Mac mini starts up VERY slow??

i have a 1.42Ghz mac mini with 1GB ram, it boots up very slow, takes about 4 to 5 minutes. ANyone has the same startup problem? any idea how to fix this? thanks guys

i tried the disk repair, and it gives me this error :
"The underlying task reported failure on exit"
WHAT IS THAT SUPPOSE TO MEAN. MY MAC IS DEAD.
No, it means that the probable cause of the slow startup of your mini is that the directory structure on the hard drive is damaged and the system is therefore having difficulty in effectively retrieving data from it. Basically that the drive is faulty.
There are two common causes of this: the first is that the drive has a physical fault, which would require it to be replaced - if you're under warranty that isn't a problem, just contact Apple and let them know the details of the problem, including the error message, and they'll sort out a fix. The second is that the data has been damaged in something like a previous system crash, in which case it's a problem that could be resolved by either the use of a utility such as DiskWarrior or Tech Tools Pro, or, slightly more drastically, by using the original install disk and doing an 'erase and install'. This will reformat the hard drive and then install a clean copy of MacOS on it. What this achieves is not so much the clean copy of MacOS, because your MacOS is likely not a problem in itself, but it removes the damaged directory structure on the drive and writes a clean (working) structure instead.
Beware that if you take the second route, you will loose any and all data that was stored on the drive, so if there is any way to get important data off first, it would be necessary to do so or the data will be lost.

