Router restarting itself and speeds very slow!

My router keeps restarting every few hours for no apparent reason, my DSL connection rate on the bt broadband speed test is 3648kbps(down) and 448kbps(up) but because the router keeps restarting my IP Profile for the line hasn't increased from 500kbps and my download speed is 480kbps. I have never had any problems with speed in the past and the IP profile used to be around 3000kbps with download speeds around 2800kbps. I've tried swapping the router to my old voyager 2110 and the same problem occured. We have had really bad weather the past week, might this have something to do with it?

enter for homehub
192.168.1.254 in browser click A to Z top right
then ADSL enter pas and click MORE DETAIL
POST RESULTS
Also post results of test at ( best done from master test socket)
http://speedtester.bt.com/
Some one may hen be able to help
Have you tried a quite line test
dial 17070 option 2 and listen - should hear nothing
best done with old type analogue phone digital will do but may have slight hiss
do not use home hub phone
If any post helps tick the star box on the left
Just cause Im paranoid dont mean they are not out to get me

Similar Messages

  • IOS7 wifi and LTE speed very slow.

    iOS7 wifi and LTE speed very slow compared to iOS6.  This was proven with Safari and using speed test app.

    I have exactly the same problem symptom ever since installing iOS7. Toggling the FaceTime or the LTE settings alleviated the problem until I installed the latest version on IOS (7.0.4- 11B554a). Now the bug is permanent, a Network Reset will not work anymore, a System Reset will work only for the first execution of Speedtest.
    Looks like the network software is throttling LTE speed to the minimum (.50 Mbps) up/download speed no matter what. Now unlimited Data means nothing, maybe AT&T wants me to go to Verizon or Tmobile.
    I reported this problem to AT&T Sept 26 when I first installed IOS7, they told me there was no problem really that I needed to wait for the LTE network congestion to go away...? Since I found a circumvention by toggling LTE I did not pursued the problem...
    After reporting the problem again this morning, they sent me to the AT&T store to change the SIM card.... I will try this and report back if it fixes the problem... Although I doubt it will fix anything but burn and extra hour of my day. The AT&T rep said that if the new SIM card doesn't fix the problem I need to go to Apple for them to give me a new Iphone....???? I guess there are many iPhones gone bad after installing IOS7 (sarcasm).
    If you have this same problem, please post here so that I am able to get back to AT&T with some leverage to get them to remove the choking of LTE. Basically, if everyone accepts the new low speeds, then, unlimited data is no longer a problem for this phone company.

  • Mac os x lion 10.7 on mac book pro not updating and running very slow

    i am using mac os x lion 10.7
    problem it is not updating and running very slow. How to improve?

    If you don't already have a current backup, back up all data before doing anything else. This procedure is a diagnostic  test. It changes nothing, for better or worse, and therefore will not, in itself, solve your problem. The backup is necessary on principle, not because of anything suggested in this comment. There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
    Third-party system modifications are a common cause of usability problems. By a “system modification,” I mean software that affects the operation of other software — potentially for the worse. The procedure will help to identify which such modifications you've installed, as well as some other aspects of the state of the system that may be pertinent.
    Don’t be alarmed by the seeming complexity of these instructions — they’re easy to carry out. Here's a brief summary: You copy a line of text from this web page into a window in another application. You wait about a minute. Then you paste some other text, which will have been copied automatically, back into a reply on this page. The sequence is: copy, paste, paste again. That's all there is to it. Details follow.
    You may have started the computer in "safe" mode. Preferably, these steps should be taken while booted in “normal” mode. If the system is now running in safe mode and is bootable in normal mode, reboot as usual. If it only boots in safe mode, proceed anyway.
    Below are instructions to run a UNIX shell script. It does nothing but produce human-readable output. However, you need to be cautious about running any program at the behest of a stranger on a public message board. If you question the safety of the procedure suggested here — which you should — search this site for other discussions in which it’s been followed without any report of ill effects. If you can't satisfy yourself that these instructions are safe, don't follow them.
    The script will line-wrap or scroll in your browser, but it's really 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, and you can then copy it.
    If you have more than one user, and the affected user is not an administrator, then please run the script twice: once while logged in as the affected user, and once as an administrator. The results may be different. The administrator is the user that is created automatically on a new computer when you start it for the first time. If you can't log in as an administrator, just run the script as the affected user. Most personal Macs have only one user, and in that case this paragraph doesn’t apply.
    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. 
    Triple-click anywhere in the line of text below on this page to select it:
    clear; PB=/usr/libexec/PlistBuddy; PR () { [[ "$o" ]] && o=$(sed 's/^/   /' <<< "$o") && printf '\n%s:\n\n%s\n' "$1" "$o"; }; PC () { o=$(egrep -v '^[[:blank:]]*($|#)' "$2"); PR "$1"; }; PF () { o=$($PB -c Print "$2" | awk -F'= ' \/$3'/{print $2}'); PR "$1"; }; PN () { [[ $o -eq 0 ]] || printf "\n%s: %s\n" "$1" $o; }; a=$(id | grep -w '80(admin)'); [[ "$a" ]] && sudo true && r=1 || r=; { [[ "$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'); fgrep -q P <<< "$o" && o=; PR "POST"; o=$(($(vm_stat | awk '/Pageo/{sub("\\.",""); print $2}')/256)); o=$((o>=1024?o:0));  PN "Pageouts (MiB)"; s=( $(sar -u 1 10 | sed '$!d') ); [[ ${s[4]} -lt 90 ]] && o=$( printf 'User %s%%\t\tSystem %s%%' ${s[1]} ${s[3]} ) || o=; PR "Total CPU usage" && o=$(ps acrx -o comm,ruid,%cpu | sed '2!d'); PR "Max %CPU by process (name, UID, %)"; o=$(kextstat -kl | grep -v com\\.apple | cut -c53- | cut -d\< -f1); PR "Loaded extrinsic kernel extensions"; o=$(launchctl list | sed 1d | awk '!/0x|com\.apple|org\.(x|openbsd)|\.[0-9]+$/{print $3}'); PR "Loaded extrinsic user agents"; o=$(launchctl getenv DYLD_INSERT_LIBRARIES); PR "Inserted libraries"; PC "cron configuration" /e*/cron*; o=$(crontab -l | grep [^[:blank:]]); PR "User cron tasks"; PC "Global launchd configuration" /e*/lau*; PC "Per-user launchd configuration" ~/.lau*; PF "Global login items" /L*/P*/loginw* Path; PF "Per-user login items" L*/P*/*loginit* Name; PF "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); PN "Restricted user files"; cd; o=$(find -L /S*/L*/E* {/,}L*/{A*d,Compon,Ex,In,Keyb,Mail/Bu,P*P,Qu,Scripti,Servi,Spo}* -type d -name Contents -prune | while read d; do ID=$($PB -c 'Print :CFBundleIdentifier' "$d/Info.plist") || ID=; ID=${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 '%s\n\t(%s)\n' "${d%/Contents}" "$ID"; done); PR "Extrinsic loadable bundles"; o=$(find /u*/{,*/}lib -type f -exec sh -c 'file -b "$1" | grep -qw shared && ! codesign -v "$1"' {} {} \; -print); PR "Unsigned shared libraries"; o=$(system_profiler SPFontsDataType | egrep "Valid: N|Duplicate: Y" | wc -l); PN "Font problems"; for d in {/,}L*/{La,Priv,Sta}*; do o=$(ls -A "$d"); PR "$d"; done; [ "$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}'); PR "Loaded extrinsic daemons"; o=$(sudo defaults read com.apple.loginwindow LoginHook); PR "Login hook"; o=$(sudo crontab -l | grep [^[:blank:]]); PR "Root cron tasks"; }; o=$(syslog -k Sender kernel -k Message CReq 'GPU |hfs: Ru|I/O e|n Cause: -|NVDA\(|pagin|timed? ?o' | tail -n25 | awk '/:/{$4=""; print}'); PR "Log check"; } 2> /dev/null | pbcopy; exit
    Copy the selected text to the Clipboard by pressing the key combination command-C. Then 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 your password, the script will run anyway, but it will produce less information. In most cases, the difference is not important, so don't worry about it.
    The script may take up to a few minutes to run, depending on how many files you have and the speed of the computer. Wait for the line "[Process completed]" to appear in the Terminal window.
    You can then quit Terminal. The output of the script will have been copied to the Clipboard automatically. All you have to do is paste into a reply to this message by pressing command-V again.
    Please note:
    ☞ This procedure is all copy-and-paste — type nothing in the Terminal window except your login password if and when prompted.
    ☞ Remember to post the output. It's already in the Clipboard when you see "[Process completed]" in the Terminal window. You don't have to copy the output; just paste into your web browser.
    ☞ If any personal information, such as your name or email address, appears in the output, anonymize it before posting. Usually that won't be necessary.

  • My macbook pro (late 09) restart itself and refused start up.

    this my first post ever - been using Mac all my life but a rookie when it comes to crash report. My Macbook Pro (late 09) running Mavericks (all apps and everything else, kept updated) to day restart itself and i wonder what caused. had to do the ritual of removing the battery, the RAM (8GB DDR) to get it start up again. what could possibly be wrong from this log - can anyone explain? appreciate it - thank you.
    Feb 21 00:02:53 PerfectPixel xpcproxy[632]: assertion failed: 13B42: xpcproxy + 3438 [EE7817B0-1FA1-3603-B88A-BD5E595DA86F]: 0x2
    Feb 21 00:10:47 PerfectPixel.local ntpd[127]: ntpd: time set -1.276950 s
    Feb 21 00:10:47 PerfectPixel.local com.apple.time[163]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    Feb 21 00:11:17 --- last message repeated 1 time ---
    Feb 21 00:15:37 PerfectPixel.local spindump[647]: Saved diag report for powerstats version com.apple.SystemStats.Daily to /Library/Logs/DiagnosticReports/powerstats_2014-02-21-001537_PerfectPixel.diag
    Feb 21 00:15:38 PerfectPixel.local spindump[650]: Saved diag report for powerstats version com.apple.SystemStats.TopPowerEvent to /Library/Logs/DiagnosticReports/powerstats_2014-02-21-001538_PerfectPixel.diag
    Feb 21 00:15:39 PerfectPixel.local spindump[651]: Saved diag report for powerstats version com.apple.SystemStats.TopPowerEvent to /Library/Logs/DiagnosticReports/powerstats_2014-02-21-001539_PerfectPixel.diag
    Feb 21 00:15:39 PerfectPixel.local spindump[652]: Saved diag report for powerstats version com.apple.SystemStats.TopPowerEvent to /Library/Logs/DiagnosticReports/powerstats_2014-02-21-001539-1_PerfectPixel.dia g
    Feb 21 01:00:27 PerfectPixel xpcproxy[713]: assertion failed: 13B42: xpcproxy + 3438 [EE7817B0-1FA1-3603-B88A-BD5E595DA86F]: 0x2
    Feb 21 01:00:28 PerfectPixel.local AddressBookSourceSync[712]: [CardDAVPlugin-ERROR] -getPrincipalInfo:[_controller discoverServer https://[email protected]:0(null//[email protected]:0(null)] Error Domain=CoreDAVHTTPStatusErrorDomain Code=401 "The operation couldn’t be completed. (CoreDAVHTTPStatusErrorDomain error 401.)" UserInfo=0x7fe6f1cc57f0 {CoreDAVHTTPHeaders=<CFBasicHash 0x7fe6f1cc5520 [0x7fff7b454eb0]>{type = immutable dict, count = 12,
              entries =>
                        0 : Content-Type = <CFString 0x7fe6f1cb22d0 [0x7fff7b454eb0]>{contents = "application/vnd.google.gdata.error+xml; charset=UTF-8"}
                        4 : Alternate-Protocol = <CFString 0x7fe6f1c78040 [0x7fff7b454eb0]>{contents = "443:quic"}
                        5 : Content-Encoding = <CFString 0x7fe6f1c4b250 [0x7fff7b454eb0]>{contents = "gzip"}
                        6 : Server = <CFString 0x7fe6f1caec70 [0x7fff7b454eb0]>{contents = "GSE"}
                        7 : X-XSS-Protection = <CFString 0x7fe6f1c8b2c0 [0x7fff7b454eb0]>{contents = "1; mode=block"}
                        8 : Expires = <CFString 0x7fe6f1caedc0 [0x7fff7b454eb0]>{contents = "Thu, 20 Feb 2014 17:00:27 GMT"}
                        12 : Cache-Control = <CFString 0x7fe6f1cb76e0 [0x7fff7b454eb0]>{contents = "private, max-age=0"}
                        13 : Date = <CFString 0x7fe6f1c7d4a0 [0x7fff7b454eb0]>{contents = "Thu, 20 Feb 2014 17:00:27 GMT"}
                        15 : Content-Length = <CFString 0x7fe6f1c97b60 [0x7fff7b454eb0]>{contents = "210"}
                        19 : X-Content-Type-Options = <CFString 0x7fe6f1c82e90 [0x7fff7b454eb0]>{contents = "nosniff"}
                        21 : X-Frame-Options = <CFString 0x7fe6f1cb27b0 [0x7fff7b454eb0]>{contents = "SAMEORIGIN"}
                        22 : Www-Authenticate = <CFString 0x7fe6f1ca8730 [0x7fff7b454eb0]>{contents = "GoogleLogin realm="https://www.google.com/accounts/ClientLogin", service="cp""}
    Feb 21 01:02:16 PerfectPixel.local AddressBookSourceSync[715]: [CardDAVPlugin-ERROR] -getPrincipalInfo:[_controller discoverServer https://[email protected]:0(null//[email protected]:0(null)] Error Domain=CoreDAVHTTPStatusErrorDomain Code=401 "The operation couldn’t be completed. (CoreDAVHTTPStatusErrorDomain error 401.)" UserInfo=0x7ff7a24d1500 {CoreDAVHTTPHeaders=<CFBasicHash 0x7ff7a24d1ef0 [0x7fff7b454eb0]>{type = immutable dict, count = 12,
              entries =>
                        0 : Content-Type = <CFString 0x7ff7a248a470 [0x7fff7b454eb0]>{contents = "application/vnd.google.gdata.error+xml; charset=UTF-8"}
                        4 : Alternate-Protocol = <CFString 0x7ff7a2495430 [0x7fff7b454eb0]>{contents = "443:quic"}
                        5 : Content-Encoding = <CFString 0x7ff7a248a4c0 [0x7fff7b454eb0]>{contents = "gzip"}
                        6 : Server = <CFString 0x7ff7a24953e0 [0x7fff7b454eb0]>{contents = "GSE"}
                        7 : X-XSS-Protection = <CFString 0x7ff7a2487620 [0x7fff7b454eb0]>{contents = "1; mode=block"}
                        8 : Expires = <CFString 0x7ff7a24cd3c0 [0x7fff7b454eb0]>{contents = "Thu, 20 Feb 2014 17:02:14 GMT"}
                        12 : Cache-Control = <CFString 0x7ff7a24d9dd0 [0x7fff7b454eb0]>{contents = "private, max-age=0"}
                        13 : Date = <CFString 0x7ff7a24b3d60 [0x7fff7b454eb0]>{contents = "Thu, 20 Feb 2014 17:02:14 GMT"}
                        15 : Content-Length = <CFString 0x7ff7a24c97d0 [0x7fff7b454eb0]>{contents = "210"}
                        19 : X-Content-Type-Options = <CFString 0x7ff7a24a39d0 [0x7fff7b454eb0]>{contents = "nosniff"}
                        21 : X-Frame-Options = <CFString 0x7ff7a24d9e30 [0x7fff7b454eb0]>{contents = "SAMEORIGIN"}
                        22 : Www-Authenticate = <CFString 0x7ff7a2494a60 [0x7fff7b454eb0]>{contents = "GoogleLogin realm="https://www.google.com/accounts/ClientLogin", service="cp""}
    Feb 21 01:02:22 PerfectPixel com.apple.launchd[1] (com.apple.WebKit.WebContent.DB9EDD32-AD40-4961-8C87-D43BD78F7F6F[697]): Could not terminate job: 3: No such process
    Feb 21 01:02:22 PerfectPixel com.apple.launchd[1] (com.apple.WebKit.WebContent.DB9EDD32-AD40-4961-8C87-D43BD78F7F6F[697]): Using fallback option to terminate job...
    Feb 21 01:02:22 PerfectPixel com.apple.launchd[1] (com.apple.WebKit.Networking.F6C4C760-CE68-4219-A74C-5B13A9A4528B[565]): Exited with code: 1
    Feb 21 01:02:31 PerfectPixel com.apple.launchd.peruser.501[159] (com.apple.PackageKit.InstallStatus): Throttling respawn: Will start in 9 seconds
    Feb 21 01:02:31 PerfectPixel com.apple.launchd.peruser.501[159] ([0x0-0x6006].com.adobe.illustrator[170]): Exited: Killed: 9
    Feb 21 01:02:32 PerfectPixel.local WindowServer[100]: CGXGetConnectionProperty: Invalid connection 55811
    Feb 21 01:02:32 --- last message repeated 4 times ---
    Feb 21 01:02:32 PerfectPixel com.apple.launchd[1] (com.apple.ShareKitHelper[199]): Exited: Killed: 9
    Feb 21 01:02:32 PerfectPixel com.apple.launchd.peruser.501[159] (com.apple.EscrowSecurityAlert[330]): Exited: Killed: 9
    Feb 21 01:02:32 PerfectPixel com.apple.launchd.peruser.501[159] (com.apple.AirPlayUIAgent[192]): Exited: Killed: 9
    Feb 21 01:02:32 PerfectPixel com.apple.launchd[1] (com.apple.internetaccounts[209]): Exited: Killed: 9
    Feb 21 01:02:32 PerfectPixel com.apple.launchd.peruser.501[159] (com.apple.iTunesHelper.188352[237]): Exited with code: 1
    Feb 21 01:02:32 PerfectPixel com.apple.launchd.peruser.501[159] (com.apple.ImageCaptureExtension2.26256[469]): Exited: Killed: 9
    Feb 21 01:02:32 PerfectPixel com.apple.launchd.peruser.501[159] ([0x0-0x1c01c].com.apple.AppleSpell[356]): Exited: Killed: 9
    Feb 21 01:02:32 PerfectPixel com.apple.launchd.peruser.501[159] (com.apple.gamed[235]): Exited: Killed: 9
    Feb 21 01:02:42 PerfectPixel.local loginwindow[41]: ERROR | -[ApplicationManager quitPrivateProcesses] | Private process did not quit
    Feb 21 01:02:42 PerfectPixel.local sessionlogoutd[722]: sessionlogoutd Launched
    Feb 21 01:02:42 PerfectPixel.local sessionlogoutd[722]: DEAD_PROCESS: 41 console
    Feb 21 01:02:42 PerfectPixel.local loginwindow[41]: ERROR | -[Application hardKill:] | Application hardKill returned -600
    Feb 21 01:02:42 PerfectPixel.local airportd[62]: _doAutoJoin: Already associated to “heidee_wifi”. Bailing on auto-join.
    Feb 21 01:02:42 PerfectPixel.local com.apple.kextd[12]: Error reconsidering volume /Volumes/UNTITLED.
    Feb 21 01:02:42 PerfectPixel.local shutdown[723]: halt by _cvmsroot:
    Feb 21 01:02:42 PerfectPixel kernel[0]: Kext loading now disabled.
    Feb 21 01:02:42 PerfectPixel kernel[0]: Kext unloading now disabled.
    Feb 21 01:02:42 PerfectPixel kernel[0]: Kext autounloading now disabled.
    Feb 21 01:02:42 PerfectPixel kernel[0]: Kernel requests now disabled.
    Feb 21 01:02:42 PerfectPixel.local shutdown[723]: SHUTDOWN_TIME: 1392915762 462596
    Feb 21 11:56:31 localhost bootlog[0]: BOOT_TIME 1392954991 0
    Feb 21 11:56:48 localhost 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.
    Feb 21 11:56:48 localhost 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".
    Feb 21 11:56:48 localhost 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.
    Feb 21 11:56:48 localhost 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.
    Feb 21 11:56:48 localhost 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.
    Feb 21 11:56:48 localhost 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.
    Feb 21 11:56:48 localhost 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.
    Feb 21 11:56:48 localhost 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.
    Feb 21 11:56:48 localhost 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.
    Feb 21 11:56:48 localhost 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.
    Feb 21 11:56:48 localhost 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.
    Feb 21 11:56:53 --- last message repeated 6 times ---
    Feb 21 11:56:48 localhost kernel[0]: Longterm timer threshold: 1000 ms
    Feb 21 11:56:48 localhost kernel[0]: Darwin Kernel Version 13.0.0: Thu Sep 19 22:22:27 PDT 2013; root:xnu-2422.1.72~6/RELEASE_X86_64
    Feb 21 11:56:48 localhost kernel[0]: vm_page_bootstrap: 1883932 free pages and 131300 wired pages
    Feb 21 11:56:48 localhost kernel[0]: kext submap [0xffffff7f807a5000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff80007a5000]
    Feb 21 11:56:48 localhost kernel[0]: zone leak detection enabled
    Feb 21 11:56:48 localhost kernel[0]: "vm_compressor_mode" is 4
    Feb 21 11:56:48 localhost kernel[0]: standard timeslicing quantum is 10000 us
    Feb 21 11:56:48 localhost kernel[0]: standard background quantum is 2500 us
    Feb 21 11:56:48 localhost kernel[0]: mig_table_max_displ = 74
    Feb 21 11:56:48 localhost kernel[0]: AppleACPICPU: ProcessorId=0 LocalApicId=0 Enabled
    Feb 21 11:56:48 localhost kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=1 Enabled
    Feb 21 11:56:48 localhost kernel[0]: calling mpo_policy_init for TMSafetyNet
    Feb 21 11:56:48 localhost kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    Feb 21 11:56:48 localhost kernel[0]: calling mpo_policy_init for Sandbox
    Feb 21 11:56:48 localhost kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    Feb 21 11:56:48 localhost kernel[0]: calling mpo_policy_init for Quarantine
    Feb 21 11:56:48 localhost kernel[0]: Security policy loaded: Quarantine policy (Quarantine)
    Feb 21 11:56:48 localhost kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Feb 21 11:56:48 localhost kernel[0]: The Regents of the University of California. All rights reserved.
    Feb 21 11:56:48 localhost kernel[0]: MAC Framework successfully initialized
    Feb 21 11:56:48 localhost kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers
    Feb 21 11:56:48 localhost kernel[0]: AppleKeyStore starting (BUILT: Sep 19 2013 22:20:34)
    Feb 21 11:56:48 localhost kernel[0]: IOAPIC: Version 0x11 Vectors 64:87
    Feb 21 11:56:48 localhost kernel[0]: ACPI: sleep states S3 S4 S5
    Feb 21 11:56:48 localhost kernel[0]: AppleIntelCPUPowerManagement: (built 22:16:38 Sep 19 2013) initialization complete
    Feb 21 11:56:48 localhost kernel[0]: pci (build 22:16:29 Sep 19 2013), flags 0x63008, pfm64 (36 cpu) 0xf80000000, 0x80000000
    Feb 21 11:56:48 localhost kernel[0]: [ PCI configuration begin ]
    Feb 21 11:56:48 localhost kernel[0]: console relocated to 0xf80010000
    Feb 21 11:56:48 localhost kernel[0]: [ PCI configuration end, bridges 6, devices 19 ]
    Feb 21 11:56:48 localhost kernel[0]: NVEthernet::start - Built Sep 19 2013 22:20:06
    Feb 21 11:56:48 localhost kernel[0]: FireWire (OHCI) Lucent ID 5901 built-in now active, GUID d49a20fffe06b96a; max speed s800.
    Feb 21 11:56:48 localhost kernel[0]: USBMSC Identifier (non-unique): 000000009833 0x5ac 0x8403 0x9833, 2
    Feb 21 11:56:48 localhost kernel[0]: mcache: 2 CPU(s), 64 bytes CPU cache line size
    Feb 21 11:56:48 localhost kernel[0]: mbinit: done [64 MB total pool size, (42/21) split]
    Feb 21 11:56:48 localhost kernel[0]: Pthread support ABORTS when sync kernel primitives misused
    Feb 21 11:56:48 localhost kernel[0]: rooting via boot-uuid from /chosen: 7A4EE9AA-E988-3D32-8BC9-D615EB6C202E
    Feb 21 11:56:48 localhost 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>
    Feb 21 11:56:48 localhost kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start
    Feb 21 11:56:48 localhost kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start
    Feb 21 11:56:48 localhost kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded
    Feb 21 11:56:48 localhost kernel[0]: com.apple.AppleFSCompressionTypeDataless load succeeded
    Feb 21 11:56:48 localhost kernel[0]: AppleIntelCPUPowerManagementClient: ready
    Feb 21 11:56:48 localhost kernel[0]: BTCOEXIST off
    Feb 21 11:56:48 localhost kernel[0]: BRCM tunables:
    Feb 21 11:56:48 localhost kernel[0]: pullmode[1] txringsize[  256] txsendqsize[1024] reapmin[   32] reapcount[  128]
    Feb 21 11:56:48 localhost kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@B/AppleMCP79AHCI/PR T0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageD river/Hitachi HTS545050B9SA02 Media/IOGUIDPartitionScheme/Macintosh HD@2
    Feb 21 11:56:48 localhost kernel[0]: BSD root: disk0s2, major 1, minor 2
    Feb 21 11:56:48 localhost kernel[0]: hfs: mounted Macintosh HD on device root_device
    Feb 21 11:56:48 localhost kernel[0]: VM Swap Subsystem is ON
    Feb 21 11:56:48 localhost kernel[0]: Waiting for DSMOS...
    Feb 21 11:56:32 localhost com.apple.launchd[1]: *** launchd[1] has started up. ***
    Feb 21 11:56:32 localhost com.apple.launchd[1]: *** Shutdown logging is enabled. ***
    Feb 21 11:56:43 localhost com.apple.SecurityServer[14]: Session 100000 created
    Feb 21 11:56:44 localhost distnoted[19]: # distnote server daemon  absolute time: 14.256770904   civil time: Fri Feb 21 11:56:44 2014   pid: 19 uid: 0  root: yes
    Feb 21 11:56:47 localhost hidd[48]: void __IOHIDPlugInLoadBundles(): Loaded 0 HID plugins
    Feb 21 11:56:48 localhost hidd[48]: Posting 'com.apple.iokit.hid.displayStatus' notifyState=1
    Feb 21 11:56:53 localhost kernel[0]: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    Feb 21 11:56:53 localhost kernel[0]: IO80211Interface::efiNVRAMPublished(): 
    Feb 21 11:56:55 localhost com.apple.usbmuxd[26]: usbmuxd-327.4 on Jan  7 2014 at 01:25:07, running 64 bit
    Feb 21 11:56:55 localhost kernel[0]: NVDAStartup: Official
    Feb 21 11:56:55 localhost kernel[0]: AGC: 3.4.12, HW version=1.8.8, flags:0, features:4
    Feb 21 11:56:55 localhost kernel[0]: NVDANV50HAL loaded and registered
    Feb 21 11:56:55 localhost kernel[0]: Previous Shutdown Cause: 5
    Feb 21 11:56:55 localhost kernel[0]: SMC::smcInitHelper ERROR: MMIO regMap == NULL - fall back to old SMC mode
    Feb 21 11:56:55 localhost kernel[0]: init
    Feb 21 11:56:55 localhost kernel[0]: probe
    Feb 21 11:56:55 localhost kernel[0]: start
    Feb 21 11:56:55 localhost kernel[0]: [IOBluetoothHCIController][start] -- completed
    Feb 21 11:56:55 localhost kernel[0]: IOBluetoothUSBDFU::probe
    Feb 21 11:56:55 localhost kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x8213 FirmwareVersion - 0x0207
    Feb 21 11:56:55 localhost kernel[0]: **** [IOBluetoothHostControllerUSBTransport][start] -- completed -- result = TRUE -- 0xf000 ****
    Feb 21 11:56:55 localhost kernel[0]: **** [BroadcomBluetoothHostControllerUSBTransport][start] -- Completed -- 0xf000 ****
    Feb 21 11:56:55 localhost kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification -- 0xf000
    Feb 21 11:56:55 localhost kernel[0]: NVDAStartup: Official
    Feb 21 11:56:55 localhost kernel[0]: NVDANV50HAL loaded and registered
    Feb 21 11:56:56 localhost kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    Feb 21 11:56:56 localhost kernel[0]: **** [IOBluetoothHCIController][protectedBluetoothHCIControllerTransportShowsUp] -- Connected to the transport successfully -- 0x6240 -- 0xf000 -- 0xf000 ****
    Feb 21 11:56:56 localhost kernel[0]: 00000000  00000020  NVEthernet::setLinkStatus - not Active
    Feb 21 11:56:56 localhost kernel[0]: DSMOS has arrived
    Feb 21 11:56:56 localhost kernel[0]: AirPort: Link Down on en1. Reason 8 (Disassociated because station leaving).
    Feb 21 11:56:56 localhost configd[17]: network changed.
    Feb 21 11:56:56 PerfectPixel.local configd[17]: setting hostname to "PerfectPixel.local"
    Feb 21 11:56:57 PerfectPixel kernel[0]: hfs: mounted Mac HD II on device disk1s2
    Feb 21 11:56:57 PerfectPixel kernel[0]: hfs: mounted Mac HD III • Storage on device disk1s3
    Feb 21 11:56:58 PerfectPixel.local com.apple.SecurityServer[14]: Entering service
    Feb 21 11:56:58 PerfectPixel.local loginwindow[43]: Login Window Application Started
    Feb 21 11:56:58 PerfectPixel.local digest-service[68]: label: default
    Feb 21 11:56:58 PerfectPixel.local digest-service[68]:           dbname: od:/Local/Default
    Feb 21 11:56:58 PerfectPixel.local digest-service[68]:           mkey_file: /var/db/krb5kdc/m-key
    Feb 21 11:56:58 PerfectPixel.local digest-service[68]:           acl_file: /var/db/krb5kdc/kadmind.acl
    Feb 21 11:56:58 PerfectPixel.local digest-service[68]: digest-request: uid=0
    Feb 21 11:56:58 PerfectPixel.local mDNSResponder[40]: mDNSResponder mDNSResponder-522.1.11 (Aug 24 2013 23:49:34) starting OSXVers 13
    Feb 21 11:56:58 PerfectPixel.local digest-service[68]: digest-request: netr probe 0
    Feb 21 11:56:58 PerfectPixel.local digest-service[68]: digest-request: init request
    Feb 21 11:56:58 PerfectPixel.local digest-service[68]: digest-request: init return domain: BUILTIN server: PERFECTPIXEL indomain was: <NULL>
    Feb 21 11:56:58 PerfectPixel.local awacsd[59]: Starting awacsd connectivity_executables-97 (Aug 24 2013 23:49:23)
    Feb 21 11:56:58 PerfectPixel.local awacsd[59]: InnerStore CopyAllZones: no info in Dynamic Store
    Feb 21 11:56:58 PerfectPixel kernel[0]: flow_divert_kctl_disconnect (0): disconnecting group 1
    Feb 21 11:56:58 PerfectPixel.local mds[39]: (Normal) FMW: FMW 0 0
    Feb 21 11:56:59 PerfectPixel.local UserEventAgent[11]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    Feb 21 11:56:59 PerfectPixel.local UserEventAgent[11]: Captive: CNPluginHandler en1: Inactive
    Feb 21 11:56:59 PerfectPixel kernel[0]: hfs: mounted Mac HD I on device disk0s4
    Feb 21 11:56:59 PerfectPixel.local configd[17]: network changed.
    Feb 21 11:56:59 PerfectPixel.local configd[17]: network changed: DNS*
    Feb 21 11:56:59 PerfectPixel.local mDNSResponder[40]: D2D_IPC: Loaded
    Feb 21 11:56:59 PerfectPixel.local mDNSResponder[40]: D2DInitialize succeeded
    Feb 21 11:56:59 PerfectPixel.local mDNSResponder[40]:   4: Listening for incoming Unix Domain Socket client requests
    Feb 21 11:56:59 PerfectPixel.local systemkeychain[103]: done file: /var/run/systemkeychaincheck.done
    Feb 21 11:56:59 PerfectPixel.local aosnotifyd[62]: aosnotifyd has been launched
    Feb 21 11:57:00 PerfectPixel.local WindowServer[100]: Server is starting up
    Feb 21 11:57:00 PerfectPixel.local networkd[120]: networkd.120 built Aug 24 2013 22:08:46
    Feb 21 11:57:00 PerfectPixel.local blued[58]: hostControllerOnline - Number of Paired devices = 3, List of Paired devices = (
                  "68-a8-6d-80-7f-cf",
                  "60-fb-42-fc-1b-ba",
                  "7c-11-be-68-4e-d7"
    Feb 21 11:57:00 PerfectPixel.local blued[58]: link key found for device: 60-fb-42-fc-1b-ba
    Feb 21 11:57:01 PerfectPixel.local airportd[63]: airportdProcessDLILEvent: en1 attached (up)
    Feb 21 11:57:01 PerfectPixel kernel[0]: createVirtIf(): ifRole = 1
    Feb 21 11:57:01 PerfectPixel kernel[0]: in func createVirtualInterface ifRole = 1
    Feb 21 11:57:01 PerfectPixel kernel[0]: AirPort_Brcm4331_P2PInterface::init name <p2p0> role 1
    Feb 21 11:57:01 PerfectPixel kernel[0]: AirPort_Brcm4331_P2PInterface::init() <p2p> role 1
    Feb 21 11:57:01 PerfectPixel kernel[0]: Created virtif 0xffffff8026d4d800 p2p0
    Feb 21 11:57:01 PerfectPixel kernel[0]: en1: setting diversity to: -1
    Feb 21 11:57:01 PerfectPixel kernel[0]: en1: Error configuring antenna diversity (index = -1).
    Feb 21 11:57:01 PerfectPixel kernel[0]: en1: setting tx antenna: -1
    Feb 21 11:57:01 PerfectPixel kernel[0]: IO80211ScanManager::startScanMultiple: Scan request received from 'airportd' (pid 63) (2 SSIDs, 0 BSSIDs).
    Feb 21 11:57:01 PerfectPixel kernel[0]: IO80211ScanManager::startScanMultiple: Initiating scan.
    Feb 21 11:57:02 PerfectPixel.local locationd[45]: Incorrect NSStringEncoding value 0x8000100 detected. Assuming NSASCIIStringEncoding. Will stop this compatiblity mapping behavior in the near future.
    Feb 21 11:57:02 PerfectPixel.local locationd[45]: NBB-Could not get UDID for stable refill timing, falling back on random
    Feb 21 11:57:02 PerfectPixel.local locationd[45]: Location icon should now be in state 'Inactive'
    Feb 21 11:57:02 PerfectPixel.local mdmclient[41]: ApplePushService: Timed out making blocking call, failed to perform call via XPC connection to 'com.apple.apsd'
    Feb 21 11:57:02 PerfectPixel kernel[0]: IO80211ScanManager::scanDone: Scheduling cache purge timer in 30 seconds.
    Feb 21 11:57:02 PerfectPixel kernel[0]: en1: 802.11d country code set to 'GB'.
    Feb 21 11:57:02 PerfectPixel kernel[0]: en1: Supported channels 1 2 3 4 5 6 7 8 9 10 11 12 13 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140
    Feb 21 11:57:02 PerfectPixel kernel[0]: IO80211ScanManager::getScanResult: All scan results returned for 'airportd' (pid 63).
    Feb 21 11:57:03 PerfectPixel.local apsd[61]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    Feb 21 11:57:04 PerfectPixel.local blued[58]: Save link key for device: 60-fb-42-fc-1b-ba
    Feb 21 11:57:04 PerfectPixel kernel[0]: [BNBMouseDevice::init][80.14] init is complete
    Feb 21 11:57:04 PerfectPixel kernel[0]: [BNBMouseDevice::handleStart][80.14] returning 1
    Feb 21 11:57:04 PerfectPixel kernel[0]: [AppleMultitouchHIDEventDriver::start] entered
    Feb 21 11:57:05 PerfectPixel kernel[0]: [AppleMultitouchDevice::start] entered
    Feb 21 11:57:05 PerfectPixel.local stackshot[29]: Timed out waiting for IOKit to finish matching.
    Feb 21 11:57:06 PerfectPixel.local mDNSResponder[40]: mDNS_Register_internal: ERROR!! Tried to register AuthRecord 00007FF72B008760 PerfectPixel.local. (Addr) that's already in the list
    Feb 21 11:57:06 PerfectPixel.local mDNSResponder[40]: mDNS_Register_internal: ERROR!! Tried to register AuthRecord 00007FF72B008BF0 1.0.0.127.in-addr.arpa. (PTR) that's already in the list
    Feb 21 11:57:06 PerfectPixel.local mDNSResponder[40]: mDNS_Register_internal: ERROR!! Tried to register AuthRecord 00007FF72B00BD60 PerfectPixel.local. (AAAA) that's already in the list
    Feb 21 11:57:06 PerfectPixel.local mDNSResponder[40]: mDNS_Register_internal: ERROR!! Tried to register AuthRecord 00007FF72B00C1F0 1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.E.F.ip6.arpa. (PTR) that's already in the list
    Feb 21 11:57:07 PerfectPixel kernel[0]: SMC::smcReadKeyAction ERROR: smcReadData8 failed for key MOTP (kSMCKeyNotFound)
    Feb 21 11:57:07 PerfectPixel kernel[0]: SMC::smcReadKeyAction ERROR: smcReadData8 failed for key BEMB (kSMCKeyNotFound)
    Feb 21 11:57:07 PerfectPixel.local WindowServer[100]: Session 256 retained (2 references)
    Feb 21 11:57:07 PerfectPixel.local WindowServer[100]: Session 256 released (1 references)
    Feb 21 11:57:07 PerfectPixel.local WindowServer[100]: Session 256 retained (2 references)
    Feb 21 11:57:07 PerfectPixel.local WindowServer[100]: init_page_flip: page flip mode is on
    Feb 21 11:57:07 PerfectPixel kernel[0]: MacAuthEvent en1   Auth result for: fc:8b:97:3c:37:57  MAC AUTH succeeded
    Feb 21 11:57:07 PerfectPixel kernel[0]: wlEvent: en1 en1 Link UP virtIf = 0
    Feb 21 11:57:07 PerfectPixel kernel[0]: AirPort: Link Up on en1
    Feb 21 11:57:07 PerfectPixel kernel[0]: en1: BSSID changed to fc:8b:97:3c:37:57
    Feb 21 11:57:07 PerfectPixel kernel[0]: flow_divert_kctl_disconnect (0): disconnecting group 1
    Feb 21 11:57:08 PerfectPixel kernel[0]: IO80211ScanManager::startScan: Broadcast scan request received from 'airportd' (pid 63) ().
    Feb 21 11:57:08 PerfectPixel kernel[0]: IO80211ScanManager::getScanResult: All scan results returned for 'airportd' (pid 63).
    Feb 21 11:57:08 PerfectPixel kernel[0]: IO80211ScanManager::startScan: Broadcast scan request received from 'airportd' (pid 63) ().
    Feb 21 11:57:08 PerfectPixel kernel[0]: IO80211ScanManager::getScanResult: All scan results returned for 'airportd' (pid 63).
    Feb 21 11:57:08 PerfectPixel.local WindowServer[100]: Found 36 modes for display 0x00000000 [30, 6]
    Feb 21 11:57:08 PerfectPixel.local WindowServer[100]: Found 1 modes for display 0x00000000 [1, 0]
    Feb 21 11:57:08 --- last message repeated 2 times ---
    Feb 21 11:57:08 PerfectPixel.local WindowServer[100]: mux_initialize: Mode is logout
    Feb 21 11:57:08 PerfectPixel.local WindowServer[100]: Found 36 modes for display 0x00000000 [30, 6]
    Feb 21 11:57:08 PerfectPixel.local WindowServer[100]: Found 1 modes for display 0x00000000 [1, 0]
    Feb 21 11:57:08 PerfectPixel.local WindowServer[100]: WSMachineUsesNewStyleMirroring: false
    Feb 21 11:57:08 PerfectPixel.local WindowServer[100]: Display 0x04272900: GL mask 0x5; bounds (0, 0)[1440 x 900], 36 modes available
              Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model 9ca4, S/N 0, Unit 0, Rotation 0
              UUID 0x8a96a568c33550779a382c64e81094d2
    Feb 21 11:57:08 PerfectPixel.local WindowServer[100]: Display 0x003f003d: GL mask 0xa; 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
    Feb 21 11:57:08 PerfectPixel.local WindowServer[100]: WSSetWindowTransform: Singular matrix
    Feb 21 11:57:08 PerfectPixel.local WindowServer[100]: Display 0x04272900: GL mask 0x5; bounds (0, 0)[1440 x 900], 36 modes available
              Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model 9ca4, S/N 0, Unit 0, Rotation 0
              UUID 0x8a96a568c33550779a382c64e81094d2
    Feb 21 11:57:08 PerfectPixel.local WindowServer[100]: Display 0x003f003d: GL mask 0xa; bounds (2464, 0)[1 x 1], 1 modes available
              off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
              UUID 0xffffffffffffffffffffffffffffffff
    Feb 21 11:57:08 PerfectPixel.local WindowServer[100]: CGXPerformInitialDisplayConfiguration
    Feb 21 11:57:08 PerfectPixel.local WindowServer[100]:   Display 0x04272900: Unit 0; Alias(0, 0x5); Vendor 0x610 Model 0x9ca4 S/N 0 Dimensions 13.03 x 8.15; online enabled built-in, Bounds (0,0)[1440 x 900], Rotation 0, Resolution 1
    Feb 21 11:57:08 PerfectPixel.local WindowServer[100]:   Display 0x003f003d: Unit 1; Alias(1, 0xa); Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2464,0)[1 x 1], Rotation 0, Resolution 1
    Feb 21 11:57:08 PerfectPixel.local WindowServer[100]: CGXMuxBoot: Boot normal
    Feb 21 11:57:08 PerfectPixel.local WindowServer[100]: GLCompositor: GL renderer id 0x0102260e, GL mask 0x00000003, accelerator 0x00004b93, unit 0, caps QEX|MIPMAP, vram 256 MB
    Feb 21 11:57:08 PerfectPixel.local WindowServer[100]: GLCompositor: GL renderer id 0x0102260e, GL mask 0x00000003, texture max 8192, viewport max {8192, 8192}, extensions FPRG|NPOT|GLSL|FLOAT
    Feb 21 11:57:08 PerfectPixel.local WindowServer[100]: GLCompositor: GL renderer id 0x0202260c, GL mask 0x0000000c, accelerator 0x00004f33, unit 2, caps QEX|MIPMAP, vram 512 MB
    Feb 21 11:57:08 PerfectPixel.local WindowServer[100]: GLCompositor: GL renderer id 0x0202260c, GL mask 0x0000000c, texture max 8192, viewport max {8192, 8192}, extensions FPRG|NPOT|GLSL|FLOAT
    Feb 21 11:57:08 PerfectPixel.local WindowServer[100]: GLCompositor enabled for tile size [256 x 256]
    Feb 21 11:57:08 PerfectPixel.local WindowServer[100]: CGXGLInitMipMap: mip map mode is on
    Feb 21 11:57:08 PerfectPixel.local loginwindow[43]: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    Feb 21 11:57:08 PerfectPixel.local WindowServer[100]: Display 0x04272900: Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 12)
    Feb 21 11:57:08 PerfectPixel.local launchctl[139]: com.apple.findmymacmessenger: Already loaded
    Feb 21 11:57:08 PerfectPixel.local loginwindow[43]: Setting the initial value of the magsave brightness level 2
    Feb 21 11:57:08 PerfectPixel.local loginwindow[43]: Login Window Started Security Agent
    Feb 21 11:57:08 PerfectPixel.local SecurityAgent[147]: This is the first run
    Feb 21 11:57:08 PerfectPixel.local SecurityAgent[147]: MacBuddy was run = 0
    Feb 21 11:57:08 PerfectPixel.local com.apple.SecurityServer[14]: Session 100005 created
    Feb 21 11:57:08 PerfectPixel.local WindowServer[100]: _CGXGLDisplayContextForDisplayDevice: acquired display context (0x7fa7f9c22b10) - enabling OpenGL
    Feb 21 11:57:09 PerfectPixel.local airportd[63]: _doAutoJoin: Already associated to “heidee_wifi”. Bailing on auto-join.
    Feb 21 11:57:09 PerfectPixel.local UserEventAgent[141]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    Feb 21 11:57:09 PerfectPixel.local UserEventAgent[11]: Captive: [CNInfoNetworkActive:1655] en1: SSID 'heidee_wifi' making interface primary (protected network)
    Feb 21 11:57:09 PerfectPixel.local configd[17]: network changed: DNS* Proxy
    Feb 21 11:57:09 PerfectPixel.local UserEventAgent[11]: Captive: CNPluginHandler en1: Evaluating
    Feb 21 11:57:09 PerfectPixel.local UserEventAgent[11]: Captive: en1: Probing 'heidee_wifi'
    Feb 21 11:57:09 PerfectPixel.local configd[17]: network changed: v4(en1!:192.168.1.15) DNS+ Proxy+ SMB
    Feb 21 11:57:09 PerfectPixel.local UserEventAgent[11]: Captive: CNPluginHandler en1: Authenticated
    Feb 21 11:57:09 PerfectPixel.local ntpd[127]: proto: precision = 1.000 usec
    Feb 21 11:57:10 PerfectPixel.local WindowServer[100]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    Feb 21 11:57:10 PerfectPixel.local WindowServer[100]: Display 0x04272900: Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 12)
    Feb 21 11:57:13 --- last message repeated 1 time ---
    Feb 21 11:57:13 PerfectPixel.local awacsd[59]: Exiting
    Feb 21 11:57:32 PerfectPixel kernel[0]: IO80211ScanManager::cachePurge: clearEntries[0] Firing!
    Feb 21 11:57:32 PerfectPixel kernel[0]: IO80211ScanManager::cachePurge: NOT Rescheduling.
    Feb 21 11:57:43 PerfectPixel kernel[0]: SMC::smcReadKeyAction ERROR: smcReadData8 failed for key B0OS (kSMCKeyNotFound)
    Feb 21 11:57:51 PerfectPixel kernel[0]: **** [IOBluetoothHostControllerUSBTransport][SuspendDevice] -- Suspend -- suspendDeviceCallResult = 0x0000 (kIOReturnSuccess) -- 0xf000 ****
    Feb 21 11:58:04 PerfectPixel kernel[0]: **** [IOBluetoothHostControllerUSBTransport][SuspendDevice] -- Resume -- suspendDeviceCallResult = 0x0000 (kIOReturnSuccess) -- 0xf000 ****
    Feb 21 11:58:32 PerfectPixel.local distnoted[179]: # distnote server agent  absolute time: 123.009844012   civil time: Fri Feb 21 11:58:32 2014   pid: 179 uid: 89  root: no
    Feb 21 11:58:32 PerfectPixel.local distnoted[175]: # distnote server agent  absolute time: 123.010711591   civil time: Fri Feb 21 11:58:32 2014   pid: 175 uid: 501  root: no
    Feb 21 11:58:44 PerfectPixel kernel[0]: **** [IOBluetoothHostControllerUSBTransport][SuspendDevice] -- Suspend -- suspendDeviceCallResult = 0x0000 (kIOReturnSuccess) -- 0xf000 ****
    Feb 21 11:58:51 PerfectPixel.local com.apple.SecurityServer[14]: Session 100008 created
    Feb 21 11:58:51 PerfectPixel.local com.apple.SecurityServer[14]: Session 100003 created
    Feb 21 11:59:08 PerfectPixel.local WindowServer[100]: device_generate_desktop_screenshot: authw 0x0(0), shield 0x0(0)
    Feb 21 11:59:08 PerfectPixel.local WindowServer[100]: device_generate_lock_screen_screenshot: authw 0x0(0), shield 0x0(0)
    Feb 21 12:00:56 PerfectPixel.local mds[39]: (Normal) Volume: volume:0x7fff2a0ea000 ********** Bootstrapped Creating a default store:0 SpotLoc:(null) SpotVerLoc:(null) occlude:0 /Volumes/firmwaresyncd.9K5oY8
    Feb 21 12:03:54 PerfectPixel.local WindowServer[100]: CGXDisplayDidWakeNotification [444156138063]: posting kCGSDisplayDidWake
    Feb 21 12:03:54 PerfectPixel.local WindowServer[100]: handle_will_sleep_auth_and_shield_windows: Deferring.
    Feb 21 12:03:59 PerfectPixel.local SecurityAgent[147]: User info context values set for Pixel
    Feb 21 12:03:59 PerfectPixel.local SecurityAgent[147]: Login Window login proceeding
    Feb 21 12:04:00 PerfectPixel.local loginwindow[43]: Login Window - Returned from Security Agent
    Feb 21 12:04:00 PerfectPixel.local loginwindow[43]: USER_PROCESS: 43 console
    Feb 21 12:04:00 PerfectPixel kernel[0]: AppleKeyStore:Sending lock change 0
    Feb 21 12:04:00 PerfectPixel com.apple.launchd.peruser.501[167]: Background: Aqua: Registering new GUI session.
    Feb 21 12:04:00 PerfectPixel.local airportd[63]: _doAutoJoin: Already associated to “heidee_wifi”. Bailing on auto-join.
    Feb 21 12:04:00 PerfectPixel com.apple.launchd.peruser.501[167] (com.apple.cmfsyncagent): Ignored this key: UserName
    Feb 21 12:04:00 PerfectPixel com.apple.launchd.peruser.501[167] (com.apple.EscrowSecurityAlert): Unknown key: seatbelt-profiles
    Feb 21 12:04:00 PerfectPixel com.apple.launchd.peruser.501[167] (com.apple.ReportCrash): Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    Feb 21 12:04:00 PerfectPixel.local launchctl[207]: com.apple.pluginkit.pkd: Already loaded
    Feb 21 12:04:00 PerfectPixel.local launchctl[207]: com.apple.sbd: Already loaded
    Feb 21 12:04:00 PerfectPixel.local WindowServer[100]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    Feb 21 12:04:00 PerfectPixel.local WindowServer[100]: Display 0x04272900: Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 12)
    Feb 21 12:04:00 PerfectPixel.local com.apple.audio.DriverHelper[225]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDRadeonX4000_AMDAccelDevice.
    Feb 21 12:04:00 PerfectPixel.local com.apple.audio.DriverHelper[225]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDRadeonX4000_AMDAccelSharedUserClient.
    Feb 21 12:04:00 PerfectPixel.local com.apple.audio.DriverHelper[225]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDSIVideoContext.
    Feb 21 12:04:00 PerfectPixel.local com.apple.audio.DriverHelper[225]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelDevice.
    Feb 21 12:04:00 PerfectPixel.local com.apple.audio.DriverHelper[225]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelSharedUserClient.
    Feb 21 12:04:00 PerfectPixel.local com.apple.audio.DriverHelper[225]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextMain.
    Feb 21 12:04:00 PerfectPixel.local com.apple.audio.DriverHelper[225]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextMedia.
    Feb 21 12:04:00 PerfectPixel.local com.apple.audio.DriverHelper[225]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextVEBox.
    Feb 21 12:04:00 PerfectPixel.local com.apple.audio.DriverHelper[225]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IOHIDParamUserClient.
    Feb 21 12:04:00 PerfectPixel.local com.apple.audio.DriverHelper[225]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IOSurfaceRootUserClient.
    Feb 21 12:04:00 PerfectPixel.local com.apple.audio.DriverHelper[225]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class Gen6DVDContext.
    Feb 21 12:04:00 PerfectPixel.local com.apple.audio.DriverHelper[225]: The plug-in named AirPlay.driver requires extending the sandbox for the mach service named com.apple.AirPlayXPCHelper.
    Feb 21 12:04:01 PerfectPixel.local sharingd[228]: Starting Up...
    Feb 21 12:04:01 PerfectPixel.local com.apple.audio.DriverHelper[225]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the IOKit user-client class IOBluetoothDeviceUserClient.
    Feb 21 12:04:01 PerfectPixel.local com.apple.audio.DriverHelper[225]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the mach service named com.apple.blued.
    Feb 21 12:04:01 PerfectPixel.local com.apple.audio.DriverHelper[225]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the mach service named com.apple.bluetoothaudiod.
    Feb 21 12:04:01 PerfectPixel com.apple.launchd.peruser.501[167] (org.herf.Flux.190288[258]): Spawned and waiting for the debugger to attach before continuing...
    Feb 21 12:04:02 PerfectPixel.local SystemUIServer[214]: Cannot find executable for CFBundle 0x7f8f13c95ce0 </System/Library/CoreServices/Menu Extras/Clock.menu> (not loaded)
    Feb 21 12:04:02 PerfectPixel com.apple.launchd.peruser.501[167] (com.apple.iTunesHelper.188352[261]): Spawned and waiting for the debugger to attach before continuing...
    Feb 21 12:04:02 PerfectPixel.local SystemUIServer[214]: Cannot find executable for CFBundle 0x7f8f13c96e00 </System/Library/CoreServices/Menu Extras/Battery.menu> (not loaded)
    Feb 21 12:04:02 PerfectPixel.local SystemUIServer[214]: Cannot find executable for CFBundle 0x7f8f13c97360 </System/Library/CoreServices/Menu Extras/Volume.menu> (not loaded)
    Feb 21 12:04:02 PerfectPixel com.apple.launchd.peruser.501[167] (com.apple.mrt.uiagent[242]): Exited with code: 255
    Feb 21 12:04:02 PerfectPixel accountsd[264]: assertion failed: 13B42: liblaunch.dylib + 25164 [FCBF0A02-0B06-3F97-9248-5062A9DEB32C]: 0x25
    Feb 21 12:04:02 PerfectPixel.local SystemUIServer[214]: *** WARNING: -[NSImage compositeToPoint:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Feb 21 12:04:02 PerfectPixel.local SystemUIServer[214]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Feb 21 12:04:03 PerfectPixel.local usernoted[236]: ApplePushService: Timed out making blocking call, failed to perform call via XPC connection to 'com.apple.apsd'
    Feb 21 12:04:03 PerfectPixel.local syncdefaultsd[256]: ApplePushService: Timed out making blocking call, failed to perform call via XPC connection to 'com.apple.apsd'
    Feb 21 12:04:03 PerfectPixel.local xpcd[219]: sandbox cache error 3850
    Feb 21 12:04:04 PerfectPixel.local usernoted[236]: ApplePushService: Timed out making blocking call, failed to perform call via XPC connection to 'com.apple.apsd'
    Feb 21 12:04:04 PerfectPixel.local syncdefaultsd[256]: ApplePushService: Timed out making blocking call, failed to perform call via XPC connection to 'com.apple.apsd'
    Feb 21 12:04:04 PerfectPixel.local WiFiKeychainProxy[235]: [NO client logger] <Aug 30 2013 23:40:46> WIFICLOUDSYNC WiFiCloudSyncEngineCreate: created...
    Feb 21 12:04:04 PerfectPixel.local WiFiKeychainProxy[235]: [NO client logger] <Aug 30 2013 23:40:46> WIFICLOUDSYNC WiFiCloudSyncEngineRegisterCallbacks: WiFiCloudSyncEngineCallbacks version - 0, bundle id - com.apple.wifi.WiFiKeychainProxy
    Feb 21 12:04:04 PerfectPixel.local syncdefaultsd[256]: It took 2.5s to setup APSConnection
    Feb 21 12:04:04 PerfectPixel xpcproxy[273]: assertion failed: 13B42: xpcproxy + 3438 [EE7817B0-1FA1-3603-B88A-BD5E595DA86F]: 0x2
    Feb 21 12:04:04 PerfectPixel.local UserEventAgent[208]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    Feb 21 12:04:05 PerfectPixel.local com.apple.SecurityServer[14]: Session 100011 created
    Feb 21 12:04:05 PerfectPixel.local com.apple.IconServicesAgent[274]: IconServicesAgent launched.
    Feb 21 12:04:06 PerfectPixel.local apsd[260]: Unrecognized leaf certificate
    Feb 21 12:04:06 PerfectPixel xpcproxy[280]: assertion failed: 13B42: xpcproxy + 3438 [EE7817B0-1FA1-3603-B88A-BD5E595DA86F]: 0x2
    Feb 21 12:04:06 PerfectPixel.local com.apple.IconServicesAgent[274]: main Failed to composit image for binding VariantBinding [0x303] flags: 0x8 binding: FileInfoBinding [0x203] - extension: png, UTI: public.png, fileType: ????.
    Feb 21 12:04:06 PerfectPixel.local quicklookd[267]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x503] flags: 0x8 binding: FileInfoBinding [0x403] - extension: png, UTI: public.png, fileType: ???? request size:128 scale: 1
    Feb 21 12:04:06 PerfectPixel.local accountsd[264]: /SourceCache/Accounts/Accounts-336.9/ACDAuthenticationPluginManager.m - -[ACDAuthenticationPluginManager credentialForAccount:client:handler:] - 230 - The authentication plugin for account "[email protected]" (28F24BA8-3D9A-4868-B678-E80629BED7AD) could not be found!
    Feb 21 12:04:06 PerfectPixel.local accountsd[264]: /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.
    Feb 21 12:04:07 PerfectPixel.local com.apple.IconServicesAgent[274]: main Failed to composit image for binding VariantBinding [0x503] flags: 0x8 binding: CustomBinding [0x403] Resource: file:///Users/Pixel/Downloads/edge-background.jpg.
    Feb 21 12:04:07 PerfectPixel.local quicklookd[267]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x803] flags: 0x8 binding: CustomBinding [0x703] Resource: file:///Users/Pixel/Downloads/edge-background.jpg request size:128 scale: 1
    Feb 21 12:04:08 PerfectPixel.local com.apple.time[208]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    Feb 21 12:04:11 --- last message repeated 1 time ---
    Feb 21 12:04:11 PerfectPixel.local com.apple.IconServicesAgent[274]: main Failed to composit image for binding VariantBinding [0x613] flags: 0x8 binding: FileInfoBinding [0x51d] - extension: jpg, UTI: public.jpeg, fileType: ????.
    Feb 21 12:04:11 PerfectPixel.local quicklookd[267]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0xa03] flags: 0x8 binding: FileInfoBinding [0x903] - extension: jpg, UTI: public.jpeg, fileType: ???? request size:48 scale: 1
    Feb 21 12:04:11 PerfectPixel.local com.apple.IconServicesAgent[274]: main Failed to composit image for binding VariantBinding [0x223] flags: 0x8 binding: FileInfoBinding [0x11d] - extension: ai, UTI: com.adobe.illustrator.ai-image, fileType: PDF .
    Feb 21 12:04:11 PerfectPixel.local quicklookd[267]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0xc03] flags: 0x8 binding: FileInfoBinding [0xb03] - extension: ai, UTI: com.adobe.illustrator.ai-image, fileType: PDF  request size:48 scale: 1
    Feb 21 12:04:11 PerfectPixel.local com.apple.IconServicesAgent[274]: main Failed to composit image for binding VariantBinding [0x327] flags: 0x8 binding: FileInfoBinding [0x719] - extension: jpg, UTI: public.jpeg, fileType: JPEG.
    Feb 21 12:04:11 PerfectPixel.local quicklookd[267]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0xe03] flags: 0x8 binding: FileInfoBinding [0xd03] - extension: jpg, UTI: public.jpeg, fileType: JPEG request size:48 scale: 1
    Feb 21 12:04:11 PerfectPixel.local com.apple.IconServicesAgent[274]: main Failed to composit image for binding VariantBinding [0x51f] flags: 0x8 binding: FileInfoBinding [0x615] - extension: png, UTI: public.png, fileType: PiNG.
    Feb 21 12:04:11 PerfectPixel.local quicklookd[267]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x1003] flags: 0x8 binding: FileInfoBinding [0xf03] - extension: png, UTI: public.png, fileType: PiNG request size:48 scale: 1
    Feb 21 12:04:11 PerfectPixel.local com.apple.IconServicesAgent[274]: main Failed to composit image for binding VariantBinding [0x11f] flags: 0x8 binding: FileInfoBinding [0x225] - extension: pdf, UTI: com.adobe.pdf, fileType: ????.
    Feb 21 12:04:11 PerfectPixel.local quicklookd[267]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x1203] flags: 0x8 binding: FileInfoBinding [0x1103] - extension: pdf, UTI: com.adobe.pdf, fileType: ???? request size:48 scale: 1
    Feb 21 12:04:12 PerfectPixel.local com.apple.IconServicesAgent[274]: main Failed to composit image for binding VariantBinding [0x331] flags: 0x8 binding: FileInfoBinding [0x22b] - extension: tiff, UTI: public.tiff, fileType: ????.
    Feb 21 12:04:12 PerfectPixel.local quicklookd[267]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x1403] flags: 0x8 binding: FileInfoBinding [0x1303] - extension: tiff, UTI: public.tiff, fileType: ???? request size:48 scale: 1
    Feb 21 12:04:14 PerfectPixel.local com.apple.SecurityServer[14]: Session 100016 created
    Feb 21 12:04:17 PerfectPixel.local com.apple.dock.extra[278]: <NSXPCConnection: 0x7fcb58d60700>: received an undecodable message (no exported object to receive message). Dropping message.
    Feb 21 12:04:19 PerfectPixel.local gamed[271]: CKSoftwareMap: Registering with Daemon
    Feb 21 12:04:20 PerfectPixel.local parentalcontrolsd[297]: StartObservingFSEvents [849:] -- *** StartObservingFSEvents started event stream
    Feb 21 12:04:21 PerfectPixel.local com.apple.time[208]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    Feb 21 12:04:21 PerfectPixel.local com.apple.NotesMigratorService[298]: Joined Aqua audit session
    Feb 21 12:04:22 PerfectPixel.local mdflagwriter[299]: sandbox cache error 11: database disk image is malformed
    Feb 21 12:04:41 PerfectPixel kernel[0]: **** [IOBluetoothHostControllerUSBTransport][SuspendDevice] -- Suspend -- suspendDeviceCallResult = 0x0000 (kIOReturnSuccess) -- 0xf000 ****
    Feb 21 12:04:44 PerfectPixel.local icbaccountsd[301]: icbaccountsd removing bd9ae94943454b4f4ee51a93507e5fa7beec0 from device list
    Feb 21 12:04:56 --- last message repeated 1 time ---
    Feb 21 12:04:56 PerfectPixel.local icbaccountsd[301]: __17-[ICBServer sync]_block_invoke: Client triggered, however either the checkbox is disabled or there are not enough peers, exiting...
    Feb 21 12:06:01 PerfectPixel.local WindowServer[100]: CGError post_notification(const CGSNotificationType, void *const, const size_t, const bool, const CGSRealTimeDelta, const int, const CGSConnectionID *const, const pid_t): Timed out 1.000 second wait for reply from "loginwindow" for synchronous notification type 102 (kCGSDisplayWillSleep) (CID 0x8307, PID 43)
    Feb 21 12:06:01 PerfectPixel.local WindowServer[100]: device_generate_desktop_screenshot: authw 0x0(0), shield 0x0(0)
    Feb 21 12:06:01 PerfectPixel.local WindowServer[100]: device_generate_lock_screen_screenshot: authw 0x0(0), shield 0x0(0)
    Feb 21 12:06:01 PerfectPixel.local WindowServer[100]: _CGXSetWindowBackgroundBlurRadius: Invalid window 0xffffffff
    Feb 21 12:06:02 PerfectPixel.local loginwindow[43]: find_shared_window: WID -1
    Feb 21 12:06:02 PerfectPixel.local loginwindow[43]: CGSGetWindowTags: Invalid window 0xffffffff
    Feb 21 12:06:02 PerfectPixel.local loginwindow[43]: find_shared_window: WID -1
    Feb 21 12:06:02 PerfectPixel.local loginwindow[43]: CGSSetWindowTags: Invalid window 0xffffffff
    Feb 21 12:06:12 PerfectPixel.local loginwindow[43]: CoreAnimation: warning, deleted thread with uncommitted CATransaction; set CA_DEBUG_TRANSACTIONS=1 in environment to log backtraces.
    Feb 21 12:07:24 PerfectPixel kernel[0]: IO80211ScanManager::scanDone: Scheduling cache purge timer in 30 seconds.
    Feb 21 12:07:24 PerfectPixel kernel[0]: IO80211ScanManager::startScan: Broadcast scan request received from 'locationd' (pid 45) ().
    Feb 21 12:07:24 PerfectPixel kernel[0]: IO80211ScanManager::getScanResult: All scan results returned for 'locationd' (pid 45).
    Feb 21 12:07:54 PerfectPixel kernel[0]: IO80211ScanManager::cachePurge: clearEntries[0] Firing!
    Feb 21 12:07:54 PerfectPixel kernel[0]: IO80211ScanManager::cachePurge: NOT Rescheduling.
    Feb 21 12:08:00 PerfectPixel kernel[0]: IO80211ScanManager::scanDone: Scheduling cache purge timer in 30 seconds.
    Feb 21 12:08:00 PerfectPixel kernel[0]: IO80211ScanManager::startScan: Broadcast scan request received from 'locationd' (pid 45) ().
    Feb 21 12:08:00 PerfectPixel kernel[0]: IO80211ScanManager::getScanResult: All scan results returned for 'locationd' (pid 45).
    Feb 21 12:08:30 PerfectPixel kernel[0]: IO80211ScanManager::cachePurge: clearEntries[0] Firing!
    Feb 21 12:08:30 PerfectPixel kernel[0]: IO80211ScanManager::cachePurge: NOT Rescheduling.
    Feb 21 12:08:49 PerfectPixel kernel[0]: IO80211ScanManager::scanDone: Scheduling cache purge timer in 30 seconds.
    Feb 21 12:08:49 PerfectPixel kernel[0]: IO80211ScanManager::startScan: Broadcast scan request received from 'locationd' (pid 45) ().
    Feb 21 12:08:49 PerfectPixel kernel[0]: IO80211ScanManager::getScanResult: All scan results returned for 'locationd' (pid 45).
    Feb 21 12:09:09 PerfectPixel kernel[0]: IO80211ScanManager::startScan: Broadcast scan request received from 'locationd' (pid 45) ().
    Feb 21 12:09:09 PerfectPixel kernel[0]: IO80211ScanManager::getScanResult: All scan results returned for 'locationd' (pid 45).
    Feb 21 12:09:19 PerfectPixel kernel[0]: IO80211ScanManager::cachePurge: clearEntries[0] Firing!
    Feb 21 12:09:19 PerfectPixel kernel[0]: IO80211ScanManager::cachePurge: Rescheduling in 20 seconds.
    Feb 21 12:09:29 PerfectPixel kernel[0]: IO80211ScanManager::startScan: Broadcast scan request received from 'locationd' (pid 45) ().
    Feb 21 12:09:29 PerfectPixel kernel[0]: IO80211ScanManager::getScanResult: All scan results returned for 'locationd' (pid 45).
    Feb 21 12:09:39 PerfectPixel kernel[0]: IO80211ScanManager::cachePurge: clearEntries[0] Firing!
    Feb 21 12:09:39 PerfectPixel kernel[0]: IO80211ScanManager::cachePurge: Rescheduling in 20 seconds.
    Feb 21 12:09:59 PerfectPixel kernel[0]: IO80211ScanManager::cachePurge: clearEntries[0] Firing!
    Feb 21 12:09:59 PerfectPixel kernel[0]: IO80211ScanManager::cachePurge: NOT Rescheduling.
    Feb 21 12:10:37 PerfectPixel kernel[0]: IO80211ScanManager::scanDone: Scheduling cache purge timer in 30 seconds.
    Feb 21 12:10:37 PerfectPixel kernel[0]: IO80211ScanManager::startScan: Broadcast scan request received from 'locationd' (pid 45) ().
    Feb 21 12:10:37 PerfectPixel kernel[0]: IO80211ScanManager::getScanResult: All scan results returned for 'locationd' (pid 45).
    Feb 21 12:10:57 PerfectPixel kernel[0]: IO80211ScanManager::startScan: Broadcast scan request received from 'locationd' (pid 45) ().
    Feb 21 12:10:57 PerfectPixel kernel[0]: IO80211ScanManager::getScanResult: All scan results returned for 'locationd' (pid 45).
    Feb 21 12:11:07 PerfectPixel kernel[0]: IO80211ScanManager::cachePurge: clearEntries[0] Firing!
    Feb 21 12:11:07 PerfectPixel kernel[0]: IO80211ScanManager::cachePurge: Rescheduling in 20 seconds.
    Feb 21 12:11:17 PerfectPixel kernel[0]: IO80211ScanManager::startScan: Broadcast scan request received from 'locationd' (pid 45) ().
    Feb 21 12:11:17 PerfectPixel kernel[0]: IO80211ScanManager::getScanResult: All scan results returned for 'locationd' (pid 45).
    Feb 21 12:11:27 PerfectPixel kernel[0]: IO80211ScanManager::cachePurge: clearEntries[0] Firing!
    Feb 21 12:11:27 PerfectPixel kernel[0]: IO80211ScanManager::cachePurge: Rescheduling in 20 seconds.
    Feb 21 12:11:47 PerfectPixel kernel[0]: IO80211ScanManager::cachePurge: clearEntries[0] Firing!
    Feb 21 12:11:47 PerfectPixel kernel[0]: IO80211ScanManager::cachePurge: NOT Rescheduling.
    Feb 21 12:12:45 PerfectPixel kernel[0]: IO80211ScanManager::scanDone: Scheduling cache purge timer in 30 seconds.
    Feb 21 12:12:45 PerfectPixel kernel[0]: IO80211ScanManager::startScan: Broadcast scan request received from 'locationd' (pid 45) ().
    Feb 21 12:12:45 PerfectPixel kernel[0]: IO80211ScanManager::getScanResult: All scan results returned for 'locationd' (pid 45).
    Feb 21 12:13:15 PerfectPixel kernel[0]: IO80211ScanManager::cachePurge: clearEntries[0] Firing!
    Feb 21 12:13:15 PerfectPixel kernel[0]: IO80211ScanManager::cachePurge: NOT Rescheduling.
    Feb 21 12:13:18 PerfectPixel kernel[0]: IO80211ScanManager::scanDone: Scheduling cache purge timer in 30 seconds.
    Feb 21 12:13:18 PerfectPixel kernel[0]: IO80211ScanManager::startScan: Broadcast scan request received from 'locationd' (pid 45) ().
    Feb 21 12:13:18 PerfectPixel kernel[0]: IO80211ScanManager::getScanResult: All scan results returned for 'locationd' (pid 45).
    Feb 21 12:13:48 PerfectPixel kernel[0]: IO80211ScanManager::cachePurge: clearEntries[0] Firing!
    Feb 21 12:13:48 PerfectPixel kernel[0]: IO80211ScanManager::cachePurge: NOT Rescheduling.
    Feb 21 12:15:19 PerfectPixel kernel[0]: AirPort_Brcm43xx::powerChange: System Sleep
    Feb 21 12:15:19 PerfectPixel kernel[0]: **** [IOBluetoothHostControllerUSBTransport][SuspendDevice] -- Resume -- suspendDeviceCallResult = 0x0000 (kIOReturnSuccess) -- 0xf000 ****
    Feb 21 12:15:19 PerfectPixel kernel[0]: hibernate image path: /var/vm/sleepimage
    Feb 21 12:15:19 PerfectPixel kernel[0]: efi pagecount 540
    Feb 21 12:15:19 PerfectPixel kernel[0]: hibernate_page_list_setall(preflight 1) start 0xffffff80df73c000, 0xffffff80df77b000
    Feb 21 12:15:20 PerfectPixel kernel[0]: hibernate_page_list_setall time: 273 ms
    Feb 21 12:15:20 PerfectPixel kernel[0]: pages 686855, wire 167527, act 155047, inact 792, cleaned 0 spec 136, zf 3081, throt 0, compr 0, xpmapped 0
    Feb 21 12:15:20 PerfectPixel kernel[0]: could discard act 20286 inact 17018 purgeable 10560 spec 312408 cleaned 0
    Feb 21 12:15:20 PerfectPixel kernel[0]: hibernate_page_list_setall preflight pageCount 326583 est comp 50 setfile 707721796 min 4294967296
    Feb 21 12:15:20 PerfectPixel kernel[0]: [0x32c81b000, 0x40000000]
    Feb 21 12:15:20 PerfectPixel kernel[0]: [0x36c81b000, 0x40000000]
    Feb 21 12:15:20 PerfectPixel kernel[0]: [0x3ac81b000, 0x40000000]
    Feb 21 12:15:20 PerfectPixel kernel[0]: [0x3ec81b000, 0x40000000]
    Feb 21 12:15:20 PerfectPixel kernel[0]: [0x0, 0x0]
    Feb 21 12:15:20 PerfectPixel kernel[0]: kern_open_file_for_direct_io(0) took 14 ms
    Feb 21 12:15:20 PerfectPixel kernel[0]: Opened file /var/vm/sleepimage, size 4294967296, partition base 0x0, maxio 2000000 ssd 0
    Feb 21 12:15:20 PerfectPixel kernel[0]: hibernate image major 1, minor 0, blocksize 4096, pollers 5
    Feb 21 12:15:20 PerfectPixel kernel[0]: hibernate_alloc_pages act 185891, inact 20891, anon 3354, throt 0, spec 312548, wire 167672, wireinit 131300
    Feb 21 12:15:20 PerfectPixel kernel[0]: hibernate_setup(0) took 26 ms
    Feb 21 12:15:20 PerfectPixel kernel[0]: 00000000  00000020  NVEthernet::setLinkStatus - not Active
    Feb 21 12:15:20 PerfectPixel kernel[0]: en1: BSSID changed to fc:8b:97:3c:37:57
    Feb 21 12:15:20 PerfectPixel kernel[0]: wlEvent: en1 en1 Link DOWN virtIf = 0
    Feb 21 12:15:20 PerfectPixel kernel[0]: AirPort: Link Down on en1. Reason 8 (Disassociated because station leaving).
    Feb 21 12:15:20 PerfectPixel kernel[0]: **** [IOBluetoothHostControllerUSBTransport][SuspendDevice] -- Suspend -- suspendDeviceCallResult = 0x0000 (kIOReturnSuccess) -- 0xf000 ****
    Feb 21 12:15:29 PerfectPixel kernel[0]: hibernate_page_list_setall(preflight 0) start 0xffffff80df73c000, 0xffffff80df77b000
    Feb 21 12:15:29 PerfectPixel kernel[0]: hibernate_page_list_setall time: 362 ms
    Feb 21 12:15:29 PerfectPixel kernel[0]: pages 688551, wire 169141, act 155125, inact 792, cleaned 0 spec 141, zf 3089, throt 0, compr 0, xpmapped 26982
    Feb 21 12:15:29 PerfectPixel kernel[0]: could discard act 20286 inact 17011 purgeable 10560 spec 312406 cleaned 0
    Feb 21 12:15:29 PerfectPixel kernel[0]: hibernate_page_list_setall found pageCount 328288
    Feb 21 12:15:29 PerfectPixel kernel[0]: IOHibernatePollerOpen, ml_get_interrupts_enabled 0
    Feb 21 12:15:29 PerfectPixel kernel[0]: IOHibernatePollerOpen(0)
    Feb 21 12:15:29 PerfectPixel kernel[0]: encryptStart 14030
    Feb 21 12:15:29 PerfectPixel kernel[0]: bitmap_size 0x3e044, previewSize 0x2018, writing 327037 pages @ 0x5408c
    Feb 21 12:15:29 PerfectPixel kernel[0]: encryptEnd 902aa00
    Feb 21 12:15:29 PerfectPixel kernel[0]: image1Size 0xfbee000, encryptStart1 0x14030, End1 0x902aa00
    Feb 21 12:15:29 PerfectPixel kernel[0]: encryptStart fbee000
    Feb 21 12:15:29 PerfectPixel kernel[0]: encryptEnd 27907600
    Feb 21 12:15:29 PerfectPixel kernel[0]: PMStats: Hibernate write took 7910 ms
    Feb 21 12:15:29 PerfectPixel kernel[0]: all time: 7910 ms, comp bytes: 1339842560 time: 1345 ms 949 Mb/s, crypt bytes: 550698960 time: 3065 ms 171 Mb/s,
    Feb 21 12:15:29 PerfectPixel kernel[0]: image 663781376 (15%), uncompressed 1339842560 (327110), compressed 660814000 (49%), sum1 72fd399b, sum2 23a6c91d
    Feb 21 12:15:29 PerfectPixel kernel[0]: zeroPageCount 23959, wiredPagesEncrypted 74749, wiredPagesClear 93214, dirtyPagesEncrypted 159147
    Feb 21 12:15:29 PerfectPixel kernel[0]: hibernate_write_image done(0)
    Feb 21 12:15:29 PerfectPixel kernel[0]: sleep
    Feb 21 12:15:29 PerfectPixel kernel[0]: Wake reason: OHC1
    Feb 21 12:55:58 PerfectPixel kernel[0]: AirPort_Brcm43xx::powerChange: System Wake - Full Wake/ Dark Wake / Maintenance wa

    Please do not post more than about 50 lines of console logs or output from an Application crash at a time. No one can make it through those.
    If you had a kernel panic, those are Full of good information and should be posted in their entirety. They are stored, and can be read back and posted using this article:
    How to log a kernel panic

  • HT204266 my facebook application downloads pictures and videos very slow.Pictures are blurred as well.what to do.

    My facebook app on Ipad downloads pictures and videos very slow. a few of the pics are also blurred.What to do?

    Hi Skye_Starkey,
    Im sorry to hear that you are having issues with your internet service. I know this can be very frustrating and I apologise for the inconvenience.
    You can check to see if there is an outage in your area by entering your postcode and suburb in our service status checker: http://servicestatus.telstra.com/servicestatus/goc.do?q=summary.html
    Please powercycle your modem and computer: Unplug from power > Leave off for 10 - 15 mins > then Plug back in and re start. This will often force a line update through to your modem advising the signal is restored.
    Please make sure you have not exceeded you monthly usage allowance and have been shaped (slowed). You can do this via My Account http://tel.st/cpyn 
    Here are some other DIY support tools you can try. 
    Is your ADSL service running as fast as it could be?
    http://crowdsupport.telstra.com.au/t5/Coverage-Network-KB/Is-your-ADSL-service-running-as-fast-as-it-could-be/ta-p/311953
    How to test your speed
    http://crowdsupport.telstra.com.au/t5/Home-Broadband-KB/Testing-your-broadband-speed/ta-p/278139
    Make sure your modem settings are correct
    http://crowdsupport.telstra.com.au/t5/Modems-Hardware-KB/BigPond-Modem-settings/ta-p/251263
    ADSL Self service tool:
    https://www.telstra.com.au/webforms/cares/
    Change your line profile:
    http://crowdsupport.telstra.com.au/t5/General-Internet-KB/Change-your-ADSL-Line-profile/ta-p/110182
    How to peform an Isolation test:
    http://crowdsupport.telstra.com.au/t5/General-Internet-KB/How-to-perform-an-Isolation-Test/ta-p/55014
    ADSL Troubleshooting tips
    https://go.telstra.com.au/helpandsupport/-/adsl-troubleshooting-tips
    If you try all the steps in these articles and have no luck with your connection, Please speak to our Technical support team. You can contact them 
    on 133933 or you can also contact them via our Live chat service here: http://tel.st/49kl
    Regards - Tom
     

  • I updated my 3gs to 6.1.3 now I can't get mail the phone constantly restarts itself and I can't get it to Restore thanks Apple what can I do?

    I updated my 3gs to 6.1.3 now I can't get mail the phone constantly restarts itself and I can't get it to Restore thanks Apple what can I do?

    Im having the same problem, I updated my Iphone 4S to 6.1.3, shortly after that my phone had no audio. It was working fine one minute and then stopped. Was listening to music when sound gave out on me. It wont ring, phone just vibrates even after turning off vibration option. I've tried all the options listed and nothing. My phone has never been jailbroken either. If I connect the earphones is works perfectly. On one of my last calls received, phone's ringtone was heard for about 2 seconds before muting and just vibrating. Ringtone sounded perfect, speakers did not sound damaged. 
    What else could be done? I've read several post regarding this and it seems like Apple has no solution to this yet. Very dissappointed.

  • Macbook Pro Keeps Restarting Itself and then totally crashed

    Dear all.
    I am using Macbook Pro 13-inch (i7 2.9 Ghz, 8 GB DDR3, 750 GB) with OS X Maverick (10.9.4).
    For the last few months, my Macbook Pro kept restarting itself and I usually ignored this issue until yesterday, my MBP fail to boot up, only display the grey apple logo and rolling icon below for almost 30 mins.
    I tried the safe mode and reset NVRAM method and it still fail to boot up and sometimes a black text appears (aka kernel panic).
    Then i took my macbook pro to the nearest Apple service provider and the technician said that it was probably due to the 750 GB Hard Disk since the HD itself is a faulty product, therefore we can't find any 750 GB HD nowadays. So he recommended me to replace my current HD with a new HD. I took his advice and I replaced it with 1 TB Toshiba HD. And then the technician reformat my MBP and installed the OS X Maverick. My Macbook pro able to boot up now.
    However the next day I still find my MBP keeps restarting itself (until now) and take note that I didn't install any new softwares, I only updated the available  updates in Apps Store for the OS, iBooks, and iTunes.
    Can anyone recommend me what to do? Is this a Hardware problem or software problem?
    I'm thinking to switch back to OS Lion to see whether this is mainly due to OS Maverick.
    Thank you.

    Unfortunately yes.   Since the computer is unable to boot up, that part of the software starts BEFORE the OS would.  Last time I had this problem, it turned out to be a faulty GPU (soldered to the logic board) and i needed to replace the logic board.    If you wanted to, you could indeed back up your personal data (you should ANYWAY, no matter what you do)  and you could try to do a fresh install,  but I'm fairly confident you are experiencing either faulty ram, or a faulty logic board.

  • HT201269 i have a problem of my iphone5 it usually restarting itself and 1 time i saw it in a blue screen death then it restarted itself.what can i do, please help me for this problem..thank you

    please hep me for my problem..it usually restarting itself and i saw it a blu screen death..pls any suggestion..thank you....

    Jailbroken?  Dropped?  Got wet?
    What troubleshooting steps did you already try?  Restore the iOS?

  • 3 year old iMac 24 running OS10.7.4.  After it has been on for a day or so, it stops going to sleep and becomes very slow.  This only happens when Safari is running. Quitting Safari solves the problem.  Has anyone else have the same problem?

    3 year old iMac 24 running OS 10.7.4.  After it has been on for a day or so, it stops going to sleep and becomes very slow.  This only happens when Safari is running. Quitting Safari solves the problem.  Has anyone else have the same problem?  Does not happen on MacBookpro only on iMac.

    Hello Albert, see how many of these you can answer...
    See if the Disk is issuing any S.M.A.R.T errors in Disk Utility...
    http://support.apple.com/kb/PH7029
    Open Activity Monitor in Applications>Utilities, select All Processes & sort on CPU%, any indications there?
    How much RAM & free space do you have also, click on the Memory & Disk Usage Tabs.
    Open Console in Utilities & see if there are any clues or repeating messages when this happens.
    In the Memory tab, are there a lot of Pageouts?

  • Healing brush/Clone stamp tool and others very slow processing

    Healing brush/Clone stamp tool and others very slow processing. System resources monitor shows only 700MB (of 5GB allocated to Photoshop) RAM and 30% CPU is used to perform such tasks as healing brush. Process bar comes up and is painfully slow to complete the task. I don’t understand why does Photoshop not use all the resources available/allocated? No other programs are running at the time, I have tried all the suggestions on this forum and all over the Google. My brand new system is: Intel I7 4770K overclocked to 4.3GHz, 8GB 1600 RAM, Samsung PRO 120GB SSD system drive, 100GB scratch disk. The photos I usually work on don’t exceed 20MB in size. Any suggestion would be appreciated.  Thanks

    Thanks for the answer.
    I have not mentioned the GPU because the processes I described (as far as I know) are not supposed to be using GPU resources. So far I have not been able to afford the GPU i want which is GTX770, so I use Intel 4600 built in graphics instead. To be honest I find, that 4600 graphics is quite powerful. I am able to play Mass Effect 3 on Full spec on max res without game slowing down. And Windows 7 64bit index score is 7.8 for the 4600 graphics. Overall index score is 7.8 on my PC righ now.
    I'll try to get the Photoshop system info as soon as possible.
    Thanks again.
    Zee

  • Videos skip and are very slow when I play them in anything other than fulls

    When I try to play a video it is ok when it is in the small box in the corner but when i double click and get the video larger it skips alot and play very slow, but when I make the video full screen it play normally. How can I play the video in the mid size box in the right way.

    Crop...
    I'm having the same problem (iTunes 11.02!) .
    I think this one isn't resolved because it IS rare: I've had iTunes on about 7 different machines (Mac and PC) since it begain (2001). In fact I maintain the same library without issues for over 10 years. Anyway this is the first time it's occurred (in my case it's happened on a pretty recent Mac Laptop). But as you may have discovered, google/bing searches for similar problems yeild VERY few results.
    A guy at the Apple store was able to temporarily fix by doing some low level cache removal, that may give a glimpse to the reason, but is not a permanent fix.
    I'm going to try a few things will report back if I have any luck**.
    ***If anyone else want to give it a try: Before starting bookmark the following: http://support.apple.com/kb/HT1391 this describes the location and purpose of most of the iTunes library files. And, any apple support docs on creating a  new iTunes library... I'm unwilling to try the let iTunes "Keep iTunes Media folder organized " cause I have my own organization method.

  • Firefox maxing my cpu and runs VERY slow i have reset firefox and re installed it, diddnt work

    firefox maxing my cpu and runs VERY slow i have reset firefox and re installed it, diddnt work i have googles searched about it and tryed so manny things to fix it but nothing works this is my last idea posting here

    Did you do a clean reinstall and deleted the Firefox program folder?
    *(32 bit Windows) C:\Program Files\Mozilla Firefox\
    *(64 bit Windows) C:\Program Files (x86)\Mozilla Firefox\
    Try to boot the computer in Windows Safe mode with network support (press F8 on the boot screen) as a test to see if that helps.
    Create a new profile as a test to check if your current profile is causing the problems.
    See "Creating a profile":
    *https://support.mozilla.org/kb/profile-manager-create-and-remove-firefox-profiles
    *http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Profile_issues
    If the new profile works then you can transfer some files from an existing profile to the new profile, but be careful not to copy corrupted files.
    *http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox

  • My blackberry restarts itself and drains the battery

    My blackberry restarts itself and drains the battery and I was wondering if there was a way to fix it without having to wipe the memory of my blackberry to do so?

    Try taking the media card out and see if the restarting itself ceases.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Ok so my new iPod Classic is repeatedly restarting itself and I see nothing on the screen But the Apple logo and I canny do anything to stop it can anybody help me

    Ok so my new iPod Classic is repeatedly restarting itself and I see nothing on the screen But the Apple logo and I canny do anything to stop it can anybody help me

    Try the DFU Restore method shown in Corrupt iPod classic.
    tt2

  • Last night while I was using my MacBook pro, it suddenly restart itself and it hang at the white screen. I tried to restart 5-6 times but it appeared to be the same result! Help me!!!,!,

    Last night while I was using my MacBook pro, it suddenly restart itself and it hang at the white screen. I tried to restart 5-6 times but it appeared to be the same result! Help me!!!,!,

    Boot in safe mode

Maybe you are looking for