URL Cloaking Setup

Hi There,
I've contacted Apple regarding this problem, but they don't seem interested. So I though I'd try my luck with you networking experts!
Below is the frame code that cloaks a URL of a site. This code works fine in IE & Forefox for WinXP and Firefox & Opera for OSX - the pages all display correctly.
<!-- 13452:33834:www.svelte.net.nz:<a class="jive-link-external-small" href="http://web.mac.com/ben.sciascia/:cloak:">http://web.mac.com/ben.sciascia/ :cloak:</a> --><html>
<frameset rows="*" cols="*" >
<frame name="topFrame" scrolling="auto" src="http://web.mac.com/ben.sciascia/" frameborder="NO" marginwidth="0" noresize marginheight="0">
</frameset>
</html>
The URL for the site is: http://www.svelte.net.nz
The issue is that Safari just displays a blank page, requiring the user to reload the page before it will appear (sometimes the home page works however - it's a bit random).
Can anyone see a reason why Safari wouldn't load the page based on the frame code above?
The ironic thing is that Mac users are the only ones who can't view this site, despite the fact the site was made in iWeb, is hosted on .mac and the .mac documentation suggested URL cloaking as a way of hiding the ugly .mac URL.
As a side note, I tried URL cloaking about a year ago with the same issue. Back then though, the site was made in Dreamweaver, was hosted on a different server (my ISP's) and used a different DNS provider. Safari had the same problem so I turned it off. The problem is that if we move our site, all our users bookmarks will be wrong.
I don't know much about these things so any help or suggestions would be much appreciated.
Cheers
Ben

I just walked through the site from both the real URL you posted, and via http://www.svelte.net.nz/ and it all works as expected.
I guess the good news is that it looks like it will ultimately work...
In the meantime I'm assuming that the real pages work in Safari and it's just the cloak that doesn't work. If that's the case there's clearly something amiss with the cloak page.
Having run the page through a HTML Validator shows that it isn't a valid HTML document and that night be why Safari is having issues. At the very least you need to add a <!DOCTYPE> header to tell the browser how to interpret the file. Once I did that (and corrected the other errors) I came up with:
<pre class=command><!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html><head><title></title></head>
<frameset>
<frame name="topFrame" scrolling="auto" src="http://web.mac.com/ben.sciascia/" frameborder="0" marginwidth="0" noresize marginheight="0">
</frameset>
</html></pre>
Try that and see if it works any better.

Similar Messages

  • URL Cloaking doesn't work with Safari - IE & Firefox work fine

    Hi There,
    just wondering if anyone else has had this problem.
    If I choose "URL Cloaking" from the domain options on my ISP's site, Safari cannot find my site, or links on the site quite often will not work.
    IE on a PC and Firefox on both platforms work fine.
    Does anyone have any suggestions? My Site URL is: www.svelte.net.nz
    Any help would be much appreciated as cloaking hides the .Mac address which is kind of useful.
    Cheers
    Ben

    HI There Tom,
    I turned URL cloaking off so hadn't come back to the forum to see your reply - sorry for this. But now I need to have cloaking back on.
    I'm not an HTML coder so don't know what I'm looking for. I might send this in to Apple and see If I get a response. Anyway, here is the code in case you or someone else knows if the ISP has got something wrong.
    Any help would be much appreciated.
    Cheers
    Ben
    <!-- 13452:33834:www.svelte.net.nz:<a class="jive-link-external-small" href="http://web.mac.com/ben.sciascia/:cloak:">http://web.mac.com/ben.sciascia/ :cloak:</a> --><html>
    <frameset rows="*" cols="*" >
    <frame name="topFrame" scrolling="auto" src="http://web.mac.com/ben.sciascia/" frameborder="NO" marginwidth="0" noresize marginheight="0">
    </frameset>
    </html>

  • Is there a way to prevent chaging an application ID in the URL

    Environment
    APEX 3.1.00.09 on AIX 5.3
    I had a question posed to me from our middleware person concerning changing the URL by a user.
    We have an outward facing APEX application, say ID 100, that uses a reverse proxy inside the firewall to point to the actual server hosting the APEX application. When a user enters the URL given to them for this application the login screen pops up just as planned. When the user now types over the application number in the URL he is taken to the login screen of a different application hosted on that same server.
    The question is: How can I do either or both of the following:
    1- prevent the user from over-typing the application ID in the URL or
    2- when the user does type over the application ID he/she is redirected back to the desired application, in this case ID 100
    This is the only outward facing application we have at the moment but I can foresee more coming.
    Thanks very much in advance for your help.
    -gary

    Hi Scott and others
    Our Middleware Admin has some additional information and the same question. He is the expert on this project and I'm the messenger.
    <b>I've also forgotten the HTML tag to retain the spacing of his output. If someone will remind me I'll go back and put it in. Thx! :-) </b>
    ===============
    Issue: Need help in restricting access to single application URL
    Background/setup:
    We currently have the following setup in our environment and trying to expose a single URL to the internet.
    [Internet]-à[Firewall] -à [Apache Web Server as proxy] à [OHS + Apex running on same server]
    [SERVER1] [SERVER2]
    I have defined a virtual host on Apache Web Server residing on [SERVER1] which communicates with a virtual host defined on OHS on [SERVER2].
    When I try to access this URL ( http://servername.com/pls/apex/f?p=150:4) from outside it works fine, but if I change the number in the URL to (http://servername.com/pls/apex/f?p=160:5), it is exposing other applications. I tried to define some rewrite rules but they seem to be too restrictive or just don’t do the job.
    I was hoping if someone can help with me any valuable suggestions in getting past this issue. I masked some of the IP/server name information for security reasons.
    These are the error messages in the error_log which shows how the URL’s are being served:
    Error_log from proxy server [SERVER1]
    [Fri Aug 14 13:01:03 2009] [debug] proxy_http.c(109): proxy: HTTP: canonicalising URL //test.servername.com:7781/pls/apex/wwv_flow.accept
    [Fri Aug 14 13:01:03 2009] [debug] mod_proxy.c(459): Trying to run scheme_handler
    [Fri Aug 14 13:01:03 2009] [debug] proxy_http.c(1570): proxy: HTTP: serving URL http://test.servername.com:7781/pls/apex/wwv_flow.accept
    [Fri Aug 14 13:01:03 2009] [debug] proxy_http.c(228): proxy: HTTP connecting http://test.servername.com:7781/pls/apex/wwv_flow.accept to test.servername.com:7781
    [Fri Aug 14 13:01:03 2009] [debug] proxy_util.c(1139): proxy: HTTP: fam 2 socket created to connect to test.servername.com
    [Fri Aug 14 13:01:03 2009] [debug] proxy_http.c(377): proxy: socket is connected
    [Fri Aug 14 13:01:03 2009] [debug] proxy_http.c(411): proxy: connection complete to 192.168.21.80:7781 (test.servername.com)
    [Fri Aug 14 13:01:03 2009] [debug] proxy_http.c(1396): proxy: start body send
    [Fri Aug 14 13:01:03 2009] [debug] proxy_http.c(1456): proxy: end body send
    [Fri Aug 14 13:01:03 2009] [debug] proxy_http.c(109): proxy: HTTP: canonicalising URL //test.servername.com:7781/pls/apex/f
    [Fri Aug 14 13:01:03 2009] [debug] mod_proxy.c(459): Trying to run scheme_handler
    [Fri Aug 14 13:01:03 2009] [debug] proxy_http.c(1570): proxy: HTTP: serving URL http://test.servername.com:7781/pls/apex/f?p=150:4:815505233054690 -à I can change the highlighted value and go to a different app.
    [Fri Aug 14 13:01:03 2009] [debug] proxy_http.c(228): proxy: HTTP connecting http://test.servername.com:7781/pls/apex/f?p=150:4:815505233054690 to test.servername.com:7781
    [Fri Aug 14 13:01:03 2009] [debug] proxy_http.c(310): proxy: keepalive address match (keep original socket)
    [Fri Aug 14 13:01:03 2009] [info] [client 10.126.105.20] [3087d398] SSL0240I: SSL Handshake Failed, Socket has been closed.
    [Fri Aug 14 13:01:03 2009] [debug] proxy_http.c(1396): proxy: start body send
    [Fri Aug 14 13:01:03 2009] [debug] proxy_http.c(1456): proxy: end body send
    Access_log from the OHS server when I access the URL and login[SERVER2}
    10.126.105.12 - APEX_PUBLIC_USER [14/Aug/2009:13:01:03 -0400] "POST /pls/apex/wwv_flow.accept HTTP/1.1" 302 5 -à My rewrite rules seem to restrict this.
    10.126.105.12 - APEX_PUBLIC_USER [14/Aug/2009:13:01:03 -0400] "GET /pls/apex/f?p=150:4:815505233054690 HTTP/1.1" 200 7812
    10.126.105.12 - APEX_PUBLIC_USER [14/Aug/2009:13:01:49 -0400] "POST /pls/apex/wwv_flow.accept HTTP/1.1" 302 5à -à My rewrite rules seem to restrict this.
    10.126.105.12 - APEX_PUBLIC_USER [14/Aug/2009:13:01:49 -0400] "GET /pls/apex/f?p=150:3:815505233054690::NO HTTP/1.1" 200 50109
    Virtual Host Definitions:
    Proxy Server:[SERVER1]
    <VirtualHost *>
    ServerName servername.com
    ServerAlias servername
    <Proxy *>
    Order deny,allow
    Allow from all
    </Proxy>
    ProxyRequests Off
    RewriteEngine on
    RewriteRule ^f?p([0-9][0-9][0-9])(:*)$ /pls/apex/f?p=150:4 [R,L]
    RewriteRule ^/$ /pls/apex/f?p=150:4 [R,L]
    ProxyPass /pls/apex http://test.servername.com:7781/pls/apex
    ProxyPassReverse /pls/apex http://test.servername.com:7781/pls/apex
    ProxyPass /i http://test.servername.com:7781/i/
    ProxyPassReverse /i http://test.servername.com:7781/i/
    ProxyPass /apex http://test.servername.com:7781/apex/
    ProxyPassReverse /apex http://test.servername.com:7781/apex/
    ProxyPreserveHost on
    RewriteEngine on
    </VirtualHost>
    OHS Server:[SERVER2]
    NameVirtualHost IPADDRESS:80
    <VirtualHost IPADDRESS:80>
    ServerName test.servername.com
    <IfModule mod_rewrite.so>
    RewriteRule ^pls/apex/f?p=([0-9][0-9][0-9]):(.*)$ /pls/apex/f?p=150:4 [L,R]
    </IfModule>
    </VirtualHost>
    =======================
    </code>

  • Problem while creating setup package

    Hi all,
    A week i created a setup package With SP18 0.0 . Everything worked fine..
    I download the Sca file for NWMADMIN AND NWMCLIENT and
    Today i deployed Patch 0.2  to NWMADMIN and Patch 0.6 to NWMCLIENT .
    I am getting these errors..
    0050 tc.mobile.admin.bl  170005 20070327 Error while trying to save the download url in setup package
    0050 tc.mobile.admin.bl.setup  170005 20070327 Error while trying to create the cab archive for setup package.
    0050 tc.mobile.admin.bl.setup  170005 20070327 Error while trying to create a cab file for setup package.
    0050 CAB CREATION LOG  170004 20070327 Error: Required file "D:\cabwiz.ddf" not found.
    Thanks and Regards
    Neha Kapoor

    Hi Prashantha,
    I could download SDK for Windows Mobile 2003-based Pocket PCs  from site http://www.microsoft.com/downloads/details.aspx?FamilyID=9996b314-0364-4623-9ede-0b5fbb133652&displaylang=en&Hash=%2fiQ91xWkO3zOCMv67Sphd8Q0HdCZtTMdWz3Ec5iPNq7%2fhrGF7rmyOcGv3trXOdGA8c6Qyc%2bVOlTpsmrahqFb5A%3d%3d.
    Now should i follow the steps given in http://help.sap.com/saphelp_nw04/helpdata/en/45/1eb142a174c811e10000000a1550b0/frameset.htm
    And create a Cabwiz file . Can i do this on my pc and zip the file and send it to basis and copy it on server or this should  be done on server itself.
    Thanks and Regards
    Neha Kapoor

  • SVN Setup on Xserve 10.5.5

    I have been attempting to setup and run a Subversion server on my Xserve 10.5.5. I followed the very robust instructions located at the following url to setup svn:
    http://blog.paploo.net/2007/10/how-to-manage-your-own-subversion.html
    Unfortunately, after receiving MANY "svn:301 moved permanently" errors, I finally gave up and decided to come here.
    Initially, I wanted my svn repositories to be shared using AFP. When doing so, I could connect to the repositories just fine, but would receive "svn: can't get exclusive lock on file" errors. After doing extensive research, I found that AFP and SVN don't go together well.
    I also attempted to host an svn directory on a site hosted by the Xserve but continually received the 301 error.
    I wanted to know if anyone has successfully setup and run SVN on an Xserve and exactly how did you set it up?
    Have you used multiple repositories successfully?
    Where did you store your parent svn directory and repository folders?
    How do your users access it? AFP? https?
    Does anyone have any advice to help me setup SVN properly?

    As I am still unable to get SVN working properly, I thought I would post a reply that would show my current status and implementation method. I am hoping that someone will see this, and help me finalize the setup process. The domain name has been changed to domain.com to simplify the setup.
    I've created an svn parent directory at:
    /Users/Shared/svn
    I then created a repository, and allowed apache to write to the directory by running the following commands:
    $> mkdir /Users/Shared/svn/domain.com
    $> svnadmin create /Users/Shared/svn/domain.com
    $> chown -R www:www /Users/Shared/svn/domain.com
    I have then created a website (via Server Admin) that loads /Users/Shared/svn as it's "Web Folder." This website is accessible via the svn subdomain, example:
    http://svn.domain.com/
    In Server Admin, I then enabled WebDAV for this specific site.
    I then ran the following command to create a user/password file to authenticate svn users:
    $> htpasswd -cm /etc/apache2/svn-auth-file.passwd username
    Last but not least, I went into the associated .conf file and made the following changes. Please note, the configuration file is named specific to this site (example: 0002_<ip address>_svn.domain.com.conf). I did not modify httpd.conf or load an extra .conf file.
    <Directory "/Users/Shared/svn">
    AllowOverride None
    Options All -Includes -ExecCGI +MultiViews +Indexes
    DAV svn
    SVNParentPath /Users/Shared/svn
    AuthName "SVN Repository"
    AuthUserFile /etc/apache2/svn-auth-file.passwd
    <Limit GET HEAD OPTIONS CONNECT POST PROPFIND PUT DELETE PROPPATCH MKCOL COPY MOVE LOCK UNLOCK>
    Require valid-user
    </Limit>
    AuthType Basic
    </Directory>
    Here's where things get strange. I stop and restart apache, and attempt to access the svn repository via browser at: http://svn.domain.com/domain.com. When I access the url I am prompted for a password. Both OD users and the user I setup using the svn-auth-file.passwd login fine, and then display:
    Revision 0:/
    Powered by Subversion 1.4.4 (r25188).
    So, it seems everything is working fine via browser. (Tested in Firefox 3 & Safari)
    But, if I attempt to access the repository using the svn checkout command and the same username/password combination I receive 301 Moved Permanently errors. Example:
    $> svn checkout http://svn.domain.com/domain.com
    $> Password for 'username':
    svn: PROPFIND request failed on '/domain.com'
    svn: PROPFIND of '/domain.com': 301 Moved Permanently (http://svn.domain.com)
    $>
    I receive the same errors when attempting to access the repository using Coda (http://www.panic.com/coda/).
    The error logs show the following lines on failed attempts:
    [Mon Nov 03 13:41:10 2008] [error] [client 10.1.1.5] modauthapple: User username: authentication failure for "/domain.com": User not found by checkpw
    [Mon Nov 03 13:41:10 2008] [error] [client 10.1.1.5] modauthapple: User username: authentication failure for "/domain.com": Password mismatch according to htaccess file
    Does anyone have any suggestions as to why this would be happening? And/or what I can do to alleviate these issues and get svn setup properly?
    If you have any experience with svn setup, please don't hesitate to help me out. I am approaching desperate.
    Thank you.

  • CWMS Install "Invalid URL"

    I'm trying to install CWMS 2.5.1.29.B-AE
    When asked to provide URLs, the setup tool keeps on saying "Invalid URL", with no indication as to what is wrong.
    I'm supplying the WebEx Site URL as "cwms-1.example.com/meetings" and the Administration URL as "cwms-admin.example.com/mgmt"
    According to the documentation my URLs are valid, and the do resolve to the private VIP address.
    Any suggestions?
    Thanks,
    GTG

    Hi Gordon,
    You will need to remove everything after /, for example:
    WebEx Site URL:  cwms-1.example.com
    Admin SIte URL:  cwms-admin.example.com
    Usually, WebEx Site URL is something like: meetings.example.com, or conference.example.com. It is better to use something the end users will easily remember. 
    -Dejan

  • How can I remove Parallels from my Macbook completely?

    My MBP has been booting up very slowly, and I checked Console to see what might be causing it. I saw that a lot of the registered entries were related to Parallels, so I decided to unninstall it, since I also read that many people felt that their laptop was booting up faster after removing it.
    The problem is that, even after unninstalling it, the boot time is still very long! I checked Console again, and the problem is no longer Parallels components loading, but the failing of them loading. I see stuff like:
    4/24/14 18:46:47.204 Parallels[180]: Failed to load kernel extension prl_hypervisor.kext
    4/24/14 18:46:47.269 Parallels[183]: /Library/Parallels/Parallels Service.app/Contents/Kexts/prl_hypervisor.kext failed to load - (libkern/kext) not found; check the system/kernel logs for errors or try kextutil(8).
    and I believe Parallels is slowing down the boot time even after it's been removed. I've already removed all of its components, I don't know what else to do!
    I've also deleted other apps that were on Login Items.
    Could you guys please give me tips on how I can improve the boot time?
    I'm posting below what I got from Console:
    4/24/14 18:45:42.000 bootlog[0]: BOOT_TIME 1398375942 0
    4/24/14 18:46:14.000 syslogd[21]: 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.
    4/24/14 18:46:14.000 syslogd[21]: 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".
    4/24/14 18:46:14.000 syslogd[21]: 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.
    4/24/14 18:46:14.000 syslogd[21]: 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.
    4/24/14 18:46:14.000 syslogd[21]: 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.
    4/24/14 18:46:14.000 syslogd[21]: 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.
    4/24/14 18:46:14.000 syslogd[21]: 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.
    4/24/14 18:46:14.000 syslogd[21]: 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.
    4/24/14 18:46:14.000 syslogd[21]: 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.
    4/24/14 18:46:14.000 syslogd[21]: 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.
    4/24/14 18:46:14.000 syslogd[21]: 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.
    4/24/14 18:46:14.000 syslogd[21]: 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.
    4/24/14 18:46:14.000 syslogd[21]: 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.
    4/24/14 18:46:14.000 syslogd[21]: 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.
    4/24/14 18:46:14.000 syslogd[21]: 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.
    4/24/14 18:46:14.000 syslogd[21]: 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.
    4/24/14 18:46:14.000 syslogd[21]: 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.
    4/24/14 18:46:14.000 kernel[0]: Longterm timer threshold: 1000 ms
    4/24/14 18:46:14.000 kernel[0]: PMAP: PCID enabled
    4/24/14 18:46:14.000 kernel[0]: Darwin Kernel Version 13.1.0: Thu Jan 16 19:40:37 PST 2014; root:xnu-2422.90.20~2/RELEASE_X86_64
    4/24/14 18:46:14.000 kernel[0]: vm_page_bootstrap: 972582 free pages and 67802 wired pages
    4/24/14 18:46:14.000 kernel[0]: kext submap [0xffffff7f807a6000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff80007a6000]
    4/24/14 18:46:14.000 kernel[0]: zone leak detection enabled
    4/24/14 18:46:14.000 kernel[0]: "vm_compressor_mode" is 4
    4/24/14 18:46:14.000 kernel[0]: standard timeslicing quantum is 10000 us
    4/24/14 18:46:14.000 kernel[0]: standard background quantum is 2500 us
    4/24/14 18:46:14.000 kernel[0]: mig_table_max_displ = 74
    4/24/14 18:46:14.000 kernel[0]: TSC Deadline Timer supported and enabled
    4/24/14 18:46:14.000 kernel[0]: "name" not a kext
    4/24/14 18:46:14.000 kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled
    4/24/14 18:46:14.000 kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=2 Enabled
    4/24/14 18:46:14.000 kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=1 Enabled
    4/24/14 18:46:14.000 kernel[0]: AppleACPICPU: ProcessorId=4 LocalApicId=3 Enabled
    4/24/14 18:46:14.000 kernel[0]: AppleACPICPU: ProcessorId=5 LocalApicId=255 Disabled
    4/24/14 18:46:14.000 kernel[0]: AppleACPICPU: ProcessorId=6 LocalApicId=255 Disabled
    4/24/14 18:46:14.000 kernel[0]: AppleACPICPU: ProcessorId=7 LocalApicId=255 Disabled
    4/24/14 18:46:14.000 kernel[0]: AppleACPICPU: ProcessorId=8 LocalApicId=255 Disabled
    4/24/14 18:46:14.000 kernel[0]: calling mpo_policy_init for Sandbox
    4/24/14 18:46:14.000 kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    4/24/14 18:46:14.000 kernel[0]: calling mpo_policy_init for Quarantine
    4/24/14 18:46:14.000 kernel[0]: Security policy loaded: Quarantine policy (Quarantine)
    4/24/14 18:46:14.000 kernel[0]: calling mpo_policy_init for TMSafetyNet
    4/24/14 18:46:14.000 kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    4/24/14 18:46:14.000 kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    4/24/14 18:46:14.000 kernel[0]: The Regents of the University of California. All rights reserved.
    4/24/14 18:46:14.000 kernel[0]: MAC Framework successfully initialized
    4/24/14 18:46:14.000 kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers
    4/24/14 18:46:14.000 kernel[0]: AppleKeyStore starting (BUILT: Sep 19 2013 22:20:34)
    4/24/14 18:46:14.000 kernel[0]: IOAPIC: Version 0x20 Vectors 64:87
    4/24/14 18:46:14.000 kernel[0]: ACPI: sleep states S3 S4 S5
    4/24/14 18:46:14.000 kernel[0]: pci (build 20:00:24 Jan 16 2014), flags 0x63008, pfm64 (36 cpu) 0xf80000000, 0x80000000
    4/24/14 18:46:14.000 kernel[0]: [ PCI configuration begin ]
    4/24/14 18:46:14.000 kernel[0]: console relocated to 0xf80000000
    4/24/14 18:46:14.000 kernel[0]: [ PCI configuration end, bridges 12, devices 16 ]
    4/24/14 18:46:14.000 kernel[0]: AppleIntelCPUPowerManagement: Turbo Ratios 0046
    4/24/14 18:46:14.000 kernel[0]: AppleIntelCPUPowerManagement: (built 19:46:50 Jan 16 2014) initialization complete
    4/24/14 18:46:14.000 kernel[0]: mcache: 4 CPU(s), 64 bytes CPU cache line size
    4/24/14 18:46:14.000 kernel[0]: mbinit: done [64 MB total pool size, (42/21) split]
    4/24/14 18:46:14.000 kernel[0]: Pthread support ABORTS when sync kernel primitives misused
    4/24/14 18:46:14.000 kernel[0]: BTCOEXIST off
    4/24/14 18:46:14.000 kernel[0]: BRCM tunables:
    4/24/14 18:46:14.000 kernel[0]: pullmode[1] txringsize[  256] txsendqsize[1024] reapmin[   32] reapcount[  128]
    4/24/14 18:46:14.000 kernel[0]: rooting via boot-uuid from /chosen: F2B1CE87-7935-307F-B2ED-E6DF49C1DE99
    4/24/14 18:46: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>
    4/24/14 18:46:14.000 kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start
    4/24/14 18:46:14.000 kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start
    4/24/14 18:46:14.000 kernel[0]: com.apple.AppleFSCompressionTypeDataless load succeeded
    4/24/14 18:46:14.000 kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded
    4/24/14 18:46:14.000 kernel[0]: FireWire (OHCI) Lucent ID 5901 built-in now active, GUID a4b197fffeeac312; max speed s800.
    4/24/14 18:46:14.000 kernel[0]: AppleIntelCPUPowerManagementClient: ready
    4/24/14 18:46:14.000 kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleIntelPchS eriesAHCI/PRT0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOB lockStorageDriver/ST9500325ASG Media/IOGUIDPartitionScheme/Customer@2
    4/24/14 18:46:14.000 kernel[0]: BSD root: disk0s2, major 1, minor 2
    4/24/14 18:46:14.000 kernel[0]: AppleUSBMultitouchDriver::checkStatus - received Status Packet, Payload 2: device was reinitialized
    4/24/14 18:46:14.000 kernel[0]: Thunderbolt Self-Reset Count = 0xedefbe00
    4/24/14 18:46:14.000 kernel[0]: hfs: mounted Macintosh HD on device root_device
    4/24/14 18:46:14.000 kernel[0]: Waiting for DSMOS...
    4/24/14 18:46:14.000 kernel[0]: VM Swap Subsystem is ON
    4/24/14 18:45:46.118 com.apple.launchd[1]: *** launchd[1] has started up. ***
    4/24/14 18:45:46.118 com.apple.launchd[1]: *** Shutdown logging is enabled. ***
    4/24/14 18:45:59.937 com.apple.launchd[1]: (com.parallels.desktop.launchdaemon) Unknown key for boolean: HopefullyExitsFirst
    4/24/14 18:46:11.165 hidd[45]: void __IOHIDPlugInLoadBundles(): Loaded 0 HID plugins
    4/24/14 18:46:11.167 hidd[45]: Posting 'com.apple.iokit.hid.displayStatus' notifyState=1
    4/24/14 18:46:13.516 kdc[42]: krb5_kdc_set_dbinfo: failed to create root node: /Local/Default
    4/24/14 18:46:13.542 Parallels[80]: Unloading kernel extension prl_netbridge.kext
    4/24/14 18:46:14.210 com.apple.launchd[1]: (com.apple.Kerberos.kdc[42]) Exited with code: 1
    4/24/14 18:46:14.210 com.apple.launchd[1]: (com.apple.Kerberos.kdc) Throttling respawn: Will start in 1 seconds
    4/24/14 18:46:14.423 com.apple.SecurityServer[15]: Session 100000 created
    4/24/14 18:46:14.426 com.apple.usbmuxd[19]: usbmuxd-327.4 on Feb 12 2014 at 14:54:33, running 64 bit
    4/24/14 18:46:14.467 configd[56]: network changed.
    4/24/14 18:46:14.490 configd[56]: setting hostname to "MacBook-Pro-de-Luis-4.local"
    4/24/14 18:46:14.501 Parallels[95]: Unloading kernel extension prl_vnic.kext
    4/24/14 18:46:14.583 Parallels[105]: Unloading kernel extension prl_usb_connect.kext
    4/24/14 18:46:14.722 Parallels[114]: Unloading kernel extension prl_hid_hook.kext
    4/24/14 18:46:14.820 Parallels[123]: Unloading kernel extension prl_hypervisor.kext
    4/24/14 18:46:14.887 Parallels[132]: Loading kernel extension prl_usb_connect.kext
    4/24/14 18:46:15.219 kdc[137]: label: default
    4/24/14 18:46:15.219 kdc[137]:     dbname: od:/Local/Default
    4/24/14 18:46:15.219 kdc[137]:     mkey_file: /var/db/krb5kdc/m-key
    4/24/14 18:46:15.219 kdc[137]:     acl_file: /var/db/krb5kdc/kadmind.acl
    4/24/14 18:46:15.000 kernel[0]: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    4/24/14 18:46:15.000 kernel[0]: IO80211Interface::efiNVRAMPublished(): 
    4/24/14 18:46:17.000 kernel[0]: AirPort: Link Down on en1. Reason 8 (Disassociated because station leaving).
    4/24/14 18:46:23.506 stackshot[23]: Timed out waiting for IOKit to finish matching.
    4/24/14 18:46:27.000 kernel[0]: flow_divert_kctl_disconnect (0): disconnecting group 1
    4/24/14 18:46:28.630 com.apple.SecurityServer[15]: Entering service
    4/24/14 18:46:28.750 UserEventAgent[11]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    4/24/14 18:46:28.757 digest-service[72]: label: default
    4/24/14 18:46:28.757 digest-service[72]:     dbname: od:/Local/Default
    4/24/14 18:46:28.757 digest-service[72]:     mkey_file: /var/db/krb5kdc/m-key
    4/24/14 18:46:28.757 digest-service[72]:     acl_file: /var/db/krb5kdc/kadmind.acl
    4/24/14 18:46:28.760 digest-service[72]: digest-request: uid=0
    4/24/14 18:46:28.762 UserEventAgent[11]: Captive: CNPluginHandler en1: Inactive
    4/24/14 18:46:28.771 awacsd[59]: Starting awacsd connectivity_executables-97 (Aug 24 2013 23:49:23)
    4/24/14 18:46:28.779 awacsd[59]: InnerStore CopyAllZones: no info in Dynamic Store
    4/24/14 18:46:28.812 digest-service[72]: digest-request: netr probe 0
    4/24/14 18:46:28.813 digest-service[72]: digest-request: init request
    4/24/14 18:46:28.823 mDNSResponder[35]: mDNSResponder mDNSResponder-522.90.2 (Nov  3 2013 18:51:09) starting OSXVers 13
    4/24/14 18:46:28.826 digest-service[72]: digest-request: init return domain: BUILTIN server: MACBOOK-PRO-DE-LUIS-4 indomain was: <NULL>
    4/24/14 18:46:29.017 airportd[63]: airportdProcessDLILEvent: en1 attached (up)
    4/24/14 18:46:29.000 kernel[0]: createVirtIf(): ifRole = 1
    4/24/14 18:46:29.000 kernel[0]: in func createVirtualInterface ifRole = 1
    4/24/14 18:46:29.000 kernel[0]: AirPort_Brcm4331_P2PInterface::init name <p2p0> role 1
    4/24/14 18:46:29.000 kernel[0]: AirPort_Brcm4331_P2PInterface::init() <p2p> role 1
    4/24/14 18:46:29.000 kernel[0]: Created virtif 0xffffff801050d000 p2p0
    4/24/14 18:46:29.104 locationd[40]: NBB-Could not get UDID for stable refill timing, falling back on random
    4/24/14 18:46:29.218 locationd[40]: Location icon should now be in state 'Inactive'
    4/24/14 18:46:29.864 apsd[61]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    4/24/14 18:46:30.011 mdmclient[36]: ApplePushService: Timed out making blocking call, failed to perform call via XPC connection to 'com.apple.apsd'
    4/24/14 18:46:31.012 mdmclient[36]: ApplePushService: Timed out making blocking call, failed to perform call via XPC connection to 'com.apple.apsd'
    4/24/14 18:46:31.344 kdc[137]: WARNING Found KDC certificate (O=System Identity,CN=com.apple.kerberos.kdc)is missing the PK-INIT KDC EKU, this is bad for interoperability.
    4/24/14 18:46:31.348 systemkeychain[142]: done file: /var/run/systemkeychaincheck.done
    4/24/14 18:46:31.354 configd[56]: network changed: DNS*
    4/24/14 18:46:31.360 configd[56]: network changed: DNS*
    4/24/14 18:46:31.361 mDNSResponder[35]: D2D_IPC: Loaded
    4/24/14 18:46:31.361 mDNSResponder[35]: D2DInitialize succeeded
    4/24/14 18:46:31.366 mDNSResponder[35]:   4: Listening for incoming Unix Domain Socket client requests
    4/24/14 18:46:31.367 mDNSResponder[35]: Adding registration domain 291933891.members.btmm.icloud.com.
    4/24/14 18:46:31.416 networkd[165]: networkd.165 built Aug 24 2013 22:08:46
    4/24/14 18:46:31.436 awacsd[59]: Configuring lazy AWACS client: 291933891.p04.members.btmm.icloud.com.
    4/24/14 18:46:31.450 awacsd[59]: KV HTTP 0
    4/24/14 18:46:31.475 kdc[137]: KDC started
    4/24/14 18:46:31.963 com.apple.InternetSharing[43]: *** no interface for service
    4/24/14 18:46:36.482 awacsd[59]: KV HTTP 0
    4/24/14 18:46:39.917 apsd[61]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    4/24/14 18:46:40.000 kernel[0]: SMC::smcHandleInterruptEvent WARNING status=0x0 (0x40 not set) notif=0x0
    4/24/14 18:46:40.000 kernel[0]: SMC::smcReadKeyAction ERROR: smcReadData8 failed for key LsNM (kSMCKeyNotFound)
    4/24/14 18:46:40.000 kernel[0]: SMC::smcReadKeyAction ERROR LsNM kSMCKeyNotFound(0x84) fKeyHashTable=0x0
    4/24/14 18:46:40.000 kernel[0]: SMC::smcGetLightshowVers ERROR: smcReadKey LsNM failed (kSMCKeyNotFound)
    4/24/14 18:46:40.000 kernel[0]: SMC::smcPublishLightshowVersion ERROR: smcGetLightshowVers failed (kSMCKeyNotFound)
    4/24/14 18:46:40.000 kernel[0]: SMC::smcInitHelper ERROR: smcPublishLightshowVersion failed (kSMCKeyNotFound)
    4/24/14 18:46:40.000 kernel[0]: Previous Shutdown Cause: 5
    4/24/14 18:46:40.000 kernel[0]: SMC::smcInitHelper ERROR: MMIO regMap == NULL - fall back to old SMC mode
    4/24/14 18:46:42.933 com.apple.InternetSharing[43]: *** no interface for service
    4/24/14 18:46:44.644 com.apple.InternetSharing[43]: *** no interface for service
    4/24/14 18:46:45.000 kernel[0]: IOBluetoothUSBDFU::probe
    4/24/14 18:46:45.000 kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x821A FirmwareVersion - 0x0042
    4/24/14 18:46:45.000 kernel[0]: **** [IOBluetoothHostControllerUSBTransport][start] -- completed -- result = TRUE -- 0x4800 ****
    4/24/14 18:46:45.000 kernel[0]: **** [BroadcomBluetoothHostControllerUSBTransport][start] -- Completed -- 0x4800 ****
    4/24/14 18:46:46.549 awacsd[59]: KV HTTP 0
    4/24/14 18:46:46.850 com.apple.kextd[12]: kext com.protech.NoSleep  103019000 is in exception list, allowing to load
    4/24/14 18:46:46.874 com.apple.kextd[12]: kext com.Cycling74.driver.WondershareAudioDevice  105029000 is in exception list, allowing to load
    4/24/14 18:46:46.000 kernel[0]: init
    4/24/14 18:46:46.000 kernel[0]: probe
    4/24/14 18:46:46.000 kernel[0]: start
    4/24/14 18:46:46.000 kernel[0]: DSMOS has arrived
    4/24/14 18:46:46.000 kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification -- 0x4800
    4/24/14 18:46:46.000 kernel[0]: [IOBluetoothHCIController][start] -- completed
    4/24/14 18:46:46.000 kernel[0]: com_protech_nosleepextension: setting state: 1, for mode: 0 (ac-mode)
    4/24/14 18:46:46.000 kernel[0]: com_protech_nosleepextension: successfully started
    4/24/14 18:46:46.926 loginwindow[38]: Login Window Application Started
    4/24/14 18:46:46.000 kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    4/24/14 18:46:46.000 kernel[0]: **** [IOBluetoothHCIController][protectedBluetoothHCIControllerTransportShowsUp] -- Connected to the transport successfully -- 0x6c80 -- 0x0000 -- 0x4800 ****
    4/24/14 18:46:47.004 WindowServer[168]: Server is starting up
    4/24/14 18:46:47.015 mds[34]: (Normal) FMW: FMW 0 0
    4/24/14 18:46:47.040 com.apple.kextd[12]: Can't open CFBundle for /Library/Parallels/Parallels Service.app/Contents/Kexts/prl_usb_connect.kext.
    4/24/14 18:46:47.041 com.apple.kextd[12]: Can't open CFBundle for /Library/Parallels/Parallels Service.app/Contents/Kexts/prl_usb_connect.kext.
    4/24/14 18:46:47.041 com.apple.kextd[12]: Error: Kext /Library/Parallels/Parallels Service.app/Contents/Kexts/prl_usb_connect.kext - not found/unable to create.
    4/24/14 18:46:47.046 Parallels[169]: Failed to load kernel extension prl_usb_connect.kext
    4/24/14 18:46:47.074 Parallels[171]: /Library/Parallels/Parallels Service.app/Contents/Kexts/prl_usb_connect.kext failed to load - (libkern/kext) not found; check the system/kernel logs for errors or try kextutil(8).
    4/24/14 18:46:47.000 kernel[0]: mTail has not been written to hardware: mTail = 0x00000000, hardare tail register = 0x00000040
    4/24/14 18:46:47.171 Parallels[176]: Loading kernel extension prl_hypervisor.kext
    4/24/14 18:46:47.000 kernel[0]: en4: promiscuous mode enable succeeded
    4/24/14 18:46:47.194 WindowServer[168]: Session 256 retained (2 references)
    4/24/14 18:46:47.194 WindowServer[168]: Session 256 released (1 references)
    4/24/14 18:46:47.196 com.apple.kextd[12]: Can't open CFBundle for /Library/Parallels/Parallels Service.app/Contents/Kexts/prl_hypervisor.kext.
    4/24/14 18:46:47.197 com.apple.kextd[12]: Can't open CFBundle for /Library/Parallels/Parallels Service.app/Contents/Kexts/prl_hypervisor.kext.
    4/24/14 18:46:47.197 com.apple.InternetSharing[43]: *** no interface for service
    4/24/14 18:46:47.197 com.apple.kextd[12]: Error: Kext /Library/Parallels/Parallels Service.app/Contents/Kexts/prl_hypervisor.kext - not found/unable to create.
    4/24/14 18:46:47.204 Parallels[180]: Failed to load kernel extension prl_hypervisor.kext
    4/24/14 18:46:47.213 WindowServer[168]: Session 256 retained (2 references)
    4/24/14 18:46:47.216 WindowServer[168]: init_page_flip: page flip mode is on
    4/24/14 18:46:47.254 UserEventAgent[11]: assertion failed: 13C64: com.apple.telemetry + 17682 [FDCB4ECA-3C5D-394A-BAEF-F6555BEB4239]: 0xffffffffe0000001
    4/24/14 18:46:47.269 Parallels[183]: /Library/Parallels/Parallels Service.app/Contents/Kexts/prl_hypervisor.kext failed to load - (libkern/kext) not found; check the system/kernel logs for errors or try kextutil(8).
    4/24/14 18:46:47.272 WindowServer[168]: Found 13 modes for display 0x00000000 [8, 5]
    4/24/14 18:46:47.277 WindowServer[168]: Found 1 modes for display 0x00000000 [1, 0]
    4/24/14 18:46:47.280 WindowServer[168]: Found 1 modes for display 0x00000000 [1, 0]
    4/24/14 18:46:47.283 WindowServer[168]: Found 1 modes for display 0x00000000 [1, 0]
    4/24/14 18:46:47.285 WindowServer[168]: mux_initialize: kAGCGetMuxState (kMuxControl, kMuxControl_switchingMode) failed (0xe0000001)
    4/24/14 18:46:47.285 WindowServer[168]: mux_initialize: Mode is safe
    4/24/14 18:46:47.287 WindowServer[168]: Found 13 modes for display 0x00000000 [8, 5]
    4/24/14 18:46:47.288 mDNSResponder[35]: mDNS_Register_internal: ERROR!! Tried to register AuthRecord 00007F9004004D60 MacBook-Pro-de-Luis-4.local. (Addr) that's already in the list
    4/24/14 18:46:47.289 mDNSResponder[35]: mDNS_Register_internal: ERROR!! Tried to register AuthRecord 00007F90040051F0 1.0.0.127.in-addr.arpa. (PTR) that's already in the list
    4/24/14 18:46:47.289 mDNSResponder[35]: mDNS_Register_internal: ERROR!! Tried to register AuthRecord 00007F9004006960 MacBook-Pro-de-Luis-4.local. (AAAA) that's already in the list
    4/24/14 18:46:47.289 mDNSResponder[35]: mDNS_Register_internal: ERROR!! Tried to register AuthRecord 00007F9004006DF0 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
    4/24/14 18:46:47.291 WindowServer[168]: Found 1 modes for display 0x00000000 [1, 0]
    4/24/14 18:46:47.291 WindowServer[168]: Found 1 modes for display 0x00000000 [1, 0]
    4/24/14 18:46:47.292 WindowServer[168]: Found 1 modes for display 0x00000000 [1, 0]
    4/24/14 18:46:47.319 WindowServer[168]: WSMachineUsesNewStyleMirroring: false
    4/24/14 18:46:47.320 WindowServer[168]: Display 0x042731c0: GL mask 0x1; bounds (0, 0)[1280 x 800], 13 modes available
    Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model 9cc7, S/N 0, Unit 0, Rotation 0
    UUID 0xcb5a19e16c20c98ebb2d70fc3bb550b4
    4/24/14 18:46:47.320 WindowServer[168]: Display 0x003f0040: GL mask 0x10; bounds (0, 0)[3840 x 2160], 2 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 4, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    4/24/14 18:46:47.320 WindowServer[168]: Display 0x003f003f: GL mask 0x8; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 3, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    4/24/14 18:46:47.320 WindowServer[168]: Display 0x003f003e: GL mask 0x4; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    4/24/14 18:46:47.320 WindowServer[168]: 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
    4/24/14 18:46:47.321 WindowServer[168]: WSSetWindowTransform: Singular matrix
    4/24/14 18:46:47.321 WindowServer[168]: WSSetWindowTransform: Singular matrix
    4/24/14 18:46:47.321 WindowServer[168]: WSSetWindowTransform: Singular matrix
    4/24/14 18:46:47.324 WindowServer[168]: Display 0x042731c0: GL mask 0x1; bounds (0, 0)[1280 x 800], 13 modes available
    Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model 9cc7, S/N 0, Unit 0, Rotation 0
    UUID 0xcb5a19e16c20c98ebb2d70fc3bb550b4
    4/24/14 18:46:47.324 WindowServer[168]: Display 0x003f0040: GL mask 0x10; bounds (2304, 0)[1 x 1], 2 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 4, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    4/24/14 18:46:47.324 WindowServer[168]: Display 0x003f003f: GL mask 0x8; bounds (2305, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 3, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    4/24/14 18:46:47.324 WindowServer[168]: Display 0x003f003e: GL mask 0x4; bounds (2306, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    4/24/14 18:46:47.324 WindowServer[168]: Display 0x003f003d: GL mask 0x2; bounds (2307, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    4/24/14 18:46:47.325 WindowServer[168]: CGXPerformInitialDisplayConfiguration
    4/24/14 18:46:47.325 WindowServer[168]:   Display 0x042731c0: Unit 0; Vendor 0x610 Model 0x9cc7 S/N 0 Dimensions 11.26 x 7.05; online enabled built-in, Bounds (0,0)[1280 x 800], Rotation 0, Resolution 1
    4/24/14 18:46:47.325 WindowServer[168]:   Display 0x003f0040: Unit 4; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2304,0)[1 x 1], Rotation 0, Resolution 1
    4/24/14 18:46:47.325 WindowServer[168]:   Display 0x003f003f: Unit 3; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2305,0)[1 x 1], Rotation 0, Resolution 1
    4/24/14 18:46:47.325 WindowServer[168]:   Display 0x003f003e: Unit 2; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2306,0)[1 x 1], Rotation 0, Resolution 1
    4/24/14 18:46:47.325 WindowServer[168]:   Display 0x003f003d: Unit 1; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2307,0)[1 x 1], Rotation 0, Resolution 1
    4/24/14 18:46:47.325 WindowServer[168]: CGXMuxBoot: Unexpected boot switch return value (0xe00002c7)
    4/24/14 18:46:47.409 WindowServer[168]: GLCompositor: GL renderer id 0x01024301, GL mask 0x0000001f, accelerator 0x000048b3, unit 0, caps QEX|MIPMAP, vram 451 MB
    4/24/14 18:46:47.409 WindowServer[168]: GLCompositor: GL renderer id 0x01024301, GL mask 0x0000001f, texture max 8192, viewport max {8192, 8192}, extensions FPRG|NPOT|GLSL|FLOAT
    4/24/14 18:46:47.410 WindowServer[168]: GLCompositor enabled for tile size [256 x 256]
    4/24/14 18:46:47.410 WindowServer[168]: CGXGLInitMipMap: mip map mode is on
    4/24/14 18:46:47.430 loginwindow[38]: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    4/24/14 18:46:47.437 sudo[199]:     root : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/Library/StartupItems/HWNetMgr/HWNetCfg
    4/24/14 18:46:47.441 Parallels[210]: Loading kernel extension prl_hid_hook.kext
    4/24/14 18:46:47.465 com.apple.kextd[12]: Can't open CFBundle for /Library/Parallels/Parallels Service.app/Contents/Kexts/prl_hid_hook.kext.
    4/24/14 18:46:47.466 com.apple.kextd[12]: Can't open CFBundle for /Library/Parallels/Parallels Service.app/Contents/Kexts/prl_hid_hook.kext.
    4/24/14 18:46:47.466 com.apple.kextd[12]: Error: Kext /Library/Parallels/Parallels Service.app/Contents/Kexts/prl_hid_hook.kext - not found/unable to create.
    4/24/14 18:46:47.469 Parallels[216]: Failed to load kernel extension prl_hid_hook.kext
    4/24/14 18:46:47.652 Parallels[218]: /Library/Parallels/Parallels Service.app/Contents/Kexts/prl_hid_hook.kext failed to load - (libkern/kext) not found; check the system/kernel logs for errors or try kextutil(8).
    4/24/14 18:46:47.880 Parallels[222]: Loading kernel extension prl_netbridge.kext
    4/24/14 18:46:47.910 com.apple.kextd[12]: Can't open CFBundle for /Library/Parallels/Parallels Service.app/Contents/Kexts/prl_netbridge.kext.
    4/24/14 18:46:47.910 com.apple.kextd[12]: Can't open CFBundle for /Library/Parallels/Parallels Service.app/Contents/Kexts/prl_netbridge.kext.
    4/24/14 18:46:47.910 com.apple.kextd[12]: Error: Kext /Library/Parallels/Parallels Service.app/Contents/Kexts/prl_netbridge.kext - not found/unable to create.
    4/24/14 18:46:47.913 Parallels[226]: Failed to load kernel extension prl_netbridge.kext
    4/24/14 18:46:48.049 Parallels[228]: /Library/Parallels/Parallels Service.app/Contents/Kexts/prl_netbridge.kext failed to load - (libkern/kext) not found; check the system/kernel logs for errors or try kextutil(8).
    4/24/14 18:46:48.120 Parallels[232]: Loading kernel extension prl_vnic.kext
    4/24/14 18:46:48.282 com.apple.kextd[12]: Can't open CFBundle for /Library/Parallels/Parallels Service.app/Contents/Kexts/prl_vnic.kext.
    4/24/14 18:46:48.283 com.apple.kextd[12]: Can't open CFBundle for /Library/Parallels/Parallels Service.app/Contents/Kexts/prl_vnic.kext.
    4/24/14 18:46:48.283 com.apple.kextd[12]: Error: Kext /Library/Parallels/Parallels Service.app/Contents/Kexts/prl_vnic.kext - not found/unable to create.
    4/24/14 18:46:48.286 Parallels[236]: Failed to load kernel extension prl_vnic.kext
    4/24/14 18:46:48.595 Parallels[238]: /Library/Parallels/Parallels Service.app/Contents/Kexts/prl_vnic.kext failed to load - (libkern/kext) not found; check the system/kernel logs for errors or try kextutil(8).
    4/24/14 18:46:48.782 Parallels[241]: Trying to load kernel extensions, exit status: 5
    4/24/14 18:46:49.017 Parallels[244]: Starting Parallels networking...
    4/24/14 18:46:49.063 WindowServer[168]: Display 0x042731c0: Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 12)
    4/24/14 18:46:49.104 launchctl[246]: com.apple.findmymacmessenger: Already loaded
    4/24/14 18:46:49.145 com.apple.SecurityServer[15]: Session 100004 created
    4/24/14 18:46:49.200 loginwindow[38]: Setting the initial value of the magsave brightness level 1
    4/24/14 18:46:49.244 loginwindow[38]: Login Window Started Security Agent
    4/24/14 18:46:49.262 UserEventAgent[249]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    4/24/14 18:46:49.322 WindowServer[168]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    4/24/14 18:46:49.367 WindowServer[168]: Display 0x042731c0: Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 12)
    4/24/14 18:46:49.370 SecurityAgent[255]: This is the first run
    4/24/14 18:46:49.371 SecurityAgent[255]: MacBuddy was run = 0
    4/24/14 18:46:49.385 WindowServer[168]: Display 0x042731c0: Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 12)
    4/24/14 18:46:49.406 WindowServer[168]: _CGXGLDisplayContextForDisplayDevice: acquired display context (0x7fff4be1aec0) - enabling OpenGL
    4/24/14 18:46:49.411 SecurityAgent[255]: User info context values set for luisfernandolins
    4/24/14 18:46:49.987 loginwindow[38]: Login Window - Returned from Security Agent
    4/24/14 18:46:50.015 loginwindow[38]: USER_PROCESS: 38 console
    4/24/14 18:46:50.000 kernel[0]: AppleKeyStore:Sending lock change 0
    4/24/14 18:46:50.941 com.apple.launchd.peruser.501[261]: Background: Aqua: Registering new GUI session.
    4/24/14 18:46:50.945 launchctl[264]: launchctl: Dubious file. Not of type .plist (skipping): /Users/luisfernandolins/Library/LaunchAgents/com.zeobit.MacKeeper.Helper
    4/24/14 18:46:50.961 com.apple.launchd.peruser.501[261]: (com.spotify.webhelper) Unknown key: SpotifyPath
    4/24/14 18:46:50.962 com.apple.launchd.peruser.501[261]: (com.apple.EscrowSecurityAlert) Unknown key: seatbelt-profiles
    4/24/14 18:46:50.963 com.apple.launchd.peruser.501[261]: (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    4/24/14 18:46:50.966 launchctl[264]: com.apple.pluginkit.pkd: Already loaded
    4/24/14 18:46:50.966 launchctl[264]: com.apple.sbd: Already loaded
    4/24/14 18:46:50.981 distnoted[266]: # distnote server agent  absolute time: 70.704574643   civil time: Thu Apr 24 18:46:50 2014   pid: 266 uid: 501  root: no
    4/24/14 18:46:51.641 UserEventAgent[265]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    4/24/14 18:46:51.000 kernel[0]: directed SSID scan fail
    4/24/14 18:46:52.153 SystemStarter[190]: StartOuc (198) did not complete successfully
    4/24/14 18:46:52.154 SystemStarter[190]: The following StartupItems failed to start properly:
    4/24/14 18:46:52.154 SystemStarter[190]: /Library/StartupItems/StartOuc
    4/24/14 18:46:52.154 SystemStarter[190]:  - execution of Startup script failed
    4/24/14 18:46:52.155 WindowServer[168]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    4/24/14 18:46:52.294 WindowServer[168]: Display 0x042731c0: Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 12)
    4/24/14 18:46:53.414 prl_net_start[247]: Failed to configure Parallels Adapter 0 for network Shared
    4/24/14 18:46:53.420 prl_net_start[247]: Failed to configure Parallels Adapter 1 for network Host-Only
    4/24/14 18:46:53.580 mds[34]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    4/24/14 18:46:53.602 Parallels[309]: Parallels networking sucessfully started
    4/24/14 18:46:53.607 sharingd[297]: Starting Up...
    4/24/14 18:46:53.624 prl_naptd[307]: Starting Parallels Network Daemon
    4/24/14 18:46:53.628 Parallels[311]: Restarting CiscoVPN
    4/24/14 18:46:53.717 SystemStarter[315]: Unknown service: CiscoVPN
    4/24/14 18:46:53.728 Parallels[318]: Starting Parallels Dispatcher Service
    4/24/14 18:46:54.048 Parallels[325]: Parallels Dispatcher Service sucessfully started
    4/24/14 18:46:54.074 prl_naptd[307]: BUG in libdispatch client: kevent[EVFILT_WRITE] delete: "No such file or directory" - 0x2
    4/24/14 18:46:54.076 prl_naptd[307]: Failed to start: error 718; Parallels Network Daemon will restart in one minute or after receiving of some signal.
    4/24/14 18:46:54.134 xpcproxy[328]: assertion failed: 13C64: xpcproxy + 3438 [D559FC96-E6B1-363A-B850-C7AC9734F210]: 0x2
    4/24/14 18:46:54.145 com.apple.SecurityServer[15]: Session 100005 created
    4/24/14 18:46:54.167 com.apple.audio.DriverHelper[295]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDRadeonX4000_AMDAccelDevice.
    4/24/14 18:46:54.167 com.apple.audio.DriverHelper[295]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDRadeonX4000_AMDAccelSharedUserClient.
    4/24/14 18:46:54.168 com.apple.audio.DriverHelper[295]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDSIVideoContext.
    4/24/14 18:46:54.168 com.apple.audio.DriverHelper[295]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class Gen6DVDContext.
    4/24/14 18:46:54.168 com.apple.audio.DriverHelper[295]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelDevice.
    4/24/14 18:46:54.168 com.apple.audio.DriverHelper[295]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelSharedUserClient.
    4/24/14 18:46:54.168 com.apple.audio.DriverHelper[295]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextMain.
    4/24/14 18:46:54.168 com.apple.audio.DriverHelper[295]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextMedia.
    4/24/14 18:46:54.168 com.apple.audio.DriverHelper[295]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextVEBox.
    4/24/14 18:46:54.169 com.apple.audio.DriverHelper[295]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IOBluetoothDeviceUserClient.
    4/24/14 18:46:54.169 com.apple.audio.DriverHelper[295]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IOHIDParamUserClient.
    4/24/14 18:46:54.169 com.apple.audio.DriverHelper[295]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IOSurfaceRootUserClient.
    4/24/14 18:46:54.169 com.apple.audio.DriverHelper[295]: The plug-in named AirPlay.driver requires extending the sandbox for the mach service named com.apple.AirPlayXPCHelper.
    4/24/14 18:46:54.169 com.apple.audio.DriverHelper[295]: The plug-in named AirPlay.driver requires extending the sandbox for the mach service named com.apple.blued.
    4/24/14 18:46:54.207 com.apple.audio.DriverHelper[295]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the IOKit user-client class IOBluetoothDeviceUserClient.
    4/24/14 18:46:54.208 com.apple.audio.DriverHelper[295]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the mach service named com.apple.blued.
    4/24/14 18:46:54.208 com.apple.audio.DriverHelper[295]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the mach service named com.apple.bluetoothaudiod.
    4/24/14 18:46:54.313 com.apple.IconServicesAgent[333]: IconServicesAgent launched.
    4/24/14 18:46:54.544 WindowServer[168]: disable_update_timeout: UI updates were forcibly disabled by application "SystemUIServer" for over 1.00 seconds. Server has re-enabled them.
    4/24/14 18:46:54.958 xpcproxy[336]: assertion failed: 13C64: xpcproxy + 3438 [D559FC96-E6B1-363A-B850-C7AC9734F210]: 0x2
    4/24/14 18:46:55.025 com.apple.SecurityServer[15]: Session 100008 created
    4/24/14 18:46:55.390 WindowServer[168]: common_reenable_update: UI updates were finally reenabled by application "SystemUIServer" after 1.86 seconds (server forcibly re-enabled them after 1.01 seconds)
    4/24/14 18:46:55.758 SystemUIServer[280]: Cannot find executable for CFBundle 0x7fbbda58bf30 </System/Library/CoreServices/Menu Extras/Clock.menu> (not loaded)
    4/24/14 18:46:55.784 SystemUIServer[280]: Cannot find executable for CFBundle 0x7fbbda585c90 </System/Library/CoreServices/Menu Extras/Battery.menu> (not loaded)
    4/24/14 18:46:55.785 SystemUIServer[280]: Cannot find executable for CFBundle 0x7fbbda58b4f0 </System/Library/CoreServices/Menu Extras/Volume.menu> (not loaded)
    4/24/14 18:46:56.032 coreaudiod[282]: 2014-04-24 06:46:56.031416 PM [AirPlay] AirPlay: Performing audio format change for 4 (AP Out) to PCM/44100/16/2
    4/24/14 18:46:57.095 WindowServer[168]: disable_update_timeout: UI updates were forcibly disabled by application "SystemUIServer" for over 1.00 seconds. Server has re-enabled them.
    4/24/14 18:46:57.895 WindowServer[168]: common_reenable_update: UI updates were finally reenabled by application "SystemUIServer" after 1.80 seconds (server forcibly re-enabled them after 1.00 seconds)
    4/24/14 18:46:57.939 SystemUIServer[280]: *** WARNING: -[NSImage compositeToPoint:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    4/24/14 18:46:57.940 SystemUIServer[280]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    4/24/14 18:46:58.034 accountsd[347]: assertion failed: 13C64: liblaunch.dylib + 25164 [38D1AB2C-A476-385F-8EA8-7AB604CA1F89]: 0x25
    4/24/14 18:46:58.146 com.apple.iCloudHelper[328]: AOSKit ERROR: Config request failed, url=https://setup.icloud.com/configurations/init, requestHeaders=
        "Accept-Language" = "en-us";
        "X-Mme-Client-Info" = "<MacBookPro8,1> <Mac OS X;10.9.2;13C64> <com.apple.AOSKit/176>";
        "X-Mme-Country" = BR;
        "X-Mme-Nac-Version" = 11A457;
        "X-Mme-Timezone" = "GMT-3";
    error=Error Domain=kCFErrorDomainCFNetwork Code=-1009 "The Internet connection appears to be offline." UserInfo=0x7fc252e0e370 {NSErrorFailingURLStringKey=https://setup.icloud.com/configurations/init, NSLocalizedDescription=The Internet connection appears to be offline., NSErrorFailingURLKey=https://setup.icloud.com/configurations/init}, httpStatusCode=-1, responseHeaders=
    (null)
    4/24/14 18:46:58.000 kernel[0]: MacAuthEvent en1   Auth result for: a4:b1:e9:79:78:17  MAC AUTH succeeded
    4/24/14 18:46:58.000 kernel[0]: wlEvent: en1 en1 Link UP virtIf = 0
    4/24/14 18:46:58.000 kernel[0]: AirPort: Link Up on en1
    4/24/14 18:46:58.000 kernel[0]: en1: BSSID changed to a4:b1:e9:79:78:17
    4/24/14 18:46:58.000 kernel[0]: AirPort: RSN handshake complete on en1
    4/24/14 18:46:58.491 com.apple.iCloudHelper[328]: AOSKit ERROR: Config request failed, url=https://setup.icloud.com/configurations/init, requestHeaders=
        "Accept-Language" = "en-us";
        "X-Mme-Client-Info" = "<MacBookPro8,1> <Mac OS X;10.9.2;13C64> <com.apple.AOSKit/176>";
        "X-Mme-Country" = BR;
        "X-Mme-Nac-Version" = 11A457;
        "X-Mme-Timezone" = "GMT-3";
    error=Error Domain=kCFErrorDomainCFNetwork Code=-1009 "The Internet connection appears to be offline." UserInfo=0x7fc252c1da50 {NSErrorFailingURLStringKey=https://setup.icloud.com/configurations/init, NSLocalizedDescription=The Internet connection appears to be offline., NSErrorFailingURLKey=https://setup.icloud.com/configurations/init}, httpStatusCode=-1, responseHeaders=
    (null)
    4/24/14 18:46:58.492 com.apple.iCloudHelper[328]: AOSKit ERROR: Setup request failed, appleID=1047286319, url=(null), requestHeaders=
    (null),
    error=Error Domain=AOSErrorDomain Code=1000 "The operation couldn’t be completed. (AOSErrorDomain error 1000.)" UserInfo=0x7fc252c202a0 {HttpStatusCode=0, DialogInfo={
        DialogType = Unknown;
    }}, httpStatusCode=0, responseHeaders=
    (null),
    responseBody=
    (null)
    4/24/14 18:46:58.000 kernel[0]: flow_divert_kctl_disconnect (0): disconnecting group 1
    4/24/14 18:46:58.707 com.apple.SecurityServer[15]: Session 100010 created
    4/24/14 18:46:59.734 com.apple.iCloudHelper[328]: AOSKit ERROR: Config request failed, url=https://setup.icloud.com/configurations/init, requestHeaders=
        "Accept-Language" = "en-us";
        "X-Mme-Client-Info" = "<MacBookPro8,1> <Mac OS X;10.9.2;13C64> <com.apple.AOSKit/176>";
        "X-Mme-Country" = BR;
        "X-Mme-Nac-Version" = 11A457;
        "X-Mme-Timezone" = "GMT-3";
    error=Error Domain=kCFErrorDomainCFNetwork Code=-1009 "The Internet connection appears to be offline." UserInfo=0x7fc252f3d840 {NSErrorFailingURLStringKey=https://setup.icloud.com/configurations/init, NSLocalizedDescription=The Internet connection appears to be offline., NSErrorFailingURLKey=https://setup.icloud.com/configurations/init}, httpStatusCode=-1, responseHeaders=
    (null)
    4/24/14 18:46:59.817 com.apple.iCloudHelper[328]: AOSKit ERROR: Config request failed, url=https://setup.icloud.com/configurations/init, requestHeaders=
        "Accept-Language" = "en-us";
        "X-Mme-Client-Info" = "<MacBookPro8,1> <Mac OS X;10.9.2;13C64> <com.apple.AOSKit/176>";
        "X-Mme-Country" = BR;
        "X-Mme-Nac-Version" = 11A457;
        "X-Mme-Timezone" = "GMT-3";
    error=Error Domain=kCFErrorDomainCFNetwork Code=-1009 "The Internet connection appears to be offline." UserInfo=0x7fc252f3e850 {NSErrorFailingURLStringKey=https://setup.icloud.com/configurations/init, NSLocalizedDescription=The Internet connection appears to be offline., NSErrorFailingURLKey=https://setup.icloud.com/configurations/init}, httpStatusCode=-1, responseHeaders=
    (null)
    4/24/14 18:46:59.818 com.apple.iCloudHelper[328]: AOSKit ERROR: Setup request failed, appleID=1647185353, url=(null), requestHeaders=
    (null),
    error=Error Domain=AOSErrorDomain Code=1000 "The operation couldn’t be completed. (AOSErrorDomain error 1000.)" UserInfo=0x7fc252c1a500 {HttpStatusCode=0, DialogInfo={
        DialogType = Unknown;
    }}, httpStatusCode=0, responseHeaders=
    (null),
    responseBody=
    (null)
    4/24/14 18:46:59.898 com.apple.iCloudHelper[328]: AOSKit ERROR: Config request failed, url=https://setup.icloud.com/configurations/init, requestHeaders=
        "Accept-Language" = "en-us";
        "X-Mme-Client-Info" = "<MacBookPro8,1> <Mac OS X;10.9.2;13C64> <com.apple.AOSKit/176>";
        "X-Mme-Country" = BR;
        "X-Mme-Nac-Version" = 11A457;
        "X-Mme-Timezone" = "GMT-3";
    error=Error Domain=kCFErrorDomainCFNetwork Code=-1009 "The Internet connection appears to be offline." UserInfo=0x7fc252f3e050 {NSErrorFailingURLStringKey=https://setup.icloud.com/configurations/init, NSLocalizedDescription=The Internet connection appears to be offline., NSErrorFailingURLKey=https://setup.icloud.com/configurations/init}, httpStatusCode=-1, responseHeaders=
    (null)
    4/24/14 18:46:59.964 com.apple.iCloudHelper[328]: AOSKit ERROR: Config request failed, url=https://setup.icloud.com/configurations/init, requestHeaders=
        "Accept-Language" = "en-us";
        "X-Mme-Client-Info" = "<MacBookPro8,1> <Mac OS X;10.9.2;13C64> <com.apple.AOSKit/176>";
        "X-Mme-Country" = BR;
        "X-Mme-Nac-Version" = 11A457;
        "X-Mme-Timezone" = "GMT-3";
    error=Error Domain=kCFErrorDomainCFNetwork Code=-1009 "The Internet connection appears to be offline." UserInfo=0x7fc252f08480 {NSErrorFailingURLStringKey=https://setup.icloud.com/configurations/init, NSLocalizedDescription=The Internet connection appears to be offline., NSErrorFailingURLKey=https://setup.icloud.com/configurations/init}, httpStatusCode=-1, responseHeaders=
    (null)
    4/24/14 18:46:59.964 com.apple.iCloudHelper[328]: AOSKit ERROR: Setup request failed, appleID=291933891, url=(null), requestHeaders=
    (null),
    error=Error Domain=AOSErrorDomain Code=1000 "The operation couldn’t be completed. (AOSErrorDomain error 1000.)" UserInfo=0x7fc252f07ad0 {HttpStatusCode=0, DialogInfo={
        DialogType = Unknown;
    }}, httpStatusCode=0, responseHeaders=
    (null),
    responseBody=
    (null)
    4/24/14 18:47:02.528 com.apple.launchd.peruser.501[261]: (com.parallels.desktop.client.launch[371]) Job failed to exec(3). Setting up event to tell us when to try again: 2: No such file or directory
    4/24/14 18:47:02.528 com.apple.launchd.peruser.501[261]: (com.parallels.desktop.client.launch[371]) Job failed to exec(3) for weird reason: 2
    4/24/14 18:47:02.667 prl_naptd[370]: Starting Parallels Network Daemon
    4/24/14 18:47:02.668 com.apple.launchd.peruser.501[261]: (com.apple.iTunesHelper.30304[383]) Spawned and waiting for the debugger to attach before continuing...
    4/24/14 18:47:02.688 SocialPushAgent[359]: ApplePushService: APSConnection being used without a delegate queue
    4/24/14 18:47:02.711 WiFiKeychainProxy[358]: [NO client logger] <Nov 10 2013 18:30:13> WIFICLOUDSYNC WiFiCloudSyncEngineCreate: created...
    4/24/14 18:47:02.711 WiFiKeychainProxy[358]: [NO client logger] <Nov 10 2013 18:30:13> WIFICLOUDSYNC WiFiCloudSyncEngineRegisterCallbacks: WiFiCloudSyncEngineCallbacks version - 0, bundle id - com.apple.wifi.WiFiKeychainProxy
    4/24/14 18:47:04.495 com.apple.InternetSharing[43]: *** no interface for service
    4/24/14 18:47:04.500 configd[56]: network changed: DNS* Proxy
    4/24/14 18:47:04.505 UserEventAgent[11]: Captive: [CNInfoNetworkActive:1655] en1: SSID 'LFLINS' making interface primary (protected network)
    4/24/14 18:47:04.505 UserEventAgent[11]: Captive: CNPluginHandler en1: Evaluating
    4/24/14 18:47:04.511 UserEventAgent[11]: Captive: en1: Probing 'LFLINS'
    4/24/14 18:47:04.515 configd[56]: network changed: v4(en1!:192.168.1.72) DNS+ Proxy+ SMB
    4/24/14 18:47:05.355 com.apple.time[265]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    4/24/14 18:47:05.390 configd[56]: setting hostname to "mbp-de-luis-4.lan"
    4/24/14 18:47:05.414 UserEventAgent[11]: Captive: CNPluginHandler en1: Authenticated
    4/24/14 18:47:08.733 com.apple.time[265]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    4/24/14 18:47:08.747 com.apple.launchd.peruser.501[261]: (com.apple.mrt.uiagent[362]) Exited with code: 255
    4/24/14 18:47:08.780 ntpd[186]: proto: precision = 1.000 usec
    4/24/14 18:47:08.974 secd[342]:  __EnsureFreshParameters_block_invoke_2 SOSCloudKeychainSynchronizeAndWait: The operation couldn’t be completed. (SyncedDefaults error 1020 - Remote error : Network unreachable)
    4/24/14 18:47:08.975 secd[342]:  __talkWithKVS_block_invoke callback error: The operation couldn’t be completed. (SyncedDefaults error 1020 - Remote error : Network unreachable)
    4/24/14 18:47:09.065 airportd[63]: _doAutoJoin: Already associated to “LFLINS”. Bailing on auto-join.
    4/24/14 18:47:10.326 com.apple.internetaccounts[336]: [Warning] ************* com.apple.internetaccounts timed out connecting to imagent, please file a radar, and attach the stackshots generated ***********************
    4/24/14 18:47:10.326 com.apple.internetaccounts[336]: [Warning] ************* com.apple.internetaccounts timed out connecting to imagent, please file a radar, and attach the stackshots generated ***********************
    4/24/14 18:47:10.375 mds[34]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    4/24/14 18:47:10.920 REUpdater[372]: VERSION is 141
    4/24/14 18:47:12.143 AirPlayUIAgent[330]: 2014-04-24 06:47:12.143216 PM [AirPlayUIAgent] Changed PIN pairing: no
    4/24/14 18:47:12.962 mds[34]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    4/24/14 18:47:15.033 secd[342]:  SecErrorGetOSStatus unknown error domain: com.apple.security.sos.error for error: The operation couldn’t be completed. (com.apple.security.sos.error error 2 - Public Key not available - failed to register before call)
    4/24/14 18:47:15.033 secd[342]:  securityd_xpc_dictionary_handler WiFiKeychainProx[358] DeviceInCircle The operation couldn’t be completed. (com.apple.security.sos.error error 2 - Public Key not available - failed to register before call)
    4/24/14 18:47:15.060 com.apple.time[265]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    4/24/14 18:47:15.275 AirPlayUIAgent[330]: 2014-04-24 06:47:15.275080 PM [AirPlayUIAgent] Changed PIN pairing: no
    4/24/14 18:47:17.030 syncdefaultsd[321]: [AOSAccounts] : IAAppProvider::CopyAccountUIDForUser Timed out waiting
    4/24/14 18:47:17.268 digest-service[72]: digest-request: uid=0
    4/24/14 18:47:17.268 digest-service[72]: digest-request: init request
    4/24/14 18:47:17.275 digest-service[72]: digest-request: init return domain: MBP-DE-LUIS-4 server: MBP-DE-LUIS-4 indomain was: <NULL>
    4/24/14 18:47:17.400 com.apple.NotesMigratorService[398]: Joined Aqua audit session
    4/24/14 18:47:17.418 racoon[401]: accepted connection on vpn control socket.
    4/24/14 18:47:17.835 com.apple.internetaccounts[336]: An instance 0x7fc03bfd4940 of class IMAPMailbox was deallocated while key value observers were still registered with it. Observation info was leaked, and may even become mistakenly attached to some other object. Set a breakpoint on NSKVODeallocateBreak to stop here in the debugger. Here's the current observation info:
    <NSKeyValueObservationInfo 0x7fc03bfd5680> (
    <NSKeyValueObservance 0x7fc03bfd57f0: Observer: 0x7fc03bfc98d0, Key path: uidNext, Options: <New: NO, Old: NO, Prior: NO> Context: 0x7fff8e1bd43b, Property: 0x7fc03bfd5650>
    4/24/14 18:47:17.844 com.apple.internetaccounts[336]: An instance 0x7fc03bd87e60 of class IMAPMailbox was deallocated while key value observers were still registered with it. Observation info was leaked, and may even become mistakenly attached to some other object. Set a breakpoint on NSKVODeallocateBreak to stop here in the debugger. Here's the current observation info:
    <NSKeyValueObservationInfo 0x7fc03bd87f80> (
    <NSKeyValueObservance 0x7fc03bd87f10: Observer: 0x7fc03bd88c30, Key path: uidNext, Options: <New: NO, Old: NO, Prior: NO> Context: 0x7fff8e1bd43b, Property: 0x7fc03bfd5650>
    4/24/14 18:47:18.226 digest-service[72]: digest-request: uid=0
    4/24/14 18:47:18.227 digest-service[72]: digest-request: init request
    4/24/14 18:47:18.229 com.apple.internetaccounts[336]: An instance 0x7fc03e00f500 of class IMAPMailbox was deallocated while key value observers were still registered with it. Observation info was leaked, and may even become mistakenly attached to some other object. Set a breakpoint on NSKVODeallocateBreak to stop here in the debugger. Here's the current observation info:
    <NSKeyValueObservationInfo 0x7fc03e00e210> (
    <NSKeyValueObservance 0x7fc03e000190: Observer: 0x7fc03e003a50, Key path: uidNext, Options: <New: NO, Old: NO, Prior: NO> Context: 0x7fff8e1bd43b, Property: 0x7fc03bfd5650>
    4/24/14 18:47:18.234 digest-service[72]: digest-request: init return domain: MBP-DE-LUIS-4 server: MBP-DE-LUIS-4 indomain was: <NULL>
    4/24/14 18:47:18.245 com.apple.time[265]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    4/24/14 18:47:18.570 REUpdater[372]: REUpdate : Did not download since you have the version equal or later than that on the server
    4/24/14 18:47:20.234 com.apple.dock.extra[396]: iPhotoDockTilePlugin: Unable to get dock badge information: connection timeout: did not receive reply
    4/24/14 18:47:21.886 AllMyMusicAgent[369]: SARAgent newAgent
    4/24/14 18:47:22.544 mds[34]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    4/24/14 18:47:23.589 sandboxd[384]: ([367]) assistantd(367) deny file-read-data /Library/Frameworks/TSLicense.framework/Versions/A/TSLicense
    4/24/14 18:47:26.529 AddressBookManager[382]: Validate metadata timed out, cancelling
    4/24/14 18:47:26.556 com.apple.imfoundation.IMRemoteURLConnectionAgent[391]: ERROR: __CFURLCache:CreateTablesAndIndexes version create - table cfurl_cache_schema_version already exists. ErrCode: 1.
    4/24/14 18:47:26.557 com.apple.imfoundation.IMRemoteURLConnectionAgent[391]: __CFURLCache:RecreateEmptyPersistentStoreOnDiskAndOpen: create tables and index failed.
    4/24/14 18:47:27.757 PhotoStreamAgent[357]: ApplePushService: Timed out making blocking call, failed to perform call via XPC connection to 'com.apple.apsd'
    4/24/14 18:47:28.757 PhotoStreamAgent[357]: ApplePushService: Timed out making blocking call, failed to perform call via XPC connection to 'com.apple.apsd'
    4/24/14 18:47:28.909 WindowServer[168]: disable_update_timeout: UI updates were forcibly disabled by application "Mail" for over 1.00 seconds. Server has re-enabled them.
    4/24/14 18:47:29.758 PhotoStreamAgent[357]: ApplePushService: Timed out making blocking call, failed to perform call via XPC connection to 'com.apple.apsd'
    4/24/14 18:47:30.760 PhotoStreamAgent[357]: ApplePushService: Timed out making blocking call, failed to perform call via XPC connection to 'com.apple.apsd'
    4/24/14 18:47:31.761 PhotoStreamAgent[357]: ApplePushService: Timed out making blocking call, failed to perform call via XPC connection to 'com.apple.apsd'
    4/24/14 18:47:31.887 SafariDAVClient[381]: ApplePushService: Timed out making blocking call, failed to perform call via XPC connection to 'com.apple.apsd'
    4/24/14 18:47:32.762 PhotoStreamAgent[357]: ApplePushService: Timed out making blocking call, failed to perform call via XPC connection to 'com.apple.apsd'
    4/24/14 18:47:32.918 SafariDAVClient[381]: ApplePushService: Timed out making blocking call, failed to perform call via XPC connection to 'com.apple.apsd'
    4/24/14 18:47:33.975 SafariDAVClient[381]: ApplePushService: Timed out making blocking call, failed to perform call via XPC connection to 'com.apple.apsd'
    4/24/14 18:47:34.980 SafariDAVClient[381]: ApplePushService: Timed out making blocking call, failed to perform call via XPC connection to 'com.apple.apsd'
    4/24/14 18:47:36.041 SafariDAVClient[381]: ApplePushService: Timed out making blocking call, failed to perform call via XPC connection to 'com.apple.apsd'
    4/24/14 18:47:37.113 SafariDAVClient[381]: ApplePushService: Timed out making blocking call, failed to perform call via XPC connection to 'com.apple.apsd'
    4/24/14 18:47:38.169 SafariDAVClient[381]: ApplePushService: Timed out making blocking call, failed to perform call via XPC connection to 'com.apple.apsd'
    4/24/14 18:47:39.238 secd[342]:  SecErrorGetOSStatus unknown error domain: com.apple.security.sos.error for error: The operation couldn’t be completed. (com.apple.security.sos.error error 2 - Public Key not available - failed to register before call)
    4/24/14 18:47:39.238 secd[342]:  securityd_xpc_dictionary_handler AddressBookSourc[380] DeviceInCircle The operation couldn’t be completed. (com.apple.security.sos.error error 2 - Public Key not available - failed to register before call)
    4/24/14 18:47:39.946 AddressBookSourceSync[380]: [CardDAVPlugin-ERROR] -getPrincipalInfo:[_controller supportsRequestCompressionAtURL:https://luisfernandolins%[email protected]/1047286319/principal///luisfernandolins%[email protected]/1047286319/principal/] Error Domain=NSURLErrorDomain Code=-1001 "The request timed out." UserInfo=0x7fa5eb81cb60 {NSUnderlyingError=0x7fa5e9651cb0 "The request timed out.", NSErrorFailingURLStringKey=https://luisfernandolins%[email protected]/1047286319/principal/[email protected]/1047286319/principal/, NSErrorFailingURLKey=https://luisfernandolins%[email protected]/1047286319/principal///luisfernandolins%[email protected]/1047286319/principal/, NSLocalizedDescription=The request timed out.}
    4/24/14 18:47:40.011 AddressBookSourceSync[380]: [AOSAccounts] : [IsAccountKeyChainActive] : had error: The operation couldn’t be completed. (com.apple.security.sos.error error 2 - Remote error : The operation couldn‚Äôt be completed. (com.apple.security.sos.error error 2 - Public Key not available - failed to register before call))
    4/24/14 18:47:40.013 secd[342]:  SecErrorGetOSStatus unknown error domain: com.apple.security.sos.error for error: The operation couldn’t be completed. (com.apple.security.sos.error error 2 - Public Key not available - failed to register before call)
    4/24/14 18:47:40.013 secd[342]:  securityd_xpc_dictionary_handler AddressBookSourc[380] DeviceInCircle The operation couldn’t be completed. (com.apple.security.sos.error error 2 - Public Key not available - failed to register before call)
    4/24/14 18:47:40.017 AddressBookSourceSync[380]: [AOSAccounts] : [IsAccountKeyChainActive] :

    If it's slow on startup it would be extensions loading or LaunchDaemons starting up. 
    You should have a look in:
    /Library/LaunchDaemons
    /Library/Extensions
    You can count out anything in your home folder and it shouldn't put anything in /System as that's reserved for Apple. 

  • Mac mail now quitting with IMap plug-in

    I thought my Mac Mail problems were over. But lately, Mac Mail is now quitting with the IMap plug-in. This started to happen yesterday.  Why is it still quitting with alternate plug-ins.  Here's my console report, like I did last time.
    8/14/14 7:13:27.636 AM com.apple.SecurityServer[14]: Session 100011 created
    8/14/14 7:13:27.785 AM UserEventAgent[155]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    8/14/14 7:13:27.850 AM com.apple.audio.DriverHelper[193]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDRadeonX4000_AMDAccelDevice.
    8/14/14 7:13:27.850 AM com.apple.audio.DriverHelper[193]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDRadeonX4000_AMDAccelSharedUserClient.
    8/14/14 7:13:27.850 AM com.apple.audio.DriverHelper[193]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDSIVideoContext.
    8/14/14 7:13:27.850 AM com.apple.audio.DriverHelper[193]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class Gen6DVDContext.
    8/14/14 7:13:27.850 AM com.apple.audio.DriverHelper[193]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelDevice.
    8/14/14 7:13:27.850 AM com.apple.audio.DriverHelper[193]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelSharedUserClient.
    8/14/14 7:13:27.851 AM com.apple.audio.DriverHelper[193]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextMain.
    8/14/14 7:13:27.852 AM com.apple.audio.DriverHelper[193]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextMedia.
    8/14/14 7:13:27.852 AM com.apple.audio.DriverHelper[193]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextVEBox.
    8/14/14 7:13:27.852 AM com.apple.audio.DriverHelper[193]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IOBluetoothDeviceUserClient.
    8/14/14 7:13:27.852 AM com.apple.audio.DriverHelper[193]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IOHIDParamUserClient.
    8/14/14 7:13:27.852 AM com.apple.audio.DriverHelper[193]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IOSurfaceRootUserClient.
    8/14/14 7:13:27.852 AM com.apple.audio.DriverHelper[193]: The plug-in named AirPlay.driver requires extending the sandbox for the mach service named com.apple.AirPlayXPCHelper.
    8/14/14 7:13:27.853 AM com.apple.audio.DriverHelper[193]: The plug-in named AirPlay.driver requires extending the sandbox for the mach service named com.apple.blued.
    8/14/14 7:13:27.884 AM com.apple.audio.DriverHelper[193]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the IOKit user-client class IOBluetoothDeviceUserClient.
    8/14/14 7:13:27.885 AM com.apple.audio.DriverHelper[193]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the mach service named com.apple.blued.
    8/14/14 7:13:27.885 AM com.apple.audio.DriverHelper[193]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the mach service named com.apple.bluetoothaudiod.
    8/14/14 7:13:28.048 AM accountsd[206]: assertion failed: 13E28: liblaunch.dylib + 25164 [A40A0C7B-3216-39B4-8AE0-B5D3BAF1DA8A]: 0x25
    8/14/14 7:13:28.104 AM SocialPushAgent[205]: ApplePushService: APSConnection being used without a delegate queue
    8/14/14 7:13:28.179 AM com.apple.iCloudHelper[186]: ApplePushService: Timed out making blocking call, failed to perform call via XPC connection to 'com.apple.apsd'
    8/14/14 7:13:28.410 AM SocialPushAgent[205]: -[SPAService handleChangesToPushNotificationSettings] [111] -- *** unable to get the current device-token:(null) and/or the uuid:(null) (type = com.apple.social.twitter)
    8/14/14 7:13:28.546 AM apsd[187]: Unrecognized leaf certificate
    8/14/14 7:13:29.766 AM soagent[190]: No active accounts, killing soagent in 10 seconds
    8/14/14 7:13:29.770 AM soagent[190]: No active accounts, killing soagent in 10 seconds
    8/14/14 7:13:29.828 AM soagent[190]: No active accounts, killing soagent in 10 seconds
    8/14/14 7:13:30.022 AM com.apple.SecurityServer[14]: Session 100014 created
    8/14/14 7:13:30.734 AM com.apple.time[155]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    8/14/14 7:13:30.743 AM com.apple.time[155]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    8/14/14 7:13:31.000 AM kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=226[GoogleSoftwareUp] final status 0x0, allowing (remove VALID) page
    8/14/14 7:13:31.259 AM com.apple.launchd.peruser.501[152]: (com.apple.iTunesHelper.33120[228]) Spawned and waiting for the debugger to attach before continuing...
    8/14/14 7:13:31.271 AM Calendar[162]: [com.apple.calendar.store.log.database] [Timed out attempting to connect to database, displaying 'Updating calendars']
    8/14/14 7:13:31.289 AM WiFiKeychainProxy[216]: [NO client logger] <Nov 10 2013 18:30:13> WIFICLOUDSYNC WiFiCloudSyncEngineCreate: created...
    8/14/14 7:13:31.290 AM WiFiKeychainProxy[216]: [NO client logger] <Nov 10 2013 18:30:13> WIFICLOUDSYNC WiFiCloudSyncEngineRegisterCallbacks: WiFiCloudSyncEngineCallbacks version - 0, bundle id - com.apple.wifi.WiFiKeychainProxy
    8/14/14 7:13:36.387 AM com.apple.dock.extra[203]: <NSXPCConnection: 0x7f9a996499f0>: received an undecodable message (no exported object to receive message). Dropping message.
    8/14/14 7:13:37.865 AM com.apple.time[155]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    8/14/14 7:13:38.123 AM com.apple.NotesMigratorService[242]: Joined Aqua audit session
    8/14/14 7:13:39.795 AM talagent[166]: CGSBindSurface: Invalid window 0x1b
    8/14/14 7:13:39.796 AM WindowServer[85]: _CGXWindowRightsRelinquish: Invalid window 0x1b
    8/14/14 7:13:39.796 AM talagent[166]: CGSConnectionRelinquishWindowRights(cid, result, reservedRights): CGError 1001 on line 875
    8/14/14 7:13:39.797 AM WindowServer[85]: _CGXTerminateWindowList: Invalid window 27
    8/14/14 7:13:40.730 AM soagent[190]: Killing soagent.
    8/14/14 7:13:40.731 AM NotificationCenter[185]: SOHelperCenter main connection interrupted
    8/14/14 7:13:40.731 AM com.apple.dock.extra[203]: SOHelperCenter main connection interrupted
    8/14/14 7:13:40.811 AM imagent[196]: [Warning] Denying xpc connection, task does not have entitlement: com.apple.private.icfcallserver  (soagent:190)
    8/14/14 7:13:40.811 AM imagent[196]: [Warning] Denying xpc connection, task does not have entitlement: com.apple.private.icfcallserver  (soagent:190)
    8/14/14 7:13:44.993 AM parentalcontrolsd[246]: StartObservingFSEvents [849:] -- *** StartObservingFSEvents started event stream
    8/14/14 7:13:50.764 AM com.apple.SecurityServer[14]: Session 100003 created
    8/14/14 7:14:06.000 AM kernel[0]: **** [IOBluetoothHostControllerUSBTransport][SuspendDevice] -- Suspend -- suspendDeviceCallResult = 0x0000 (kIOReturnSuccess) -- 0x4400 ****
    8/14/14 7:15:37.461 AM com.apple.SecurityServer[14]: Session 100016 created
    8/14/14 7:15:39.756 AM WindowServer[85]: disable_update_timeout: UI updates were forcibly disabled by application "Mail" for over 1.00 seconds. Server has re-enabled them.
    8/14/14 7:15:53.307 AM com.apple.InputMethodKit.UserDictionary[264]: -[PFUbiquitySwitchboardEntryMetadata setUseLocalStorage:](760): CoreData: Ubiquity:  kristenhowe~6F34D7F7-544D-55DF-82C2-2FCF7F02CAE4:UserDictionary
    Using local storage: 1
    8/14/14 7:15:53.757 AM WindowServer[85]: disable_update_likely_unbalanced: UI updates still disabled by application "Mail" after 15.00 seconds (server forcibly re-enabled them after 1.00 seconds). Likely an unbalanced disableUpdate call.
    8/14/14 7:15:53.905 AM com.apple.InputMethodKit.UserDictionary[264]: -[PFUbiquitySwitchboardEntryMetadata setUseLocalStorage:](760): CoreData: Ubiquity:  kristenhowe~6F34D7F7-544D-55DF-82C2-2FCF7F02CAE4:UserDictionary
    Using local storage: 0
    8/14/14 7:16:05.068 AM Mail[256]: Could not create query for expression ((null)) && (kMDItemContentType == 'com.apple.mail.emlx')
    8/14/14 7:16:12.030 AM mds[38]: (Normal) Volume: volume:0x7fd87c000800 ********** Bootstrapped Creating a default store:0 SpotLoc:(null) SpotVerLoc:(null) occlude:0 /Volumes/firmwaresyncd.hkFz3l
    8/14/14 7:16:40.443 AM Mail[256]: void CGSUpdateManager::log() const: conn 0xa027 token 0x3ffffffffffd0a
    8/14/14 7:16:40.454 AM Mail[256]: Backtrace (at 241.101):
    8/14/14 7:16:40.454 AM Mail[256]: void CGSUpdateManager::log() const:  0   CoreGraphics                        0x00007fff8a3f0739 CGSBacktraceCreate + 59
    8/14/14 7:16:40.454 AM Mail[256]: void CGSUpdateManager::log() const:  1   CoreGraphics                        0x00007fff8a414048 _ZN16CGSUpdateManager14disable_updateEv + 98
    8/14/14 7:16:40.454 AM Mail[256]: void CGSUpdateManager::log() const:  2   AppKit                              0x00007fff8316f202 -[NSClipView _immediateScrollToPoint:] + 86
    8/14/14 7:16:40.454 AM Mail[256]: void CGSUpdateManager::log() const:  3   AppKit                              0x00007fff8316f16a -[NSClipView scrollToPoint:] + 237
    8/14/14 7:16:40.454 AM Mail[256]: void CGSUpdateManager::log() const:  4   AppKit                              0x00007fff831661dc -[NSScrollView setDocumentView:] + 614
    8/14/14 7:16:40.454 AM Mail[256]: void CGSUpdateManager::log() const:  5   AppKit                              0x00007fff830f87de -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] + 358
    8/14/14 7:16:40.454 AM Mail[256]: void CGSUpdateManager::log() const:  6   AppKit                              0x00007fff830ed5ce loadNib + 327
    8/14/14 7:16:40.454 AM Mail[256]: void CGSUpdateManager::log() const:  7   AppKit                              0x00007fff830ecb6c +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 288
    8/14/14 7:16:40.455 AM Mail[256]: void CGSUpdateManager::log() const:  8   AppKit                              0x00007fff830ec95c -[NSBundle(NSNibLoading) loadNibNamed:owner:topLevelObjects:] + 197
    8/14/14 7:16:40.455 AM Mail[256]: void CGSUpdateManager::log() const:  9   Mail                                0x000000010ce3b517 Mail + 50455
    8/14/14 7:16:40.455 AM Mail[256]: void CGSUpdateManager::log() const:  10  Mail                                0x000000010ce3b3cb Mail + 50123
    8/14/14 7:16:40.455 AM Mail[256]: void CGSUpdateManager::log() const:  11  Mail                                0x000000010ce3aab0 Mail + 47792
    8/14/14 7:16:40.455 AM Mail[256]: void CGSUpdateManager::log() const:  12  CoreFoundation                      0x00007fff8c51de0c __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
    8/14/14 7:16:40.455 AM Mail[256]: void CGSUpdateManager::log() const:  13  CoreFoundation                      0x00007fff8c41182d _CFXNotificationPost + 2893
    8/14/14 7:16:40.455 AM Mail[256]: void CGSUpdateManager::log() const:  14  Foundation                          0x00007fff895567ba -[NSNotificationCenter postNotificationName:object:userInfo:] + 68
    8/14/14 7:16:40.455 AM Mail[256]: void CGSUpdateManager::log() const:  15  Mail                                0x000000010ce3303f Mail + 16447
    8/14/14 7:16:40.455 AM Mail[256]: void CGSUpdateManager::log() const:  16  CoreFoundation                      0x00007fff8c51de0c __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
    8/14/14 7:16:40.455 AM Mail[256]: void CGSUpdateManager::log() const:  17  CoreFoundation                      0x00007fff8c41182d _CFXNotificationPost + 2893
    8/14/14 7:16:40.456 AM Mail[256]: void CGSUpdateManager::log() const:  18  Foundation                          0x00007fff895567ba -[NSNotificationCenter postNotificationName:object:userInfo:] + 68
    8/14/14 7:16:40.456 AM Mail[256]: void CGSUpdateManager::log() const:  19  AppKit                              0x00007fff83111b69 -[NSApplication _postDidFinishNotification] + 289
    8/14/14 7:16:40.456 AM Mail[256]: void CGSUpdateManager::log() const:  20  AppKit                              0x00007fff8311189c -[NSApplication _sendFinishLaunchingNotification] + 195
    8/14/14 7:16:40.456 AM Mail[256]: void CGSUpdateManager::log() const:  21  AppKit                              0x00007fff8310e786 -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 570
    8/14/14 7:16:40.456 AM Mail[256]: void CGSUpdateManager::log() const:  22  AppKit                              0x00007fff8310e1db -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 242
    8/14/14 7:16:40.456 AM Mail[256]: void CGSUpdateManager::log() const:  23  Foundation                          0x00007fff89574f0a -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 294
    8/14/14 7:16:40.456 AM Mail[256]: void CGSUpdateManager::log() const:  24  Foundation                          0x00007fff89574d7d _NSAppleEventManagerGenericHandler + 106
    8/14/14 7:16:40.456 AM Mail[256]: void CGSUpdateManager::log() const:  25  AE                                  0x00007fff83e11e1f _Z20aeDispatchAppleEventPK6AEDescPS_jPh + 381
    8/14/14 7:16:40.456 AM Mail[256]: void CGSUpdateManager::log() const:  26  AE                                  0x00007fff83e11c32 _ZL25dispatchEventAndSendReplyPK6AEDescPS_ + 31
    8/14/14 7:16:40.457 AM Mail[256]: void CGSUpdateManager::log() const:  27  AE                                  0x00007fff83e11b36 aeProcessAppleEvent + 315
    8/14/14 7:16:40.457 AM Mail[256]: void CGSUpdateManager::log() const:  28  HIToolbox                           0x00007fff8ee32161 AEProcessAppleEvent + 56
    8/14/14 7:16:40.457 AM Mail[256]: void CGSUpdateManager::log() const:  29  AppKit                              0x00007fff8310a0b6 _DPSNextEvent + 1026
    8/14/14 7:16:40.457 AM Mail[256]: void CGSUpdateManager::log() const:  30  AppKit                              0x00007fff8310989b -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    8/14/14 7:16:40.457 AM Mail[256]: void CGSUpdateManager::log() const:  31  AppKit                              0x00007fff830fd99c -[NSApplication run] + 553
    8/14/14 7:16:41.326 AM WindowServer[85]: common_reenable_update: UI updates were finally reenabled by application "Mail" after 62.57 seconds (server forcibly re-enabled them after 1.00 seconds)
    8/14/14 7:16:43.230 AM Mail[256]: [WEB BUNDLE] Could not execute script: TypeError: 'undefined' is not a function (evaluating 'e.getBoundingClientRect()')
    8/14/14 7:16:43.352 AM Mail[256]: [WEB BUNDLE] Could not execute script: TypeError: 'undefined' is not a function (evaluating 'e.getBoundingClientRect()')
    8/14/14 7:16:45.199 AM Mail[256]: [WEB BUNDLE] Could not execute script: TypeError: 'undefined' is not a function (evaluating 'e.getBoundingClientRect()')
    8/14/14 7:16:45.337 AM Mail[256]: [WEB BUNDLE] Could not execute script: TypeError: 'undefined' is not a function (evaluating 'e.getBoundingClientRect()')
    8/14/14 7:16:45.445 AM Mail[256]: [WEB BUNDLE] Could not execute script: TypeError: 'undefined' is not a function (evaluating 'e.getBoundingClientRect()')
    8/14/14 7:16:46.073 AM Mail[256]: [WEB BUNDLE] Could not execute script: TypeError: 'undefined' is not a function (evaluating 'e.getBoundingClientRect()')
    8/14/14 7:16:46.499 AM Mail[256]: [WEB BUNDLE] Could not execute script: TypeError: 'undefined' is not a function (evaluating 'e.getBoundingClientRect()')
    8/14/14 7:16:50.078 AM Mail[256]: CoreText CopyFontsForRequest received mig IPC error (FFFFFFFFFFFFFECC) from font server
    8/14/14 7:16:50.079 AM Mail[256]: CoreText CopyFontsForRequest received mig IPC error (FFFFFFFFFFFFFECC) from font server
    8/14/14 7:16:50.079 AM fontd[177]: BUG in libdispatch client: dispatch_mig_server: mach_msg() failed (ipc/send) invalid memory - 0x1000000c
    8/14/14 7:17:36.519 AM Mail[256]: [WEB BUNDLE] Could not execute script: TypeError: 'undefined' is not a function (evaluating 'e.getBoundingClientRect()')
    8/14/14 7:17:36.613 AM Mail[256]: [WEB BUNDLE] Could not execute script: TypeError: 'undefined' is not a function (evaluating 'e.getBoundingClientRect()')
    8/14/14 7:17:37.133 AM Mail[256]: [WEB BUNDLE] Could not execute script: TypeError: 'undefined' is not a function (evaluating 'e.getBoundingClientRect()')
    8/14/14 7:17:37.133 AM Mail[256]: [WEB BUNDLE] Could not execute script: TypeError: 'undefined' is not a function (evaluating 'e.getBoundingClientRect()')
    8/14/14 7:17:37.138 AM Mail[256]: [WEB BUNDLE] Could not execute script: TypeError: 'undefined' is not a function (evaluating 'e.getBoundingClientRect()')
    8/14/14 7:17:38.434 AM Mail[256]: Incorrect NSStringEncoding value 0x0000 detected. Assuming NSASCIIStringEncoding. Will stop this compatiblity mapping behavior in the near future.
    8/14/14 7:17:40.780 AM Mail[256]: [WEB BUNDLE] Could not execute script: TypeError: 'undefined' is not a function (evaluating 'e.getBoundingClientRect()')
    8/14/14 7:17:41.098 AM Mail[256]: [WEB BUNDLE] Could not execute script: TypeError: 'undefined' is not a function (evaluating 'e.getBoundingClientRect()')
    8/14/14 7:17:41.903 AM Mail[256]: [WEB BUNDLE] Could not execute script: TypeError: 'undefined' is not a function (evaluating 'e.getBoundingClientRect()')
    8/14/14 7:17:42.623 AM Mail[256]: [WEB BUNDLE] Could not execute script: TypeError: 'undefined' is not a function (evaluating 'e.getBoundingClientRect()')
    8/14/14 7:17:42.663 AM Mail[256]: [WEB BUNDLE] Could not execute script: TypeError: 'undefined' is not a function (evaluating 'e.getBoundingClientRect()')
    8/14/14 7:17:42.812 AM Mail[256]: [WEB BUNDLE] Could not execute script: TypeError: 'undefined' is not a function (evaluating 'e.getBoundingClientRect()')
    8/14/14 7:17:43.305 AM Mail[256]: [WEB BUNDLE] Could not execute script: TypeError: 'undefined' is not a function (evaluating 'e.getBoundingClientRect()')
    8/14/14 7:17:45.685 AM Mail[256]: [WEB BUNDLE] Could not execute script: TypeError: 'undefined' is not a function (evaluating 'e.getBoundingClientRect()')
    8/14/14 7:17:45.686 AM Mail[256]: [WEB BUNDLE] Could not execute script: TypeError: 'undefined' is not a function (evaluating 'e.getBoundingClientRect()')
    8/14/14 7:18:14.000 AM kernel[0]: considerRebuildOfPrelinkedKernel prebuild rebuild has expired
    8/14/14 7:26:07.001 AM WindowServer[85]: _CGXSetWindowBackgroundBlurRadius: Invalid window 0xffffffff
    8/14/14 7:26:07.011 AM loginwindow[42]: find_shared_window: WID -1
    8/14/14 7:26:07.011 AM loginwindow[42]: CGSGetWindowTags: Invalid window 0xffffffff
    8/14/14 7:26:07.011 AM loginwindow[42]: find_shared_window: WID -1
    8/14/14 7:26:07.012 AM loginwindow[42]: CGSSetWindowTags: Invalid window 0xffffffff
    8/14/14 7:26:07.175 AM WindowServer[85]: device_generate_desktop_screenshot: authw 0x7fe3d2fcf200(2000), shield 0x7fe3d2fce370(2001)
    8/14/14 7:26:07.199 AM WindowServer[85]: device_generate_lock_screen_screenshot: authw 0x7fe3d2fcf200(2000), shield 0x7fe3d2fce370(2001)
    8/14/14 7:26:21.474 AM loginwindow[42]: CoreAnimation: warning, deleted thread with uncommitted CATransaction; set CA_DEBUG_TRANSACTIONS=1 in environment to log backtraces.
    8/14/14 7:27:18.000 AM kernel[0]: **** [IOBluetoothHostControllerUSBTransport][SuspendDevice] -- Resume -- suspendDeviceCallResult = 0x0000 (kIOReturnSuccess) -- 0x4400 ****
    8/14/14 7:27:25.345 AM SubmitDiagInfo[288]: Submitted crash report: file:///Users/kristenhowe/Library/Logs/DiagnosticReports/CalendarAgent_2014-08- 13-204948-1_Kristens-MacBook-Pro.crash
    8/14/14 7:27:26.000 AM kernel[0]: AirPort_Brcm43xx::powerChange: System Sleep
    8/14/14 7:27:29.000 AM kernel[0]: hibernate image path: /var/vm/sleepimage
    8/14/14 7:27:29.000 AM kernel[0]: efi pagecount 63
    8/14/14 7:27:29.000 AM kernel[0]: hibernate_page_list_setall(preflight 1) start 0xffffff808de71000, 0xffffff808de91000
    8/14/14 7:27:29.000 AM kernel[0]: hibernate_page_list_setall time: 146 ms
    8/14/14 7:27:29.000 AM kernel[0]: pages 985588, wire 119103, act 319864, inact 1399, cleaned 0 spec 326, zf 93548, throt 0, compr 0, xpmapped 0
    8/14/14 7:27:29.000 AM kernel[0]: could discard act 45856 inact 69015 purgeable 70158 spec 266319 cleaned 0
    8/14/14 7:27:29.000 AM kernel[0]: hibernate_page_list_setall preflight pageCount 534240 est comp 50 setfile 1168113664 min 2147483648
    8/14/14 7:27:29.000 AM kernel[0]: AppleThunderboltHAL::earlyWake - complete - took 0 milliseconds
    8/14/14 7:27:29.000 AM kernel[0]: [0x18d4829000, 0x19000000]
    8/14/14 7:27:29.000 AM kernel[0]: [0x1910a32000, 0x19000000]
    8/14/14 7:27:29.000 AM kernel[0]: [0x19dc847000, 0x19000000]
    8/14/14 7:27:29.000 AM kernel[0]: [0x1b6c82c000, 0x19000000]
    8/14/14 7:27:29.000 AM kernel[0]: [0x1c6c811000, 0x1c000000]
    8/14/14 7:27:29.000 AM kernel[0]: [0x0, 0x0]
    8/14/14 7:27:29.000 AM kernel[0]: kern_open_file_for_direct_io(0) took 22 ms
    8/14/14 7:27:29.000 AM kernel[0]: Opened file /var/vm/sleepimage, size 2147483648, partition base 0x0, maxio 2000000 ssd 0
    8/14/14 7:27:29.000 AM kernel[0]: hibernate image major 1, minor 0, blocksize 4096, pollers 5
    8/14/14 7:27:29.000 AM kernel[0]: hibernate_alloc_pages act 424537, inact 175303, anon 120210, throt 0, spec 266648, wire 142736, wireinit 196022
    8/14/14 7:27:29.000 AM kernel[0]: hibernate_setup(0) took 4 ms
    8/14/14 7:27:29.000 AM kernel[0]: Bluetooth -- LE is supported - Disable LE meta event
    8/14/14 7:27:29.000 AM kernel[0]: **** [IOBluetoothHostControllerUSBTransport][SuspendDevice] -- Suspend -- suspendDeviceCallResult = 0x0000 (kIOReturnSuccess) -- 0x4400 ****
    8/14/14 7:27:29.000 AM kernel[0]: Thunderbolt Self-Reset Count = 0xedefbe00
    8/14/14 7:27:43.000 AM kernel[0]: hibernate_page_list_setall(preflight 0) start 0xffffff808de71000, 0xffffff808de91000
    8/14/14 7:27:43.000 AM kernel[0]: hibernate_page_list_setall time: 179 ms
    8/14/14 7:27:43.000 AM kernel[0]: pages 985270, wire 118776, act 319870, inact 144, cleaned 0 spec 328, zf 93548, throt 0, compr 0, xpmapped 40000
    8/14/14 7:27:43.000 AM kernel[0]: could discard act 45856 inact 70270 purgeable 70158 spec 266320 cleaned 0
    8/14/14 7:27:43.000 AM kernel[0]: WARNING: hibernate_page_list_setall skipped 1255 xpmapped pages
    8/14/14 7:27:43.000 AM kernel[0]: hibernate_page_list_setall found pageCount 532666
    8/14/14 7:27:43.000 AM kernel[0]: IOHibernatePollerOpen, ml_get_interrupts_enabled 0
    8/14/14 7:27:43.000 AM kernel[0]: IOHibernatePollerOpen(0)
    8/14/14 7:27:43.000 AM kernel[0]: encryptStart 14040
    8/14/14 7:27:43.000 AM kernel[0]: bitmap_size 0x1f4dc, previewSize 0x5d8eb8, writing 530835 pages @ 0x60c3d4
    8/14/14 7:27:43.000 AM kernel[0]: encryptEnd 6f96a00
    8/14/14 7:27:43.000 AM kernel[0]: image1Size 0xb182000, encryptStart1 0x14040, End1 0x6f96a00
    8/14/14 7:27:43.000 AM kernel[0]: encryptStart b182000
    8/14/14 7:27:43.000 AM kernel[0]: encryptEnd 3cb95800
    8/14/14 7:27:43.000 AM kernel[0]: PMStats: Hibernate write took 12729 ms
    8/14/14 7:27:43.000 AM kernel[0]: all time: 12729 ms, comp bytes: 2174844928 time: 2375 ms 873 Mb/s, crypt bytes: 949576128 time: 1952 ms 463 Mb/s,
    8/14/14 7:27:43.000 AM kernel[0]: image 1018781696 (47%), uncompressed 2174844928 (530968), compressed 1008360256 (46%), sum1 69fe0a49, sum2 ffc33f8f
    8/14/14 7:27:43.000 AM kernel[0]: zeroPageCount 36687, wiredPagesEncrypted 77362, wiredPagesClear 39716, dirtyPagesEncrypted 413890
    8/14/14 7:27:43.000 AM kernel[0]: hibernate_write_image done(0)
    8/14/14 7:27:43.000 AM kernel[0]: sleep
    8/14/14 7:27:43.000 AM kernel[0]: Wake reason: EHC1
    8/14/14 7:32:59.000 AM kernel[0]: AirPort_Brcm43xx::powerChange: System Wake - Full Wake/ Dark Wake / Maintenance wake
    8/14/14 7:32:59.000 AM kernel[0]: Previous Sleep Cause: 5
    8/14/14 7:32:59.000 AM kernel[0]: The USB device HubDevice (Port 1 of Hub at 0x1d000000) may have caused a wake by issuing a remote wakeup (2)
    8/14/14 7:32:59.000 AM kernel[0]: AppleThunderboltHAL::earlyWake - complete - took 1 milliseconds
    8/14/14 7:32:59.000 AM kernel[0]: Thunderbolt Self-Reset Count = 0xedefbe00
    8/14/14 7:32:59.000 AM kernel[0]: TBT W (1): 0 [x]
    8/14/14 7:32:59.000 AM kernel[0]: The USB device HubDevice (Port 8 of Hub at 0x1d100000) may have caused a wake by issuing a remote wakeup (3)
    8/14/14 7:32:59.000 AM kernel[0]: wlEvent: en1 en1 Link DOWN virtIf = 0
    8/14/14 7:32:59.000 AM kernel[0]: AirPort: Link Down on en1. Reason 8 (Disassociated because station leaving).
    8/14/14 7:32:59.000 AM kernel[0]: en1: 802.11d country code set to 'X0'.
    8/14/14 7:32:59.000 AM kernel[0]: en1: Supported channels 1 2 3 4 5 6 7 8 9 10 11 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140 149 153 157 161 165
    8/14/14 7:32:59.150 AM UserEventAgent[11]: Captive: CNPluginHandler en1: Inactive
    8/14/14 7:32:59.151 AM configd[17]: network changed: v4(en1-:192.168.1.3) DNS- Proxy-
    8/14/14 7:32:59.000 AM kernel[0]: The USB device Apple Internal Keyboard / Trackpad (Port 3 of Hub at 0x1d180000) may have caused a wake by issuing a remote wakeup (3)
    8/14/14 7:32:59.000 AM kernel[0]: full wake (reason 1) 188 ms
    8/14/14 7:32:59.189 AM netbiosd[124]: network_reachability_changed : network is not reachable, netbiosd is shutting down
    8/14/14 7:32:59.196 AM SubmitDiagInfo[288]: CFReadStreamCopyError() returned: The operation couldn’t be completed. Socket is not connected
    8/14/14 7:32:59.196 AM SubmitDiagInfo[288]: Failed to submit crash report: file:///Users/kristenhowe/Library/Logs/DiagnosticReports/CalendarAgent_2014-08- 13-204948-2_Kristens-MacBook-Pro.crash
    8/14/14 7:32:59.000 AM kernel[0]: **** [IOBluetoothHostControllerUSBTransport][SuspendDevice] -- Resume -- suspendDeviceCallResult = 0x0000 (kIOReturnSuccess) -- 0x4400 ****
    8/14/14 7:32:59.482 AM WindowServer[85]: CGXDisplayDidWakeNotification [966033726910]: posting kCGSDisplayDidWake
    8/14/14 7:32:59.482 AM WindowServer[85]: handle_will_sleep_auth_and_shield_windows: Reordering authw 0x7fe3d2fcf200(2000) (lock state: 3)
    8/14/14 7:32:59.482 AM WindowServer[85]: handle_will_sleep_auth_and_shield_windows: err 0x0
    8/14/14 7:33:01.990 AM SubmitDiagInfo[288]: CFReadStreamCopyError() returned: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    8/14/14 7:33:01.990 AM SubmitDiagInfo[288]: Failed to submit crash report: file:///Users/kristenhowe/Library/Logs/DiagnosticReports/CalendarAgent_2014-08- 13-204948_Kristens-MacBook-Pro.crash
    8/14/14 7:33:02.123 AM SubmitDiagInfo[288]: CFReadStreamCopyError() returned: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    8/14/14 7:33:02.123 AM SubmitDiagInfo[288]: Failed to submit crash report: file:///Users/kristenhowe/Library/Logs/DiagnosticReports/Mail_2014-08-13-204948 _Kristens-MacBook-Pro.crash
    8/14/14 7:33:02.136 AM SubmitDiagInfo[288]: CFReadStreamCopyError() returned: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    8/14/14 7:33:02.136 AM SubmitDiagInfo[288]: Failed to submit crash report: file:///Users/kristenhowe/Library/Logs/DiagnosticReports/Notes_2014-08-13-20494 8_Kristens-MacBook-Pro.crash
    8/14/14 7:33:02.205 AM SubmitDiagInfo[288]: CFReadStreamCopyError() returned: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    8/14/14 7:33:02.205 AM SubmitDiagInfo[288]: Failed to submit crash report: file:///Users/kristenhowe/Library/Logs/DiagnosticReports/CalendarAgent_2014-08- 13-204955_Kristens-MacBook-Pro.crash
    8/14/14 7:33:02.257 AM SubmitDiagInfo[288]: CFReadStreamCopyError() returned: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    8/14/14 7:33:02.257 AM SubmitDiagInfo[288]: Failed to submit crash report: file:///Users/kristenhowe/Library/Logs/DiagnosticReports/CalendarAgent_2014-08- 13-205005_Kristens-MacBook-Pro.crash
    8/14/14 7:33:02.295 AM SubmitDiagInfo[288]: CFReadStreamCopyError() returned: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    8/14/14 7:33:02.296 AM SubmitDiagInfo[288]: Failed to submit crash report: file:///Users/kristenhowe/Library/Logs/DiagnosticReports/CalendarAgent_2014-08- 13-205015_Kristens-MacBook-Pro.crash
    8/14/14 7:33:02.335 AM SubmitDiagInfo[288]: CFReadStreamCopyError() returned: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    8/14/14 7:33:02.336 AM SubmitDiagInfo[288]: Failed to submit crash report: file:///Users/kristenhowe/Library/Logs/DiagnosticReports/CalendarAgent_2014-08- 13-205025_Kristens-MacBook-Pro.crash
    8/14/14 7:33:02.443 AM SubmitDiagInfo[288]: CFReadStreamCopyError() returned: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    8/14/14 7:33:02.443 AM SubmitDiagInfo[288]: Failed to submit crash report: file:///Users/kristenhowe/Library/Logs/DiagnosticReports/CalendarAgent_2014-08- 13-205036_Kristens-MacBook-Pro.crash
    8/14/14 7:33:04.692 AM com.apple.CrashReporter.ACRRDaemonPlugin[155]: Submission failed with the launch daemon: (null)
    8/14/14 7:33:05.226 AM xpcproxy[331]: assertion failed: 13E28: xpcproxy + 3438 [D559FC96-E6B1-363A-B850-C7AC9734F210]: 0x2
    8/14/14 7:33:05.380 AM com.apple.iCloudHelper[331]: AOSKit ERROR: Config request failed, url=https://setup.icloud.com/configurations/init, requestHeaders=
        "Accept-Language" = "en-us";
        "X-Mme-Client-Info" = "<MacBookPro9,2> <Mac OS X;10.9.4;13E28> <com.apple.AOSKit/176>";
        "X-Mme-Country" = US;
        "X-Mme-Nac-Version" = 11A457;
        "X-Mme-Timezone" = EDT;
    error=Error Domain=kCFErrorDomainCFNetwork Code=-1009 "The Internet connection appears to be offline." UserInfo=0x7fc2f1c1e860 {NSErrorFailingURLStringKey=https://setup.icloud.com/configurations/init, NSLocalizedDescription=The Internet connection appears to be offline., NSErrorFailingURLKey=https://setup.icloud.com/configurations/init}, httpStatusCode=-1, responseHeaders=
    (null)
    8/14/14 7:33:05.497 AM com.apple.iCloudHelper[331]: AOSKit ERROR: Config request failed, url=https://setup.icloud.com/configurations/init, requestHeaders=
        "Accept-Language" = "en-us";
        "X-Mme-Client-Info" = "<MacBookPro9,2> <Mac OS X;10.9.4;13E28> <com.apple.AOSKit/176>";
        "X-Mme-Country" = US;
        "X-Mme-Nac-Version" = 11A457;
        "X-Mme-Timezone" = EDT;
    error=Error Domain=kCFErrorDomainCFNetwork Code=-1009 "The Internet connection appears to be offline." UserInfo=0x7fc2f1d31eb0 {NSErrorFailingURLStringKey=https://setup.icloud.com/configurations/init, NSLocalizedDescription=The Internet connection appears to be offline., NSErrorFailingURLKey=https://setup.icloud.com/configurations/init}, httpStatusCode=-1, responseHeaders=
    (null)
    8/14/14 7:33:05.499 AM com.apple.iCloudHelper[331]: AOSKit ERROR: Setup request failed, appleID=149626893, url=(null), requestHeaders=
    (null),
    error=Error Domain=AOSErrorDomain Code=1000 "The operation couldn’t be completed. (AOSErrorDomain error 1000.)" UserInfo=0x7fc2f1c217b0 {HttpStatusCode=0, DialogInfo={
        DialogType = Unknown;
    }}, httpStatusCode=0, responseHeaders=
    (null),
    responseBody=
    (null)
    8/14/14 7:33:07.000 AM kernel[0]: en1: 802.11d country code set to 'US'.
    8/14/14 7:33:07.000 AM kernel[0]: en1: Supported channels 1 2 3 4 5 6 7 8 9 10 11 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140 149 153 157 161 165
    8/14/14 7:33:07.000 AM kernel[0]: MacAuthEvent en1   Auth result for: 2c:b0:5d:9e:65:6a  MAC AUTH succeeded
    8/14/14 7:33:07.000 AM kernel[0]: wlEvent: en1 en1 Link UP virtIf = 0
    8/14/14 7:33:07.000 AM kernel[0]: AirPort: Link Up on en1
    8/14/14 7:33:07.000 AM kernel[0]: en1: BSSID changed to 2c:b0:5d:9e:65:6a
    8/14/14 7:33:07.000 AM kernel[0]: AirPort: RSN handshake complete on en1
    8/14/14 7:33:07.877 AM UserEventAgent[11]: Captive: [CNInfoNetworkActive:1655] en1: SSID 'NETGEAR86' making interface primary (cache indicates network not captive)
    8/14/14 7:33:07.878 AM configd[17]: network changed: DNS* Proxy
    8/14/14 7:33:07.879 AM UserEventAgent[11]: Captive: CNPluginHandler en1: Evaluating
    8/14/14 7:33:07.880 AM UserEventAgent[11]: Captive: en1: Not probing 'NETGEAR86' (cache indicates not captive)
    8/14/14 7:33:07.881 AM UserEventAgent[11]: Captive: CNPluginHandler en1: Authenticated
    8/14/14 7:33:07.884 AM configd[17]: network changed: v4(en1!:192.168.1.3) DNS+ Proxy+ SMB
    8/14/14 7:33:08.000 AM kernel[0]: flow_divert_kctl_disconnect (0): disconnecting group 1
    8/14/14 7:33:09.288 AM apsd[187]: Unrecognized leaf certificate
    8/14/14 7:33:10.353 AM loginwindow[42]: CoreAnimation: warning, deleted thread with uncommitted CATransaction; set CA_DEBUG_TRANSACTIONS=1 in environment to log backtraces.
    8/14/14 7:33:17.967 AM AirPlayUIAgent[339]: 2014-08-14 07:33:17.966905 AM [AirPlayUIAgent] Changed PIN pairing: no
    8/14/14 7:33:17.969 AM AirPlayUIAgent[339]: 2014-08-14 07:33:17.968471 AM [AirPlayUIAgent] Changed PIN pairing: no
    8/14/14 7:33:44.000 AM kernel[0]: pci pause: SDXC
    8/14/14 7:33:46.000 AM kernel[0]: **** [IOBluetoothHostControllerUSBTransport][SuspendDevice] -- Suspend -- suspendDeviceCallResult = 0x0000 (kIOReturnSuccess) -- 0x4400 ****
    8/14/14 7:35:57.000 AM kernel[0]: USBMSC Identifier (non-unique): B0D4220433760CA4 0x1949 0x4 0x100, 2
    8/14/14 7:35:59.523 AM fseventsd[48]: could not open <</Volumes/Kindle/.fseventsd/fseventsd-uuid>> (No such file or directory)
    8/14/14 7:35:59.524 AM fseventsd[48]: log dir: /Volumes/Kindle/.fseventsd getting new uuid: E920F10F-C11F-486D-B8F4-A183352ECE04
    8/14/14 7:37:55.236 AM WindowServer[85]: _CGXSetWindowBackgroundBlurRadius: Invalid window 0xffffffff
    8/14/14 7:37:55.237 AM loginwindow[42]: find_shared_window: WID -1
    8/14/14 7:37:55.237 AM loginwindow[42]: CGSGetWindowTags: Invalid window 0xffffffff
    8/14/14 7:37:55.237 AM loginwindow[42]: find_shared_window: WID -1
    8/14/14 7:37:55.237 AM loginwindow[42]: CGSSetWindowTags: Invalid window 0xffffffff
    8/14/14 7:37:55.302 AM WindowServer[85]: device_generate_desktop_screenshot: authw 0x7fe3d2f4d1e0(2000), shield 0x7fe3d2fc4d60(2001)
    8/14/14 7:37:55.331 AM WindowServer[85]: device_generate_lock_screen_screenshot: authw 0x7fe3d2f4d1e0(2000), shield 0x7fe3d2fc4d60(2001)
    8/14/14 7:38:04.025 AM loginwindow[42]: CoreAnimation: warning, deleted thread with uncommitted CATransaction; set CA_DEBUG_TRANSACTIONS=1 in environment to log backtraces.
    8/14/14 7:39:14.000 AM kernel[0]: AirPort_Brcm43xx::powerChange: System Sleep
    8/14/14 7:39:15.000 AM kernel[0]: **** [IOBluetoothHostControllerUSBTransport][SuspendDevice] -- Resume -- suspendDeviceCallResult = 0x0000 (kIOReturnSuccess) -- 0x4400 ****
    8/14/14 7:39:17.000 AM kernel[0]: hibernate image path: /var/vm/sleepimage
    8/14/14 7:39:17.000 AM kernel[0]: efi pagecount 63
    8/14/14 7:39:17.000 AM kernel[0]: hibernate_page_list_setall(preflight 1) start 0xffffff808de98000, 0xffffff808decb000
    8/14/14 7:39:17.000 AM kernel[0]: hibernate_page_list_setall time: 131 ms
    8/14/14 7:39:17.000 AM kernel[0]: pages 985651, wire 127332, act 312900, inact 8, cleaned 0 spec 341, zf 97485, throt 0, compr 0, xpmapped 40000
    8/14/14 7:39:17.000 AM kernel[0]: could discard act 79026 inact 69467 purgeable 22362 spec 276730 cleaned 0
    8/14/14 7:39:17.000 AM kernel[0]: WARNING: hibernate_page_list_setall skipped 1255 xpmapped pages
    8/14/14 7:39:17.000 AM kernel[0]: hibernate_page_list_setall preflight pageCount 538066 est comp 46 setfile 1085276160 min 2147483648
    8/14/14 7:39:17.000 AM kernel[0]: [0x18d4829000, 0x19000000]
    8/14/14 7:39:17.000 AM kernel[0]: [0x1910a32000, 0x19000000]
    8/14/14 7:39:17.000 AM kernel[0]: [0x19dc847000, 0x19000000]
    8/14/14 7:39:17.000 AM kernel[0]: [0x1b6c82c000, 0x19000000]
    8/14/14 7:39:17.000 AM kernel[0]: [0x1c6c811000, 0x1c000000]
    8/14/14 7:39:17.000 AM kernel[0]: [0x0, 0x0]
    8/14/14 7:39:17.000 AM kernel[0]: kern_open_file_for_direct_io(0) took 0 ms
    8/14/14 7:39:17.000 AM kernel[0]: Opened file /var/vm/sleepimage, size 2147483648, partition base 0x0, maxio 2000000 ssd 0
    8/14/14 7:39:17.000 AM kernel[0]: hibernate image major 1, minor 0, blocksize 4096, pollers 5
    8/14/14 7:39:17.000 AM kernel[0]: hibernate_alloc_pages act 404539, inact 176709, anon 119236, throt 0, spec 277072, wire 150772, wireinit 196022
    8/14/14 7:39:17.000 AM kernel[0]: hibernate_setup(0) took 0 ms
    8/14/14 7:39:17.000 AM kernel[0]: AppleThunderboltHAL::earlyWake - complete - took 0 milliseconds
    8/14/14 7:39:17.000 AM kernel[0]: Bluetooth -- LE is supported - Disable LE meta event
    8/14/14 7:39:17.000 AM kernel[0]: **** [IOBluetoothHostControllerUSBTransport][SuspendDevice] -- Suspend -- suspendDeviceCallResult = 0x0000 (kIOReturnSuccess) -- 0x4400 ****
    8/14/14 7:39:17.000 AM kernel[0]: Thunderbolt Self-Reset Count = 0xedefbe00
    8/14/14 7:39:31.000 AM kernel[0]: hibernate_page_list_setall(preflight 0) start 0xffffff808de98000, 0xffffff808decb000
    8/14/14 7:39:31.000 AM kernel[0]: hibernate_page_list_setall time: 195 ms
    8/14/14 7:39:31.000 AM kernel[0]: pages 985166, wire 126842, act 312904, inact 8, cleaned 0 spec 342, zf 97485, throt 0, compr 0, xpmapped 40000
    8/14/14 7:39:31.000 AM kernel[0]: could discard act 79026 inact 69467 purgeable 22362 spec 276730 cleaned 0
    8/14/14 7:39:31.000 AM kernel[0]: WARNING: hibernate_page_list_setall skipped 42760 xpmapped pages
    8/14/14 7:39:31.000 AM kernel[0]: hibernate_page_list_setall found pageCount 537581
    8/14/14 7:39:31.000 AM kernel[0]: IOHibernatePollerOpen, ml_get_interrupts_enabled 0
    8/14/14 7:39:31.000 AM kernel[0]: IOHibernatePollerOpen(0)
    8/14/14 7:39:31.000 AM kernel[0]: encryptStart 14040
    8/14/14 7:39:31.000 AM kernel[0]: bitmap_size 0x1f4dc, previewSize 0x54ba50, writing 535891 pages @ 0x57ef6c
    8/14/14 7:39:31.000 AM kernel[0]: encryptEnd 772ce00
    8/14/14 7:39:31.000 AM kernel[0]: image1Size 0xbc12000, encryptStart1 0x14040, End1 0x772ce00
    8/14/14 7:39:31.000 AM kernel[0]: encryptStart bc12000
    8/14/14 7:39:31.000 AM kernel[0]: encryptEnd 3a155000
    8/14/14 7:39:31.000 AM kernel[0]: PMStats: Hibernate write took 12235 ms
    8/14/14 7:39:31.000 AM kernel[0]: all time: 12235 ms, comp bytes: 2195554304 time: 2796 ms 748 Mb/s, crypt bytes: 902151616 time: 2107 ms 408 Mb/s,
    8/14/14 7:39:31.000 AM kernel[0]: image 974475264 (45%), uncompressed 2195554304 (536024), compressed 964641648 (43%), sum1 fafcf062, sum2 ef7ed1d5
    8/14/14 7:39:31.000 AM kernel[0]: zeroPageCount 38633, wiredPagesEncrypted 83189, wiredPagesClear 42096, dirtyPagesEncrypted 410739
    8/14/14 7:39:31.000 AM kernel[0]: hibernate_write_image done(0)
    8/14/14 7:39:31.000 AM kernel[0]: sleep
    8/14/14 7:39:31.000 AM kernel[0]: Wake reason: EHC1
    8/14/14 7:51:55.000 AM kernel[0]: AirPort_Brcm43xx::powerChange: System Wake - Full Wake/ Dark Wake / Maintenance wake
    8/14/14 7:51:55.000 AM kernel[0]: Previous Sleep Cause: 5
    8/14/14 7:51:55.000 AM kernel[0]: The USB device HubDevice (Port 1 of Hub at 0x1d000000) may have caused a wake by issuing a remote wakeup (2)
    8/14/14 7:51:55.000 AM kernel[0]: AppleThunderboltHAL::earlyWake - complete - took 1 milliseconds
    8/14/14 7:51:55.000 AM kernel[0]: Thunderbolt Self-Reset Count = 0xedefbe00
    8/14/14 7:51:55.000 AM kernel[0]: TBT W (1): 0 [x]
    8/14/14 7:51:55.000 AM kernel[0]: The USB device HubDevice (Port 8 of Hub at 0x1d100000) may have caused a wake by issuing a remote wakeup (3)
    8/14/14 7:51:55.000 AM kernel[0]: wlEvent: en1 en1 Link DOWN virtIf = 0
    8/14/14 7:51:55.000 AM kernel[0]: AirPort: Link Down on en1. Reason 8 (Disassociated because station leaving).
    8/14/14 7:51:55.000 AM kernel[0]: en1: 802.11d country code set to 'X0'.
    8/14/14 7:51:55.000 AM kernel[0]: en1: Supported channels 1 2 3 4 5 6 7 8 9 10 11 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140 149 153 157 161 165
    8/14/14 7:51:55.150 AM UserEventAgent[11]: Captive: CNPluginHandler en1: Inactive
    8/14/14 7:51:55.151 AM configd[17]: network changed: v4(en1-:192.168.1.3) DNS- Proxy-
    8/14/14 7:51:55.000 AM kernel[0]: The USB device Apple Internal Keyboard / Trackpad (Port 3 of Hub at 0x1d180000) may have caused a wake by issuing a remote wakeup (3)
    8/14/14 7:51:55.000 AM kernel[0]: full wake (reason 1) 188 ms
    8/14/14 7:51:55.176 AM netbiosd[332]: network_reachability_changed : network is not reachable, netbiosd is shutting down
    8/14/14 7:51:55.000 AM kernel[0]: **** [IOBluetoothHostControllerUSBTransport][SuspendDevice] -- Resume -- suspendDeviceCallResult = 0x0000 (kIOReturnSuccess) -- 0x4400 ****
    8/14/14 7:51:55.484 AM WindowServer[85]: CGXDisplayDidWakeNotification [1358341159754]: posting kCGSDisplayDidWake
    8/14/14 7:51:55.485 AM WindowServer[85]: handle_will_sleep_auth_and_shield_windows: Reordering authw 0x7fe3d2f4d1e0(2000) (lock state: 3)
    8/14/14 7:51:55.485 AM WindowServer[85]: handle_will_sleep_auth_and_shield_windows: err 0x0
    8/14/14 7:52:03.000 AM kernel[0]: en1: 802.11d country code set to 'US'.
    8/14/14 7:52:03.000 AM kernel[0]: en1: Supported channels 1 2 3 4 5 6 7 8 9 10 11 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140 149 153 157 161 165
    8/14/14 7:52:03.000 AM kernel[0]: MacAuthEvent en1   Auth result for: 2c:b0:5d:9e:65:6a  MAC AUTH succeeded
    8/14/14 7:52:03.000 AM kernel[0]: MacAuthEvent en1   Auth result for: 2c:b0:5d:9e:65:6a Unsolicited  Auth
    8/14/14 7:52:03.000 AM kernel[0]: wlEvent: en1 en1 Link UP virtIf = 0
    8/14/14 7:52:03.000 AM kernel[0]: AirPort: Link Up on en1
    8/14/14 7:52:03.000 AM kernel[0]: en1: BSSID changed to 2c:b0:5d:9e:65:6a
    8/14/14 7:52:03.000 AM kernel[0]: AirPort: RSN handshake complete on en1
    8/14/14 7:52:04.000 AM kernel[0]: flow_divert_kctl_disconnect (0): disconnecting group 1
    8/14/14 7:52:05.471 AM UserEventAgent[11]: Captive: [CNInfoNetworkActive:1655] en1: SSID 'NETGEAR86' making interface primary (cache indicates network not captive)
    8/14/14 7:52:05.471 AM configd[17]: network changed: DNS* Proxy
    8/14/14 7:52:05.472 AM UserEventAgent[11]: Captive: CNPluginHandler en1: Evaluating
    8/14/14 7:52:05.473 AM UserEventAgent[11]: Captive: en1: Not probing 'NETGEAR86' (cache indicates not captive)
    8/14/14 7:52:05.473 AM UserEventAgent[11]: Captive: CNPluginHandler en1: Authenticated
    8/14/14 7:52:05.477 AM configd[17]: network changed: v4(en1!:192.168.1.3) DNS+ Proxy+ SMB
    8/14/14 7:52:06.279 AM apsd[187]: Unrecognized leaf certificate
    8/14/14 7:52:13.843 AM AirPlayUIAgent[339]: 2014-08-14 07:52:13.843343 AM [AirPlayUIAgent] Changed PIN pairing: no
    8/14/14 7:52:13.860 AM AirPlayUIAgent[339]: 2014-08-14 07:52:13.859864 AM [AirPlayUIAgent] Changed PIN pairing: no
    8/14/14 7:52:29.880 AM loginwindow[42]: CoreAnimation: warning, deleted thread with uncommitted CATransaction; set CA_DEBUG_TRANSACTIONS=1 in environment to log backtraces.
    8/14/14 7:52:40.000 AM kernel[0]: pci pause: SDXC
    8/14/14 7:52:42.000 AM kernel[0]: **** [IOBluetoothHostControllerUSBTransport][SuspendDevice] -- Suspend -- suspendDeviceCallResult = 0x0000 (kIOReturnSuccess) -- 0x4400 ****
    8/14/14 7:53:03.630 AM SubmitDiagInfo[370]: Removed expired file file:///Users/kristenhowe/Library/Logs/DiagnosticReports/Mail_2014-07-15-072710 _Kristens-MacBook-Pro.crash
    8/14/14 7:53:03.631 AM SubmitDiagInfo[370]: Removed expired plist file file:///Users/kristenhowe/Library/Logs/DiagnosticReports/.Mail_2014-07-15-07271 0_Kristens-MacBook-Pro.crash.plist
    8/14/14 7:53:03.639 AM SubmitDiagInfo[370]: Removed expired file file:///Users/kristenhowe/Library/Logs/DiagnosticReports/Mail_2014-07-15-072819 _Kristens-MacBook-Pro.crash
    8/14/14 7:53:03.640 AM SubmitDiagInfo[370]: Removed expired plist file file:///Users/kristenhowe/Library/Logs/DiagnosticReports/.Mail_2014-07-15-07281 9_Kristens-MacBook-Pro.crash.plist
    8/14/14 7:53:03.682 AM SubmitDiagInfo[370]: Removed expired file file:///Users/kristenhowe/Library/Logs/DiagnosticReports/Mail_2014-07-15-073254 _Kristens-MacBook-Pro.crash
    8/14/14 7:53:03.683 AM SubmitDiagInfo[370]: Removed expired plist file file:///Users/kristenhowe/Library/Logs/DiagnosticReports/.Mail_2014-07-15-07325 4_Kristens-MacBook-Pro.crash.plist
    8/14/14 7:53:07.000 AM kernel[0]: **** [IOBluetoothHostControllerUSBTransport][SuspendDevice] -- Resume -- suspendDeviceCallResult = 0x0000 (kIOReturnSuccess) -- 0x4400 ****
    8/14/14 7:53:11.658 AM SubmitDiagInfo[370]: Submitted crash report: file:///Users/kristenhowe/Library/Logs/DiagnosticReports/CalendarAgent_2014-08- 13-204948-2_Kristens-MacBook-Pro.crash
    8/14/14 7:53:12.682 AM SubmitDiagInfo[370]: Submitted crash report: file:///Users/kristenhowe/Library/Logs/DiagnosticReports/CalendarAgent_2014-08- 13-204948_Kristens-MacBook-Pro.crash
    8/14/14 7:53:13.601 AM SubmitDiagInfo[370]: Submitted crash report: file:///Users/kristenhowe/Library/Logs/DiagnosticReports/Mail_2014-08-13-204948 _Kristens-MacBook-Pro.crash
    8/14/14 7:53:14.400 AM SubmitDiagInfo[370]: Submitted crash report: file:///Users/kristenhowe/Library/Logs/DiagnosticReports/Notes_2014-08-13-20494 8_Kristens-MacBook-Pro.crash
    8/14/14 7:53:15.499 AM SubmitDiagInfo[370]: Submitted crash report: file:///Users/kristenhowe/Library/Logs/DiagnosticReports/CalendarAgent_2014-08- 13-204955_Kristens-MacBook-Pro.crash
    8/14/14 7:53:16.398 AM SubmitDiagInfo[370]: Submitted crash report: file:///Users/kristenhowe/Library/Logs/DiagnosticReports/CalendarAgent_2014-08- 13-205005_Kristens-MacBook-Pro.crash
    8/14/14 7:53:17.223 AM SubmitDiagInfo[370]: Submitted crash report: file:///Users/kristenhowe/Library/Logs/DiagnosticReports/CalendarAgent_2014-08- 13-205015_Kristens-MacBook-Pro.crash
    8/14/14 7:53:18.154 AM SubmitDiagInfo[370]: Submitted crash report: file:///Users/kristenhowe/Library/Logs/DiagnosticReports/CalendarAgent_2014-08- 13-205025_Kristens-MacBook-Pro.crash
    8/14/14 7:53:18.866 AM SubmitDiagInfo[370]: Submitted crash report: file:///Users/kristenhowe/Library/Logs/DiagnosticReports/CalendarAgent_2014-08- 13-205036_Kristens-MacBook-Pro.crash
    8/14/14 7:53:46.000 AM kernel[0]: **** [IOBluetoothHostControllerUSBTransport][SuspendDevice] -- Suspend -- suspendDeviceCallResult = 0x0000 (kIOReturnSuccess) -- 0x4400 ****
    8/14/14 7:54:20.205 AM ntpd[111]: ntpd: wake time set -0.421981 s
    8/14/14 7:54:20.222 AM com.apple.time[155]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    8/14/14 7:54:20.226 AM com.apple.time[155]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    8/14/14 7:54:20.296 AM com.apple.time[155]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    8/14/14 8:11:17.828 AM mDNSResponder[39]:  26: Could not write data to clientPID[260](com.apple.WebKi)  because of error - aborting connection
    8/14/14 8:11:17.828 AM mDNSResponder[39]:  26: DNSServiceGetAddrInfo      v4v6 graph.facebook.com. PID[260](com.apple.WebKi)
    8/14/14 8:11:18.829 AM Mail[256]: [WEB BUNDLE] Could not execute script: TypeError: 'undefined' is not a function (evaluating 'e.getBoundingClientRect()')
    8/14/14 8:11:18.970 AM Mail[256]: [WEB BUNDLE] Could not execute script: TypeError: 'undefined' is not a function (evaluating 'e.getBoundingClientRect()')
    8/14/14 8:11:19.023 AM Mail[256]: [WEB BUNDLE] Could not execute script: TypeError: 'undefined' is not a function (evaluating 'e.getBoundingClientRect()')
    8/14/14 8:11:54.548 AM Mail[256]: [WEB BUNDLE] Could not execute script: TypeError: 'undefined' is not a function (evaluating 'e.getBoundingClientRect()')
    8/14/14 8:11:54.587 AM Mail[256]: [WEB BUNDLE] Could not execute script: TypeError: 'undefined' is not a function (evaluating 'e.getBoundingClientRect()')
    8/14/14 8:11:55.209 AM Mail[256]: [WEB BUNDLE] Could not execute script: TypeError: 'undefined' is not a function (evaluating 'e.getBoundingClientRect()')
    8/14/14 8:11:55.220 AM Mail[256]: [WEB BUNDLE] Could not execute script: TypeError: 'undefined' is not a function (evaluating 'e.getBoundingClientRect()')
    8/14/14 8:11:55.351 AM Mail[256]: [WEB BUNDLE] Could not execute script: TypeError: 'undefined' is not a function (evaluating 'e.getBoundingClientRect()')
    8/14/14 8:11:56.807 AM Mail[256]: Incorrect NSStringEncoding value 0x0000 detected. Assuming NSASCIIStringEncoding. Will stop this compatiblity mapping behavior in the near future.
    8/14/14 8:11:58.902 AM Mail[256]: [WEB BUNDLE] Could not execute script: TypeError: 'undefined' is not a function (evaluating 'e.getBoundingClientRect()')
    8/14/14 8:11:59.150 AM Mail[256]: [WEB BUNDLE] Could not execute script: TypeError: 'undefined' is not a function (evaluating 'e.getBoundingClientRect()')
    8/14/14 8:11:59.941 AM Mail[256]: [WEB BUNDLE] Could not execute script: TypeError: 'undefined' is not a function (evaluating 'e.getBoundingClientRect()')
    8/14/14 8:12:00.562 AM Mail[256]: [WEB BUNDLE] Could not execute script: TypeError: 'undefined' is not a function (evaluating 'e.getBoundingClientRect()')
    8/14/14 8:12:00.599 AM Mail[256]: [WEB BUNDLE] Could not execute script: TypeError: 'undefined' is not a function (evaluating 'e.getBoundingClientRect()')
    8/14/14 8:12:00.736 AM Mail[256]: [WEB BUNDLE] Could not execute script: TypeError: 'undefined' is not a function (evaluating 'e.getBoundingClientRect()')
    8/14/14 8:12:01.170 AM Mail[256]: [WEB BUNDLE] Could not execute script: TypeError: 'undefined' is not a function (evaluating 'e.getBoundingClientRect()')
    8/14/14 8:12:02.407 AM Mail[256]: [WEB BUNDLE] Could not execute script: TypeError: 'undefined' is not a function (evaluating 'e.getBoundingClientRect()')
    8/14/14 8:12:02.466 AM Mail[256]: [WEB BUNDLE] Could not execute script: TypeError: 'undefined' is not a function (evaluating 'e.getBoundingClientRect()')
    8/14/14 8:12:02.554 AM WindowServer[85]: CoreAnimation: context hosting changed while locked!
    8/14/14 8:16:41.879 AM WindowServer[85]: _CGXSetWindowBackgroundBlurRadius: Invalid window 0xffffffff
    8/14/14 8:16:41.880 AM loginwindow[42]: find_shared_window: WID -1
    8/14/14 8:16:41.880 AM loginwindow[42]: CGSGetWindowTags: Invalid window 0xffffffff
    8/14/14 8:16:41.880 AM loginwindow[42]: find_shared_window: WID -1
    8/14/14 8:16:41.880 AM loginwindow[42]: CGSSetWindowTags: Invalid window 0xffffffff
    8/14/14 8:16:42.089 AM WindowServer[85]: device_generate_desktop_screenshot: authw 0x7fe3d2d3faa0(2000), shield 0x7fe3d2c66800(2001)
    8/14/14 8:16:42.121 AM WindowServer[85]: device_generate_lock_screen_screenshot: authw 0x7fe3d2d3faa0(2000), shield 0x7fe3d2c66800(2001)
    8/14/14 8:16:42.146 AM WindowServer[85]: _CGXHWCaptureWindowList: No capable active display found.
    8/14/14 8:16:49.194 AM loginwindow[42]: CoreAnimation: warning, deleted thread with uncommitted CATransaction; set CA_DEBUG_TRANSACTIONS=1 in environment to log backtraces.
    8/14/14 8:17:42.729 AM WindowServer[85]: CGXDisplayDidWakeNotification [2906016340883]: posting kCGSDisplayDidWake
    8/14/14 8:17:42.730 AM WindowServer[85]: handle_will_sleep_auth_and_shield_windows: Deferring.
    8/14/14 8:17:57.365 AM loginwindow[42]: CoreAnimation: warning, deleted thread with uncommitted CATransaction; set CA_DEBUG_TRANSACTIONS=1 in environment to log backtraces.
    8/14/14 8:19:45.667 AM WindowServer[85]: _CGXSetWindowBackgroundBlurRadius: Invalid window 0xffffffff
    8/14/14 8:19:45.668 AM loginwindow[42]: find_shared_window: WID -1
    8/14/14 8:19:45.668 AM loginwindow[42]: CGSGetWindowTags: Invalid window 0xffffffff
    8/14/14 8:19:45.668 AM loginwindow[42]: find_shared_window: WID -1
    8/14/14 8:19:45.668 AM loginwindow[42]: CGSSetWindowTags: Invalid window 0xffffffff
    8/14/14 8:19:45.791 AM WindowServer[85]: device_generate_desktop_screenshot: authw 0x7fe3d2e6cd80(2000), shield 0x7fe3d2d39470(2001)
    8/14/14 8:19:45.814 AM WindowServer[85]: device_generate_lock_screen_screenshot: authw 0x7fe3d2e6cd80(2000), shield 0x7fe3d2d39470(2001)
    8/14/14 8:19:45.869 AM WindowServer[85]: _CGXHWCaptureWindowList: No capable active display found.
    8/14/14 8:19:55.590 AM loginwindow[42]: CoreAnimation: warning, deleted thread with uncommitted CATransaction; set CA_DEBUG_TRANSACTIONS=1 in environment to log backtraces.
    8/14/14 8:21:00.761 AM xpcproxy[426]: assertion failed: 13E28: xpcproxy + 3438 [D559FC96-E6B1-363A-B850-C7AC9734F210]: 0x2
    8/14/14 8:21:05.000 AM kernel[0]: AirPort_Brcm43xx::powerChange: System Sleep
    8/14/14 8:21:05.000 AM kernel[0]: **** [IOBluetoothHostControllerUSBTransport][SuspendDevice] -- Resume -- suspendDeviceCallResult = 0x0000 (kIOReturnSuccess) -- 0x4400 ****
    8/14/14 8:21:07.000 AM kernel[0]: hibernate image path: /var/vm/sleepimage
    8/14/14 8:21:07.000 AM kernel[0]: efi pagecount 63
    8/14/14 8:21:07.000 AM kernel[0]: hibernate_page_list_setall(preflight 1) start 0xffffff808de3b000, 0xffffff808de63000
    8/14/14 8:21:07.000 AM kernel[0]: hibernate_page_list_setall time: 135 ms
    8/14/14 8:21:07.000 AM kernel[0]: pages 905767, wire 114138, act 204770, inact 1, cleaned 0 spec 11, zf 364804, throt 0, compr 13720, xpmapped 40000
    8/14/14 8:21:07.000 AM kernel[0]: could discard act 119127 inact 45571 purgeable 39777 spec 3848 cleaned 0
    8/14/14 8:21:07.000 AM kernel[0]: WARNING: hibernate_page_list_setall skipped 42760 xpmapped pages
    8/14/14 8:21:07.000 AM kernel[0]: hibernate_page_list_setall preflight pageCount 697444 est comp 43 setfile 1333788672 min 2147483648
    8/14/14 8:21:07.000 AM kernel[0]: AppleThunderboltHAL::earlyWake - complete - took 0 milliseconds
    8/14/14 8:21:07.000 AM kernel[0]: [0x18d4829000, 0x19000000]
    8/14/14 8:21:07.000 AM kernel[0]: [0x1910a32000, 0x19000000]
    8/14/14 8:21:07.000 AM kernel[0]: [0x19dc847000, 0x19000000]
    8/14/14 8:21:07.000 AM kernel[0]: [0x1b6c82c000, 0x19000000]
    8/14/14 8:21:07.000 AM kernel[0]: [0x1c6c811000, 0x1c000000]
    8/14/14 8:21:07.000 AM kernel[0]: [0x0, 0x0]
    8/14/14 8:21:07.000 AM kernel[0]: kern_open_file_for_direct_io(0) took 18 ms
    8/14/14 8:21:07.000 AM kernel[0]: Opened file /var/vm/sleepimage, size 2147483648, partition base 0x0, maxio 2000000 ssd 0
    8/14/14 8:21:07.000 AM kernel[0]: hibernate image major 1, minor 0, blocksize 4096, pollers 5
    8/14/14 8:21:07.000 AM kernel[0]: hibernate_alloc_pages act 337243, inact 436769, anon 424346, throt 0, spec 3860, wire 137534, wireinit 196022
    8/14/14 8:21:07.000 AM kernel[0]: hibernate_setup(0) took 0 ms
    8/14/14 8:21:07.000 AM kernel[0]: Bluetooth -- LE is supported - Disable LE meta event
    8/14/14 8:21:07.000 AM kernel[0]: **** [IOBluetoothHostControllerUSBTransport][SuspendDevice] -- Suspend -- suspendDeviceCallResult = 0x0000 (kIOReturnSuccess) -- 0x4400 ****
    8/14/14 8:21:07.000 AM kernel[0]: Thunderbolt Self-Reset Count = 0xedefbe00
    8/14/14 8:21:26.000 AM kernel[0]: hibernate_page_list_setall(preflight 0) start 0xffffff808de3b000, 0xffffff808de63000
    8/14/14 8:21:26.000 AM kernel[0]: hibernate_page_list_setall time: 175 ms
    8/14/14 8:21:26.000 AM kernel[0]: pages 905235, wire 113592, act 204782, inact 1, cleaned 0 spec 12, zf 364806, throt 0, compr 13720, xpmapped 40000
    8/14/14 8:21:26.000 AM kernel[0]: could discard act 119127 inact 45569 purgeable 39777 spec 3849 cleaned 0
    8/14/14 8:21:26.000 AM kernel[0]: WARNING: hibernate_page_list_setall skipped 77087 xpmapped pages
    8/14/14 8:21:26.000 AM kernel[0]: hibernate_page_list_setall found pageCount 696913
    8/14/14 8:21:26.000 AM kernel[0]: IOHibernatePollerOpen, ml_get_interrupts_enabled 0
    8/14/14 8:21:26.000 AM kernel[0]: IOHibernatePollerOpen(0)
    8/14/14 8:21:26.000 AM kernel[0]: encryptStart 14040
    8/14/14 8:21:26.000 AM kernel[0]: bitmap_size 0x1f4dc, previewSize 0x533990, writing 695247 pages @ 0x566eac
    8/14/14 8:21:26.000 AM kernel[0]: encryptEnd 5d32600
    8/14/14 8:21:26.000 AM kernel[0]: image1Size 0xa43c000, encryptStart1 0x14040, End1 0x5d32600
    8/14/14 8:21:26.000 AM kernel[0]: encryptStart a43c000
    8/14/14 8:21:26.000 AM kernel[0]: encryptEnd 53dce600
    8/14/14 8:21:26.000 AM kernel[0]: PMStats: Hibernate write took 17876 ms
    8/14/14 8:21:26.000 AM kernel[0]: all time: 17876 ms, comp bytes: 2848276480 time: 3946 ms 688 Mb/s, crypt bytes: 1332415424 time: 3113 ms 408 Mb/s,
    8/14/14 8:21:26.000 AM kernel[0]: image 1406988288 (65%), uncompressed 2848276480 (695380), compressed 1396475760 (49%), sum1 a0413c7d, sum2 d7c170b0
    8/14/14 8:21:26.000 AM kernel[0]: zeroPageCount 43990, wiredPagesEncrypted 68085, wiredPagesClear 43974, dirtyPagesEncrypted 583321
    8/14/14 8:21:26.000 AM kernel[0]: hibernate_write_image done(0)
    8/14/14 8:21:26.000 AM kernel[0]: sleep
    8/14/14 8:21:26.000 AM kernel[0]: Wake reason: EHC1
    8/14/14 8:22:06.000 AM kernel[0]: AirPort_Brcm43xx::powerChange: System Wake - Full Wake/ Dark Wake / Maintenance wake
    8/14/14 8:22:06.000 AM kernel[0]: Previous Sleep Cause: 5
    8/14/14 8:22:06.000 AM kernel[0]: The USB device HubDevice (Port 1 of Hub at 0x1d000000) may have caused a wake by issuing a remote wakeup (2)
    8/14/14 8:22:06.000 AM kernel[0]: AppleThunderboltHAL::earlyWake - complete - took 1 milliseconds
    8/14/14 8:22:06.000 AM kernel[0]: The USB device HubDevice (Port 8 of Hub at 0x1d100000) may have caused a wake by issuing a remote wakeup (3)
    8/14/14 8:22:06.000 AM kernel[0]: Thunderbolt Self-Reset Count = 0xedefbe00
    8/14/14 8:22:06.000 AM kernel[0]: TBT W (1): 0 [x]
    8/14/14 8:22:06.000 AM kernel[0]: wlEvent: en1 en1 Link DOWN virtIf = 0
    8/14/14 8:22:06.000 AM kernel[0]: AirPort: Link Down on en1. Reason 8 (Disassociated because station leaving).
    8/14/14 8:22:06.000 AM kernel[0]: en1: 802.11d country code set to 'X0'.
    8/14/14 8:22:06.000 AM kernel[0]: en1: Supported channels 1 2 3 4 5 6 7 8 9 10 11 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140 149 153 157 161 165
    8/14/14 8:22:06.000 AM kernel[0]: The USB device Apple Internal Keyboard / Trackpad (Port 3 of Hub at 0x1d180000) may have caused a wake by issuing a remote wakeup (3)
    8/14/14 8:22:06.000 AM kernel[0]: full wake (reason 1) 170 ms
    8/14/14 8:22:06.000 AM kernel[0]: **** [IOBluetoothHostControllerUSBTransport][SuspendDevice] -- Resume -- suspendDeviceCallResult = 0x0000 (kIOReturnSuccess) -- 0x4400 ****
    8/14/14 8:22:06.462 AM WindowServer[85]: CGXDisplayDidWakeNotification [3130616089633]: posting kCGSDisplayDidWake
    8/14/14 8:22:06.462 AM WindowServer[85]: handle_will_sleep_auth_and_shield_windows: Reordering authw 0x7fe3d2e6cd80(2000) (lock state: 3)
    8/14/14 8:22:06.463 AM WindowServer[85]: handle_will_sleep_auth_and_shield_windows: err 0x0
    8/14/14 8:22:08.725 AM configd[17]: network changed: v4(en1-:192.168.1.3) DNS- Proxy-
    8/14/14 8:22:08.727 AM UserEventAgent[11]: Captive: CNPluginHandler en1: Inactive
    8/14/14 8:22:08.744 AM netbiosd[361]: network_reachability_changed : network is not reachable, netbiosd is shutting down
    8/14/14 8:22:14.000 AM kernel[0]: en1: 802.11d country code set to 'US'.
    8/14/14 8:22:14.000 AM kernel[0]: en1: Supported channels 1 2 3 4 5 6 7 8 9 10 11 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140 149 153 157 161 165
    8/14/14 8:22:14.000 AM kernel[0]: MacAuthEvent en1   Auth result for: 2c:b0:5d:9e:65:6a  MAC AUTH succeeded
    8/14/14 8:22:14.000 AM kernel[0]: wlEvent: en1 en1 Link UP virtIf = 0
    8/14/14 8:22:14.000 AM kernel[0]: AirPort: Link Up on en1
    8/14/14 8:22:14.000 AM kernel[0]: en1: BSSID changed to 2c:b0:5d:9e:65:6a
    8/14/14 8:22:14.000 AM kernel[0]: AirPort: RSN handshake complete on en1
    8/14/14 8:22:14.882 AM configd[17]: network changed: DNS* Proxy
    8/14/14 8:22:14.882 AM UserEventAgent[11]: Captive: [CNInfoNetworkActive:1655] en1: SSID 'NETGEAR86' making interface primary (cache indicates network not captive)
    8/14/14 8:22:14.884 AM UserEventAgent[11]: Captive: CNPluginHandler en1: Evaluating
    8/14/14 8:22:14.885 AM UserEventAgent[11]: Captive: en1: Not probing 'NETGEAR86' (cache indicates not captive)
    8/14/14 8:22:14.885 AM UserEventAgent[11]: Captive: CNPluginHandler en1: Authenticated
    8/14/14 8:22:14.888 AM configd[17]: network changed: v4(en1!:192.168.1.3) DNS+ Proxy+ SMB
    8/14/14 8:22:15.000 AM kernel[0]: flow_divert_kctl_disconnect (0): disconnecting group 1
    8/14/14 8:22:16.454 AM loginwindow[42]: CoreAnimation: warning, deleted thread with uncommitted CATransaction; set CA_DEBUG_TRANSACTIONS=1 in environment to log backtraces.
    8/14/14 8:22:17.567 AM apsd[187]: Unrecognized leaf certificate
    8/14/14 8:22:17.737 AM Mail[256]: [WEB BUNDLE] Could not execute script: ReferenceError: Can't find variable: MUIWebDocumentDisplayController_sharedInstance
    8/14/14 8:22:25.467 AM AirPlayUIAgent[339]: 2014-08-14 08:22:25.467420 AM [AirPlayUIAgent] Changed PIN pairing: no
    8/14/14 8:22:25.558 AM AirPlayUIAgent[339]: 2014-08-14 08:22:25.557694 AM [AirPlayUIAgent] Changed PIN p

    I started having many problems, including this one, as soon as I installed the 10.5.6 upgrade. Only one of my IMAP accounts is having problems (Gmail is fine so far), but the account is working ok when I access it via Thunderbird. I tried almost of the solutions posted above. I also installed the 10.5.6 Mail patch. All the fixes worked briefly, but after a couple days the problem returns. It must be a problem with my OS account because I can access the IMAP account via my laptop with no problems. That was the one fix you mentioned that I didnt try because I dont want to have update all the settings associated with the current user, and since I would have to restore everything, does it seem more reasonable to just do a clean install of the OS?
    So my question is, do I give up on Mail on this machine? Or do I have to do something like a system wipe?
    Thanks

  • My Macbook Pro has started freezing or 'hanging' for minutes at a time.

    Cannot figure out what has caused this. Been doing it for three weeks now. Have re-installed OSX, wiped and restored from Time Machine but no difference. I would very much appreciate any help with this...... Console log looks like this:
    21/12/2013 12:49:39.000 pm kernel[0]: full wake (reason 1) 306 ms
    21/12/2013 12:49:39.000 pm kernel[0]: AirPort_Brcm43xx::powerChange: System Wake - Full Wake/ Dark Wake / Maintenance wake
    21/12/2013 12:49:39.000 pm kernel[0]: Previous Sleep Cause: 5
    21/12/2013 12:49:39.000 pm kernel[0]: **** [IOBluetoothHostControllerUSBTransport][SuspendDevice] -- Resume -- suspendDeviceCallResult = 0x0000 (kIOReturnSuccess) -- 0xa000 ****
    21/12/2013 12:49:39.000 pm kernel[0]: wlEvent: en1 en1 Link DOWN virtIf = 0
    21/12/2013 12:49:39.000 pm kernel[0]: AirPort: Link Down on en1. Reason 8 (Disassociated because station leaving).
    21/12/2013 12:49:39.534 pm WindowServer[165]: CGXDisplayDidWakeNotification [2300400851183]: posting kCGSDisplayDidWake
    21/12/2013 12:49:39.535 pm WindowServer[165]: handle_will_sleep_auth_and_shield_windows: NULL shield_window (lock state: 1)
    21/12/2013 12:49:39.666 pm UserEventAgent[11]: Captive: CNPluginHandler en1: Inactive
    21/12/2013 12:49:39.728 pm configd[17]: network changed: v4(en1-:192.168.0.6) DNS- Proxy-
    21/12/2013 12:49:39.731 pm netbarrierd[80]: Switched to No Network. No active profile set
    21/12/2013 12:49:39.743 pm mDNSResponder[42]: mDNSPlatformSourceAddrForDest: connect 121.210.128.136 failed errno 51 (Network is unreachable)
    21/12/2013 12:49:39.000 pm kernel[0]: 00000000  00000020  NVEthernet::setLinkStatus - not Active
    21/12/2013 12:49:40.613 pm CalendarAgent[230]: [com.apple.calendar.store.log.caldav.queue] [Account refresh failed with error: Error Domain=NSURLErrorDomain Code=-1009 "The Internet connection appears to be offline." UserInfo=0x7ff26e008b30 {NSUnderlyingError=0x7ff26e01a170 "The Internet connection appears to be offline.", NSErrorFailingURLStringKey=https://chris.molloy%[email protected]/48736889/principal///chris.molloy%[email protected]/48736889/principal/, NSErrorFailingURLKey=https://chris.molloy%[email protected]/48736889/principal///chris.molloy%[email protected]/48736889/principal/, AccountName=iCloud, CalDAVErrFromRefresh=YES, NSLocalizedDescription=The Internet connection appears to be offline.}]
    21/12/2013 12:49:40.694 pm CalendarAgent[230]: [com.apple.calendar.store.log.caldav.queue] [Adding [<CalDAVAccountRefreshQueueableOperation: 0x7ff269ed6140; Sequence: 0>] to failed operations.]
    21/12/2013 12:49:43.578 pm mDNSResponder[42]: mDNSPlatformSourceAddrForDest: connect 121.210.128.136 failed errno 51 (Network is unreachable)
    21/12/2013 12:50:17.000 pm kernel[0]: **** [IOBluetoothHostControllerUSBTransport][SuspendDevice] -- Suspend -- suspendDeviceCallResult = 0x0000 (kIOReturnSuccess) -- 0xa000 ****
    21/12/2013 12:51:00.000 pm kernel[0]: disk0s2: I/O error.
    21/12/2013 12:51:01.488 pm IntegoMenu[262]: (
              0   CoreFoundation                      0x00007fff86cb641c __exceptionPreprocess + 172
              1   libobjc.A.dylib                     0x00007fff8fa24e75 objc_exception_throw + 43
              2   CoreFoundation                      0x00007fff86cb5fc9 -[NSException raise] + 9
              3   personalbackup                      0x00000001030298e6 personalbackup + 10470
              4   Foundation                          0x00007fff8c3f9094 __NSFireTimer + 96
              5   CoreFoundation                      0x00007fff86c1d724 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20
              6   CoreFoundation                      0x00007fff86c1d25f __CFRunLoopDoTimer + 1151
              7   CoreFoundation                      0x00007fff86c8e76a __CFRunLoopDoTimers + 298
              8   CoreFoundation                      0x00007fff86bd8aa5 __CFRunLoopRun + 1525
              9   CoreFoundation                      0x00007fff86bd8275 CFRunLoopRunSpecific + 309
              10  HIToolbox                           0x00007fff8930ff0d RunCurrentEventLoopInMode + 226
              11  HIToolbox                           0x00007fff8930fcb7 ReceiveNextEventCommon + 479
              12  HIToolbox                           0x00007fff8930fabc _BlockUntilNextEventMatchingListInModeWithFilter + 65
              13  AppKit                              0x00007fff8799d28e _DPSNextEvent + 1434
              14  AppKit                              0x00007fff8799c8db -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
              15  AppKit                              0x00007fff879909cc -[NSApplication run] + 553
              16  AppKit                              0x00007fff8797b803 NSApplicationMain + 940
              17  IntegoMenu                          0x0000000100001aa8 start + 52
    21/12/2013 12:51:02.144 pm com.apple.time[217]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    21/12/2013 12:51:02.341 pm xpcproxy[557]: assertion failed: 13B42: xpcproxy + 3438 [EE7817B0-1FA1-3603-B88A-BD5E595DA86F]: 0x2
    21/12/2013 12:51:02.737 pm com.apple.iCloudHelper[557]: AOSKit ERROR: Config request failed, url=https://setup.icloud.com/configurations/init, requestHeaders=
        "Accept-Language" = "en-au";
        "X-Mme-Client-Info" = "<MacBookPro5,1> <Mac OS X;10.9.1;13B42> <com.apple.AOSKit/176>";
        "X-Mme-Country" = AU;
        "X-Mme-Nac-Version" = 11A457;
        "X-Mme-Timezone" = AEDT;
    error=Error Domain=kCFErrorDomainCFNetwork Code=-1009 "The Internet connection appears to be offline." UserInfo=0x7f8b9b562c70 {NSErrorFailingURLStringKey=https://setup.icloud.com/configurations/init, NSLocalizedDescription=The Internet connection appears to be offline., NSErrorFailingURLKey=https://setup.icloud.com/configurations/init}, httpStatusCode=-1, responseHeaders=
    (null)
    21/12/2013 12:51:02.959 pm com.apple.iCloudHelper[557]: AOSKit ERROR: Config request failed, url=https://setup.icloud.com/configurations/init, requestHeaders=
        "Accept-Language" = "en-au";
        "X-Mme-Client-Info" = "<MacBookPro5,1> <Mac OS X;10.9.1;13B42> <com.apple.AOSKit/176>";
        "X-Mme-Country" = AU;
        "X-Mme-Nac-Version" = 11A457;
        "X-Mme-Timezone" = AEDT;
    error=Error Domain=kCFErrorDomainCFNetwork Code=-1009 "The Internet connection appears to be offline." UserInfo=0x7f8b9b446c10 {NSErrorFailingURLStringKey=https://setup.icloud.com/configurations/init, NSLocalizedDescription=The Internet connection appears to be offline., NSErrorFailingURLKey=https://setup.icloud.com/configurations/init}, httpStatusCode=-1, responseHeaders=
    (null)
    21/12/2013 12:51:02.961 pm com.apple.iCloudHelper[557]: AOSKit ERROR: Setup request failed, appleID=48736889, url=(null), requestHeaders=
    (null),
    error=Error Domain=AOSErrorDomain Code=1000 "The operation couldn’t be completed. (AOSErrorDomain error 1000.)" UserInfo=0x7f8b9b438ed0 {HttpStatusCode=0, DialogInfo={
        DialogType = Unknown;
    }}, httpStatusCode=0, responseHeaders=
    (null),
    responseBody=
    (null)
    21/12/2013 12:51:03.000 pm kernel[0]: **** [IOBluetoothHostControllerUSBTransport][SuspendDevice] -- Resume -- suspendDeviceCallResult = 0x0000 (kIOReturnSuccess) -- 0xa000 ****
    21/12/2013 12:51:03.000 pm kernel[0]: MacAuthEvent en1   Auth result for: 00:26:18:67:14:8c  MAC AUTH succeeded
    21/12/2013 12:51:03.000 pm kernel[0]: wlEvent: en1 en1 Link UP virtIf = 0
    21/12/2013 12:51:03.000 pm kernel[0]: AirPort: Link Up on en1
    21/12/2013 12:51:03.000 pm kernel[0]: en1: BSSID changed to 00:26:18:67:14:8c
    21/12/2013 12:51:03.000 pm kernel[0]: AirPort: RSN handshake complete on en1
    21/12/2013 12:51:04.000 pm kernel[0]: flow_divert_kctl_disconnect (0): disconnecting group 1
    21/12/2013 12:51:04.606 pm sandboxd[115]: ([280]) coreaudiod(280) deny file-read-data /Library/Audio/Plug-Ins/Components/GuitarRig 2.component
    21/12/2013 12:51:04.613 pm sandboxd[115]: ([280]) coreaudiod(280) deny file-read-metadata /Library/Audio/Plug-Ins/Components/GuitarRig 2.component/Contents
    21/12/2013 12:51:04.619 pm sandboxd[115]: ([280]) coreaudiod(280) deny file-read-metadata /Library/Audio/Plug-Ins/Components/GuitarRig 2.component
    21/12/2013 12:51:04.956 pm airportd[67]: _doAutoJoin: Already associated to “BigPond4447”. Bailing on auto-join.
    21/12/2013 12:51:07.122 pm mDNSResponder[42]: mDNSPlatformSourceAddrForDest: connect 121.210.128.136 failed errno 51 (Network is unreachable)
    21/12/2013 12:51:11.622 pm mDNSResponder[42]: mDNSPlatformSourceAddrForDest: connect 121.210.128.136 failed errno 51 (Network is unreachable)
    21/12/2013 12:51:14.030 pm fontd[223]: ATSFindFolder timeout. (domain:-32763, dirType:'font', createFolder:false, ATSServer pid:223)
    21/12/2013 12:51:20.000 pm kernel[0]: nfs server localhost:/qjWzPqR3WaunoZwZ79rEAX: not responding
    21/12/2013 12:51:20.140 pm KernelEventAgent[48]: tid 54485244 received event(s) VQ_NOTRESP (1)
    21/12/2013 12:51:51.000 pm kernel[0]: nfs server localhost:/qjWzPqR3WaunoZwZ79rEAX: not responding
    21/12/2013 12:51:54.000 pm kernel[0]: **** [IOBluetoothHostControllerUSBTransport][SuspendDevice] -- Suspend -- suspendDeviceCallResult = 0x0000 (kIOReturnSuccess) -- 0xa000 ****
    21/12/2013 12:52:20.000 pm kernel[0]: nfs server localhost:/qjWzPqR3WaunoZwZ79rEAX: dead
    21/12/2013 12:52:20.183 pm KernelEventAgent[48]: tid 54485244 received event(s) VQ_DEAD (32)
    21/12/2013 12:52:20.183 pm KernelEventAgent[48]: tid 54485244 type 'mtmfs', mounted on '/Volumes/MobileBackups', from 'localhost:/qjWzPqR3WaunoZwZ79rEAX', dead
    21/12/2013 12:52:20.184 pm KernelEventAgent[48]: tid 54485244 force unmount localhost:/qjWzPqR3WaunoZwZ79rEAX from /Volumes/MobileBackups
    21/12/2013 12:52:20.184 pm KernelEventAgent[48]: tid 54485244 found 1 filesystem(s) with problem(s)
    21/12/2013 12:52:23.000 pm kernel[0]: disk0s2: I/O error.
    21/12/2013 12:52:24.423 pm configd[17]: network changed: DNS* Proxy
    21/12/2013 12:52:24.425 pm UserEventAgent[11]: Captive: [CNInfoNetworkActive:1655] en1: SSID 'BigPond4447' making interface primary (cache indicates network not captive)
    21/12/2013 12:52:24.430 pm UserEventAgent[11]: Captive: CNPluginHandler en1: Evaluating
    21/12/2013 12:52:24.432 pm UserEventAgent[11]: Captive: en1: Not probing 'BigPond4447' (cache indicates not captive)
    21/12/2013 12:52:24.433 pm UserEventAgent[11]: Captive: CNPluginHandler en1: Authenticated
    21/12/2013 12:52:24.476 pm configd[17]: network changed: v4(en1!:192.168.0.6) DNS+ Proxy+ SMB
    21/12/2013 12:52:24.502 pm netbarrierd[80]: Unidentified network detected. Switch to profile "Home"
    21/12/2013 12:52:24.813 pm com.apple.backupd[562]: Starting automatic backup
    21/12/2013 12:52:24.000 pm kernel[0]: nspace-handler-set-snapshot-time: 1387590746
    21/12/2013 12:52:24.960 pm com.apple.mtmd[40]: Set snapshot time: 2013-12-21 12:52:26 +1100 (current time: 2013-12-21 12:52:24 +1100)
    21/12/2013 12:52:25.070 pm netbarrierd[80]: Switched to Network (Router IP(192.168.0.1) MAC(00:24:b2:a3:4a:d0) Name(BigPond4447)
    21/12/2013 12:52:25.070 pm netbarrierd[80]: Known network detected. Switch to profile "Home"
    21/12/2013 12:52:28.508 pm apsd[65]: Unrecognized leaf certificate
    21/12/2013 12:52:29.625 pm CalendarAgent[230]: [com.apple.calendar.store.log.subscription] [Failed to refresh <CalManagedSubscriptionInfo: 0x7ff26e51c7a0> (entity: SubscriptionInfo; id: 0x40012b <x-coredata://46AC892B-FBE5-404E-98CB-56251B43F9AA/SubscriptionInfo/p1> ; data: {
        calendar = "0x14000eb <x-coredata://46AC892B-FBE5-404E-98CB-56251B43F9AA/CalDAVSubscribedCalendar/p5> ";
        hasAlarmFilter = 0;
        hasAttachmentFilter = 0;
        hasTaskFilter = 0;
        isAutoProvisioned = 0;
        isAutoRefreshed = 0;
        languageCode = nil;
        lastError = "0x5680016b <x-coredata://46AC892B-FBE5-404E-98CB-56251B43F9AA/SubscriptionError/p346>";
        locationCode = nil;
        needsRefresh = 0;
        refreshDate = nil;
        refreshInterval = 0;
        subscriptionID = nil;
        subscriptionNotes = nil;
        subscriptionTitle = nil;
        subscriptionURL = "(...not nil..)";
        subscriptionURLString = "webcal://ical.me.com/alexyim/Holidays.ics";
    }) with error Error Domain=CalSubscriptionErrorDomain Code=-1 "The operation couldn’t be completed. (CalSubscriptionErrorDomain error -1.)"]
    21/12/2013 12:52:29.000 pm kernel[0]: wlEvent: en1 en1 Link DOWN virtIf = 0
    21/12/2013 12:52:29.000 pm kernel[0]: AirPort: Link Down on en1. Reason 8 (Disassociated because station leaving).
    21/12/2013 12:52:30.000 pm kernel[0]: MacAuthEvent en1   Auth result for: 20:c9:d0:a8:60:47  MAC AUTH succeeded
    21/12/2013 12:52:30.000 pm kernel[0]: wlEvent: en1 en1 Link UP virtIf = 0
    21/12/2013 12:52:30.000 pm kernel[0]: AirPort: Link Up on en1
    21/12/2013 12:52:30.000 pm kernel[0]: en1: BSSID changed to 20:c9:d0:a8:60:47
    21/12/2013 12:52:30.000 pm kernel[0]: AirPort: RSN handshake complete on en1
    21/12/2013 12:52:30.065 pm configd[17]: LINKLOCAL en1: parent has no IP
    21/12/2013 12:52:30.081 pm UserEventAgent[11]: Captive: CNPluginHandler en1: Inactive
    21/12/2013 12:52:30.000 pm kernel[0]: **** [IOBluetoothHostControllerUSBTransport][SuspendDevice] -- Resume -- suspendDeviceCallResult = 0x0000 (kIOReturnSuccess) -- 0xa000 ****
    21/12/2013 12:52:30.239 pm configd[17]: network changed: v4(en1-:192.168.0.6) DNS- Proxy-
    21/12/2013 12:52:30.243 pm netbarrierd[80]: Switched to No Network. No active profile set
    21/12/2013 12:52:30.258 pm configd[17]: network changed: DNS* Proxy
    21/12/2013 12:52:30.260 pm UserEventAgent[11]: Captive: [CNInfoNetworkActive:1655] en1: SSID 'Time Machine' making interface primary (cache indicates network not captive)
    21/12/2013 12:52:30.261 pm UserEventAgent[11]: Captive: CNPluginHandler en1: Evaluating
    21/12/2013 12:52:30.263 pm UserEventAgent[11]: Captive: en1: Not probing 'Time Machine' (cache indicates not captive)
    21/12/2013 12:52:30.263 pm UserEventAgent[11]: Captive: CNPluginHandler en1: Authenticated
    21/12/2013 12:52:30.321 pm configd[17]: network changed: v4(en1!:192.168.0.6) DNS+ Proxy+ SMB
    21/12/2013 12:52:30.328 pm netbarrierd[80]: Switched to Network (Router IP(192.168.0.1) MAC(00:24:b2:a3:4a:d0) Name(Time Machine)
    21/12/2013 12:52:30.328 pm netbarrierd[80]: Known network detected. Switch to profile "Home"
    21/12/2013 12:52:30.000 pm kernel[0]: flow_divert_kctl_disconnect (0): disconnecting group 1
    21/12/2013 12:52:31.164 pm airportd[67]: _doAutoJoin: Already associated to “Time Machine”. Bailing on auto-join.
    21/12/2013 12:52:32.466 pm com.apple.backupd[562]: Attempting to mount network destination URL: afp://Christopher%20Molloy;[email protected]/Data
    21/12/2013 12:52:32.539 pm NetAuthSysAgent[570]: TUAMHandler::SetUAMType setting UAMType to 13
    21/12/2013 12:52:32.745 pm com.apple.backupd[562]: Mounted network destination at mount point: /Volumes/Data using URL: afp://Christopher%20Molloy;[email protected]/Data
    21/12/2013 12:52:32.752 pm mds[41]: (Normal) Volume: volume:0x7ff0f1094000 ********** Bootstrapped Creating a default store:0 SpotLoc:(null) SpotVerLoc:(null) occlude:0 /Volumes/Data
    21/12/2013 12:52:33.492 pm apsd[65]: Unrecognized leaf certificate
    21/12/2013 12:52:34.782 pm CalendarAgent[230]: [com.apple.calendar.store.log.subscription] [Failed to refresh <CalManagedSubscriptionInfo: 0x7ff269ed4250> (entity: SubscriptionInfo; id: 0x40012b <x-coredata://46AC892B-FBE5-404E-98CB-56251B43F9AA/SubscriptionInfo/p1> ; data: {
        calendar = "0x14000eb <x-coredata://46AC892B-FBE5-404E-98CB-56251B43F9AA/CalDAVSubscribedCalendar/p5> ";
        hasAlarmFilter = 0;
        hasAttachmentFilter = 0;
        hasTaskFilter = 0;
        isAutoProvisioned = 0;
        isAutoRefreshed = 0;
        languageCode = nil;
        lastError = "0x5700016b <x-coredata://46AC892B-FBE5-404E-98CB-56251B43F9AA/SubscriptionError/p348>";
        locationCode = nil;
        needsRefresh = 0;
        refreshDate = nil;
        refreshInterval = 0;
        subscriptionID = nil;
        subscriptionNotes = nil;
        subscriptionTitle = nil;
        subscriptionURL = "(...not nil..)";
        subscriptionURLString = "webcal://ical.me.com/alexyim/Holidays.ics";
    }) with error Error Domain=CalSubscriptionErrorDomain Code=-1 "The operation couldn’t be completed. (CalSubscriptionErrorDomain error -1.)"]
    21/12/2013 12:53:08.000 pm kernel[0]: **** [IOBluetoothHostControllerUSBTransport][SuspendDevice] -- Suspend -- suspendDeviceCallResult = 0x0000 (kIOReturnSuccess) -- 0xa000 ****
    21/12/2013 12:53:54.000 pm kernel[0]: disk0s2: I/O error.
    21/12/2013 12:55:13.000 pm kernel[0]: disk0s2: I/O error.
    21/12/2013 12:56:32.000 pm kernel[0]: disk0s2: I/O error.
    21/12/2013 12:56:34.567 pm WindowServer[165]: disable_update_timeout: UI updates were forcibly disabled by application "Finder" for over 1.00 seconds. Server has re-enabled them.
    21/12/2013 12:56:35.086 pm WindowServer[165]: common_reenable_update: UI updates were finally reenabled by application "Finder" after 1.52 seconds (server forcibly re-enabled them after 1.00 seconds)
    21/12/2013 12:56:39.000 pm kernel[0]: jnl: disk2s2: replay_journal: from: 3809280 to: 4624384 (joffset 0x3a28000)
    21/12/2013 12:56:42.000 pm kernel[0]: jnl: disk2s2: journal replay done.
    21/12/2013 12:56:42.000 pm kernel[0]: hfs: mounted Time Machine Backups on device disk2s2
    21/12/2013 12:56:43.769 pm com.apple.backupd[562]: Disk image /Volumes/Data/Christopher Molloy’s PowerBook G4 15".sparsebundle mounted at: /Volumes/Time Machine Backups
    21/12/2013 12:56:44.601 pm com.apple.backupd[562]: Backing up to /dev/disk2s2: /Volumes/Time Machine Backups/Backups.backupdb
    21/12/2013 12:56:44.633 pm mds[41]: (Error) Volume: Root store set to FSOnly with matching create! (loaded:1)
    21/12/2013 12:58:01.000 pm kernel[0]: disk0s2: I/O error.
    21/12/2013 12:58:03.968 pm com.apple.backupd[562]: Event store UUIDs don't match for volume: Macintosh HD
    21/12/2013 12:58:08.287 pm com.apple.backupd[562]: Deep event scan at path:/ reason:must scan subdirs|new event db|
    21/12/2013 12:59:24.000 pm kernel[0]: disk0s2: I/O error.
    21/12/2013 1:00:01.882 pm SystemUIServer[273]: Metadata.framework [Error]: mdsCopyStoreInformation failed: (268451843) (ipc/rcv) timed out
    21/12/2013 1:00:11.885 pm SystemUIServer[273]: Metadata.framework [Error]: mdsCopyStoreInformation failed: (268451843) (ipc/rcv) timed out
    21/12/2013 1:00:34.913 pm SystemUIServer[273]: Metadata.framework [Error]: mdsCopyStoreInformation failed: (268451843) (ipc/rcv) timed out
    21/12/2013 1:00:50.000 pm kernel[0]: disk0s2: I/O error.
    21/12/2013 1:02:11.000 pm kernel[0]: disk0s2: I/O error.
    21/12/2013 1:02:12.651 pm Console[599]: setPresentationOptions called with NSApplicationPresentationFullScreen when there is no visible fullscreen window; this call will be ignored.
    21/12/2013 1:03:32.000 pm kernel[0]: disk0s2: I/O error.
    21/12/2013 1:04:51.000 pm kernel[0]: disk0s2: I/O error.

    One thing our logs have in common is the "SystemUIServer[...]: Metadata.framework [Error]: mdsCopyStoreInformation failed: (268451843) (ipc/rcv) timed out" part ...

  • The mystery of the double headers : one overtakes the other and i dont have two headers in my code

    This is a total mystery to me and I have tried to resolve the issue for ages and I don't undestand what is going on!
    When I look at my website www.genevievegilbert.com, the top of the browser window from my index page shows me the title 'ARTISTE DES NOUVEAUX...'etc.
    When you look at the source code from the browser, the page shows ONE title, which is 'ARTISTE DES NOUVEAU...'etc
    When I download that original file from the server itself (index.htm) and open the page in Dreamweaver, it shows me a normal header with the title that I want there, named above.
    On my website I have a few links such as 'News'. When you clic on 'News', the top of the browser window from the 'news' page shows me the title
    Kfi :: Digital Media creation for your business
    Now, this is the title of my corporate website, which I DONT WANT to appear in my creative practice website.
    I have no idea why is is part of the title of the other pages in my artist's site. The reason it is a mystery that this title appears there is that when I download to my desktop the actual page (news.htm), IT DOES NOT SHOW TWO TITLES in its header, just one! I open the file in Dreamweaver and the code is written normally, with one title in the header, which contains 'ARTISTE DES NOUVEAU...'etc (which is the title i want on all of this site's pages)
    How come does the one on my server displays TWO titles in its sources code then? What is going on? This is SO strange.
    The first of the two titles in the header TAKES OVER the second one and it is this one that display when anyone visits the site.
    I tested it on explorer, Opera, Safari and Firefox: all the same.
    I have created this site with templates and I gave up on using the template system when updating my pages as I don't quite fully understand the power of this system. Would that possibly have to do with my problem? How can I solve that problem?
    I am applying for grants and I can't have my creative website talking about me wanting to do business! HELP!
    Thanks, Geneviève

    Would it be a matter of 'CLOAKING' my files?
    I found this on the Powweb forums:
    PowWeb Community Forums > The PowWeb Platform > Domain Names / DNS > How to make subdirectorys visible?
    PDA
    View Full Version : How to make subdirectorys visible?
    Kommercial
    2-12-02, 05:35 AM
    Hello,
    I want my visitors to be able to see the full directory they are in, in  the address bar like, ie; http://microsoft.com/whatever/faq.html
    (for example)
    As it is currently, they see http://microsoft.com  (for example) no  matter where they go on my site, it never changes. I can type out  http://microsoft.com/whatever/  in the adress bar and it will then  display that page and show http://microsoft.com/whatever/ at the top,  but once i click on anything to go to another page on my site, it  doesn't change to show the new directory ,  I want it to change as  people move thru my site. Seems almost like a URL cloaking feature is  turned on, like the ones offered on other domain hosts.
    IS this even the right section of the forumn to post this message? Figured it must be "domain name" related.
    is this some feature not offered by powweb?
    Or is there some simple button to hit in the OPS console?
    (btw- i only have one domain name. And my site is all hosted on powweb)
    can someone please help
    thanks
    Dragon
    2-12-02, 07:02 AM
    having  the address not change is most often due to frames ... if you want it  to change just get rid of the frames and you should be fine.
    VBman
    2-12-02, 10:22 AM
    Yes,  its must be frames that you are using, because my addresses are not  'cloaked' as you described, but rather it shows the current location of  each page I go to.
    SBGlasby
    2-18-02, 09:03 PM
    Yes....  THIS IS... one of the many drawbacks of using frames...  otherwise the  Full URL...  of the page... shows in the address bar...

  • System.log check

    Hi
    I just want someone with system.log skills to take a look at my file.
    Lately i had some problems with a iMac and i bought a new one and when i was trying to clone back my backup from my earlier iMac
    I could'n ? always been able to but not this time.
    Anyway. I then started up the new iMac completely from the fresh new HD/user the new iMac had. After that i used migration assistant
    to transfer all my stuff to the new iMac. Everything is there and almost working but my Mac does behave a little weird here and there.
    I think i have wrong press/permissions on many thing because back in time on earlier iMacs i had. I changed them.
    And now i can see a lot of new things in my system.log file i have never seen before. Things like "ApplePersistence=NO" after almost
    any line. And other strange things. I know its a lot to ask and my system.log file did reload doing the night so not everything is there
    anymore from what i can see. But i would be extremely happy if you would be so kind and just go rufly through it and tell me if i have
    a lot of problems. If i do. I will have to start all over with a fresh Mountain Lion and build it up fresh. I haven't done that for the last 3-.4 iMacs
    because i always just clones the old one to the new one but this time i could'n and i did it another way... Maybe its time to do fresh ?
    The only reason i didn't do this. Is because i have tons of photoshop plugins and other photographic stuff and it takes forever to do all
    that over.
    Hope you will look at it. And sorry if its a little long but i didn't know what else to do. Thanks so much.
    iMac 27" late 2013 Mac OS X 10.8.5
    P.S i know the first part of the log shows a respawn every 10 sec but that was a folder permission problem i fixed !
    Oct 14 00:30:00 iMac27 newsyslog[935]: logfile turned over
    Oct 14 00:30:02 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[936]): Exited with code: 254
    Oct 14 00:30:02 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:30:07 iMac27.local librariand[927]: [ERROR] [0.000s] com.apple. framework_client.c:794 IPCSyncingEnabled() failed to contact ubd: -1
    Oct 14 00:30:12 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[939]): Exited with code: 254
    Oct 14 00:30:12 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:30:21 iMac27.local Audio Essentials[942]: ApplePersistence=NO
    Oct 14 00:30:23 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[943]): Exited with code: 254
    Oct 14 00:30:23 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:30:29 iMac27.local Audio Essentials[942]: FlexNet activation error: 8
    Oct 14 00:30:33 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[946]): Exited with code: 254
    Oct 14 00:30:33 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:30:43 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[951]): Exited with code: 254
    Oct 14 00:30:43 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:30:53 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[957]): Exited with code: 254
    Oct 14 00:30:53 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:31:03 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[960]): Exited with code: 254
    Oct 14 00:31:03 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:31:13 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[961]): Exited with code: 254
    Oct 14 00:31:13 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:31:16 iMac27.local System Preferences[964]: ApplePersistence=NO
    Oct 14 00:31:21 iMac27.local authorizationhost[971]: in pam_sm_authenticate(): Got user: iMac1
    Oct 14 00:31:21 iMac27.local authorizationhost[971]: in pam_sm_authenticate(): Got ruser: (null)
    Oct 14 00:31:21 iMac27.local authorizationhost[971]: in pam_sm_authenticate(): Got service: authorization
    Oct 14 00:31:21 iMac27.local authorizationhost[971]: in od_principal_for_user(): No authentication authority returned
    Oct 14 00:31:21 iMac27.local authorizationhost[971]: in od_principal_for_user(): failed: 7
    Oct 14 00:31:21 iMac27.local authorizationhost[971]: in pam_sm_authenticate(): Failed to determine Kerberos principal name.
    Oct 14 00:31:21 iMac27.local authorizationhost[971]: in pam_sm_authenticate(): Done cleanup3
    Oct 14 00:31:21 iMac27.local authorizationhost[971]: in pam_sm_authenticate(): Kerberos 5 refuses you
    Oct 14 00:31:21 iMac27.local authorizationhost[971]: in pam_sm_authenticate(): pam_sm_authenticate: ntlm
    Oct 14 00:31:21 iMac27.local authorizationhost[971]: in pam_sm_acct_mgmt(): OpenDirectory - Membership cache TTL set to 1800.
    Oct 14 00:31:21 iMac27.local authorizationhost[971]: in od_record_check_pwpolicy(): retval: 0
    Oct 14 00:31:21 iMac27.local authorizationhost[971]: in od_record_attribute_create_cfstring(): returned 3 attributes for dsAttrTypeStandard:AuthenticationAuthority
    Oct 14 00:31:21 iMac27.local authorizationhost[971]: in pam_sm_setcred(): Establishing credentials
    Oct 14 00:31:21 iMac27.local authorizationhost[971]: in pam_sm_setcred(): Got user: iMac1
    Oct 14 00:31:21 iMac27.local authorizationhost[971]: in pam_sm_setcred(): Context initialised
    Oct 14 00:31:21 iMac27.local authorizationhost[971]: in pam_sm_setcred(): Got euid, egid: 0 0
    Oct 14 00:31:21 iMac27.local authorizationhost[971]: in pam_sm_setcred(): Done getpwnam()
    Oct 14 00:31:21 iMac27.local authorizationhost[971]: in pam_sm_setcred(): Done setegid() & seteuid()
    Oct 14 00:31:21 iMac27.local authorizationhost[971]: in pam_sm_setcred(): pam_sm_setcred: krb5 user iMac1 doesn't have a principal
    Oct 14 00:31:21 iMac27.local authorizationhost[971]: in pam_sm_setcred(): Done cleanup3
    Oct 14 00:31:21 iMac27.local authorizationhost[971]: in pam_sm_setcred(): Done seteuid() & setegid()
    Oct 14 00:31:21 iMac27.local authorizationhost[971]: in pam_sm_setcred(): Done cleanup4
    Oct 14 00:31:21 iMac27.local authorizationhost[971]: in pam_sm_setcred(): pam_sm_setcred: ntlm
    Oct 14 00:31:21 iMac27.local authorizationhost[971]: in pam_sm_setcred(): pam_sm_setcred: no domain found skipping
    Oct 14 00:31:21 iMac27.local com.apple.SecurityServer[17]: UID 502 authenticated as user iMac1 (UID 502) for right 'system.preferences.accounts'
    Oct 14 00:31:21 iMac27.local com.apple.SecurityServer[17]: Succeeded authorizing right 'system.preferences.accounts' by client '/Applications/System Preferences.app' [964] for authorization created by '/Applications/System Preferences.app' [964] (100013,0)
    Oct 14 00:31:21 iMac27.local com.apple.SecurityServer[17]: Succeeded authorizing right 'system.services.directory.configure' by client '/Applications/System Preferences.app' [964] for authorization created by '/Applications/System Preferences.app' [964] (100013,0)
    Oct 14 00:31:21 iMac27.local coreservicesd[30]: Application App:"Systemindstillinger" [ 0x0/0x31031]  @ 0x0x7ff56a36c2a0 tried to be brought forward, but isn't in fPermittedFrontASNs ( ( ASN:0x0-0x32032:) ), so denying.
    Oct 14 00:31:21 iMac27.local WindowServer[77]: [cps/setfront] Failed setting the front application to Systemindstillinger, psn 0x0-0x31031, securitySessionID=0x186a4, err=-13066
    Oct 14 00:31:21 iMac27.local com.apple.SecurityServer[17]: Succeeded authorizing right 'system.services.directory.configure' by client '/usr/libexec/opendirectoryd' [21] for authorization created by '/Applications/System Preferences.app' [964] (0,0)
    Oct 14 00:31:21 iMac27.local com.apple.SecurityServer[17]: Succeeded authorizing right 'system.preferences' by client '/System/Library/PrivateFrameworks/Admin.framework/Versions/A/Resources/writeco nfig' [973] for authorization created by '/Applications/System Preferences.app' [964] (100002,0)
    Oct 14 00:31:23 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[974]): Exited with code: 254
    Oct 14 00:31:23 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:31:33 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[981]): Exited with code: 254
    Oct 14 00:31:33 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:31:42 iMac27.local com.apple.SecurityServer[17]: Succeeded authorizing right 'system.preferences.sharing' by client '/Applications/System Preferences.app' [964] for authorization created by '/Applications/System Preferences.app' [964] (100012,0)
    Oct 14 00:31:42 iMac27.local com.apple.SecurityServer[17]: Succeeded authorizing right 'system.preferences' by client '/Applications/System Preferences.app' [964] for authorization created by '/Applications/System Preferences.app' [964] (100012,0)
    Oct 14 00:31:42 iMac27.local com.apple.SecurityServer[17]: Succeeded authorizing right 'system.sharepoints.' by client '/Applications/System Preferences.app' [964] for authorization created by '/Applications/System Preferences.app' [964] (100012,0)
    Oct 14 00:31:42 iMac27.local com.apple.SecurityServer[17]: Succeeded authorizing right 'system.services.directory.configure' by client '/usr/libexec/opendirectoryd' [21] for authorization created by '/Applications/System Preferences.app' [964] (0,0)
    Oct 14 00:31:44 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[986]): Exited with code: 254
    Oct 14 00:31:44 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:31:47 iMac27.local com.apple.SecurityServer[17]: Succeeded authorizing right 'system.preferences' by client '/System/Library/PrivateFrameworks/Admin.framework/Versions/A/Resources/writeco nfig' [973] for authorization created by '/Applications/System Preferences.app' [964] (100002,0)
    Oct 14 00:31:54 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[993]): Exited with code: 254
    Oct 14 00:31:54 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:32:01 iMac27.local System Preferences[964]: Unable to open IOHIDSystem (e00002bd)
    Oct 14 00:32:01 iMac27 kernel[0]: virtual bool IOHIDEventSystemUserClient::initWithTask(task_t, void *, UInt32): Client task not privileged to open IOHIDSystem for mapping memory (e00002c1)
    Oct 14 00:32:04 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[994]): Exited with code: 254
    Oct 14 00:32:04 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:32:09 iMac27.local PerianUpdateChecker[998]: ApplePersistence=NO
    Oct 14 00:32:14 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[999]): Exited with code: 254
    Oct 14 00:32:14 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:32:14 iMac27.local System Preferences[964]: /usr/sbin/nvram boot-args (exit status 1)
    Oct 14 00:32:14 --- last message repeated 1 time ---
    Oct 14 00:32:14 iMac27.local com.apple.SecurityServer[17]: Succeeded authorizing right 'system.preferences.startupdisk' by client '/Applications/System Preferences.app' [964] for authorization created by '/Applications/System Preferences.app' [964] (100012,0)
    Oct 14 00:32:14 iMac27.local com.apple.SecurityServer[17]: Succeeded authorizing right 'system.preferences' by client '/Applications/System Preferences.app' [964] for authorization created by '/Applications/System Preferences.app' [964] (100012,0)
    Oct 14 00:32:15 iMac27.local System Preferences[964]:                      OSXCheck: Found /System/Library/CoreServices/boot.efi
    Oct 14 00:32:15 iMac27.local System Preferences[964]:                      OSXCheck: No /System/Library/CoreServices/mach_kernel
    Oct 14 00:32:15 iMac27.local System Preferences[964]:                      OSXCheck: Found //mach_kernel
    Oct 14 00:32:15 iMac27.local System Preferences[964]:            OSXCheck: disk appears to be a valid OS X disk Volume Name: Macintosh HD. Kind: DADiskRef disk0s2.
               ContextualData: {
                  ProductBuildVersion = 12F45;
                  ProductCopyright = "1983-2013 Apple Inc.";
                  ProductName = "OS X";
                  ProductVersion = "10.8.5";
                  SystemFolderPath = "/System/Library/CoreServices";
                  SystemVersionMajor = 10;
    Oct 14 00:32:15 iMac27.local System Preferences[964]: currentBootDevice: being checked by DiskManagement
    Oct 14 00:32:15 iMac27.local System Preferences[964]:           currentBootDevice: DONE checking by DM copyDiskForBootPreference, err = 0
    Oct 14 00:32:15 iMac27.local System Preferences[964]: currentBootDevice found _curBootDevice: Volume Name: Macintosh HD. Kind: DADiskRef disk0s2.
    Oct 14 00:32:15 iMac27.local System Preferences[964]: currentBootDevice: Volume Name: Macintosh HD. Kind: DADiskRef disk0s2.
    Oct 14 00:32:15 iMac27.local System Preferences[964]: Netboot rescan time interval set to 180 seconds
    Oct 14 00:32:15 iMac27.local System Preferences[964]: *** WARNING: -[NSImage compositeToPoint:operation:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Oct 14 00:32:15 iMac27.local System Preferences[964]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Oct 14 00:32:15 iMac27.local System Preferences[964]: *** WARNING: -[NSImage dissolveToPoint:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Oct 14 00:32:15 iMac27.local System Preferences[964]: *** WARNING: -[NSImage dissolveToPoint:fromRect:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Oct 14 00:32:15 iMac27.local System Preferences[964]:
                                   -[SDController(VolumeEvents) _volumeAppeared:]: DADiskRef 0x7ff1a5e53ab0  disk1s2
    Oct 14 00:32:15 iMac27.local System Preferences[964]:                      mountable disk appeared: /Volumes/Lacie 500GB
    Oct 14 00:32:15 iMac27.local System Preferences[964]:                      -> So far so good, passing disk to System Searcher.
    Oct 14 00:32:15 iMac27.local System Preferences[964]:                      OSXCheck: No boot.efi in System Folder or volume root.
    Oct 14 00:32:15 iMac27.local System Preferences[964]:                      WinCheck: Not a valid windows filesystem: /Volumes/Lacie 500GB
    Oct 14 00:32:15 --- last message repeated 1 time ---
    Oct 14 00:32:15 iMac27.local System Preferences[964]:
                                   -[SDController(VolumeEvents) _volumeAppeared:]: DADiskRef 0x7ff1a5df7470  disk0s2
    Oct 14 00:32:15 iMac27.local System Preferences[964]:                      mountable disk appeared: /
    Oct 14 00:32:15 iMac27.local System Preferences[964]:                      -> So far so good, passing disk to System Searcher.
    Oct 14 00:32:15 iMac27.local System Preferences[964]:                      OSXCheck: Found /System/Library/CoreServices/boot.efi
    Oct 14 00:32:15 iMac27.local System Preferences[964]:                      OSXCheck: No /System/Library/CoreServices/mach_kernel
    Oct 14 00:32:15 iMac27.local System Preferences[964]:                      OSXCheck: Found //mach_kernel
    Oct 14 00:32:15 iMac27.local System Preferences[964]:            OSXCheck: disk appears to be a valid OS X disk Volume Name: Macintosh HD. Kind: DADiskRef disk0s2.
               ContextualData: {
                  ProductBuildVersion = 12F45;
                  ProductCopyright = "1983-2013 Apple Inc.";
                  ProductName = "OS X";
                  ProductVersion = "10.8.5";
                  SystemFolderPath = "/System/Library/CoreServices";
                  SystemVersionMajor = 10;
                  kSDSelectDiskOnAddIfValid = 0;
    Oct 14 00:32:16 iMac27.local System Preferences[964]: Saving cache: (
                  "/System/Library/CoreServices"
    Oct 14 00:32:16 iMac27.local com.apple.SecurityServer[17]: Succeeded authorizing right 'system.preferences' by client '/usr/sbin/diskmanagementd' [1000] for authorization created by '/Applications/System Preferences.app' [964] (10000B,0)
    Oct 14 00:32:16 iMac27.local System Preferences[964]: Setting Startup Disk: Volume Name: Macintosh HD. Kind: DADiskRef disk0s2.
               ContextualData: {
                  ProductBuildVersion = 12F45;
                  ProductCopyright = "1983-2013 Apple Inc.";
                  ProductName = "OS X";
                  ProductVersion = "10.8.5";
                  SystemFolderPath = "/System/Library/CoreServices";
                  SystemVersionMajor = 10;
                  kSDDiskIdentifierKey = disk0s2;
                  kSDLogicalVolumeUUIDKey = "";
                  kSDMountPointKey = "/";
                  kSDSelectDiskOnAddIfValid = 0;
                  kSDSystemFolderPathKey = "/System/Library/CoreServices";
                  kSDVolumeGroupUUIDKey = "";
                  kSDVolumeNameKey = "Macintosh HD";
                  kSDVolumeUUIDKey = "19DAD494-FBAD-3772-8AB1-81F5B2BD0E8B";
    Oct 14 00:32:16 iMac27.local System Preferences[964]: ***************************** Setting Startup Disk *****************************
    Oct 14 00:32:16 iMac27.local System Preferences[964]: ******         Volume: Macintosh HD
    Oct 14 00:32:16 iMac27.local System Preferences[964]: ******  System Folder: /System/Library/CoreServices
    Oct 14 00:32:16 iMac27.local System Preferences[964]: ****** System Version: 10
    Oct 14 00:32:16 iMac27.local System Preferences[964]: ****** OF Device Path: IODeviceTree:/PCI0@0/SATA@1F,2/PRT0@0/PMP@0
    Oct 14 00:32:16 iMac27.local com.apple.SecurityServer[17]: Succeeded authorizing right 'system.preferences' by client '/usr/sbin/diskmanagementd' [1000] for authorization created by '/Applications/System Preferences.app' [964] (10000B,0)
    Oct 14 00:32:24 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[1014]): Exited with code: 254
    Oct 14 00:32:24 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:32:28 iMac27.local com.apple.SecurityServer[17]: Succeeded authorizing right 'system.preferences' by client '/System/Library/PrivateFrameworks/Admin.framework/Versions/A/Resources/writeco nfig' [973] for authorization created by '/Applications/System Preferences.app' [964] (100002,0)
    Oct 14 00:32:34 --- last message repeated 1 time ---
    Oct 14 00:32:34 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[1015]): Exited with code: 254
    Oct 14 00:32:34 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:32:34 iMac27.local com.apple.SecurityServer[17]: Succeeded authorizing right 'system.privilege.taskport.safe' by client '/usr/libexec/taskgated' [13] for authorization created by '/usr/libexec/taskgated' [1017] (100003,1)
    Oct 14 00:32:40 iMac27.local sample[1016]: DebugSymbols was unable to start a spotlight query: spotlight is not responding or disabled.
    Oct 14 00:32:45 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[1018]): Exited with code: 254
    Oct 14 00:32:45 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:32:55 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[1019]): Exited with code: 254
    Oct 14 00:32:55 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:33:05 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[1020]): Exited with code: 254
    Oct 14 00:33:05 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:33:15 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[1021]): Exited with code: 254
    Oct 14 00:33:15 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:33:25 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[1023]): Exited with code: 254
    Oct 14 00:33:25 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:33:33 iMac27.local WebProcess[1025]: ApplePersistence=NO
    Oct 14 00:33:33 iMac27.local Safari[1024]: ApplePersistence=NO
    Oct 14 00:33:35 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[1027]): Exited with code: 254
    Oct 14 00:33:35 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:33:41 iMac27.local WebProcess[1025]: <CATransformLayer: 0x7fe8d6304bd0> - changing property shadowOffset in transform-only layer, will have no effect
    Oct 14 00:33:41 iMac27.local WebProcess[1025]: <CATransformLayer: 0x7fe8d6304bd0> - changing property shadowColor in transform-only layer, will have no effect
    Oct 14 00:33:41 iMac27.local WebProcess[1025]: <CATransformLayer: 0x7fe8d6304bd0> - changing property shadowRadius in transform-only layer, will have no effect
    Oct 14 00:33:45 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[1028]): Exited with code: 254
    Oct 14 00:33:45 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:33:49 iMac27.local WebProcess[1025]: <CATransformLayer: 0x7fe8d635cfd0> - changing property shadowOffset in transform-only layer, will have no effect
    Oct 14 00:33:49 iMac27.local WebProcess[1025]: <CATransformLayer: 0x7fe8d635cfd0> - changing property shadowColor in transform-only layer, will have no effect
    Oct 14 00:33:49 iMac27.local WebProcess[1025]: <CATransformLayer: 0x7fe8d635cfd0> - changing property shadowRadius in transform-only layer, will have no effect
    Oct 14 00:33:54 iMac27.local WebProcess[1025]: objc[1025]: Object 0x7fe8d2c2bf90 of class NSUserDefaults autoreleased with no pool in place - just leaking - break on objc_autoreleaseNoPool() to debug
    Oct 14 00:33:55 --- last message repeated 1 time ---
    Oct 14 00:33:55 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[1035]): Exited with code: 254
    Oct 14 00:33:55 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:34:06 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[1037]): Exited with code: 254
    Oct 14 00:34:06 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:34:16 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[1042]): Exited with code: 254
    Oct 14 00:34:16 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:34:26 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[1047]): Exited with code: 254
    Oct 14 00:34:26 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:34:36 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[1050]): Exited with code: 254
    Oct 14 00:34:36 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:34:46 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[1055]): Exited with code: 254
    Oct 14 00:34:46 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:34:51 iMac27.local System Preferences[964]: *** -[IADomainCache init]: IA domains cache couldn't be read.
    Oct 14 00:34:51 iMac27.local System Preferences[964]: The IAAccountDiscovery completed notification
    Oct 14 00:34:56 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[1058]): Exited with code: 254
    Oct 14 00:34:56 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:35:01 iMac27.local AOSPushRelay[1060]: ApplePersistence=NO
    Oct 14 00:35:02 iMac27.local com.apple.iCloudHelper[1056]: AOSKit ERROR: Setup request failed, [email protected], url=https://setup.icloud.com/setup/login_or_create_account, requestHeaders=
                  "Accept-Language" = "da-dk";
                  Authorization = "Basic ...";
                  "X-APNS-Token" = 6af86644fc2fc1a86b1f8edf1dc5cc4fb02c3f23449f3bb1a0d9fd777731b4f1;
                  "X-Aos-Accept-Tos" = false;
                  "X-Mme-Client-Info" = "<iMac14,2> <Mac OS X;10.8.5;12F45> <com.apple.AOSKit/152.4 (com.apple.systempreferences/12.0)>";
                  "X-Mme-Country" = DK;
                  "X-Mme-Nas-Qualify" = "AjVQDAT09mrsqoY19EXKFu8uOxF3yNoi9tfxc2cfwHc0AAAB4AUAAAABAAABgHtWlXqcPbVEhrdyC9 tBBXSdi586Ltv/2MBtEOH/kB5W744puHsQk5lGfh/qYObHY/ilDZW8iuQRTWWh4Y4y9GLgwySnBsKjN+ 5D995m2g/PtuB9oRwuW8Mu0K0amGacjTMghGAOmbu8wp9RkUG8+UuM2O0eotM2WyE6liHmldqULW8xb/ uDEqqv5sURtoUGqMFUuOpeFQ5iIk03CFbgookPfNfd4ovD7n5+XViAt0QyNNvc9JJwWVr1Hh3JFVVisn yRvGl0aaqicMy3qm8FtjnE9Fll9bwJ94Akx1NnmXBuRiDIpqIHhsyA5zM0F+L/GzXH/tqUd3ZxI3Es1M 68T2A9tf7Jc9jndjbcj9Y+nVeDjN0aEDGI8GZWe+XneuaihoP6Tn1b2/2ae8axdB8iuKEUKuKvoHDdNx gpZVLT3jYzfaJ1JCilCgn5C90gvl8qzVwuh/ODayJHiz6Rin7yClI2SDZvmrJQS+lk+6LQg6JD++7uQ9 hgVHXn8TNV3ZNTmQAAAAAAAABPARlzqh4XFBfVDW3XvA0MYMhzSRqHAAAANgkJVZgft4CfMLQ9XaFPtD 5IiFJbIBWgJS2MrMvD0K92osWf+xGDS/8X4572s00PJRlE6ei4Ng==";
                  "X-Mme-Timezone" = CEST;
              error=Error Domain=AOSErrorDomain Code=5002 "Handlingen kunne ikke udføres. (AOSErrorDomain fejl 5002.)" UserInfo=0x7fcbb26330c0 {HttpStatusCode=401, DialogInfo={
                  AlternateButtonLabel = "";
                  AlternateButtonLink = "";
                  Body = UNAUTHORIZED;
                  DefaultButtonLabel = "mme.setupservice.SetupServiceJS.OK";
                  DefaultButtonLink = "";
                  DialogType = PasswordDialog;
                  ErrorID = UNAUTHORIZED;
                  Header = "";
                  HelpLink = "";
                  description = "These account credentials are unauthorized.";
                  localizedError = UNAUTHORIZED;
                  protocolVersion = 2;
              }}, httpStatusCode=401, responseBody=
              <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
              <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
              <plist version="1.0">
                        <dict>
                                  <key>protocolVersion</key>
                                  <string>2</string>
                                  <key>DefaultButtonLabel</key>
                                  <string>mme.setupservice.SetupServiceJS.OK</string>
                                  <key>Body</key>
                                  <string>UNAUTHORIZED</string>
                                  <key>ErrorID</key>
                                  <string>UNAUTHORIZED</string>
                                  <key>DialogType</key>
                                  <string>CustomDialog</string>
                                  <key>AlternateButtonLink</key>
                                  <string></string>
                                  <key>AlternateButtonLabel</key>
                                  <string></string>
                                  <key>localizedError</key>
                                  <string>UNAUTHORIZED</string>
                                  <key>DefaultButtonLink</key>
                                  <string></string>
                                  <key>Header</key>
                                  <string></string>
                                  <key>HelpLink</key>
                                  <string></string>
                                  <key>description</key>
                                  <string>These account credentials are unauthorized.</string>
                        </dict>
              </plist>
    Oct 14 00:35:06 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[1062]): Exited with code: 254
    Oct 14 00:35:06 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:35:07 iMac27.local com.apple.SecurityServer[17]: Succeeded authorizing right 'system.services.systemconfiguration.network' by client '/System/Library/Frameworks/SystemConfiguration.framework/Versions/A/Resources/ SCHelper' [1063] for authorization created by '/Applications/System Preferences.app' [964] (100003,0)
    Oct 14 00:35:07 --- last message repeated 1 time ---
    Oct 14 00:35:07 iMac27.local System Preferences[964]: Unknown serviceID: com.apple.Dataclass.SharedStreams
    Oct 14 00:35:07 --- last message repeated 3 times ---
    Oct 14 00:35:07 iMac27.local System Preferences[964]: WARNING: Could not get recovery version information for disk <DADisk 0x7ff1a6b2e8e0 [0x101a92110]>{id = /dev/disk0s2}: Kan ikke finde starthjælpspartitionen. (-69737)
    Oct 14 00:35:07 iMac27.local System Preferences[964]: INFO: FMM: containsRecoveryPartition: NO, version: (null)
    Oct 14 00:35:07 --- last message repeated 1 time ---
    Oct 14 00:35:07 iMac27.local System Preferences[964]: INFO: FMM: recoveryPartitionNeedsUpdate: YES
    Oct 14 00:35:07 iMac27.local System Preferences[964]: INFO: FMM: can enable: NO
    Oct 14 00:35:07 iMac27.local AppleIDAuthAgent[158]: SERVER AppleIDAuth: Adding account "sj...en@???????.??" succeeded.[ NULL ]  (__AppleIDDoAddAppleID()/AppleIDAuthenticationImpl.cpp #157) com.apple.coreservices.appleid.authentication.peer.0x7fdb238023.xpcq
    Oct 14 00:35:07 iMac27.local aosnotifyd[1069]: aosnotifyd has been launched
    Oct 14 00:35:07 iMac27.local aosnotifyd[1069]: bootstrap_look_up failed (44e)
    Oct 14 00:35:07 iMac27.local com.apple.SecurityServer[17]: Succeeded authorizing right 'com.apple.opendirectoryd.linkidentity' by client '/Applications/System Preferences.app' [964] for authorization created by '/Applications/System Preferences.app' [964] (100013,0)
    Oct 14 00:35:07 iMac27.local locationd[1071]: Incorrect NSStringEncoding value 0x8000100 detected. Assuming NSASCIIStringEncoding. Will stop this compatiblity mapping behavior in the near future.
    Oct 14 00:35:07 iMac27.local locationd[1071]: NOTICE,Location icon should now be in state 0
    Oct 14 00:35:08 iMac27.local System Preferences[964]: INFO: FMM: containsRecoveryPartition: NO, version: (null)
    Oct 14 00:35:08 --- last message repeated 1 time ---
    Oct 14 00:35:08 iMac27.local System Preferences[964]: INFO: FMM: recoveryPartitionNeedsUpdate: YES
    Oct 14 00:35:08 iMac27.local System Preferences[964]: INFO: FMM: can enable: NO
    Oct 14 00:35:08 iMac27.local System Preferences[964]: INFO: FMM: containsRecoveryPartition: NO, version: (null)
    Oct 14 00:35:08 --- last message repeated 1 time ---
    Oct 14 00:35:08 iMac27.local System Preferences[964]: INFO: FMM: recoveryPartitionNeedsUpdate: YES
    Oct 14 00:35:08 iMac27.local System Preferences[964]: INFO: FMM: can enable: NO
    Oct 14 00:35:08 iMac27.local com.apple.SecurityServer[17]: Succeeded authorizing right 'com.apple.opendirectoryd.linkidentity' by client '/Applications/System Preferences.app' [964] for authorization created by '/Applications/System Preferences.app' [964] (100013,0)
    Oct 14 00:35:08 iMac27.local com.apple.SecurityServer[17]: Succeeded authorizing right 'com.apple.opendirectoryd.linkidentity' by client '/usr/libexec/opendirectoryd' [21] for authorization created by '/Applications/System Preferences.app' [964] (4,0)
    Oct 14 00:35:12 --- last message repeated 1 time ---
    Oct 14 00:35:12 iMac27.local System Preferences[964]: Unknown serviceID: com.apple.Dataclass.SharedStreams
    Oct 14 00:35:12 --- last message repeated 7 times ---
    Oct 14 00:35:12 iMac27.local AppleIDAuthAgent[158]: SERVER Removing certificate for Apple ID "sj...en@???????.??" dsID="6b5462566f416b39576330477971513139734a5333673d3d" because it has expired or been revoked. (renewCertificateForAccount()/AppleIDAuthd.cpp #143) accountCheckDispatch
    Oct 14 00:35:12 iMac27.local AppleIDAuthAgent[158]: SERVER AppleIDAuth: Creating CSR for "sj...en@???????.??". (__AppleIDDoCreateCertificateRequestForAppleID()/AppleIDAuthenticationImpl.cpp #480) accountCheckDispatch
    Oct 14 00:35:14 iMac27.local AppleIDAuthAgent[158]: SERVER AppleIDAuth: CSR sent to Apple ID server for account "sj...en@???????.??", certificateToken=, certToken="10111767352--313333343336393436", delay=60. (__AppleIDDoCreateCertificateRequestForAppleID()/AppleIDAuthenticationImpl.cpp #549) accountCheckDispatch
    Oct 14 00:35:15 iMac27.local System Preferences[964]: starting scanNetBootImages
    Oct 14 00:35:17 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[1076]): Exited with code: 254
    Oct 14 00:35:17 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:35:27 iMac27.local System Preferences[964]: Unknown serviceID: com.apple.Dataclass.SharedStreams
    Oct 14 00:35:27 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[1079]): Exited with code: 254
    Oct 14 00:35:27 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:35:37 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[1082]): Exited with code: 254
    Oct 14 00:35:37 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:35:39 iMac27.local System Preferences[964]: Unknown serviceID: com.apple.Dataclass.SharedStreams
    Oct 14 00:35:39 --- last message repeated 1 time ---
    Oct 14 00:35:39 iMac27.local System Preferences[964]: INFO: FMM: containsRecoveryPartition: NO, version: (null)
    Oct 14 00:35:39 --- last message repeated 1 time ---
    Oct 14 00:35:39 iMac27.local System Preferences[964]: INFO: FMM: recoveryPartitionNeedsUpdate: YES
    Oct 14 00:35:39 iMac27.local System Preferences[964]: INFO: FMM: can enable: NO
    Oct 14 00:35:40 iMac27.local System Preferences[964]: Unknown serviceID: com.apple.Dataclass.SharedStreams
    Oct 14 00:35:40 --- last message repeated 1 time ---
    Oct 14 00:35:40 iMac27.local AppleIDAuthAgent[158]: SERVER AppleIDAuth: Forgetting account "sj...en@???????.??". (__AppleIDForgetAppleID()/AppleIDAuthenticationImpl.cpp #809) com.apple.coreservices.appleid.authentication.peer.0x7fdb23b0f4.xpcq
    Oct 14 00:35:40 iMac27.local com.apple.SecurityServer[17]: Succeeded authorizing right 'com.apple.opendirectoryd.linkidentity' by client '/Applications/System Preferences.app' [964] for authorization created by '/Applications/System Preferences.app' [964] (100013,0)
    Oct 14 00:35:40 --- last message repeated 1 time ---
    Oct 14 00:35:40 iMac27.local com.apple.SecurityServer[17]: Succeeded authorizing right 'com.apple.opendirectoryd.linkidentity' by client '/usr/libexec/opendirectoryd' [21] for authorization created by '/Applications/System Preferences.app' [964] (4,0)
    Oct 14 00:35:44 --- last message repeated 1 time ---
    Oct 14 00:35:44 iMac27.local System Preferences[964]: willDeauthenticate: (null)
    Oct 14 00:35:47 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[1088]): Exited with code: 254
    Oct 14 00:35:47 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:35:57 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[1089]): Exited with code: 254
    Oct 14 00:35:57 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:36:07 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[1092]): Exited with code: 254
    Oct 14 00:36:07 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:36:17 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[1095]): Exited with code: 254
    Oct 14 00:36:17 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:36:27 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[1100]): Exited with code: 254
    Oct 14 00:36:27 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:36:37 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[1104]): Exited with code: 254
    Oct 14 00:36:37 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:36:48 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[1109]): Exited with code: 254
    Oct 14 00:36:48 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:36:58 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[1110]): Exited with code: 254
    Oct 14 00:36:58 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:37:08 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[1117]): Exited with code: 254
    Oct 14 00:37:08 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:37:18 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[1120]): Exited with code: 254
    Oct 14 00:37:18 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:37:28 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[1121]): Exited with code: 254
    Oct 14 00:37:28 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:37:29 iMac27.local Keychain Access[1122]: ApplePersistence=NO
    Oct 14 00:37:38 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[1125]): Exited with code: 254
    Oct 14 00:37:38 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:37:43 iMac27.local EasyFind[1126]: ApplePersistence=NO
    Oct 14 00:37:47 iMac27.local WindowServer[77]: CGXSetWindowBackgroundBlurRadius: Invalid window 0xffffffff
    Oct 14 00:37:49 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[1127]): Exited with code: 254
    Oct 14 00:37:49 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:37:54 iMac27.local Console[1128]: ApplePersistence=NO
    Oct 14 00:37:59 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[1129]): Exited with code: 254
    Oct 14 00:37:59 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:38:09 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[1134]): Exited with code: 254
    Oct 14 00:38:09 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:38:19 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[1136]): Exited with code: 254
    Oct 14 00:38:19 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:38:29 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[1142]): Exited with code: 254
    Oct 14 00:38:29 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:38:40 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[1147]): Exited with code: 254
    Oct 14 00:38:40 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:38:50 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[1155]): Exited with code: 254
    Oct 14 00:38:50 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:38:51 iMac27.local authorizationhost[1156]: in pam_sm_authenticate(): Got user: iMac1
    Oct 14 00:38:51 iMac27.local authorizationhost[1156]: in pam_sm_authenticate(): Got ruser: (null)
    Oct 14 00:38:51 iMac27.local authorizationhost[1156]: in pam_sm_authenticate(): Got service: authorization
    Oct 14 00:38:51 iMac27.local authorizationhost[1156]: in od_principal_for_user(): No authentication authority returned
    Oct 14 00:38:51 iMac27.local authorizationhost[1156]: in od_principal_for_user(): failed: 7
    Oct 14 00:38:51 iMac27.local authorizationhost[1156]: in pam_sm_authenticate(): Failed to determine Kerberos principal name.
    Oct 14 00:38:51 iMac27.local authorizationhost[1156]: in pam_sm_authenticate(): Done cleanup3
    Oct 14 00:38:51 iMac27.local authorizationhost[1156]: in pam_sm_authenticate(): Kerberos 5 refuses you
    Oct 14 00:38:51 iMac27.local authorizationhost[1156]: in pam_sm_authenticate(): pam_sm_authenticate: ntlm
    Oct 14 00:38:51 iMac27.local authorizationhost[1156]: in pam_sm_acct_mgmt(): OpenDirectory - Membership cache TTL set to 1800.
    Oct 14 00:38:51 iMac27.local authorizationhost[1156]: in od_record_check_pwpolicy(): retval: 0
    Oct 14 00:38:51 iMac27.local authorizationhost[1156]: in od_record_attribute_create_cfstring(): returned 3 attributes for dsAttrTypeStandard:AuthenticationAuthority
    Oct 14 00:38:51 iMac27.local authorizationhost[1156]: in pam_sm_setcred(): Establishing credentials
    Oct 14 00:38:51 iMac27.local authorizationhost[1156]: in pam_sm_setcred(): Got user: iMac1
    Oct 14 00:38:51 iMac27.local authorizationhost[1156]: in pam_sm_setcred(): Context initialised
    Oct 14 00:38:51 iMac27.local authorizationhost[1156]: in pam_sm_setcred(): Got euid, egid: 0 0
    Oct 14 00:38:51 iMac27.local authorizationhost[1156]: in pam_sm_setcred(): Done getpwnam()
    Oct 14 00:38:51 iMac27.local authorizationhost[1156]: in pam_sm_setcred(): Done setegid() & seteuid()
    Oct 14 00:38:51 iMac27.local authorizationhost[1156]: in pam_sm_setcred(): pam_sm_setcred: krb5 user iMac1 doesn't have a principal
    Oct 14 00:38:51 iMac27.local authorizationhost[1156]: in pam_sm_setcred(): Done cleanup3
    Oct 14 00:38:51 iMac27.local authorizationhost[1156]: in pam_sm_setcred(): Done seteuid() & setegid()
    Oct 14 00:38:51 iMac27.local authorizationhost[1156]: in pam_sm_setcred(): Done cleanup4
    Oct 14 00:38:51 iMac27.local authorizationhost[1156]: in pam_sm_setcred(): pam_sm_setcred: ntlm
    Oct 14 00:38:51 iMac27.local authorizationhost[1156]: in pam_sm_setcred(): pam_sm_setcred: no domain found skipping
    Oct 14 00:38:51 iMac27.local com.apple.SecurityServer[17]: UID 502 authenticated as user iMac1 (UID 502) for right 'com.apple.desktopservices'
    Oct 14 00:38:51 iMac27.local com.apple.SecurityServer[17]: Succeeded authorizing right 'com.apple.desktopservices' by client '/System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Res ources/Locum' [1153] for authorization created by '/System/Library/CoreServices/Finder.app' [255] (100003,0)
    Oct 14 00:38:51 iMac27.local coreservicesd[30]: Application App:"Finder" [ 0x0/0x20020]  @ 0x0x7ff56a358760 tried to be brought forward, but isn't in fPermittedFrontASNs ( ( ASN:0x0-0x3f03f:) ), so denying.
    Oct 14 00:38:51 iMac27.local WindowServer[77]: [cps/setfront] Failed setting the front application to Finder, psn 0x0-0x20020, securitySessionID=0x186a4, err=-13066
    Oct 14 00:38:57 iMac27.local Locum[1153]: Connection with distnoted server was invalidated
    Oct 14 00:40:09 iMac27.local authorizationhost[1188]: in pam_sm_authenticate(): Got user: iMac1
    Oct 14 00:40:09 iMac27.local authorizationhost[1188]: in pam_sm_authenticate(): Got ruser: (null)
    Oct 14 00:40:09 iMac27.local authorizationhost[1188]: in pam_sm_authenticate(): Got service: authorization
    Oct 14 00:40:09 iMac27.local authorizationhost[1188]: in od_principal_for_user(): No authentication authority returned
    Oct 14 00:40:09 iMac27.local authorizationhost[1188]: in od_principal_for_user(): failed: 7
    Oct 14 00:40:09 iMac27.local authorizationhost[1188]: in pam_sm_authenticate(): Failed to determine Kerberos principal name.
    Oct 14 00:40:09 iMac27.local authorizationhost[1188]: in pam_sm_authenticate(): Done cleanup3
    Oct 14 00:40:09 iMac27.local authorizationhost[1188]: in pam_sm_authenticate(): Kerberos 5 refuses you
    Oct 14 00:40:09 iMac27.local authorizationhost[1188]: in pam_sm_authenticate(): pam_sm_authenticate: ntlm
    Oct 14 00:40:09 iMac27.local authorizationhost[1188]: in pam_sm_acct_mgmt(): OpenDirectory - Membership cache TTL set to 1800.
    Oct 14 00:40:09 iMac27.local authorizationhost[1188]: in od_record_check_pwpolicy(): retval: 0
    Oct 14 00:40:09 iMac27.local authorizationhost[1188]: in od_record_attribute_create_cfstring(): returned 3 attributes for dsAttrTypeStandard:AuthenticationAuthority
    Oct 14 00:40:09 iMac27.local authorizationhost[1188]: in pam_sm_setcred(): Establishing credentials
    Oct 14 00:40:09 iMac27.local authorizationhost[1188]: in pam_sm_setcred(): Got user: iMac1
    Oct 14 00:40:09 iMac27.local authorizationhost[1188]: in pam_sm_setcred(): Context initialised
    Oct 14 00:40:09 iMac27.local authorizationhost[1188]: in pam_sm_setcred(): Got euid, egid: 0 0
    Oct 14 00:40:09 iMac27.local authorizationhost[1188]: in pam_sm_setcred(): Done getpwnam()
    Oct 14 00:40:09 iMac27.local authorizationhost[1188]: in pam_sm_setcred(): Done setegid() & seteuid()
    Oct 14 00:40:09 iMac27.local authorizationhost[1188]: in pam_sm_setcred(): pam_sm_setcred: krb5 user iMac1 doesn't have a principal
    Oct 14 00:40:09 iMac27.local authorizationhost[1188]: in pam_sm_setcred(): Done cleanup3
    Oct 14 00:40:09 iMac27.local authorizationhost[1188]: in pam_sm_setcred(): Done seteuid() & setegid()
    Oct 14 00:40:09 iMac27.local authorizationhost[1188]: in pam_sm_setcred(): Done cleanup4
    Oct 14 00:40:09 iMac27.local authorizationhost[1188]: in pam_sm_setcred(): pam_sm_setcred: ntlm
    Oct 14 00:40:09 iMac27.local authorizationhost[1188]: in pam_sm_setcred(): pam_sm_setcred: no domain found skipping
    Oct 14 00:40:09 iMac27.local com.apple.SecurityServer[17]: UID 502 authenticated as user iMac1 (UID 502) for right 'com.apple.desktopservices'
    Oct 14 00:40:09 iMac27.local com.apple.SecurityServer[17]: Succeeded authorizing right 'com.apple.desktopservices' by client '/System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Res ources/Locum' [1186] for authorization created by '/System/Library/CoreServices/Finder.app' [255] (100003,0)
    Oct 14 00:40:09 iMac27.local coreservicesd[30]: Application App:"Finder" [ 0x0/0x20020]  @ 0x0x7ff56a358760 tried to be brought forward, but isn't in fPermittedFrontASNs ( ( ASN:0x0-0x40040:) ), so denying.
    Oct 14 00:40:09 iMac27.local WindowServer[77]: [cps/setfront] Failed setting the front application to Finder, psn 0x0-0x20020, securitySessionID=0x186a4, err=-13066
    Oct 14 00:40:24 iMac27.local Locum[1186]: Connection with distnoted server was invalidated
    Oct 14 00:41:53 iMac27.local appleeventsd[64]: 10759711: Error #17 (os/kern) invalid right attempting to add send right to port ( port:22071 rcv:0,send:0,d:2). (addSendRight()/XPCHelpers.cp #428) ApplicationQ
    Oct 14 00:41:53 iMac27.local appleeventsd[64]: SetClientAppleEventPortQ(), unable to add send right to port ( port:22071 rcv:0,send:0,d:2) for app App:"osascript"/1213/0x0:0x0 0x00100 sess=100004 so other applications will be unable to send this application AppleEvents. (SetClientAppleEventPortQ()/appleEventsD.cp #576) ApplicationQ
    Oct 14 00:42:36 iMac27.local Locum[1231]: Connection with distnoted server was invalidated
    Oct 14 00:43:54 iMac27.local Locum[1282]: Connection with distnoted server was invalidated
    Oct 14 00:44:09 iMac27.local Console[1292]: ApplePersistence=NO
    Oct 14 00:45:12 iMac27.local Wired Client[1343]: ApplePersistence=NO
    Oct 14 00:45:12 iMac27.local Wired Client[1346]: ApplePersistence=NO
    Oct 14 00:45:12 iMac27.local Twitterrific[1347]: ApplePersistence=NO
    Oct 14 00:45:14 iMac27.local Skype[1349]: ApplePersistence=NO
    Oct 14 00:45:27 iMac27.local WebProcess[1366]: ApplePersistence=NO
    Oct 14 00:45:27 iMac27.local Safari[1365]: ApplePersistence=NO
    Oct 14 00:45:31 iMac27.local WebProcess[1366]: objc[1366]: Object 0x7fa5e942bf40 of class NSUserDefaults autoreleased with no pool in place - just leaking - break on objc_autoreleaseNoPool() to debug
    Oct 14 00:45:49 iMac27.local Twitterrific[1389]: ApplePersistence=NO
    Oct 14 00:45:56 iMac27.local WebProcess[1399]: ApplePersistence=NO
    Oct 14 00:45:56 iMac27.local Safari[1398]: ApplePersistence=NO
    Oct 14 00:46:22 iMac27.local authorizationhost[1418]: in pam_sm_authenticate(): Got user: iMac1
    Oct 14 00:46:22 iMac27.local authorizationhost[1418]: in pam_sm_authenticate(): Got ruser: (null)
    Oct 14 00:46:22 iMac27.local authorizationhost[1418]: in pam_sm_authenticate(): Got service: authorization
    Oct 14 00:46:22 iMac27.local authorizationhost[1418]: in od_principal_for_user(): No authentication authority returned
    Oct 14 00:46:22 iMac27.local authorizationhost[1418]: in od_principal_for_user(): failed: 7
    Oct 14 00:46:22 iMac27.local authorizationhost[1418]: in pam_sm_authenticate(): Failed to determine Kerberos principal name.
    Oct 14 00:46:22 iMac27.local authorizationhost[1418]: in pam_sm_authenticate(): Done cleanup3
    Oct 14 00:46:22 iMac27.local authorizationhost[1418]: in pam_sm_authenticate(): Kerberos 5 refuses you
    Oct 14 00:46:22 iMac27.local authorizationhost[1418]: in pam_sm_authenticate(): pam_sm_authenticate: ntlm
    Oct 14 00:46:22 iMac27.local authorizationhost[1418]: in pam_sm_acct_mgmt(): OpenDirectory - Membership cache TTL set to 1800.
    Oct 14 00:46:22 iMac27.local authorizationhost[1418]: in od_record_check_pwpolicy(): retval: 0
    Oct 14 00:46:22 iMac27.local authorizationhost[1418]: in od_record_attribute_create_cfstring(): returned 3 attributes for dsAttrTypeStandard:AuthenticationAuthority
    Oct 14 00:46:22 iMac27.local authorizationhost[1418]: in pam_sm_setcred(): Establishing credentials
    Oct 14 00:46:22 iMac27.local authorizationhost[1418]: in pam_sm_setcred(): Got user: iMac1
    Oct 14 00:46:22 iMac27.local authorizationhost[1418]: in pam_sm_setcred(): Context initialised
    Oct 14 00:46:22 iMac27.local authorizationhost[1418]: in pam_sm_setcred(): Got euid, egid: 0 0
    Oct 14 00:46:22 iMac27.local authorizationhost[1418]: in pam_sm_setcred(): Done getpwnam()
    Oct 14 00:46:22 iMac27.local authorizationhost[1418]: in pam_sm_setcred(): Done setegid() & seteuid()
    Oct 14 00:46:22 iMac27.local authorizationhost[1418]: in pam_sm_setcred(): pam_sm_setcred: krb5 user iMac1 doesn't have a principal
    Oct 14 00:46:22 iMac27.local authorizationhost[1418]: in pam_sm_setcred(): Done cleanup3
    Oct 14 00:46:22 iMac27.local authorizationhost[1418]: in pam_sm_setcred(): Done seteuid() & setegid()
    Oct 14 00:46:22 iMac27.local authorizationhost[1418]: in pam_sm_setcred(): Done cleanup4
    Oct 14 00:46:22 iMac27.local authorizationhost[1418]: in pam_sm_setcred(): pam_sm_setcred: ntlm
    Oct 14 00:46:22 iMac27.local authorizationhost[1418]: in pam_sm_setcred(): pam_sm_setcred: no domain found skipping
    Oct 14 00:46:22 iMac27.local com.apple.SecurityServer[17]: UID 502 authenticated as user iMac1 (UID 502) for right 'com.apple.desktopservices'
    Oct 14 00:46:22 iMac27.local com.apple.SecurityServer[17]: Succeeded authorizing right 'com.apple.desktopservices' by client '/System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Res ources/Locum' [1416] for authorization created by '/System/Library/CoreServices/Finder.app' [255] (100003,0)
    Oct 14 00:46:22 iMac27.local coreservicesd[30]: Application App:"Finder" [ 0x0/0x20020]  @ 0x0x7ff56a358760 tried to be brought forward, but isn't in fPermittedFrontASNs ( ( ASN:0x0-0x4c04c:) ), so denying.
    Oct 14 00:46:22 iMac27.local WindowServer[77]: [cps/setfront] Failed setting the front application to Finder, psn 0x0-0x20020, securitySessionID=0x186a4, err=-13066
    Oct 14 00:46:24 iMac27.local Locum[1416]: Connection with distnoted server was invalidated
    Oct 14 00:46:45 iMac27.local com.apple.SecurityServer[17]: Succeeded authorizing right 'system.privilege.taskport.safe' by client '/usr/libexec/taskgated' [13] for authorization created by '/usr/libexec/taskgated' [1435] (100003,1)
    Oct 14 00:46:50 iMac27.local sample[1434]: DebugSymbols was unable to start a spotlight query: spotlight is not responding or disabled.
    Oct 14 00:47:17 iMac27.local authorizationhost[1440]: in pam_sm_authenticate(): Got user: iMac1
    Oct 14 00:47:17 iMac27.local authorizationhost[1440]: in pam_sm_authenticate(): Got ruser: (null)
    Oct 14 00:47:17 iMac27.local authorizationhost[1440]: in pam_sm_authenticate(): Got service: authorization
    Oct 14 00:47:17 iMac27.local authorizationhost[1440]: in od_principal_for_user(): No authentication authority returned
    Oct 14 00:47:17 iMac27.local authorizationhost[1440]: in od_principal_for_user(): failed: 7
    Oct 14 00:47:17 iMac27.local authorizationhost[1440]: in pam_sm_authenticate(): Failed to determine Kerberos principal name.
    Oct 14 00:47:17 iMac27.local authorizationhost[1440]: in pam_sm_authenticate(): Done cleanup3
    Oct 14 00:47:17 iMac27.local authorizationhost[1440]: in pam_sm_authenticate(): Kerberos 5 refuses you
    Oct 14 00:47:17 iMac27.local authorizationhost[1440]: in pam_sm_authenticate(): pam_sm_authenticate: ntlm
    Oct 14 00:47:17 iMac27.local authorizationhost[1440]: in pam_sm_acct_mgmt(): OpenDirectory - Membership cache TTL set to 1800.
    Oct 14 00:47:17 iMac27.local authorizationhost[1440]: in od_record_check_pwpolicy(): retval: 0
    Oct 14 00:47:17 iMac27.local authorizationhost[1440]: in od_record_attribute_create_cfstring(): returned 3 attributes for dsAttrTypeStandard:AuthenticationAuthority
    Oct 14 00:47:17 iMac27.local authorizationhost[1440]: in pam_sm_setcred(): Establishing credentials
    Oct 14 00:47:17 iMac27.local authorizationhost[1440]: in pam_sm_setcred(): Got user: iMac1
    Oct 14 00:47:17 iMac27.local authorizationhost[1440]: in pam_sm_setcred(): Context initialised
    Oct 14 00:47:17 iMac27.local authorizationhost[1440]: in pam_sm_setcred(): Got euid, egid: 0 0
    Oct 14 00:47:17 iMac27.local authorizationhost[1440]: in pam_sm_setcred(): Done getpwnam()
    Oct 14 00:47:17 iMac27.local authorizationhost[1440]: in pam_sm_setcred(): Done setegid() & seteuid()
    Oct 14 00:47:17 iMac27.local authorizationhost[1440]: in pam_sm_setcred(): pam_sm_setcred: krb5 user iMac1 doesn't have a principal
    Oct 14 00:47:17 iMac27.local authorizationhost[1440]: in pam_sm_setcred(): Done cleanup3
    Oct 14 00:47:17 iMac27.local authorizationhost[1440]: in pam_sm_setcred(): Done seteuid() & setegid()
    Oct 14 00:47:17 iMac27.local authorizationhost[1440]: in pam_sm_setcred(): Done cleanup4
    Oct 14 00:47:17 iMac27.local authorizationhost[1440]: in pam_sm_setcred(): pam_sm_setcred: ntlm
    Oct 14 00:47:17 iMac27.local authorizationhost[1440]: in pam_sm_setcred(): pam_sm_setcred: no domain found skipping
    Oct 14 00:47:17 iMac27.local com.apple.SecurityServer[17]: UID 502 authenticated as user iMac1 (UID 502) for right 'com.apple.desktopservices'
    Oct 14 00:47:17 iMac27.local com.apple.SecurityServer[17]: Succeeded authorizing right 'com.apple.desktopservices' by client '/System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Res ources/Locum' [1438] for authorization created by '/System/Library/CoreServices/Finder.app' [255] (100003,0)
    Oct 14 00:47:17 iMac27.local coreservicesd[30]: Application App:"Finder" [ 0x0/0x20020]  @ 0x0x7ff56a358760 tried to be brought forward, but isn't in fPermittedFrontASNs ( ( ASN:0x0-0x4e04e:) ), so denying.
    Oct 14 00:47:17 iMac27.local WindowServer[77]: [cps/setfront] Failed setting the front application to Finder, psn 0x0-0x20020, securitySessionID=0x186a4, err=-13066
    Oct 14 00:47:20 iMac27.local Locum[1438]: Connection with distnoted server was invalidated
    Oct 14 00:48:36 iMac27.local authorizationhost[1491]: in pam_sm_authenticate(): Got user: iMac1
    Oct 14 00:48:36 iMac27.local authorizationhost[1491]: in pam_sm_authenticate(): Got ruser: (null)
    Oct 14 00:48:36 iMac27.local authorizationhost[1491]: in pam_sm_authenticate(): Got service: authorization
    Oct 14 00:48:36 iMac27.local authorizationhost[1491]: in od_principal_for_user(): No authentication authority returned
    Oct 14 00:48:36 iMac27.local authorizationhost[1491]: in od_principal_for_user(): failed: 7
    Oct 14 00:48:36 iMac27.local authorizationhost[1491]: in pam_sm_authenticate(): Failed to determine Kerberos principal name.
    Oct 14 00:48:36 iMac27.local authorizationhost[1491]: in pam_sm_authenticate(): Done cleanup3
    Oct 14 00:48:36 iMac27.local authorizationhost[1491]: in pam_sm_authenticate(): Kerberos 5 refuses you
    Oct 14 00:48:36 iMac27.local authorizationhost[1491]: in pam_sm_authenticate(): pam_sm_authenticate: ntlm
    Oct 14 00:48:36 iMac27.local authorizationhost[1491]: in pam_sm_acct_mgmt(): OpenDirectory - Membership cache TTL set to 1800.
    Oct 14 00:48:36 iMac27.local authorizationhost[1491]: in od_record_check_pwpolicy(): retval: 0
    Oct 14 00:48:36 iMac27.local authorizationhost[1491]: in od_record_attribute_create_cfstring(): returned 3 attributes for dsAttrTypeStandard:AuthenticationAuthority
    Oct 14 00:48:36 iMac27.local authorizationhost[1491]: in pam_sm_setcred(): Establishing credentials
    Oct 14 00:48:36 iMac27.local authorizationhost[1491]: in pam_sm_setcred(): Got user: iMac1
    Oct 14 00:48:36 iMac27.local authorizationhost[1491]: in pam_sm_setcred(): Context initialised
    Oct 14 00:48:36 iMac27.local authorizationhost[1491]: in pam_sm_setcred(): Got euid, egid: 0 0
    Oct 14 00:48:36 iMac27.local authorizationhost[1491]: in pam_sm_setcred(): Done getpwnam()
    Oct 14 00:48:36 iMac27.local authorizationhost[1491]: in pam_sm_setcred(): Done setegid() & seteuid()
    Oct 14 00:48:36 iMac27.local authorizationhost[1491]: in pam_sm_setcred(): pam_sm_setcred: krb5 user iMac1 doesn't have a principal
    Oct 14 00:48:36 iMac27.local authorizationhost[1491]: in pam_sm_setcred(): Done cleanup3
    Oct 14 00:48:36 iMac27.local authorizationhost[1491]: in pam_sm_setcred(): Done seteuid() & setegid()
    Oct 14 00:48:36 iMac27.local authorizationhost[1491]: in pam_sm_setcred(): Done cleanup4
    Oct 14 00:48:36 iMac27.local authorizationhost[1491]: in pam_sm_setcred(): pam_sm_setcred: ntlm
    Oct 14 00:48:36 iMac27.local authorizationhost[1491]: in pam_sm_setcred(): pam_sm_setcred: no domain found skipping
    Oct 14 00:48:36 iMac27.local com.apple.SecurityServer[17]: UID 502 authenticated as user iMac1 (UID 502) for right 'com.apple.desktopservices'
    Oct 14 00:48:36 iMac27.local com.apple.SecurityServer[17]: Succeeded authorizing right 'com.apple.desktopservices' by client '/System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Res ources/Locum' [1487] for authorization created by '/System/Library/CoreServices/Finder.app' [255]

    Now i started from scratch. A fresh Mountain lion install and now i have this again,
    Keeps going every 5-8 min
    Oct 15 01:44:15 iMac27.local Locum[4765]: Connection with distnoted server was invalidated
    Oct 15 01:44:17 iMac27.local Locum[4770]: Connection with distnoted server was invalidated
    Oct 15 01:44:29 iMac27.local Locum[4771]: Connection with distnoted server was invalidated
    Oct 15 01:44:29 iMac27 com.apple.launchd.peruser.89[199] (com.apple.mdworker.single.07000000-0000-0000-0000-000000000000[4772]): Exited with code: 1
    Oct 15 01:44:34 iMac27 com.apple.launchd.peruser.89[199] (com.apple.mdworker.single.07000000-0000-0000-0000-000000000000[4773]): Exited with code: 1
    Oct 15 01:44:39 iMac27 com.apple.launchd.peruser.89[199] (com.apple.mdworker.single.07000000-0000-0000-0000-000000000000[4774]): Exited with code: 1
    Oct 15 01:44:42 iMac27.local Locum[4775]: Connection with distnoted server was invalidated
    Oct 15 01:44:44 iMac27 com.apple.launchd.peruser.89[199] (com.apple.mdworker.single.07000000-0000-0000-0000-000000000000[4776]): Exited with code: 1
    Oct 15 01:44:49 iMac27 com.apple.launchd.peruser.89[199] (com.apple.mdworker.single.07000000-0000-0000-0000-000000000000[4777]): Exited with code: 1
    Oct 15 01:44:55 iMac27 com.apple.launchd.peruser.89[199] (com.apple.mdworker.single.07000000-0000-0000-0000-000000000000[4778]): Exited with code: 1
    Oct 15 01:45:00 iMac27 com.apple.launchd.peruser.89[199] (com.apple.mdworker.single.07000000-0000-0000-0000-000000000000[4779]): Exited with code: 1
    Oct 15 01:45:05 iMac27 com.apple.launchd.peruser.89[199] (com.apple.mdworker.single.07000000-0000-0000-0000-000000000000[4781]): Exited with code: 1
    Oct 15 01:45:05 iMac27.local Locum[4782]: Connection with distnoted server was invalidated
    Oct 15 01:45:10 iMac27 com.apple.launchd.peruser.89[199] (com.apple.mdworker.single.07000000-0000-0000-0000-000000000000[4783]): Exited with code: 1
    Oct 15 01:45:12 iMac27.local Locum[4784]: Connection with distnoted server was invalidated
    Oct 15 01:45:20 iMac27 com.apple.launchd.peruser.89[199] (com.apple.mdworker.single.07000000-0000-0000-0000-000000000000[4788]): Exited with code: 1
    Oct 15 01:45:20 iMac27.local Locum[4789]: Connection with distnoted server was invalidated
    Oct 15 01:45:25 iMac27 com.apple.launchd.peruser.89[199] (com.apple.mdworker.single.07000000-0000-0000-0000-000000000000[4790]): Exited with code: 1
    Oct 15 01:45:27 iMac27.local Locum[4791]: Connection with distnoted server was invalidated
    Oct 15 01:45:30 iMac27 com.apple.launchd.peruser.89[199] (com.apple.mdworker.single.07000000-0000-0000-0000-000000000000[4792]): Exited with code: 1
    Oct 15 01:45:35 iMac27 com.apple.launchd.peruser.89[199] (com.apple.mdworker.single.07000000-0000-0000-0000-000000000000[4793]): Exited with code: 1
    Oct 15 01:45:41 iMac27 kernel[0]: Sandbox: sandboxd(4797) deny mach-lookup com.apple.coresymbolicationd
    Oct 15 01:45:41 iMac27.local sandboxd[4797] ([4795]): mdworker(4795) deny file-write-create /private/var/folders/s0/1ztd_pdd0t1b_h8tp53bzrnr0000gn/T/TemporaryItems/.__&&ex pandTemp&&__ (import fstype:hfs fsflag:480D000 flags:240000005E diag:0 uti:org.gnu.gnu-zip-archive plugin:/StuffIt Archive Manager.app/Contents/Library/Spotlight/StuffIt.mdimporter - find suspect file using: sudo mdutil -t 602617)
    Oct 15 01:45:42 iMac27.local sandboxd[4797] ([4795]): mdworker(4795) deny file-write-create /private/var/folders/s0/1ztd_pdd0t1b_h8tp53bzrnr0000gn/T/TemporaryItems/.__&&ex pandTemp&&__ (import fstype:hfs fsflag:480D000 flags:240000005E diag:0 uti:public.lzma-archive plugin:/StuffIt Archive Manager.app/Contents/Library/Spotlight/StuffIt.mdimporter - find suspect file using: sudo mdutil -t 602618)
    Oct 15 01:45:48 iMac27.local Locum[4799]: Connection with distnoted server was invalidated
    Oct 15 01:45:53 iMac27.local authorizationhost[4802]: in pam_sm_authenticate(): Got user: iMac27
    Oct 15 01:45:53 iMac27.local authorizationhost[4802]: in pam_sm_authenticate(): Got ruser: (null)
    Oct 15 01:45:53 iMac27.local authorizationhost[4802]: in pam_sm_authenticate(): Got service: authorization
    Oct 15 01:45:53 iMac27.local authorizationhost[4802]: in od_principal_for_user(): No authentication authority returned
    Oct 15 01:45:53 iMac27.local authorizationhost[4802]: in od_principal_for_user(): failed: 7
    Oct 15 01:45:53 iMac27.local authorizationhost[4802]: in pam_sm_authenticate(): Failed to determine Kerberos principal name.
    Oct 15 01:45:53 iMac27.local authorizationhost[4802]: in pam_sm_authenticate(): Done cleanup3
    Oct 15 01:45:53 iMac27.local authorizationhost[4802]: in pam_sm_authenticate(): Kerberos 5 refuses you
    Oct 15 01:45:53 iMac27.local authorizationhost[4802]: in pam_sm_authenticate(): pam_sm_authenticate: ntlm
    Oct 15 01:45:53 iMac27.local authorizationhost[4802]: in pam_sm_acct_mgmt(): OpenDirectory - Membership cache TTL set to 1800.
    Oct 15 01:45:53 iMac27.local authorizationhost[4802]: in od_record_check_pwpolicy(): retval: 0
    Oct 15 01:45:53 iMac27.local authorizationhost[4802]: in od_record_attribute_create_cfstring(): returned 2 attributes for dsAttrTypeStandard:AuthenticationAuthority
    Oct 15 01:45:53 iMac27.local authorizationhost[4802]: in pam_sm_setcred(): Establishing credentials
    Oct 15 01:45:53 iMac27.local authorizationhost[4802]: in pam_sm_setcred(): Got user: iMac27
    Oct 15 01:45:53 iMac27.local authorizationhost[4802]: in pam_sm_setcred(): Context initialised
    Oct 15 01:45:53 iMac27.local authorizationhost[4802]: in pam_sm_setcred(): Got euid, egid: 0 0
    Oct 15 01:45:53 iMac27.local authorizationhost[4802]: in pam_sm_setcred(): Done getpwnam()
    Oct 15 01:45:53 iMac27.local authorizationhost[4802]: in pam_sm_setcred(): Done setegid() & seteuid()
    Oct 15 01:45:53 iMac27.local authorizationhost[4802]: in pam_sm_setcred(): pam_sm_setcred: krb5 user iMac27 doesn't have a principal
    Oct 15 01:45:53 iMac27.local authorizationhost[4802]: in pam_sm_setcred(): Done cleanup3
    Oct 15 01:45:53 iMac27.local authorizationhost[4802]: in pam_sm_setcred(): Done seteuid() & setegid()
    Oct 15 01:45:53 iMac27.local authorizationhost[4802]: in pam_sm_setcred(): Done cleanup4
    Oct 15 01:45:53 iMac27.local authorizationhost[4802]: in pam_sm_setcred(): pam_sm_setcred: ntlm
    Oct 15 01:45:53 iMac27.local authorizationhost[4802]: in pam_sm_setcred(): pam_sm_setcred: no domain found skipping
    Oct 15 01:45:53 iMac27.local com.apple.SecurityServer[15]: UID 501 authenticated as user iMac27 (UID 501) for right 'com.apple.desktopservices'
    Oct 15 01:45:53 iMac27.local com.apple.SecurityServer[15]: Succeeded authorizing right 'com.apple.desktopservices' by client '/System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Res ources/Locum' [4799] for authorization created by '/System/Library/CoreServices/Finder.app' [140] (100003,0)
    Oct 15 01:45:53 iMac27.local coreservicesd[31]: Application App:"Finder" [ 0x0/0xd00d]  @ 0x0x7fd1c0c354a0 tried to be brought forward, but isn't in fPermittedFrontASNs ( ( ASN:0x0-0x2c72c7:) ), so denying.
    Oct 15 01:45:53 iMac27.local WindowServer[82]: [cps/setfront] Failed setting the front application to Finder, psn 0x0-0xd00d, securitySessionID=0x186a5, err=-13066
    Oct 15 01:46:10 iMac27.local Locum[4805]: Connection with distnoted server was invalidated
    Oct 15 01:46:17 iMac27.local Locum[4807]: Connection with distnoted server was invalidated
    Oct 15 01:46:23 iMac27.local Locum[4809]: Connection with distnoted server was invalidated
    Oct 15 01:46:30 iMac27.local Locum[4810]: Connection with distnoted server was invalidated
    Oct 15 01:46:44 iMac27.local Locum[4816]: Connection with distnoted server was invalidated
    Oct 15 01:46:51 iMac27.local Locum[4818]: Connection with distnoted server was invalidated
    Oct 15 01:46:55 iMac27.local authorizationhost[4821]: in pam_sm_authenticate(): Got user: iMac27
    Oct 15 01:46:55 iMac27.local authorizationhost[4821]: in pam_sm_authenticate(): Got ruser: (null)
    Oct 15 01:46:55 iMac27.local authorizationhost[4821]: in pam_sm_authenticate(): Got service: authorization
    Oct 15 01:46:55 iMac27.local authorizationhost[4821]: in od_principal_for_user(): No authentication authority returned
    Oct 15 01:46:55 iMac27.local authorizationhost[4821]: in od_principal_for_user(): failed: 7
    Oct 15 01:46:55 iMac27.local authorizationhost[4821]: in pam_sm_authenticate(): Failed to determine Kerberos principal name.
    Oct 15 01:46:55 iMac27.local authorizationhost[4821]: in pam_sm_authenticate(): Done cleanup3
    Oct 15 01:46:55 iMac27.local authorizationhost[4821]: in pam_sm_authenticate(): Kerberos 5 refuses you
    Oct 15 01:46:55 iMac27.local authorizationhost[4821]: in pam_sm_authenticate(): pam_sm_authenticate: ntlm
    Oct 15 01:46:55 iMac27.local authorizationhost[4821]: in pam_sm_acct_mgmt(): OpenDirectory - Membership cache TTL set to 1800.
    Oct 15 01:46:55 iMac27.local authorizationhost[4821]: in od_record_check_pwpolicy(): retval: 0
    Oct 15 01:46:55 iMac27.local authorizationhost[4821]: in od_record_attribute_create_cfstring(): returned 2 attributes for dsAttrTypeStandard:AuthenticationAuthority
    Oct 15 01:46:55 iMac27.local authorizationhost[4821]: in pam_sm_setcred(): Establishing credentials
    Oct 15 01:46:55 iMac27.local authorizationhost[4821]: in pam_sm_setcred(): Got user: iMac27
    Oct 15 01:46:55 iMac27.local authorizationhost[4821]: in pam_sm_setcred(): Context initialised
    Oct 15 01:46:55 iMac27.local authorizationhost[4821]: in pam_sm_setcred(): Got euid, egid: 0 0
    Oct 15 01:46:55 iMac27.local authorizationhost[4821]: in pam_sm_setcred(): Done getpwnam()
    Oct 15 01:46:55 iMac27.local authorizationhost[4821]: in pam_sm_setcred(): Done setegid() & seteuid()
    Oct 15 01:46:55 iMac27.local authorizationhost[4821]: in pam_sm_setcred(): pam_sm_setcred: krb5 user iMac27 doesn't have a principal
    Oct 15 01:46:55 iMac27.local authorizationhost[4821]: in pam_sm_setcred(): Done cleanup3
    Oct 15 01:46:55 iMac27.local authorizationhost[4821]: in pam_sm_setcred(): Done seteuid() & setegid()
    Oct 15 01:46:55 iMac27.local authorizationhost[4821]: in pam_sm_setcred(): Done cleanup4
    Oct 15 01:46:55 iMac27.local authorizationhost[4821]: in pam_sm_setcred(): pam_sm_setcred: ntlm
    Oct 15 01:46:55 iMac27.local authorizationhost[4821]: in pam_sm_setcred(): pam_sm_setcred: no domain found skipping
    Oct 15 01:46:55 iMac27.local com.apple.SecurityServer[15]: UID 501 authenticated as user iMac27 (UID 501) for right 'com.apple.desktopservices'
    Oct 15 01:46:55 iMac27.local com.apple.SecurityServer[15]: Succeeded authorizing right 'com.apple.desktopservices' by client '/System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Res ources/Locum' [4818] for authorization created by '/System/Library/CoreServices/Finder.app' [140] (100003,0)
    Oct 15 01:46:55 iMac27.local coreservicesd[31]: Application App:"Finder" [ 0x0/0xd00d]  @ 0x0x7fd1c0c354a0 tried to be brought forward, but isn't in fPermittedFrontASNs ( ( ASN:0x0-0x2ca2ca:) ), so denying.
    Oct 15 01:46:55 iMac27.local WindowServer[82]: [cps/setfront] Failed setting the front application to Finder, psn 0x0-0xd00d, securitySessionID=0x186a5, err=-13066
    Oct 15 01:47:03 iMac27.local Locum[4823]: Connection with distnoted server was invalidated
    Oct 15 01:47:13 iMac27.local Locum[4825]: Connection with distnoted server was invalidated
    Oct 15 01:47:32 iMac27.local Locum[4827]: Connection with distnoted server was invalidated
    Oct 15 01:47:52 iMac27.local authorizationhost[4834]: in pam_sm_authenticate(): Got user: iMac27
    Oct 15 01:47:52 iMac27.local authorizationhost[4834]: in pam_sm_authenticate(): Got ruser: (null)
    Oct 15 01:47:52 iMac27.local authorizationhost[4834]: in pam_sm_authenticate(): Got service: authorization
    Oct 15 01:47:52 iMac27.local authorizationhost[4834]: in od_principal_for_user(): No authentication authority returned
    Oct 15 01:47:52 iMac27.local authorizationhost[4834]: in od_principal_for_user(): failed: 7
    Oct 15 01:47:52 iMac27.local authorizationhost[4834]: in pam_sm_authenticate(): Failed to determine Kerberos principal name.
    Oct 15 01:47:52 iMac27.local authorizationhost[4834]: in pam_sm_authenticate(): Done cleanup3
    Oct 15 01:47:52 iMac27.local authorizationhost[4834]: in pam_sm_authenticate(): Kerberos 5 refuses you
    Oct 15 01:47:52 iMac27.local authorizationhost[4834]: in pam_sm_authenticate(): pam_sm_authenticate: ntlm
    Oct 15 01:47:52 iMac27.local authorizationhost[4834]: in pam_sm_acct_mgmt(): OpenDirectory - Membership cache TTL set to 1800.
    Oct 15 01:47:52 iMac27.local authorizationhost[4834]: in od_record_check_pwpolicy(): retval: 0
    Oct 15 01:47:52 iMac27.local authorizationhost[4834]: in od_record_attribute_create_cfstring(): returned 2 attributes for dsAttrTypeStandard:AuthenticationAuthority
    Oct 15 01:47:52 iMac27.local authorizationhost[4834]: in pam_sm_setcred(): Establishing credentials
    Oct 15 01:47:52 iMac27.local authorizationhost[4834]: in pam_sm_setcred(): Got user: iMac27
    Oct 15 01:47:52 iMac27.local authorizationhost[4834]: in pam_sm_setcred(): Context initialised
    Oct 15 01:47:52 iMac27.local authorizationhost[4834]: in pam_sm_setcred(): Got euid, egid: 0 0
    Oct 15 01:47:52 iMac27.local authorizationhost[4834]: in pam_sm_setcred(): Done getpwnam()
    Oct 15 01:47:52 iMac27.local authorizationhost[4834]: in pam_sm_setcred(): Done setegid() & seteuid()
    Oct 15 01:47:52 iMac27.local authorizationhost[4834]: in pam_sm_setcred(): pam_sm_setcred: krb5 user iMac27 doesn't have a principal
    Oct 15 01:47:52 iMac27.local authorizationhost[4834]: in pam_sm_setcred(): Done cleanup3
    Oct 15 01:47:52 iMac27.local authorizationhost[4834]: in pam_sm_setcred(): Done seteuid() & setegid()
    Oct 15 01:47:52 iMac27.local authorizationhost[4834]: in pam_sm_setcred(): Done cleanup4
    Oct 15 01:47:52 iMac27.local authorizationhost[4834]: in pam_sm_setcred(): pam_sm_setcred: ntlm
    Oct 15 01:47:52 iMac27.local authorizationhost[4834]: in pam_sm_setcred(): pam_sm_setcred: no domain found skipping
    Oct 15 01:47:52 iMac27.local com.apple.SecurityServer[15]: UID 501 authenticated as user iMac27 (UID 501) for right 'com.apple.desktopservices'
    Oct 15 01:47:52 iMac27.local com.apple.SecurityServer[15]: Succeeded authorizing right 'com.apple.desktopservices' by client '/System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Res ources/Locum' [4832] for authorization created by '/System/Library/CoreServices/Finder.app' [140] (100003,0)
    Oct 15 01:47:52 iMac27.local coreservicesd[31]: Application App:"Finder" [ 0x0/0xd00d]  @ 0x0x7fd1c0c354a0 tried to be brought forward, but isn't in fPermittedFrontASNs ( ( ASN:0x0-0x2cc2cc:) ), so denying.
    Oct 15 01:47:52 iMac27.local WindowServer[82]: [cps/setfront] Failed setting the front application to Finder, psn 0x0-0xd00d, securitySessionID=0x186a5, err=-13066

  • Upload Article Images and Map to Master Data in SAP Retail 6.0

    Hi experts,
    I'm new on Retail Industry, I need to upload about a 15,000 article images and relete them with it'a master data, we are using SAP-Retail 6.0, I read that this is posible  but it doesn't say how to do it. Any of you know how to do this?'
    Regards

    Let me show you the config that we have
    On Edit Screen Data Parameters
    Full Screens
    Server Path                 file://C:\
    Width (Col)                 50
    Height in Rows            20
    File Type                    jpg
    Thumbnail
    Server Path     file://C:\
    File Type       jpg
    Screen Sequence
    Server Path     file://C:\
    File Type       jpg
    Max. Images     3
    Separators      -
    Active Button in subscreen
    X thumbnail
    X Screen Sequence
    X Fullscreen Image
      Subobjects
    X HTML Viewer
    Control data
    X  Check URLs
    X  Setup URLs
    Image Module   A Thumbnail with pushbuttons
    Object ID          E External display
    URL Determin.   C Read from table first, then Generically: Save changes
    Default settings
    Thumbnail      IMAGE01
    Full Screen    IMAGE01
    HTML Page    http://www.elektra.com.mx
    On Screen config we add for Basic Data
    Screen Sequence Number       23
    Logical screen (within a screen sequence)  04
    Consecutive Number of Subscreen     17
    Programm       SAPLMGW_PICTURE
    Screen   0101
    The results is as I told you before just a blank square, we don't have anything pictures nor buttons.
    Hope you can help me
    Regards
    Edgar lopez

  • Progress bar on startup

    Hi Guys,
    I keep getting a progress bar on startup. Not every time, but at least every few days. I've had this before since installing Mavericks and eventually my drive was not reparable in disk utility and I had to do a clean install and start from scratch.
    I'm using a Macbook Pro 2012 with a Sandisk Ultra Plus SSD.
    One thing I've noticed is that it seems to happen when I shutdown and close the lid of the macbook overnight and leave it unplugged. I'm not sure if this is a coincidence or not.
    I'm not sure exactly what is causing this issue and I can't seem to find what it is from the log files. I've pasted my log file in below, hopefully there's someone out there who can see what it is!
    22/11/13 8:50:32.000 am bootlog[0]: BOOT_TIME 1385081432 0
    22/11/13 8:51:08.000 am 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/11/13 8:51:08.000 am 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/11/13 8:51:08.000 am 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/11/13 8:51:08.000 am 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/11/13 8:51:08.000 am 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/11/13 8:51:08.000 am 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/11/13 8:51:08.000 am 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/11/13 8:51:08.000 am 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/11/13 8:51:08.000 am 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/11/13 8:51:08.000 am 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/11/13 8:51:08.000 am 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/11/13 8:51:08.000 am 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/11/13 8:51:08.000 am 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/11/13 8:51:08.000 am 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/11/13 8:51:08.000 am 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/11/13 8:51:08.000 am 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/11/13 8:51:08.000 am 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/11/13 8:51:08.000 am kernel[0]: Longterm timer threshold: 1000 ms
    22/11/13 8:51:08.000 am kernel[0]: PMAP: PCID enabled
    22/11/13 8:51:08.000 am kernel[0]: PMAP: Supervisor Mode Execute Protection enabled
    22/11/13 8:51:08.000 am 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
    22/11/13 8:51:08.000 am kernel[0]: vm_page_bootstrap: 3908857 free pages and 252679 wired pages
    22/11/13 8:51:08.000 am kernel[0]: kext submap [0xffffff7f807a5000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff80007a5000]
    22/11/13 8:51:08.000 am kernel[0]: zone leak detection enabled
    22/11/13 8:51:08.000 am kernel[0]: "vm_compressor_mode" is 4
    22/11/13 8:51:08.000 am kernel[0]: standard timeslicing quantum is 10000 us
    22/11/13 8:51:08.000 am kernel[0]: standard background quantum is 2500 us
    22/11/13 8:51:08.000 am kernel[0]: mig_table_max_displ = 74
    22/11/13 8:51:08.000 am kernel[0]: TSC Deadline Timer supported and enabled
    22/11/13 8:51:08.000 am kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled
    22/11/13 8:51:08.000 am kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=2 Enabled
    22/11/13 8:51:08.000 am kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=1 Enabled
    22/11/13 8:51:08.000 am kernel[0]: AppleACPICPU: ProcessorId=4 LocalApicId=3 Enabled
    22/11/13 8:51:08.000 am kernel[0]: AppleACPICPU: ProcessorId=5 LocalApicId=255 Disabled
    22/11/13 8:51:08.000 am kernel[0]: AppleACPICPU: ProcessorId=6 LocalApicId=255 Disabled
    22/11/13 8:51:08.000 am kernel[0]: AppleACPICPU: ProcessorId=7 LocalApicId=255 Disabled
    22/11/13 8:51:08.000 am kernel[0]: AppleACPICPU: ProcessorId=8 LocalApicId=255 Disabled
    22/11/13 8:51:08.000 am kernel[0]: calling mpo_policy_init for TMSafetyNet
    22/11/13 8:51:08.000 am kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    22/11/13 8:51:08.000 am kernel[0]: calling mpo_policy_init for Sandbox
    22/11/13 8:51:08.000 am kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    22/11/13 8:51:08.000 am kernel[0]: calling mpo_policy_init for Quarantine
    22/11/13 8:51:08.000 am kernel[0]: Security policy loaded: Quarantine policy (Quarantine)
    22/11/13 8:51:08.000 am kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    22/11/13 8:51:08.000 am kernel[0]: The Regents of the University of California. All rights reserved.
    22/11/13 8:51:08.000 am kernel[0]: MAC Framework successfully initialized
    22/11/13 8:51:08.000 am kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers
    22/11/13 8:51:08.000 am kernel[0]: AppleKeyStore starting (BUILT: Sep 19 2013 22:20:34)
    22/11/13 8:51:08.000 am kernel[0]: IOAPIC: Version 0x20 Vectors 64:87
    22/11/13 8:51:08.000 am kernel[0]: ACPI: sleep states S3 S4 S5
    22/11/13 8:51:08.000 am kernel[0]: AppleIntelCPUPowerManagement: Turbo Ratios 0046
    22/11/13 8:51:08.000 am kernel[0]: AppleIntelCPUPowerManagement: (built 22:16:38 Sep 19 2013) initialization complete
    22/11/13 8:51:08.000 am kernel[0]: pci (build 22:16:29 Sep 19 2013), flags 0x63008, pfm64 (36 cpu) 0xf80000000, 0x80000000
    22/11/13 8:51:08.000 am kernel[0]: [ PCI configuration begin ]
    22/11/13 8:51:08.000 am kernel[0]: console relocated to 0xf80000000
    22/11/13 8:51:08.000 am kernel[0]: [ PCI configuration end, bridges 11, devices 15 ]
    22/11/13 8:51:08.000 am kernel[0]: mcache: 4 CPU(s), 64 bytes CPU cache line size
    22/11/13 8:51:08.000 am kernel[0]: mbinit: done [128 MB total pool size, (85/42) split]
    22/11/13 8:51:08.000 am kernel[0]: Pthread support ABORTS when sync kernel primitives misused
    22/11/13 8:51:08.000 am kernel[0]: FireWire (OHCI) Lucent ID 5901 built-in now active, GUID 10ddb1fffe8da9e6; max speed s800.
    22/11/13 8:51:08.000 am kernel[0]: rooting via boot-uuid from /chosen: 159A8D24-BC1B-3397-A3F5-A6F84517DC1A
    22/11/13 8:51:08.000 am 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/11/13 8:51:08.000 am kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start
    22/11/13 8:51:08.000 am kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start
    22/11/13 8:51:08.000 am kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded
    22/11/13 8:51:08.000 am kernel[0]: com.apple.AppleFSCompressionTypeDataless load succeeded
    22/11/13 8:51:08.000 am kernel[0]: AppleIntelCPUPowerManagementClient: ready
    22/11/13 8:51:08.000 am kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleIntelPchS eriesAHCI/PRT1@1/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOB lockStorageDriver/SanDisk SDSSDHP128G Media/IOGUIDPartitionScheme/Mavericks@2
    22/11/13 8:51:08.000 am kernel[0]: BSD root: disk0s2, major 1, minor 3
    22/11/13 8:51:08.000 am kernel[0]: BTCOEXIST off
    22/11/13 8:51:08.000 am kernel[0]: BRCM tunables:
    22/11/13 8:51:08.000 am kernel[0]: pullmode[1] txringsize[  256] txsendqsize[1024] reapmin[   32] reapcount[  128]
    22/11/13 8:51:08.000 am kernel[0]: hfs: mounted Mavericks on device root_device
    22/11/13 8:51:08.000 am kernel[0]: AppleUSBMultitouchDriver::checkStatus - received Status Packet, Payload 2: device was reinitialized
    22/11/13 8:50:32.326 am com.apple.launchd[1]: *** launchd[1] has started up. ***
    22/11/13 8:50:32.326 am com.apple.launchd[1]: *** Shutdown logging is enabled. ***
    22/11/13 8:51:08.100 am com.apple.SecurityServer[17]: Session 100000 created
    22/11/13 8:51:08.000 am kernel[0]: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    22/11/13 8:51:08.000 am kernel[0]: IO80211Interface::efiNVRAMPublished(): 
    22/11/13 8:51:10.261 am com.apple.SecurityServer[17]: Entering service
    22/11/13 8:51:10.000 am kernel[0]: Previous Shutdown Cause: 5
    22/11/13 8:51:10.000 am kernel[0]: init
    22/11/13 8:51:10.000 am kernel[0]: probe
    22/11/13 8:51:10.000 am kernel[0]: start
    22/11/13 8:51:10.000 am kernel[0]: [IOBluetoothHCIController][start] -- completed
    22/11/13 8:51:10.000 am kernel[0]: IOBluetoothUSBDFU::probe
    22/11/13 8:51:10.000 am kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x821D FirmwareVersion - 0x0131
    22/11/13 8:51:10.000 am kernel[0]: **** [IOBluetoothHostControllerUSBTransport][start] -- completed -- result = TRUE -- 0x6400 ****
    22/11/13 8:51:10.000 am kernel[0]: **** [BroadcomBluetoothHostControllerUSBTransport][start] -- Completed -- 0x6400 ****
    22/11/13 8:51:10.000 am kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification -- 0x6400
    22/11/13 8:51:10.428 am UserEventAgent[14]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    22/11/13 8:51:10.440 am UserEventAgent[14]: Captive: CNPluginHandler en1: Inactive
    22/11/13 8:51:10.000 am kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    22/11/13 8:51:10.000 am kernel[0]: **** [IOBluetoothHCIController][protectedBluetoothHCIControllerTransportShowsUp] -- Connected to the transport successfully -- 0x1400 -- 0xe800 -- 0x6400 ****
    22/11/13 8:51:10.000 am kernel[0]: DSMOS has arrived
    22/11/13 8:51:10.000 am kernel[0]: Network delay is not specified! Defaulting to 0x384
    22/11/13 8:51:10.000 am kernel[0]: IOPPF: AppleIntelCPUPowerManagement mode
    22/11/13 8:51:10.000 am kernel[0]: Network delay is not specified! Defaulting to 0x384
    22/11/13 8:51:10.000 am kernel[0]: m_tail has not been written to hardware: m_tail = 0x00000000, hardare tail register = 0x00000060
    22/11/13 8:51:10.000 am kernel[0]: Network delay is not specified! Defaulting to 0x384
    22/11/13 8:51:10.000 am kernel[0]: flow_divert_kctl_disconnect (0): disconnecting group 1
    22/11/13 8:51:10.000 am kernel[0]: Network delay is not specified! Defaulting to 0x384
    22/11/13 8:51:10.000 am kernel[0]: Network delay is not specified! Defaulting to 0x384
    22/11/13 8:51:11.000 am kernel[0]: VM Swap Subsystem is ON
    22/11/13 8:51:11.108 am hidd[69]: void __IOHIDPlugInLoadBundles(): Loaded 0 HID plugins
    22/11/13 8:51:11.110 am hidd[69]: Posting 'com.apple.iokit.hid.displayStatus' notifyState=1
    22/11/13 8:51:11.156 am mDNSResponder[61]: mDNSResponder mDNSResponder-522.1.11 (Aug 24 2013 23:49:34) starting OSXVers 13
    22/11/13 8:51:11.000 am kernel[0]: en2: promiscuous mode enable succeeded
    22/11/13 8:51:11.247 am digest-service[86]: label: default
    22/11/13 8:51:11.247 am digest-service[86]:           dbname: od:/Local/Default
    22/11/13 8:51:11.247 am digest-service[86]:           mkey_file: /var/db/krb5kdc/m-key
    22/11/13 8:51:11.247 am digest-service[86]:           acl_file: /var/db/krb5kdc/kadmind.acl
    22/11/13 8:51:11.000 am kernel[0]: Network delay is not specified! Defaulting to 0x384
    22/11/13 8:51:11.253 am digest-service[86]: digest-request: uid=0
    22/11/13 8:51:11.000 am kernel[0]: Network delay is not specified! Defaulting to 0x384
    22/11/13 8:51:11.345 am digest-service[86]: digest-request: netr probe 0
    22/11/13 8:51:11.348 am digest-service[86]: digest-request: init request
    22/11/13 8:51:11.432 am digest-service[86]: digest-request: init return domain: BUILTIN server: LOCALHOST indomain was: <NULL>
    22/11/13 8:51:11.463 am com.apple.usbmuxd[45]: usbmuxd-323.1 on Oct  3 2013 at 12:43:24, running 64 bit
    22/11/13 8:51:11.540 am loginwindow[64]: Login Window Application Started
    22/11/13 8:51:11.587 am mDNSResponder[61]: D2D_IPC: Loaded
    22/11/13 8:51:11.587 am mDNSResponder[61]: D2DInitialize succeeded
    22/11/13 8:51:11.592 am mDNSResponder[61]:   4: Listening for incoming Unix Domain Socket client requests
    22/11/13 8:51:11.606 am mDNSResponder[61]: mDNSMacOSXGetEtcHostsFD etc hosts does not exist, watching etc
    22/11/13 8:51:11.692 am mds[60]: (Normal) FMW: FMW 0 0
    22/11/13 8:51:11.729 am WindowServer[107]: Server is starting up
    22/11/13 8:51:11.745 am WindowServer[107]: Session 256 retained (2 references)
    22/11/13 8:51:11.746 am WindowServer[107]: Session 256 released (1 references)
    22/11/13 8:51:11.789 am mDNSResponder[61]: mDNSPlatformSendUDP: sendto(8) failed to send packet on InterfaceID 0000000000000001   lo0/4 to 224.0.0.251:5353 skt 8 error -1 errno 51 (Network is unreachable) 5028209798 MessageCount is 1
    22/11/13 8:51:11.798 am awacsd[81]: Starting awacsd connectivity_executables-97 (Aug 24 2013 23:49:23)
    22/11/13 8:51:11.803 am WindowServer[107]: Session 256 retained (2 references)
    22/11/13 8:51:11.808 am WindowServer[107]: init_page_flip: page flip mode is on
    22/11/13 8:51:11.811 am awacsd[81]: InnerStore CopyAllZones: no info in Dynamic Store
    22/11/13 8:51:11.000 am kernel[0]: Network delay is not specified! Defaulting to 0x384
    22/11/13 8:51:11.000 am kernel[0]: **** [IOBluetoothHostControllerUSBTransport][SuspendDevice] -- Suspend -- suspendDeviceCallResult = 0x0000 (kIOReturnSuccess) -- 0x6400 ****
    22/11/13 8:51:11.000 am kernel[0]: Network delay is not specified! Defaulting to 0x384
    22/11/13 8:51:11.923 am WindowServer[107]: Found 16 modes for display 0x00000000 [8, 8]
    22/11/13 8:51:11.926 am apsd[83]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    22/11/13 8:51:11.930 am WindowServer[107]: Found 1 modes for display 0x00000000 [1, 0]
    22/11/13 8:51:11.934 am WindowServer[107]: Found 1 modes for display 0x00000000 [1, 0]
    22/11/13 8:51:11.937 am WindowServer[107]: Found 1 modes for display 0x00000000 [1, 0]
    22/11/13 8:51:11.943 am WindowServer[107]: mux_initialize: Couldn't find any matches
    22/11/13 8:51:11.946 am WindowServer[107]: Found 16 modes for display 0x00000000 [8, 8]
    22/11/13 8:51:11.952 am WindowServer[107]: Found 1 modes for display 0x00000000 [1, 0]
    22/11/13 8:51:11.953 am WindowServer[107]: Found 1 modes for display 0x00000000 [1, 0]
    22/11/13 8:51:11.953 am WindowServer[107]: Found 1 modes for display 0x00000000 [1, 0]
    22/11/13 8:51:11.972 am mds[60]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    22/11/13 8:51:11.989 am WindowServer[107]: WSMachineUsesNewStyleMirroring: true
    22/11/13 8:51:11.990 am WindowServer[107]: Display 0x042732c0: GL mask 0x1; bounds (0, 0)[1280 x 800], 16 modes available
    Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model 9ccb, S/N 0, Unit 0, Rotation 0
    UUID 0x4f159f59a71d63aefce94e26fc6d6edd
    22/11/13 8:51:11.990 am WindowServer[107]: Display 0x003f0040: GL mask 0x10; bounds (0, 0)[1920 x 1200], 2 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 4, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    22/11/13 8:51:11.990 am WindowServer[107]: Display 0x003f003f: GL mask 0x8; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 3, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    22/11/13 8:51:11.990 am WindowServer[107]: Display 0x003f003e: GL mask 0x4; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    22/11/13 8:51:11.990 am WindowServer[107]: 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/11/13 8:51:12.002 am WindowServer[107]: WSSetWindowTransform: Singular matrix
    22/11/13 8:51:12.002 am WindowServer[107]: WSSetWindowTransform: Singular matrix
    22/11/13 8:51:12.003 am WindowServer[107]: WSSetWindowTransform: Singular matrix
    22/11/13 8:51:12.018 am WindowServer[107]: Display 0x042732c0: GL mask 0x1; bounds (0, 0)[1280 x 800], 16 modes available
    Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model 9ccb, S/N 0, Unit 0, Rotation 0
    UUID 0x4f159f59a71d63aefce94e26fc6d6edd
    22/11/13 8:51:12.019 am WindowServer[107]: Display 0x003f0040: GL mask 0x10; bounds (2304, 0)[1 x 1], 2 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 4, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    22/11/13 8:51:12.019 am WindowServer[107]: Display 0x003f003f: GL mask 0x8; bounds (2305, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 3, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    22/11/13 8:51:12.019 am WindowServer[107]: Display 0x003f003e: GL mask 0x4; bounds (2306, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    22/11/13 8:51:12.019 am WindowServer[107]: Display 0x003f003d: GL mask 0x2; bounds (2307, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    22/11/13 8:51:12.019 am WindowServer[107]: CGXPerformInitialDisplayConfiguration
    22/11/13 8:51:12.019 am WindowServer[107]:   Display 0x042732c0: Unit 0; Vendor 0x610 Model 0x9ccb S/N 0 Dimensions 11.26 x 7.05; online enabled built-in, Bounds (0,0)[1280 x 800], Rotation 0, Resolution 1
    22/11/13 8:51:12.020 am WindowServer[107]:   Display 0x003f0040: Unit 4; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2304,0)[1 x 1], Rotation 0, Resolution 1
    22/11/13 8:51:12.020 am WindowServer[107]:   Display 0x003f003f: Unit 3; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2305,0)[1 x 1], Rotation 0, Resolution 1
    22/11/13 8:51:12.020 am WindowServer[107]:   Display 0x003f003e: Unit 2; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2306,0)[1 x 1], Rotation 0, Resolution 1
    22/11/13 8:51:12.021 am WindowServer[107]:   Display 0x003f003d: Unit 1; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2307,0)[1 x 1], Rotation 0, Resolution 1
    22/11/13 8:51:12.027 am mds[60]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    22/11/13 8:51:12.033 am mds[60]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    22/11/13 8:51:12.058 am systemkeychain[91]: done file: /var/run/systemkeychaincheck.done
    22/11/13 8:51:12.061 am mDNSResponder[61]: mDNSPlatformSendUDP: sendto(8) failed to send packet on InterfaceID 0000000000000001   lo0/4 to 224.0.0.251:5353 skt 8 error -1 errno 51 (Network is unreachable) 5028210070 MessageCount is 2
    22/11/13 8:51:12.068 am mtmfs[58]: MTM fs Mount server failed to start because of error -1
    22/11/13 8:51:12.080 am WindowServer[107]: GLCompositor: GL renderer id 0x01024400, GL mask 0x0000001f, accelerator 0x000048bb, unit 0, caps QEX|MIPMAP, vram 1024 MB
    22/11/13 8:51:12.081 am WindowServer[107]: GLCompositor: GL renderer id 0x01024400, GL mask 0x0000001f, texture max 16384, viewport max {16384, 16384}, extensions FPRG|NPOT|GLSL|FLOAT
    22/11/13 8:51:12.081 am WindowServer[107]: GLCompositor enabled for tile size [256 x 256]
    22/11/13 8:51:12.081 am WindowServer[107]: CGXGLInitMipMap: mip map mode is on
    22/11/13 8:51:12.093 am loginwindow[64]: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    22/11/13 8:51:12.185 am networkd[119]: networkd.119 built Aug 24 2013 22:08:46
    22/11/13 8:51:12.199 am locationd[66]: NBB-Could not get UDID for stable refill timing, falling back on random
    22/11/13 8:51:12.229 am airportd[85]: airportdProcessDLILEvent: en1 attached (down)
    22/11/13 8:51:12.232 am locationd[66]: Location icon should now be in state 'Inactive'
    22/11/13 8:51:12.000 am kernel[0]: createVirtIf(): ifRole = 1
    22/11/13 8:51:12.000 am kernel[0]: in func createVirtualInterface ifRole = 1
    22/11/13 8:51:12.000 am kernel[0]: AirPort_Brcm4331_P2PInterface::init name <p2p0> role 1
    22/11/13 8:51:12.000 am kernel[0]: AirPort_Brcm4331_P2PInterface::init() <p2p> role 1
    22/11/13 8:51:12.000 am kernel[0]: Created virtif 0xffffff8044e81400 p2p0
    22/11/13 8:51:12.254 am WindowServer[107]: Display 0x042732c0: Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 12)
    22/11/13 8:51:12.333 am launchctl[122]: com.apple.findmymacmessenger: Already loaded
    22/11/13 8:51:12.378 am mDNSResponder[61]: mDNSPlatformSendUDP: sendto(8) failed to send packet on InterfaceID 0000000000000001   lo0/4 to 224.0.0.251:5353 skt 8 error -1 errno 51 (Network is unreachable) 5028210387 MessageCount is 3
    22/11/13 8:51:12.000 am kernel[0]: AirPort: Link Down on en1. Reason 8 (Disassociated because station leaving).
    22/11/13 8:51:12.418 am com.apple.SecurityServer[17]: Session 100004 created
    22/11/13 8:51:12.497 am loginwindow[64]: Setting the initial value of the magsave brightness level 1
    22/11/13 8:51:12.552 am loginwindow[64]: Login Window Started Security Agent
    22/11/13 8:51:12.565 am configd[21]: dhcp_arp_router: en1 SSID unavailable
    22/11/13 8:51:12.565 am configd[21]: [bootp_transmit.c:213] bootp_transmit(): bpf_write(en1) failed: Network is down (50)
    22/11/13 8:51:12.566 am configd[21]: DHCP en1: INIT-REBOOT transmit failed
    22/11/13 8:51:12.606 am configd[21]: network changed: DNS*
    22/11/13 8:51:12.607 am configd[21]: setting hostname to "Gareths-MacBook-Pro.local"
    22/11/13 8:51:12.000 am kernel[0]: hfs: mounted DATA on device disk1s3
    22/11/13 8:51:12.809 am SecurityAgent[140]: This is the first run
    22/11/13 8:51:12.809 am SecurityAgent[140]: MacBuddy was run = 0
    22/11/13 8:51:12.833 am WindowServer[107]: MPAccessSurfaceForDisplayDevice: Set up page flip mode on display 0x042732c0 device: 0x7fa22341bd70  isBackBuffered: 1 numComp: 3 numDisp: 3
    22/11/13 8:51:12.834 am WindowServer[107]: _CGXGLDisplayContextForDisplayDevice: acquired display context (0x7fa22341bd70) - enabling OpenGL
    22/11/13 8:51:12.840 am UserEventAgent[124]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    22/11/13 8:51:12.000 am kernel[0]: NTFS driver 3.11 [Flags: R/W].
    22/11/13 8:51:12.929 am SecurityAgent[140]: User info context values set for gareth
    22/11/13 8:51:13.000 am kernel[0]: hfs: mounted Recovery HD on device disk0s3
    22/11/13 8:51:13.236 am mds[60]: (Normal) Volume: volume:0x7f8bb2053800 ********** Bootstrapped Creating a default store:0 SpotLoc:(null) SpotVerLoc:(null) occlude:0 /Volumes/Recovery HD
    22/11/13 8:51:13.290 am fseventsd[70]: Logging disabled completely for device:1: /Volumes/Recovery HD
    22/11/13 8:51:13.386 am loginwindow[64]: Login Window - Returned from Security Agent
    22/11/13 8:51:13.428 am loginwindow[64]: USER_PROCESS: 64 console
    22/11/13 8:51:13.000 am kernel[0]: nspace-handler-set-snapshot-time: 1385081475
    22/11/13 8:51:13.441 am com.apple.mtmd[59]: Set snapshot time: 2013-11-22 08:51:15 +0800 (current time: 2013-11-22 08:51:13 +0800)
    22/11/13 8:51:13.000 am kernel[0]: AppleKeyStore:Sending lock change 0
    22/11/13 8:51:13.000 am kernel[0]: hfs: unmount initiated on Recovery HD on device disk0s3
    22/11/13 8:51:13.608 am mtmfs[58]: MTM fs Mount server retrying ...
    22/11/13 8:51:13.608 am mtmfs[58]: MTM fs Mount server failed to start because of error -1
    22/11/13 8:51:13.626 am com.apple.launchd.peruser.501[158]: Background: Aqua: Registering new GUI session.
    22/11/13 8:51:13.664 am com.apple.launchd.peruser.501[158]: (com.apple.cmfsyncagent) Ignored this key: UserName
    22/11/13 8:51:13.665 am com.apple.launchd.peruser.501[158]: (com.apple.EscrowSecurityAlert) Unknown key: seatbelt-profiles
    22/11/13 8:51:13.666 am com.apple.launchd.peruser.501[158]: (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    22/11/13 8:51:13.671 am launchctl[161]: com.apple.pluginkit.pkd: Already loaded
    22/11/13 8:51:13.672 am launchctl[161]: com.apple.sbd: Already loaded
    22/11/13 8:51:13.000 am kernel[0]: NTFS volume name BOOTCAMP, version 3.1.
    22/11/13 8:51:13.706 am distnoted[163]: # distnote server agent  absolute time: 42.115652323   civil time: Fri Nov 22 08:51:13 2013   pid: 163 uid: 501  root: no
    22/11/13 8:51:13.000 am kernel[0]: en1: 802.11d country code set to 'HK'.
    22/11/13 8:51:13.000 am 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 149 153 157 161 165
    22/11/13 8:51:13.934 am com.apple.SecurityServer[17]: Session 100006 created
    22/11/13 8:51:13.976 am mds[60]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputerIndexed"
    22/11/13 8:51:14.003 am WindowServer[107]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    22/11/13 8:51:14.101 am WindowServer[107]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    22/11/13 8:51:14.118 am mds[60]: (Normal) Volume: volume:0x7f8bb2833800 ********** Bootstrapped Creating a default store:1 SpotLoc:(null) SpotVerLoc:(null) occlude:0 /Volumes/BOOTCAMP
    22/11/13 8:51:14.394 am WindowServer[107]: Display 0x042732c0: Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 12)
    22/11/13 8:51:14.435 am WindowServer[107]: Display 0x042732c0: Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 12)
    22/11/13 8:51:14.690 am com.apple.audio.DriverHelper[184]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDRadeonX4000_AMDAccelDevice.
    22/11/13 8:51:14.691 am com.apple.audio.DriverHelper[184]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDRadeonX4000_AMDAccelSharedUserClient.
    22/11/13 8:51:14.691 am com.apple.audio.DriverHelper[184]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDSIVideoContext.
    22/11/13 8:51:14.691 am com.apple.audio.DriverHelper[184]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelDevice.
    22/11/13 8:51:14.691 am com.apple.audio.DriverHelper[184]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelSharedUserClient.
    22/11/13 8:51:14.691 am com.apple.audio.DriverHelper[184]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextMain.
    22/11/13 8:51:14.691 am com.apple.audio.DriverHelper[184]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextMedia.
    22/11/13 8:51:14.691 am com.apple.audio.DriverHelper[184]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextVEBox.
    22/11/13 8:51:14.692 am com.apple.audio.DriverHelper[184]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IOHIDParamUserClient.
    22/11/13 8:51:14.692 am com.apple.audio.DriverHelper[184]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IOSurfaceRootUserClient.
    22/11/13 8:51:14.692 am com.apple.audio.DriverHelper[184]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class Gen6DVDContext.
    22/11/13 8:51:14.692 am com.apple.audio.DriverHelper[184]: The plug-in named AirPlay.driver requires extending the sandbox for the mach service named com.apple.AirPlayXPCHelper.
    22/11/13 8:51:14.810 am com.apple.audio.DriverHelper[184]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the IOKit user-client class IOBluetoothDeviceUserClient.
    22/11/13 8:51:14.810 am com.apple.audio.DriverHelper[184]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the mach service named com.apple.blued.
    22/11/13 8:51:14.811 am com.apple.audio.DriverHelper[184]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the mach service named com.apple.bluetoothaudiod.
    22/11/13 8:51:14.895 am coreaudiod[173]: 2013-11-22 08:51:14.894059 AM [AirPlay] AirPlay: Performing audio format change for 4 (AP Out) to PCM,  44100 Hz, 16-bit, Stereo
    22/11/13 8:51:14.984 am mds[60]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    22/11/13 8:51:15.108 am mtmfs[58]: MTM fs Mount server retrying ...
    22/11/13 8:51:15.109 am mtmfs[58]: MTM fs Mount server failed to start because of error -1
    22/11/13 8:51:15.131 am sharingd[190]: Starting Up...
    22/11/13 8:51:15.244 am com.apple.IconServicesAgent[194]: IconServicesAgent launched.
    22/11/13 8:51:15.554 am SystemUIServer[169]: Cannot find executable for CFBundle 0x7fb3f8551950 </System/Library/CoreServices/Menu Extras/Clock.menu> (not loaded)
    22/11/13 8:51:15.635 am SystemUIServer[169]: Cannot find executable for CFBundle 0x7fb3f854dd30 </System/Library/CoreServices/Menu Extras/Battery.menu> (not loaded)
    22/11/13 8:51:15.636 am SystemUIServer[169]: Cannot find executable for CFBundle 0x7fb3f851a2a0 </System/Library/CoreServices/Menu Extras/Volume.menu> (not loaded)
    22/11/13 8:51:15.788 am UserEventAgent[162]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    22/11/13 8:51:15.847 am WindowServer[107]: Display 0x042732c0: Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 12)
    22/11/13 8:51:15.880 am revisiond[53]: objc[53]: Class GSLockToken is implemented in both /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Supp ort/revisiond and /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage. One of the two will be used. Which one is undefined.
    22/11/13 8:51:16.000 am kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=218[GoogleSoftwareUp] final status 0x0, allow (remove VALID)ing page
    22/11/13 8:51:16.140 am SystemUIServer[169]: *** WARNING: -[NSImage compositeToPoint:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    22/11/13 8:51:16.140 am SystemUIServer[169]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    22/11/13 8:51:16.609 am mtmfs[58]: MTM fs Mount server retrying ...
    22/11/13 8:51:16.610 am mtmfs[58]: MTM fs Mount server failed to start because of error -1
    22/11/13 8:51:16.887 am com.apple.SecurityServer[17]: Session 100009 created
    22/11/13 8:51:16.896 am accountsd[229]: assertion failed: 13A603: liblaunch.dylib + 25164 [FCBF0A02-0B06-3F97-9248-5062A9DEB32C]: 0x25
    22/11/13 8:51:17.009 am xpcproxy[232]: assertion failed: 13A603: xpcproxy + 3438 [EE7817B0-1FA1-3603-B88A-BD5E595DA86F]: 0x2
    22/11/13 8:51:17.037 am PlexHelper[217]: PlexHelper 0.7 starting up...
    22/11/13 8:51:17.079 am com.apple.launchd.peruser.501[158]: (com.apple.mrt.uiagent[205]) Exited with code: 255
    22/11/13 8:51:17.223 am apsd[83]: Unexpected connection from logged out uid 501
    22/11/13 8:51:17.392 am xpcproxy[235]: assertion failed: 13A603: xpcproxy + 3438 [EE7817B0-1FA1-3603-B88A-BD5E595DA86F]: 0x2
    22/11/13 8:51:17.960 am com.apple.time[162]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    22/11/13 8:51:17.966 am com.apple.time[162]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    22/11/13 8:51:18.110 am mtmfs[58]: MTM fs Mount server retrying ...
    22/11/13 8:51:18.144 am com.apple.dock.extra[195]: <NSXPCConnection: 0x7ff2a363a550>: received an undecodable message (no exported object to receive message). Dropping message.
    22/11/13 8:51:18.245 am com.apple.SecurityServer[17]: Session 100012 created
    22/11/13 8:51:18.252 am mtmfs[58]: MTM fs Mount server failed to start because of error -1
    22/11/13 8:51:18.504 am WiFiKeychainProxy[201]: [NO client logger] <Aug 30 2013 23:40:46> WIFICLOUDSYNC WiFiCloudSyncEngineCreate: created...
    22/11/13 8:51:18.505 am WiFiKeychainProxy[201]: [NO client logger] <Aug 30 2013 23:40:46> WIFICLOUDSYNC WiFiCloudSyncEngineRegisterCallbacks: WiFiCloudSyncEngineCallbacks version - 0, bundle id - com.apple.wifi.WiFiKeychainProxy
    22/11/13 8:51:18.558 am accountsd[229]: /SourceCache/Accounts/Accounts-336.9/ACDAuthenticationPluginManager.m - -[ACDAuthenticationPluginManager credentialForAccount:client:handler:] - 230 - The authentication plugin for account "[email protected]" (F14ADF42-657D-4C7F-B172-209A645CFA51) could not be found!
    22/11/13 8:51:18.558 am accountsd[229]: /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/11/13 8:51:18.891 am com.apple.NotesMigratorService[242]: Joined Aqua audit session
    22/11/13 8:51:18.000 am kernel[0]: MacAuthEvent en1   Auth result for: f8:1a:67:be:21:7a  MAC AUTH succeeded
    22/11/13 8:51:18.000 am kernel[0]: wlEvent: en1 en1 Link UP virtIf = 0
    22/11/13 8:51:18.000 am kernel[0]: AirPort: Link Up on en1
    22/11/13 8:51:18.000 am kernel[0]: en1: BSSID changed to f8:1a:67:be:21:7a
    22/11/13 8:51:18.000 am kernel[0]: AirPort: RSN handshake complete on en1
    22/11/13 8:51:19.112 am com.apple.internetaccounts[235]: com.apple.internetaccounts(235,0x1165e5000) malloc: *** error for object 0x9000000000000006: pointer being freed was not allocated
    *** set a breakpoint in malloc_error_break to debug
    22/11/13 8:51:19.210 am com.apple.iCloudHelper[232]: AOSKit ERROR: Config request failed, url=https://setup.icloud.com/configurations/init, requestHeaders=
        "Accept-Language" = "en-us";
        "X-Mme-Client-Info" = "<MacBookPro9,2> <Mac OS X;10.9;13A603> <com.apple.AOSKit/176>";
        "X-Mme-Country" = HK;
        "X-Mme-Nac-Version" = 11A457;
        "X-Mme-Timezone" = HKT;
    error=Error Domain=kCFErrorDomainCFNetwork Code=-1009 "The Internet connection appears to be offline." UserInfo=0x7fc5b0c3a1f0 {NSErrorFailingURLStringKey=https://setup.icloud.com/configurations/init, NSLocalizedDescription=The Internet connection appears to be offline., NSErrorFailingURLKey=https://setup.icloud.com/configurations/init}, httpStatusCode=-1, responseHeaders=
    (null)
    22/11/13 8:51:19.253 am mds[60]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    22/11/13 8:51:19.284 am mds[60]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    22/11/13 8:51:19.286 am mds[60]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    22/11/13 8:51:19.307 am gamed[227]: CKSoftwareMap: Registering with Daemon
    22/11/13 8:51:19.383 am com.apple.time[162]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    22/11/13 8:51:19.000 am kernel[0]: flow_divert_kctl_disconnect (0): disconnecting group 1
    22/11/13 8:51:19.610 am AddressBookSourceSync[225]: [CardDAVPlugin-ERROR] -getPrincipalInfo:[_controller supportsRequestCompressionAtURL:https://gareth%[email protected]/1021024264/principal///gareth%[email protected]/1021024264/principal/] Error Domain=NSURLErrorDomain Code=-1009 "The Internet connection appears to be offline." UserInfo=0x7feb9bd74760 {NSUnderlyingError=0x7feb9bf4cf60 "The Internet connection appears to be offline.", NSErrorFailingURLStringKey=https://gareth%[email protected]/1021024264/principal///gareth%[email protected]/1021024264/principal/, NSErrorFailingURLKey=https://gareth%[email protected]/1021024264/principal///gareth%[email protected]/1021024264/principal/, NSLocalizedDescription=The Internet connection appears to be offline.}
    22/11/13 8:51:19.752 am mtmfs[58]: MTM fs Mount server retrying ...
    22/11/13 8:51:19.752 am mtmfs[58]: MTM fs Mount server failed to start because of too many retries
    22/11/13 8:51:19.752 am mtmfs[58]: MTM fs Mount server failed, last error -1
    22/11/13 8:51:19.761 am com.apple.launchd[1]: (com.apple.mtmfs[58]) Exited with code: 99
    22/11/13 8:51:19.761 am com.apple.launchd[1]: (com.apple.mtmfs) Throttling respawn: Will start in 2 seconds
    22/11/13 8:51:19.786 am com.apple.iCloudHelper[232]: AOSKit ERROR: Config request failed, url=https://setup.icloud.com/configurations/init, requestHeaders=
        "Accept-Language" = "en-us";
        "X-Mme-Client-Info" = "<MacBookPro9,2> <Mac OS X;10.9;13A603> <com.apple.AOSKit/176>";
        "X-Mme-Country" = HK;
        "X-Mme-Nac-Version" = 11A457;
        "X-Mme-Timezone" = HKT;
    error=Error Domain=kCFErrorDomainCFNetwork Code=-1009 "The Internet connection appears to be offline." UserInfo=0x7fc5b0e02510 {NSErrorFailingURLStringKey=https://setup.icloud.com/configurations/init, NSLocalizedDescription=The Internet connection appears to be offline., NSErrorFailingURLKey=https://setup.icloud.com/configurations/init}, httpStatusCode=-1, responseHeaders=
    (null)
    22/11/13 8:51:19.790 am com.apple.iCloudHelper[232]: AOSKit ERROR: Setup request failed, appleID=1021024264, url=(null), requestHeaders=
    (null),
    error=Error Domain=AOSErrorDomain Code=1000 "The operation couldn’t be completed. (AOSErrorDomain error 1000.)" UserInfo=0x7fc5b0c3b950 {HttpStatusCode=0, DialogInfo={
        DialogType = Unknown;
    }}, httpStatusCode=0, responseHeaders=
    (null),
    responseBody=
    (null)
    22/11/13 8:51:19.856 am ReportCrash[244]: DebugSymbols was unable to start a spotlight query: spotlight is not responding or disabled.
    22/11/13 8:51:20.335 am airportd[85]: _doAutoJoin: Already associated to “Hawking”. Bailing on auto-join.
    22/11/13 8:51:20.461 am mds[60]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    22/11/13 8:51:20.498 am mds[60]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    22/11/13 8:51:21.221 am Dropbox[223]: PyObjCPointer created: at 0xaf3fc88 of type {OpaqueJSContext=}
    22/11/13 8:51:21.279 am mds[60]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    22/11/13 8:51:21.854 am mtmfs[254]: MTM fs Mount server failed to start because of error -1
    22/11/13 8:51:22.929 am syncdefaultsd[224]: *** remoteObjectProxyWithErrorHandler failed: Error Domain=NSCocoaErrorDomain Code=4097 "Couldn’t communicate with a helper application."; {
    22/11/13 8:51:22.931 am CalendarAgent[213]: *** remoteObjectProxyWithErrorHandler failed: Error Domain=NSCocoaErrorDomain Code=4097 "Couldn’t communicate with a helper application."; {
    22/11/13 8:51:22.932 am CalendarAgent[213]: *** remoteObjectProxyWithErrorHandler failed: Error Domain=NSCocoaErrorDomain Code=4097 "Couldn’t communicate with a helper application."; {
    22/11/13 8:51:22.936 am com.apple.launchd[1]: (com.apple.internetaccounts[235]) Job appears to have crashed: Abort trap: 6
    22/11/13 8:51:23.191 am ReportCrash[244]: Saved crash report for com.apple.internetaccounts[235] version 1.0 (1) to /Library/Logs/DiagnosticReports/com.apple.internetaccounts_2013-11-22-085123_Ga reths-MacBook-Pro.crash
    22/11/13 8:51:23.402 am mtmfs[254]: MTM fs Mount server retrying ...
    22/11/13 8:51:23.402 am mtmfs[254]: MTM fs Mount server failed to start because of error -1
    22/11/13 8:51:23.674 am mds_stores[114]: (Error) SecureStore: Access token 6 changed uid from -1 to 501
    22/11/13 8:51:24.971 am mtmfs[254]: MTM fs Mount server retrying ...
    22/11/13 8:51:24.972 am mtmfs[254]: MTM fs Mount server failed to start because of error -1
    22/11/13 8:51:26.529 am mtmfs[254]: MTM fs Mount server retrying ...
    22/11/13 8:51:26.529 am mtmfs[254]: MTM fs Mount server failed to start because of error -1
    22/11/13 8:51:26.698 am parentalcontrolsd[266]: StartObservingFSEvents [849:] -- *** StartObservingFSEvents started event stream
    22/11/13 8:51:26.821 am awacsd[81]: Exiting
    22/11/13 8:51:28.094 am mtmfs[254]: MTM fs Mount server retrying ...
    22/11/13 8:51:28.095 am mtmfs[254]: MTM fs Mount server failed to start because of error -1
    22/11/13 8:51:29.149 am AddressBookSourceSync[225]: [CardDAVPlugin-ERROR] -getPrincipalInfo:[_controller supportsRequestCompressionAtURL:https://gareth%[email protected]/1021024264/principal///gareth%[email protected]/1021024264/principal/] Error Domain=NSURLErrorDomain Code=-1009 "The Internet connection appears to be offline." UserInfo=0x7feb9be40570 {NSUnderlyingError=0x7feb9bf34660 "The Internet connection appears to be offline.", NSErrorFailingURLStringKey=https://gareth%[email protected]/1021024264/principal///gareth%[email protected]/1021024264/principal/, NSErrorFailingURLKey=https://gareth%[email protected]/1021024264/principal///gareth%[email protected]/1021024264/principal/, NSLocalizedDescription=The Internet connection appears to be offline.}
    22/11/13 8:51:29.668 am mtmfs[254]: MTM fs Mount server retrying ...
    22/11/13 8:51:29.669 am mtmfs[254]: MTM fs Mount server failed to start because of too many retries
    22/11/13 8:51:29.669 am mtmfs[254]: MTM fs Mount server failed, last error -1
    22/11/13 8:51:29.671 am com.apple.launchd[1]: (com.apple.mtmfs[254]) Exited with code: 99
    22/11/13 8:51:29.671 am com.apple.launchd[1]: (com.apple.mtmfs) Throttling respawn: Will start in 3 seconds
    22/11/13 8:51:30.316 am com.apple.IconServicesAgent[194]: main Failed to composit image for binding VariantBinding [0x211] flags: 0x8 binding: FileInfoBinding [0x111] - extension: jpg, UTI: public.jpeg, fileType: ????.
    22/11/13 8:51:30.317 am quicklookd[193]: 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: ???? request size:16 scale: 1
    22/11/13 8:51:31.251 am com.apple.InputMethodKit.UserDictionary[273]: -[PFUbiquitySwitchboardEntryMetadata setUseLocalStorage:](760): CoreData: Ubiquity:  gareth~BC4B5F87-774E-5569-BE83-2926411DBD09:UserDictionary
    Using local storage: 1
    22/11/13 8:51:31.461 am com.apple.InputMethodKit.UserDictionary[273]: -[PFUbiquitySwitchboardEntryMetadata setUseLocalStorage:](760): CoreData: Ubiquity:  gareth~BC4B5F87-774E-5569-BE83-2926411DBD09:UserDictionary
    Using local storage: 0
    22/11/13 8:51:32.416 am com.apple.SecurityServer[17]: Session 100016 created
    22/11/13 8:51:32.810 am mtmfs[275]: MTM fs Mount server failed to start because of error -1
    22/11/13 8:51:33.957 am com.apple.IconServicesAgent[194]: main Failed to composit image for binding VariantBinding [0x115] flags: 0x8 binding: FileInfoBinding [0x215] - extension: mp3, UTI: public.mp3, fileType: MPG3.
    22/11/13 8:51:33.957 am quicklookd[193]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x1403] flags: 0x8 binding: FileInfoBinding [0x1303] - extension: mp3, UTI: public.mp3, fileType: MPG3 request size:16 scale: 1
    22/11/13 8:51:34.043 am configd[21]: network changed: DNS* Proxy
    22/11/13 8:51:34.043 am UserEventAgent[14]: Captive: [CNInfoNetworkActive:1655] en1: SSID 'Hawking' making interface primary (protected network)
    22/11/13 8:51:34.045 am UserEventAgent[14]: Captive: CNPluginHandler en1: Evaluating
    22/11/13 8:51:34.047 am UserEventAgent[14]: Captive: en1: Probing 'Hawking'
    22/11/13 8:51:34.058 am configd[21]: network changed: v4(en1!:192.168.1.107) DNS+ Proxy+ SMB
    22/11/13 8:51:34.077 am com.apple.IconServicesAgent[194]: main Failed to composit image for binding VariantBinding [0x217] flags: 0x8 binding: FileInfoBinding [0x117] - extension: ai, UTI: com.adobe.illustrator.ai-image, fileType: PDF .
    22/11/13 8:51:34.078 am quicklookd[193]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x1603] flags: 0x8 binding: FileInfoBinding [0x1503] - extension: ai, UTI: com.adobe.illustrator.ai-image, fileType: PDF  request size:16 scale: 1
    22/11/13 8:51:34.086 am configd[21]: setting hostname to "gareths-mbp"
    22/11/13 8:51:34.104 am UserEventAgent[14]: Captive: CNPluginHandler en1: Authenticated
    22/11/13 8:51:34.314 am com.apple.time[162]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    22/11/13 8:51:34.355 am ntpd[109]: proto: precision = 1.000 usec
    22/11/13 8:51:34.370 am mtmfs[275]: MTM fs Mount server retrying ...
    22/11/13 8:51:34.845 am com.apple.IconServicesAgent[194]: main Failed to composit image for binding VariantBinding [0x21b] flags: 0x8 binding: FileInfoBinding [0x119] - extension: m4a, UTI: com.apple.m4a-audio, fileType: ????.
    22/11/13 8:51:34.845 am quicklookd[193]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x1803] flags: 0x8 binding: FileInfoBinding [0x1703] - extension: m4a, UTI: com.apple.m4a-audio, fileType: ???? request size:16 scale: 1
    22/11/13 8:51:37.294 am com.apple.IconServicesAgent[194]: main Failed to composit image for binding VariantBinding [0x11b] flags: 0x8 binding: FileInfoBinding [0x21d] - extension: mp4, UTI: public.mpeg-4, fileType: ????.
    22/11/13 8:51:37.295 am quicklookd[193]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x1a03] flags: 0x8 binding: FileInfoBinding [0x1903] - extension: mp4, UTI: public.mpeg-4, fileType: ???? request size:16 scale: 1
    22/11/13 8:51:37.307 am com.apple.IconServicesAgent[194]: main Failed to composit image for binding VariantBinding [0x21f] flags: 0x8 binding: FileInfoBinding [0x11d] - extension: pptx, UTI: org.openxmlformats.presentationml.presentation, fileType: ????.
    22/11/13 8:51:37.308 am quicklookd[193]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x1c03] flags: 0x8 binding: FileInfoBinding [0x1b03] - extension: pptx, UTI: org.openxmlformats.presentationml.presentation, fileType: ???? request size:16 scale: 1
    22/11/13 8:51:37.581 am syncdefaultsd[224]: [AOSAccounts] : IAAppProvider::CopyAccountUIDForUser Timed out waiting
    22/11/13 8:51:37.000 am kernel[0]: fsevents: watcher dbfseventsd (pid: 288) - Using /dev/fsevents directly is unsupported.  Migrate to FSEventsFramework
    22/11/13 8:51:39.328 am digest-service[86]: digest-request: uid=0
    22/11/13 8:51:39.328 am digest-service[86]: digest-request: init request
    22/11/13 8:51:39.335 am digest-service[86]: digest-request: init return domain: MACBOOKPRO-BFDB server: GARETHS-MBP indomain was: <NULL>
    22/11/13 8:51:39.360 am com.apple.IconServicesAgent[194]: main Failed to composit image for binding VariantBinding [0x223] flags: 0x8 binding: FileInfoBinding [0x11f] - extension: ppt, UTI: com.microsoft.powerpoint.ppt, fileType: ????.
    22/11/13 8:51:39.360 am quicklookd[193]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x1e03] flags: 0x8 binding: FileInfoBinding [0x1d03] - extension: ppt, UTI: com.microsoft.powerpoint.ppt, fileType: ???? request size:16 scale: 1
    22/11/13 8:51:39.380 am digest-service[86]: digest-request: uid=0
    22/11/13 8:51:39.380 am digest-service[86]: digest-request: init request
    22/11/13 8:51:39.385 am digest-service[86]: digest-request: init return domain: GARETHS-MBP server: GARETHS-MBP indomain was: <NULL>
    22/11/13 8:51:39.585 am mtmfs[275]: mount failed for /Volumes/MobileBackups
    22/11/13 8:51:39.588 am com.apple.launchd[1]: (com.apple.mtmfs[275]) Exited with code: 22
    22/11/13 8:51:39.588 am com.apple.launchd[1]: (com.apple.mtmfs) Throttling respawn: Will start in 4 seconds
    22/11/13 8:51:41.759 am Dropbox[223]: ICARegisterForEventNotification-Has been deprecated since 10.5.  Calls to this function in the future may crash this application.  Please move to ImageCaptureCore
    22/11/13 8:51:45.429 am Google Chrome[308]: Internals of CFAllocator not known; out-of-memory failures via CFAllocator will not result in termination. http://crbug.com/45650
    22/11/13 8:51:45.000 am kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=310[ksadmin] final status 0x0, allow (remove VALID)ing page
    22/11/13 8:51:45.000 am kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=312[ksadmin] final status 0x0, allow (remove VALID)ing page
    22/11/13 8:51:45.719 am Google Chrome Helper[311]: Internals of CFAllocator not known; out-of-memory failures via CFAllocator will not result in termination. http://crbug.com/45650
    22/11/13 8:51:45.924 am Google Chrome Helper[313]: Internals of CFAllocator not known; out-of-memory failures via CFAllocator will not result in termination. http://crbug.com/45650
    22/11/13 8:51:46.092 am Google Chrome Helper[313]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd. : LSXPCClient.cp #426 ___ZN26LSClientToServerConnection21setupServerConnectionEiPK14__CFDictionary_bl ock_invoke() q=com.apple.main-thread
    22/11/13 8:51:46.093 am Google Chrome Helper[313]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd.
    22/11/13 8:51:46.112 am Google Chrome Helper[313]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1100)
    22/11/13 8:51:46.147 am Google Chrome Helper[314]: Internals of CFAllocator not known; out-of-memory failures via CFAllocator will not result in termination. http://crbug.com/45650
    22/11/13 8:51:46.349 am Google Chrome Helper[314]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd. : LSXPCClient.cp #426 ___ZN26LSClientToServerConnection21setupServerConnectionEiPK14__CFDictionary_bl ock_invoke() q=com.apple.main-thread
    22/11/13 8:51:46.349 am Google Chrome Helper[314]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd.
    22/11/13 8:51:46.361 am Google Chrome Helper[314]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1100)
    22/11/13 8:51:46.542 am Google Chrome Helper[315]: Internals of CFAllocator not known; out-of-memory failures via CFAllocator will not result in termination. http://crbug.com/45650
    22/11/13 8:51:46.597 am Google Chrome Helper[316]: Internals of CFAllocator not known; out-of-memory failures via CFAllocator will not result in termination. http://crbug.com/45650
    22/11/13 8:51:46.677 am Google Chrome Helper[317]: Internals of CFAllocator not known; out-of-memory failures via CFAllocator will not result in termination. http://crbug.com/45650
    22/11/13 8:51:46.682 am Google Chrome Helper[315]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd. : LSXPCClient.cp #426 ___ZN26LSClientToServerConnection21setupServerConnectionEiPK14__CFDictionary_bl ock_invoke() q=com.apple.main-thread
    22/11/13 8:51:46.683 am Google Chrome Helper[315]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd.
    22/11/13 8:51:46.694 am Google Chrome Helper[315]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1100)
    22/11/13 8:51:46.732 am Google Chrome Helper[316]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd. : LSXPCClient.cp #426 ___ZN26LSClientToServerConnection21setupServerConnectionEiPK14__CFDictionary_bl ock_invoke() q=com.apple.main-thread
    22/11/13 8:51:46.732 am Google Chrome Helper[316]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd.
    22/11/13 8:51:46.744 am Google Chrome Helper[316]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1100)
    22/11/13 8:51:46.823 am Google Chrome Helper EH[318]: Internals of CFAllocator not known; out-of-memory failures via CFAllocator will not result in termination. http://crbug.com/45650
    22/11/13 8:51:46.826 am Google Chrome Helper[317]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd. : LSXPCClient.cp #426 ___ZN26LSClientToServerConnection21setupServerConnectionEiPK14__CFDictionary_bl ock_invoke() q=com.apple.main-thread
    22/11/13 8:51:46.826 am Google Chrome Helper[317]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd.
    22/11/13 8:51:46.837 am Google Chrome Helper[317]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1100)
    22/11/13 8:51:47.060 am Google Chrome Helper[319]: Internals of CFAllocator not known; out-of-memory failures via CFAllocator will not result in termination. http://crbug.com/45650
    22/11/13 8:51:47.083 am xpcproxy[320]: assertion failed: 13A603: xpcproxy + 3438 [EE7817B0-1FA1-3603-B88A-BD5E595DA86F]: 0x2
    22/11/13 8:51:47.241 am Google Chrome Helper[319]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd. : LSXPCClient.cp #426 ___ZN26LSClientToServerConnection21setupServerConnectionEiPK14__CFDictionary_bl ock_invoke() q=com.apple.main-thread
    22/11/13 8:51:47.241 am Google Chrome Helper[319]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd.
    22/11/13 8:51:47.252 am Google Chrome Helper[319]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1100)
    22/11/13 8:51:47.566 am com.apple.NotesMigratorService[242]: Joined Aqua audit session
    22/11/13 8:51:47.599 am com.apple.time[162]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    22/11/13 8:51:47.719 am icbaccountsd[267]: -[ICBLocalDictionary writeLocalMapping:]: Status: Writing out local mapping to disk
    22/11/13 8:51:47.719 am icbaccountsd[267]: -[ICBLocalDictionary writeLocalMapping:]: Status: Ending writing out local mapping to disk
    22/11/13 8:51:47.719 am icbaccountsd[267]: -[ICBRemoteDictionary writeDevices]: Status: Writing out of devices
    22/11/13 8:51:47.720 am icbaccountsd[267]: -[ICBRemoteDictionary writeDevices]: Status: Ending writing out of device
    22/11/13 8:51:48.003 am Google Chrome Helper[321]: Internals of CFAllocator not known; out-of-memory failures via CFAllocator will not result in termination. http://crbug.com/45650
    22/11/13 8:51:48.135 am fontd[187]: BUG in libdispatch client: dispatch_mig_server: mach_msg() failed (ipc/send) invalid memory - 0x1000000c
    22/11/13 8:51:48.135 am Google Chrome Helper[314]: CoreText CopyFontsForRequest received mig IPC error (FFFFFECC) from font server
    22/11/13 8:51:48.135 am Google Chrome Helper[314]: CoreText CopyFontsForRequest received mig IPC error (FFFFFECC) from font server
    22/11/13 8:51:48.137 am Google Chrome Helper[314]: CoreText CopyFontsForRequest received mig IPC error (FFFFFECC) from font server
    22/11/13 8:51:48.137 am Google Chrome Helper[314]: CoreText CopyFontsForRequest received mig IPC error (FFFFFECC) from font server
    22/11/13 8:51:48.147 am Google Chrome Helper[314]: CoreText CopyFontsForRequest received mig IPC error (FFFFFECC) from font server
    22/11/13 8:51:48.148 am Google Chrome Helper[314]: CoreText CopyFontsForRequest received mig IPC error (FFFFFECC) from font server
    22/11/13 8:51:48.152 am Google Chrome Helper[314]: CoreText CopyFontsForRequest received mig IPC error (FFFFFECC) from font server
    22/11/13 8:51:48.152 am Google Chrome Helper[314]: CoreText CopyFontsForRequest received mig IPC error (FFFFFECC) from font server
    22/11/13 8:

    The progress bar usually means your Mac is booting into the Safe Boot startup, Safe Mode.
    Do you see "Safe Boot" in the upper right hand corner of the screen.

  • Time machine disk permissions changed to read only

    Somehow, my Time Machine disk permissions have now changed tand my backups are failing;
    The permissions are:
    Me - read/write, Staff  - read/write, Everyone - read only. I clicked on the lock and entered my system password, but I cannot change anything.
    Then I ran Disk Utilities to repair and verify. Still nothing. I rebooted, logged out, logged back in, etc.
    There is plenty of space left on the 2 GB drive. It is a Seagate GoFlex drive.This seems to be a new problems that has not surfaced before. My backups always ran flawlessly.
    What to do?

    10/22/13 7:44:57.820 AM com.apple.backupd[49208]: Backup failed with error: The target volume is read-only.
    10/22/13 7:44:57.851 AM coreservicesd[66]: Application App:"UserNotificationCenter" [ 0x0/0xdd9dd9]  @ 0x0x7fb372e4b9c0 tried to be brought forward, but isn't in fPermittedFrontASNs ( ( ASN:0x0-0xdc8dc8:, ASN:0x0-0xa50a5:) ), so denying.
    10/22/13 7:44:57.851 AM WindowServer[1075]: [cps/setfront] Failed setting the front application to UserNotificationCenter, psn 0x0-0xdd9dd9, securitySessionID=0x186af, err=-13066
    10/22/13 7:55:27.048 AM CalendarAgent[25590]: [com.apple.calendar.store.log.caldav.queue] [Account refresh failed with error: Error Domain=CoreDAVHTTPStatusErrorDomain Code=401 "The operation couldn’t be completed. (CoreDAVHTTPStatusErrorDomain error 401.)" UserInfo=0x7ffba30190c0 {AccountName=Gmail, CalDAVErrFromRefresh=YES, CoreDAVHTTPHeaders=<CFBasicHash 0x7ffba247e7c0 [0x7fff7fa61110]>{type = immutable dict, count = 11,
    entries =>
        0 : Case Insensitive Key: X-Content-Type-Options = <CFString 0x7ffba24c02e0 [0x7fff7fa61110]>{contents = "nosniff"}
        1 : Case Insensitive Key: Content-Type = <CFString 0x7ffba2469b10 [0x7fff7fa61110]>{contents = "application/vnd.google.gdata.error+xml; charset=UTF-8"}
        2 : Case Insensitive Key: Server = <CFString 0x7ffba24e5590 [0x7fff7fa61110]>{contents = "GSE"}
        3 : Case Insensitive Key: Transfer-Encoding = <CFString 0x7fff7f24e928 [0x7fff7fa61110]>{contents = "Identity"}
        6 : Case Insensitive Key: Date = <CFString 0x7ffba2483320 [0x7fff7fa61110]>{contents = "Tue, 22 Oct 2013 11:55:26 GMT"}
        7 : Case Insensitive Key: X-Frame-Options = <CFString 0x7ffba249b8c0 [0x7fff7fa61110]>{contents = "SAMEORIGIN"}
        8 : Case Insensitive Key: X-XSS-Protection = <CFString 0x7ffba24f24d0 [0x7fff7fa61110]>{contents = "1; mode=block"}
        9 : Case Insensitive Key: Www-Authenticate = <CFString 0x7ffba24b3d40 [0x7fff7fa61110]>{contents = "GoogleLogin realm="https://www.google.com/accounts/ClientLogin", service="cl""}
        10 : Case Insensitive Key: Alternate-Protocol = <CFString 0x7ffba24e68f0 [0x7fff7fa61110]>{contents = "443:quic"}
        11 : Case Insensitive Key: Cache-Control = <CFString 0x7ffba24e0ee0 [0x7fff7fa61110]>{contents = "private, max-age=0"}
        12 : Case Insensitive Key: Expires = <CFString 0x7ffba24c1290 [0x7fff7fa61110]>{contents = "Tue, 22 Oct 2013 11:55:26 GMT"}
    10/22/13 8:01:07.101 AM WindowServer[1075]: handle_will_sleep_auth_and_shield_windows: no lock state data
    10/22/13 8:01:07.102 AM loginwindow[1074]: ERROR | -[LWScreenLock(Private) screenIsLockedTimeExpired:] | No lock state found, use built in check
    10/22/13 8:01:07.103 AM WindowServer[1075]: Created shield window 0x809 for display 0x003f003d
    10/22/13 8:01:07.103 AM WindowServer[1075]: handle_will_sleep_auth_and_shield_windows: no lock state data
    10/22/13 8:01:07.103 AM WindowServer[1075]: Created shield window 0x80a for display 0x003f003e
    10/22/13 8:01:07.103 AM WindowServer[1075]: handle_will_sleep_auth_and_shield_windows: no lock state data
    10/22/13 8:01:07.108 AM WindowServer[1075]: MPAccessSurfaceForDisplayDevice: Set up page flip mode on display 0x04241110 device: 0x103b5d110  isBackBuffered: 1 numComp: 3 numDisp: 3
    10/22/13 8:01:07.232 AM loginwindow[1074]: resume called when there was already a timer
    10/22/13 8:01:29.746 AM coreaudiod[202]: Disabled automatic stack shots because audio IO is active
    10/22/13 8:01:30.373 AM coreaudiod[202]: Enabled automatic stack shots because audio IO is inactive
    10/22/13 8:01:33.595 AM com.apple.iCloudHelper[52460]: AOSKit ERROR: Setup request failed, [email protected], url=https://setup.icloud.com/setup/get_account_settings, requestHeaders=
        "Accept-Language" = "en-us";
        Authorization = "Basic ...";
        "X-APNS-Token" = f399cac3645458297dd7be50afbcef111e82ed4220706386f776a845c51135c9;
        "X-Aos-Accept-Tos" = false;
        "X-Mme-Client-Info" = "<MacPro5,1> <Mac OS X;10.8.5;12F45> <com.apple.AOSKit/152.4 (com.apple.systempreferences/12.0)>";
        "X-Mme-Country" = US;
        "X-Mme-Timezone" = EDT;
    error=Error Domain=AOSErrorDomain Code=5002 "The operation couldn’t be completed. (AOSErrorDomain error 5002.)" UserInfo=0x7fcb08435310 {HttpStatusCode=401, DialogInfo={
        AlternateButtonLabel = "";
        AlternateButtonLink = "";
        Body = UNAUTHORIZED;
        DefaultButtonLabel = "mme.setupservice.SetupServiceJS.OK";
        DefaultButtonLink = "";
        DialogType = PasswordDialog;
        ErrorID = UNAUTHORIZED;
        Header = "";
        HelpLink = "";
        description = "These account credentials are unauthorized.";
        localizedError = UNAUTHORIZED;
        protocolVersion = 2;
    }}, httpStatusCode=401, responseBody=
    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
        <dict>
            <key>protocolVersion</key>
            <string>2</string>
            <key>DefaultButtonLabel</key>
            <string>mme.setupservice.SetupServiceJS.OK</string>
            <key>Body</key>
            <string>UNAUTHORIZED</string>
            <key>ErrorID</key>
            <string>UNAUTHORIZED</string>
            <key>DialogType</key>
            <string>CustomDialog</string>
            <key>AlternateButtonLink</key>
            <string></string>
            <key>AlternateButtonLabel</key>
            <string></string>
            <key>localizedError</key>
            <string>UNAUTHORIZED</string>
            <key>DefaultButtonLink</key>
            <string></string>
            <key>Header</key>
            <string></string>
            <key>HelpLink</key>
            <string></string>
            <key>description</key>
            <string>These account credentials are unauthorized.</string>
        </dict>
    </plist>
    10/22/13 8:01:35.293 AM System Preferences[52480]: Unknown serviceID: com.apple.Dataclass.SharedStreams
    10/22/13 8:01:35.423 AM System Preferences[52480]: Unknown serviceID: com.apple.Dataclass.SharedStreams
    10/22/13 8:01:35.423 AM System Preferences[52480]: Unknown serviceID: com.apple.Dataclass.SharedStreams
    10/22/13 8:01:35.900 AM com.apple.iCloudHelper[52460]: AOSKit ERROR: Quota usage request failed, [email protected], url=https://p20-quota.icloud.com:443/quotaservice/external/osx/1170343864/getQuotaIn fo, requestHeaders=
        "Accept-Language" = "en-us";
        Authorization = "Basic ...";
        "X-Mme-Client-Info" = "<MacPro5,1> <Mac OS X;10.8.5;12F45> <com.apple.AOSKit/152.4 (com.apple.systempreferences/12.0)>";
        "X-Mme-Country" = US;
        "X-Mme-Timezone" = EDT;
    error=Error Domain=AOSErrorDomain Code=1000 "The operation couldn’t be completed. (AOSErrorDomain error 1000.)" UserInfo=0x7fcb0984dc00 {HttpStatusCode=401, DialogInfo={
        DialogType = Unknown;
    }}, httpStatusCode=401
    10/22/13 8:01:36.357 AM System Preferences[52480]: Unknown serviceID: com.apple.Dataclass.SharedStreams
    10/22/13 8:01:36.358 AM System Preferences[52480]: Unknown serviceID: com.apple.Dataclass.SharedStreams
    10/22/13 8:01:36.502 AM System Preferences[52480]: Unknown serviceID: com.apple.Dataclass.SharedStreams
    10/22/13 8:01:36.503 AM System Preferences[52480]: Unknown serviceID: com.apple.Dataclass.SharedStreams
    10/22/13 8:01:36.535 AM System Preferences[52480]: handleOpenParameter called activateIgnoringOtherApps
    10/22/13 8:01:36.583 AM System Preferences[52480]: Unknown serviceID: com.apple.Dataclass.SharedStreams
    10/22/13 8:01:36.941 AM com.apple.time[1108]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    10/22/13 8:01:37.161 AM aosnotifyd[52497]: bootstrap_look_up failed (44e)
    10/22/13 8:01:38.098 AM fseventsd[48]: Logging disabled completely for device:1: /Volumes/Recovery HD
    10/22/13 8:01:38.153 AM fseventsd[48]: disk logger: failed to open output file /Volumes/JRL1/.fseventsd/00000000043da126 (No such file or directory). mount point /Volumes/JRL1/.fseventsd
    10/22/13 8:01:38.241 AM fseventsd[48]: disk logger: failed to open output file /Volumes/JRL1/.fseventsd/00000000043da126 (No such file or directory). mount point /Volumes/JRL1/.fseventsd
    10/22/13 8:01:38.771 AM locationd[52500]: NOTICE,Location icon should now be in state 0
    10/22/13 8:01:39.397 AM System Preferences[52480]: INFO: FMM: containsRecoveryPartition: YES, version: 12E55
    10/22/13 8:01:39.438 AM System Preferences[52480]: INFO: FMM: containsRecoveryPartition: YES, version: 12E55
    10/22/13 8:01:39.672 AM System Preferences[52480]: INFO: FMM: recoveryPartitionNeedsUpdate: NO
    10/22/13 8:01:39.672 AM System Preferences[52480]: INFO: FMM: containsRecoveryPartition: YES, version: 12E55
    10/22/13 8:01:39.672 AM System Preferences[52480]: INFO: FMM: recoveryPartitionNeedsUpdate: NO
    10/22/13 8:01:39.673 AM System Preferences[52480]: INFO: FMM: can enable: YES
    10/22/13 8:01:39.678 AM System Preferences[52480]: Unknown serviceID: com.apple.Dataclass.SharedStreams
    10/22/13 8:01:39.758 AM System Preferences[52480]: INFO: FMM: containsRecoveryPartition: YES, version: 12E55
    10/22/13 8:01:39.758 AM System Preferences[52480]: INFO: FMM: recoveryPartitionNeedsUpdate: NO
    10/22/13 8:01:39.758 AM System Preferences[52480]: INFO: FMM: containsRecoveryPartition: YES, version: 12E55
    10/22/13 8:01:39.759 AM System Preferences[52480]: INFO: FMM: recoveryPartitionNeedsUpdate: NO
    10/22/13 8:01:39.759 AM System Preferences[52480]: INFO: FMM: can enable: YES
    10/22/13 8:01:39.759 AM System Preferences[52480]: INFO: FMM: containsRecoveryPartition: YES, version: 12E55
    10/22/13 8:01:39.759 AM System Preferences[52480]: INFO: FMM: recoveryPartitionNeedsUpdate: NO
    10/22/13 8:01:39.760 AM System Preferences[52480]: INFO: FMM: containsRecoveryPartition: YES, version: 12E55
    10/22/13 8:01:39.760 AM System Preferences[52480]: INFO: FMM: recoveryPartitionNeedsUpdate: NO
    10/22/13 8:01:39.760 AM System Preferences[52480]: INFO: FMM: can enable: YES
    10/22/13 8:01:40.022 AM System Preferences[52480]: INFO: FMM: containsRecoveryPartition: YES, version: 12E55
    10/22/13 8:01:40.022 AM System Preferences[52480]: INFO: FMM: recoveryPartitionNeedsUpdate: NO
    10/22/13 8:01:40.023 AM System Preferences[52480]: INFO: FMM: containsRecoveryPartition: YES, version: 12E55
    10/22/13 8:01:40.023 AM System Preferences[52480]: INFO: FMM: recoveryPartitionNeedsUpdate: NO
    10/22/13 8:01:40.023 AM System Preferences[52480]: INFO: FMM: can enable: YES
    10/22/13 8:01:40.151 AM System Preferences[52480]: Unknown serviceID: com.apple.Dataclass.SharedStreams
    10/22/13 8:01:40.340 AM com.apple.iCloudHelper[52460]: AOSKit ERROR: Quota usage request failed, [email protected], url=https://p20-quota.icloud.com:443/quotaservice/external/osx/1170343864/getQuotaIn fo, requestHeaders=
        "Accept-Language" = "en-us";
        Authorization = "Basic ...";
        "X-Mme-Client-Info" = "<MacPro5,1> <Mac OS X;10.8.5;12F45> <com.apple.AOSKit/152.4 (com.apple.systempreferences/12.0)>";
        "X-Mme-Country" = US;
        "X-Mme-Timezone" = EDT;
    error=Error Domain=AOSErrorDomain Code=1000 "The operation couldn’t be completed. (AOSErrorDomain error 1000.)" UserInfo=0x7fcb08412810 {HttpStatusCode=401, DialogInfo={
        DialogType = Unknown;
    }}, httpStatusCode=401
    10/22/13 8:01:47.781 AM System Preferences[52480]: Unknown serviceID: com.apple.Dataclass.SharedStreams
    10/22/13 8:01:53.583 AM App Store[52489]: No alternate URLs found for packageId com.apple.pkg.MakeQueuesScript
    10/22/13 8:04:35.496 AM Mail[52536]: Using V2 Layout
    10/22/13 8:04:35.675 AM librariand[52538]: MMe quota status changed: under quota
    10/22/13 8:04:39.533 AM com.apple.SecurityServer[15]: Session 100508 created
    10/22/13 8:04:42.421 AM com.apple.iCloudHelper[52460]: AOSKit ERROR: Setup request failed, [email protected], url=https://setup.icloud.com/setup/get_account_settings, requestHeaders=
        "Accept-Language" = "en-us";
        Authorization = "Basic ...";
        "X-APNS-Token" = f399cac3645458297dd7be50afbcef111e82ed4220706386f776a845c51135c9;
        "X-Aos-Accept-Tos" = false;
        "X-Mme-Client-Info" = "<MacPro5,1> <Mac OS X;10.8.5;12F45> <com.apple.AOSKit/152.4 (com.apple.syncdefaultsd/0.0)>";
        "X-Mme-Country" = US;
        "X-Mme-Timezone" = EDT;
    error=Error Domain=AOSErrorDomain Code=5002 "The operation couldn’t be completed. (AOSErrorDomain error 5002.)" UserInfo=0x7fcb09b00080 {HttpStatusCode=401, DialogInfo={
        AlternateButtonLabel = "";
        AlternateButtonLink = "";
        Body = UNAUTHORIZED;
        DefaultButtonLabel = "mme.setupservice.SetupServiceJS.OK";
        DefaultButtonLink = "";
        DialogType = PasswordDialog;
        ErrorID = UNAUTHORIZED;
        Header = "";
        HelpLink = "";
        description = "These account credentials are unauthorized.";
        localizedError = UNAUTHORIZED;
        protocolVersion = 2;
    }}, httpStatusCode=401, responseBody=
    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
        <dict>
            <key>protocolVersion</key>
            <string>2</string>
            <key>DefaultButtonLabel</key>
            <string>mme.setupservice.SetupServiceJS.OK</string>
            <key>Body</key>
            <string>UNAUTHORIZED</string>
            <key>ErrorID</key>
            <string>UNAUTHORIZED</string>
            <key>DialogType</key>
            <string>CustomDialog</string>
            <key>AlternateButtonLink</key>
            <string></string>
            <key>AlternateButtonLabel</key>
            <string></string>
            <key>localizedError</key>
            <string>UNAUTHORIZED</string>
            <key>DefaultButtonLink</key>
            <string></string>
            <key>Header</key>
            <string></string>
            <key>HelpLink</key>
            <string></string>
            <key>description</key>
            <string>These account credentials are unauthorized.</string>
        </dict>
    </plist>
    10/22/13 8:04:42.834 AM WindowServer[1075]: CGXSetWindowBackgroundBlurRadius: Invalid window 0xffffffff
    10/22/13 8:04:45.323 AM System Preferences[52480]: Unknown serviceID: com.apple.Dataclass.SharedStreams
    10/22/13 8:04:45.342 AM xpcd[25595]: AOSAlertManager[52545]: registration request failed: (0x12, 0xd) process failed sandbox check
    10/22/13 8:04:45.369 AM System Preferences[52480]: INFO: FMM: containsRecoveryPartition: YES, version: 12E55
    10/22/13 8:04:45.369 AM System Preferences[52480]: INFO: FMM: recoveryPartitionNeedsUpdate: NO
    10/22/13 8:04:45.370 AM System Preferences[52480]: INFO: FMM: containsRecoveryPartition: YES, version: 12E55
    10/22/13 8:04:45.370 AM System Preferences[52480]: INFO: FMM: recoveryPartitionNeedsUpdate: NO
    10/22/13 8:04:45.370 AM System Preferences[52480]: INFO: FMM: can enable: YES
    10/22/13 8:04:53.708 AM System Preferences[52480]: Unknown serviceID: com.apple.Dataclass.SharedStreams
    10/22/13 8:04:53.796 AM AppleIDAuthAgent[48807]: SERVER AppleIDAuth: Already existing account "jo...ne@?????.???" re-added; succeeded.[ NULL ]  (__AppleIDDoAddAppleID()/AppleIDAuthenticationImpl.cpp #169) com.apple.coreservices.appleid.authentication.peer.0x7fa3eb600e.xpcq

  • Help --- Finder Spinning Ball of Death Mavericks not starting

    get the spinning ball of death when I select finder from the desktop or select anything for that matter.
    I have tried reinstalling Mavericks, after the install I get a popup asking me to install java, regardless of the option I select either not now or install the SPOD comes up.
    I then go into safe mode and downloaded java and installed it, then rebooted normal mode, same problem SPOD when you select anything.
    I have created another account and that works fine, but not my normal account. Initially I thought it might be something to do with chrome, so I uninstalled that.
    In addition I have removed any startup items I had against the user ID in system preferences. I have also switched off spotlight trying to build indexes.
    I know my system is ok when I get the adobe update icon on my top menu bar. The boot up process simply doesn’t get to that stage.
    Below is the boot log. I would be really grateful for any suggestions. I have tried installing from the app store 3 times now.
    May 19 11:01:10 localhost bootlog[0]: BOOT_TIME 1400486470 0
    May 19 11:01:51 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.
    May 19 11:01:51 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".
    May 19 11:01:51 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.
    May 19 11:01:51 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.
    May 19 11:01:51 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.
    May 19 11:01:51 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.
    May 19 11:01:51 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.
    May 19 11:01:51 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.
    May 19 11:01:51 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.
    May 19 11:01:51 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.
    May 19 11:01:51 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.
    May 19 11:01:51 --- last message repeated 6 times ---
    May 19 11:01:51 localhost kernel[0]: Longterm timer threshold: 1000 ms
    May 19 11:01:51 localhost 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
    May 19 11:01:51 localhost kernel[0]: vm_page_bootstrap: 1926170 free pages and 89062 wired pages
    May 19 11:01:51 localhost kernel[0]: kext submap [0xffffff7f807a9000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff80007a9000]
    May 19 11:01:51 localhost kernel[0]: zone leak detection enabled
    May 19 11:01:51 localhost kernel[0]: "vm_compressor_mode" is 4
    May 19 11:01:51 localhost kernel[0]: standard timeslicing quantum is 10000 us
    May 19 11:01:51 localhost kernel[0]: standard background quantum is 2500 us
    May 19 11:01:51 localhost kernel[0]: mig_table_max_displ = 74
    May 19 11:01:51 localhost kernel[0]: AppleACPICPU: ProcessorId=0 LocalApicId=0 Enabled
    May 19 11:01:51 localhost kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=1 Enabled
    May 19 11:01:51 localhost kernel[0]: calling mpo_policy_init for TMSafetyNet
    May 19 11:01:51 localhost kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    May 19 11:01:51 localhost kernel[0]: calling mpo_policy_init for Sandbox
    May 19 11:01:51 localhost kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    May 19 11:01:51 localhost kernel[0]: calling mpo_policy_init for Quarantine
    May 19 11:01:51 localhost kernel[0]: Security policy loaded: Quarantine policy (Quarantine)
    May 19 11:01:51 localhost kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    May 19 11:01:51 localhost kernel[0]: The Regents of the University of California. All rights reserved.
    May 19 11:01:51 localhost kernel[0]: MAC Framework successfully initialized
    May 19 11:01:51 localhost kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers
    May 19 11:01:51 localhost kernel[0]: AppleKeyStore starting (BUILT: Apr 17 2014 23:36:27)
    May 19 11:01:51 localhost kernel[0]: IOAPIC: Version 0x11 Vectors 64:87
    May 19 11:01:51 localhost kernel[0]: ACPI: sleep states S3 S4 S5
    May 19 11:01:51 localhost kernel[0]: AppleIntelCPUPowerManagement: (built 23:35:25 Apr 17 2014) initialization complete
    May 19 11:01:51 localhost kernel[0]: pci (build 23:24:05 Apr 17 2014), flags 0x63008, pfm64 (36 cpu) 0xf80000000, 0x80000000
    May 19 11:01:51 localhost kernel[0]: [ PCI configuration begin ]
    May 19 11:01:51 localhost kernel[0]: console relocated to 0xf80010000
    May 19 11:01:51 localhost kernel[0]: [ PCI configuration end, bridges 7, devices 19 ]
    May 19 11:01:51 localhost kernel[0]: NVEthernet::start - Built Apr 17 2014 23:39:55
    May 19 11:01:51 localhost kernel[0]: FireWire (OHCI) Lucent ID 5901 built-in now active, GUID 002332fffede0e28; max speed s800.
    May 19 11:01:51 localhost kernel[0]: mcache: 2 CPU(s), 64 bytes CPU cache line size
    May 19 11:01:51 localhost kernel[0]: mbinit: done [64 MB total pool size, (42/21) split]
    May 19 11:01:51 localhost kernel[0]: Pthread support ABORTS when sync kernel primitives misused
    May 19 11:01:51 localhost kernel[0]: rooting via boot-uuid from /chosen: 28B67255-3E95-3681-AF9F-6D187518F933
    May 19 11:01:51 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>
    May 19 11:01:51 localhost kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start
    May 19 11:01:51 localhost kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start
    May 19 11:01:51 localhost kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded
    May 19 11:01:51 localhost kernel[0]: com.apple.AppleFSCompressionTypeDataless load succeeded
    May 19 11:01:51 localhost kernel[0]: AppleIntelCPUPowerManagementClient: ready
    May 19 11:01:51 localhost kernel[0]: BTCOEXIST off
    May 19 11:01:51 localhost kernel[0]: BRCM tunables:
    May 19 11:01:51 localhost kernel[0]: pullmode[1] txringsize[  256] txsendqsize[1024] reapmin[   32] reapcount[  128]
    May 19 11:01:51 localhost kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@B/AppleMCP79AHCI/PR T0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageD river/Hitachi HTS727575A9E364 Media/IOGUIDPartitionScheme/Mac HD@2
    May 19 11:01:51 localhost kernel[0]: BSD root: disk0s2, major 1, minor 2
    May 19 11:01:51 localhost kernel[0]: hfs: mounted Macintosh HD on device root_device
    May 19 11:01:51 localhost kernel[0]: VM Swap Subsystem is ON
    May 19 11:01:51 localhost kernel[0]: Waiting for DSMOS...
    May 19 11:01:12 localhost com.apple.launchd[1]: *** launchd[1] has started up. ***
    May 19 11:01:12 localhost com.apple.launchd[1]: *** Shutdown logging is enabled. ***
    May 19 11:01:37 localhost hidd[44]: void __IOHIDPlugInLoadBundles(): Loaded 0 HID plugins
    May 19 11:01:37 localhost hidd[44]: Posting 'com.apple.iokit.hid.displayStatus' notifyState=1
    May 19 11:01:49 localhost distnoted[67]: # distnote server daemon  absolute time: 33.652365918   civil time: Mon May 19 11:01:42 2014   pid: 67 uid: 0  root: yes
    May 19 11:01:51 localhost distnoted[67]: assertion failed: 13D65: liblaunch.dylib + 25164 [38D1AB2C-A476-385F-8EA8-7AB604CA1F89]: 0x25
    May 19 11:01:51 localhost com.apple.SecurityServer[14]: Session 100000 created
    May 19 11:01:52 localhost kernel[0]: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    May 19 11:01:53 localhost kdc[42]: krb5_kdc_set_dbinfo: failed to create root node: /Local/Default
    May 19 11:01:53 localhost com.apple.launchd[1] (com.apple.Kerberos.kdc[42]): Exited with code: 1
    May 19 11:01:54 localhost kernel[0]: NVDAStartup: Official
    May 19 11:01:54 localhost kernel[0]: NVDANV50HAL loaded and registered
    May 19 11:01:54 localhost kernel[0]: NVDAStartup: Official
    May 19 11:01:54 localhost kernel[0]: ast_pending=0xffffff80092cb3a0
    May 19 11:01:54 localhost kernel[0]: cpu_interrupt=0xffffff80092e3620
    May 19 11:01:54 localhost kernel[0]: vboxdrv: fAsync=0 offMin=0xc9f offMax=0x1047
    May 19 11:01:54 localhost kernel[0]: VBoxDrv: version 4.2.4 r81684; IOCtl version 0x1a0004; IDC version 0x10000; dev major=18
    May 19 11:01:54 localhost kernel[0]: AGC: 3.5.26, HW version=1.7.3, flags:0, features:4
    May 19 11:01:55 localhost kernel[0]: SMC::smcReadKeyAction ERROR: smcReadData8 failed for key LsNM (kSMCKeyNotFound)
    May 19 11:01:55 localhost kernel[0]: SMC::smcReadKeyAction ERROR LsNM kSMCKeyNotFound(0x84) fKeyHashTable=0x0
    May 19 11:01:55 localhost kernel[0]: SMC::smcGetLightshowVers ERROR: smcReadKey LsNM failed (kSMCKeyNotFound)
    May 19 11:01:55 localhost kernel[0]: SMC::smcPublishLightshowVersion ERROR: smcGetLightshowVers failed (kSMCKeyNotFound)
    May 19 11:01:55 localhost kernel[0]: SMC::smcInitHelper ERROR: smcPublishLightshowVersion failed (kSMCKeyNotFound)
    May 19 11:01:55 localhost kernel[0]: NVDANV50HAL loaded and registered
    May 19 11:01:55 localhost kernel[0]: Previous Shutdown Cause: 3
    May 19 11:01:55 localhost kernel[0]: SMC::smcInitHelper ERROR: MMIO regMap == NULL - fall back to old SMC mode
    May 19 11:01:55 localhost kernel[0]: IOBluetoothUSBDFU::probe
    May 19 11:01:55 localhost kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x8213 FirmwareVersion - 0x0207
    May 19 11:01:55 localhost kernel[0]: **** [IOBluetoothHostControllerUSBTransport][start] -- completed -- result = TRUE -- 0x1c00 ****
    May 19 11:01:55 localhost kernel[0]: **** [BroadcomBluetoothHostControllerUSBTransport][start] -- Completed -- 0x1c00 ****
    May 19 11:01:55 localhost kernel[0]: init
    May 19 11:01:55 localhost kernel[0]: probe
    May 19 11:01:55 localhost kernel[0]: start
    May 19 11:01:55 localhost kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification -- 0x1c00
    May 19 11:01:55 localhost kernel[0]: [IOBluetoothHCIController][start] -- completed
    May 19 11:01:55 localhost kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    May 19 11:01:55 localhost kernel[0]: **** [IOBluetoothHCIController][protectedBluetoothHCIControllerTransportShowsUp] -- Connected to the transport successfully -- 0x2200 -- 0x1800 -- 0x1c00 ****
    May 19 11:01:55 localhost kernel[0]: 00000000  00000020  NVEthernet::setLinkStatus - not Active
    May 19 11:01:55 localhost kernel[0]: DSMOS has arrived
    May 19 11:01:55 localhost kernel[0]: AirPort: Link Down on en1. Reason 8 (Disassociated because station leaving).
    May 19 11:01:55 localhost configd[55]: dhcp_arp_router: en1 SSID unavailable
    May 19 11:01:55 farooq-ahmeds-macbook-pro.local configd[55]: setting hostname to "farooq-ahmeds-macbook-pro.local"
    May 19 11:01:56 farooq-ahmeds-macbook-pro.local configd[55]: network changed.
    May 19 11:01:56 farooq-ahmeds-macbook-pro.local kdc[76]: label: default
    May 19 11:01:56 farooq-ahmeds-macbook-pro.local kdc[76]:           dbname: od:/Local/Default
    May 19 11:01:56 farooq-ahmeds-macbook-pro.local kdc[76]:           mkey_file: /var/db/krb5kdc/m-key
    May 19 11:01:56 farooq-ahmeds-macbook-pro.local kdc[76]:           acl_file: /var/db/krb5kdc/kadmind.acl
    May 19 11:01:56 farooq-ahmeds-macbook-pro.local com.apple.SecurityServer[14]: Entering service
    May 19 11:01:56 farooq-ahmeds-macbook-pro.local com.apple.usbmuxd[18]: usbmuxd-327.4 on Feb 12 2014 at 14:54:33, running 64 bit
    May 19 11:01:58 farooq-ahmeds-macbook-pro.local digest-service[68]: label: default
    May 19 11:01:58 farooq-ahmeds-macbook-pro.local digest-service[68]:           dbname: od:/Local/Default
    May 19 11:01:58 farooq-ahmeds-macbook-pro.local digest-service[68]:           mkey_file: /var/db/krb5kdc/m-key
    May 19 11:01:58 farooq-ahmeds-macbook-pro.local digest-service[68]:           acl_file: /var/db/krb5kdc/kadmind.acl
    May 19 11:01:59 farooq-ahmeds-macbook-pro.local aosnotifyd[61]: aosnotifyd has been launched
    May 19 11:01:59 farooq-ahmeds-macbook-pro.local awacsd[58]: Starting awacsd connectivity_executables-97 (Aug 24 2013 23:49:23)
    May 19 11:02:00 farooq-ahmeds-macbook-pro.local apsd[60]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    May 19 11:02:00 farooq-ahmeds-macbook-pro.local systemkeychain[85]: done file: /var/run/systemkeychaincheck.done
    May 19 11:02:00 farooq-ahmeds-macbook-pro.local digest-service[68]: digest-request: uid=0
    May 19 11:02:00 farooq-ahmeds-macbook-pro.local mDNSResponder[35]: mDNSResponder mDNSResponder-522.90.2 (Nov  3 2013 18:51:09) starting OSXVers 13
    May 19 11:02:01 farooq-ahmeds-macbook-pro.local loginwindow[38]: Login Window Application Started
    May 19 11:02:02 farooq-ahmeds-macbook-pro.local configd[55]: network changed.
    May 19 11:02:02 farooq-ahmeds-macbook-pro.local configd[55]: network changed: DNS*
    May 19 11:02:03 farooq-ahmeds-macbook-pro.local awacsd[58]: InnerStore CopyAllZones: no info in Dynamic Store
    May 19 11:02:03 farooq-ahmeds-macbook-pro.local airportd[62]: airportdProcessDLILEvent: en1 attached (up)
    May 19 11:02:03 farooq-ahmeds-macbook-pro kernel[0]: createVirtIf(): ifRole = 1
    May 19 11:02:03 farooq-ahmeds-macbook-pro kernel[0]: in func createVirtualInterface ifRole = 1
    May 19 11:02:03 farooq-ahmeds-macbook-pro kernel[0]: AirPort_Brcm4331_P2PInterface::init name <p2p0> role 1
    May 19 11:02:03 farooq-ahmeds-macbook-pro kernel[0]: AirPort_Brcm4331_P2PInterface::init() <p2p> role 1
    May 19 11:02:03 farooq-ahmeds-macbook-pro kernel[0]: Created virtif 0xffffff801c676400 p2p0
    May 19 11:02:03 farooq-ahmeds-macbook-pro.local UserEventAgent[11]: Captive: CNPluginHandler en1: Inactive
    May 19 11:02:03 farooq-ahmeds-macbook-pro.local stackshot[22]: Timed out waiting for IOKit to finish matching.
    May 19 11:02:03 farooq-ahmeds-macbook-pro.local mDNSResponder[35]: D2D_IPC: Loaded
    May 19 11:02:03 farooq-ahmeds-macbook-pro.local mDNSResponder[35]: D2DInitialize succeeded
    May 19 11:02:03 farooq-ahmeds-macbook-pro.local mDNSResponder[35]:   4: Listening for incoming Unix Domain Socket client requests
    May 19 11:02:03 farooq-ahmeds-macbook-pro.local kdc[76]: KDC started
    May 19 11:02:04 farooq-ahmeds-macbook-pro.local UserEventAgent[11]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    May 19 11:02:04 farooq-ahmeds-macbook-pro.local digest-service[68]: digest-request: netr probe 0
    May 19 11:02:04 farooq-ahmeds-macbook-pro.local digest-service[68]: digest-request: init request
    May 19 11:02:05 farooq-ahmeds-macbook-pro.local networkd[102]: networkd.102 built Aug 24 2013 22:08:46
    May 19 11:02:05 farooq-ahmeds-macbook-pro.local digest-service[68]: digest-request: init return domain: BUILTIN server: FAROOQ-AHMEDS-MACBOOK-PRO indomain was: <NULL>
    May 19 11:02:08 farooq-ahmeds-macbook-pro kernel[0]: flow_divert_kctl_disconnect (0): disconnecting group 1
    May 19 11:02:09 farooq-ahmeds-macbook-pro.local mds[34]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    May 19 11:02:10 farooq-ahmeds-macbook-pro.local apsd[60]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    May 19 11:02:12 farooq-ahmeds-macbook-pro.local sandboxd[103] ([62]): airportd(62) deny file-read-data /private/var/root/Library/Preferences/ByHost/.GlobalPreferences.7D07F877-BBB1-5 615-AB6F-D1A69C93244B.plist
    May 19 11:02:15 farooq-ahmeds-macbook-pro.local WindowServer[100]: Server is starting up
    May 19 11:02:15 farooq-ahmeds-macbook-pro kernel[0]: **** [IOBluetoothHostControllerUSBTransport][SuspendDevice] -- Suspend -- suspendDeviceCallResult = 0x0000 (kIOReturnSuccess) -- 0x1c00 ****
    May 19 11:02:16 farooq-ahmeds-macbook-pro.local mds[34]: (Normal) FMW: FMW 0 0
    May 19 11:02:16 farooq-ahmeds-macbook-pro.local locationd[40]: Incorrect NSStringEncoding value 0x8000100 detected. Assuming NSASCIIStringEncoding. Will stop this compatiblity mapping behavior in the near future.
    May 19 11:02:17 farooq-ahmeds-macbook-pro.local locationd[40]: NBB-Could not get UDID for stable refill timing, falling back on random
    May 19 11:02:17 farooq-ahmeds-macbook-pro kernel[0]: en1: 802.11d country code set to 'BH'.
    May 19 11:02:17 farooq-ahmeds-macbook-pro 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 149 153 157 161 165
    May 19 11:02:17 farooq-ahmeds-macbook-pro.local locationd[40]: Location icon should now be in state 'Inactive'
    May 19 11:02:18 farooq-ahmeds-macbook-pro.local awacsd[58]: Exiting
    May 19 11:02:18 farooq-ahmeds-macbook-pro.local mDNSResponder[35]: mDNS_Register_internal: ERROR!! Tried to register AuthRecord 00007FD0BB002D60 farooq-ahmeds-macbook-pro.local. (Addr) that's already in the list
    May 19 11:02:18 farooq-ahmeds-macbook-pro.local mDNSResponder[35]: mDNS_Register_internal: ERROR!! Tried to register AuthRecord 00007FD0BB0031F0 1.0.0.127.in-addr.arpa. (PTR) that's already in the list
    May 19 11:02:18 farooq-ahmeds-macbook-pro.local mDNSResponder[35]: mDNS_Register_internal: ERROR!! Tried to register AuthRecord 00007FD0BA80ED60 farooq-ahmeds-macbook-pro.local. (AAAA) that's already in the list
    May 19 11:02:18 farooq-ahmeds-macbook-pro.local mDNSResponder[35]: mDNS_Register_internal: ERROR!! Tried to register AuthRecord 00007FD0BA80F1F0 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
    May 19 11:02:19 farooq-ahmeds-macbook-pro kernel[0]: SMC::smcReadKeyAction ERROR: smcReadData8 failed for key MOTP (kSMCKeyNotFound)
    May 19 11:02:19 farooq-ahmeds-macbook-pro kernel[0]: SMC::smcReadKeyAction ERROR: smcReadData8 failed for key BEMB (kSMCKeyNotFound)
    May 19 11:02:22 farooq-ahmeds-macbook-pro.local WindowServer[100]: Session 256 retained (2 references)
    May 19 11:02:22 farooq-ahmeds-macbook-pro.local WindowServer[100]: Session 256 released (1 references)
    May 19 11:02:22 farooq-ahmeds-macbook-pro.local WindowServer[100]: Session 256 retained (2 references)
    May 19 11:02:22 farooq-ahmeds-macbook-pro.local WindowServer[100]: init_page_flip: page flip mode is on
    May 19 11:02:23 farooq-ahmeds-macbook-pro.local SystemStarter[116]: VirtualBox Support and USB Drivers (123) did not complete successfully
    May 19 11:02:23 farooq-ahmeds-macbook-pro.local SystemStarter[116]: The following StartupItems failed to start properly:
    May 19 11:02:23 farooq-ahmeds-macbook-pro.local SystemStarter[116]: /Library/StartupItems/VirtualBox
    May 19 11:02:23 farooq-ahmeds-macbook-pro.local SystemStarter[116]:  - execution of Startup script failed
    May 19 11:02:23 farooq-ahmeds-macbook-pro.local sudo[126]:     root : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/Library/StartupItems/HWNetMgr/HWNetCfg
    May 19 11:02:23 farooq-ahmeds-macbook-pro.local PocketCloudService[63]: Untrusted apps are not allowed to connect to Window Server before login.
    May 19 11:02:23 farooq-ahmeds-macbook-pro.local PocketCloudService[63]: Set a breakpoint at CGSLogError to catch errors as they are logged.
    May 19 11:02:23 farooq-ahmeds-macbook-pro.local PocketCloudService[63]: On-demand launch of the Window Server is allowed for root user only.
    May 19 11:02:23 farooq-ahmeds-macbook-pro.local PocketCloudService[63]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    May 19 11:02:23 farooq-ahmeds-macbook-pro.local PocketCloudService[63]: On-demand launch of the Window Server is allowed for root user only.
    May 19 11:02:23 farooq-ahmeds-macbook-pro.local PocketCloudService[63]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    May 19 11:02:23 farooq-ahmeds-macbook-pro.local PocketCloudService[63]: This user is not allowed access to the window system right now.
    May 19 11:02:23 farooq-ahmeds-macbook-pro.local WindowServer[100]: Found 36 modes for display 0x00000000 [36, 0]
    May 19 11:02:23 farooq-ahmeds-macbook-pro.local WindowServer[100]: Found 1 modes for display 0x00000000 [1, 0]
    May 19 11:02:23 --- last message repeated 2 times ---
    May 19 11:02:23 farooq-ahmeds-macbook-pro.local WindowServer[100]: mux_initialize: Mode is logout
    May 19 11:02:23 farooq-ahmeds-macbook-pro.local WindowServer[100]: Found 36 modes for display 0x00000000 [36, 0]
    May 19 11:02:23 farooq-ahmeds-macbook-pro.local WindowServer[100]: Found 1 modes for display 0x00000000 [1, 0]
    May 19 11:02:23 farooq-ahmeds-macbook-pro.local WindowServer[100]: WSMachineUsesNewStyleMirroring: false
    May 19 11:02:23 farooq-ahmeds-macbook-pro.local WindowServer[100]: Display 0x04272100: GL mask 0x5; bounds (0, 0)[1440 x 900], 36 modes available
              Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model 9c84, S/N 0, Unit 0, Rotation 0
              UUID 0x3147e958136865fbc8914fc8d5b55131
    May 19 11:02:23 farooq-ahmeds-macbook-pro.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
    May 19 11:02:23 farooq-ahmeds-macbook-pro.local WindowServer[100]: WSSetWindowTransform: Singular matrix
    May 19 11:02:23 farooq-ahmeds-macbook-pro.local WindowServer[100]: Display 0x04272100: GL mask 0x5; bounds (0, 0)[1440 x 900], 36 modes available
              Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model 9c84, S/N 0, Unit 0, Rotation 0
              UUID 0x3147e958136865fbc8914fc8d5b55131
    May 19 11:02:23 farooq-ahmeds-macbook-pro.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
    May 19 11:02:23 farooq-ahmeds-macbook-pro.local WindowServer[100]: CGXPerformInitialDisplayConfiguration
    May 19 11:02:23 farooq-ahmeds-macbook-pro.local WindowServer[100]:   Display 0x04272100: Unit 0; Alias(0, 0x5); Vendor 0x610 Model 0x9c84 S/N 0 Dimensions 13.03 x 8.15; online enabled built-in, Bounds (0,0)[1440 x 900], Rotation 0, Resolution 1
    May 19 11:02:23 farooq-ahmeds-macbook-pro.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
    May 19 11:02:23 farooq-ahmeds-macbook-pro.local WindowServer[100]: CGXMuxBoot: Boot normal
    May 19 11:02:24 farooq-ahmeds-macbook-pro.local WindowServer[100]: GLCompositor: GL renderer id 0x0102260e, GL mask 0x00000003, accelerator 0x000032ab, unit 0, caps QEX|MIPMAP, vram 256 MB
    May 19 11:02:24 farooq-ahmeds-macbook-pro.local WindowServer[100]: GLCompositor: GL renderer id 0x0102260e, GL mask 0x00000003, texture max 8192, viewport max {8192, 8192}, extensions FPRG|NPOT|GLSL|FLOAT
    May 19 11:02:24 farooq-ahmeds-macbook-pro.local WindowServer[100]: GLCompositor: GL renderer id 0x0202260c, GL mask 0x0000000c, accelerator 0x00004d3b, unit 2, caps QEX|MIPMAP, vram 256 MB
    May 19 11:02:24 farooq-ahmeds-macbook-pro.local WindowServer[100]: GLCompositor: GL renderer id 0x0202260c, GL mask 0x0000000c, texture max 8192, viewport max {8192, 8192}, extensions FPRG|NPOT|GLSL|FLOAT
    May 19 11:02:24 farooq-ahmeds-macbook-pro.local WindowServer[100]: GLCompositor enabled for tile size [256 x 256]
    May 19 11:02:24 farooq-ahmeds-macbook-pro.local WindowServer[100]: CGXGLInitMipMap: mip map mode is on
    May 19 11:02:24 farooq-ahmeds-macbook-pro.local loginwindow[38]: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    May 19 11:02:24 farooq-ahmeds-macbook-pro kernel[0]: MacAuthEvent en1   Auth result for: 20:f3:a3:af:4b:ee  MAC AUTH succeeded
    May 19 11:02:24 farooq-ahmeds-macbook-pro kernel[0]: wlEvent: en1 en1 Link UP virtIf = 0
    May 19 11:02:24 farooq-ahmeds-macbook-pro kernel[0]: AirPort: Link Up on en1
    May 19 11:02:24 farooq-ahmeds-macbook-pro kernel[0]: en1: BSSID changed to 20:f3:a3:af:4b:ee
    May 19 11:02:24 farooq-ahmeds-macbook-pro.local WindowServer[100]: Display 0x04272100: Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 12)
    May 19 11:02:24 farooq-ahmeds-macbook-pro kernel[0]: AirPort: RSN handshake complete on en1
    May 19 11:02:25 farooq-ahmeds-macbook-pro kernel[0]: flow_divert_kctl_disconnect (0): disconnecting group 1
    May 19 11:02:25 farooq-ahmeds-macbook-pro.local loginwindow[38]: Setting the initial value of the magsave brightness level 1
    May 19 11:02:25 farooq-ahmeds-macbook-pro.local WindowServer[100]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    May 19 11:02:25 farooq-ahmeds-macbook-pro.local WindowServer[100]: Display 0x04272100: Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 12)
    May 19 11:02:26 --- last message repeated 1 time ---
    May 19 11:02:26 farooq-ahmeds-macbook-pro.local loginwindow[38]: Login Window Started Security Agent
    May 19 11:02:27 farooq-ahmeds-macbook-pro.local configd[55]: network changed: DNS* Proxy
    May 19 11:02:27 farooq-ahmeds-macbook-pro.local UserEventAgent[11]: Captive: [CNInfoNetworkActive:1655] en1: SSID 'Zain Broadband' making interface primary (protected network)
    May 19 11:02:27 farooq-ahmeds-macbook-pro.local UserEventAgent[11]: Captive: CNPluginHandler en1: Evaluating
    May 19 11:02:27 farooq-ahmeds-macbook-pro.local UserEventAgent[11]: Captive: en1: Probing 'Zain Broadband'
    May 19 11:02:27 farooq-ahmeds-macbook-pro.local configd[55]: network changed: v4(en1!:192.168.1.3) DNS+ Proxy+ SMB
    May 19 11:02:27 farooq-ahmeds-macbook-pro.local launchctl[141]: com.apple.findmymacmessenger: Already loaded
    May 19 11:02:27 farooq-ahmeds-macbook-pro.local WindowServer[100]: _CGXGLDisplayContextForDisplayDevice: acquired display context (0x7fb51bd0ba50) - enabling OpenGL
    May 19 11:02:27 farooq-ahmeds-macbook-pro.local SecurityAgent[145]: This is the first run
    May 19 11:02:27 farooq-ahmeds-macbook-pro.local SecurityAgent[145]: MacBuddy was run = 0
    May 19 11:02:27 farooq-ahmeds-macbook-pro.local com.apple.SecurityServer[14]: Session 100004 created
    May 19 11:02:27 farooq-ahmeds-macbook-pro.local UserEventAgent[11]: Captive: CNPluginHandler en1: Authenticated
    May 19 11:02:29 farooq-ahmeds-macbook-pro.local UserEventAgent[147]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    May 19 11:02:33 farooq-ahmeds-macbook-pro.local WindowServer[100]: disable_update_timeout: UI updates were forcibly disabled by application "NasNavigator2" for over 1.00 seconds. Server has re-enabled them.
    May 19 11:02:34 farooq-ahmeds-macbook-pro.local WindowServer[100]: common_reenable_update: UI updates were finally reenabled by application "NasNavigator2" after 1.94 seconds (server forcibly re-enabled them after 1.00 seconds)
    May 19 11:02:45 farooq-ahmeds-macbook-pro com.apple.launchd[1] (jp.buffalo.NASPower_pla): Throttling respawn: Will start in 43 seconds
    May 19 11:02:49 farooq-ahmeds-macbook-pro.local SecurityAgent[145]: User info context values set for farooqahmed
    May 19 11:02:50 farooq-ahmeds-macbook-pro kernel[0]: SMC::smcReadKeyAction ERROR: smcReadData8 failed for key B0PS (kSMCKeyNotFound)
    May 19 11:02:50 farooq-ahmeds-macbook-pro kernel[0]: SMC::smcReadKeyAction ERROR: smcReadData8 failed for key B0OS (kSMCKeyNotFound)
    May 19 11:02:50 farooq-ahmeds-macbook-pro.local SecurityAgent[145]: Login Window login proceeding
    May 19 11:02:51 farooq-ahmeds-macbook-pro.local loginwindow[38]: Login Window - Returned from Security Agent
    May 19 11:02:51 farooq-ahmeds-macbook-pro.local loginwindow[38]: USER_PROCESS: 38 console
    May 19 11:02:51 farooq-ahmeds-macbook-pro.local airportd[62]: _doAutoJoin: Already associated to “Zain Broadband”. Bailing on auto-join.
    May 19 11:02:51 farooq-ahmeds-macbook-pro kernel[0]: AppleKeyStore:Sending lock change 0
    May 19 11:02:51 farooq-ahmeds-macbook-pro com.apple.launchd.peruser.501[169]: Background: Aqua: Registering new GUI session.
    May 19 11:02:51 farooq-ahmeds-macbook-pro com.apple.launchd.peruser.501[169] (com.apple.EscrowSecurityAlert): Unknown key: seatbelt-profiles
    May 19 11:02:51 farooq-ahmeds-macbook-pro com.apple.launchd.peruser.501[169] (com.apple.ReportCrash): Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    May 19 11:02:51 farooq-ahmeds-macbook-pro.local launchctl[171]: com.apple.pluginkit.pkd: Already loaded
    May 19 11:02:51 farooq-ahmeds-macbook-pro.local launchctl[171]: com.apple.sbd: Already loaded
    May 19 11:02:51 farooq-ahmeds-macbook-pro.local distnoted[173]: # distnote server agent  absolute time: 102.639664411   civil time: Mon May 19 11:02:51 2014   pid: 173 uid: 501  root: no
    May 19 11:02:52 farooq-ahmeds-macbook-pro.local WindowServer[100]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    May 19 11:02:53 farooq-ahmeds-macbook-pro.local sharingd[194]: Starting Up...
    May 19 11:02:54 farooq-ahmeds-macbook-pro.local WindowServer[100]: disable_update_timeout: UI updates were forcibly disabled by application "SystemUIServer" for over 1.00 seconds. Server has re-enabled them.
    May 19 11:02:54 farooq-ahmeds-macbook-pro.local WindowServer[100]: Display 0x04272100: Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 12)
    May 19 11:02:54 farooq-ahmeds-macbook-pro.local com.apple.audio.DriverHelper[192]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDRadeonX4000_AMDAccelDevice.
    May 19 11:02:54 farooq-ahmeds-macbook-pro.local com.apple.audio.DriverHelper[192]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDRadeonX4000_AMDAccelSharedUserClient.
    May 19 11:02:54 farooq-ahmeds-macbook-pro.local com.apple.audio.DriverHelper[192]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDSIVideoContext.
    May 19 11:02:54 farooq-ahmeds-macbook-pro.local com.apple.audio.DriverHelper[192]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class Gen6DVDContext.
    May 19 11:02:54 farooq-ahmeds-macbook-pro.local com.apple.audio.DriverHelper[192]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelDevice.
    May 19 11:02:54 farooq-ahmeds-macbook-pro.local com.apple.audio.DriverHelper[192]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelSharedUserClient.
    May 19 11:02:54 farooq-ahmeds-macbook-pro.local com.apple.audio.DriverHelper[192]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextMain.
    May 19 11:02:54 farooq-ahmeds-macbook-pro.local com.apple.audio.DriverHelper[192]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextMedia.
    May 19 11:02:54 farooq-ahmeds-macbook-pro.local com.apple.audio.DriverHelper[192]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextVEBox.
    May 19 11:02:54 farooq-ahmeds-macbook-pro.local com.apple.audio.DriverHelper[192]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IOBluetoothDeviceUserClient.
    May 19 11:02:54 farooq-ahmeds-macbook-pro.local com.apple.audio.DriverHelper[192]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IOHIDParamUserClient.
    May 19 11:02:54 farooq-ahmeds-macbook-pro.local com.apple.audio.DriverHelper[192]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IOSurfaceRootUserClient.
    May 19 11:02:54 farooq-ahmeds-macbook-pro.local com.apple.audio.DriverHelper[192]: The plug-in named AirPlay.driver requires extending the sandbox for the mach service named com.apple.AirPlayXPCHelper.
    May 19 11:02:54 farooq-ahmeds-macbook-pro.local com.apple.audio.DriverHelper[192]: The plug-in named AirPlay.driver requires extending the sandbox for the mach service named com.apple.blued.
    May 19 11:02:54 farooq-ahmeds-macbook-pro.local com.apple.audio.DriverHelper[192]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the IOKit user-client class IOBluetoothDeviceUserClient.
    May 19 11:02:54 farooq-ahmeds-macbook-pro.local com.apple.audio.DriverHelper[192]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the mach service named com.apple.blued.
    May 19 11:02:54 farooq-ahmeds-macbook-pro.local com.apple.audio.DriverHelper[192]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the mach service named com.apple.bluetoothaudiod.
    May 19 11:02:54 farooq-ahmeds-macbook-pro.local WindowServer[100]: common_reenable_update: UI updates were finally reenabled by application "SystemUIServer" after 1.45 seconds (server forcibly re-enabled them after 1.03 seconds)
    May 19 11:02:54 farooq-ahmeds-macbook-pro.local SystemUIServer[180]: Cannot find executable for CFBundle 0x7fed7ac936d0 </System/Library/CoreServices/Menu Extras/Clock.menu> (not loaded)
    May 19 11:02:54 farooq-ahmeds-macbook-pro.local SystemUIServer[180]: Cannot find executable for CFBundle 0x7fed7ac94f60 </System/Library/CoreServices/Menu Extras/Battery.menu> (not loaded)
    May 19 11:02:54 farooq-ahmeds-macbook-pro.local SystemUIServer[180]: Cannot find executable for CFBundle 0x7fed7ac976b0 </System/Library/CoreServices/Menu Extras/Volume.menu> (not loaded)
    May 19 11:02:54 farooq-ahmeds-macbook-pro.local mds[34]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    May 19 11:02:55 farooq-ahmeds-macbook-pro com.apple.launchd.peruser.501[169] (com.akamai.single-user-client[230]): assertion failed: 13D65: launchd + 105965 [425516B6-9F3E-342F-87B3-EC461EBA6A1A]: 0xd
    May 19 11:02:55 farooq-ahmeds-macbook-pro com.apple.launchd.peruser.501[169] (org.thebends.iphonedisk.mobile_fs_util[206]): Exited with code: 2
    May 19 11:02:55 farooq-ahmeds-macbook-pro com.apple.launchd.peruser.501[169] (org.thebends.iphonedisk.mobile_fs_util): Throttling respawn: Will start in 10 seconds
    May 19 11:02:55 farooq-ahmeds-macbook-pro.local coreaudiod[183]: 2014-05-19 11:02:55.562680 AM [AirPlay] AirPlay: Performing audio format change for 4 (AP Out) to PCM/44100/16/2
    May 19 11:02:55 farooq-ahmeds-macbook-pro accountsd[236]: assertion failed: 13D65: liblaunch.dylib + 25164 [38D1AB2C-A476-385F-8EA8-7AB604CA1F89]: 0x25
    May 19 11:02:55 farooq-ahmeds-macbook-pro.local com.apple.SecurityServer[14]: Session 100007 created
    May 19 11:02:55 farooq-ahmeds-macbook-pro.local usernoted[201]: ApplePushService: Timed out making blocking call, failed to perform call via XPC connection to 'com.apple.apsd'
    May 19 11:02:55 farooq-ahmeds-macbook-pro.local WindowServer[100]: disable_update_timeout: UI updates were forcibly disabled by application "SystemUIServer" for over 1.00 seconds. Server has re-enabled them.
    May 19 11:02:55 farooq-ahmeds-macbook-pro.local WindowServer[100]: common_reenable_update: UI updates were finally reenabled by application "SystemUIServer" after 1.02 seconds (server forcibly re-enabled them after 1.00 seconds)
    May 19 11:02:55 farooq-ahmeds-macbook-pro.local SystemUIServer[180]: *** WARNING: -[NSImage compositeToPoint:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    May 19 11:02:55 farooq-ahmeds-macbook-pro.local SystemUIServer[180]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    May 19 11:02:55 farooq-ahmeds-macbook-pro kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=229[GoogleSoftwareUp] final status 0x0, allowing (remove VALID) page
    May 19 11:02:55 farooq-ahmeds-macbook-pro.local ubd[199]: sandbox cache error 3850
    May 19 11:02:55 farooq-ahmeds-macbook-pro com.apple.launchd.peruser.501[169] (com.apple.mrt.uiagent[212]): Exited with code: 255
    May 19 11:02:56 farooq-ahmeds-macbook-pro.local WiFiKeychainProxy[207]: [NO client logger] <Nov 10 2013 18:30:13> WIFICLOUDSYNC WiFiCloudSyncEngineCreate: created...
    May 19 11:02:56 farooq-ahmeds-macbook-pro.local WiFiKeychainProxy[207]: [NO client logger] <Nov 10 2013 18:30:13> WIFICLOUDSYNC WiFiCloudSyncEngineRegisterCallbacks: WiFiCloudSyncEngineCallbacks version - 0, bundle id - com.apple.wifi.WiFiKeychainProxy
    May 19 11:02:56 farooq-ahmeds-macbook-pro.local syncdefaultsd[233]: ApplePushService: Timed out making blocking call, failed to perform call via XPC connection to 'com.apple.apsd'
    May 19 11:02:56 farooq-ahmeds-macbook-pro.local usernoted[201]: ApplePushService: Timed out making blocking call, failed to perform call via XPC connection to 'com.apple.apsd'
    May 19 11:02:58 farooq-ahmeds-macbook-pro.local xpcd[187]: sandbox cache error 3850
    May 19 11:02:58 farooq-ahmeds-macbook-pro.local apsd[204]: Unrecognized leaf certificate
    May 19 11:02:59 farooq-ahmeds-macbook-pro.local usernoted[201]: Connection does not have the proper entitlement (com.apple.private.notificationcenter-system) to connect to the system notification center. All communication will be denied. center com.apple.battery-monitor
    May 19 11:03:00 farooq-ahmeds-macbook-pro xpcproxy[245]: assertion failed: 13D65: xpcproxy + 3438 [D559FC96-E6B1-363A-B850-C7AC9734F210]: 0x2
    May 19 11:03:00 farooq-ahmeds-macbook-pro.local UserEventAgent[172]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    May 19 11:03:00 farooq-ahmeds-macbook-pro.local com.apple.SecurityServer[14]: Session 100010 created
    May 19 11:03:01 farooq-ahmeds-macbook-pro xpcproxy[252]: assertion failed: 13D65: xpcproxy + 3438 [D559FC96-E6B1-363A-B850-C7AC9734F210]: 0x2
    May 19 11:03:01 farooq-ahmeds-macbook-pro.local com.apple.iCloudHelper[245]: AOSKit ERROR: ((null)) Cannot refresh account bag, missing acct info (user=.dat01e7.000, hasPassword=0)
    May 19 11:03:02 farooq-ahmeds-macbook-pro.local com.apple.IconServicesAgent[244]: IconServicesAgent launched.
    May 19 11:03:02 farooq-ahmeds-macbook-pro.local com.apple.time[172]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    May 19 11:03:02 farooq-ahmeds-macbook-pro.local com.apple.dock.extra[248]: <NSXPCConnection: 0x7f9749491230>: received an undecodable message (no exported object to receive message). Dropping message.
    May 19 11:03:02 farooq-ahmeds-macbook-pro.local com.apple.SecurityServer[14]: Session 100012 created
    May 19 11:03:03 farooq-ahmeds-macbook-pro.local syncdefaultsd[233]: Fixing push token
    May 19 11:03:04 farooq-ahmeds-macbook-pro.local com.apple.IconServicesAgent[244]: main Failed to composit image for binding VariantBinding [0x303] flags: 0x8 binding: FileInfoBinding [0x113] - extension: pdf, UTI: com.adobe.pdf, fileType: ????.
    May 19 11:03:04 farooq-ahmeds-macbook-pro.local quicklookd[254]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x203] flags: 0x8 binding: FileInfoBinding [0x103] - extension: pdf, UTI: com.adobe.pdf, fileType: ???? request size:128 scale: 1
    May 19 11:03:04 farooq-ahmeds-macbook-pro.local com.apple.time[172]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    May 19 11:03:05 farooq-ahmeds-macbook-pro com.apple.launchd.peruser.501[169] (org.thebends.iphonedisk.mobile_fs_util[260]): Job failed to exec(3). Setting up event to tell us when to try again: 2: No such file or directory
    May 19 11:03:05 farooq-ahmeds-macbook-pro com.apple.launchd.peruser.501[169] (org.thebends.iphonedisk.mobile_fs_util[260]): Job failed to exec(3) for weird reason: 2
    May 19 11:03:05 farooq-ahmeds-macbook-pro.local com.apple.NotesMigratorService[259]: Joined Aqua audit session
    May 19 11:03:05 farooq-ahmeds-macbook-pro netsession_mac[230]: netsession_mac(230,0xb039f000) malloc: *** auto malloc[230]: error: GC operation on unregistered thread. Thread registered implicitly. Break on auto_zone_thread_registration_error() to debug.
    May 19 11:03:06 farooq-ahmeds-macbook-pro com.apple.launchd.peruser.501[169] (jp.buffalo.NASPower): Throttling respawn: Will start in 49 seconds
    May 19 11:03:07 farooq-ahmeds-macbook-pro.local soagent[209]: No active accounts, killing soagent in 10 seconds
    May 19 11:04:22 --- last message repeated 2 times ---
    May 19 11:04:22 farooq-ahmeds-macbook-pro kernel[0]: disk0s2: I/O error.
    May 19 11:04:22 farooq-ahmeds-macbook-pro.local mds[34]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    May 19 11:04:22 farooq-ahmeds-macbook-pro.local PocketCloudService[63]: CFNetwork SSLHandshake failed (-9806)
    May 19 11:04:40 farooq-ahmeds-macbook-pro kernel[0]: considerRebuildOfPrelinkedKernel com.apple.driver.AudioAUUC triggered rebuild
    May 19 11:05:37 farooq-ahmeds-macbook-pro kernel[0]: disk0s2: I/O error.
    May 19 11:06:52 farooq-ahmeds-macbook-pro kernel[0]: disk0s2: I/O error.
    May 19 11:06:53 farooq-ahmeds-macbook-pro.local com.apple.iCloudHelper[245]: AOSKit ERROR: Config request failed, url=https://setup.icloud.com/configurations/init, requestHeaders=
                  "Accept-Language" = "en-us";
                  "X-Mme-Client-Info" = "<MacBookPro5,1> <Mac OS X;10.9.3;13D65> <com.apple.AOSKit/176>";
                  "X-Mme-Country" = BH;
                  "X-Mme-Nac-Version" = 11A457;
                  "X-Mme-Timezone" = "GMT+3";
              error=Error Domain=kCFErrorDomainCFNetwork Code=-1001 "The request timed out." UserInfo=0x7f968a565b70 {NSErrorFailingURLStringKey=https://setup.icloud.com/configurations/init, NSLocalizedDescription=The request timed out., NSErrorFailingURLKey=https://setup.icloud.com/configurations/init}, httpStatusCode=-1, responseHeaders=
              (null)
    May 19 11:06:53 farooq-ahmeds-macbook-pro.local CalendarAgent[220]: CFNetwork SSLHandshake failed (-9810)
    May 19 11:06:54 farooq-ahmeds-macbook-pro.local mds[34]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    May 19 11:06:55 farooq-ahmeds-macbook-pro.local soagent[209]: Killing soagent.
    May 19 11:06:55 farooq-ahmeds-macbook-pro.local NotificationCenter[202]: SOHelperCenter main connection interrupted
    May

    The startup drive is failing, or there is some other internal hardware fault. Everything else is completely irrelevant.
    Back up all data on the drive immediately if you don't already have a current backup. There are ways to back up a computer that isn't fully functional—ask if you need guidance.
    Make a "Genius" appointment at an Apple Store, or go to another authorized service provider.
    If privacy is a concern, erase the data partition(s) with the option to write zeros* (do this only if you have at least two complete, independent backups, and you know how to restore to an empty drive from any of them.) Don’t erase the recovery partition, if present.
    Keeping your confidential data secure during hardware repair
    Apple also recommends that you deauthorize a device in the iTunes Store before having it serviced.
    *An SSD doesn't need to be zeroed.

Maybe you are looking for