Similar Messages

  • My mac mini is running very slow all of a sudden, how can i restore it's speed?

    my mac mini is running very slow all of a sudden, how can i restore it's speed?

    This procedure is a diagnostic test. It changes nothing, for better or worse, and therefore will not, in itself, solve your problem.
    If you don't already have a current backup, back up all data before doing anything else. The backup is necessary on general principle, not because of anything in the test procedure. There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
    Below are instructions to run a UNIX shell script, a type of program. All it does is to gather information about the state of your computer. That information goes nowhere unless you choose to share it on this page. However, you should be cautious about running a program at the instance of a stranger on a public message board. If you have doubts, search this site for other discussions in which this procedure has been followed without any report of ill effects. If you can't satisfy yourself that the instructions are safe, don't follow them.
    Here's a summary of what you need to do: Copy a line of text from this web page into the window of another application. Wait about a minute. Then paste some other text, which will have been copied automatically, back into a reply on this page. The sequence is: copy, paste, wait, paste again. Details follow.
    You may have started the computer in "safe" mode. Preferably, these steps should be taken in “normal” mode. If the system is now in safe mode and works well enough in normal mode to run the test, restart as usual. If you can only test in safe mode, do that.
    If you have more than one user, and the one affected by the problem is not an administrator, then please run the test twice: once while logged in as the affected user, and once as an administrator. The results may be different. The user that is created automatically on a new computer when you start it for the first time is an administrator. If you can't log in as an administrator, test as the affected user. Most personal Macs have only one user, and in that case this paragraph doesn’t apply.
    The script is a single long line, all of which must be selected. You can accomplish this easily by triple-clicking  anywhere in the line. The whole line will highlight, though you may not see all of it in your browser, and you can then copy it. If you try to select the line by dragging across the part you can see, you won't get all of it.
    Triple-click anywhere in the line of text below on this page to select it:
    clear; shopt -s extglob; Fb='%s\n\t(%s)\n'; Fm='\n%s:\n\n%s\n'; Fs='\n%s: %s\n'; Fu='User %s%%\t\tSystem %s%%'; PB="/usr/libexec/PlistBuddy -c Print"; A () { [[ a -eq 0 ]]; }; R () { o=; [[ r -eq 0 ]]; }; Pm () { [[ "$o" ]] && o=`sed 's/^ */   /' <<< "$o"` && printf "$Fm" "$1" "$o"; }; Pc () { o=`egrep -v '^[[:blank:]]*($|#)' "$2"`; Pm "$1"; }; Pp () { o=`$PB "$2" | awk -F'= ' \/$3'/{print $2}'`; Pm "$1"; }; Ps () { o="${o##+( )}"; [[ ! "$o" =~ ^0?$ ]] && printf "$Fs" "$1" "$o"; }; id | grep -qw '80(admin)'; a=$?; A && sudo true; r=$?; t=`date +%s`; clear; { A || echo $'No admin access\n'; A && ! R && echo $'No root access\n'; system_profiler SPSoftwareDataType | sed '8!d;s/^ *//'; o=`system_profiler SPDiagnosticsDataType | sed '5,6!d'`; [[ "$o" =~ Pass ]] || Pm "POST"; o=`pmset -g therm | sed 's/^.*CP/CP/'`; grep -q 'No th' <<< "$o" && o=; Pm "Thermal conditions"; o=`pmset -g sysload | grep -v :`; grep -q '= [^GO]' <<< "$o" || o=; Pm "System load advisory"; o=`nvram boot-args | awk '{$1=""; print}'`; Ps "boot-args"; o=`ls /L*/L*/Dia*/*.panic | wc -l`; Ps "Panics"; o=`ls /L*/L*/Dia*/*.c* | tail`; Pm "System crash logs"; o=`ls L*/L*/Dia* | tail`; Pm "User crash logs"; o=`syslog -F bsd -k Sender kernel -k Message CReq 'GPU |hfs: Ru|I/O e|n Cause: -|NVDA\(|pagin|SATA W|timed? ?o' | tail -n25 | awk '/:/{$4=""; $5=""; print}'`; Pm "Kernel messages"; o=`df -m / | awk 'NR==2 {print $4}'`; [[ o -lt 5120 ]] && Ps "Free space (MiB)"; o=$(($(vm_stat | awk '/eo/{sub("\\.",""); print $2}')/256)); o=$((o>=1024?o:0)); Ps "Pageouts (MiB)"; s=( `sar -u 1 10 | sed '$!d'` ); [[ s[4] -lt 90 ]] && o=`printf "$Fu" ${s[1]} ${s[3]}` || o=; Pm "Total CPU usage" && s=(`ps acrx -o comm,ruid,%cpu | sed '2!d'`); o=${s[2]}%; Ps "CPU usage by process $s of user ${s[1]}"; s=(`top -R -l1 -n1 -o prt -stats command,uid,prt | sed '$!d'`); s[2]=${s[2]%[+-]}; o=$((s[2]>=25000?s[2]:0)); Ps "Mach ports used by process $s of user ${s[1]}"; o=`kextstat -kl | grep -v com\\.apple | cut -c53- | cut -d\< -f1`; Pm "Loaded extrinsic kernel extensions"; R && o=`sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix\.cron)|org\.(amav|apac|calendarse|cups|dove|isc|ntp|post[fg]|x)/{print $3}'`; Pm "Extrinsic system jobs"; o=`launchctl list | sed 1d | awk '!/0x|com\.apple|org\.(x|openbsd)|\.[0-9]+$/{print $3}'`; Pm "Extrinsic agents"; for d in {/,}L*/{La,Priv,Sta}*; do o=`ls -A "$d" | egrep -v '^(\.DS_Store$|com\.apple\.)'`; Pm "$d"; done; o=`find -L /S*/L*/E* {/,}L*/{A*d,Compon,Ex,In,Keyb,Mail,P*P,Qu,Scripti,Servi,Spo}* -type d -name Contents -prune | while read d; do ID=$($PB\ :CFBundleIdentifier "$d/Info.plist") || ID="No bundle ID"; egrep -qv "^com\.apple\.[^x]|Accusys|ArcMSR|ATTO|HDPro|HighPoint|driver\.stex|hp-fax|\.hpio|JMicron|microsoft\.MDI|print|SoftRAID" <<< $ID && printf "$Fb" "${d%/Contents}" "$ID"; done`; Pm "Extrinsic loadable bundles"; o=`find /u*/{,*/}lib -type f -exec sh -c 'file -b "$1" | grep -qw shared && ! codesign -v "$1"' {} {} \; -print`; Pm "Unsigned shared libraries"; o=`launchctl getenv DYLD_INSERT_LIBRARIES`; Pm "Inserted libraries"; o=`find {,/u*/lo*}/e*/periodic -type f -mtime -10d`; Pm "Modified periodic scripts"; o=`scutil --proxy | grep Prox`; Pm "Proxies"; o=`scutil --dns | awk '/r\[0\] /{if ($NF !~ /^1(0|72\.(1[6-9]|2[0-9]|3[0-1])|92\.168)\./) print $NF; exit}'`; Ps "DNS"; R && o=`sudo profiles -P | grep :`; Pm "Profiles"; for f in fstab sysctl.conf crontab launchd.conf; do Pc $f /etc/$f; done; Pc "hosts" <(egrep -v '(local|broadcast)host' /etc/hosts); Pc "User launchd" ~/.launchd; R && Pc "Root crontab" <(sudo crontab -l); Pc "User crontab" <(crontab -l); R && o=`sudo defaults read com.apple.loginwindow LoginHook`; Pm "Login hook"; Pp "Global login items" /L*/P*/loginw* Path; Pp "User login items" L*/P*/*loginit* Name; Pp "Safari extensions" L*/Saf*/*/E*.plist Bundle | sed 's/\..*$//;s/-[1-9]$//'; o=`find ~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \) | wc -l`; Ps "Restricted user files"; cd; o=`system_profiler SPFontsDataType | egrep "Valid: N|Duplicate: Y" | wc -l`; Ps "Font problems"; o=`find L*/{Con,Pref}* -type f ! -size 0 -name *.plist ! -exec sh -c 'plutil -s "$1" >&-' {} {} \; -print`; Pm "Bad plists"; d=(Desktop L*/Keyc*); n=(20 7); for i in {0..1}; do o=`find "${d[$i]}" -type f -maxdepth 1 | wc -l`; o=$((o<=n[$i]?0:o)); Ps "${d[$i]##*/} files"; done; o=$((`date +%s`-t)); Ps "Elapsed time (s)"; } 2>/dev/null | pbcopy; exit 2>&-
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    Launch the built-in Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    When you launch Terminal, a text window will open with a line already in it, ending either in a dollar sign ($) or a percent sign (%). If you get the percent sign, enter “sh” and press return. You should then get a new line ending in a dollar sign.
    Click anywhere in the Terminal window and paste (command-V). The text you pasted should vanish immediately. If it doesn't, press the return key.
    If you're logged in as an administrator, you'll be prompted for your login password. Nothing will be displayed when you type it. You will not see the usual dots in place of typed characters. Make sure caps lock is off. Type carefully and then press return. You may get a one-time warning to be careful. If you make three failed attempts to enter the password, the test will run anyway, but it will produce less information. In most cases, the difference is not important.
    If you're not logged in as an administrator, you won't be prompted for your password. The test will still run. It just won't do anything that requires administrator rights.
    The test may take up to a few minutes to run, depending on how many files you have and the speed of the computer. A computer that's abnormally slow may take longer to run the test. There is no indication of progress until it's done. Wait for the line "[Process completed]" to appear in the Terminal window. If you don't see that line within half an hour or so, the test probably won't complete in a reasonable time. In that case, close the Terminal window and report your results. No harm will be done.
    When the test is complete, quit Terminal. The results will have been copied to the Clipboard automatically. They are not shown in the Terminal window. Please don't copy anything from there. All you have to do is start a reply to this comment and then paste by pressing command-V again.
    If any private information, such as your name or email address, appears in the results, anonymize it before posting. Usually that won't be necessary.
    When you post the results, you might see the message, "You have included content in your post that is not permitted." That's because the forum software falsely identifies something in the post as a violation of the terms of use. If that happens, please post the results on Pastebin, then post a link here to the page you created.
    Note: This is a public forum, and others may give you advice based on the results of the test. They speak only for themselves, and I don't necessarily agree with them.
    Copyright © 2014 Linc Davis. As the sole author of this work, I reserve all rights to it except as provided in the Terms of Use of Apple Support Communities ("ASC"). Readers of ASC may copy it for their own personal use. Neither the whole nor any part may be redistributed.

  • Mac mini Late 2012 very slow with 10.9.3

    Hello,
    Since the upgrade to Mavericks, wathever flavour 10.9 - 10.9.1 - 10.9.2 - 10.9.3, my Mac min Late 2012, 16 Gb of RAM, is very slow. Slow to boot, slow to open Finder windows, etc. Annoying.
    Here is the EtreCheck report. Thanks for any help, I am desperate to find a solution.
    EtreCheck version : 1.9.12 (48)
    Rapport créé 21 juin 2014 14:34:36 UTC+2
    Informations matérielles :
        Mac mini (Late 2012) (Verifié)
        Mac mini - modèle : Macmini6,2
        1 2.3 GHz Intel Core i7 CPU : 4 cores
        16 GB RAM
    Informations vidéos :
        Intel HD Graphics 4000 - VRAM: (null)
            P23T-6 LED 1920 x 1080 @ 60 Hz
    Logiciel du système :
        OS X 10.9.3 (13D65) - Uptime: 0 days 5:1:12
    Informations des disques :
        APPLE HDD ST1000LM024 disk0 : (1 TB)
            EFI (disk0s1) <non monté> : 209.7 MB
            Macintosh HD (disk0s2) / [Démarrage]: 999.35 GB (915.38 GB libre)
            Recovery HD (disk0s3) <non monté> : 650 MB
    Informations USB :
        Mitsumi Electric Hub in Apple Extended USB Keyboard
            Mitsumi Electric Apple Extended USB Keyboard
        Mitsumi Electric Apple Optical USB Mouse
        Apple, Inc. IR Receiver
        Apple Inc. BRCM20702 Hub
            Apple Inc. Bluetooth USB Host Controller
    Informations Firewire :
        LaCie d2 DVDRW FW/USB 400mbit - 400mbit max
    Informations Thunderbolt :
        Apple Inc. thunderbolt_bus
    Gatekeeper:
        N’importe où
    Daemons de lancements :
        [engagé]    com.4D.HelperTool.plist Aide
        [engagé]    com.adobe.fpsaud.plist Aide
        [désengagé]    com.gopro.stereomodestatus.plist Aide
        [engagé]    com.oracle.java.Helper-Tool.plist Aide
        [engagé]    com.oracle.java.JavaUpdateHelper.plist Aide
        [désengagé]    com.teamviewer.teamviewer_service.plist Aide
        [en marche]    de.devolo.networkservice.plist Aide
    Représentants de lancement :
        [engagé]    com.oracle.java.Java-Updater.plist Aide
        [désengagé]    com.teamviewer.teamviewer.plist Aide
        [désengagé]    com.teamviewer.teamviewer_desktop.plist Aide
        [engagé]    de.devolo.networkservice.notify.plist Aide
    Représentants de lancement pour l’utilisateur :
        [engagé]    com.google.keystone.agent.plist Aide
    Éléments Ouverture :
        iTunesHelper
        Rogue Amoeba Schedule Helper
    Plug-ins internet :
        FlashPlayer-10.6 : Version : 14.0.0.125 - SDK 10.6 Aide
        Flash Player : Version : 14.0.0.125 - SDK 10.6 Aide
        QuickTime Plugin : Version : 7.7.3
        JavaAppletPlugin : Version : Java 7 Update 55 Vérifier la version
        Default Browser : Version : 537 - SDK 10.9
    Plug-ins audios :
        BluetoothAudioPlugIn : Version : 1.0 - SDK 10.9
        AirPlay : Version : 2.0 - SDK 10.9
        AppleAVBAudio : Version : 203.2 - SDK 10.9
        InstantOn : Version : 7.1.2 - SDK 10.8 Aide
        iSightAudio : Version : 7.7.3 - SDK 10.9
    Plug-ins iTunes :
        Quartz Composer Visualizer : Version : 1.4 - SDK 10.9
    Plug-ins internets pour utilisateur :
        Google Earth Web Plug-in : Version : 7.1 Aide
    Panneaux de préférences de 3ème partie :
        Flash Player  Aide
        GoPro  Aide
        Java  Aide
    Time Machine :
        Time Machine n’est pas configuré !
    L’utilisation du CPU par processus :
             3%    plugin-container
             2%    firefox
             2%    WindowServer
             1%    devolonetsvc
             1%    fontd
    L’utilisation de la mémoire par processus :
        442 Mo    firefox
        213 Mo    plugin-container
        115 Mo    mds_stores
        66 Mo    WindowServer
        49 Mo    Finder
    Informations de la mémoire virtuelle :
        12.87 Go    RAM Disponible
        1.52 Go    RAM Active
        349 Mo    RAM Inactive
        1.27 Go    RAM Résidente
        249 Mo    Pages entrants
        0 o    Sorties pages

    So here is the log...
    If you find something wrong, I will be pleased to know what I can do to resolve the problem!
    Andrew
    22.06.14 22:58:01.000 bootlog[0]: BOOT_TIME 1403470681 0
    22.06.14 22:58:14.000 syslogd[20]: Configuration Notice:
    ASL Module "com.apple.appstore" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    22.06.14 22:58:14.000 syslogd[20]: Configuration Notice:
    ASL Module "com.apple.authd" sharing output destination "/var/log/system.log" with ASL Module "com.apple.asl".
    Output parameters from ASL Module "com.apple.asl" override any specified in ASL Module "com.apple.authd".
    22.06.14 22:58:14.000 syslogd[20]: Configuration Notice:
    ASL Module "com.apple.authd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    22.06.14 22:58:14.000 syslogd[20]: Configuration Notice:
    ASL Module "com.apple.bookstore" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    22.06.14 22:58:14.000 syslogd[20]: Configuration Notice:
    ASL Module "com.apple.eventmonitor" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    22.06.14 22:58:14.000 syslogd[20]: Configuration Notice:
    ASL Module "com.apple.install" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    22.06.14 22:58:14.000 syslogd[20]: Configuration Notice:
    ASL Module "com.apple.iokit.power" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    22.06.14 22:58:14.000 syslogd[20]: Configuration Notice:
    ASL Module "com.apple.mail" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    22.06.14 22:58:14.000 syslogd[20]: Configuration Notice:
    ASL Module "com.apple.MessageTracer" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    22.06.14 22:58:14.000 syslogd[20]: Configuration Notice:
    ASL Module "com.apple.performance" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    22.06.14 22:58:14.000 syslogd[20]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    22.06.14 22:58:14.000 syslogd[20]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    22.06.14 22:58:14.000 syslogd[20]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    22.06.14 22:58:14.000 syslogd[20]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    22.06.14 22:58:14.000 syslogd[20]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    22.06.14 22:58:14.000 syslogd[20]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    22.06.14 22:58:14.000 syslogd[20]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    22.06.14 22:58:14.000 kernel[0]: Longterm timer threshold: 1000 ms
    22.06.14 22:58:14.000 kernel[0]: PMAP: PCID enabled
    22.06.14 22:58:14.000 kernel[0]: PMAP: Supervisor Mode Execute Protection enabled
    22.06.14 22:58:14.000 kernel[0]: Darwin Kernel Version 13.2.0: Thu Apr 17 23:03:13 PDT 2014; root:xnu-2422.100.13~1/RELEASE_X86_64
    22.06.14 22:58:14.000 kernel[0]: vm_page_bootstrap: 3912408 free pages and 249128 wired pages
    22.06.14 22:58:14.000 kernel[0]: kext submap [0xffffff7f807a9000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff80007a9000]
    22.06.14 22:58:14.000 kernel[0]: zone leak detection enabled
    22.06.14 22:58:14.000 kernel[0]: "vm_compressor_mode" is 4
    22.06.14 22:58:14.000 kernel[0]: standard timeslicing quantum is 10000 us
    22.06.14 22:58:14.000 kernel[0]: standard background quantum is 2500 us
    22.06.14 22:58:14.000 kernel[0]: mig_table_max_displ = 74
    22.06.14 22:58:14.000 kernel[0]: TSC Deadline Timer supported and enabled
    22.06.14 22:58:14.000 kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled
    22.06.14 22:58:14.000 kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=2 Enabled
    22.06.14 22:58:14.000 kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=4 Enabled
    22.06.14 22:58:14.000 kernel[0]: AppleACPICPU: ProcessorId=4 LocalApicId=6 Enabled
    22.06.14 22:58:14.000 kernel[0]: AppleACPICPU: ProcessorId=5 LocalApicId=1 Enabled
    22.06.14 22:58:14.000 kernel[0]: AppleACPICPU: ProcessorId=6 LocalApicId=3 Enabled
    22.06.14 22:58:14.000 kernel[0]: AppleACPICPU: ProcessorId=7 LocalApicId=5 Enabled
    22.06.14 22:58:14.000 kernel[0]: AppleACPICPU: ProcessorId=8 LocalApicId=7 Enabled
    22.06.14 22:58:14.000 kernel[0]: calling mpo_policy_init for TMSafetyNet
    22.06.14 22:58:14.000 kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    22.06.14 22:58:14.000 kernel[0]: calling mpo_policy_init for Sandbox
    22.06.14 22:58:14.000 kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    22.06.14 22:58:14.000 kernel[0]: calling mpo_policy_init for Quarantine
    22.06.14 22:58:14.000 kernel[0]: Security policy loaded: Quarantine policy (Quarantine)
    22.06.14 22:58:14.000 kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    22.06.14 22:58:14.000 kernel[0]: The Regents of the University of California. All rights reserved.
    22.06.14 22:58:14.000 kernel[0]: MAC Framework successfully initialized
    22.06.14 22:58:14.000 kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers
    22.06.14 22:58:14.000 kernel[0]: AppleKeyStore starting (BUILT: Apr 17 2014 23:36:27)
    22.06.14 22:58:14.000 kernel[0]: IOAPIC: Version 0x20 Vectors 64:87
    22.06.14 22:58:14.000 kernel[0]: ACPI: sleep states S3 S4 S5
    22.06.14 22:58:14.000 kernel[0]: AppleIntelCPUPowerManagement: Turbo Ratios 889A
    22.06.14 22:58:14.000 kernel[0]: AppleIntelCPUPowerManagement: (built 23:35:25 Apr 17 2014) initialization complete
    22.06.14 22:58:14.000 kernel[0]: pci (build 23:24:05 Apr 17 2014), flags 0x63008, pfm64 (36 cpu) 0xf80000000, 0x80000000
    22.06.14 22:58:14.000 kernel[0]: [ PCI configuration begin ]
    22.06.14 22:58:14.000 kernel[0]: console relocated to 0xf80000000
    22.06.14 22:58:14.000 kernel[0]: [ PCI configuration end, bridges 11, devices 15 ]
    22.06.14 22:58:14.000 kernel[0]: AppleThunderboltNHIType2::setupPowerSavings - GPE based runtime power management
    22.06.14 22:58:14.000 kernel[0]: FireWire (OHCI) Lucent ID 5901 built-in now active, GUID 44fb42fffeb8128a; max speed s800.
    22.06.14 22:58:14.000 kernel[0]: mcache: 8 CPU(s), 64 bytes CPU cache line size
    22.06.14 22:58:14.000 kernel[0]: mbinit: done [128 MB total pool size, (85/42) split]
    22.06.14 22:58:14.000 kernel[0]: Pthread support ABORTS when sync kernel primitives misused
    22.06.14 22:58:14.000 kernel[0]: rooting via boot-uuid from /chosen: 2BA932BA-D572-3746-9BBD-3F60DED3B3D1
    22.06.14 22:58:14.000 kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    22.06.14 22:58:14.000 kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start
    22.06.14 22:58:14.000 kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start
    22.06.14 22:58:14.000 kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded
    22.06.14 22:58:14.000 kernel[0]: com.apple.AppleFSCompressionTypeDataless load succeeded
    22.06.14 22:58:14.000 kernel[0]: AppleIntelCPUPowerManagementClient: ready
    22.06.14 22:58:14.000 kernel[0]: BTCOEXIST off
    22.06.14 22:58:14.000 kernel[0]: BRCM tunables:
    22.06.14 22:58:14.000 kernel[0]: pullmode[1] txringsize[  256] txsendqsize[1024] reapmin[   32] reapcount[  128]
    22.06.14 22:58:14.000 kernel[0]: Thunderbolt Self-Reset Count = 0xedefbe00
    22.06.14 22:58:04.661 com.apple.launchd[1]: *** launchd[1] has started up. ***
    22.06.14 22:58:14.000 kernel[0]: IOThunderboltSwitch<0xffffff8041e59c00>(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 11 unplug = 0
    22.06.14 22:58:14.000 kernel[0]: IOThunderboltSwitch<0xffffff8041e59c00>(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 12 unplug = 0
    22.06.14 22:58:04.661 com.apple.launchd[1]: *** Shutdown logging is enabled. ***
    22.06.14 22:58:14.000 kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleIntelPchS eriesAHCI/PRT1@1/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOB lockStorageDriver/APPLE HDD ST1000LM024 Media/IOGUIDPartitionScheme/Customer@2
    22.06.14 22:58:14.000 kernel[0]: BSD root: disk0s2, major 1, minor 2
    22.06.14 22:58:13.667 com.apple.launchd[1]: (de.devolo.networkservice) Unknown key: StandardErrPath
    22.06.14 22:58:14.000 kernel[0]: hfs: mounted Macintosh HD on device root_device
    22.06.14 22:58:13.738 com.apple.SecurityServer[15]: Session 100000 created
    22.06.14 22:58:19.473 hidd[48]: void __IOHIDPlugInLoadBundles(): Loaded 0 HID plugins
    22.06.14 22:58:19.473 hidd[48]: Posting 'com.apple.iokit.hid.displayStatus' notifyState=1
    22.06.14 22:58:19.000 kernel[0]: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    22.06.14 22:58:19.000 kernel[0]: IO80211Interface::efiNVRAMPublished(): 
    22.06.14 22:58:19.000 kernel[0]: Waiting for DSMOS...
    22.06.14 22:58:20.177 com.apple.usbmuxd[26]: usbmuxd-327.4 on Feb 12 2014 at 14:54:33, running 64 bit
    22.06.14 22:58:20.000 kernel[0]: SMC::smcReadKeyAction ERROR: smcReadData8 failed for key LsNM (kSMCKeyNotFound)
    22.06.14 22:58:20.000 kernel[0]: SMC::smcReadKeyAction ERROR LsNM kSMCKeyNotFound(0x84) fKeyHashTable=0x0
    22.06.14 22:58:20.000 kernel[0]: SMC::smcGetLightshowVers ERROR: smcReadKey LsNM failed (kSMCKeyNotFound)
    22.06.14 22:58:20.000 kernel[0]: SMC::smcPublishLightshowVersion ERROR: smcGetLightshowVers failed (kSMCKeyNotFound)
    22.06.14 22:58:20.000 kernel[0]: SMC::smcInitHelper ERROR: smcPublishLightshowVersion failed (kSMCKeyNotFound)
    22.06.14 22:58:20.000 kernel[0]: Previous Shutdown Cause: 5
    22.06.14 22:58:20.000 kernel[0]: IOBluetoothUSBDFU::probe
    22.06.14 22:58:20.000 kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x828A FirmwareVersion - 0x0079
    22.06.14 22:58:20.000 kernel[0]: **** [IOBluetoothHostControllerUSBTransport][start] -- completed -- result = TRUE -- 0x1400 ****
    22.06.14 22:58:20.000 kernel[0]: **** [BroadcomBluetoothHostControllerUSBTransport][start] -- Completed -- 0x1400 ****
    22.06.14 22:58:20.000 kernel[0]: init
    22.06.14 22:58:20.000 kernel[0]: probe
    22.06.14 22:58:20.000 kernel[0]: start
    22.06.14 22:58:20.000 kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification -- 0x1400
    22.06.14 22:58:20.000 kernel[0]: [IOBluetoothHCIController][start] -- completed
    22.06.14 22:58:20.000 kernel[0]: DSMOS has arrived
    22.06.14 22:58:20.000 kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    22.06.14 22:58:20.000 kernel[0]: **** [IOBluetoothHCIController][protectedBluetoothHCIControllerTransportShowsUp] -- Connected to the transport successfully -- 0x7280 -- 0x4000 -- 0x1400 ****
    22.06.14 22:58:20.000 kernel[0]: m_tail has not been written to hardware: m_tail = 0x00000000, hardare tail register = 0x00000158
    22.06.14 22:58:21.000 kernel[0]: VM Swap Subsystem is ON
    22.06.14 22:58:23.000 kernel[0]: AirPort: Link Down on en1. Reason 8 (Disassociated because station leaving).
    22.06.14 22:58:23.322 configd[18]: setting hostname to "Mac-mini-de-Thomas-2.local"
    22.06.14 22:58:23.327 configd[18]: network changed.
    22.06.14 22:58:23.712 com.apple.SecurityServer[15]: Entering service
    22.06.14 22:58:23.792 UserEventAgent[11]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    22.06.14 22:58:23.799 UserEventAgent[11]: Captive: CNPluginHandler en1: Inactive
    22.06.14 22:58:23.831 loginwindow[43]: Login Window Application Started
    22.06.14 22:58:23.835 digest-service[72]: label: default
    22.06.14 22:58:23.836 digest-service[72]:     dbname: od:/Local/Default
    22.06.14 22:58:23.836 digest-service[72]:     mkey_file: /var/db/krb5kdc/m-key
    22.06.14 22:58:23.836 digest-service[72]:     acl_file: /var/db/krb5kdc/kadmind.acl
    22.06.14 22:58:23.838 digest-service[72]: digest-request: uid=0
    22.06.14 22:58:23.840 mDNSResponder[40]: mDNSResponder mDNSResponder-522.90.2 (Nov  3 2013 18:51:09) starting OSXVers 13
    22.06.14 22:58:23.851 awacsd[60]: Starting awacsd connectivity_executables-97 (Aug 24 2013 23:49:23)
    22.06.14 22:58:23.857 awacsd[60]: InnerStore CopyAllZones: no info in Dynamic Store
    22.06.14 22:58:23.000 kernel[0]: createVirtIf(): ifRole = 1
    22.06.14 22:58:23.000 kernel[0]: in func createVirtualInterface ifRole = 1
    22.06.14 22:58:23.000 kernel[0]: AirPort_Brcm4331_P2PInterface::init name <p2p0> role 1
    22.06.14 22:58:23.000 kernel[0]: AirPort_Brcm4331_P2PInterface::init() <p2p> role 1
    22.06.14 22:58:23.000 kernel[0]: Created virtif 0xffffff8042fee400 p2p0
    22.06.14 22:58:23.875 airportd[64]: airportdProcessDLILEvent: en1 attached (up)
    22.06.14 22:58:23.893 digest-service[72]: digest-request: netr probe 0
    22.06.14 22:58:23.893 digest-service[72]: digest-request: init request
    22.06.14 22:58:23.904 digest-service[72]: digest-request: init return domain: BUILTIN server: MAC-MINI-DE-THOMAS-2 indomain was: <NULL>
    22.06.14 22:58:23.954 systemkeychain[88]: done file: /var/run/systemkeychaincheck.done
    22.06.14 22:58:23.965 configd[18]: network changed.
    22.06.14 22:58:23.967 configd[18]: network changed: DNS*
    22.06.14 22:58:24.654 mDNSResponder[40]: D2D_IPC: Loaded
    22.06.14 22:58:24.654 mDNSResponder[40]: D2DInitialize succeeded
    22.06.14 22:58:24.000 kernel[0]: flow_divert_kctl_disconnect (0): disconnecting group 1
    22.06.14 22:58:24.659 mDNSResponder[40]:   4: Listening for incoming Unix Domain Socket client requests
    22.06.14 22:58:24.697 networkd[108]: networkd.108 built Aug 24 2013 22:08:46
    22.06.14 22:58:24.987 mdmclient[41]: ApplePushService: Timed out making blocking call, failed to perform call via XPC connection to 'com.apple.apsd'
    22.06.14 22:58:25.000 kernel[0]: Ethernet [AppleBCM5701Ethernet]: Link up on en0, 100-Megabit, Full-duplex, No flow-control, Debug [796d,2301,0de1,0300,41e1,0000]
    22.06.14 22:58:25.504 mds[39]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    22.06.14 22:58:25.000 kernel[0]: **** [IOBluetoothHostControllerUSBTransport][SuspendDevice] -- Suspend -- suspendDeviceCallResult = 0x0000 (kIOReturnSuccess) -- 0x1400 ****
    22.06.14 22:58:25.509 WindowServer[85]: Server is starting up
    22.06.14 22:58:25.517 mds[39]: (Normal) FMW: FMW 0 0
    22.06.14 22:58:25.615 sandboxd[94]: ([64]) airportd(64) deny file-read-data /private/var/root/Library/Preferences/ByHost/.GlobalPreferences.D399ADA9-CF52-5 558-B120-7860EB19C6F0.plist
    22.06.14 22:58:26.085 mdmclient[41]: ApplePushService: Timed out making blocking call, failed to perform call via XPC connection to 'com.apple.apsd'
    22.06.14 22:58:26.427 locationd[45]: NBB-Could not get UDID for stable refill timing, falling back on random
    22.06.14 22:58:26.565 locationd[45]: Location icon should now be in state 'Inactive'
    22.06.14 22:58:27.129 mdmclient[41]: ApplePushService: Timed out making blocking call, failed to perform call via XPC connection to 'com.apple.apsd'
    22.06.14 22:58:27.184 apsd[62]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    22.06.14 22:58:27.223 apsd[62]: Unable to bootstrap_look_up connection port 'com.apple.ubd.system-push' for user 0: Unknown service name
    22.06.14 22:58:27.224 apsd[62]: Unable to bootstrap_look_up connection port 'com.apple.ubd.system-push' for user 0: Unknown service name
    22.06.14 22:58:28.323 configd[18]: network changed: v4(en0+:192.168.192.25) DNS+ Proxy+ SMB
    22.06.14 22:58:30.122 ntpd[113]: proto: precision = 1.000 usec
    22.06.14 22:58:30.758 stackshot[29]: Timed out waiting for IOKit to finish matching.
    22.06.14 22:58:31.000 kernel[0]: pci pause: SDXC
    22.06.14 22:58:34.000 kernel[0]: IOPPF: AppleIntelCPUPowerManagement mode
    22.06.14 22:58:35.000 kernel[0]: en3: promiscuous mode enable succeeded
    22.06.14 22:58:35.131 WindowServer[85]: Session 256 retained (2 references)
    22.06.14 22:58:35.131 WindowServer[85]: Session 256 released (1 references)
    22.06.14 22:58:35.143 WindowServer[85]: Session 256 retained (2 references)
    22.06.14 22:58:35.144 WindowServer[85]: init_page_flip: page flip mode is on
    22.06.14 22:58:35.462 WindowServer[85]: Found 1 modes for display 0x00000000 [1, 0]
    22.06.14 22:58:35.509 WindowServer[85]: Found 1 modes for display 0x00000000 [1, 0]
    22.06.14 22:58:35.556 WindowServer[85]: Found 23 modes for display 0x00000000 [23, 0]
    22.06.14 22:58:35.559 WindowServer[85]: mux_initialize: Couldn't find any matches
    22.06.14 22:58:35.560 WindowServer[85]: Found 23 modes for display 0x00000000 [23, 0]
    22.06.14 22:58:35.573 WindowServer[85]: Found 1 modes for display 0x00000000 [1, 0]
    22.06.14 22:58:35.573 WindowServer[85]: Found 1 modes for display 0x00000000 [1, 0]
    22.06.14 22:58:35.600 WindowServer[85]: WSMachineUsesNewStyleMirroring: true
    22.06.14 22:58:35.601 WindowServer[85]: MPServiceForDisplayDevice: Invalid device alias (0)
    22.06.14 22:58:35.601 WindowServer[85]: Display 0x2cc249f6: GL mask 0x4; bounds (0, 0)[1920 x 1080], 23 modes available
    Main, Active, on-line, enabled, boot, Vendor 1ab3, Model 819, S/N 4fb6, Unit 2, Rotation 0
    UUID 0xd404289f496d2934512ed979148ba0e3
    22.06.14 22:58:35.601 WindowServer[85]: Display 0x003f003f: GL mask 0x8; bounds (0, 0)[4096 x 2160], 2 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 3, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    22.06.14 22:58:35.601 WindowServer[85]: Display 0x003f003c: GL mask 0x1; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 0, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    22.06.14 22:58:35.601 WindowServer[85]: Display 0x003f003d: GL mask 0x2; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    22.06.14 22:58:35.602 WindowServer[85]: WSSetWindowTransform: Singular matrix
    22.06.14 22:58:35.602 WindowServer[85]: WSSetWindowTransform: Singular matrix
    22.06.14 22:58:35.621 WindowServer[85]: Display 0x2cc249f6: GL mask 0x4; bounds (0, 0)[1920 x 1080], 23 modes available
    Main, Active, on-line, enabled, boot, Vendor 1ab3, Model 819, S/N 4fb6, Unit 2, Rotation 0
    UUID 0xd404289f496d2934512ed979148ba0e3
    22.06.14 22:58:35.621 WindowServer[85]: Display 0x003f003f: GL mask 0x8; bounds (2944, 0)[1 x 1], 2 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 3, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    22.06.14 22:58:35.621 WindowServer[85]: Display 0x003f003c: GL mask 0x1; bounds (2945, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 0, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    22.06.14 22:58:35.621 WindowServer[85]: Display 0x003f003d: GL mask 0x2; bounds (2946, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    22.06.14 22:58:35.621 WindowServer[85]: CGXPerformInitialDisplayConfiguration
    22.06.14 22:58:35.621 WindowServer[85]:   Display 0x2cc249f6: Unit 2; Vendor 0x1ab3 Model 0x819 S/N 20406 Dimensions 20.04 x 11.26; online enabled, Bounds (0,0)[1920 x 1080], Rotation 0, Resolution 1
    22.06.14 22:58:35.621 WindowServer[85]:   Display 0x003f003f: Unit 3; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2944,0)[1 x 1], Rotation 0, Resolution 1
    22.06.14 22:58:35.621 WindowServer[85]:   Display 0x003f003c: Unit 0; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2945,0)[1 x 1], Rotation 0, Resolution 1
    22.06.14 22:58:35.622 WindowServer[85]:   Display 0x003f003d: Unit 1; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2946,0)[1 x 1], Rotation 0, Resolution 1
    22.06.14 22:58:35.636 WindowServer[85]: GLCompositor: GL renderer id 0x01024400, GL mask 0x0000000f, accelerator 0x000045cf, unit 0, caps QEX|MIPMAP, vram 1024 MB
    22.06.14 22:58:35.636 WindowServer[85]: GLCompositor: GL renderer id 0x01024400, GL mask 0x0000000f, texture max 16384, viewport max {16384, 16384}, extensions FPRG|NPOT|GLSL|FLOAT
    22.06.14 22:58:35.636 WindowServer[85]: GLCompositor enabled for tile size [256 x 256]
    22.06.14 22:58:35.636 WindowServer[85]: CGXGLInitMipMap: mip map mode is on
    22.06.14 22:58:36.173 loginwindow[43]: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    22.06.14 22:58:37.603 WindowServer[85]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    22.06.14 22:58:38.644 WindowServer[85]: MPAccessSurfaceForDisplayDevice: Set up page flip mode on display 0x2cc249f6 device: 0x7fd63b60a4e0  isBackBuffered: 1 numComp: 3 numDisp: 3
    22.06.14 22:58:38.644 WindowServer[85]: _CGXGLDisplayContextForDisplayDevice: acquired display context (0x7fd63b60a4e0) - enabling OpenGL
    22.06.14 22:58:39.514 awacsd[60]: Exiting
    22.06.14 22:58:41.302 WindowServer[85]: Display 0x2cc249f6: Unit 2; ColorProfile { 2, "P23T-6 LED"}; TransferFormula (1.000000, 1.000000, 1.000000)
    22.06.14 22:58:41.321 launchctl[131]: com.apple.findmymacmessenger: Already loaded
    22.06.14 22:58:41.339 com.apple.SecurityServer[15]: Session 100005 created
    22.06.14 22:58:41.340 WindowServer[85]: Display 0x2cc249f6: Unit 2; ColorProfile { 2, "P23T-6 LED"}; TransferFormula (1.000000, 1.000000, 1.000000)
    22.06.14 22:58:41.352 WindowServer[85]: Display 0x2cc249f6: Unit 2; ColorProfile { 2, "P23T-6 LED"}; TransferFormula (1.000000, 1.000000, 1.000000)
    22.06.14 22:58:41.376 UserEventAgent[132]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    22.06.14 22:58:41.430 loginwindow[43]: Login Window Started Security Agent
    22.06.14 22:58:41.496 SecurityAgent[139]: This is the first run
    22.06.14 22:58:41.496 SecurityAgent[139]: MacBuddy was run = 0
    22.06.14 22:58:51.116 SecurityAgent[139]: User info context values set for andrew
    22.06.14 22:58:52.386 SecurityAgent[139]: Login Window login proceeding
    22.06.14 22:58:52.934 loginwindow[43]: Login Window - Returned from Security Agent
    22.06.14 22:58:52.987 loginwindow[43]: USER_PROCESS: 43 console
    22.06.14 22:58:53.000 kernel[0]: AppleKeyStore:Sending lock change 0
    22.06.14 22:58:53.269 com.apple.launchd.peruser.501[151]: Background: Aqua: Registering new GUI session.
    22.06.14 22:58:53.287 com.apple.launchd.peruser.501[151]: (com.apple.EscrowSecurityAlert) Unknown key: seatbelt-profiles
    22.06.14 22:58:53.288 com.apple.launchd.peruser.501[151]: (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    22.06.14 22:58:53.291 launchctl[153]: com.apple.pluginkit.pkd: Already loaded
    22.06.14 22:58:53.291 launchctl[153]: com.apple.sbd: Already loaded
    22.06.14 22:58:53.298 distnoted[155]: # distnote server agent  absolute time: 52.155260881   civil time: Sun Jun 22 22:58:53 2014   pid: 155 uid: 501  root: no
    22.06.14 22:58:53.902 com.apple.audio.DriverHelper[166]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDRadeonX4000_AMDAccelDevice.
    22.06.14 22:58:53.902 com.apple.audio.DriverHelper[166]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDRadeonX4000_AMDAccelSharedUserClient.
    22.06.14 22:58:53.902 com.apple.audio.DriverHelper[166]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDSIVideoContext.
    22.06.14 22:58:53.902 com.apple.audio.DriverHelper[166]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class Gen6DVDContext.
    22.06.14 22:58:53.902 com.apple.audio.DriverHelper[166]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelDevice.
    22.06.14 22:58:53.902 com.apple.audio.DriverHelper[166]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelSharedUserClient.
    22.06.14 22:58:53.902 com.apple.audio.DriverHelper[166]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextMain.
    22.06.14 22:58:53.902 com.apple.audio.DriverHelper[166]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextMedia.
    22.06.14 22:58:53.902 com.apple.audio.DriverHelper[166]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextVEBox.
    22.06.14 22:58:53.902 com.apple.audio.DriverHelper[166]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IOBluetoothDeviceUserClient.
    22.06.14 22:58:53.902 com.apple.audio.DriverHelper[166]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IOHIDParamUserClient.
    22.06.14 22:58:53.903 com.apple.audio.DriverHelper[166]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IOSurfaceRootUserClient.
    22.06.14 22:58:53.903 com.apple.audio.DriverHelper[166]: The plug-in named AirPlay.driver requires extending the sandbox for the mach service named com.apple.AirPlayXPCHelper.
    22.06.14 22:58:53.903 com.apple.audio.DriverHelper[166]: The plug-in named AirPlay.driver requires extending the sandbox for the mach service named com.apple.blued.
    22.06.14 22:58:53.920 com.apple.audio.DriverHelper[166]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the IOKit user-client class IOBluetoothDeviceUserClient.
    22.06.14 22:58:53.920 com.apple.audio.DriverHelper[166]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the mach service named com.apple.blued.
    22.06.14 22:58:53.920 com.apple.audio.DriverHelper[166]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the mach service named com.apple.bluetoothaudiod.
    22.06.14 22:58:53.000 kernel[0]: coreaudiod (map: 0xffffff8043cc83c0) triggered DYLD shared region unnest for map: 0xffffff8043cc83c0, region 0x7fff8e000000->0x7fff8e200000. While not abnormal for debuggers, this increases system memory footprint until the target exits.
    22.06.14 22:58:54.413 sharingd[173]: Starting Up...
    22.06.14 22:58:54.419 WindowServer[85]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    22.06.14 22:58:54.451 WindowServer[85]: Display 0x2cc249f6: Unit 2; ColorProfile { 2, "P23T-6 LED"}; TransferFormula (1.000000, 1.000000, 1.000000)
    22.06.14 22:58:54.462 UserEventAgent[154]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    22.06.14 22:58:54.536 coreaudiod[164]: 2014-06-22 10:58:54.535997 PM [AirPlay] AirPlay: Performing audio format change for 4 (AP Out) to PCM/44100/16/2
    22.06.14 22:58:54.653 xpcproxy[184]: assertion failed: 13D65: xpcproxy + 3438 [D559FC96-E6B1-363A-B850-C7AC9734F210]: 0x2
    22.06.14 22:58:54.000 kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=203[GoogleSoftwareUp] final status 0x0, allowing (remove VALID) page
    22.06.14 22:58:54.782 SystemUIServer[162]: Cannot find executable for CFBundle 0x7fe269611b40 </System/Library/CoreServices/Menu Extras/Clock.menu> (not loaded)
    22.06.14 22:58:54.787 com.apple.launchd.peruser.501[151]: (com.apple.mrt.uiagent[192]) Exited with code: 255
    22.06.14 22:58:54.802 SystemUIServer[162]: Cannot find executable for CFBundle 0x7fe269609cc0 </System/Library/CoreServices/Menu Extras/Volume.menu> (not loaded)
    22.06.14 22:58:54.816 com.apple.IconServicesAgent[210]: IconServicesAgent launched.
    22.06.14 22:58:54.950 accountsd[213]: assertion failed: 13D65: liblaunch.dylib + 25164 [38D1AB2C-A476-385F-8EA8-7AB604CA1F89]: 0x25
    22.06.14 22:58:54.993 com.apple.SecurityServer[15]: Session 100011 created
    22.06.14 22:58:55.041 WiFiKeychainProxy[186]: [NO client logger] <Nov 10 2013 18:30:13> WIFICLOUDSYNC WiFiCloudSyncEngineCreate: created...
    22.06.14 22:58:55.041 WiFiKeychainProxy[186]: [NO client logger] <Nov 10 2013 18:30:13> WIFICLOUDSYNC WiFiCloudSyncEngineRegisterCallbacks: WiFiCloudSyncEngineCallbacks version - 0, bundle id - com.apple.wifi.WiFiKeychainProxy
    22.06.14 22:58:55.765 com.apple.SecurityServer[15]: Session 100008 created
    22.06.14 22:58:55.802 usernoted[181]: ApplePushService: Timed out making blocking call, failed to perform call via XPC connection to 'com.apple.apsd'
    22.06.14 22:58:55.828 com.apple.iCloudHelper[184]: ApplePushService: Timed out making blocking call, failed to perform call via XPC connection to 'com.apple.apsd'
    22.06.14 22:58:56.820 syncdefaultsd[204]: ApplePushService: Timed out making blocking call, failed to perform call via XPC connection to 'com.apple.apsd'
    22.06.14 22:58:56.867 usernoted[181]: ApplePushService: Timed out making blocking call, failed to perform call via XPC connection to 'com.apple.apsd'
    22.06.14 22:58:56.925 com.apple.iCloudHelper[184]: ApplePushService: Timed out making blocking call, failed to perform call via XPC connection to 'com.apple.apsd'
    22.06.14 22:58:57.886 syncdefaultsd[204]: ApplePushService: Timed out making blocking call, failed to perform call via XPC connection to 'com.apple.apsd'
    22.06.14 22:58:57.895 apsd[209]: Unable to bootstrap_look_up connection port 'com.apple.ubd.system-push' for user 0: Unknown service name
    22.06.14 22:58:57.900 usernoted[181]: ApplePushService: Timed out making blocking call, failed to perform call via XPC connection to 'com.apple.apsd'
    22.06.14 22:58:57.902 apsd[209]: Unable to bootstrap_look_up connection port 'com.apple.ubd.system-push' for user 0: Unknown service name
    22.06.14 22:58:57.935 com.apple.iCloudHelper[184]: ApplePushService: Timed out making blocking call, failed to perform call via XPC connection to 'com.apple.apsd'
    22.06.14 22:58:58.326 syncdefaultsd[204]: It took 2.6s to setup APSConnection
    22.06.14 22:58:58.369 GrowlLauncher[185]: Launching Growl at URL: file://localhost/Applications/Growl.app/Contents/MacOS/Growl
    22.06.14 22:58:58.971 accountsd[213]: /SourceCache/Accounts/Accounts-336.9/ACDAuthenticationPluginManager.m - -[ACDAuthenticationPluginManager credentialForAccount:client:handler:] - 230 - The authentication plugin for account "[email protected]" (DBCB6F83-EC7B-45A3-9BE5-2CA7DDAA4DDC) could not be found!
    22.06.14 22:58:58.972 accountsd[213]: /SourceCache/Accounts/Accounts-336.9/ACDAccountStore.m - __62-[ACDAccountStore credentialForAccountWithIdentifier:handler:]_block_invoke389 - 857 - No plugin provides credentials for account [email protected]. Falling back to legacy behavior.
    22.06.14 22:58:59.046 xpcproxy[227]: assertion failed: 13D65: xpcproxy + 3438 [D559FC96-E6B1-363A-B850-C7AC9734F210]: 0x2
    22.06.14 22:58:59.748 com.apple.time[154]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    22.06.14 22:58:59.751 com.apple.time[154]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    22.06.14 22:59:03.000 kernel[0]: firefox (map: 0xffffff8044b80690) triggered DYLD shared region unnest for map: 0xffffff8044b80690, region 0x7fff91e00000->0x7fff92000000. While not abnormal for debuggers, this increases system memory footprint until the target exits.
    22.06.14 22:59:05.211 mds_stores[111]: (Error) SecureStore: Access token 6 changed uid from -1 to 501
    22.06.14 22:59:07.699 com.apple.iCloudHelper[184]: ApplePushService: Timed out making blocking call, failed to perform call via XPC connection to 'com.apple.apsd'
    22.06.14 22:59:08.432 gamed[224]: CKSoftwareMap: Registering with Daemon
    22.06.14 22:59:10.965 imagent[195]: ApplePushService: Timed out making blocking call, failed to perform call via XPC connection to 'com.apple.apsd'
    22.06.14 22:59:11.180 apsd[209]: Unrecognized leaf certificate
    22.06.14 22:59:11.658 Growl[225]: Using your own bundle identifier as an NSUserDefaults suite name does not make sense and will not work. Break on _NSUserDefaults_Log_Nonsensical_Suites to find this
    22.06.14 22:59:12.050 parentalcontrolsd[241]: StartObservingFSEvents [849:] -- *** StartObservingFSEvents started event stream
    22.06.14 22:59:14.545 Growl[225]: Setup timer, this should only happen once
    22.06.14 22:59:14.547 Growl[225]: Next image check no earlier than 24 hours from 2014-06-21 21:59:00 +0000
    22.06.14 22:59:18.947 syncdefaultsd[204]: [AOSAccounts] : IAAppProvider::CopyAccountUIDForUser Timed out waiting
    22.06.14 22:59:20.070 com.apple.SecurityServer[15]: Session 100013 created
    22.06.14 22:59:20.515 com.apple.time[154]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    22.06.14 22:59:21.136 com.apple.NotesMigratorService[245]: Joined Aqua audit session
    22.06.14 22:59:30.907 plugin-container[246]: CoreText performance note: Client called CTFontCreateWithName() using name "Times Roman" and got font with PostScript name "Times-Roman". For best performance, only use PostScript names when calling this API.
    22.06.14 22:59:30.907 plugin-container[246]: CoreText performance note: Set a breakpoint on CTFontLogSuboptimalRequest to debug.
    22.06.14 22:59:32.011 plugin-container[246]: CoreText performance note: Client called CTFontCreateWithName() using name "Arial" and got font with PostScript name "ArialMT". For best performance, only use PostScript names when calling this API.
    22.06.14 22:59:56.863 com.apple.SecurityServer[15]: Session 100006 created
    22.06.14 23:01:01.000 kernel[0]: process devolonetsvc[65] caught causing excessive wakeups. Observed wakeups rate (per sec): 278; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 45161
    22.06.14 23:01:05.643 com.apple.SecurityServer[15]: Session 100015 created
    22.06.14 23:01:08.859 spindump[269]: Saved wakeups_resource.spin report for devolonetsvc version ??? (???) to /Library/Logs/DiagnosticReports/devolonetsvc_2014-06-22-230108_Mac-mini-de-Thom as-2.wakeups_resource.spin
    22.06.14 23:02:24.031 mds[39]: (Normal) Volume: volume:0x7f82bf02c600 ********** Bootstrapped Creating a default store:0 SpotLoc:(null) SpotVerLoc:(null) occlude:0 /Volumes/firmwaresyncd.fn2zAA
    22.06.14 23:07:06.425 com.apple.NotesMigratorService[245]: Joined Aqua audit session
    22.06.14 23:07:09.219 Console[289]: setPresentationOptions called with NSApplicationPresentationFullScreen when there is no visible fullscreen window; this call will be ignored.

  • Mac Mini 2005 is very slow

    Hello,
    My uncle gave me a free Mac Mini 2005 model when he purchased a newer model. The wireless wasn't working with it so I fixed it. From what he said the Mac was always slow, but lately my Mac has gotten a lot slower than normal. I don't know what happened but all of a sudden it just slowed right down. It always freezes and lagey. I don't know if there is something that I can do. I could possibly upgrade the RAM from 1GB to like 2 GB. But I'm not too sure if that'll fix this issue.
         Thanks in advance for any help!!

    Activity Monitor – Monitor Performance Problems  
    Performance Guide
    Why is my computer slow
    Why your Mac runs slower than it should
    Things you can do to resolve slowdowns  see post by Kappy

  • HT1338 my mac pro started running very slow not all the time it is only 2 months old

    My new macpro has been running very slow off and on (mostly on) it is only 2 months old I took it into the genius bar and they could not find anything wrong.  I took it home and it ran fine for a short while then started up again. I have watched activity monitor and can see no direct corellation.  Anyone have any ideas?

    Did you install anything new lately?
    Run any programs that purport to "clean", "speed up", or "optimize" your Mac

  • Mac Pro started running very slow

    Just recently, my computer started taking a long time to load prgrams, and to quit programs (1 - 2 minutes).  Plus programs have been crashing or not responding when I try to quit.  I don't know what's going on.
    I ran the disc utlility and the hard drive checked out fine.  The drive is less than half full.  Any ideas?  Anyone?
    EP

    First, back up all data immediately, as your boot drive may be failing.
    If iCloud is enabled, disable it.
    Disconnect all wired peripherals except keyboard, mouse, and monitor, if applicable. Launch the usual set of applications you use when you notice the problem.
    Step 1
    Launch the Activity Monitor application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ If you’re running OS X 10.7 or later, open LaunchPad. Click Utilities, then Activity Monitor in the page that opens.
    Select the CPU tab of the Activity Monitor window.
    Select All Processes from the menu in the toolbar, if not already selected.
    Click the heading of the % CPU column in the process table to sort the entries by CPU usage. You may have to click it twice to get the highest value at the top. What is it, and what is the process? Also post the values for % User, % System, and % Idle at the bottom of the window.
    Select the System Memory tab. What values are shown in the bottom part of the window for Page outs and Swap used?
    Step 2
    You must be logged in as an administrator to carry out this step.
    Launch the Console application in the same way as above. Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left.
    Post the 50 or so most recent messages in the log — the text, please, not a screenshot.
    Important: Some personal information, such as your name, may appear in the log. Edit it out before posting.

  • Mini running started running very slow

    My Mac mini started to run very slow.  Any ideas as to why?

    Hi, first try this...
    Bootup holding CMD+r, or the Option/alt key to boot from the Restore partition & use Disk Utility from there to Repair the Disk, then Repair Permissions.
    Then...
    Open Console in Utilities & see if there are any clues or repeating messages when this slowness happens.

  • We recently had a few brief power failures. Since then, my Mac Pro has been very slow on start up. Any suggestions?

    We Recently had a few brief power failures. Since then, my Mac Pro has been very slow on startup. Any suggestions?

    Like the  man says:
    Run Disk Utility > Repair ... (not just repair permissions) while booted from another drive. If you have a stronger utility like Disk Warrior, that would be even better.
    If you find that the ONLY way you can do this is by booting from the DVD, The Hatter recommends you establish an emergency drive or partition on a drive other than the Boot drive and use that in the future. It makes emergency Repair, backup, and cloning much easier.

  • I am using OS 10.7.5.  During the last week, it has started running very slow.Any ideas?, I am using OS 10.7.5.  During the last week, it has started running very slow.Any ideas?

    I am using Mac OS 10.7.5.  During the last week, it has started running very slow.  Any thoughts?

    Things You Can Do To Resolve Slow Downs
    If your computer seems to be running slower here are some things you can do:
    Start with visits to:     OS X Maintenance - MacAttorney;
                                      The X Lab: The X-FAQs;
                                      The Safe Mac » Mac Performance Guide;
                                      The Safe Mac » The myth of the dirty Mac;
                                      Mac maintenance Quick Assist.
    Boot into Safe Mode then repair your hard drive and permissions:
    Repair the Hard Drive and Permissions Pre-Lion
    Boot from your OS X Installer disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Utilities menu. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the installer.
    Repair the Hard Drive - Lion/Mountain Lion/Mavericks
    Boot to the Recovery HD:
    Restart the computer and after the chime press and hold down the COMMAND and R keys until the Utilites Menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD disk icon and click on the arrow button below.
    When the recovery menu appears select Disk Utility. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported, then click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the main menu. Select Restart from the Apple menu.
    Restart your computer normally and see if this has helped any. Next do some maintenance:
    For situations Disk Utility cannot handle the best third-party utility is Disk Warrior;  DW only fixes problems with the disk directory, but most disk problems are caused by directory corruption; Disk Warrior 4.x is now Intel Mac compatible.
    Note: Alsoft ships DW on a bootable DVD that will startup Macs running Snow Leopard or earlier. It cannot start Macs that came with Lion or later pre-installed, however, DW will work on those models.
    Suggestions for OS X Maintenance
    OS X performs certain maintenance functions that are scheduled to occur on a daily, weekly, or monthly period. The maintenance scripts run in the early AM only if the computer is turned on 24/7 (no sleep.) If this isn't the case, then an excellent solution is to download and install a shareware utility such as Macaroni, JAW PseudoAnacron, or Anacron that will automate the maintenance activity regardless of whether the computer is turned off or asleep.  Dependence upon third-party utilities to run the periodic maintenance scripts was significantly reduced since Tiger.  These utilities have limited or no functionality with Snow Leopard or later and should not be installed.
    OS X automatically defragments files less than 20 MBs in size, so unless you have a disk full of very large files there's little need for defragmenting the hard drive.
    Helpful Links Regarding Malware Protection
    An excellent link to read is Tom Reed's Mac Malware Guide.
    Also, visit The XLab FAQs and read Detecting and avoiding malware and spyware.
    See these Apple articles:
              Mac OS X Snow Leopard and malware detection
              OS X Lion- Protect your Mac from malware
              OS X Mountain Lion- Protect your Mac from malware
              About file quarantine in OS X
    If you require anti-virus protection I recommend using VirusBarrier Express 1.1.6 or Dr.Web Light both from the App Store. They're both free, and since they're from the App Store, they won't destabilize the system. (Thank you to Thomas Reed for these recommendations.)
    Troubleshooting Applications
    I recommend downloading a utility such as TinkerTool System, OnyX, Mavericks Cache Cleaner, or Cocktail that you can use for removing old log files and archives, clearing caches, etc. Corrupted cache, log, or temporary files can cause application or OS X crashes as well as kernel panics.
    If you have Snow Leopard or Leopard, then for similar repairs install the freeware utility Applejack.  If you cannot start up in OS X, you may be able to start in single-user mode from which you can run Applejack to do a whole set of repair and maintenance routines from the command line.  Note that AppleJack 1.5 is required for Leopard. AppleJack 1.6 is compatible with Snow Leopard. Applejack does not work with Lion and later.
    Basic Backup
    For some people Time Machine will be more than adequate. Time Machine is part of OS X. There are two components:
    1. A Time Machine preferences panel as part of System Preferences;
    2. A Time Machine application located in the Applications folder. It is
        used to manage backups and to restore backups. Time Machine
        requires a backup drive that is at least twice the capacity of the
        drive being backed up.
    Alternatively, get an external drive at least equal in size to the internal hard drive and make (and maintain) a bootable clone/backup. You can make a bootable clone using the Restore option of Disk Utility. You can also make and maintain clones with good backup software. My personal recommendations are (order is not significant):
      1. Carbon Copy Cloner
      2. Get Backup
      3. Deja Vu
      4. SuperDuper!
      5. Synk Pro
      6. Tri-Backup
    Visit The XLab FAQs and read the FAQ on backup and restore.  Also read How to Back Up and Restore Your Files. For help with using Time Machine visit Pondini's Time Machine FAQ for help with all things Time Machine.
    Referenced software can be found at MacUpdate.
    Additional Hints
    Be sure you have an adequate amount of RAM installed for the number of applications you run concurrently. Be sure you leave a minimum of 10% of the hard drive's capacity as free space.
    Add more RAM. If your computer has less than 2 GBs of RAM and you are using OS X Leopard or later, then you can do with more RAM. Snow Leopard and Lion work much better with 4 GBs of RAM than their system minimums. The more concurrent applications you tend to use the more RAM you should have.
    Always maintain at least 15 GBs or 10% of your hard drive's capacity as free space, whichever is greater. OS X is frequently accessing your hard drive, so providing adequate free space will keep things from slowing down.
    Check for applications that may be hogging the CPU:
    Pre-Mavericks
    Open Activity Monitor in the Utilities folder.  Select All Processes from the Processes dropdown menu.  Click twice on the CPU% column header to display in descending order.  If you find a process using a large amount of CPU time (>=70,) then select the process and click on the Quit icon in the toolbar.  Click on the Force Quit button to kill the process.  See if that helps.  Be sure to note the name of the runaway process so you can track down the cause of the problem.
    Mavericks and later
    Open Activity Monitor in the Utilities folder.  Select All Processes from the View menu.  Click on the CPU tab in the toolbar. Click twice on the CPU% column header to display in descending order.  If you find a process using a large amount of CPU time (>=70,) then select the process and click on the Quit icon in the toolbar.  Click on the Force Quit button to kill the process.  See if that helps.  Be sure to note the name of the runaway process so you can track down the cause of the problem.
    Often this problem occurs because of a corrupted cache or preferences file or an attempt to write to a corrupted log file.

  • My Mac mini's WiFi is slow

    Hi, my Mac mini’s WiFi is slow: it’s stuck when loading a page with Safari.
    Help please, I want to browse the Internet!
    The WiFi signal is best (4 bars):
    Here’s a screenshot if you’re interested:

    Sorry for a late reply, didn't notice the activity in this thread. Try changing the channel in your router's settings.
    To do it:
    1. Open the Wi-Fi Scan tool http://osxdaily.com/2012/07/31/wi-fi-scanner-mac-os-x-mountain-lion/
    2. Find an unused channel - steps in this screenshot:
    2. Change the channel in your router's settings.

  • On my macbook pro I have a message on my homepage telling me that certain items want to use my keychain. I've pressed cancel the message will not go. The mac is now running very slow and iphoto and safari are not working. Can anyone help?

    On my macbook pro I have a message on my homepage telling me that certain items want to use my keychain. I've pressed cancel the message will not go. The mac is now running very slow and iphoto and safari are not working. Can anyone help?

    What version of Mac OS X?
    What home page?
    What browser?

  • 2006 Intel Mac mini starts to load then turns off and sometime a kernel panic warning will appear

    Mac mini starts then powers off before loading osx and sometimes gives a kernel panic warning

    Tough without the Install disc, but some things to try...
    Does it boot to Single User Mode, CMD+s keys at bootup, if so try...
    /sbin/fsck -fy
    Repeat until it shows no errors fixed.
    (Space between fsck AND -fy important).

  • Mac mini starts so slowly

    Mac mini starts so slowly

    After it does start open the Console app in the Utilities folder and look for log entry errors/problems during startup and post them here.
    Running this and posting the results here may also help us determine what is going on
    EtreCheck

  • Mac mini start up shut down code

    I appreciate the two responses, from '300Tech' and TITOUMAX to my original question.
    I was reluctant to take the "sudo halt" terminal suggestion since a warning loomed over the danger of losing data.
    I was unable to post a copy of the code sequences suggested by TITOMAX since the problem was solved by the time I saw his post.
    I received an answer from Apple.
    I was able to halt display of start up and shut down code by shutting the Mac mini down and starting the machine while holding down  "cmd option PR" keys until the computer gave the normal start sound followed by a repeat of the start sound. This procedure led to a normal start up process and also a normal shut down process without the display of the "start up code" during start up or the display of the "shut down code" during shut down.
    By the way, holding down the "cmd option R" keys with my left hand while pressing the Mac mini start button with my right hand and quickly getting my right hand in place to hold the "P" key was tricky, but only took two tries to achieve success.
    I was concerned that the display of those lines of code was an indicator of an impending problem. It turned out to be an unintended feature following replacement of the logic board.
    By the way, Apple Care has been wortwhile for me.

    Thanks for the report, that's called a PRAM reset, CMD+Option+p+r...
    http://support.apple.com/kb/HT1379

  • My mac pro is running very slow and I have a pin wheel turning

    My mac pro is running very slow and I have a pin wheel turning what can I do?

    https://support.apple.com/kb/DL1433
    https://www.apple.com/macosx/recovery/
    http://support.apple.com/kb/HT4718

Maybe you are looking for

  • Pop up saying error while trying to sync audi and midi

    HELP! is there anyone who is experiencing or has experienced an error pop up saying error while trying to sync audio and midi in your logic pro8? it's doing it on every song I pull up now. I've tried buffering, reloading, Help? all was fine the night

  • HP's Low Quality Product and Customer Service

    On 1/23/15 I ordered a brand new Envy Phoenix 810 with modifications. First the website was broken and I ended up having to call to get the order placed. The computer arrived on 1/30/15 via FedEx, since paid for 2 day delivery. The computer ran for 7

  • Date Time issues

    In different places the OS seems to default to the date of 5/1/10 - I assume that is 5th Jan 2010. For instance, I have turned on parental controls. When I view the logs and want to show activity for 1 month or week and group by website, every entry

  • Acrobat 8 suddenly asks for serial number, won't launch

    I have Acrobat Professional 8.1.3 as part of CS3 Design Premium, student license. Acrobat was not a separate disk. It was installed along with the rest of CS3 and always launched normally. Today, it requested the serial number and would not launch wi

  • Cannot purchase on new store client

    I cannot purchase anything on new store client 3.16. The message 'Cannot Pay, payment for (xxxx app) was not processed always shows.