konrad11901 Posted January 17, 2016 Share Posted January 17, 2016 Hi everyone, I have a problem with my hackintosh. OS X can go to sleep mode without any problems (it takes some time, about 40 seconds, but that doesn't matter). But when I wake up my computer, it restarts. After logging into OS I see a message saying that computer has rebooted because of a problem. I don't know why it doesn't work. I reinstalled OS yesterday, hoping that it would solve this problem. Then I generated PM using ssdtPRGen script and tried to sleep and wake up - still the same. I'm using UniBootX Clover bootloader (from Polish forum). Here's my config.plist: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>ACPI</key> <dict> <key>DropTables</key> <array> <dict> <key>Signature</key> <string>DMAR</string> </dict> </array> <key>SSDT</key> <dict> <key>DropOem</key> <false/> <key>Generate</key> <dict> <key>CStates</key> <false/> <key>PStates</key> <false/> </dict> </dict> </dict> <key>Boot</key> <dict> <key>Arguments</key> <string>kext-dev-mode=1</string> <key>DefaultVolume</key> <string>OS X</string> <key>Fast</key> <false/> <key>Legacy</key> <string>PBR</string> <key>Log</key> <false/> <key>NeverHibernate</key> <true/> <key>Secure</key> <false/> <key>Timeout</key> <integer>0</integer> <key>XMPDetection</key> <false/> </dict> <key>Devices</key> <dict> <key>Audio</key> <dict> <key>Inject</key> <string>10</string> </dict> <key>USB</key> <dict> <key>AddClockID</key> <false/> <key>FixOwnership</key> <false/> <key>Inject</key> <false/> </dict> <key>FakeID</key> <dict> <key>ATI</key> <string>0x68101002</string> </dict> </dict> <key>DisableDrivers</key> <array> <string>CsmVideoDxe</string> <string>DataHubDxe</string> <string>EmuVariableUefi</string> <string>FSInject</string> <string>OsxAptioFixDrv</string> <string>OsxLowMemFixDrv</string> <string>PartitionDxe</string> <string>#VBoxHfs</string> </array> <key>GUI</key> <dict> <key>Custom</key> <dict> <key>Entries</key> <array> <dict> <key>Disabled</key> <false/> <key>Hidden</key> <string>Always</string> <key>Path</key> <string>\EFI\BOOT\BOOTX64.efi</string> <key>VolumeType</key> <array> <string>External</string> <string>Internal</string> </array> </dict> <dict> <key>Disabled</key> <false/> <key>FullTitle</key> <string>CD/DVD</string> <key>Hidden</key> <false/> <key>Path</key> <string>\EFI\BOOT\BOOTX64.efi</string> <key>Title</key> <string>CD/DVD</string> <key>VolumeType</key> <string>Optical</string> </dict> <dict> <key>Disabled</key> <false/> <key>FullTitle</key> <string>Windows</string> <key>Hidden</key> <false/> <key>Path</key> <string>\EFI\Microsoft\Boot\bootmgfw.efi</string> <key>Title</key> <string>Windows</string> </dict> </array> </dict> <key>CustomIcons</key> <true/> <key>Language</key> <string>pl:30788</string> <key>Mouse</key> <dict> <key>Enabled</key> <true/> <key>Speed</key> <integer>2</integer> </dict> <key>Scan</key> <dict> <key>Entries</key> <true/> <key>Legacy</key> <false/> <key>Tool</key> <true/> </dict> <key>TextOnly</key> <false/> <key>Theme</key> <string>bootcamp</string> </dict> <key>Graphics</key> <dict> <key>Inject</key> <dict> <key>ATI</key> <true/> <key>Intel</key> <true/> <key>NVidia</key> <false/> </dict> <key>PatchVBios</key> <false/> </dict> <key>KernelAndKextPatches</key> <dict> <key>AppleRTC</key> <false/> <key>AsusAICPUPM</key> <false/> <key>Debug</key> <false/> <key>ForceKextsToLoad</key> <array> <string>\System\Library\Extensions\IONetworkingFamily.kext</string> </array> <key>KernelCpu</key> <false/> <key>KernelLapic</key> <false/> <key>KextPatchesAllowed</key> <true/> <key>KextsToPatch</key> <array> <dict> <key>Comment</key> <string>TRIMM Enabler</string> <key>Find</key> <data> QVBQTEUgU1NEAA== </data> <key>Name</key> <string>IOAHCIBlockStorage</string> <key>Replace</key> <data> AAAAAAAAAAAAAA== </data> </dict> <dict> <key>Comment</key> <string>ALC1150 patch</string> <key>Find</key> <data> ixnUEQ== </data> <key>Name</key> <string>AppleHDA</string> <key>Replace</key> <data> AAnsEA== </data> </dict> <dict> <key>Comment</key> <string>El Capitan AppleHDA</string> <key>Find</key> <data> gxnUEQ== </data> <key>Name</key> <string>AppleHDA</string> <key>Replace</key> <data> AAAAAA== </data> </dict> </array> </dict> <key>RtVariables</key> <dict> <key>ROM</key> <string>xxxxxxxxxx</string> <key>BooterConfig</key> <string>0x28</string> <key>CsrActiveConfig</key> <string>0x3</string> </dict> <key>SMBIOS</key> <dict> <key>BiosReleaseDate</key> <string>09/03/2013</string> <key>BiosVendor</key> <string>Apple Inc.</string> <key>BiosVersion</key> <string>IM142.88Z.0118.B00.1309031249</string> <key>Board-ID</key> <string>Mac-27ADBB7B4CEE8E61</string> <key>BoardManufacturer</key> <string>Apple Inc.</string> <key>BoardSerialNumber</key> <string>xxxxxxxxxx</string> <key>BoardType</key> <integer>10</integer> <key>ChassisAssetTag</key> <string>iMac-Aluminum</string> <key>ChassisManufacturer</key> <string>Apple Inc.</string> <key>ChassisType</key> <string>13</string> <key>Family</key> <string>iMac</string> <key>Manufacturer</key> <string>Apple Inc.</string> <key>Mobile</key> <false/> <key>ProductName</key> <string>iMac14,2</string> <key>SerialNumber</key> <string>xxxxxxxx</string> <key>SmUUID</key> <string>xxxxxxxxxxxxx</string> <key>Trust</key> <false/> <key>Version</key> <string>1.0</string> </dict> <key>SystemParameters</key> <dict> <key>InjectKexts</key> <true/> </dict> </dict> </plist> I'm using these kexts: AtherosE2200Ethernet.kext (for network card) CPUSensors.kext FakeSMC.kext GPUSensors.kext HDMIAudio.kext IntelMausiEthernet.kext LPCSensors.kext SATA_Legacy.kext FakePCIID_XHCIMux.kext (for USB) FakePCCID.kext (for USB) Kernel panic details: Anonymous UUID: D0821279-B5A4-BAF7-FF2B-9CA85D97F08B Sat Jan 16 18:29:06 2016 *** Panic Report *** panic(cpu 2 caller 0xffffff801b99caf4): launchd exited (signal 8, exit status 0 ) uuid info: 0x7fff6c402000 uuid = <1a7f8274-fc32-3b86-9979-66b8f2b7b5e2> 0x10cced000 uuid = <f9041ce4-2cdc-350f-8a46-6a8d32a51a2b> Thread 4 crashed RAX: 0xffffffffc620677a, RBX: 0x0000700000199a40, RCX: 0x000000003b9aca00, RDX: 0x00000000ffffffff RSP: 0x00007000001999a0, RBP: 0x00007000001999a0, RSI: 0x00007fffffe00050, RDI: 0x0000700000199a40 R8: 0x00000000569a7d77, R9: 0x00000000ffffffff, R10: 0x00007f81c3c03d70, R11: 0x0000000000899b88 R12: 0x0000700000199a40, R13: 0x00007fffffe00050, R14: 0x000000000000040e, R15: 0x000000010cd22dfd RFL: 0x0000000000010a07, RIP: 0x00007fff869a4553, CS: 0x000000000000002b, SS: 0x0000000000000023 Thread 0: 0xffffff803360f000 0x00007fff8a2cad01 0x0000000000000000 Thread 1: 0xffffff8033610b60 0x00007fff8a2d97b6 0x0000000000000000 Thread 2: 0xffffff803365a490 0x000000010cd037f1 0x00007fff8a2c533f 0x00007fff8a2c9f6f 0x00007fff8a2d063b 0x00007fff8a2c533f 0x00007fff8a2c91cf 0x00007fff8a2c8a34 0x00007fff82d5e68f 0x00007fff82d5c365 0x0000000000000000 Thread 3: 0xffffff803545d920 0x00007fff82d5c365 0x0000000000000000 Thread 4: 0xffffff80371ed490 0x0000000000000000 0x0000000000000000 Thread 5: 0xffffff8037ea8240 0x000000010cd174d5 0x00007fff8a2dd324 0x00007fff8a2c533f 0x00007fff8a2c9f6f 0x00007fff8a2d063b 0x00007fff8a2c8c87 0x00007fff8a2c8a34 0x00007fff82d5e68f 0x00007fff82d5c365 0x0000000000000000 Thread 6: 0xffffff8037b64b60 0x00007fff82d5c365 0x0000000000000000 Thread 7: 0xffffff8037b856d0 0x00007fff82d5c365 0x0000000000000000 Mac OS version: 15C50 Kernel version: Darwin Kernel Version 15.2.0: Fri Nov 13 19:56:56 PST 2015; root:xnu-3248.20.55~2/RELEASE_X86_64 Kernel UUID: 17EA3101-D2E4-31BF-BDA9-931F51049F93 System model name: iMac14,2 (Mac-27ADBB7B4CEE8E61) And after typing command: pmset -g log | grep -i failure I get (last 2 wakes): 2016-01-17 13:03:47 +0100 Failure Drivers Failure panic during wake due to PEG0(),EHC2(EHC2),EHC1(EHC1),SAT0(AppleIntelPchSeriesAHCI): 2016-01-17 13:54:58 +0100 Failure Drivers Failure panic during wake due to PEG0(),EHC1(EHC1),SAT0(AppleIntelPchSeriesAHCI): I'm using Intel Core i5-4460 CPU, MSI B85-G43 Gaming motherboard and MSI Radeon R9 270 graphics card (tried also integrated graphics, still the same). I'll be thankful for any help. 1 Link to comment Share on other sites More sharing options...
Allan Posted January 17, 2016 Share Posted January 17, 2016 Apply USB patches in your DSDT. You can find in Pjalm's repos for MaciASL. Link to comment Share on other sites More sharing options...
konrad11901 Posted January 17, 2016 Author Share Posted January 17, 2016 Apply USB patches in your DSDT. You can find in Pjalm's repos for MaciASL. Sorry, but I don't know how to do this (I'm not experienced in Hackintoshes and I've never modified DSDT) and I don't know which patches should I apply. I tried with "USB - Device Renames for OS X 10.11", but I got some compilation errors. If it's the only solution, it'd take some time for me to learn more about this. PS: I tried to wake up with this two kexts for USB disabled, but it doesn't work. <edit> The newest error in pmset -g log | grep -i failure is a little different than before. I don't know it'd help, but if so: 2016-01-17 18:25:35 +0100 Failure Drivers Failure panic during wake due to PEG0(AppleHDAController),SAT0(AppleIntelPchSeriesAHCI): Link to comment Share on other sites More sharing options...
Allan Posted January 17, 2016 Share Posted January 17, 2016 Maybe this will help you: [GUIDE] USB Fix El Capitan 10.11 Link to comment Share on other sites More sharing options...
konrad11901 Posted January 18, 2016 Author Share Posted January 18, 2016 So... I tried to fix it using this guide which you linked without modifying DSDT (yes, I still don't understand how to patch it and I probably won't understand it quickly). First I used "Remove Ports Restriction" method - without change, the same as before installing this two kexts (USB2 works fine, but one USB3 port doesn't work) And I don't know how to use this "Add Ports to Ports Restriction". I changed this "IONameMatch" fields, but I don't understand how to find these ports in DSDT. I found only this: Are they (from HS01 to SSP6) these ports which should I find? And question: is it directly related to wake up problem? As I said, I tried booting without these two FakePCIID kexts - still the same. Just asking. Sorry for my stupidness. I'm not good at these things. Link to comment Share on other sites More sharing options...
konrad11901 Posted February 7, 2016 Author Share Posted February 7, 2016 So, after hours of finding the solution, after many experiments, waking from sleep works! There were probably two reasons of this problem:-AppleLPC wasn't loading, I installed an injector kext, after this it loads.-In console there were some strange logs about "Unsynchronised TSC". I used VoodooTSCSync and after that waking works, but logs still say that TSC is unsynchronised.One small problem is that waking by USB devices is a lottery - sometimes it works, sometimes my Hackintosh reboots. But it's not a problem for me to use power button to wake up my computer. EDIT:Unluckily, even waking up using power button is a lottery... but the good side is that waking works in most cases. So, this problem hasn't ended. But the fact that it usually works is a progress. 1 Link to comment Share on other sites More sharing options...
Joni_78 Posted February 7, 2016 Share Posted February 7, 2016 You don't have the black screen on wake issue with Radeon R9 270? Link to comment Share on other sites More sharing options...
konrad11901 Posted February 8, 2016 Author Share Posted February 8, 2016 You don't have the black screen on wake issue with Radeon R9 270? Yes, I have it, but temporary I'm using integrated HD4600 graphics card. Link to comment Share on other sites More sharing options...
Joni_78 Posted February 8, 2016 Share Posted February 8, 2016 Yes, I have it, but temporary I'm using integrated HD4600 graphics card. Does wake work if you use Radeon only? Link to comment Share on other sites More sharing options...
konrad11901 Posted February 8, 2016 Author Share Posted February 8, 2016 Does wake work if you use Radeon only? Generally yes, but, as I said, I have the black screen issue. Because of this I don't sleep my computer when using Radeon. Link to comment Share on other sites More sharing options...
Joni_78 Posted February 8, 2016 Share Posted February 8, 2016 Generally yes, but, as I said, I have the black screen issue. Because of this I don't sleep my computer when using Radeon. Oh yes, I was reading that when I was about to get to sleep and somehow misread it and thought you didn't have that issue Link to comment Share on other sites More sharing options...
konrad11901 Posted March 21, 2016 Author Share Posted March 21, 2016 So, after using sleep feature for quite a long time (since I've read about a solution for AMD Radeon users) I still have some problems: Sometimes I see a login screen instead of my desktop (without any KP or other messages), Sometimes some applications crash on wake, Sometimes I get my favorite Kernel Panic :/ - this is the most irritating one, it happens quite rarely though.Details in pmset -g log | grep -i failure: 2016-03-20 15:44:52 +0100 Failure Drivers Failure panic during wake due to PEG0(),GFX0(AppleIntelFramebuffer AppleIntelFramebuffer AppleIntelFramebuffer),HDEF(AppleHDAController),SAT0(AppleIntelPchSeriesAHCI): 2016-03-21 16:59:19 +0100 Failure Drivers Failure panic during wake due to PEG0(),GFX0(AppleIntelFramebuffer AppleIntelFramebuffer AppleIntelFramebuffer),HDEF(AppleHDAController),SAT0(AppleIntelPchSeriesAHCI): 2016-03-21 17:21:46 +0100 Failure Drivers Failure panic during wake due to PEG0(),GFX0(AppleIntelFramebuffer AppleIntelFramebuffer AppleIntelFramebuffer),HDEF(AppleHDAController),SAT0(AppleIntelPchSeriesAHCI): Usually KP looks like this: Anonymous UUID: 9AAC019F-327E-6065-7E1B-96856B133D83 Mon Mar 21 17:21:45 2016 *** Panic Report *** panic(cpu 0 caller 0xffffff800c39d764): launchd exited (signal 8, exit status 0 ) uuid info: 0x7fff62a9f000 uuid = <9d05fdf4-65ce-3b53-86d4-abe1a5bf35f3> 0x10e6a2000 uuid = <f9041ce4-2cdc-350f-8a46-6a8d32a51a2b> Thread 0 crashed RAX: 0xffffffffc47902ff, RBX: 0x0000700000093530, RCX: 0x000000003b9aca00, RDX: 0x00000000ffffffff RSP: 0x00007000000934c0, RBP: 0x00007000000934c0, RSI: 0x00007fffffe00050, RDI: 0x0000700000093530 R8: 0x0000000056f01f7e, R9: 0x0000000000000000, R10: 0x000000000000002c, R11: 0x0000000000000206 R12: 0x0000700000093530, R13: 0x00007fffffe00050, R14: 0x0000000000005181, R15: 0x0000700000093600 RFL: 0x0000000000010a07, RIP: 0x00007fff89402553, CS: 0x000000000000002b, SS: 0x0000000000000023 Thread 0: 0xffffff80313446d0 0x0000000000000000 0x00007fff965d3aaa 0x00007fff965dcf7b 0x00007fff965cf007 0x00007fff965ced01 0x0000000000000000 Thread 1: 0xffffff80312e6b60 0x000000010e6b87f1 0x00007fff965c933f 0x00007fff965cdf6f 0x00007fff965d463b 0x00007fff965c933f 0x00007fff965cd1cf 0x00007fff965cca34 0x00007fff967df68f 0x00007fff967dd365 0x0000000000000000 Thread 2: 0xffffff8031405000 0x00007fff965dd7b6 0x0000000000000000 Thread 3: 0xffffff80378086d0 Mac OS version: 15D21 Kernel version: Darwin Kernel Version 15.3.0: Thu Dec 10 18:40:58 PST 2015; root:xnu-3248.30.4~1/RELEASE_X86_64 Kernel UUID: DECC9F02-27D7-31F0-9599-A9EF2873902C System model name: iMac14,2 (Mac-27ADBB7B4CEE8E61) I don't know why this happens, I thought that VoodooTSCSync would be enough. Console log (you can see there some correct wakes, without any problems, and in this period there are some bad wakes): 21.03.2016 17:03:26,223 com.apple.xpc.launchd[1] (com.apple.appkit.xpc.sandboxedServiceRunner) The JoinExistingSession key is only available to Application services. 21.03.2016 17:03:26,228 com.apple.xpc.launchd[1] (com.apple.FileSyncAgent.PHD.isRunning) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it. 21.03.2016 17:03:26,234 com.apple.xpc.launchd[1] (com.apple.speech.speechsynthesisd) This key does not do anything: OnDemand 21.03.2016 17:03:26,235 com.apple.xpc.launchd[1] (com.apple.TrustEvaluationAgent) This key does not do anything: OnDemand 21.03.2016 17:03:26,235 com.apple.xpc.launchd[1] (com.apple.trustd.agent) This key does not do anything: OnDemand 21.03.2016 17:03:26,235 com.apple.xpc.launchd[1] (com.apple.trustd.agent) The ServiceIPC key is no longer respected. Please remove it. 21.03.2016 17:03:26,000 kernel[0] Sandbox: softwareupdated(388) deny(1) system-fsctl 682f 21.03.2016 17:03:26,000 kernel[0] Sandbox: com.apple.Addres(387) deny(1) network-outbound /private/var/run/mDNSResponder 21.03.2016 17:03:26,870 com.apple.AddressBook.InternetAccountsBridge[387] dnssd_clientstub ConnectToServer: connect()-> No of tries: 2 21.03.2016 17:03:27,308 login[371] DEAD_PROCESS: 371 ttys000 21.03.2016 17:03:27,000 kernel[0] Sandbox: com.apple.Addres(387) deny(1) network-outbound /private/var/run/mDNSResponder 21.03.2016 17:03:27,870 com.apple.AddressBook.InternetAccountsBridge[387] dnssd_clientstub ConnectToServer: connect()-> No of tries: 3 21.03.2016 17:03:28,000 kernel[0] Sandbox: mdworker(381) deny(1) mach-lookup com.apple.distributed_notifications@1v3 21.03.2016 17:03:28,000 kernel[0] Sandbox: com.apple.Addres(387) deny(1) network-outbound /private/var/run/mDNSResponder 21.03.2016 17:03:28,940 com.apple.AddressBook.InternetAccountsBridge[387] dnssd_clientstub ConnectToServer: connect() failed path:/var/run/mDNSResponder Socket:4 Err:-1 Errno:1 Operation not permitted 21.03.2016 17:03:28,000 kernel[0] Sandbox: com.apple.Addres(387) deny(1) network-outbound /private/var/run/mDNSResponder 21.03.2016 17:03:28,941 com.apple.AddressBook.InternetAccountsBridge[387] dnssd_clientstub ConnectToServer: connect()-> No of tries: 1 21.03.2016 17:03:29,133 com.apple.AddressBook.ContactsAccountsService[264] [Accounts] Current connection, <NSXPCConnection: 0x7fef6b7156d0> connection from pid 285, doesn't have account access. 21.03.2016 17:03:29,133 sharingd[285] [Accounts] Failed to update account with identifier 6DBF44CF-881D-4070-900F-8ECD4FAE2C6C, error: Error Domain=ABAddressBookErrorDomain Code=1002 "(null)" 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) mach-lookup com.apple.lsd.mapdb 21.03.2016 17:03:29,417 coreduetd[65] LaunchServices: received XPC_ERROR_CONNECTION_INVALID trying to map database 21.03.2016 17:03:29,417 coreduetd[65] LaunchServices: Database mapping failed with result -10822, retrying 21.03.2016 17:03:29,417 coreduetd[65] LaunchServices: received XPC_ERROR_CONNECTION_INVALID trying to map database 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-data /private/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/0/com.apple.LaunchServices-1340.csstore 21.03.2016 17:03:29,418 coreduetd[65] LaunchServices: disconnect event received for service com.apple.lsd.mapdb 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) ipc-posix-shm-read-data /tmp/com.apple.csseed.126 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata / 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata / 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata / 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata / 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata / 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata / 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata / 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata / 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata / 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata / 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata / 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata / 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata / 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata / 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata / 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata / 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata / 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata / 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata / 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata / 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata / 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata / 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata / 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata / 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata / 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata / 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata / 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata / 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/App Store.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/App Store.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/App Store.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/App Store.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/App Store.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Automator.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Automator.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Automator.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Automator.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Automator.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Calculator.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Calculator.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Calculator.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Calculator.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Calculator.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Calendar.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Calendar.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Calendar.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Calendar.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Calendar.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Chess.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Chess.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Chess.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Chess.app 21.03.2016 17:03:29,422 coreduetd[65] Error -54 registering path /System/Library/CoreServices/CoreTypes.bundle 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Chess.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Contacts.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Contacts.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Contacts.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Contacts.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Contacts.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Dashboard.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Dashboard.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Dashboard.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Dashboard.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Dashboard.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Dictionary.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Dictionary.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Dictionary.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Dictionary.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Dictionary.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/DVD Player.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/DVD Player.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/DVD Player.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/DVD Player.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/DVD Player.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/FaceTime.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/FaceTime.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/FaceTime.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/FaceTime.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/FaceTime.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Font Book.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Font Book.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Font Book.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Font Book.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Font Book.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Game Center.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Game Center.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Game Center.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Game Center.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Game Center.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Image Capture.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Image Capture.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Image Capture.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Image Capture.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Image Capture.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/iTunes.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/iTunes.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/iTunes.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/iTunes.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/iTunes.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Launchpad.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Launchpad.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Launchpad.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Launchpad.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Launchpad.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Mail.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Mail.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Mail.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Mail.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Mail.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Messages.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Messages.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Messages.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Messages.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Messages.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Mission Control.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Mission Control.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Mission Control.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Mission Control.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Mission Control.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Notes.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Notes.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Notes.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Notes.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Notes.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Photo Booth.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Photo Booth.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Photo Booth.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Photo Booth.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Photo Booth.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Preview.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Preview.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Preview.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Preview.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Preview.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Photos.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Photos.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Photos.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Photos.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Photos.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/QuickTime Player.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/QuickTime Player.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/QuickTime Player.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/QuickTime Player.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/QuickTime Player.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Reminders.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Reminders.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Reminders.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Reminders.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Reminders.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Safari.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Safari.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Safari.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Safari.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Safari.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Stickies.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Stickies.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Stickies.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Stickies.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Stickies.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/System Preferences.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/System Preferences.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/System Preferences.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/System Preferences.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/System Preferences.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/TextEdit.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/TextEdit.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/TextEdit.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/TextEdit.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/TextEdit.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Time Machine.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Time Machine.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Time Machine.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Time Machine.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Time Machine.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Xcode.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Xcode.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Xcode.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Xcode.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Xcode.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/Activity Monitor.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/Activity Monitor.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/Activity Monitor.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/Activity Monitor.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/Activity Monitor.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/AirPort Utility.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/AirPort Utility.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/AirPort Utility.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/AirPort Utility.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/AirPort Utility.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/Audio MIDI Setup.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/Audio MIDI Setup.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/Audio MIDI Setup.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/Audio MIDI Setup.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/Audio MIDI Setup.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/Bluetooth File Exchange.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/Bluetooth File Exchange.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/Bluetooth File Exchange.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/Bluetooth File Exchange.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/Bluetooth File Exchange.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/Boot Camp Assistant.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/Boot Camp Assistant.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/Boot Camp Assistant.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/Boot Camp Assistant.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/Boot Camp Assistant.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/ColorSync Utility.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/ColorSync Utility.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/ColorSync Utility.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/ColorSync Utility.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/ColorSync Utility.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/Console.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/Console.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/Console.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/Console.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/Console.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/Digital Color Meter.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/Digital Color Meter.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/Digital Color Meter.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/Digital Color Meter.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/Digital Color Meter.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/Disk Utility.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/Disk Utility.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/Disk Utility.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/Disk Utility.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/Disk Utility.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/Grab.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/Grab.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/Grab.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/Grab.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/Grab.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/Grapher.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/Grapher.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/Grapher.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/Grapher.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/Grapher.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/Keychain Access.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/Keychain Access.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/Keychain Access.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/Keychain Access.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/Keychain Access.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/Migration Assistant.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/Migration Assistant.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/Migration Assistant.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/Migration Assistant.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/Migration Assistant.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/Script Editor.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/Script Editor.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/Script Editor.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/Script Editor.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/Script Editor.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/System Information.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/System Information.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/System Information.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/System Information.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/System Information.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/Terminal.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/Terminal.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/Terminal.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/Terminal.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/Terminal.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/VoiceOver Utility.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/VoiceOver Utility.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/VoiceOver Utility.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/VoiceOver Utility.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata /Applications/Utilities/VoiceOver Utility.app 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata / 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata / 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata / 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata / 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata / 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata / 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata / 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata / 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata / 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata / 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata / 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata / 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata / 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata / 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) file-read-metadata / 21.03.2016 17:03:29,000 kernel[0] Sandbox: coreduetd(65) deny(1) mach-lookup com.apple.lsd.modifydb 21.03.2016 17:03:29,425 coreduetd[65] LaunchServices: disconnect event received for service com.apple.lsd.modifydb 21.03.2016 17:03:29,000 kernel[0] **** [IOBluetoothFamily][SearchForTransportEventTimeOutHandler] -- Missing Bluetooth Controller Transport! 21.03.2016 17:03:29,000 kernel[0] Sandbox: com.apple.Addres(387) deny(1) network-outbound /private/var/run/mDNSResponder 21.03.2016 17:03:29,995 com.apple.AddressBook.InternetAccountsBridge[387] dnssd_clientstub ConnectToServer: connect()-> No of tries: 2 21.03.2016 17:03:30,772 com.apple.xpc.launchd[1] (com.adobe.ARMDCHelper.cc24aef4a1b90ed56a725c38014c95072f92651fb65e1bf9c8e43c37a23d420d[271]) Service exited with abnormal code: 111 21.03.2016 17:03:31,000 kernel[0] Sandbox: com.apple.Addres(387) deny(1) network-outbound /private/var/run/mDNSResponder 21.03.2016 17:03:31,081 com.apple.AddressBook.InternetAccountsBridge[387] dnssd_clientstub ConnectToServer: connect()-> No of tries: 3 21.03.2016 17:03:31,764 secd[246] SOSAccountThisDeviceCanSyncWithCircle sync with device failure: Error Domain=com.apple.security.sos.error Code=1035 "Account identity not set" UserInfo={NSDescription=Account identity not set} 21.03.2016 17:03:32,000 kernel[0] Sandbox: com.apple.Addres(387) deny(1) network-outbound /private/var/run/mDNSResponder 21.03.2016 17:03:32,131 com.apple.AddressBook.InternetAccountsBridge[387] dnssd_clientstub ConnectToServer: connect() failed path:/var/run/mDNSResponder Socket:4 Err:-1 Errno:1 Operation not permitted 21.03.2016 17:03:32,606 DataDetectorsDynamicData[405] ### Failed to load Addressbook class CNContactNameFormatter 21.03.2016 17:03:35,359 mds[57] (DiskStore.Normal:1705) Starting health check... 21.03.2016 17:03:42,698 com.apple.AddressBook.ContactsAccountsService[264] [Accounts] Current connection, <NSXPCConnection: 0x7fef6b603f10> connection from pid 405, doesn't have account access. 21.03.2016 17:03:42,699 DataDetectorsDynamicData[405] [Accounts] Failed to update account with identifier 6DBF44CF-881D-4070-900F-8ECD4FAE2C6C, error: Error Domain=ABAddressBookErrorDomain Code=1002 "(null)" 21.03.2016 17:03:43,537 lsd[236] LaunchServices: Currently 0 installed placeholders: ( ) 21.03.2016 17:03:55,000 kernel[0] 000058.780559 IOUSBHostHIDDevice@1d130000,0: IOUSBHostHIDDevice::interruptRetry: resetting device due to IO failures 21.03.2016 17:03:55,000 kernel[0] ignored is_io_service_close(0x1000003ab,IOHIDParamUserClient) 21.03.2016 17:03:55,757 cfprefsd[120] BUG in libdispatch: 15D21 - 1631 - 0x0 21.03.2016 17:03:56,000 kernel[0] 000060.053583 IOUSBHostHIDDevice@1d140000,0: IOUSBHostHIDDevice::interruptRetry: resetting device due to IO failures 21.03.2016 17:03:57,000 kernel[0] 000060.129884 IOUSBHostHIDDevice@1d140000,2: IOUSBHostHIDDevice::interruptRetry: resetting device due to IO failures 21.03.2016 17:03:57,000 kernel[0] 000060.129893 IOUSBHostHIDDevice@1d140000,1: IOUSBHostHIDDevice::interruptRetry: resetting device due to IO failures 21.03.2016 17:03:57,717 launchd[1] BUG in libdispatch: 15D21 - 1631 - 0x0 21.03.2016 17:04:18,824 com.apple.xpc.launchd[1] (com.apple.FileSyncAgent.PHD.isRunning) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it. 21.03.2016 17:04:18,831 com.apple.xpc.launchd[1] (com.apple.speech.speechsynthesisd) This key does not do anything: OnDemand 21.03.2016 17:04:18,833 com.apple.xpc.launchd[1] (com.apple.trustd.agent) This key does not do anything: OnDemand 21.03.2016 17:04:18,833 com.apple.xpc.launchd[1] (com.apple.trustd.agent) The ServiceIPC key is no longer respected. Please remove it. 21.03.2016 17:04:18,833 com.apple.xpc.launchd[1] (com.apple.TrustEvaluationAgent) This key does not do anything: OnDemand 21.03.2016 17:04:26,382 com.apple.xpc.launchd[1] (com.apple.mdworker.single.08000000-0000-0000-0000-000000000000) Service only ran for 2 seconds. Pushing respawn out by 8 seconds. 21.03.2016 17:04:26,382 com.apple.xpc.launchd[1] (com.apple.mdworker.single.05000000-0000-0000-0000-000000000000) Service only ran for 4 seconds. Pushing respawn out by 6 seconds. 21.03.2016 17:04:26,382 com.apple.xpc.launchd[1] (com.apple.mdworker.single.02000000-0000-0000-0000-000000000000) Service only ran for 3 seconds. Pushing respawn out by 7 seconds. 21.03.2016 17:04:26,382 com.apple.xpc.launchd[1] (com.apple.mdworker.single.03000000-0000-0000-0000-000000000000) Service only ran for 3 seconds. Pushing respawn out by 7 seconds. 21.03.2016 17:04:26,382 com.apple.xpc.launchd[1] (com.apple.mdworker.single.06000000-0000-0000-0000-000000000000) Service only ran for 4 seconds. Pushing respawn out by 6 seconds. 21.03.2016 17:04:26,382 com.apple.xpc.launchd[1] (com.apple.mdworker.single.01000000-0000-0000-0000-000000000000) Service only ran for 2 seconds. Pushing respawn out by 8 seconds. 21.03.2016 17:04:26,382 com.apple.xpc.launchd[1] (com.apple.mdworker.single.07000000-0000-0000-0000-000000000000) Service only ran for 6 seconds. Pushing respawn out by 4 seconds. 21.03.2016 17:04:31,721 com.apple.xpc.launchd[1] (com.apple.mdworker.single.04000000-0000-0000-0000-000000000000) Service only ran for 9 seconds. Pushing respawn out by 1 seconds. 21.03.2016 17:04:38,480 com.apple.xpc.launchd[1] (com.apple.mdworker.single.07000000-0000-0000-0000-000000000000) Service only ran for 8 seconds. Pushing respawn out by 2 seconds. 21.03.2016 17:04:38,480 com.apple.xpc.launchd[1] (com.apple.mdworker.single.06000000-0000-0000-0000-000000000000) Service only ran for 6 seconds. Pushing respawn out by 4 seconds. 21.03.2016 17:04:38,480 com.apple.xpc.launchd[1] (com.apple.mdworker.single.05000000-0000-0000-0000-000000000000) Service only ran for 6 seconds. Pushing respawn out by 4 seconds. 21.03.2016 17:04:38,509 com.apple.xpc.launchd[1] (com.apple.mdworker.single.04000000-0000-0000-0000-000000000000) Service only ran for 5 seconds. Pushing respawn out by 5 seconds. 21.03.2016 17:04:39,152 KeyboardSetupAssistant[425] writeKeyboardType <50475-1133-0> 41 21.03.2016 17:04:46,487 secd[246] securityd_xpc_dictionary_handler cloudd[319] copy_matching Error Domain=NSOSStatusErrorDomain Code=-50 "query missing class name" (paramErr: error in user parameter list) UserInfo={NSDescription=query missing class name} 21.03.2016 17:04:46,487 cloudd[319] SecOSStatusWith error:[-50] Error Domain=NSOSStatusErrorDomain Code=-50 "query missing class name" (paramErr: error in user parameter list) UserInfo={NSDescription=query missing class name} 21.03.2016 17:04:50,957 com.apple.xpc.launchd[1] (com.apple.mdworker.single.04000000-0000-0000-0000-000000000000) Service only ran for 7 seconds. Pushing respawn out by 3 seconds. 21.03.2016 17:04:50,957 com.apple.xpc.launchd[1] (com.apple.mdworker.single.03000000-0000-0000-0000-000000000000) Service only ran for 2 seconds. Pushing respawn out by 8 seconds. 21.03.2016 17:04:50,957 com.apple.xpc.launchd[1] (com.apple.mdworker.single.05000000-0000-0000-0000-000000000000) Service only ran for 8 seconds. Pushing respawn out by 2 seconds. 21.03.2016 17:04:50,957 com.apple.xpc.launchd[1] (com.apple.mdworker.single.06000000-0000-0000-0000-000000000000) Service only ran for 8 seconds. Pushing respawn out by 2 seconds. 21.03.2016 17:04:51,330 System Preferences[406] Failed to connect (mContentView) outlet from (MouseController) to (NSView): missing setter or instance variable 21.03.2016 17:04:55,065 com.apple.SecurityServer[75] Session 100005 created 21.03.2016 17:05:10,939 login[483] USER_PROCESS: 483 ttys000 21.03.2016 17:05:24,300 login[483] DEAD_PROCESS: 483 ttys000 21.03.2016 17:05:25,564 mds[57] (DiskStore.Normal:2382) 5001 1.730348 21.03.2016 17:05:28,604 AirPlayUIAgent[287] 2016-03-21 05:05:28.603950 PM [AirPlayUIAgent] BecomingInactive: NSWorkspaceWillSleepNotification 21.03.2016 17:05:28,604 CommCenter[235] Telling CSI to go low power. 21.03.2016 17:05:28,725 identityservicesd[242] <IMMacNotificationCenterManager: 0x7fe072c21ee0>: notification observer: com.apple.iChat notification: __CFNotification 0x7fe072f6faa0 {name = _NSDoNotDisturbEnabledNotification} 21.03.2016 17:05:28,725 imagent[262] <IMMacNotificationCenterManager: 0x7fbfd062d5d0>: notification observer: com.apple.FaceTime notification: __CFNotification 0x7fbfd07094e0 {name = _NSDoNotDisturbEnabledNotification} 21.03.2016 17:05:28,744 sharingd[285] 17:05:28.743 : Purged contact hashes 21.03.2016 17:05:28,744 identityservicesd[242] <IMMacNotificationCenterManager: 0x7fe072c21ee0>: NC Disabled: NO 21.03.2016 17:05:28,744 imagent[262] <IMMacNotificationCenterManager: 0x7fbfd062d5d0>: NC Disabled: NO 21.03.2016 17:05:28,751 identityservicesd[242] <IMMacNotificationCenterManager: 0x7fe072c21ee0>: DND Enabled: YES 21.03.2016 17:05:28,751 imagent[262] <IMMacNotificationCenterManager: 0x7fbfd062d5d0>: DND Enabled: YES 21.03.2016 17:05:28,751 identityservicesd[242] <IMMacNotificationCenterManager: 0x7fe072c21ee0>: Updating enabled: NO (Topics: ( )) 21.03.2016 17:05:28,751 imagent[262] <IMMacNotificationCenterManager: 0x7fbfd062d5d0>: Updating enabled: NO (Topics: ( )) 21.03.2016 17:05:28,767 WindowServer[140] device_generate_desktop_screenshot: authw 0x7fcd29833c00(2000), shield 0x7fcd2a95dc00(2001) 21.03.2016 17:05:28,767 WindowServer[140] device_generate_lock_screen_screenshot: authw 0x7fcd29833c00(2000)[0, 0, 0, 0] shield 0x7fcd2a95dc00(2001), dev [2560,1440] 21.03.2016 17:05:28,767 WindowServer[140] no sleep images for WillPowerOffWithImages 21.03.2016 17:05:29,747 cloudfamilyrestrictionsd[311] CFRPushManager : connection:didChangeConnectedStatus: : 0 21.03.2016 17:05:29,970 sandboxd[254] ([421]) mdworker(421) deny mach-lookup com.apple.nsurlstorage-cache (import fstype:hfs fsflag:480D000 flags:40000005E diag:0 isXCode:0 uti:public.html plugin:/Library/Spotlight/RichText.mdimporter - find suspect file using: sudo mdutil -t 769443) 21.03.2016 17:05:29,974 sandboxd[254] ([421]) mdworker(421) deny mach-lookup com.apple.nsurlstorage-cache (import fstype:hfs fsflag:480D000 flags:40000005E diag:0 isXCode:0 uti:public.html plugin:/Library/Spotlight/RichText.mdimporter - find suspect file using: sudo mdutil -t 769443) 21.03.2016 17:05:30,524 mdworker[421] CGSConnectionByID: 0 is not a valid connection ID. 21.03.2016 17:05:30,524 mdworker[421] Invalid Connection ID 0 21.03.2016 17:05:30,534 mdworker[421] CGSConnectionByID: 0 is not a valid connection ID. 21.03.2016 17:05:30,534 mdworker[421] CGSConnectionByID: 0 is not a valid connection ID. 21.03.2016 17:05:30,534 mdworker[421] CGSConnectionByID: 0 is not a valid connection ID. 21.03.2016 17:05:30,551 mdworker[421] IORegisterForSystemPower failed 21.03.2016 17:05:30,552 mdworker[421] IORegisterForSystemPower failed 21.03.2016 17:05:35,528 mdworker[421] In -[NSApplication(NSQuietSafeQuit) _updateCanQuitQuietlyAndSafely], _LSSetApplicationInformationItem(NSCanQuitQuietlyAndSafely) returned error -50 21.03.2016 17:05:38,352 loginwindow[89] CoreAnimation: warning, deleted thread with uncommitted CATransaction; set CA_DEBUG_TRANSACTIONS=1 in environment to log backtraces. 21.03.2016 17:05:41,555 mds[57] (DiskStore.Normal:2382) 5001 1.000344 21.03.2016 17:05:43,648 powerd[49] BUG in libdispatch: 15D21 - 1631 - 0x0 21.03.2016 17:05:46,000 kernel[0] PM response took 2901 ms (49, powerd) 21.03.2016 17:05:46,000 kernel[0] kern_open_file_for_direct_io(0) 21.03.2016 17:05:46,000 kernel[0] kern_open_file_for_direct_io took 0 ms 21.03.2016 17:05:46,000 kernel[0] Opened file /var/log/SleepWakeStacks.bin, size 172032, extents 1, maxio 2000000 ssd 1 21.03.2016 17:05:46,000 kernel[0] polled file major 1, minor 0, blocksize 4096, pollers 5 21.03.2016 17:06:24,000 kernel[0] setWakeOnMagicPacket() ===> 21.03.2016 17:06:24,000 kernel[0] Ethernet [AtherosE2200]: Wake on magic packet enabled. 21.03.2016 17:06:24,000 kernel[0] setWakeOnMagicPacket() <=== 21.03.2016 17:06:24,000 kernel[0] disable() ===> 21.03.2016 17:06:24,000 kernel[0] Ethernet [AtherosE2200]: EEE link partner: 0x0000. 21.03.2016 17:06:24,000 kernel[0] Ethernet [AtherosE2200]: EEE link partner: 0x0000. 21.03.2016 17:06:24,000 kernel[0] Ethernet [AtherosE2200]: Link down on en0 21.03.2016 17:06:24,000 kernel[0] txClearDescriptors() ===> 21.03.2016 17:06:24,000 kernel[0] txClearDescriptors() <=== 21.03.2016 17:06:24,000 kernel[0] disable() <=== 21.03.2016 17:06:24,000 kernel[0] setPowerState() ===> 21.03.2016 17:06:24,000 kernel[0] Ethernet [AtherosE2200]: switching to power state 0. 21.03.2016 17:06:24,000 kernel[0] setPowerState() <=== 21.03.2016 17:05:48,000 kernel[0] Wake reason: PWRB GLAN (User) 21.03.2016 17:06:24,000 kernel[0] Unsynchronized TSC for cpu 1: 0x000000017b275424, delta 0x159ee2254 21.03.2016 17:06:24,000 kernel[0] Unsynchronized TSC for cpu 2: 0x000000017b462de0, delta 0x159ee2270 21.03.2016 17:06:24,000 kernel[0] Unsynchronized TSC for cpu 3: 0x000000017b65016c, delta 0x159ee2258 21.03.2016 17:06:24,000 kernel[0] Current tsc from rdtsc64() is 6369366084. Rendezvouing.. 21.03.2016 17:06:24,000 kernel[0] Previous sleep cause: 5 21.03.2016 17:06:24,000 kernel[0] Process[182] crashed: socketfilterfw. Too many corpses being created. 21.03.2016 17:06:24,000 kernel[0] Process[230] crashed: UserEventAgent. Too many corpses being created. 21.03.2016 17:06:24,000 kernel[0] Process[240] crashed: WirelessRadioMan. Too many corpses being created. 21.03.2016 17:06:24,000 kernel[0] Process[246] crashed: secd. Too many corpses being created. 21.03.2016 17:06:24,000 kernel[0] Process[253] crashed: callservicesd. Too many corpses being created. 21.03.2016 17:06:24,000 kernel[0] Process[254] crashed: sandboxd. Too many corpses being created. 21.03.2016 17:06:24,000 kernel[0] Process[262] crashed: imagent. Too many corpses being created. 21.03.2016 17:06:24,000 kernel[0] setPowerState() ===> 21.03.2016 17:06:24,000 kernel[0] Ethernet [AtherosE2200]: switching to power state 1. 21.03.2016 17:06:24,000 kernel[0] setPowerState() <=== 21.03.2016 17:06:24,000 kernel[0] enable() ===> 21.03.2016 17:06:24,000 kernel[0] selectMedium() ===> 21.03.2016 17:06:24,000 kernel[0] txClearDescriptors() ===> 21.03.2016 17:06:24,000 kernel[0] txClearDescriptors() <=== 21.03.2016 17:06:24,000 kernel[0] setMulticastMode() ===> 21.03.2016 17:06:24,000 kernel[0] setMulticastMode() <=== 21.03.2016 17:06:24,000 kernel[0] Ethernet [AtherosE2200]: Link down on en0 21.03.2016 17:06:24,000 kernel[0] selectMedium() <=== 21.03.2016 17:06:24,819 CommCenter[235] Telling CSI to exit low power. 21.03.2016 17:06:24,000 kernel[0] Process[74] crashed: usbmuxd. Too many corpses being created. 21.03.2016 17:06:24,826 CommCenter[235] Connection interrupted! 21.03.2016 17:06:24,828 UserEventAgent[40] Captive: [UserAgentDied:143] User Agent @port=83759 Died 21.03.2016 17:06:24,000 kernel[0] setMulticastMode() ===> 21.03.2016 17:06:24,000 kernel[0] setMulticastMode() <=== 21.03.2016 17:06:24,000 kernel[0] enable() <=== 21.03.2016 17:06:24,000 kernel[0] setWakeOnMagicPacket() ===> 21.03.2016 17:06:24,000 kernel[0] Ethernet [AtherosE2200]: Wake on magic packet disabled. 21.03.2016 17:06:24,000 kernel[0] setWakeOnMagicPacket() <=== 21.03.2016 17:06:24,000 kernel[0] setMulticastMode() ===> 21.03.2016 17:06:24,000 kernel[0] setMulticastMode() <=== 21.03.2016 17:06:24,000 kernel[0] setMulticastList() ===> 21.03.2016 17:06:24,000 kernel[0] setMulticastList() <=== 21.03.2016 17:06:24,000 kernel[0] getPacketFilters() ===> 21.03.2016 17:06:24,000 kernel[0] getPacketFilters() <=== 21.03.2016 17:06:24,837 com.apple.xpc.launchd[1] (com.apple.iconservices.iconservicesagent[62]) Service exited due to signal: Floating point exception: 8 21.03.2016 17:06:24,838 com.apple.xpc.launchd[1] (com.apple.alf[182]) Service exited due to signal: Floating point exception: 8 21.03.2016 17:06:24,839 com.apple.xpc.launchd[1] (com.apple.imagent[262]) Service exited due to signal: Floating point exception: 8 21.03.2016 17:06:24,825 diagnosticd[117] error evaluating process info - pid: 62, puniqueid: 62 21.03.2016 17:06:24,836 diagnosticd[117] error evaluating process info - pid: 56, puniqueid: 56 21.03.2016 17:06:24,840 com.apple.xpc.launchd[1] (com.apple.WirelessRadioManagerd-osx[240]) Service exited due to signal: Floating point exception: 8 21.03.2016 17:06:24,841 com.apple.xpc.launchd[1] (com.apple.sandboxd[254]) Service exited due to signal: Floating point exception: 8 21.03.2016 17:06:24,836 diagnosticd[117] error evaluating process info - pid: 177, puniqueid: 177 21.03.2016 17:06:24,840 diagnosticd[117] error evaluating process info - pid: 81, puniqueid: 81 21.03.2016 17:06:24,843 com.apple.xpc.launchd[1] (com.apple.autofsd[81]) Service exited due to signal: Floating point exception: 8 21.03.2016 17:06:24,844 identityservicesd[242] <IMMacNotificationCenterManager: 0x7fe072c21ee0>: NC Disabled: NO 21.03.2016 17:06:24,844 com.apple.xpc.launchd[1] (com.apple.usbmuxd[74]) Service exited due to signal: Floating point exception: 8 21.03.2016 17:06:24,000 kernel[0] Sandbox: mDNSResponder(85) deny(1) mach-lookup com.apple.distributed_notifications@1v3 21.03.2016 17:06:24,845 com.apple.xpc.launchd[1] (com.apple.apsd[72]) Service exited due to signal: Floating point exception: 8 21.03.2016 17:06:24,845 com.apple.xpc.launchd[1] (com.apple.msrpc.netlogon[177]) Service exited due to signal: Floating point exception: 8 21.03.2016 17:06:24,845 com.apple.xpc.launchd[1] (com.apple.warmd[56]) Service exited due to signal: Floating point exception: 8 21.03.2016 17:06:24,845 com.apple.xpc.launchd[1] (com.apple.UserEventAgent-Aqua[230]) Service exited due to signal: Floating point exception: 8 21.03.2016 17:06:24,845 com.apple.xpc.launchd[1] (com.apple.secd[246]) Service exited due to signal: Floating point exception: 8 21.03.2016 17:06:24,845 com.apple.xpc.launchd[1] (com.apple.telephonyutilities.callservicesd[253]) Service exited due to signal: Floating point exception: 8 21.03.2016 17:06:24,848 loginwindow[89] ERROR | -[LWBuiltInScreenLockAuthLion closeAuthAndReset:] | Attempted to remove an observer when not observing 21.03.2016 17:06:24,851 identityservicesd[242] <IMMacNotificationCenterManager: 0x7fe072c21ee0>: DND Enabled: YES 21.03.2016 17:06:24,851 identityservicesd[242] <IMMacNotificationCenterManager: 0x7fe072c21ee0>: Updating enabled: NO (Topics: ( )) 21.03.2016 17:06:24,858 com.apple.xpc.launchd[1] (com.apple.ReportCrash.Root[501]) Endpoint has been activated through legacy launch(3) APIs. Please switch to XPC or bootstrap_check_in(): com.apple.ReportCrash.DirectoryService 21.03.2016 17:06:24,874 com.apple.usbmuxd[505] log filter changed from 4 to 6 21.03.2016 17:06:24,883 com.apple.usbmuxd[505] usbmuxd-364 on Aug 4 2015 at 14:36:18, running 64 bit 21.03.2016 17:06:24,951 identityservicesd[242] <IMMacNotificationCenterManager: 0x7fe072c21ee0>: NC Disabled: NO 21.03.2016 17:06:24,955 identityservicesd[242] <IMMacNotificationCenterManager: 0x7fe072c21ee0>: DND Enabled: YES 21.03.2016 17:06:24,955 identityservicesd[242] <IMMacNotificationCenterManager: 0x7fe072c21ee0>: Updating enabled: NO (Topics: ( )) 21.03.2016 17:06:24,963 identityservicesd[242] <IMMacNotificationCenterManager: 0x7fe072c21ee0>: NC Disabled: NO 21.03.2016 17:06:24,967 identityservicesd[242] <IMMacNotificationCenterManager: 0x7fe072c21ee0>: DND Enabled: YES 21.03.2016 17:06:24,967 identityservicesd[242] <IMMacNotificationCenterManager: 0x7fe072c21ee0>: Updating enabled: NO (Topics: ( )) 21.03.2016 17:06:24,995 apsd[506] Attempt to set push wake topics without dark wake enabled: () 21.03.2016 17:06:24,995 apsd[506] Unable to bootstrap_look_up connection port 'com.apple.askpermission.aps' for user 0: Unknown service name 21.03.2016 17:06:24,995 apsd[506] Attempt to set push wake topics without dark wake enabled: () 21.03.2016 17:06:24,996 apsd[506] Unable to bootstrap_look_up connection port 'com.apple.askpermission.aps' for user 0: Unknown service name 21.03.2016 17:06:24,996 apsd[506] <APSConnectionServer: 0x7fb73b5519c0> Invalid mach port - Cleaning up this named port's topics. com.apple.askpermission.aps 21.03.2016 17:06:25,013 apsd[506] Attempt to set push wake topics without dark wake enabled: () 21.03.2016 17:06:25,014 apsd[506] Attempt to set push wake topics without dark wake enabled: () 21.03.2016 17:06:25,039 apsd[506] Attempt to set push wake topics without dark wake enabled: () 21.03.2016 17:06:25,040 apsd[506] Attempt to set push wake topics without dark wake enabled: () 21.03.2016 17:06:25,041 apsd[506] Attempt to set push wake topics without dark wake enabled: () 21.03.2016 17:06:25,042 apsd[506] Attempt to set push wake topics without dark wake enabled: () 21.03.2016 17:06:25,043 WindowServer[140] CGXDisplayDidWakeNotification [173747900964]: posting kCGSDisplayDidWake 21.03.2016 17:06:25,044 WindowServer[140] handle_will_sleep_auth_and_shield_windows: NULL shield_window (lock state: 1) 21.03.2016 17:06:25,062 apsd[506] Attempt to set push wake topics without dark wake enabled: () 21.03.2016 17:06:25,120 apsd[506] Attempt to set push wake topics without dark wake enabled: () 21.03.2016 17:06:25,123 apsd[506] Attempt to set push wake topics without dark wake enabled: () 21.03.2016 17:06:25,124 apsd[506] Attempt to set push wake topics without dark wake enabled: () 21.03.2016 17:06:25,138 apsd[506] Attempt to set push wake topics without dark wake enabled: () 21.03.2016 17:06:25,149 UserEventAgent[508] Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin 21.03.2016 17:06:25,174 cloudfamilyrestrictionsd[311] CFRPushManager : connectionDidReconnect: 21.03.2016 17:06:25,196 identityservicesd[242] <IMMacNotificationCenterManager: 0x7fe072c21ee0>: NC Disabled: NO 21.03.2016 17:06:25,199 identityservicesd[242] <IMMacNotificationCenterManager: 0x7fe072c21ee0>: DND Enabled: NO 21.03.2016 17:06:25,199 identityservicesd[242] <IMMacNotificationCenterManager: 0x7fe072c21ee0>: Updating enabled: YES (Topics: ( "com.apple.private.alloy.icloudpairing", "com.apple.private.alloy.continuity.encryption", "com.apple.private.alloy.continuity.activity", "com.apple.ess", "com.apple.private.ids", "com.apple.private.alloy.phonecontinuity", "com.apple.madrid", "com.apple.private.ac", "com.apple.private.alloy.phone.auth", "com.apple.private.alloy.keychainsync", "com.apple.private.alloy.fmf", "com.apple.private.alloy.thumper.keys", "com.apple.private.alloy.maps", "com.apple.private.alloy.screensharing", "com.apple.private.alloy.continuity.tethering" )) 21.03.2016 17:06:25,199 identityservicesd[242] <IMMacNotificationCenterManager: 0x7fe072c21ee0>: notification observer: com.apple.iChat notification: __CFNotification 0x7fe072e30570 {name = _NSDoNotDisturbDisabledNotification} 21.03.2016 17:06:25,203 identityservicesd[242] <IMMacNotificationCenterManager: 0x7fe072c21ee0>: NC Disabled: NO 21.03.2016 17:06:25,208 identityservicesd[242] <IMMacNotificationCenterManager: 0x7fe072c21ee0>: DND Enabled: NO 21.03.2016 17:06:25,208 identityservicesd[242] <IMMacNotificationCenterManager: 0x7fe072c21ee0>: Updating enabled: YES (Topics: ( "com.apple.private.alloy.icloudpairing", "com.apple.private.alloy.continuity.encryption", "com.apple.private.alloy.continuity.activity", "com.apple.ess", "com.apple.private.ids", "com.apple.private.alloy.phonecontinuity", "com.apple.madrid", "com.apple.private.ac", "com.apple.private.alloy.phone.auth", "com.apple.private.alloy.keychainsync", "com.apple.private.alloy.fmf", "com.apple.private.alloy.thumper.keys", "com.apple.private.alloy.maps", "com.apple.private.alloy.screensharing", "com.apple.private.alloy.continuity.tethering" )) 21.03.2016 17:06:25,215 imagent[503] <IMMacNotificationCenterManager: 0x7fac93413d80>: Configuring notification center for identifier: com.apple.FaceTime topics: (null) 21.03.2016 17:06:25,227 imagent[503] <IMMacNotificationCenterManager: 0x7fac93413d80>: NC Disabled: NO 21.03.2016 17:06:25,230 imagent[503] <IMMacNotificationCenterManager: 0x7fac93413d80>: DND Enabled: NO 21.03.2016 17:06:25,230 imagent[503] <IMMacNotificationCenterManager: 0x7fac93413d80>: Updating enabled: YES (Topics: (null)) 21.03.2016 17:06:25,237 imagent[503] <IMMacNotificationCenterManager: 0x7fac93413d80>: NC Disabled: NO 21.03.2016 17:06:25,241 imagent[503] <IMMacNotificationCenterManager: 0x7fac93413d80>: DND Enabled: NO 21.03.2016 17:06:25,241 imagent[503] <IMMacNotificationCenterManager: 0x7fac93413d80>: Updating enabled: YES (Topics: ( "com.apple.ess", "com.apple.private.ac" )) 21.03.2016 17:06:25,250 identityservicesd[242] <IMMacNotificationCenterManager: 0x7fe072c21ee0>: NC Disabled: NO 21.03.2016 17:06:25,255 identityservicesd[242] <IMMacNotificationCenterManager: 0x7fe072c21ee0>: DND Enabled: NO 21.03.2016 17:06:25,255 identityservicesd[242] <IMMacNotificationCenterManager: 0x7fe072c21ee0>: Updating enabled: YES (Topics: ( "com.apple.private.alloy.icloudpairing", "com.apple.private.alloy.continuity.encryption", "com.apple.private.alloy.continuity.activity", "com.apple.ess", "com.apple.private.ids", "com.apple.private.alloy.phonecontinuity", "com.apple.madrid", "com.apple.private.ac", "com.apple.private.alloy.phone.auth", "com.apple.private.alloy.keychainsync", "com.apple.private.alloy.fmf", "com.apple.private.alloy.sms", "com.apple.private.alloy.thumper.keys", "com.apple.private.alloy.maps", "com.apple.private.alloy.screensharing", "com.apple.private.alloy.continuity.tethering" )) 21.03.2016 17:06:25,261 imagent[503] ### Failed to load Addressbook class CNContactNameFormatter 21.03.2016 17:06:25,272 apsd[506] Peer [pid=315] requested push wake but lacks APSPushWakeEntitlement 21.03.2016 17:06:25,275 UserEventAgent[508] user agent networkd: built Nov 16 2015 23:08:50 21.03.2016 17:06:25,318 UserEventAgent[508] received an unknown event from daemon 21.03.2016 17:06:25,732 ReportCrash[501] Saved crash report for autofsd[81] version 250.10.1 to /Library/Logs/DiagnosticReports/autofsd_2016-03-21-170625_iMac-Konrad.crash 21.03.2016 17:06:25,732 ReportCrash[501] Saved crash report for iconservicesagent[62] version 68.1 to /Library/Logs/DiagnosticReports/iconservicesagent_2016-03-21-170625_iMac-Konrad.crash 21.03.2016 17:06:25,738 ReportCrash[501] Saved crash report for warmd[56] version 58 to /Library/Logs/DiagnosticReports/warmd_2016-03-21-170625_iMac-Konrad.crash 21.03.2016 17:06:25,741 ReportCrash[501] Saved crash report for rpcsvchost[177] version 347 to /Library/Logs/DiagnosticReports/rpcsvchost_2016-03-21-170625_iMac-Konrad.crash 21.03.2016 17:06:25,749 ReportCrash[501] Saved crash report for apsd[72] version 289 to /Library/Logs/DiagnosticReports/apsd_2016-03-21-170625_iMac-Konrad.crash 21.03.2016 17:06:25,868 sandboxd[516] ([287]) AirPlayUIAgent(287) deny iokit-set-properties IOAudioControlValue 21.03.2016 17:06:25,968 syncdefaultsd[512] accountsd has been removed from syncing apps. 21.03.2016 17:06:26,000 kernel[0] Ethernet [AtherosE2200]: EEE link partner: 0x0000. 21.03.2016 17:06:26,000 kernel[0] Ethernet [AtherosE2200]: Link up on en0, 100-Megabit, Full-duplex, Rx/Tx flow-control 21.03.2016 17:06:26,000 kernel[0] getPacketFilters() ===> 21.03.2016 17:06:26,000 kernel[0] getPacketFilters() <=== 21.03.2016 17:06:26,000 kernel[0] Ethernet [AtherosE2200]: EEE link partner: 0x0000. 21.03.2016 17:06:26,000 kernel[0] setMulticastList() ===> 21.03.2016 17:06:26,000 kernel[0] setMulticastList() <=== 21.03.2016 17:06:26,000 kernel[0] setMulticastList() ===> 21.03.2016 17:06:26,000 kernel[0] setMulticastList() <=== 21.03.2016 17:06:26,000 kernel[0] in6_unlink_ifa: IPv6 address 0x9bb56675c03036d9 has no prefix 21.03.2016 17:06:26,000 kernel[0] setMulticastList() ===> 21.03.2016 17:06:26,000 kernel[0] setMulticastList() <=== 21.03.2016 17:06:26,492 configd[48] LINKLOCAL en0: parent has no IP 21.03.2016 17:06:26,497 ntpd[176] sigio_handler: sigio_handler_active != 1 21.03.2016 17:06:26,497 ntpd[176] sigio_handler: sigio_handler_active != 0 21.03.2016 17:06:26,498 configd[48] network changed: v4(en0-:192.168.1.106) DNS- Proxy- 21.03.2016 17:06:26,000 kernel[0] setMulticastList() ===> 21.03.2016 17:06:26,000 kernel[0] setMulticastList() <=== 21.03.2016 17:06:26,000 kernel[0] setMulticastList() ===> 21.03.2016 17:06:26,000 kernel[0] setMulticastList() <=== 21.03.2016 17:06:26,521 networkd[159] -[NETClientConnection effectiveBundleID] using process name SafariDAVClient as bundle ID (this is expected for daemons without bundle ID 21.03.2016 17:06:26,522 networkd[159] -[NETClientConnection effectiveBundleID] using process name SafariDAVClient as bundle ID (this is expected for daemons without bundle ID 21.03.2016 17:06:26,528 networkd[159] -[NETClientConnection effectiveBundleID] using process name apsd as bundle ID (this is expected for daemons without bundle ID 21.03.2016 17:06:26,000 kernel[0] setMulticastList() ===> 21.03.2016 17:06:26,000 kernel[0] setMulticastList() <=== 21.03.2016 17:06:26,552 configd[48] network changed: v4(en0+:192.168.1.106) DNS+ Proxy+ SMB 21.03.2016 17:06:28,443 com.apple.CDScheduler[508] Initial power state set to AC Power 21.03.2016 17:06:35,329 com.apple.AddressBook.InternetAccountsBridge[519] dnssd_clientstub ConnectToServer: connect()-> No of tries: 1 21.03.2016 17:06:35,342 sandboxd[516] ([519]) com.apple.Addres(519) deny network-outbound /private/var/run/mDNSResponder 21.03.2016 17:06:35,801 secd[514] __SOSUpdateKeyInterest_block_invoke_2 Error getting ring interests (null) 21.03.2016 17:06:35,802 secd[514] SOSAccountThisDeviceCanSyncWithCircle sync with device failure: Error Domain=com.apple.security.sos.error Code=1035 "Account identity not set" UserInfo={NSDescription=Account identity not set} 21.03.2016 17:06:35,804 secd[514] securityd_xpc_dictionary_handler IDSKeychainSynci[331] SetDeviceID Error Domain=com.apple.security.sos.error Code=1032 "No peer for me" UserInfo={NSDescription=No peer for me} 21.03.2016 17:06:35,833 CloudKeychainProxy[266] __45-[UbiqitousKVSProxy doEnsurePeerRegistration]_block_invoke <UB---e-C---> ensurePeerRegistration called, success ((null)) 21.03.2016 17:06:36,336 com.apple.AddressBook.InternetAccountsBridge[519] dnssd_clientstub ConnectToServer: connect()-> No of tries: 2 21.03.2016 17:06:36,342 sandboxd[516] ([519]) com.apple.Addres(519) deny network-outbound /private/var/run/mDNSResponder 21.03.2016 17:06:36,808 cloudfamilyrestrictionsd[311] CFRPushManager : connection:didChangeConnectedStatus: : 1 21.03.2016 17:06:37,423 com.apple.AddressBook.InternetAccountsBridge[519] dnssd_clientstub ConnectToServer: connect()-> No of tries: 3 21.03.2016 17:06:37,429 sandboxd[516] ([519]) com.apple.Addres(519) deny network-outbound /private/var/run/mDNSResponder 21.03.2016 17:06:38,499 com.apple.AddressBook.InternetAccountsBridge[519] dnssd_clientstub ConnectToServer: connect() failed path:/var/run/mDNSResponder Socket:4 Err:-1 Errno:1 Operation not permitted 21.03.2016 17:06:38,501 com.apple.AddressBook.InternetAccountsBridge[519] dnssd_clientstub ConnectToServer: connect()-> No of tries: 1 21.03.2016 17:06:38,505 sandboxd[516] ([519]) com.apple.Addres(519) deny network-outbound /private/var/run/mDNSResponder 21.03.2016 17:06:38,508 sandboxd[516] ([519]) com.apple.Addres(519) deny network-outbound /private/var/run/mDNSResponder 21.03.2016 17:06:39,012 Safari[521] KeychainGetICDPStatus: keychain: -25300 21.03.2016 17:06:39,012 Safari[521] KeychainGetICDPStatus: status: off 21.03.2016 17:06:39,030 Safari[521] KeychainGetICDPStatus: keychain: -25300 21.03.2016 17:06:39,030 Safari[521] KeychainGetICDPStatus: status: off 21.03.2016 17:06:39,000 kernel[0] Sandbox: storeaccountd(320) deny(1) file-write-create /Users/Konrad/Library/Caches/com.apple.Safari/ProductionBag 21.03.2016 17:06:39,000 kernel[0] Sandbox: com.apple.Addres(519) deny(1) network-outbound /private/var/run/mDNSResponder 21.03.2016 17:06:39,554 com.apple.AddressBook.InternetAccountsBridge[519] dnssd_clientstub ConnectToServer: connect()-> No of tries: 2 21.03.2016 17:06:39,849 Mail[525] AllSignatures.plist: Syncing with cloud -- updating local; no cloud data not reachable, error: Error Domain=NSCocoaErrorDomain Code=260 "Nie można otworzyć pliku „ubiquitous_AllSignatures.plist”; nie ma takiego pliku." UserInfo={NSURL=file:///Users/Konrad/Library/Mobile%20Documents/com~apple~mail/Data/V3/MailData/Signatures/ubiquitous_AllSignatures.plist, NSFilePath=/Users/Konrad/Library/Mobile Documents/com~apple~mail/Data/V3/MailData/Signatures/ubiquitous_AllSignatures.plist, NSUnderlyingError=0x7fd1e1fb4570 {Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"}} 21.03.2016 17:06:40,000 kernel[0] Sandbox: Contacts(527) allow(0) mach-register com.apple.AddressBook.AddressBookApplicationFrameworkIPC 21.03.2016 17:06:40,000 kernel[0] Sandbox: com.apple.Addres(519) deny(1) network-outbound /private/var/run/mDNSResponder 21.03.2016 17:06:40,628 com.apple.AddressBook.InternetAccountsBridge[519] dnssd_clientstub ConnectToServer: connect()-> No of tries: 3 21.03.2016 17:06:41,524 CalendarAgent[250] [com.apple.calendar.store.log.caldav.coredav] [Refusing to parse response to PROPPATCH because of content-type: [text/html; charset=UTF-8].] 21.03.2016 17:06:41,568 CalendarAgent[250] [com.apple.calendar.store.log.caldav.coredav] [Refusing to parse response to PROPPATCH because of content-type: [text/html; charset=UTF-8].] 21.03.2016 17:06:41,000 kernel[0] Sandbox: com.apple.Addres(519) deny(1) network-outbound /private/var/run/mDNSResponder 21.03.2016 17:06:41,657 com.apple.AddressBook.InternetAccountsBridge[519] dnssd_clientstub ConnectToServer: connect() failed path:/var/run/mDNSResponder Socket:4 Err:-1 Errno:1 Operation not permitted 21.03.2016 17:06:41,846 Notes[531] Invalid connection 21.03.2016 17:06:41,846 Notes[531] Generic XPC error: Connection invalid. This may indicate version mismatch 21.03.2016 17:06:42,004 AddressBookSourceSync[511] AOSKit WARN: (-) Invalid url: https://(censored)%40gmail.com@www.googleapis.com/carddav/v1/principals/(censored)%40gmail.com/lists/ 21.03.2016 17:06:42,633 CalendarAgent[250] [com.apple.calendar.store.log.caldav.coredav] [Refusing to parse response to PROPPATCH because of content-type: [text/html; charset=UTF-8].] 21.03.2016 17:06:42,720 CalendarAgent[250] [com.apple.calendar.store.log.caldav.coredav] [Refusing to parse response to PROPPATCH because of content-type: [text/html; charset=UTF-8].] 21.03.2016 17:06:42,891 accountsd[248] AIDA Notification plugin running 21.03.2016 17:06:43,016 com.apple.AddressBook.InternetAccountsBridge[534] [AOSAccounts] : [__49-[ACAccountStore(iCloudAccount) icaAppleAccounts]_block_invoke] : accountsWithAccountType returned error: Error Domain=com.apple.accounts Code=9 "(null)" 21.03.2016 17:06:43,000 kernel[0] Sandbox: com.apple.Addres(534) deny(1) mach-lookup com.apple.cdp.daemon 21.03.2016 17:06:43,018 com.apple.AddressBook.InternetAccountsBridge[534] Checking iCDP status for DSID 1359696360 (checkWithServer=0) 21.03.2016 17:06:43,018 com.apple.AddressBook.InternetAccountsBridge[534] Daemon connection invalidated! 21.03.2016 17:06:43,018 com.apple.AddressBook.InternetAccountsBridge[534] XPC Error while checking if iCDP is enabled for DSID 1359696360: Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service named com.apple.cdp.daemon was invalidated." UserInfo={NSDebugDescription=The connection to service named com.apple.cdp.daemon was invalidated.} 21.03.2016 17:06:43,000 kernel[0] Sandbox: com.apple.Addres(534) deny(1) mach-lookup com.apple.cdp.daemon 21.03.2016 17:06:43,018 com.apple.AddressBook.InternetAccountsBridge[534] Checking iCDP status for DSID 1359696360 (checkWithServer=0) 21.03.2016 17:06:43,018 com.apple.AddressBook.InternetAccountsBridge[534] Daemon connection invalidated! 21.03.2016 17:06:43,018 com.apple.AddressBook.InternetAccountsBridge[534] XPC Error while checking if iCDP is enabled for DSID 1359696360: Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service named com.apple.cdp.daemon was invalidated." UserInfo={NSDebugDescription=The connection to service named com.apple.cdp.daemon was invalidated.} 21.03.2016 17:06:43,019 com.apple.AddressBook.InternetAccountsBridge[534] [AOSAccounts] : [__49-[ACAccountStore(iCloudAccount) icaAppleAccounts]_block_invoke] : accountsWithAccountType returned error: Error Domain=com.apple.accounts Code=9 "(null)" 21.03.2016 17:06:43,020 com.apple.AddressBook.InternetAccountsBridge[534] [AOSAccounts] : [__49-[ACAccountStore(iCloudAccount) icaAppleAccounts]_block_invoke] : accountsWithAccountType returned error: Error Domain=com.apple.accounts Code=9 "(null)" 21.03.2016 17:06:43,021 com.apple.AddressBook.InternetAccountsBridge[534] [AOSAccounts] : ___ZN15ServiceProvider21SetEnabledOnACAccountEbb18MMSetEnableOptions_block_invoke Unable to find an existing AppleAccount for DSID: 1359696360 21.03.2016 17:06:43,052 AddressBookSourceSync[511] [CardDAVPlugin-ERROR] -getHomeInfo:[_controller containersAtURLs:{( https://(censored)%40gmail.com@p35-contacts.icloud.com/1359696360/carddavhome/ )}] Error Domain=CoreDAVErrorDomain Code=1 "(null)" 21.03.2016 17:06:43,052 AddressBookSourceSync[511] [CardDAVPlugin-ERROR] Exception caught while running sync with server: Error Domain=CoreDAVErrorDomain Code=1 "(null)" 21.03.2016 17:06:43,418 lsd[236] Unentitled request to set default handler for content type com.apple.ical.backup by pid 530 21.03.2016 17:06:43,418 lsd[236] Unentitled request to set default handler for content type dyn.age80w25brv4g83dt by pid 530 21.03.2016 17:06:43,446 Notes[531] Check device and migration status. 21.03.2016 17:06:43,446 Notes[531] Got old device list 21.03.2016 17:06:43,446 Notes[531] Got new device list 21.03.2016 17:06:43,446 Notes[531] Got device list response 21.03.2016 17:06:43,446 Notes[531] Trying to get all visible notes from a nil object ID 21.03.2016 17:06:43,446 Notes[531] startupMigrationType: ICStartupMigrationTypeAlreadyUpgraded 21.03.2016 17:06:43,446 Notes[531] Trying to get all visible notes from a nil object ID 21.03.2016 17:06:43,447 Notes[531] startupMigrationType: ICStartupMigrationTypeAlreadyUpgraded 21.03.2016 17:06:44,861 Notes[531] Continuing migration if necessary 21.03.2016 17:06:44,861 Notes[531] Already finished with migration 21.03.2016 17:06:46,669 AirPlayUIAgent[287] 2016-03-21 05:06:46.668608 PM [AirPlayUIAgent] BecomingInactive: NSWorkspaceWillSleepNotification 21.03.2016 17:06:46,668 CommCenter[235] Telling CSI to go low power. 21.03.2016 17:06:46,776 WindowServer[140] device_generate_desktop_screenshot: authw 0x7fcd2a10fe00(2000), shield 0x7fcd2a9cac00(2001) 21.03.2016 17:06:46,776 WindowServer[140] device_generate_lock_screen_screenshot: authw 0x7fcd2a10fe00(2000)[0, 0, 0, 0] shield 0x7fcd2a9cac00(2001), dev [2560,1440] 21.03.2016 17:06:46,776 WindowServer[140] no sleep images for WillPowerOffWithImages 21.03.2016 17:06:46,000 kernel[0] PM response took 113 ms (89, loginwindow) 21.03.2016 17:06:46,000 kernel[0] PM response took 114 ms (89, loginwindow) 21.03.2016 17:06:46,879 identityservicesd[242] <IMMacNotificationCenterManager: 0x7fe072c21ee0>: notification observer: com.apple.iChat notification: __CFNotification 0x7fe072d271b0 {name = _NSDoNotDisturbEnabledNotification} 21.03.2016 17:06:46,879 imagent[503] <IMMacNotificationCenterManager: 0x7fac93413d80>: notification observer: com.apple.FaceTime notification: __CFNotification 0x7fac93612de0 {name = _NSDoNotDisturbEnabledNotification} 21.03.2016 17:06:46,890 identityservicesd[242] <IMMacNotificationCenterManager: 0x7fe072c21ee0>: NC Disabled: NO 21.03.2016 17:06:46,896 identityservicesd[242] <IMMacNotificationCenterManager: 0x7fe072c21ee0>: DND Enabled: YES 21.03.2016 17:06:46,896 identityservicesd[242] <IMMacNotificationCenterManager: 0x7fe072c21ee0>: Updating enabled: NO (Topics: ( )) 21.03.2016 17:06:46,896 imagent[503] <IMMacNotificationCenterManager: 0x7fac93413d80>: NC Disabled: NO 21.03.2016 17:06:46,899 imagent[503] <IMMacNotificationCenterManager: 0x7fac93413d80>: DND Enabled: YES 21.03.2016 17:06:46,900 imagent[503] <IMMacNotificationCenterManager: 0x7fac93413d80>: Updating enabled: NO (Topics: ( )) 21.03.2016 17:06:47,755 cloudfamilyrestrictionsd[311] CFRPushManager : connection:didChangeConnectedStatus: : 0 21.03.2016 17:06:50,788 Contacts[527] AOSKit WARN: (-) Invalid url: https://(censored)%40gmail.com@www.googleapis.com/carddav/v1/principals/(censored)%40gmail.com/ 21.03.2016 17:06:50,804 secd[514] SOSAccountThisDeviceCanSyncWithCircle sync with device failure: Error Domain=com.apple.security.sos.error Code=1035 "Account identity not set" UserInfo={NSDescription=Account identity not set} 21.03.2016 17:06:50,000 kernel[0] Sandbox: com.apple.Addres(537) deny(1) network-outbound /private/var/run/mDNSResponder 21.03.2016 17:06:50,913 com.apple.AddressBook.InternetAccountsBridge[537] dnssd_clientstub ConnectToServer: connect()-> No of tries: 1 21.03.2016 17:06:52,000 kernel[0] Sandbox: com.apple.Addres(537) deny(1) network-outbound /private/var/run/mDNSResponder 21.03.2016 17:06:52,012 com.apple.AddressBook.InternetAccountsBridge[537] dnssd_clientstub ConnectToServer: connect()-> No of tries: 2 21.03.2016 17:06:52,971 com.apple.AddressBook.ContactsAccountsService[264] [Accounts] Current connection, <NSXPCConnection: 0x7fef6b7156d0> connection from pid 285, doesn't have account access. 21.03.2016 17:06:52,971 sharingd[285] [Accounts] Failed to update account with identifier 6DBF44CF-881D-4070-900F-8ECD4FAE2C6C, error: Error Domain=ABAddressBookErrorDomain Code=1002 "(null)" 21.03.2016 17:06:52,972 com.apple.AddressBook.ContactsAccountsService[264] [Accounts] Current connection, <NSXPCConnection: 0x7fef6b7156d0> connection from pid 285, doesn't have account access. 21.03.2016 17:06:52,972 sharingd[285] [Accounts] Failed to update account with identifier F0EE9251-B176-4DD1-9EA9-13ECA89110BD, error: Error Domain=ABAddressBookErrorDomain Code=1002 "(null)" 21.03.2016 17:06:52,987 com.apple.AddressBook.ContactsAccountsService[264] [Accounts] Current connection, <NSXPCConnection: 0x7fef6b4154d0> connection from pid 258, doesn't have account access. 21.03.2016 17:06:52,987 CalNCService[258] [Accounts] Failed to update account with identifier 6DBF44CF-881D-4070-900F-8ECD4FAE2C6C, error: Error Domain=ABAddressBookErrorDomain Code=1002 "(null)" 21.03.2016 17:06:52,995 com.apple.AddressBook.ContactsAccountsService[264] [Accounts] Current connection, <NSXPCConnection: 0x7fef6b4154d0> connection from pid 258, doesn't have account access. 21.03.2016 17:06:52,995 CalNCService[258] [Accounts] Failed to update account with identifier F0EE9251-B176-4DD1-9EA9-13ECA89110BD, error: Error Domain=ABAddressBookErrorDomain Code=1002 "(null)" 21.03.2016 17:06:53,054 com.apple.AddressBook.ContactsAccountsService[264] [Accounts] Current connection, <NSXPCConnection: 0x7fef6b603f10> connection from pid 405, doesn't have account access. 21.03.2016 17:06:53,055 DataDetectorsDynamicData[405] [Accounts] Failed to update account with identifier 6DBF44CF-881D-4070-900F-8ECD4FAE2C6C, error: Error Domain=ABAddressBookErrorDomain Code=1002 "(null)" 21.03.2016 17:06:53,000 kernel[0] Sandbox: com.apple.Addres(537) deny(1) network-outbound /private/var/run/mDNSResponder 21.03.2016 17:06:53,162 com.apple.AddressBook.InternetAccountsBridge[537] dnssd_clientstub ConnectToServer: connect()-> No of tries: 3 21.03.2016 17:06:53,181 com.apple.AddressBook.ContactsAccountsService[264] [Accounts] Current connection, <NSXPCConnection: 0x7fef6b603f10> connection from pid 405, doesn't have account access. 21.03.2016 17:06:53,182 DataDetectorsDynamicData[405] [Accounts] Failed to update account with identifier F0EE9251-B176-4DD1-9EA9-13ECA89110BD, error: Error Domain=ABAddressBookErrorDomain Code=1002 "(null)" 21.03.2016 17:06:54,000 kernel[0] Sandbox: com.apple.Addres(537) deny(1) network-outbound /private/var/run/mDNSResponder 21.03.2016 17:06:54,222 com.apple.AddressBook.InternetAccountsBridge[537] dnssd_clientstub ConnectToServer: connect() failed path:/var/run/mDNSResponder Socket:4 Err:-1 Errno:1 Operation not permitted 21.03.2016 17:06:54,000 kernel[0] Sandbox: com.apple.Addres(537) deny(1) network-outbound /private/var/run/mDNSResponder 21.03.2016 17:06:54,223 com.apple.AddressBook.InternetAccountsBridge[537] dnssd_clientstub ConnectToServer: connect()-> No of tries: 1 21.03.2016 17:06:55,000 kernel[0] Sandbox: com.apple.Addres(537) deny(1) network-outbound /private/var/run/mDNSResponder 21.03.2016 17:06:55,234 com.apple.AddressBook.InternetAccountsBridge[537] dnssd_clientstub ConnectToServer: connect()-> No of tries: 2 21.03.2016 17:06:56,000 kernel[0] Sandbox: com.apple.Addres(537) deny(1) network-outbound /private/var/run/mDNSResponder 21.03.2016 17:06:56,234 com.apple.AddressBook.InternetAccountsBridge[537] dnssd_clientstub ConnectToServer: connect()-> No of tries: 3 21.03.2016 17:06:57,000 kernel[0] Sandbox: com.apple.Addres(537) deny(1) network-outbound /private/var/run/mDNSResponder 21.03.2016 17:06:57,249 com.apple.AddressBook.InternetAccountsBridge[537] dnssd_clientstub ConnectToServer: connect() failed path:/var/run/mDNSResponder Socket:4 Err:-1 Errno:1 Operation not permitted 21.03.2016 17:07:01,174 loginwindow[89] CoreAnimation: warning, deleted thread with uncommitted CATransaction; set CA_DEBUG_TRANSACTIONS=1 in environment to log backtraces. 21.03.2016 17:07:01,506 mds[57] (DiskStore.Normal:2382) 58001 1.000003 21.03.2016 17:07:01,752 mDNSResponder[85] mDNS_DeregisterInterface: Frequent transitions for interface en0 (192.168.1.106) 21.03.2016 17:07:04,000 kernel[0] PM response took 2774 ms (49, powerd) 21.03.2016 17:07:04,000 kernel[0] kern_open_file_for_direct_io(0) 21.03.2016 17:07:04,000 kernel[0] kern_open_file_for_direct_io took 0 ms 21.03.2016 17:07:04,000 kernel[0] Opened file /var/log/SleepWakeStacks.bin, size 172032, extents 1, maxio 2000000 ssd 1 21.03.2016 17:07:04,000 kernel[0] polled file major 1, minor 0, blocksize 4096, pollers 5 21.03.2016 17:07:28,000 kernel[0] setWakeOnMagicPacket() ===> 21.03.2016 17:07:28,000 kernel[0] Ethernet [AtherosE2200]: Wake on magic packet enabled. 21.03.2016 17:07:28,000 kernel[0] setWakeOnMagicPacket() <=== 21.03.2016 17:07:28,000 kernel[0] disable() ===> 21.03.2016 17:07:28,000 kernel[0] Ethernet [AtherosE2200]: EEE link partner: 0x0000. 21.03.2016 17:07:28,000 kernel[0] Ethernet [AtherosE2200]: EEE link partner: 0x0000. 21.03.2016 17:07:28,000 kernel[0] Ethernet [AtherosE2200]: Link down on en0 21.03.2016 17:07:28,000 kernel[0] txClearDescriptors() ===> 21.03.2016 17:07:28,000 kernel[0] txClearDescriptors() <=== 21.03.2016 17:07:28,000 kernel[0] disable() <=== 21.03.2016 17:07:28,000 kernel[0] setPowerState() ===> 21.03.2016 17:07:28,000 kernel[0] Ethernet [AtherosE2200]: switching to power state 0. 21.03.2016 17:07:28,000 kernel[0] setPowerState() <=== 21.03.2016 17:07:06,000 kernel[0] Wake reason: PWRB (User) 21.03.2016 17:07:28,000 kernel[0] Unsynchronized TSC for cpu 1: 0x000000017a0df244, delta 0x1591c9385 21.03.2016 17:07:28,000 kernel[0] Unsynchronized TSC for cpu 2: 0x000000017a2cca94, delta 0x1591c9385 21.03.2016 17:07:28,000 kernel[0] Unsynchronized TSC for cpu 3: 0x000000017a4ba494, delta 0x1591c9381 21.03.2016 17:07:28,000 kernel[0] Current tsc from rdtsc64() is 6351542292. Rendezvouing.. 21.03.2016 17:07:28,000 kernel[0] Previous sleep cause: 5 21.03.2016 17:07:28,000 kernel[0] Process[140] crashed: WindowServer. Too many corpses being created. 21.03.2016 17:07:28,000 kernel[0] Process[322] crashed: nsurlsessiond. Too many corpses being created. 21.03.2016 17:07:28,000 kernel[0] Process[391] crashed: LaterAgent. Too many corpses being created. 21.03.2016 17:07:28,000 kernel[0] Process[319] crashed: cloudd. Too many corpses being created. 21.03.2016 17:07:28,000 kernel[0] Process[337] crashed: SpotlightNetHelp. Too many corpses being created. 21.03.2016 17:07:28,000 kernel[0] Process[503] crashed: imagent. Too many corpses being created. 21.03.2016 17:07:28,000 kernel[0] Process[506] crashed: apsd. Too many corpses being created. 21.03.2016 17:07:28,000 kernel[0] Process[514] crashed: secd. Too many corpses being created. 21.03.2016 17:07:28,000 kernel[0] Process[516] crashed: sandboxd. Too many corpses being created. 21.03.2016 17:07:28,000 kernel[0] Process[285] crashed: sharingd. Too many corpses being created. 21.03.2016 17:07:28,812 diagnosticd[117] error evaluating process info - pid: 85, puniqueid: 85 21.03.2016 17:07:28,000 kernel[0] setPowerState() ===> 21.03.2016 17:07:28,000 kernel[0] Ethernet [AtherosE2200]: switching to power state 1. 21.03.2016 17:07:28,000 kernel[0] setPowerState() <=== 21.03.2016 17:07:28,000 kernel[0] enable() ===> 21.03.2016 17:07:28,000 kernel[0] selectMedium() ===> 21.03.2016 17:07:28,000 kernel[0] txClearDescriptors() ===> 21.03.2016 17:07:28,000 kernel[0] txClearDescriptors() <=== 21.03.2016 17:07:28,000 kernel[0] setMulticastMode() ===> 21.03.2016 17:07:28,000 kernel[0] setMulticastMode() <=== 21.03.2016 17:07:28,000 kernel[0] Ethernet [AtherosE2200]: Link down on en0 21.03.2016 17:07:28,000 kernel[0] Process[302] crashed: Finder. Too many corpses being created. 21.03.2016 17:07:28,000 kernel[0] selectMedium() <=== 21.03.2016 17:07:28,000 kernel[0] Process[311] crashed: cloudfamilyrestr. Too many corpses being created. 21.03.2016 17:07:28,000 kernel[0] Process[173] crashed: mds_stores. Too many corpses being created. 21.03.2016 17:07:28,827 com.apple.xpc.launchd[1] (com.apple.cloudfamilyrestrictionsd[311]) Service exited due to signal: Floating point exception: 8 21.03.2016 17:07:28,816 Finder[302] Lost connection to sharingd 21.03.2016 17:07:28,827 mds[57] (DiskStore.Warning:895) Got indexer death 21.03.2016 17:07:28,827 mds[57] (DiskStore.Warning:895) Got indexer death 21.03.2016 17:07:28,827 mds[57] (DiskStore.Warning:895) Got indexer death 21.03.2016 17:07:28,000 kernel[0] setMulticastMode() ===> 21.03.2016 17:07:28,000 kernel[0] setMulticastMode() <=== 21.03.2016 17:07:28,000 kernel[0] enable() <=== 21.03.2016 17:07:28,000 kernel[0] setWakeOnMagicPacket() ===> 21.03.2016 17:07:28,000 kernel[0] Ethernet [AtherosE2200]: Wake on magic packet disabled. 21.03.2016 17:07:28,000 kernel[0] setWakeOnMagicPacket() <=== 21.03.2016 17:07:28,000 kernel[0] setMulticastMode() ===> 21.03.2016 17:07:28,000 kernel[0] setMulticastMode() <=== 21.03.2016 17:07:28,000 kernel[0] setMulticastList() ===> 21.03.2016 17:07:28,000 kernel[0] setMulticastList() <=== 21.03.2016 17:07:28,000 kernel[0] getPacketFilters() ===> 21.03.2016 17:07:28,000 kernel[0] getPacketFilters() <=== 21.03.2016 17:07:28,829 com.apple.xpc.launchd[1] (com.apple.aslmanager[116]) Service exited due to signal: Floating point exception: 8 21.03.2016 17:07:28,833 com.apple.xpc.launchd[1] (com.apple.apsd[506]) Service exited due to signal: Floating point exception: 8 21.03.2016 17:07:28,829 diagnosticd[117] error evaluating process info - pid: 116, puniqueid: 116 21.03.2016 17:07:28,839 com.apple.xpc.launchd[1] (com.apple.kextd[42]) Service exited due to signal: Floating point exception: 8 21.03.2016 17:07:28,843 com.apple.xpc.launchd[1] (com.apple.sharingd[285]) Service exited due to signal: Floating point exception: 8 21.03.2016 17:07:28,839 diagnosticd[117] error evaluating process info - pid: 42, puniqueid: 42 21.03.2016 17:07:28,811 CommCenter[235] Telling CSI to exit low power. 21.03.2016 17:07:28,845 com.apple.xpc.launchd[1] (com.apple.sandboxd[516]) Service exited due to signal: Floating point exception: 8 21.03.2016 17:07:28,846 com.apple.xpc.launchd[1] (com.apple.imagent[503]) Service exited due to signal: Floating point exception: 8 21.03.2016 17:07:28,847 com.apple.xpc.launchd[1] (com.apple.metadata.SpotlightNetHelper[337]) Service exited due to signal: Floating point exception: 8 21.03.2016 17:07:28,848 com.apple.xpc.launchd[1] (com.apple.cloudd[319]) Service exited due to signal: Floating point exception: 8 21.03.2016 17:07:28,848 com.apple.xpc.launchd[1] (com.apple.lateragent[391]) Service exited due to signal: Floating point exception: 8 21.03.2016 17:07:28,000 kernel[0] setMulticastList() ===> 21.03.2016 17:07:28,000 kernel[0] setMulticastList() <=== 21.03.2016 17:07:28,848 com.apple.xpc.launchd[1] (com.apple.nsurlsessiond[322]) Service exited due to signal: Floating point exception: 8 21.03.2016 17:07:28,849 com.apple.xpc.launchd[1] (com.apple.reminders.10272[532]) Service exited due to signal: Floating point exception: 8 21.03.2016 17:07:28,841 diagnosticd[117] error evaluating process info - pid: 532, puniqueid: 532 21.03.2016 17:07:28,848 UserEventAgent[508] dnssd_clientstub read_all(9) failed 0/28 0 21.03.2016 17:07:28,848 AirPlayXPCHelper[93] dnssd_clientstub read_all(7) failed 0/28 0 21.03.2016 17:07:28,848 AirPlayXPCHelper[93] dnssd_clientstub read_all(6) failed 0/28 0 21.03.2016 17:07:28,851 com.apple.xpc.launchd[1] (com.apple.mDNSResponder.reloaded[85]) Service exited due to signal: Floating point exception: 8 21.03.2016 17:07:28,850 UserEventAgent[508] dnssd_clientstub read_all(5) failed 0/28 0 21.03.2016 17:07:28,850 loginwindow[89] CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102) 21.03.2016 17:07:28,850 AirPlayXPCHelper[93] 2016-03-21 05:07:28.850036 PM [BonjourBrowser] ### Browser for _raop._tcp. server crashed 21.03.2016 17:07:28,851 AirPlayXPCHelper[93] 2016-03-21 05:07:28.850920 PM [BonjourBrowser] ### Browser for _airplay._tcp. server crashed 21.03.2016 17:07:28,852 loginwindow[89] CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102) 21.03.2016 17:07:28,853 AirPlayXPCHelper[93] 2016-03-21 05:07:28.852583 PM [BonjourBrowser] ### Browse for _raop._tcp. failed, retrying in 100 ms: -65563/0xFFFEFFE5 kDNSServiceErr_ServiceNotRunning 21.03.2016 17:07:28,855 com.apple.xpc.launchd[1] (com.apple.Finder[302]) Service exited due to signal: Floating point exception: 8 21.03.2016 17:07:28,856 com.apple.xpc.launchd[1] (com.apple.opendirectoryd[69]) Service exited due to signal: Floating point exception: 8 21.03.2016 17:07:28,860 com.apple.xpc.launchd[1] (com.apple.secd[514]) Service exited due to signal: Floating point exception: 8 21.03.2016 17:07:28,854 loginwindow[89] ERROR | -[LWBuiltInScreenLockAuthLion closeAuthAndReset:] | Attempted to remove an observer when not observing 21.03.2016 17:07:28,854 AirPlayXPCHelper[93] dnssdclientstub:sdRef: CallbackwithError morebytes zero sdr 0x7faa42c10b30 21.03.2016 17:07:28,854 AirPlayXPCHelper[93] 2016-03-21 05:07:28.854097 PM [APBonjourBrowser] Restarted RAOP event is NOT handled - file a radar 21.03.2016 17:07:28,860 AirPlayXPCHelper[93] 2016-03-21 05:07:28.859635 PM [BonjourBrowser] ### Browse for _airplay._tcp. failed, retrying in 100 ms: -65563/0xFFFEFFE5 kDNSServiceErr_ServiceNotRunning 21.03.2016 17:07:28,862 AirPlayXPCHelper[93] dnssdclientstub:sdRef: CallbackwithError morebytes zero sdr 0x7faa42c108c0 21.03.2016 17:07:28,862 AirPlayXPCHelper[93] 2016-03-21 05:07:28.861955 PM [APBonjourBrowser] Restarted AirPlay USB event is NOT handled - file a radar 21.03.2016 17:07:28,866 identityservicesd[242] <IMMacNotificationCenterManager: 0x7fe072c21ee0>: NC Disabled: NO 21.03.2016 17:07:28,871 identityservicesd[242] <IMMacNotificationCenterManager: 0x7fe072c21ee0>: DND Enabled: YES 21.03.2016 17:07:28,871 identityservicesd[242] <IMMacNotificationCenterManager: 0x7fe072c21ee0>: Updating enabled: NO (Topics: ( )) 21.03.2016 17:07:28,932 apsd[544] CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102) 21.03.2016 17:07:28,950 mDNSResponder[551] mDNSResponder mDNSResponder-625.20.4 (Oct 23 2015 16:41:21) starting OSXVers 15 21.03.2016 17:07:28,951 usernoted[249] CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102) 21.03.2016 17:07:28,951 identityservicesd[242] CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102) 21.03.2016 17:07:28,953 CallHistorySyncHelper[314] CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102) 21.03.2016 17:07:28,953 SafariCloudHistoryPushAgent[313] CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102) 21.03.2016 17:07:28,954 AirPlayXPCHelper[93] 2016-03-21 05:07:28.954102 PM [BonjourBrowser] Retrying Bonjour start for _raop._tcp. after failure 21.03.2016 17:07:28,954 Contacts[527] CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102) 21.03.2016 17:07:28,945 com.apple.xpc.launchd[1] (com.apple.ReportCrash[550]) Endpoint has been activated through legacy launch(3) APIs. Please switch to XPC or bootstrap_check_in(): com.apple.ReportCrash 21.03.2016 17:07:28,000 kernel[0] setMulticastList() ===> 21.03.2016 17:07:28,000 kernel[0] setMulticastList() <=== 21.03.2016 17:07:28,992 configd[48] network changed 21.03.2016 17:07:28,993 configd[48] network changed 21.03.2016 17:07:28,995 identityservicesd[242] <IMMacNotificationCenterManager: 0x7fe072c21ee0>: NC Disabled: NO 21.03.2016 17:07:28,996 mDNSResponder[551] D2D_IPC: Loaded 21.03.2016 17:07:28,996 mDNSResponder[551] D2DInitialize succeeded 21.03.2016 17:07:29,001 identityservicesd[242] <IMMacNotificationCenterManager: 0x7fe072c21ee0>: DND Enabled: YES 21.03.2016 17:07:29,001 identityservicesd[242] <IMMacNotificationCenterManager: 0x7fe072c21ee0>: Updating enabled: NO (Topics: ( )) 21.03.2016 17:07:29,019 identityservicesd[242] CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102) 21.03.2016 17:07:29,023 identityservicesd[242] <IMMacNotificationCenterManager: 0x7fe072c21ee0>: NC Disabled: NO 21.03.2016 17:07:29,026 loginwindow[89] Set a breakpoint at CGSLogError to catch errors as they are logged. 21.03.2016 17:07:29,026 loginwindow[89] CGSSetEventMask: error setting window event mask 21.03.2016 17:07:29,026 loginwindow[89] ERROR | -[LoginApp windowServerExited] | Window Server exited, closing down the session immediately 21.03.2016 17:07:29,034 loginwindow[89] CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102) 21.03.2016 17:07:29,034 loginwindow[89] CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102) 21.03.2016 17:07:29,035 loginwindow[89] ERROR | -[LWScreenLock handleUnlockResult:] | LWScreenLock: reactivate hotkeys, cgerror = 268435459 21.03.2016 17:07:29,036 loginwindow[89] CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102) 21.03.2016 17:07:29,036 loginwindow[89] ERROR | -[LWScreenLock handleUnlockResult:] | CGSSessionCopyCurrentSessionProperties returned NULL, unable to set screen locked value. 21.03.2016 17:07:29,036 loginwindow[89] ERROR | WSActivateNextApp | CPSBringNextToFront returned error code 268435459 21.03.2016 17:07:29,039 identityservicesd[242] <IMMacNotificationCenterManager: 0x7fe072c21ee0>: DND Enabled: YES 21.03.2016 17:07:29,039 identityservicesd[242] <IMMacNotificationCenterManager: 0x7fe072c21ee0>: Updating enabled: NO (Topics: ( )) 21.03.2016 17:07:29,040 identityservicesd[242] CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102) 21.03.2016 17:07:29,040 com.apple.xpc.launchd[1] (com.apple.WindowServer[140]) Service exited due to signal: Floating point exception: 8 21.03.2016 17:07:29,043 apsd[544] Attempt to set push wake topics without dark wake enabled: () 21.03.2016 17:07:29,048 apsd[544] Peer connection [pid=242] missing server 21.03.2016 17:07:29,051 imagent[547] CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102) 21.03.2016 17:07:29,052 imagent[547] CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102) 21.03.2016 17:07:29,052 imagent[547] <IMMacNotificationCenterManager: 0x7fafd2d274d0>: Configuring notification center for identifier: com.apple.FaceTime topics: (null) 21.03.2016 17:07:29,058 sessionlogoutd[556] sessionlogoutd Launched 21.03.2016 17:07:29,059 sharingd[546] 17:07:29.058 : Starting Up... 21.03.2016 17:07:29,066 sessionlogoutd[556] CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102) 21.03.2016 17:07:29,066 sessionlogoutd[556] DEAD_PROCESS: 89 console 21.03.2016 17:07:29,068 sessionlogoutd[556] CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102) 21.03.2016 17:07:29,068 sessionlogoutd[556] numberOfConsoleUsers:216: ERROR: CGSCopySessionList returned NULL. 21.03.2016 17:07:29,071 sharingd[546] 17:07:29.070 : Device Capabilities (Handoff:NO, Instant Hotspot:NO, AirDrop:NO, Legacy AirDrop:NO, Remote Disc:NO) 21.03.2016 17:07:29,071 sharingd[546] Set a breakpoint at CGSLogError to catch errors as they are logged. 21.03.2016 17:07:29,071 sharingd[546] On-demand launch of the Window Server is allowed for root user only. 21.03.2016 17:07:29,071 sharingd[546] CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102) 21.03.2016 17:07:29,071 sharingd[546] On-demand launch of the Window Server is allowed for root user only. 21.03.2016 17:07:29,071 sharingd[546] CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102) 21.03.2016 17:07:29,071 sharingd[546] This user is not allowed access to the window system right now. 21.03.2016 17:07:29,072 sharingd[546] CGSConnectionByID: 0 is not a valid connection ID. 21.03.2016 17:07:29,072 sharingd[546] CGSConnectionByID: 0 is not a valid connection ID. 21.03.2016 17:07:29,072 sharingd[546] Invalid Connection ID 0 21.03.2016 17:07:29,074 imagent[547] <IMMacNotificationCenterManager: 0x7fafd2d274d0>: NC Disabled: NO 21.03.2016 17:07:29,079 imagent[547] <IMMacNotificationCenterManager: 0x7fafd2d274d0>: DND Enabled: YES 21.03.2016 17:07:29,079 imagent[547] <IMMacNotificationCenterManager: 0x7fafd2d274d0>: Updating enabled: NO (Topics: ( )) 21.03.2016 17:07:29,079 AirPlayXPCHelper[93] 2016-03-21 05:07:29.079241 PM [BonjourBrowser] Retrying Bonjour start for _airplay._tcp. after failure 21.03.2016 17:07:29,079 imagent[547] CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102) 21.03.2016 17:07:29,080 imagent[547] CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102) 21.03.2016 17:07:29,081 imagent[547] CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102) 21.03.2016 17:07:29,081 imagent[547] CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102) 21.03.2016 17:07:29,081 imagent[547] CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102) 21.03.2016 17:07:29,081 imagent[547] CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102) 21.03.2016 17:07:29,083 sharingd[546] _RegisterApplication(), FAILED TO establish the default connection to the WindowServer, _CGSDefaultConnection() is NULL. 21.03.2016 17:07:29,091 imagent[547] <IMMacNotificationCenterManager: 0x7fafd2d274d0>: NC Disabled: NO 21.03.2016 17:07:29,096 imagent[547] <IMMacNotificationCenterManager: 0x7fafd2d274d0>: DND Enabled: YES 21.03.2016 17:07:29,096 imagent[547] <IMMacNotificationCenterManager: 0x7fafd2d274d0>: Updating enabled: NO (Topics: ( )) 21.03.2016 17:07:29,097 imagent[547] CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102) 21.03.2016 17:07:29,105 identityservicesd[242] CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102) 21.03.2016 17:07:29,105 identityservicesd[242] CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102) 21.03.2016 17:07:29,111 identityservicesd[242] <IMMacNotificationCenterManager: 0x7fe072c21ee0>: NC Disabled: NO 21.03.2016 17:07:29,114 Finder[552] Set a breakpoint at CGSLogError to catch errors as they are logged. 21.03.2016 17:07:29,114 Finder[552] On-demand launch of the Window Server is allowed for root user only. 21.03.2016 17:07:29,114 Finder[552] CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102) 21.03.2016 17:07:29,114 Finder[552] On-demand launch of the Window Server is allowed for root user only. 21.03.2016 17:07:29,114 Finder[552] CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102) 21.03.2016 17:07:29,114 Finder[552] This user is not allowed access to the window system right now. 21.03.2016 17:07:29,115 Finder[552] _RegisterApplication(), FAILED TO establish the default connection to the WindowServer, _CGSDefaultConnection() is NULL. 21.03.2016 17:07:29,116 Finder[552] CGSConnectionByID: 0 is not a valid connection ID. 21.03.2016 17:07:29,116 Finder[552] CGSConnectionByID: 0 is not a valid connection ID. 21.03.2016 17:07:29,117 Finder[552] CGSConnectionByID: 0 is not a valid connection ID. 21.03.2016 17:07:29,117 Finder[552] CGSConnectionByID: 0 is not a valid connection ID. 21.03.2016 17:07:29,117 Finder[552] CGSConnectionByID: 0 is not a valid connection ID. 21.03.2016 17:07:29,117 Finder[552] CGSConnectionByID: 0 is not a valid connection ID. 21.03.2016 17:07:29,117 Finder[552] Invalid Connection ID 0 21.03.2016 17:07:29,131 identityservicesd[242] <IMMacNotificationCenterManager: 0x7fe072c21ee0>: DND Enabled: YES 21.03.2016 17:07:29,131 identityservicesd[242] <IMMacNotificationCenterManager: 0x7fe072c21ee0>: Updating enabled: NO (Topics: ( )) 21.03.2016 17:07:29,132 identityservicesd[242] CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102) 21.03.2016 17:07:29,132 imagent[547] ### Failed to load Addressbook class CNContactNameFormatter 21.03.2016 17:07:29,148 Finder[552] CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102) 21.03.2016 17:07:29,148 Finder[552] CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102) 21.03.2016 17:07:29,148 Finder[552] CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102) 21.03.2016 17:07:29,149 Finder[552] CGSConnectionByID: 0 is not a valid connection ID. 21.03.2016 17:07:29,149 Finder[552] CGSConnectionByID: 0 is not a valid connection ID. 21.03.2016 17:07:29,149 Finder[552] CGSConnectionByID: 0 is not a valid connection ID. 21.03.2016 17:07:29,150 Finder[552] CGSConnectionByID: 0 is not a valid connection ID. 21.03.2016 17:07:29,151 Finder[552] CGSConnectionByID: 0 is not a valid connection ID. 21.03.2016 17:07:29,151 Finder[552] assertion failed: 15D21: libxpc.dylib + 63930 [61AB4610-9304-354C-9E9B-D57198AE9866]: 0x89 21.03.2016 17:07:29,155 Finder[552] CGSConnectionByID: 0 is not a valid connection ID. 21.03.2016 17:07:29,155 Finder[552] Invalid Connection ID 0 21.03.2016 17:07:29,163 FolderActionsDispatcher[270] HIToolbox: received notification of WindowServer event port death. 21.03.2016 17:07:29,163 Keychain Circle Notification[276] HIToolbox: received notification of WindowServer event port death. 21.03.2016 17:07:29,170 Spotlight[335] HIToolbox: received notification of WindowServer event port death. 21.03.2016 17:07:29,171 Spotlight[335] port matched the WindowServer port created in BindCGSToRunLoop 21.03.2016 17:07:29,179 Keychain Circle Notification[276] port matched the WindowServer port created in BindCGSToRunLoop 21.03.2016 17:07:29,179 FolderActionsDispatcher[270] port matched the WindowServer port created in BindCGSToRunLoop 21.03.2016 17:07:29,183 System Preferences[406] HIToolbox: received notification of WindowServer event port death. 21.03.2016 17:07:29,183 System Preferences[406] port matched the WindowServer port created in BindCGSToRunLoop 21.03.2016 17:07:29,184 com.apple.preference.energysaver.remoteservice[411] HIToolbox: received notification of WindowServer event port death. 21.03.2016 17:07:29,184 com.apple.preference.energysaver.remoteservice[411] port matched the WindowServer port created in BindCGSToRunLoop 21.03.2016 17:07:29,184 Terminal[482] HIToolbox: received notification of WindowServer event port death. 21.03.2016 17:07:29,185 Terminal[482] port matched the WindowServer port created in BindCGSToRunLoop 21.03.2016 17:07:29,191 Notes[531] HIToolbox: received notification of WindowServer event port death. 21.03.2016 17:07:29,191 Notes[531] port matched the WindowServer port created in BindCGSToRunLoop 21.03.2016 17:07:29,191 Dock[296] HIToolbox: received notification of WindowServer event port death. 21.03.2016 17:07:29,191 Dock[296] port matched the WindowServer port created in BindCGSToRunLoop 21.03.2016 17:07:29,196 SystemUIServer[300] HIToolbox: received notification of WindowServer event port death. 21.03.2016 17:07:29,196 SystemUIServer[300] port matched the WindowServer port created in BindCGSToRunLoop 21.03.2016 17:07:29,196 CoreServicesUIAgent[417] HIToolbox: received notification of WindowServer event port death. 21.03.2016 17:07:29,196 CoreServicesUIAgent[417] port matched the WindowServer port created in BindCGSToRunLoop 21.03.2016 17:07:29,196 NotificationCenter[278] HIToolbox: received notification of WindowServer event port death. 21.03.2016 17:07:29,196 NotificationCenter[278] port matched the WindowServer port created in BindCGSToRunLoop 21.03.2016 17:07:29,196 com.apple.dock.extra[323] HIToolbox: received notification of WindowServer event port death. 21.03.2016 17:07:29,196 com.apple.dock.extra[323] port matched the WindowServer port created in BindCGSToRunLoop 21.03.2016 17:07:29,196 AirPlayUIAgent[287] HIToolbox: received notification of WindowServer event port death. 21.03.2016 17:07:29,196 AirPlayUIAgent[287] port matched the WindowServer port created in BindCGSToRunLoop 21.03.2016 17:07:29,197 Calendar[530] HIToolbox: received notification of WindowServer event port death. 21.03.2016 17:07:29,197 Calendar[530] port matched the WindowServer port created in BindCGSToRunLoop 21.03.2016 17:07:29,197 Contacts[527] HIToolbox: received notification of WindowServer event port death. 21.03.2016 17:07:29,197 Contacts[527] port matched the WindowServer port created in BindCGSToRunLoop 21.03.2016 17:07:29,198 Safari[521] HIToolbox: received notification of WindowServer event port death. 21.03.2016 17:07:29,198 Safari[521] port matched the WindowServer port created in BindCGSToRunLoop 21.03.2016 17:07:29,199 com.apple.WebKit.WebContent[522] HIToolbox: received notification of WindowServer event port death. 21.03.2016 17:07:29,199 com.apple.WebKit.WebContent[522] port matched the WindowServer port created in BindCGSToRunLoop 21.03.2016 17:07:29,200 gamed[308] CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102) 21.03.2016 17:07:29,201 cloudphotosd[255] HIToolbox: received notification of WindowServer event port death. 21.03.2016 17:07:29,204 Mail[525] HIToolbox: received notification of WindowServer event port death. 21.03.2016 17:07:29,204 Mail[525] port matched the WindowServer port created in BindCGSToRunLoop 21.03.2016 17:07:29,204 cloudphotosd[255] port matched the WindowServer port created in BindCGSToRunLoop 21.03.2016 17:07:29,208 com.apple.AmbientDisplayAgent[198] Set a breakpoint at CGSLogError to catch errors as they are logged. 21.03.2016 17:07:29,208 com.apple.AmbientDisplayAgent[198] void CGSGetDisplaySystemState(uint64_t, CGSDisplaySystemState **): MIG error 0x10000003: (ipc/send) invalid destination port 21.03.2016 17:07:29,208 com.apple.AmbientDisplayAgent[198] void CGSGetDisplaySystemState(uint64_t, CGSDisplaySystemState **): MIG error 0x10000003: (ipc/send) invalid destination port 21.03.2016 17:07:29,208 com.apple.AmbientDisplayAgent[198] void CGSGetDisplaySystemState(uint64_t, CGSDisplaySystemState **): MIG error 0x10000003: (ipc/send) invalid destination port 21.03.2016 17:07:29,208 com.apple.AmbientDisplayAgent[198] void CGSGetDisplaySystemState(uint64_t, CGSDisplaySystemState **): MIG error 0x10000003: (ipc/send) invalid destination port 21.03.2016 17:07:29,208 com.apple.AmbientDisplayAgent[198] void CGSGetDisplaySystemState(uint64_t, CGSDisplaySystemState **): MIG error 0x10000003: (ipc/send) invalid destination port 21.03.2016 17:07:29,208 com.apple.AmbientDisplayAgent[198] void CGSGetDisplaySystemState(uint64_t, CGSDisplaySystemState **): MIG error 0x10000003: (ipc/send) invalid destination port 21.03.2016 17:07:29,208 com.apple.AmbientDisplayAgent[198] void CGSGetDisplaySystemState(uint64_t, CGSDisplaySystemState **): MIG error 0x10000003: (ipc/send) invalid destination port 21.03.2016 17:07:29,220 com.apple.AmbientDisplayAgent[198] void CGSGetDisplaySystemState(uint64_t, CGSDisplaySystemState **): MIG error 0x10000003: (ipc/send) invalid destination port 21.03.2016 17:07:29,221 com.apple.AmbientDisplayAgent[198] void CGSGetDisplaySystemState(uint64_t, CGSDisplaySystemState **): MIG error 0x10000003: (ipc/send) invalid destination port 21.03.2016 17:07:29,221 com.apple.AmbientDisplayAgent[198] void CGSGetDisplaySystemState(uint64_t, CGSDisplaySystemState **): MIG error 0x10000003: (ipc/send) invalid destination port 21.03.2016 17:07:29,221 com.apple.AmbientDisplayAgent[198] void CGSGetDisplaySystemState(uint64_t, CGSDisplaySystemState **): MIG error 0x10000003: (ipc/send) invalid destination port 21.03.2016 17:07:29,221 com.apple.AmbientDisplayAgent[198] void CGSGetDisplaySystemState(uint64_t, CGSDisplaySystemState **): MIG error 0x10000003: (ipc/send) invalid destination port 21.03.2016 17:07:29,222 com.apple.AmbientDisplayAgent[198] void CGSGetDisplaySystemState(uint64_t, CGSDisplaySystemState **): MIG error 0x10000003: (ipc/send) invalid destination port 21.03.2016 17:07:29,222 com.apple.AmbientDisplayAgent[198] void CGSGetDisplaySystemState(uint64_t, CGSDisplaySystemState **): MIG error 0x10000003: (ipc/send) invalid destination port 21.03.2016 17:07:29,222 com.apple.AmbientDisplayAgent[198] void CGSGetDisplaySystemState(uint64_t, CGSDisplaySystemState **): MIG error 0x10000003: (ipc/send) invalid destination port 21.03.2016 17:07:29,222 com.apple.AmbientDisplayAgent[198] void CGSGetDisplaySystemState(uint64_t, CGSDisplaySystemState **): MIG error 0x10000003: (ipc/send) invalid destination port 21.03.2016 17:07:29,222 com.apple.AmbientDisplayAgent[198] void CGSGetDisplaySystemState(uint64_t, CGSDisplaySystemState **): MIG error 0x10000003: (ipc/send) invalid destination port 21.03.2016 17:07:29,222 com.apple.AmbientDisplayAgent[198] void CGSGetDisplaySystemState(uint64_t, CGSDisplaySystemState **): MIG error 0x10000003: (ipc/send) invalid destination port 21.03.2016 17:07:29,273 UserEventAgent[40] Captive: [UserAgentDied:143] User Agent @port=84531 Died 21.03.2016 17:07:29,275 AirPlayXPCHelper[93] 2016-03-21 05:07:29.274816 PM [APBrowser] IPv4 listener stopped. 21.03.2016 17:07:29,278 identityservicesd[242] Quit - notifying about shutdown 21.03.2016 17:07:29,278 identityservicesd[242] Quit - shutting down daemon 21.03.2016 17:07:29,286 com.apple.xpc.launchd[1] (com.apple.WebKit.Networking.BB4901A3-8835-4CA5-AC5C-960E9A95FDA4[523]) Service exited with abnormal code: 1 21.03.2016 17:07:29,301 com.apple.dock.extra[323] LaunchServices: disconnect event received for service com.apple.lsd.mapdb 21.03.2016 17:07:29,305 com.apple.dock.extra[323] SOHelperCenter main connection interrupted 21.03.2016 17:07:29,307 Dock[296] Lost connection with usernoted. 21.03.2016 17:07:29,307 Dock[296] LaunchServices: disconnect event received for service com.apple.lsd.mapdb 21.03.2016 17:07:29,312 gamed[308] LaunchServices: disconnect event received for service com.apple.lsd.mapdb 21.03.2016 17:07:29,315 sharingd[546] 17:07:29.314 : SDConnectionManager:: XPC connection invalidated 21.03.2016 17:07:29,315 accountsd[248] LaunchServices: disconnect event received for service com.apple.lsd.mapdb 21.03.2016 17:07:29,316 Finder[552] LaunchServices: disconnect event received for service com.apple.lsd.mapdb 21.03.2016 17:07:29,316 sharingd[546] LaunchServices: disconnect event received for service com.apple.lsd.mapdb 21.03.2016 17:07:29,316 sharingd[546] 17:07:29.315 : SDConnectionManager:: XPC connection invalidated 21.03.2016 17:07:29,339 mdworker[400] LaunchServices: disconnect event received for service com.apple.lsd.mapdb 21.03.2016 17:07:29,341 com.apple.xpc.launchd[1] (com.apple.iTunesHelper.113952[305]) Service exited with abnormal code: 1 21.03.2016 17:07:29,341 com.apple.xpc.launchd[1] (com.apple.WebKit.WebContent.123665D2-7C2A-4513-9647-78EDB168B455[522]) Service exited with abnormal code: 1 21.03.2016 17:07:29,342 mdworker[399] LaunchServices: disconnect event received for service com.apple.lsd.mapdb 21.03.2016 17:07:29,342 mdworker[398] LaunchServices: disconnect event received for service com.apple.lsd.mapdb 21.03.2016 17:07:29,342 pkd[318] LaunchServices: disconnect event received for service com.apple.lsd.mapdb 21.03.2016 17:07:29,343 mdworker[401] LaunchServices: disconnect event received for service com.apple.lsd.mapdb 21.03.2016 17:07:29,350 com.apple.iCloudHelper[245] CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102) 21.03.2016 17:07:29,363 imagent[547] Quit - notifying about shutdown 21.03.2016 17:07:29,363 imagent[547] Quit - shutting down daemon 21.03.2016 17:07:29,366 CommCenter[235] Notification dispatch shutdown 21.03.2016 17:07:29,366 CommCenter[235] Communications Center shutdown. 21.03.2016 17:07:29,371 mdworker[452] LaunchServices: disconnect event received for service com.apple.lsd.mapdb 21.03.2016 17:07:29,371 mdworker[383] LaunchServices: disconnect event received for service com.apple.lsd.mapdb 21.03.2016 17:07:29,371 mdworker[385] LaunchServices: disconnect event received for service com.apple.lsd.mapdb 21.03.2016 17:07:29,371 mdworker[384] LaunchServices: disconnect event received for service com.apple.lsd.mapdb 21.03.2016 17:07:29,372 mdworker[386] LaunchServices: disconnect event received for service com.apple.lsd.mapdb 21.03.2016 17:07:29,372 mdworker[427] LaunchServices: disconnect event received for service com.apple.lsd.mapdb 21.03.2016 17:07:29,372 mdworker[423] LaunchServices: disconnect event received for service com.apple.lsd.mapdb 21.03.2016 17:07:29,372 tccd[260] LaunchServices: disconnect event received for service com.apple.lsd.mapdb 21.03.2016 17:07:29,372 loginwindow[560] Login Window Application Started 21.03.2016 17:07:29,372 loginwindow[560] Login Window, internal network, setting internal debug flags 21.03.2016 17:07:29,388 WindowServer[561] Server is starting up 21.03.2016 17:07:29,389 syncdefaultsd[512] CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102) 21.03.2016 17:07:29,389 WindowServer[561] Session 257 retained (2 references) 21.03.2016 17:07:29,389 WindowServer[561] Session 257 released (1 references) 21.03.2016 17:07:29,392 syncdefaultsd[512] SecTaskLoadEntitlements failed error=3 21.03.2016 17:07:29,398 WindowServer[561] Session 257 retained (2 references) 21.03.2016 17:07:29,398 WindowServer[561] **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'. Run with arg = -AMBDuser 21.03.2016 17:07:29,399 WindowServer[561] init_page_flip: page flip mode is on 21.03.2016 17:07:29,400 com.apple.xpc.launchd[1] (com.apple.gamed[308]) Service exited due to signal: Killed: 9 21.03.2016 17:07:29,402 WindowServer[561] Found 1 modes for display 0x00000000 [1, 0] 21.03.2016 17:07:29,406 WindowServer[561] Found 1 modes for display 0x00000000 [1, 0] 21.03.2016 17:07:29,408 WindowServer[561] Found 1 modes for display 0x00000000 [1, 0] 21.03.2016 17:07:29,415 WindowServer[561] Found 62 modes for display 0x00000000 [62, 0] 21.03.2016 17:07:29,416 WindowServer[561] Found 1 modes for display 0x00000000 [1, 0] 21.03.2016 17:07:29,418 WindowServer[561] Found 1 modes for display 0x00000000 [1, 0] 21.03.2016 17:07:29,419 WindowServer[561] Found 1 modes for display 0x00000000 [1, 0] 21.03.2016 17:07:29,000 kernel[0] IOHIDSystem::registerScreenGated: Screen 0 recycled from pid 140 21.03.2016 17:07:29,420 WindowServer[561] mux_initialize: Couldn't find any matches 21.03.2016 17:07:29,423 syncdefaultsd[512] com.apple.CoreSuggestions has been removed from syncing apps. 21.03.2016 17:07:29,423 syncdefaultsd[512] SecTaskLoadEntitlements failed error=3 21.03.2016 17:07:29,424 WindowServer[561] Found 62 modes for display 0x00000000 [62, 0] 21.03.2016 17:07:29,427 syncdefaultsd[512] suggestd has been removed from syncing apps. 21.03.2016 17:07:29,449 WindowServer[561] Found 1 modes for display 0x00000000 [1, 0] 21.03.2016 17:07:29,449 WindowServer[561] Found 1 modes for display 0x00000000 [1, 0] 21.03.2016 17:07:29,450 WindowServer[561] Found 1 modes for display 0x00000000 [1, 0] 21.03.2016 17:07:29,450 WindowServer[561] Found 1 modes for display 0x00000000 [1, 0] 21.03.2016 17:07:29,450 WindowServer[561] Found 1 modes for display 0x00000000 [1, 0] 21.03.2016 17:07:29,450 WindowServer[561] Found 1 modes for display 0x00000000 [1, 0] 21.03.2016 17:07:29,451 WindowServer[561] WSMachineIsAMD: true 21.03.2016 17:07:29,451 WindowServer[561] WSMachineIsMux: false 21.03.2016 17:07:29,451 WindowServer[561] WSMachineIsIvyBridgeOrNewer: true 21.03.2016 17:07:29,465 com.apple.AmbientDisplayAgent[563] AmbientDisplayAgent started 21.03.2016 17:07:29,477 syncdefaultsd[512] SecTaskLoadEntitlements failed error=3 21.03.2016 17:07:29,511 syncdefaultsd[512] CommCenter has been removed from syncing apps. 21.03.2016 17:07:29,581 com.apple.xpc.launchd[1] (com.apple.Dock.agent[296]) Service exited with abnormal code: 1 21.03.2016 17:07:29,607 WindowServer[561] WSMachineUsesNewStyleMirroring: false 21.03.2016 17:07:29,608 WindowServer[561] Display 0x2b286354: GL mask 0x1; bounds (0, 0)[2560 x 1440], 62 modes available Main, Active, on-line, enabled, boot, Vendor 10ac, Model a0c4, S/N 30455255, Unit 0, Rotation 0 UUID 0xe05a895043c30992125778c1a57997c9 21.03.2016 17:07:29,608 WindowServer[561] Display 0x003f0040: GL mask 0x10; bounds (0, 0)[4096 x 2160], 2 modes available off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 4, Rotation 0 UUID 0xffffffffffffffffffffffffffffffff 21.03.2016 17:07:29,608 WindowServer[561] 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 21.03.2016 17:07:29,608 WindowServer[561] 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 21.03.2016 17:07:29,608 WindowServer[561] 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 21.03.2016 17:07:29,608 WindowServer[561] Display 0x003f0041: GL mask 0x20; bounds (0, 0)[0 x 0], 1 modes available off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 5, Rotation 0 UUID 0xffffffffffffffffffffffffffffffff 21.03.2016 17:07:29,608 WindowServer[561] Display 0x003f0043: GL mask 0x80; bounds (0, 0)[0 x 0], 1 modes available off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 7, Rotation 0 UUID 0xffffffffffffffffffffffffffffffff 21.03.2016 17:07:29,608 WindowServer[561] Display 0x003f0042: GL mask 0x40; bounds (0, 0)[0 x 0], 1 modes available off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 6, Rotation 0 UUID 0xffffffffffffffffffffffffffffffff 21.03.2016 17:07:29,646 symptomsd[184] __73-[NetworkAnalyticsEngine observeValueForKeyPath:ofObject:change:context:]_block_invoke unexpected switch value 2 21.03.2016 17:07:29,680 ReportCrash[501] Saved crash report for aslmanager[116] version 322.30.1 to /Library/Logs/DiagnosticReports/aslmanager_2016-03-21-170729_iMac-Konrad.crash 21.03.2016 17:07:29,682 ReportCrash[501] Saved crash report for kextd[42] version 426.20.2 to /Library/Logs/DiagnosticReports/kextd_2016-03-21-170729_iMac-Konrad.crash 21.03.2016 17:07:29,683 ReportCrash[501] Saved crash report for mDNSResponder[85] version 625.20.4 to /Library/Logs/DiagnosticReports/mDNSResponder_2016-03-21-170729_iMac-Konrad.crash 21.03.2016 17:07:29,688 ReportCrash[501] Saved crash report for opendirectoryd[69] version 406.10.1 to /Library/Logs/DiagnosticReports/opendirectoryd_2016-03-21-170729_iMac-Konrad.crash 21.03.2016 17:07:30,058 WindowServer[561] Set a breakpoint at CGSLogError to catch errors as they are logged. 21.03.2016 17:07:30,058 WindowServer[561] window_set_transform: Singular matrix 21.03.2016 17:07:30,058 WindowServer[561] window_set_transform: Singular matrix 21.03.2016 17:07:30,058 WindowServer[561] window_set_transform: Singular matrix 21.03.2016 17:07:30,058 WindowServer[561] window_set_transform: Singular matrix 21.03.2016 17:07:30,058 WindowServer[561] window_set_transform: Singular matrix 21.03.2016 17:07:30,058 WindowServer[561] window_set_transform: Singular matrix 21.03.2016 17:07:30,059 WindowServer[561] Display 0x2b286354: GL mask 0x1; bounds (0, 0)[2560 x 1440], 62 modes available Main, Active, on-line, enabled, boot, Vendor 10ac, Model a0c4, S/N 30455255, Unit 0, Rotation 0 UUID 0xe05a895043c30992125778c1a57997c9 21.03.2016 17:07:30,059 WindowServer[561] Display 0x003f0040: GL mask 0x10; bounds (3584, 0)[1 x 1], 2 modes available off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 4, Rotation 0 UUID 0xffffffffffffffffffffffffffffffff 21.03.2016 17:07:30,059 WindowServer[561] Display 0x003f003f: GL mask 0x8; bounds (3585, 0)[1 x 1], 1 modes available off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 3, Rotation 0 UUID 0xffffffffffffffffffffffffffffffff 21.03.2016 17:07:30,059 WindowServer[561] Display 0x003f003e: GL mask 0x4; bounds (3586, 0)[1 x 1], 1 modes available off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0 UUID 0xffffffffffffffffffffffffffffffff 21.03.2016 17:07:30,059 WindowServer[561] Display 0x003f003d: GL mask 0x2; bounds (3587, 0)[1 x 1], 1 modes available off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0 UUID 0xffffffffffffffffffffffffffffffff 21.03.2016 17:07:30,059 WindowServer[561] Display 0x003f0041: GL mask 0x20; bounds (3588, 0)[1 x 1], 1 modes available off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 5, Rotation 0 UUID 0xffffffffffffffffffffffffffffffff 21.03.2016 17:07:30,059 WindowServer[561] Display 0x003f0043: GL mask 0x80; bounds (3589, 0)[1 x 1], 1 modes available off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 7, Rotation 0 UUID 0xffffffffffffffffffffffffffffffff 21.03.2016 17:07:30,059 WindowServer[561] Display 0x003f0042: GL mask 0x40; bounds (3590, 0)[1 x 1], 1 modes available off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 6, Rotation 0 UUID 0xffffffffffffffffffffffffffffffff 21.03.2016 17:07:30,060 WindowServer[561] CGXPerformInitialDisplayConfiguration 21.03.2016 17:07:30,060 WindowServer[561] Display 0x2b286354: Unit 0; Vendor 0x10ac Model 0xa0c4 S/N 809849429 Dimensions 20.75 x 11.65; online enabled, Bounds (0,0)[2560 x 1440], Rotation 0, Resolution 1 21.03.2016 17:07:30,060 WindowServer[561] Display 0x003f0040: Unit 4; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (3584,0)[1 x 1], Rotation 0, Resolution 1 21.03.2016 17:07:30,060 WindowServer[561] Display 0x003f003f: Unit 3; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (3585,0)[1 x 1], Rotation 0, Resolution 1 21.03.2016 17:07:30,060 WindowServer[561] Display 0x003f003e: Unit 2; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (3586,0)[1 x 1], Rotation 0, Resolution 1 21.03.2016 17:07:30,060 WindowServer[561] Display 0x003f003d: Unit 1; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (3587,0)[1 x 1], Rotation 0, Resolution 1 21.03.2016 17:07:30,060 WindowServer[561] Display 0x003f0041: Unit 5; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (3588,0)[1 x 1], Rotation 0, Resolution 1 21.03.2016 17:07:30,060 WindowServer[561] Display 0x003f0043: Unit 7; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (3589,0)[1 x 1], Rotation 0, Resolution 1 21.03.2016 17:07:30,060 WindowServer[561] Display 0x003f0042: Unit 6; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (3590,0)[1 x 1], Rotation 0, Resolution 1 21.03.2016 17:07:30,069 WindowServer[561] GLCompositor: GL renderer id 0x01021c02, GL mask 0x0000001f, accelerator 0x000051fb, unit 0, caps QEX|MIPMAP, vram 2048 MB 21.03.2016 17:07:30,069 WindowServer[561] GLCompositor: GL renderer id 0x01021c02, GL mask 0x0000001f, texture max 16384, viewport max {16384, 16384}, extensions NPOT|GLSL|FLOAT 21.03.2016 17:07:30,069 WindowServer[561] GLCompositor: GL renderer id 0x01024502, GL mask 0x000000e0, accelerator 0x0000244b, unit 5, caps QEX|MIPMAP, vram 1536 MB 21.03.2016 17:07:30,069 WindowServer[561] GLCompositor: GL renderer id 0x01024502, GL mask 0x000000e0, texture max 16384, viewport max {16384, 16384}, extensions NPOT|GLSL|FLOAT 21.03.2016 17:07:30,069 WindowServer[561] GLCompositor enabled for tile size [256 x 256] 21.03.2016 17:07:30,069 WindowServer[561] CGXGLInitMipMap: mip map mode is on 21.03.2016 17:07:30,069 WindowServer[561] **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'. Run with arg = -AMBDprefs 21.03.2016 17:07:30,074 com.apple.AmbientDisplayAgent[563] AMBD initializing devices 21.03.2016 17:07:30,098 WindowServer[561] CGXSetDisplayColorProfileAndTransfer: Display 0x2b286354: Unit 0; ColorProfile { -250181570 }; TransferFormula (1.000000, 1.000000, 1.000000) 21.03.2016 17:07:30,105 com.apple.xpc.launchd[1] (com.apple.AssistiveControl.running) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it. 21.03.2016 17:07:30,105 com.apple.xpc.launchd[1] (com.apple.btsa) This key does not do anything: OnDemand 21.03.2016 17:07:30,106 com.apple.xpc.launchd[1] (com.apple.coreservices.useractivityd) Unknown key for Boolean: DrainMessagesAfterFailedInit 21.03.2016 17:07:30,108 com.apple.xpc.launchd[1] (com.apple.helpd) This key does not do anything: OnDemand 21.03.2016 17:07:30,111 com.apple.xpc.launchd[1] (com.apple.noticeboard.agent) This key does not do anything: OnDemand 21.03.2016 17:07:30,114 com.apple.xpc.launchd[1] (com.apple.speech.speechsynthesisd) This key does not do anything: OnDemand 21.03.2016 17:07:30,115 com.apple.xpc.launchd[1] (com.apple.inputswitcher.running) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it. 21.03.2016 17:07:30,115 com.apple.xpc.launchd[1] (com.apple.trustd.agent) This key does not do anything: OnDemand 21.03.2016 17:07:30,115 com.apple.xpc.launchd[1] (com.apple.trustd.agent) The ServiceIPC key is no longer respected. Please remove it. 21.03.2016 17:07:30,115 com.apple.xpc.launchd[1] (com.apple.universalaccesscontrol.running) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it. 21.03.2016 17:07:30,115 com.apple.xpc.launchd[1] (com.apple.universalaccessd.running) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it. 21.03.2016 17:07:30,115 com.apple.xpc.launchd[1] (com.apple.universalaccessd) Unknown key for string: LSBackgroundOnly 21.03.2016 17:07:30,116 com.apple.xpc.launchd[1] (com.apple.UserEventAgent-LoginWindow) This service is defined to be constantly running and is inherently inefficient. 21.03.2016 17:07:30,116 com.apple.xpc.launchd[1] (com.apple.VoiceOver.running) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it. 21.03.2016 17:07:30,117 com.apple.xpc.launchd[1] (com.apple.ZoomWindow.running) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it. 21.03.2016 17:07:30,130 PowerChime[570] objc[570]: Class BUIPowerSource is implemented in both /System/Library/PrivateFrameworks/BatteryUIKit.framework/Versions/A/BatteryUIKit and /System/Library/CoreServices/PowerChime.app/Contents/MacOS/PowerChime. One of the two will be used. Which one is undefined. 21.03.2016 17:07:30,182 com.apple.xpc.launchd[1] (com.apple.appkit.xpc.sandboxedServiceRunner) The JoinExistingSession key is only available to Application services. 21.03.2016 17:07:30,189 loginwindow[560] Login Window Started Security Agent 21.03.2016 17:07:30,260 SecurityAgent[575] MacBuddy was run = 0 21.03.2016 17:07:30,283 WindowServer[561] MPAccessSurfaceForDisplayDevice: Set up page flip mode on display 0x2b286354 device: 0x7fdd4170a2f0 isBackBuffered: 1 numComp: 3 numDisp: 3 21.03.2016 17:07:30,283 WindowServer[561] _CGXGLDisplayContextForDisplayDevice: acquired display context (0x7fdd4170a2f0) - enabling OpenGL 21.03.2016 17:07:30,410 askpermissiond[566] StoreTransport: Resetting APS Connection using environment name production 21.03.2016 17:07:30,417 apsd[544] Unable to bootstrap_look_up connection port 'com.apple.askpermission.aps' for user 0: Unknown service name 21.03.2016 17:07:30,000 kernel[0] Ethernet [AtherosE2200]: EEE link partner: 0x0000. 21.03.2016 17:07:30,000 kernel[0] Ethernet [AtherosE2200]: Link up on en0, 100-Megabit, Full-duplex, Rx/Tx flow-control 21.03.2016 17:07:30,000 kernel[0] getPacketFilters() ===> 21.03.2016 17:07:30,000 kernel[0] getPacketFilters() <=== 21.03.2016 17:07:30,000 kernel[0] Ethernet [AtherosE2200]: EEE link partner: 0x0000. 21.03.2016 17:07:30,000 kernel[0] setMulticastList() ===> 21.03.2016 17:07:30,000 kernel[0] setMulticastList() <=== 21.03.2016 17:07:30,000 kernel[0] setMulticastList() ===> 21.03.2016 17:07:30,000 kernel[0] setMulticastList() <=== 21.03.2016 17:07:30,000 kernel[0] setMulticastList() ===> 21.03.2016 17:07:30,000 kernel[0] setMulticastList() <=== 21.03.2016 17:07:30,000 kernel[0] setMulticastList() ===> 21.03.2016 17:07:30,000 kernel[0] setMulticastList() <=== 21.03.2016 17:07:30,000 kernel[0] in6_unlink_ifa: IPv6 address 0x9bb56675c0303c19 has no prefix 21.03.2016 17:07:30,000 kernel[0] setMulticastList() ===> 21.03.2016 17:07:30,000 kernel[0] setMulticastList() <=== 21.03.2016 17:07:30,000 kernel[0] setMulticastList() ===> 21.03.2016 17:07:30,000 kernel[0] setMulticastList() <=== 21.03.2016 17:07:30,000 kernel[0] setMulticastList() ===> 21.03.2016 17:07:30,000 kernel[0] setMulticastList() <=== 21.03.2016 17:07:30,506 ntpd[176] sigio_handler: sigio_handler_active != 1 21.03.2016 17:07:30,506 configd[48] LINKLOCAL en0: parent has no IP 21.03.2016 17:07:30,506 ntpd[176] sigio_handler: sigio_handler_active != 0 21.03.2016 17:07:30,510 ntpd[176] sigio_handler: sigio_handler_active != 0 21.03.2016 17:07:30,510 ntpd[176] sigio_handler: sigio_handler_active != 1 21.03.2016 17:07:30,510 ntpd[176] sigio_handler: sigio_handler_active != 1 21.03.2016 17:07:30,510 ntpd[176] sigio_handler: sigio_handler_active != 0 21.03.2016 17:07:30,511 configd[48] network changed: v4(en0-:192.168.1.106) DNS- Proxy- 21.03.2016 17:07:30,540 com.apple.SecurityServer[75] Session 100026 created 21.03.2016 17:07:30,000 kernel[0] setMulticastList() ===> 21.03.2016 17:07:30,000 kernel[0] setMulticastList() <=== 21.03.2016 17:07:30,578 configd[48] network changed: v4(en0+:192.168.1.106) DNS+ Proxy+ SMB 21.03.2016 17:07:30,601 WiFiAgent[573] securityd_message_with_reply_sync Failed to talk to secd after 4 attempts. 21.03.2016 17:07:30,602 WiFiAgent[573] No Wi-Fi hardware, terminating WiFiAgent 21.03.2016 17:07:30,649 mDNSResponder[551] mDNS_RegisterInterface: Frequent transitions for interface en0 (192.168.1.106) 21.03.2016 17:07:30,705 UserEventAgent[572] Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin 21.03.2016 17:07:30,731 ReportCrash[501] Saved crash report for Reminders[532] version 3.0 (408.1) to /Library/Logs/DiagnosticReports/Reminders_2016-03-21-170730_iMac-Konrad.crash 21.03.2016 17:07:30,842 UserEventAgent[572] user agent networkd: built Nov 16 2015 23:08:50 21.03.2016 17:07:31,287 com.apple.xpc.launchd[1] (com.apple.accountsd[248]) Service exited due to signal: Killed: 9 21.03.2016 17:07:32,059 WindowServer[561] **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'. Run with arg = -discovery 21.03.2016 17:07:32,060 WindowServer[561] **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'. Run with arg = -AMBDprefs 21.03.2016 17:07:32,082 WindowServer[561] CGXSetDisplayColorProfileAndTransfer: Display 0x2b286354: Unit 0; ColorProfile { -250181570 }; TransferFormula (1.000000, 1.000000, 1.000000) 21.03.2016 17:07:32,545 com.apple.xpc.launchd[1] (com.apple.metadata.mds.index[173]) Service exited due to signal: Floating point exception: 8 21.03.2016 17:07:32,798 sandboxd[559] ([582]) mdworker(582) deny mach-lookup com.apple.distributed_notifications@1v3 21.03.2016 17:07:32,915 mds[57] (Queue.Error:706) [initWithVSD journals.live_system:0x7fd9906db2e0] ERROR! serial#/ret mismatch impliedRetirement:116 serialNumberPush:118 lastRetired:119 21.03.2016 17:07:32,915 mds[57] (DiskStore.Error:758) vsd:0x7fd98c0b6000 _fmwQueueSystem:0x7fd9906db2e0 ERROR! Bad journal playBack:1458576414 scanBaseTime:1458576403 21.03.2016 17:07:32,944 fseventsd[43] requested timestamp is prior to the earliest log file. setting event-id to zero 21.03.2016 17:07:43,531 mds[57] (DiskStore.Normal:1705) Starting health check... 21.03.2016 17:07:45,323 mds[57] (DiskStore.Normal:2382) 65001 1.000001 21.03.2016 17:07:53,121 SecurityAgent[575] User info context values set for Konrad 21.03.2016 17:07:54,412 SecurityAgent[575] Login Window login proceeding 21.03.2016 17:07:54,520 loginwindow[560] Login Window - Returned from Security Agent 21.03.2016 17:07:54,526 loginwindow[560] USER_PROCESS: 560 console 21.03.2016 17:07:54,588 com.apple.xpc.launchd[1] (com.apple.AirPlayUIAgent) This service is defined to be constantly running and is inherently inefficient. 21.03.2016 17:07:54,590 com.apple.xpc.launchd[1] (com.apple.AssistiveControl.running) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it. 21.03.2016 17:07:54,590 com.apple.xpc.launchd[1] (com.apple.btsa) This key does not do anything: OnDemand 21.03.2016 17:07:54,593 com.apple.xpc.launchd[1] (com.apple.coreservices.useractivityd) Unknown key for Boolean: DrainMessagesAfterFailedInit 21.03.2016 17:07:54,593 com.apple.xpc.launchd[1] (com.apple.coreservices.uiagent) This key does not do anything: OnDemand 21.03.2016 17:07:54,594 com.apple.xpc.launchd[1] (com.apple.diagnostics_agent) This service is defined to be constantly running and is inherently inefficient. 21.03.2016 17:07:54,595 com.apple.xpc.launchd[1] (com.apple.EscrowSecurityAlert) Unknown key for string: seatbelt-profiles 21.03.2016 17:07:54,595 com.apple.xpc.launchd[1] (com.apple.dock.fullscreen) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it. 21.03.2016 17:07:54,595 com.apple.xpc.launchd[1] (com.apple.dock.server) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it. 21.03.2016 17:07:54,595 com.apple.xpc.launchd[1] (com.apple.dock.notificationcenter) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it. 21.03.2016 17:07:54,595 com.apple.xpc.launchd[1] (com.apple.dock.appstore) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it. 21.03.2016 17:07:54,595 com.apple.xpc.launchd[1] (com.apple.dock.remotedesktoppicture) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it. 21.03.2016 17:07:54,595 com.apple.xpc.launchd[1] (com.apple.dock.launchpad) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it. 21.03.2016 17:07:54,595 com.apple.xpc.launchd[1] (com.apple.dock.downloads) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it. 21.03.2016 17:07:54,595 com.apple.xpc.launchd[1] (com.apple.FontRegistryUIAgent) This key does not do anything: OnDemand 21.03.2016 17:07:54,595 com.apple.xpc.launchd[1] (com.apple.ATS.FontValidator) This key does not do anything: OnDemand 21.03.2016 17:07:54,595 com.apple.xpc.launchd[1] (com.apple.ATS.FontValidatorConduit) This key does not do anything: OnDemand 21.03.2016 17:07:54,596 com.apple.xpc.launchd[1] (com.apple.gamed) This key does not do anything: OnDemand 21.03.2016 17:07:54,596 com.apple.xpc.launchd[1] (com.apple.gamed) The ServiceIPC key is no longer respected. Please remove it. 21.03.2016 17:07:54,596 com.apple.xpc.launchd[1] (com.apple.helpd) This key does not do anything: OnDemand 21.03.2016 17:07:54,596 com.apple.xpc.launchd[1] (com.apple.icdd) This service is defined to be constantly running and is inherently inefficient. 21.03.2016 17:07:54,599 com.apple.xpc.launchd[1] (com.apple.midiserver.io) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it. 21.03.2016 17:07:54,599 com.apple.xpc.launchd[1] (com.apple.noticeboard.agent) This key does not do anything: OnDemand 21.03.2016 17:07:54,599 com.apple.xpc.launchd[1] (com.apple.notificationcenterui.alerts) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it. 21.03.2016 17:07:54,599 com.apple.xpc.launchd[1] (com.apple.notificationcenterui.customalerts) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it. 21.03.2016 17:07:54,599 com.apple.xpc.launchd[1] (com.apple.notificationcenterui.extension-trampoline) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it. 21.03.2016 17:07:54,599 com.apple.xpc.launchd[1] (com.apple.notificationcenterui.tcc) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it. 21.03.2016 17:07:54,599 com.apple.xpc.launchd[1] (com.apple.notificationcenterui.agent) This service is defined to be constantly running and is inherently inefficient. 21.03.2016 17:07:54,599 com.apple.xpc.launchd[1] (com.apple.xpc.launchd.user.domain.501.100026.Aqua) Caller tried to hijack service: path = /System/Library/LaunchAgents/com.apple.pluginkit.pkd.plist, caller = loginwindow.560 21.03.2016 17:07:54,600 com.apple.xpc.launchd[1] (com.apple.PubSub.Agent) The ServiceIPC key is no longer respected. Please remove it. 21.03.2016 17:07:54,600 com.apple.xpc.launchd[1] (com.apple.quicklook.ui.helper.active) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it. 21.03.2016 17:07:54,600 com.apple.xpc.launchd[1] (com.apple.ReportCrash) The DrainMessagesOnCrash key is not yet implemented. If you rely on this key, please file a bug. 21.03.2016 17:07:54,600 com.apple.xpc.launchd[1] (com.apple.ReportCrash.Self) The DrainMessagesOnCrash key is not yet implemented. If you rely on this key, please file a bug. 21.03.2016 17:07:54,600 com.apple.xpc.launchd[1] (com.apple.rtcreportingd) The UserName key is not supported for non-System services. 21.03.2016 17:07:54,600 com.apple.xpc.launchd[1] (com.apple.SafariCloudHistoryPushAgent) The UserName key is not supported for non-System services. 21.03.2016 17:07:54,601 com.apple.xpc.launchd[1] (com.apple.sharingd) This service is defined to be constantly running and is inherently inefficient. 21.03.2016 17:07:54,601 com.apple.xpc.launchd[1] (com.apple.soagent) Invalid type for event (event/type): events/array 21.03.2016 17:07:54,601 com.apple.xpc.launchd[1] (com.apple.soagent) Invalid type for event (event/type): bundleid/string 21.03.2016 17:07:54,602 com.apple.xpc.launchd[1] (com.apple.speech.speechdatainstallerd) This key does not do anything: OnDemand 21.03.2016 17:07:54,603 com.apple.xpc.launchd[1] (com.apple.systemuiserver.ServiceProvider) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it. 21.03.2016 17:07:54,603 com.apple.xpc.launchd[1] (com.apple.dockextra.server) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it. 21.03.2016 17:07:54,603 com.apple.xpc.launchd[1] (com.apple.SUISMessaging) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it. 21.03.2016 17:07:54,603 com.apple.xpc.launchd[1] (com.apple.ipodserver) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it. 21.03.2016 17:07:54,604 com.apple.xpc.launchd[1] (com.apple.systemuiserver.screencapture) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it. 21.03.2016 17:07:54,604 com.apple.xpc.launchd[1] (com.apple.tsm.uiserver) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it. 21.03.2016 17:07:54,604 com.apple.xpc.launchd[1] (com.apple.dockling.server) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it. 21.03.2016 17:07:54,604 com.apple.xpc.launchd[1] (com.apple.window_proxies.startup) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it. 21.03.2016 17:07:54,604 com.apple.xpc.launchd[1] (com.apple.window_proxies) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it. 21.03.2016 17:07:54,604 com.apple.xpc.launchd[1] (com.apple.inputswitcher.running) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it. 21.03.2016 17:07:54,604 com.apple.xpc.launchd[1] (com.apple.xpc.launchd.user.domain.501.100026.Aqua) Caller tried to hijack service: path = /System/Library/LaunchAgents/com.apple.trustd.agent.plist, caller = loginwindow.560 21.03.2016 17:07:54,604 com.apple.xpc.launchd[1] (com.apple.universalaccesscontrol.running) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it. 21.03.2016 17:07:54,604 com.apple.xpc.launchd[1] (com.apple.universalaccessd.running) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it. 21.03.2016 17:07:54,604 com.apple.xpc.launchd[1] (com.apple.universalaccessd) Unknown key for string: LSBackgroundOnly 21.03.2016 17:07:54,604 com.apple.xpc.launchd[1] (com.apple.UserEventAgent-Aqua) This service is defined to be constantly running and is inherently inefficient. 21.03.2016 17:07:54,604 com.apple.xpc.launchd[1] (com.apple.usernoted) This service is defined to be constantly running and is inherently inefficient. 21.03.2016 17:07:54,604 com.apple.xpc.launchd[1] (com.apple.VoiceOver.running) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it. 21.03.2016 17:07:54,605 com.apple.xpc.launchd[1] (com.apple.ZoomWindow.running) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it. 21.03.2016 17:07:54,605 com.apple.xpc.launchd[1] (org.openbsd.ssh-agent) The ServiceIPC key is no longer respected. Please remove it. 21.03.2016 17:07:54,629 com.apple.xpc.launchd[1] (com.valvesoftware.steamclean) Unknown key for array: SteamContentPaths 21.03.2016 17:07:54,630 WindowServer[561] **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'. Run with arg = -login 21.03.2016 17:07:54,635 WindowServer[561] **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'. Run with arg = -AMBDprefs 21.03.2016 17:07:54,652 CommCenter[591] objc[591]: Class CTAsciiAddress is implemented in both /System/Library/Frameworks/CoreTelephony.framework/Versions/A/CoreTelephony and /System/Library/Frameworks/CoreTelephony.framework/Support/CommCenter. One of the two will be used. Which one is undefined. 21.03.2016 17:07:54,653 CommCenter[591] objc[591]: Class CTPhoneNumber is implemented in both /System/Library/Frameworks/CoreTelephony.framework/Versions/A/CoreTelephony and /System/Library/Frameworks/CoreTelephony.framework/Support/CommCenter. One of the two will be used. Which one is undefined. 21.03.2016 17:07:54,664 lsd[590] LaunchServices: Scheme mapping file does not exist, creating file. 21.03.2016 17:07:54,714 DMProxy[595] AMBD Services: _CFXPCCreateXPCObjectFromCFObject failed!! 21.03.2016 17:07:54,760 otherbsd[588] Could not copy LoginItems URL. 21.03.2016 17:07:54,788 CommCenter[591] Communications Center passed sandbox_init_with_parameters. homeDirPath: '/Users/Konrad', usersBasePath: '/Users', realHomeDirPath: '/Users/Konrad', realUsersBasePath: '/Users' 21.03.2016 17:07:54,806 CommCenter[591] Communications Center quarantined successfully 21.03.2016 17:07:54,825 CommCenter[591] CSIPreferencesStore(): filePath: '/Users/Konrad/Library/Preferences/csidata', store name: 'com.apple.commcenter.csidata.plist', migration: false 21.03.2016 17:07:54,828 CommCenter[591] CSILogTrace: appID: 'com.apple.commcenter', key: 'AllowTelephonyLoggingUI', value: false 21.03.2016 17:07:54,828 CommCenter[591] CSILogTrace: appID: 'com.apple.commcenter', key: 'EnableTelephonyLogging', value: false 21.03.2016 17:07:54,870 CommCenter[591] Failed to get contents of directory at path: /System/Library/Carrier Bundles/iPad 21.03.2016 17:07:54,871 CommCenter[591] Failed to get contents of directory at path: /System/Library/Carrier Bundles/iPad 21.03.2016 17:07:54,871 CommCenter[591] Failed to get contents of directory at path: /Users/Konrad/Library/Carrier Bundles/iPad 21.03.2016 17:07:54,871 CommCenter[591] Failed to get contents of directory at path: /System/Library/Carrier Bundles/iPad 21.03.2016 17:07:54,871 CommCenter[591] Failed to get contents of directory at path: /Users/Konrad/Library/Carrier Bundles/iPad 21.03.2016 17:07:54,871 CommCenter[591] Unable to locate service: com.apple.commcenter.mobile-helper. Are the CommCenter helper processes present on the system? 21.03.2016 17:07:54,871 CommCenter[591] Unable to locate service: com.apple.commcenter.mobile-helper. Are the CommCenter helper processes present on the system? 21.03.2016 17:07:54,872 CommCenter[591] Unable to initialize the helper object for service com.apple.commcenter.mobile-helper 21.03.2016 17:07:54,874 WindowServer[561] CGXSetDisplayColorProfileAndTransfer: Display 0x2b286354: Unit 0; ColorProfile { -250181570 }; TransferFormula (1.000000, 1.000000, 1.000000) 21.03.2016 17:07:54,893 CommCenter[591] IPTelephony Framework loaded! 21.03.2016 17:07:54,897 CommCenter[591] IPTelephonyManager ready! 21.03.2016 17:07:54,897 CommCenter[591] IPTelephony Framework ready! 21.03.2016 17:07:54,899 CommCenter[591] Unable to locate service: com.apple.commcenter.mobile-helper. Are the CommCenter helper processes present on the system? 21.03.2016 17:07:54,901 CommCenter[591] Unable to locate service: com.apple.commcenter.mobile-helper. Are the CommCenter helper processes present on the system? 21.03.2016 17:07:54,901 CommCenter[591] Unable to initialize the helper object for service com.apple.commcenter.mobile-helper 21.03.2016 17:07:54,901 CommCenter[591] Communications Center Started. 21.03.2016 17:07:55,009 sharingd[606] 17:07:55.008 : Starting Up... 21.03.2016 17:07:55,010 sharingd[606] 17:07:55.010 : Device Capabilities (Handoff:NO, Instant Hotspot:NO, AirDrop:NO, Legacy AirDrop:NO, Remote Disc:NO) 21.03.2016 17:07:55,088 Spotlight[603] spot: agent checkin 21.03.2016 17:07:55,108 Finder[597] assertion failed: 15D21: libxpc.dylib + 63930 [61AB4610-9304-354C-9E9B-D57198AE9866]: 0x89 21.03.2016 17:07:55,171 PowerChime[625] objc[625]: Class BUIPowerSource is implemented in both /System/Library/PrivateFrameworks/BatteryUIKit.framework/Versions/A/BatteryUIKit and /System/Library/CoreServices/PowerChime.app/Contents/MacOS/PowerChime. One of the two will be used. Which one is undefined. 21.03.2016 17:07:55,200 PowerChime[625] PowerChime: chime enabled by hardware: 0 21.03.2016 17:07:55,200 PowerChime[625] PowerChime disabled - ChimeOnNoHardware default: 0 21.03.2016 17:07:55,253 apsd[544] Attempt to set push wake topics without dark wake enabled: () 21.03.2016 17:07:55,290 apsd[544] Attempt to set push wake topics without dark wake enabled: () 21.03.2016 17:07:55,304 apsd[544] Attempt to set push wake topics without dark wake enabled: () 21.03.2016 17:07:55,329 SpotlightNetHelper[609] ### Failed to load Addressbook class CNContactNameFormatter 21.03.2016 17:07:55,341 SpotlightNetHelper[609] CGSConnectionByID: 0 is not a valid connection ID. 21.03.2016 17:07:55,341 SpotlightNetHelper[609] Invalid Connection ID 0 21.03.2016 17:07:55,369 cloudfamilyrestrictionsd[645] ================= starting up =================== 21.03.2016 17:07:55,436 apsd[544] Attempt to set push wake topics without dark wake enabled: () 21.03.2016 17:07:55,505 apsd[544] Attempt to set push wake topics without dark wake enabled: () 21.03.2016 17:07:55,513 apsd[544] Attempt to set push wake topics without dark wake enabled: () 21.03.2016 17:07:55,520 apsd[544] Attempt to set push wake topics without dark wake enabled: () 21.03.2016 17:07:55,527 apsd[544] Attempt to set push wake topics without dark wake enabled: () 21.03.2016 17:07:55,543 apsd[544] Attempt to set push wake topics without dark wake enabled: () 21.03.2016 17:07:55,554 apsd[544] Attempt to set push wake topics without dark wake enabled: () 21.03.2016 17:07:55,708 launchservicesd[73] SecTaskLoadEntitlements failed error=22 21.03.2016 17:07:55,751 NotificationCenter[618] Dock connection invalid! 21.03.2016 17:07:55,813 iconservicesagent[621] iconservicesagent launched. 21.03.2016 17:07:55,813 launchservicesd[73] SecTaskLoadEntitlements failed error=22 21.03.2016 17:07:55,814 launchservicesd[73] SecTaskLoadEntitlements failed error=22 21.03.2016 17:07:55,816 iconservicesagent[621] Starting service with cache path: /var/folders/wk/yn0dsld17ksfklrft8sch8zr0000gn/C/com.apple.iconservices 21.03.2016 17:07:55,836 com.apple.xpc.launchd[1] (com.apple.quicklook[653]) Endpoint has been activated through legacy launch(3) APIs. Please switch to XPC or bootstrap_check_in(): com.apple.quicklook 21.03.2016 17:07:55,000 kernel[0] Sandbox: storeaccountd(650) deny(1) file-write-create /Users/Konrad/Library/Caches/com.apple.spotlight 21.03.2016 17:07:55,950 apsd[544] Attempt to set push wake topics without dark wake enabled: () 21.03.2016 17:07:55,989 askpermissiond[626] StoreTransport: Resetting APS Connection using environment name production 21.03.2016 17:07:55,992 cloudfamilyrestrictionsd[645] CFRPushManager : connectionDidReconnect: 21.03.2016 17:07:55,992 cloudfamilyrestrictionsd[645] CFRPushManager : connection:didReceivePublicToken: 21.03.2016 17:07:55,992 cloudfamilyrestrictionsd[645] =================== Not polling =================== 21.03.2016 17:07:55,992 cloudfamilyrestrictionsd[645] Bye Mom! 21.03.2016 17:07:55,992 cloudfamilyrestrictionsd[645] ================= waiting =================== 21.03.2016 17:07:56,007 fmfd[657] ### Failed to load Addressbook class CNContactNameFormatter 21.03.2016 17:07:56,015 fmfd[657] Initialized sandbox 21.03.2016 17:07:56,268 symptomsd[184] __73-[NetworkAnalyticsEngine observeValueForKeyPath:ofObject:change:context:]_block_invoke unexpected switch value 2 21.03.2016 17:07:56,271 Spotlight[603] applications query - started 21.03.2016 17:07:56,290 Finder[597] Took 1.18s to get the token 21.03.2016 17:07:56,365 UserEventAgent[587] Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin 21.03.2016 17:07:56,427 UserEventAgent[587] user agent networkd: built Nov 16 2015 23:08:50 21.03.2016 17:07:56,561 CalendarAgent[624] AOSKit WARN: (-) Invalid url: https://(censored)%40gmail.com@apidata.googleusercontent.com/caldav/v2/(censored)%40gmail.com/user/ 21.03.2016 17:07:56,582 pkd[318] client 618 plug-in com.apple.ncplugin.WorldClock election := (null) 21.03.2016 17:07:56,583 pkd[318] client 618 plug-in com.apple.share.SocialWidget election := (null) 21.03.2016 17:07:56,584 pkd[318] client 618 plug-in com.apple.ncplugin.FindMyFriends election := (null) 21.03.2016 17:07:56,585 pkd[318] client 618 plug-in com.apple.ncplugin.calculator election := (null) 21.03.2016 17:07:56,661 Spotlight[603] [com.apple.calendar.store.log] [Couldn't update cached me card from CalendarAgent] 21.03.2016 17:07:56,679 ContainerMetadataExtractor[665] CGSConnectionByID: 0 is not a valid connection ID. 21.03.2016 17:07:56,679 ContainerMetadataExtractor[665] Invalid Connection ID 0 21.03.2016 17:07:56,000 kernel[0] Sandbox: storeaccountd(650) deny(1) file-write-create /Users/Konrad/Library/Caches/com.apple.spotlight 21.03.2016 17:07:56,000 kernel[0] Sandbox: storeaccountd(650) deny(1) file-write-create /Users/Konrad/Library/Caches/com.apple.spotlight 21.03.2016 17:07:56,729 UserEventAgent[587] received an unknown event from daemon 21.03.2016 17:07:56,829 cloudphotosd[644] +[CSLogger preferencesChanged:] reconfiguring logging 21.03.2016 17:07:56,866 CalendarAgent[624] [com.apple.calendar.agent.log.accounts] [All of iCloud (identifier=C5BB623D-1556-4CAB-A453-702A6019D03B; type=com.apple.account.CalDAV; childAccount=YES)'s principals are in Calendar's database.] 21.03.2016 17:07:56,867 CalendarAgent[624] [com.apple.calendar.agent.log.accounts] [All of Google (identifier=7B14425D-607B-4F4E-BED7-1C527A81FE6F; type=com.apple.account.CalDAV; childAccount=YES)'s principals are in Calendar's database.] 21.03.2016 17:07:57,049 secd[558] __SOSUpdateKeyInterest_block_invoke_2 Error getting ring interests (null) 21.03.2016 17:07:57,050 secd[558] SOSAccountThisDeviceCanSyncWithCircle sync with device failure: Error Domain=com.apple.security.sos.error Code=1035 "Account identity not set" UserInfo={NSDescription=Account identity not set} 21.03.2016 17:07:57,052 CalNCService[651] [Warning] Cannot listen to battery level change notification. 21.03.2016 17:07:57,078 Spotlight[603] applications query - finished in 0.81 seconds 21.03.2016 17:07:57,166 CalendarAgent[624] [com.apple.calendar.store.log.caldav.coredav] [Refusing to parse response to PROPPATCH because of content-type: [text/html; charset=UTF-8].] 21.03.2016 17:07:57,171 apsd[544] Peer [pid=657] requested push wake but lacks APSPushWakeEntitlement 21.03.2016 17:07:57,192 cloudfamilyrestrictionsd[645] CFRPushManager : connection:didChangeConnectedStatus: : 1 21.03.2016 17:07:57,210 CalendarAgent[624] [com.apple.calendar.store.log.caldav.coredav] [Refusing to parse response to PROPPATCH because of content-type: [text/html; charset=UTF-8].] 21.03.2016 17:07:57,338 identityservicesd[602] <IMMacNotificationCenterManager: 0x7f8028f3d960>: Configuring notification center for identifier: com.apple.iChat topics: ( "com.apple.private.alloy.icloudpairing", "com.apple.private.alloy.continuity.encryption", "com.apple.private.alloy.continuity.activity", "com.apple.private.ids", "com.apple.private.alloy.phonecontinuity", "com.apple.private.alloy.phone.auth", "com.apple.private.alloy.keychainsync", "com.apple.private.alloy.fmf", "com.apple.private.alloy.screensharing", "com.apple.private.alloy.maps", "com.apple.private.alloy.thumper.keys", "com.apple.private.alloy.continuity.tethering" ) 21.03.2016 17:07:57,351 identityservicesd[602] <IMMacNotificationCenterManager: 0x7f8028f3d960>: NC Disabled: NO 21.03.2016 17:07:57,355 identityservicesd[602] <IMMacNotificationCenterManager: 0x7f8028f3d960>: DND Enabled: NO 21.03.2016 17:07:57,355 identityservicesd[602] <IMMacNotificationCenterManager: 0x7f8028f3d960>: Updating enabled: YES (Topics: ( "com.apple.private.alloy.icloudpairing", "com.apple.private.alloy.continuity.encryption", "com.apple.private.alloy.continuity.activity", "com.apple.private.ids", "com.apple.private.alloy.phonecontinuity", "com.apple.private.alloy.phone.auth", "com.apple.private.alloy.keychainsync", "com.apple.private.alloy.fmf", "com.apple.private.alloy.screensharing", "com.apple.private.alloy.maps", "com.apple.private.alloy.thumper.keys", "com.apple.private.alloy.continuity.tethering" )) 21.03.2016 17:07:57,357 mapspushd[642] [Warning] Services all disappeared, removing all accounts 21.03.2016 17:07:57,357 mapspushd[642] [Warning] Services all disappeared, removing all enabled accounts 21.03.2016 17:07:57,358 mapspushd[642] [Warning] Services all disappeared, removing all dependent devices 21.03.2016 17:07:57,364 locationd[77] Couldn't find a requirement string for masquerading client com.apple.Maps 21.03.2016 17:07:57,369 identityservicesd[602] <IMMacNotificationCenterManager: 0x7f8028f3d960>: NC Disabled: NO 21.03.2016 17:07:57,374 identityservicesd[602] <IMMacNotificationCenterManager: 0x7f8028f3d960>: DND Enabled: NO 21.03.2016 17:07:57,375 identityservicesd[602] <IMMacNotificationCenterManager: 0x7f8028f3d960>: Updating enabled: YES (Topics: ( "com.apple.private.alloy.icloudpairing", "com.apple.private.alloy.continuity.encryption", "com.apple.private.alloy.continuity.activity", "com.apple.ess", "com.apple.private.ids", "com.apple.private.alloy.phonecontinuity", "com.apple.private.alloy.phone.auth", "com.apple.private.alloy.keychainsync", "com.apple.private.alloy.fmf", "com.apple.private.alloy.screensharing", "com.apple.private.alloy.maps", "com.apple.private.alloy.thumper.keys", "com.apple.private.alloy.continuity.tethering" )) 21.03.2016 17:07:57,376 accountsd[647] [Warning] Services all disappeared, removing all accounts 21.03.2016 17:07:57,376 accountsd[647] [Warning] Services all disappeared, removing all enabled accounts 21.03.2016 17:07:57,376 accountsd[647] [Warning] Services all disappeared, removing all dependent devices 21.03.2016 17:07:57,379 secd[558] securityd_xpc_dictionary_handler IDSKeychainSynci[667] SetDeviceID Error Domain=com.apple.security.sos.error Code=1032 "No peer for me" UserInfo={NSDescription=No peer for me} 21.03.2016 17:07:57,384 identityservicesd[602] <IMMacNotificationCenterManager: 0x7f8028f3d960>: NC Disabled: NO 21.03.2016 17:07:57,392 identityservicesd[602] <IMMacNotificationCenterManager: 0x7f8028f3d960>: DND Enabled: NO 21.03.2016 17:07:57,392 identityservicesd[602] <IMMacNotificationCenterManager: 0x7f8028f3d960>: Updating enabled: YES (Topics: ( "com.apple.private.alloy.icloudpairing", "com.apple.private.alloy.continuity.encryption", "com.apple.private.alloy.continuity.activity", "com.apple.ess", "com.apple.private.ids", "com.apple.private.alloy.phonecontinuity", "com.apple.madrid", "com.apple.private.alloy.phone.auth", "com.apple.private.alloy.keychainsync", "com.apple.private.alloy.fmf", "com.apple.private.alloy.screensharing", "com.apple.private.alloy.maps", "com.apple.private.alloy.thumper.keys", "com.apple.private.alloy.continuity.tethering" )) 21.03.2016 17:07:57,392 secd[558] securityd_xpc_dictionary_handler IDSKeychainSynci[667] SetDeviceID Error Domain=com.apple.security.sos.error Code=1032 "No peer for me" UserInfo={NSDescription=No peer for me} 21.03.2016 17:07:57,411 identityservicesd[602] <IMMacNotificationCenterManager: 0x7f8028f3d960>: NC Disabled: NO 21.03.2016 17:07:57,416 identityservicesd[602] <IMMacNotificationCenterManager: 0x7f8028f3d960>: DND Enabled: NO 21.03.2016 17:07:57,416 identityservicesd[602] <IMMacNotificationCenterManager: 0x7f8028f3d960>: Updating enabled: YES (Topics: ( "com.apple.private.alloy.icloudpairing", "com.apple.private.alloy.continuity.encryption", "com.apple.private.alloy.continuity.activity", "com.apple.ess", "com.apple.private.ids", "com.apple.private.alloy.phonecontinuity", "com.apple.madrid", "com.apple.private.ac", "com.apple.private.alloy.phone.auth", "com.apple.private.alloy.keychainsync", "com.apple.private.alloy.fmf", "com.apple.private.alloy.screensharing", "com.apple.private.alloy.maps", "com.apple.private.alloy.thumper.keys", "com.apple.private.alloy.continuity.tethering" )) 21.03.2016 17:07:57,439 imagent[629] <IMMacNotificationCenterManager: 0x7f850951d1a0>: Configuring notification center for identifier: com.apple.FaceTime topics: (null) 21.03.2016 17:07:57,455 imagent[629] <IMMacNotificationCenterManager: 0x7f850951d1a0>: NC Disabled: NO 21.03.2016 17:07:57,458 imagent[629] <IMMacNotificationCenterManager: 0x7f850951d1a0>: DND Enabled: NO 21.03.2016 17:07:57,458 imagent[629] <IMMacNotificationCenterManager: 0x7f850951d1a0>: Updating enabled: YES (Topics: (null)) 21.03.2016 17:07:57,466 imagent[629] <IMMacNotificationCenterManager: 0x7f850951d1a0>: NC Disabled: NO 21.03.2016 17:07:57,470 imagent[629] <IMMacNotificationCenterManager: 0x7f850951d1a0>: DND Enabled: NO 21.03.2016 17:07:57,470 imagent[629] <IMMacNotificationCenterManager: 0x7f850951d1a0>: Updating enabled: YES (Topics: ( "com.apple.ess", "com.apple.private.ac" )) 21.03.2016 17:07:57,479 identityservicesd[602] <IMMacNotificationCenterManager: 0x7f8028f3d960>: NC Disabled: NO 21.03.2016 17:07:57,486 imagent[629] ### Failed to load Addressbook class CNContactNameFormatter 21.03.2016 17:07:57,489 identityservicesd[602] <IMMacNotificationCenterManager: 0x7f8028f3d960>: DND Enabled: NO 21.03.2016 17:07:57,489 identityservicesd[602] <IMMacNotificationCenterManager: 0x7f8028f3d960>: Updating enabled: YES (Topics: ( "com.apple.private.alloy.icloudpairing", "com.apple.private.alloy.continuity.encryption", "com.apple.private.alloy.continuity.activity", "com.apple.ess", "com.apple.private.ids", "com.apple.private.alloy.phonecontinuity", "com.apple.madrid", "com.apple.private.ac", "com.apple.private.alloy.phone.auth", "com.apple.private.alloy.keychainsync", "com.apple.private.alloy.fmf", "com.apple.private.alloy.sms", "com.apple.private.alloy.screensharing", "com.apple.private.alloy.maps", "com.apple.private.alloy.thumper.keys", "com.apple.private.alloy.continuity.tethering" )) 21.03.2016 17:07:57,523 CloudKeychainProxy[266] __45-[UbiqitousKVSProxy doEnsurePeerRegistration]_block_invoke <UB---e-C---> ensurePeerRegistration called, success ((null)) 21.03.2016 17:07:57,554 cloudphotosd[644] Determine service transition start: service=com.apple.photo.icloud.sharedstreams personId=1359696360 lastKnownPersonId=1359696360 targetState=1 21.03.2016 17:07:57,554 cloudphotosd[644] Determine service transition end: 3, currentState: 3, shouldEnableService: 1 21.03.2016 17:07:57,563 pkd[318] enabling pid=618 for plug-in com.apple.iCal.CalendarNC(1.0) 612DD495-2878-4CF5-8288-B6791876B68C /Applications/Calendar.app/Contents/PlugIns/com.apple.iCal.CalendarNC.appex 21.03.2016 17:07:57,563 pkd[318] enabling pid=618 for plug-in com.apple.ncplugin.stocks(1.0) C663A207-1CD1-435E-9B16-72D3F703FA4A /System/Library/CoreServices/Stocks.app/Contents/PlugIns/com.apple.ncplugin.stocks.appex 21.03.2016 17:07:57,564 pkd[318] enabling pid=618 for plug-in com.apple.ncplugin.weather(1.0) 06C36799-6E34-4817-BC0D-FE092D0DCFE6 /System/Library/CoreServices/Weather.app/Contents/PlugIns/com.apple.ncplugin.weather.appex 21.03.2016 17:07:57,599 com.apple.ncplugin.weather[675] ### Failed to load Addressbook class CNContactNameFormatter 21.03.2016 17:07:57,805 com.apple.xpc.launchd[1] (com.apple.CoreLocationAgent[677]) Endpoint has been activated through legacy launch(3) APIs. Please switch to XPC or bootstrap_check_in(): com.apple.CoreLocation.agent 21.03.2016 17:07:57,832 NotificationCenter[618] plugin com.apple.ncplugin.stocks invalidated 21.03.2016 17:07:57,832 com.apple.ncplugin.stocks[674] host connection <NSXPCConnection: 0x7ff9b9421ad0> connection from pid 618 invalidated 21.03.2016 17:07:57,884 NotificationCenter[618] plugin com.apple.ncplugin.weather invalidated 21.03.2016 17:07:57,884 com.apple.ncplugin.weather[675] host connection <NSXPCConnection: 0x7f8c8963e350> connection from pid 618 invalidated 21.03.2016 17:07:57,885 CoreLocationAgent[677] locationRequest for pid=675 message=0 21.03.2016 17:07:57,909 cloudphotosd[644] Determine service transition start: service=com.apple.photo.icloud.myphotostream personId=1359696360 lastKnownPersonId=(null) targetState=0 21.03.2016 17:07:57,909 cloudphotosd[644] Determine service transition end: 2, currentState: 3, shouldEnableService: 0 21.03.2016 17:07:57,925 NotificationCenter[618] plugin com.apple.iCal.CalendarNC invalidated 21.03.2016 17:07:57,925 com.apple.iCal.CalendarNC[673] host connection <NSXPCConnection: 0x7fa7915278c0> connection from pid 618 invalidated 21.03.2016 17:07:57,930 diagnostics_agent[634] AutoSubmitPreference is 1 21.03.2016 17:07:58,035 com.apple.CDScheduler[587] Initial power state set to AC Power 21.03.2016 17:07:58,162 diagnostics_agent[634] AutoSubmitPreference is 1 21.03.2016 17:07:58,194 MRT[637] Agent finished. 21.03.2016 17:07:58,194 MRT[637] Finished MRT run 21.03.2016 17:07:58,218 WiFiAgent[633] [NO client logger] <Sep 11 2015 20:30:54> WIFICLOUDSYNC WiFiCloudSyncEngineCreate: created... 21.03.2016 17:07:58,218 WiFiAgent[633] [NO client logger] <Sep 11 2015 20:30:54> WIFICLOUDSYNC WiFiCloudSyncEngineRegisterCallbacks: WiFiCloudSyncEngineCallbacks version - 0, bundle id - com.apple.wifi.WiFiAgent 21.03.2016 17:07:58,220 WiFiAgent[633] No Wi-Fi hardware, terminating WiFiAgent 21.03.2016 17:07:58,222 secd[558] securityd_xpc_dictionary_handler WiFiAgent[633] View Error Domain=com.apple.security.sos.error Code=1032 "No Peer for Account" UserInfo={NSDescription=No Peer for Account} 21.03.2016 17:07:58,226 Keychain Circle Notification[616] Posted at launch: ( ) 21.03.2016 17:07:58,293 diagnostics_agent[634] AutoSubmitPreference is 1 21.03.2016 17:07:58,392 Keychain Circle Notification[616] rawStatus 1, #applicants 4, #peers 1, err=(null) 21.03.2016 17:07:58,392 Keychain Circle Notification[616] {ChangeCallback} 21.03.2016 17:07:58,393 Keychain Circle Notification[616] {ChangeCallback} scheduleActivity 4001-01-01 00:00:00 +0000 21.03.2016 17:07:58,393 Keychain Circle Notification[616] {ChangeCallback} Applicants 21.03.2016 17:07:58,394 Keychain Circle Notification[616] Checking validity of 0 notes 21.03.2016 17:07:58,394 Keychain Circle Notification[616] writeToStorage plist={ absentCircleWithNoReason = 0; applicationDate = "0000-12-30 00:00:00 +0000"; lastCircleStatus = 1; lastWritten = "2016-03-21 16:07:58 +0000"; pendingApplicationReminder = "4001-01-01 00:00:00 +0000"; pendingApplicationReminderInterval = 86400; } 21.03.2016 17:07:58,439 sandboxd[559] ([624]) CalendarAgent(624) allow mach-register com.apple.CalendarStore.lock.init 21.03.2016 17:07:58,447 sandboxd[559] ([650]) storeaccountd(650) deny file-write-create /Users/Konrad/Library/Caches/com.apple.spotlight 21.03.2016 17:07:58,455 sandboxd[559] ([614]) SocialPushAgent(614) deny file-write-data /Users/Konrad/Library/Preferences/com.apple.socialpushagent.plist 21.03.2016 17:07:58,562 cloudphotosd[644] Determine service transition start: service=com.apple.photo.icloud.cloudphoto personId=1359696360 lastKnownPersonId=1359696360 targetState=1 21.03.2016 17:07:58,562 cloudphotosd[644] Determine service transition end: 3, currentState: 3, shouldEnableService: 1 21.03.2016 17:07:58,719 cloudphotosd[644] New connection request from 669 21.03.2016 17:07:58,000 kernel[0] ignored is_io_service_close(0x1000003ab,IOHIDParamUserClient) 21.03.2016 17:07:58,000 kernel[0] ignored is_io_service_close(0x1000003ab,IOHIDParamUserClient) 21.03.2016 17:07:58,828 com.apple.photomoments[683] Photomoments process awakened. 21.03.2016 17:07:59,190 sandboxd[559] ([686]) AssetCacheLocato(686) deny mach-lookup com.apple.cookied 21.03.2016 17:07:59,237 com.apple.backupd[518] Starting automatic backup 21.03.2016 17:07:59,662 com.apple.backupd[518] Backing up to /dev/disk1s2: /Volumes/Dane/Backups.backupdb 21.03.2016 17:07:59,842 AssetCacheLocatorService[686] #35e3527f [I:AssetCacheLocatorService.queue] found no caching servers 21.03.2016 17:08:00,020 cloudphotosd[644] <MSASStateMachine: 0x7fb219549d30>: Successfully checked for changes updates. 21.03.2016 17:08:00,262 mds[57] (Volume.Normal:2464) volume:0x7fd98b901800 ********** Bootstrapped Creating a default store:0 SpotLoc:(null) SpotVerLoc:/Volumes/firmwaresyncd.xJLJWK/.Spotlight-V100/Store-V1 occlude:0 /Volumes/firmwaresyncd.xJLJWK 21.03.2016 17:08:00,397 UserEventAgent[40] Failed to send message because the port couldn't be created. 21.03.2016 17:08:00,422 com.apple.backupd[518] Event store UUIDs don't match for volume: OS X 21.03.2016 17:08:00,447 com.apple.backupd[518] Deep event scan at path:/ reason:must scan subdirs|new event db| 21.03.2016 17:08:00,447 com.apple.backupd[518] Running event scan 21.03.2016 17:08:00,920 deleted[332] normalizeUserMountpoint:736 volRoot failed for /Volumes/firmwaresyncd.xJLJWK 21.03.2016 17:08:00,920 deleted[332] _validateVolume:758 unable to normalize volume: "/Volumes/firmwaresyncd.xJLJWK", vol: (null) 21.03.2016 17:08:05,256 login[695] USER_PROCESS: 695 ttys000 21.03.2016 17:08:05,869 AddressBookSourceSync[641] AOSKit WARN: (-) Invalid url: https://(censored)%40gmail.com@www.googleapis.com/carddav/v1/principals/(censored)%40gmail.com/ 21.03.2016 17:08:05,946 com.apple.AddressBook.ContactsAccountsService[264] [Accounts] Current connection, <NSXPCConnection: 0x7fef6b70bbe0> connection from pid 651, doesn't have account access. 21.03.2016 17:08:05,946 CalNCService[651] [Accounts] Failed to update account with identifier 6DBF44CF-881D-4070-900F-8ECD4FAE2C6C, error: Error Domain=ABAddressBookErrorDomain Code=1002 "(null)" 21.03.2016 17:08:05,992 com.apple.AddressBook.InternetAccountsBridge[702] dnssd_clientstub ConnectToServer: connect()-> No of tries: 1 21.03.2016 17:08:06,102 sandboxd[559] ([702]) com.apple.Addres(702) deny network-outbound /private/var/run/mDNSResponder 21.03.2016 17:08:06,613 sandboxd[559] ([388]) softwareupdated(388) deny system-fsctl 0x682f 21.03.2016 17:08:06,000 kernel[0] Sandbox: com.apple.Addres(702) deny(1) network-outbound /private/var/run/mDNSResponder 21.03.2016 17:08:06,992 com.apple.AddressBook.InternetAccountsBridge[702] dnssd_clientstub ConnectToServer: connect()-> No of tries: 2 21.03.2016 17:08:08,000 kernel[0] Sandbox: com.apple.Addres(702) deny(1) network-outbound /private/var/run/mDNSResponder 21.03.2016 17:08:08,047 com.apple.AddressBook.InternetAccountsBridge[702] dnssd_clientstub ConnectToServer: connect()-> No of tries: 3 21.03.2016 17:08:08,619 com.apple.AddressBook.ContactsAccountsService[264] [Accounts] Current connection, <NSXPCConnection: 0x7fef6b60d810> connection from pid 606, doesn't have account access. 21.03.2016 17:08:08,619 sharingd[606] [Accounts] Failed to update account with identifier 6DBF44CF-881D-4070-900F-8ECD4FAE2C6C, error: Error Domain=ABAddressBookErrorDomain Code=1002 "(null)" 21.03.2016 17:08:09,000 kernel[0] Sandbox: com.apple.Addres(702) deny(1) network-outbound /private/var/run/mDNSResponder 21.03.2016 17:08:09,118 com.apple.AddressBook.InternetAccountsBridge[702] dnssd_clientstub ConnectToServer: connect() failed path:/var/run/mDNSResponder Socket:4 Err:-1 Errno:1 Operation not permitted 21.03.2016 17:08:09,000 kernel[0] Sandbox: com.apple.Addres(702) deny(1) network-outbound /private/var/run/mDNSResponder 21.03.2016 17:08:09,119 com.apple.AddressBook.InternetAccountsBridge[702] dnssd_clientstub ConnectToServer: connect()-> No of tries: 1 21.03.2016 17:08:10,000 kernel[0] Sandbox: com.apple.Addres(702) deny(1) network-outbound /private/var/run/mDNSResponder 21.03.2016 17:08:10,162 com.apple.AddressBook.InternetAccountsBridge[702] dnssd_clientstub ConnectToServer: connect()-> No of tries: 2 21.03.2016 17:08:10,790 com.apple.xpc.launchd[1] (com.adobe.ARMDCHelper.cc24aef4a1b90ed56a725c38014c95072f92651fb65e1bf9c8e43c37a23d420d[611]) Service exited with abnormal code: 111 21.03.2016 17:08:11,000 kernel[0] Sandbox: com.apple.Addres(702) deny(1) network-outbound /private/var/run/mDNSResponder 21.03.2016 17:08:11,196 com.apple.AddressBook.InternetAccountsBridge[702] dnssd_clientstub ConnectToServer: connect()-> No of tries: 3 21.03.2016 17:08:12,098 secd[558] SOSAccountThisDeviceCanSyncWithCircle sync with device failure: Error Domain=com.apple.security.sos.error Code=1035 "Account identity not set" UserInfo={NSDescription=Account identity not set} 21.03.2016 17:08:12,000 kernel[0] Sandbox: com.apple.Addres(702) deny(1) network-outbound /private/var/run/mDNSResponder 21.03.2016 17:08:12,213 com.apple.AddressBook.InternetAccountsBridge[702] dnssd_clientstub ConnectToServer: connect() failed path:/var/run/mDNSResponder Socket:4 Err:-1 Errno:1 Operation not permitted 21.03.2016 17:08:12,758 Mail[709] AllSignatures.plist: Syncing with cloud -- updating local; no cloud data not reachable, error: Error Domain=NSCocoaErrorDomain Code=260 "Nie można otworzyć pliku „ubiquitous_AllSignatures.plist”; nie ma takiego pliku." UserInfo={NSURL=file:///Users/Konrad/Library/Mobile%20Documents/com~apple~mail/Data/V3/MailData/Signatures/ubiquitous_AllSignatures.plist, NSFilePath=/Users/Konrad/Library/Mobile Documents/com~apple~mail/Data/V3/MailData/Signatures/ubiquitous_AllSignatures.plist, NSUnderlyingError=0x7f8a3ad6f530 {Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"}} 21.03.2016 17:08:13,000 kernel[0] Sandbox: Contacts(710) allow(0) mach-register com.apple.AddressBook.AddressBookApplicationFrameworkIPC 21.03.2016 17:08:14,230 Contacts[710] AOSKit WARN: (-) Invalid url: https://(censored)%40gmail.com@www.googleapis.com/carddav/v1/principals/(censored)%40gmail.com/ 21.03.2016 17:08:14,320 CalendarAgent[624] [com.apple.calendar.store.log.caldav.coredav] [Refusing to parse response to PROPPATCH because of content-type: [text/html; charset=UTF-8].] 21.03.2016 17:08:14,000 kernel[0] Sandbox: com.apple.Addres(714) deny(1) network-outbound /private/var/run/mDNSResponder 21.03.2016 17:08:14,350 com.apple.AddressBook.InternetAccountsBridge[714] dnssd_clientstub ConnectToServer: connect()-> No of tries: 1 21.03.2016 17:08:14,357 CalendarAgent[624] [com.apple.calendar.store.log.caldav.coredav] [Refusing to parse response to PROPPATCH because of content-type: [text/html; charset=UTF-8].] 21.03.2016 17:08:15,000 kernel[0] Sandbox: com.apple.Addres(714) deny(1) network-outbound /private/var/run/mDNSResponder 21.03.2016 17:08:15,363 com.apple.AddressBook.InternetAccountsBridge[714] dnssd_clientstub ConnectToServer: connect()-> No of tries: 2 21.03.2016 17:08:15,780 accountsd[647] AIDA Notification plugin running 21.03.2016 17:08:15,903 com.apple.AddressBook.InternetAccountsBridge[716] [AOSAccounts] : [__49-[ACAccountStore(iCloudAccount) icaAppleAccounts]_block_invoke] : accountsWithAccountType returned error: Error Domain=com.apple.accounts Code=9 "(null)" 21.03.2016 17:08:15,000 kernel[0] Sandbox: com.apple.Addres(716) deny(1) mach-lookup com.apple.cdp.daemon 21.03.2016 17:08:15,904 com.apple.AddressBook.InternetAccountsBridge[716] Checking iCDP status for DSID 1359696360 (checkWithServer=0) 21.03.2016 17:08:15,904 com.apple.AddressBook.InternetAccountsBridge[716] Checking iCDP status for DSID 1359696360 (checkWithServer=0) 21.03.2016 17:08:15,000 kernel[0] Sandbox: com.apple.Addres(716) deny(1) mach-lookup com.apple.cdp.daemon 21.03.2016 17:08:15,905 com.apple.AddressBook.InternetAccountsBridge[716] Daemon connection invalidated! 21.03.2016 17:08:15,905 com.apple.AddressBook.InternetAccountsBridge[716] XPC Error while checking if iCDP is enabled for DSID 1359696360: Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service named com.apple.cdp.daemon was invalidated." UserInfo={NSDebugDescription=The connection to service named com.apple.cdp.daemon was invalidated.} 21.03.2016 17:08:15,905 com.apple.AddressBook.InternetAccountsBridge[716] Daemon connection invalidated! 21.03.2016 17:08:15,905 com.apple.AddressBook.InternetAccountsBridge[716] XPC Error while checking if iCDP is enabled for DSID 1359696360: Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service named com.apple.cdp.daemon was invalidated." UserInfo={NSDebugDescription=The connection to service named com.apple.cdp.daemon was invalidated.} 21.03.2016 17:08:15,906 com.apple.AddressBook.InternetAccountsBridge[716] [AOSAccounts] : [__49-[ACAccountStore(iCloudAccount) icaAppleAccounts]_block_invoke] : accountsWithAccountType returned error: Error Domain=com.apple.accounts Code=9 "(null)" 21.03.2016 17:08:15,907 com.apple.AddressBook.InternetAccountsBridge[716] [AOSAccounts] : [__49-[ACAccountStore(iCloudAccount) icaAppleAccounts]_block_invoke] : accountsWithAccountType returned error: Error Domain=com.apple.accounts Code=9 "(null)" 21.03.2016 17:08:15,907 com.apple.AddressBook.InternetAccountsBridge[716] [AOSAccounts] : ___ZN15ServiceProvider21SetEnabledOnACAccountEbb18MMSetEnableOptions_block_invoke Unable to find an existing AppleAccount for DSID: 1359696360 21.03.2016 17:08:16,200 lsd[590] Unentitled request to set default handler for content type com.apple.ical.backup by pid 711 21.03.2016 17:08:16,200 lsd[590] Unentitled request to set default handler for content type dyn.age80w25brv4g83dt by pid 711 21.03.2016 17:08:16,000 kernel[0] Sandbox: com.apple.Addres(714) deny(1) network-outbound /private/var/run/mDNSResponder 21.03.2016 17:08:16,406 com.apple.AddressBook.InternetAccountsBridge[714] dnssd_clientstub ConnectToServer: connect()-> No of tries: 3 21.03.2016 17:08:17,000 kernel[0] Sandbox: com.apple.Addres(714) deny(1) network-outbound /private/var/run/mDNSResponder 21.03.2016 17:08:17,413 com.apple.AddressBook.InternetAccountsBridge[714] dnssd_clientstub ConnectToServer: connect() failed path:/var/run/mDNSResponder Socket:4 Err:-1 Errno:1 Operation not permitted 21.03.2016 17:08:17,000 kernel[0] Sandbox: com.apple.Addres(714) deny(1) network-outbound /private/var/run/mDNSResponder 21.03.2016 17:08:17,413 com.apple.AddressBook.InternetAccountsBridge[714] dnssd_clientstub ConnectToServer: connect()-> No of tries: 1 21.03.2016 17:08:18,000 kernel[0] Sandbox: com.apple.Addres(714) deny(1) network-outbound /private/var/run/mDNSResponder 21.03.2016 17:08:18,417 com.apple.AddressBook.InternetAccountsBridge[714] dnssd_clientstub ConnectToServer: connect()-> No of tries: 2 21.03.2016 17:08:19,000 kernel[0] Sandbox: com.apple.Addres(714) deny(1) network-outbound /private/var/run/mDNSResponder 21.03.2016 17:08:19,423 com.apple.AddressBook.InternetAccountsBridge[714] dnssd_clientstub ConnectToServer: connect()-> No of tries: 3 21.03.2016 17:08:20,000 kernel[0] Sandbox: com.apple.Addres(714) deny(1) network-outbound /private/var/run/mDNSResponder 21.03.2016 17:08:20,498 com.apple.AddressBook.InternetAccountsBridge[714] dnssd_clientstub ConnectToServer: connect() failed path:/var/run/mDNSResponder Socket:4 Err:-1 Errno:1 Operation not permitted 21.03.2016 17:08:20,511 Contacts[710] [CardDAVPlugin-ERROR] -getPrincipalInfo:[_controller principalPropertiesAtURL:https://(censored)%40gmail.com@p35-contacts.icloud.com/1359696360/principal/] Error Domain=CoreDAVErrorDomain Code=1 "(null)" 21.03.2016 17:08:20,511 Contacts[710] [CardDAVPlugin-ERROR] Exception caught while running sync with server: Error Domain=CoreDAVErrorDomain Code=1 "(null)" 21.03.2016 17:08:21,695 com.apple.appkit.xpc.openAndSavePanelService[719] BUG in libdispatch client: kevent[EVFILT_MEMORYSTATUS] add: "Operation not supported" - 0x2d 21.03.2016 17:08:21,895 com.apple.appkit.xpc.openAndSavePanelService[719] assertion failed: 15D21: libxpc.dylib + 63930 [61AB4610-9304-354C-9E9B-D57198AE9866]: 0x89 21.03.2016 17:08:22,139 com.apple.AddressBook.ContactsAccountsService[264] [Accounts] We failed to get an account type for com.apple.account.CardDAV: Error Domain=com.apple.accounts Code=10002 "(null)" 21.03.2016 17:08:22,144 iconservicesagent[621] -[ISGenerateImageOp generateImageWithCompletion:] Failed to composit image for descriptor <ISBindingImageDescriptor: 0x7fe40bd09f80>. 21.03.2016 17:08:22,144 quicklookd[653] Error returned from iconservicesagent: (null) 21.03.2016 17:08:22,146 iconservicesagent[621] -[ISGenerateImageOp generateImageWithCompletion:] Failed to composit image for descriptor <ISBindingImageDescriptor: 0x7fe40bd09fc0>. 21.03.2016 17:08:22,146 quicklookd[653] Error returned from iconservicesagent: (null) 21.03.2016 17:08:22,672 Safari[721] KeychainGetICDPStatus: keychain: -25300 21.03.2016 17:08:22,672 Safari[721] KeychainGetICDPStatus: status: off 21.03.2016 17:08:22,692 Safari[721] KeychainGetICDPStatus: keychain: -25300 21.03.2016 17:08:22,692 Safari[721] KeychainGetICDPStatus: status: off 21.03.2016 17:08:22,000 kernel[0] Sandbox: storeaccountd(650) deny(1) file-write-create /Users/Konrad/Library/Caches/com.apple.Safari/ProductionBag 21.03.2016 17:08:24,752 lsd[590] LaunchServices: Currently 0 installed placeholders: ( ) 21.03.2016 17:08:25,869 com.apple.AddressBook.ContactsAccountsService[264] [Accounts] Current connection, <NSXPCConnection: 0x7fef6b60d810> connection from pid 606, doesn't have account access. 21.03.2016 17:08:25,869 sharingd[606] [Accounts] Failed to update account with identifier 6DBF44CF-881D-4070-900F-8ECD4FAE2C6C, error: Error Domain=ABAddressBookErrorDomain Code=1002 "(null)" 21.03.2016 17:08:25,870 com.apple.AddressBook.ContactsAccountsService[264] [Accounts] Current connection, <NSXPCConnection: 0x7fef6b60d810> connection from pid 606, doesn't have account access. 21.03.2016 17:08:25,870 sharingd[606] [Accounts] Failed to update account with identifier F0EE9251-B176-4DD1-9EA9-13ECA89110BD, error: Error Domain=ABAddressBookErrorDomain Code=1002 "(null)" 21.03.2016 17:08:25,874 com.apple.AddressBook.ContactsAccountsService[264] [Accounts] Current connection, <NSXPCConnection: 0x7fef6b70bbe0> connection from pid 651, doesn't have account access. 21.03.2016 17:08:25,874 CalNCService[651] [Accounts] Failed to update account with identifier 6DBF44CF-881D-4070-900F-8ECD4FAE2C6C, error: Error Domain=ABAddressBookErrorDomain Code=1002 "(null)" 21.03.2016 17:08:25,877 com.apple.AddressBook.ContactsAccountsService[264] [Accounts] Current connection, <NSXPCConnection: 0x7fef6b70bbe0> connection from pid 651, doesn't have account access. 21.03.2016 17:08:25,877 CalNCService[651] [Accounts] Failed to update account with identifier F0EE9251-B176-4DD1-9EA9-13ECA89110BD, error: Error Domain=ABAddressBookErrorDomain Code=1002 "(null)" 21.03.2016 17:08:27,099 secd[558] SOSAccountThisDeviceCanSyncWithCircle sync with device failure: Error Domain=com.apple.security.sos.error Code=1035 "Account identity not set" UserInfo={NSDescription=Account identity not set} 21.03.2016 17:08:28,581 com.apple.AddressBook.ContactsAccountsService[264] [Accounts] We failed to get the accounts of type (null): Error Domain=com.apple.accounts Code=10002 "(null)" 21.03.2016 17:08:32,894 Console[727] Failed to connect (_consoleX) outlet from (NSApplication) to (ConsoleX): missing setter or instance variable 21.03.2016 17:08:34,712 com.apple.AddressBook.ContactsAccountsService[264] [Accounts] We failed to get an account type for com.apple.account.CardDAV: Error Domain=com.apple.accounts Code=10002 "(null)" 21.03.2016 17:08:36,120 ntpd[176] wake time set -0.850538 s 21.03.2016 17:08:40,381 com.apple.AddressBook.ContactsAccountsService[264] [Accounts] We failed to get the accounts of type (null): Error Domain=com.apple.accounts Code=10002 "(null)" 21.03.2016 17:08:40,381 DataDetectorsDynamicData[405] Could not replace account with identifier: 6DBF44CF-881D-4070-900F-8ECD4FAE2C6C 21.03.2016 17:09:01,174 mds[57] (DiskStore.Normal:2382) 65001 1.000001 21.03.2016 17:09:08,017 mds[57] (DiskStore.Normal:2382) 6a001 1.000002 21.03.2016 17:09:09,149 AirPlayUIAgent[628] 2016-03-21 05:09:09.149015 PM [AirPlayUIAgent] BecomingInactive: NSWorkspaceWillSleepNotification 21.03.2016 17:09:09,149 CommCenter[591] Telling CSI to go low power. 21.03.2016 17:09:09,273 identityservicesd[602] <IMMacNotificationCenterManager: 0x7f8028f3d960>: notification observer: com.apple.iChat notification: __CFNotification 0x7f8028e46d60 {name = _NSDoNotDisturbEnabledNotification} 21.03.2016 17:09:09,274 imagent[629] <IMMacNotificationCenterManager: 0x7f850951d1a0>: notification observer: com.apple.FaceTime notification: __CFNotification 0x7f8509621210 {name = _NSDoNotDisturbEnabledNotification} 21.03.2016 17:09:09,292 sharingd[606] 17:09:09.292 : Purged contact hashes 21.03.2016 17:09:09,292 imagent[629] <IMMacNotificationCenterManager: 0x7f850951d1a0>: NC Disabled: NO 21.03.2016 17:09:09,292 identityservicesd[602] <IMMacNotificationCenterManager: 0x7f8028f3d960>: NC Disabled: NO 21.03.2016 17:09:09,300 imagent[629] <IMMacNotificationCenterManager: 0x7f850951d1a0>: DND Enabled: YES 21.03.2016 17:09:09,300 identityservicesd[602] <IMMacNotificationCenterManager: 0x7f8028f3d960>: DND Enabled: YES 21.03.2016 17:09:09,300 identityservicesd[602] <IMMacNotificationCenterManager: 0x7f8028f3d960>: Updating enabled: NO (Topics: ( )) 21.03.2016 17:09:09,300 imagent[629] <IMMacNotificationCenterManager: 0x7f850951d1a0>: Updating enabled: NO (Topics: ( )) 21.03.2016 17:09:09,318 WindowServer[561] device_generate_desktop_screenshot: authw 0x7fdd4224ec00(2000), shield 0x7fdd4234ec00(2001) 21.03.2016 17:09:09,318 WindowServer[561] device_generate_lock_screen_screenshot: authw 0x7fdd4224ec00(2000)[0, 0, 0, 0] shield 0x7fdd4234ec00(2001), dev [2560,1440] 21.03.2016 17:09:09,318 WindowServer[561] no sleep images for WillPowerOffWithImages 21.03.2016 17:09:09,000 kernel[0] PM response took 177 ms (560, loginwindow) 21.03.2016 17:09:09,000 kernel[0] PM response took 178 ms (560, loginwindow) 21.03.2016 17:09:10,287 cloudfamilyrestrictionsd[645] CFRPushManager : connection:didChangeConnectedStatus: : 0 21.03.2016 17:09:12,243 CommCenter[591] Telling CSI to exit low power. 21.03.2016 17:09:12,246 loginwindow[560] ERROR | -[LWBuiltInScreenLockAuthLion closeAuthAndReset:] | Attempted to remove an observer when not observing 21.03.2016 17:09:12,313 WindowServer[561] CGXDisplayDidWakeNotification [321478648958]: posting kCGSDisplayDidWake 21.03.2016 17:09:12,313 WindowServer[561] handle_will_sleep_auth_and_shield_windows: Deferring. 21.03.2016 17:09:12,345 com.apple.SecurityServer[75] Session 100040 created 21.03.2016 17:09:12,423 identityservicesd[602] <IMMacNotificationCenterManager: 0x7f8028f3d960>: notification observer: com.apple.iChat notification: __CFNotification 0x7f8028d49fb0 {name = _NSDoNotDisturbDisabledNotification} 21.03.2016 17:09:12,424 imagent[629] <IMMacNotificationCenterManager: 0x7f850951d1a0>: notification observer: com.apple.FaceTime notification: __CFNotification 0x7f8509609640 {name = _NSDoNotDisturbDisabledNotification} 21.03.2016 17:09:12,433 identityservicesd[602] <IMMacNotificationCenterManager: 0x7f8028f3d960>: NC Disabled: NO 21.03.2016 17:09:12,443 identityservicesd[602] <IMMacNotificationCenterManager: 0x7f8028f3d960>: DND Enabled: NO 21.03.2016 17:09:12,444 imagent[629] <IMMacNotificationCenterManager: 0x7f850951d1a0>: NC Disabled: NO 21.03.2016 17:09:12,444 identityservicesd[602] <IMMacNotificationCenterManager: 0x7f8028f3d960>: Updating enabled: YES (Topics: ( "com.apple.private.alloy.icloudpairing", "com.apple.private.alloy.continuity.encryption", "com.apple.private.alloy.continuity.activity", "com.apple.ess", "com.apple.private.ids", "com.apple.private.alloy.phonecontinuity", "com.apple.madrid", "com.apple.private.ac", "com.apple.private.alloy.phone.auth", "com.apple.private.alloy.keychainsync", "com.apple.private.alloy.fmf", "com.apple.private.alloy.sms", "com.apple.private.alloy.screensharing", "com.apple.private.alloy.maps", "com.apple.private.alloy.thumper.keys", "com.apple.private.alloy.continuity.tethering" )) 21.03.2016 17:09:12,447 imagent[629] <IMMacNotificationCenterManager: 0x7f850951d1a0>: DND Enabled: NO 21.03.2016 17:09:12,447 imagent[629] <IMMacNotificationCenterManager: 0x7f850951d1a0>: Updating enabled: YES (Topics: ( "com.apple.ess", "com.apple.private.ac" )) 21.03.2016 17:09:12,812 sandboxd[559] ([628]) AirPlayUIAgent(628) deny iokit-set-properties IOAudioControlValue 21.03.2016 17:09:14,864 cloudfamilyrestrictionsd[645] CFRPushManager : connection:didChangeConnectedStatus: : 1 21.03.2016 17:09:21,747 loginwindow[560] CoreAnimation: warning, deleted thread with uncommitted CATransaction; set CA_DEBUG_TRANSACTIONS=1 in environment to log backtraces. 21.03.2016 17:09:24,593 CommCenter[591] Telling CSI to go low power. 21.03.2016 17:09:24,594 AirPlayUIAgent[628] 2016-03-21 05:09:24.593994 PM [AirPlayUIAgent] BecomingInactive: NSWorkspaceWillSleepNotification 21.03.2016 17:09:24,681 WindowServer[561] _CGXRemoveWindowFromWindowMovementGroup: window 0x45 is not attached to window 0x58 21.03.2016 17:09:24,697 WindowServer[561] device_generate_desktop_screenshot: authw 0x7fdd43319c00(2000), shield 0x7fdd42149c00(2001) 21.03.2016 17:09:24,697 WindowServer[561] device_generate_lock_screen_screenshot: authw 0x7fdd43319c00(2000)[0, 0, 0, 0] shield 0x7fdd42149c00(2001), dev [2560,1440] 21.03.2016 17:09:24,697 WindowServer[561] no sleep images for WillPowerOffWithImages 21.03.2016 17:09:24,000 kernel[0] PM response took 110 ms (560, loginwindow) 21.03.2016 17:09:24,000 kernel[0] PM response took 111 ms (560, loginwindow) 21.03.2016 17:09:24,800 identityservicesd[602] <IMMacNotificationCenterManager: 0x7f8028f3d960>: notification observer: com.apple.iChat notification: __CFNotification 0x7f8028d50fb0 {name = _NSDoNotDisturbEnabledNotification} 21.03.2016 17:09:24,800 imagent[629] <IMMacNotificationCenterManager: 0x7f850951d1a0>: notification observer: com.apple.FaceTime notification: __CFNotification 0x7f85097121b0 {name = _NSDoNotDisturbEnabledNotification} 21.03.2016 17:09:24,818 identityservicesd[602] <IMMacNotificationCenterManager: 0x7f8028f3d960>: NC Disabled: NO 21.03.2016 17:09:24,818 imagent[629] <IMMacNotificationCenterManager: 0x7f850951d1a0>: NC Disabled: NO 21.03.2016 17:09:24,824 identityservicesd[602] <IMMacNotificationCenterManager: 0x7f8028f3d960>: DND Enabled: YES 21.03.2016 17:09:24,824 imagent[629] <IMMacNotificationCenterManager: 0x7f850951d1a0>: DND Enabled: YES 21.03.2016 17:09:24,824 identityservicesd[602] <IMMacNotificationCenterManager: 0x7f8028f3d960>: Updating enabled: NO (Topics: ( )) 21.03.2016 17:09:24,824 imagent[629] <IMMacNotificationCenterManager: 0x7f850951d1a0>: Updating enabled: NO (Topics: ( )) 21.03.2016 17:09:25,738 cloudfamilyrestrictionsd[645] CFRPushManager : connection:didChangeConnectedStatus: : 0 21.03.2016 17:09:25,956 mds[57] (DiskStore.Normal:2382) 6a001 1.000022 21.03.2016 17:09:26,555 CommCenter[591] Telling CSI to exit low power. 21.03.2016 17:09:26,557 loginwindow[560] ERROR | -[LWBuiltInScreenLockAuthLion closeAuthAndReset:] | Attempted to remove an observer when not observing 21.03.2016 17:09:26,625 WindowServer[561] CGXDisplayDidWakeNotification [335790779262]: posting kCGSDisplayDidWake 21.03.2016 17:09:26,625 WindowServer[561] handle_will_sleep_auth_and_shield_windows: Deferring. 21.03.2016 17:09:26,736 identityservicesd[602] <IMMacNotificationCenterManager: 0x7f8028f3d960>: notification observer: com.apple.iChat notification: __CFNotification 0x7f8028d42070 {name = _NSDoNotDisturbDisabledNotification} 21.03.2016 17:09:26,736 imagent[629] <IMMacNotificationCenterManager: 0x7f850951d1a0>: notification observer: com.apple.FaceTime notification: __CFNotification 0x7f850951a830 {name = _NSDoNotDisturbDisabledNotification} 21.03.2016 17:09:26,750 identityservicesd[602] <IMMacNotificationCenterManager: 0x7f8028f3d960>: NC Disabled: NO 21.03.2016 17:09:26,750 imagent[629] <IMMacNotificationCenterManager: 0x7f850951d1a0>: NC Disabled: NO 21.03.2016 17:09:26,757 identityservicesd[602] <IMMacNotificationCenterManager: 0x7f8028f3d960>: DND Enabled: NO 21.03.2016 17:09:26,757 imagent[629] <IMMacNotificationCenterManager: 0x7f850951d1a0>: DND Enabled: NO 21.03.2016 17:09:26,757 identityservicesd[602] <IMMacNotificationCenterManager: 0x7f8028f3d960>: Updating enabled: YES (Topics: ( "com.apple.private.alloy.icloudpairing", "com.apple.private.alloy.continuity.encryption", "com.apple.private.alloy.continuity.activity", "com.apple.ess", "com.apple.private.ids", "com.apple.private.alloy.phonecontinuity", "com.apple.madrid", "com.apple.private.ac", "com.apple.private.alloy.phone.auth", "com.apple.private.alloy.keychainsync", "com.apple.private.alloy.fmf", "com.apple.private.alloy.sms", "com.apple.private.alloy.screensharing", "com.apple.private.alloy.maps", "com.apple.private.alloy.thumper.keys", "com.apple.private.alloy.continuity.tethering" )) 21.03.2016 17:09:26,757 imagent[629] <IMMacNotificationCenterManager: 0x7f850951d1a0>: Updating enabled: YES (Topics: ( "com.apple.ess", "com.apple.private.ac" )) 21.03.2016 17:09:27,125 sandboxd[559] ([628]) AirPlayUIAgent(628) deny iokit-set-properties IOAudioControlValue 21.03.2016 17:09:29,116 cloudfamilyrestrictionsd[645] CFRPushManager : connection:didChangeConnectedStatus: : 1 21.03.2016 17:09:31,942 loginwindow[560] CoreAnimation: warning, deleted thread with uncommitted CATransaction; set CA_DEBUG_TRANSACTIONS=1 in environment to log backtraces. 21.03.2016 17:09:33,726 AirPlayUIAgent[628] 2016-03-21 05:09:33.726471 PM [AirPlayUIAgent] BecomingInactive: NSWorkspaceWillSleepNotification 21.03.2016 17:09:33,727 CommCenter[591] Telling CSI to go low power. 21.03.2016 17:09:33,827 WindowServer[561] device_generate_desktop_screenshot: authw 0x7fdd42a18c00(2000), shield 0x7fdd432ce000(2001) 21.03.2016 17:09:33,827 WindowServer[561] device_generate_lock_screen_screenshot: authw 0x7fdd42a18c00(2000)[0, 0, 0, 0] shield 0x7fdd432ce000(2001), dev [2560,1440] 21.03.2016 17:09:33,827 WindowServer[561] no sleep images for WillPowerOffWithImages 21.03.2016 17:09:33,000 kernel[0] PM response took 106 ms (560, loginwindow) 21.03.2016 17:09:33,000 kernel[0] PM response took 108 ms (560, loginwindow) 21.03.2016 17:09:33,933 identityservicesd[602] <IMMacNotificationCenterManager: 0x7f8028f3d960>: notification observer: com.apple.iChat notification: __CFNotification 0x7f8028e24c80 {name = _NSDoNotDisturbEnabledNotification} 21.03.2016 17:09:33,933 imagent[629] <IMMacNotificationCenterManager: 0x7f850951d1a0>: notification observer: com.apple.FaceTime notification: __CFNotification 0x7f850951a830 {name = _NSDoNotDisturbEnabledNotification} 21.03.2016 17:09:33,947 identityservicesd[602] <IMMacNotificationCenterManager: 0x7f8028f3d960>: NC Disabled: NO 21.03.2016 17:09:33,947 imagent[629] <IMMacNotificationCenterManager: 0x7f850951d1a0>: NC Disabled: NO 21.03.2016 17:09:33,953 identityservicesd[602] <IMMacNotificationCenterManager: 0x7f8028f3d960>: DND Enabled: YES 21.03.2016 17:09:33,953 imagent[629] <IMMacNotificationCenterManager: 0x7f850951d1a0>: DND Enabled: YES 21.03.2016 17:09:33,953 identityservicesd[602] <IMMacNotificationCenterManager: 0x7f8028f3d960>: Updating enabled: NO (Topics: ( )) 21.03.2016 17:09:33,953 imagent[629] <IMMacNotificationCenterManager: 0x7f850951d1a0>: Updating enabled: NO (Topics: ( )) 21.03.2016 17:09:34,879 cloudfamilyrestrictionsd[645] CFRPushManager : connection:didChangeConnectedStatus: : 0 21.03.2016 17:09:37,749 mdworker[398] [com.apple.corespotlight.log.index] Error caught while talking to the index agent, index:<CSSearchableIndex:0x7f826ac16910; name="MDSFileProcessor", bundleID=com.apple.mail>, error:Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service named com.apple.spotlight.IndexAgent was invalidated." UserInfo={NSDebugDescription=The connection to service named com.apple.spotlight.IndexAgent was invalidated.} 21.03.2016 17:09:37,749 mdworker[399] [com.apple.corespotlight.log.index] Error caught while talking to the index agent, index:<CSSearchableIndex:0x7f900b52d9c0; name="MDSFileProcessor", bundleID=com.apple.mail>, error:Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service named com.apple.spotlight.IndexAgent was invalidated." UserInfo={NSDebugDescription=The connection to service named com.apple.spotlight.IndexAgent was invalidated.} 21.03.2016 17:09:37,749 mdworker[398] [com.apple.corespotlight.log.index] Finished "index items"(1500) with error:Error Domain=CSIndexErrorDomain Code=-1003 "(null)" 21.03.2016 17:09:37,749 mdworker[399] [com.apple.corespotlight.log.index] Finished "index items"(1450) with error:Error Domain=CSIndexErrorDomain Code=-1003 "(null)" 21.03.2016 17:09:37,749 mdworker[398] assertion failed: 15D21: libxpc.dylib + 15103 [61AB4610-9304-354C-9E9B-D57198AE9866]: 0xf 21.03.2016 17:09:37,749 mdworker[399] assertion failed: 15D21: libxpc.dylib + 15103 [61AB4610-9304-354C-9E9B-D57198AE9866]: 0xf 21.03.2016 17:09:37,751 mdworker[401] [com.apple.corespotlight.log.index] Error caught while talking to the index agent, index:<CSSearchableIndex:0x7ff31af06a80; name="MDSFileProcessor", bundleID=com.apple.mail>, error:Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service named com.apple.spotlight.IndexAgent was invalidated." UserInfo={NSDebugDescription=The connection to service named com.apple.spotlight.IndexAgent was invalidated.} 21.03.2016 17:09:37,751 mdworker[401] [com.apple.corespotlight.log.index] Finished "index items"(1482) with error:Error Domain=CSIndexErrorDomain Code=-1003 "(null)" 21.03.2016 17:09:37,751 mdworker[401] assertion failed: 15D21: libxpc.dylib + 15103 [61AB4610-9304-354C-9E9B-D57198AE9866]: 0xf 21.03.2016 17:09:37,772 mdworker[400] [com.apple.corespotlight.log.index] Error caught while talking to the index agent, index:<CSSearchableIndex:0x7fd998408720; name="MDSFileProcessor", bundleID=com.apple.mail>, error:Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service named com.apple.spotlight.IndexAgent was invalidated." UserInfo={NSDebugDescription=The connection to service named com.apple.spotlight.IndexAgent was invalidated.} 21.03.2016 17:09:37,772 mdworker[400] [com.apple.corespotlight.log.index] Finished "index items"(1482) with error:Error Domain=CSIndexErrorDomain Code=-1003 "(null)" 21.03.2016 17:09:37,773 mdworker[400] assertion failed: 15D21: libxpc.dylib + 15103 [61AB4610-9304-354C-9E9B-D57198AE9866]: 0xf 21.03.2016 17:09:40,895 com.apple.xpc.launchd[1] (com.apple.mdworker.single.06000000-0000-0000-0000-000000000000) Service only ran for 8 seconds. Pushing respawn out by 2 seconds. 21.03.2016 17:09:43,709 loginwindow[560] CoreAnimation: warning, deleted thread with uncommitted CATransaction; set CA_DEBUG_TRANSACTIONS=1 in environment to log backtraces. 21.03.2016 17:09:51,000 kernel[0] PM response took 3001 ms (49, powerd) 21.03.2016 17:09:51,000 kernel[0] kern_open_file_for_direct_io(0) 21.03.2016 17:09:51,000 kernel[0] kern_open_file_for_direct_io took 0 ms 21.03.2016 17:09:51,000 kernel[0] Opened file /var/log/SleepWakeStacks.bin, size 172032, extents 1, maxio 2000000 ssd 1 21.03.2016 17:09:51,000 kernel[0] polled file major 1, minor 0, blocksize 4096, pollers 5 21.03.2016 17:11:10,000 kernel[0] setWakeOnMagicPacket() ===> 21.03.2016 17:11:10,000 kernel[0] Ethernet [AtherosE2200]: Wake on magic packet enabled. 21.03.2016 17:11:10,000 kernel[0] setWakeOnMagicPacket() <=== 21.03.2016 17:11:10,000 kernel[0] disable() ===> 21.03.2016 17:11:10,000 kernel[0] Ethernet [AtherosE2200]: EEE link partner: 0x0000. 21.03.2016 17:11:10,000 kernel[0] Ethernet [AtherosE2200]: EEE link partner: 0x0000. 21.03.2016 17:11:10,000 kernel[0] Ethernet [AtherosE2200]: Link down on en0 21.03.2016 17:11:10,000 kernel[0] txClearDescriptors() ===> 21.03.2016 17:11:10,000 kernel[0] txClearDescriptors() <=== 21.03.2016 17:11:10,000 kernel[0] disable() <=== 21.03.2016 17:11:10,000 kernel[0] setPowerState() ===> 21.03.2016 17:11:10,000 kernel[0] Ethernet [AtherosE2200]: switching to power state 0. 21.03.2016 17:11:10,000 kernel[0] setPowerState() <=== 21.03.2016 17:09:53,000 kernel[0] Wake reason: PWRB (User) 21.03.2016 17:11:10,000 kernel[0] Unsynchronized TSC for cpu 1: 0x0000000179cc615c, delta 0x158ead9ab 21.03.2016 17:11:10,000 kernel[0] Unsynchronized TSC for cpu 2: 0x0000000179eb40d8, delta 0x158ead9ab 21.03.2016 17:11:10,000 kernel[0] Unsynchronized TSC for cpu 3: 0x000000017a0a1ce8, delta 0x158ead9ab 21.03.2016 17:11:10,000 kernel[0] Current tsc from rdtsc64() is 6347226792. Rendezvouing.. 21.03.2016 17:11:10,000 kernel[0] Previous sleep cause: 5 21.03.2016 17:11:10,000 kernel[0] setPowerState() ===> 21.03.2016 17:11:10,000 kernel[0] Ethernet [AtherosE2200]: switching to power state 1. 21.03.2016 17:11:10,000 kernel[0] setPowerState() <=== 21.03.2016 17:11:10,000 kernel[0] enable() ===> 21.03.2016 17:11:10,000 kernel[0] selectMedium() ===> 21.03.2016 17:11:10,000 kernel[0] txClearDescriptors() ===> 21.03.2016 17:11:10,000 kernel[0] txClearDescriptors() <=== 21.03.2016 17:11:10,000 kernel[0] setMulticastMode() ===> 21.03.2016 17:11:10,000 kernel[0] setMulticastMode() <=== 21.03.2016 17:11:10,812 CommCenter[591] Telling CSI to exit low power. 21.03.2016 17:11:10,814 AirPlayUIAgent[628] 2016-03-21 05:11:10.813729 PM [AirPlayAVSys] ### Audio server died 21.03.2016 17:11:10,000 kernel[0] Ethernet [AtherosE2200]: Link down on en0 21.03.2016 17:11:10,817 loginwindow[560] ERROR | -[LWBuiltInScreenLockAuthLion closeAuthAndReset:] | Attempted to remove an observer when not observing 21.03.2016 17:11:10,000 kernel[0] selectMedium() <=== 21.03.2016 17:11:10,820 diagnosticd[117] error evaluating process info - pid: 164, puniqueid: 164 21.03.2016 17:11:10,822 com.apple.xpc.launchd[1] (com.apple.audio.coreaudiod[164]) Service exited due to signal: Floating point exception: 8 21.03.2016 17:11:10,000 kernel[0] setMulticastMode() ===> 21.03.2016 17:11:10,000 kernel[0] setMulticastMode() <=== 21.03.2016 17:11:10,000 kernel[0] enable() <=== 21.03.2016 17:11:10,000 kernel[0] setWakeOnMagicPacket() ===> 21.03.2016 17:11:10,000 kernel[0] Ethernet [AtherosE2200]: Wake on magic packet disabled. 21.03.2016 17:11:10,000 kernel[0] setWakeOnMagicPacket() <=== 21.03.2016 17:11:10,000 kernel[0] setMulticastMode() ===> 21.03.2016 17:11:10,000 kernel[0] setMulticastMode() <=== 21.03.2016 17:11:10,000 kernel[0] setMulticastList() ===> 21.03.2016 17:11:10,000 kernel[0] setMulticastList() <=== 21.03.2016 17:11:10,000 kernel[0] getPacketFilters() ===> 21.03.2016 17:11:10,000 kernel[0] getPacketFilters() <=== 21.03.2016 17:11:10,828 com.apple.xpc.launchd[1] (com.apple.WebKit.Networking.992162BB-4FD9-4604-9128-77795EBD3387[722]) Service exited with abnormal code: 1 21.03.2016 17:11:10,836 com.apple.xpc.launchd[1] (com.apple.Safari.10592[721]) Service exited due to signal: Floating point exception: 8 21.03.2016 17:11:10,833 diagnosticd[117] error evaluating process info - pid: 719, puniqueid: 719 21.03.2016 17:11:10,840 com.apple.xpc.launchd[1] (com.apple.appkit.xpc.openAndSavePanelService[719]) Service exited due to signal: Floating point exception: 8 21.03.2016 17:11:10,851 com.apple.xpc.launchd[1] (com.apple.ReportCrash.Root[749]) Endpoint has been activated through legacy launch(3) APIs. Please switch to XPC or bootstrap_check_in(): com.apple.ReportCrash.DirectoryService 21.03.2016 17:11:10,000 kernel[0] Sandbox: mDNSResponder(551) deny(1) mach-lookup com.apple.distributed_notifications@1v3 21.03.2016 17:11:10,859 com.apple.xpc.launchd[1] (com.apple.ReportCrash[751]) Endpoint has been activated through legacy launch(3) APIs. Please switch to XPC or bootstrap_check_in(): com.apple.ReportCrash 21.03.2016 17:11:11,024 WindowServer[561] CGXDisplayDidWakeNotification [365031895086]: posting kCGSDisplayDidWake 21.03.2016 17:11:11,025 WindowServer[561] handle_will_sleep_auth_and_shield_windows: NULL shield_window (lock state: 2) 21.03.2016 17:11:11,175 ReportCrash[749] Saved crash report for coreaudiod[164] version 1 to /Library/Logs/DiagnosticReports/coreaudiod_2016-03-21-171111_iMac-Konrad.crash 21.03.2016 17:11:11,188 imagent[629] <IMMacNotificationCenterManager: 0x7f850951d1a0>: notification observer: com.apple.FaceTime notification: __CFNotification 0x7f850951a830 {name = _NSDoNotDisturbDisabledNotification} 21.03.2016 17:11:11,197 imagent[629] <IMMacNotificationCenterManager: 0x7f850951d1a0>: NC Disabled: NO 21.03.2016 17:11:11,201 imagent[629] <IMMacNotificationCenterManager: 0x7f850951d1a0>: DND Enabled: NO 21.03.2016 17:11:11,201 imagent[629] <IMMacNotificationCenterManager: 0x7f850951d1a0>: Updating enabled: YES (Topics: ( "com.apple.ess", "com.apple.private.ac" )) 21.03.2016 17:11:11,264 com.apple.xpc.launchd[1] (com.apple.identityservicesd[602]) Service exited due to signal: Floating point exception: 8 21.03.2016 17:11:11,319 com.apple.audio.DriverHelper[753] The plug-in named AirPlay.driver requires extending the sandbox for the mach service named com.apple.AirPlayXPCHelper. 21.03.2016 17:11:11,319 com.apple.audio.DriverHelper[753] The plug-in named AirPlay.driver requires extending the sandbox for the mach service named com.apple.coremedia.endpointmanager.xpc. 21.03.2016 17:11:11,319 com.apple.audio.DriverHelper[753] The plug-in named AirPlay.driver requires extending the sandbox for the mach service named com.apple.coremedia.endpoint.xpc. 21.03.2016 17:11:11,319 com.apple.audio.DriverHelper[753] The plug-in named AirPlay.driver requires extending the sandbox for the mach service named com.apple.coremedia.endpointstream.xpc. 21.03.2016 17:11:11,327 com.apple.audio.DriverHelper[753] The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the IOKit user-client class RootDomainUserClient. 21.03.2016 17:11:11,327 com.apple.audio.DriverHelper[753] The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the IOKit user-client class IOHIDLibUserClient. 21.03.2016 17:11:11,327 com.apple.audio.DriverHelper[753] The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the IOKit user-client class IOBluetoothL2CAPChannelUserClient. 21.03.2016 17:11:11,327 com.apple.audio.DriverHelper[753] The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the IOKit user-client class IOBluetoothHCIUserClient. 21.03.2016 17:11:11,327 com.apple.audio.DriverHelper[753] The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the IOKit user-client class IOBluetoothDeviceUserClient. 21.03.2016 17:11:11,327 com.apple.audio.DriverHelper[753] The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the IOKit user-client class IOHIDResourceDeviceUserClient. 21.03.2016 17:11:11,327 com.apple.audio.DriverHelper[753] The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the mach service named com.apple.blued. 21.03.2016 17:11:11,327 com.apple.audio.DriverHelper[753] The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the mach service named com.apple.bluetoothaudiod. 21.03.2016 17:11:11,327 com.apple.audio.DriverHelper[753] The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the mach service named com.apple.BluetoothDOServer. 21.03.2016 17:11:11,627 ReportCrash[751] Saved crash report for Safari[721] version 9.0.3 (11601.4.4) to /Users/Konrad/Library/Logs/DiagnosticReports/Safari_2016-03-21-171111_iMac-Konrad.crash 21.03.2016 17:11:11,636 ReportCrash[751] AutoSubmitPreference is 1 21.03.2016 17:11:11,636 ReportCrash[751] Saved crash report for com.apple.appkit.xpc.openAndSavePanelService[719] version 1.0 (1) to /Users/Konrad/Library/Logs/DiagnosticReports/com.apple.appkit.xpc.openAndSavePanelService_2016-03-21-171111_iMac-Konrad.crash 21.03.2016 17:11:11,648 sandboxd[559] ([628]) AirPlayUIAgent(628) deny iokit-set-properties IOAudioControlValue 21.03.2016 17:11:11,699 Problem Reporter[755] AutoSubmitPreference is 1 21.03.2016 17:11:11,742 Problem Reporter[755] AutoSubmitPreference is 1 21.03.2016 17:11:11,744 Problem Reporter[755] AutoSubmitPreference is 1 21.03.2016 17:11:11,756 Problem Reporter[755] AutoSubmitPreference is 1 21.03.2016 17:11:11,759 Problem Reporter[755] AutoSubmitPreference is 1 21.03.2016 17:11:11,761 Problem Reporter[755] AutoSubmitPreference is 1 21.03.2016 17:11:11,763 Problem Reporter[755] AutoSubmitPreference is 1 21.03.2016 17:11:11,902 ReportCrash[751] Saved crash report for identityservicesd[602] version 10.0 (1000) to /Users/Konrad/Library/Logs/DiagnosticReports/identityservicesd_2016-03-21-171111_iMac-Konrad.crash 21.03.2016 17:11:11,922 Problem Reporter[755] AutoSubmitPreference is 1 21.03.2016 17:11:11,926 Problem Reporter[755] AutoSubmitPreference is 1 21.03.2016 17:11:12,377 identityservicesd[752] <IMMacNotificationCenterManager: 0x7f89217356a0>: Configuring notification center for identifier: com.apple.iChat topics: ( "com.apple.private.alloy.icloudpairing", "com.apple.private.alloy.continuity.encryption", "com.apple.private.alloy.continuity.activity", "com.apple.private.ids", "com.apple.private.alloy.phonecontinuity", "com.apple.private.alloy.phone.auth", "com.apple.private.alloy.keychainsync", "com.apple.private.alloy.fmf", "com.apple.private.alloy.screensharing", "com.apple.private.alloy.maps", "com.apple.private.alloy.thumper.keys", "com.apple.private.alloy.continuity.tethering" ) 21.03.2016 17:11:12,389 identityservicesd[752] <IMMacNotificationCenterManager: 0x7f89217356a0>: NC Disabled: NO 21.03.2016 17:11:12,392 identityservicesd[752] <IMMacNotificationCenterManager: 0x7f89217356a0>: DND Enabled: NO 21.03.2016 17:11:12,392 identityservicesd[752] <IMMacNotificationCenterManager: 0x7f89217356a0>: Updating enabled: YES (Topics: ( "com.apple.private.alloy.icloudpairing", "com.apple.private.alloy.continuity.encryption", "com.apple.private.alloy.continuity.activity", "com.apple.private.ids", "com.apple.private.alloy.phonecontinuity", "com.apple.private.alloy.phone.auth", "com.apple.private.alloy.keychainsync", "com.apple.private.alloy.fmf", "com.apple.private.alloy.screensharing", "com.apple.private.alloy.maps", "com.apple.private.alloy.thumper.keys", "com.apple.private.alloy.continuity.tethering" )) 21.03.2016 17:11:12,000 kernel[0] Ethernet [AtherosE2200]: EEE link partner: 0x0000. 21.03.2016 17:11:12,000 kernel[0] Ethernet [AtherosE2200]: Link up on en0, 100-Megabit, Full-duplex, Rx/Tx flow-control 21.03.2016 17:11:12,000 kernel[0] getPacketFilters() ===> 21.03.2016 17:11:12,000 kernel[0] getPacketFilters() <=== 21.03.2016 17:11:12,000 kernel[0] Ethernet [AtherosE2200]: EEE link partner: 0x0000. 21.03.2016 17:11:12,000 kernel[0] setMulticastList() ===> 21.03.2016 17:11:12,000 kernel[0] setMulticastList() <=== 21.03.2016 17:11:12,000 kernel[0] setMulticastList() ===> 21.03.2016 17:11:12,000 kernel[0] setMulticastList() <=== 21.03.2016 17:11:12,000 kernel[0] in6_unlink_ifa: IPv6 address 0x9bb56675c03036d9 has no prefix 21.03.2016 17:11:12,498 ntpd[176] sigio_handler: sigio_handler_active != 1 21.03.2016 17:11:12,498 ntpd[176] sigio_handler: sigio_handler_active != 0 21.03.2016 17:11:12,000 kernel[0] setMulticastList() ===> 21.03.2016 17:11:12,000 kernel[0] setMulticastList() <=== 21.03.2016 17:11:12,499 configd[48] LINKLOCAL en0: parent has no IP 21.03.2016 17:11:12,507 configd[48] network changed: v4(en0-:192.168.1.106) DNS- Proxy- 21.03.2016 17:11:12,000 kernel[0] setMulticastList() ===> 21.03.2016 17:11:12,000 kernel[0] setMulticastList() <=== 21.03.2016 17:11:12,000 kernel[0] setMulticastList() ===> 21.03.2016 17:11:12,000 kernel[0] setMulticastList() <=== 21.03.2016 17:11:12,000 kernel[0] setMulticastList() ===> 21.03.2016 17:11:12,000 kernel[0] setMulticastList() <=== 21.03.2016 17:11:12,000 kernel[0] setMulticastList() ===> 21.03.2016 17:11:12,000 kernel[0] setMulticastList() <=== 21.03.2016 17:11:12,000 kernel[0] setMulticastList() ===> 21.03.2016 17:11:12,000 kernel[0] setMulticastList() <=== 21.03.2016 17:11:12,548 configd[48] network changed: v4(en0+:192.168.1.106) DNS+ Proxy+ SMB 21.03.2016 17:11:12,575 Problem Reporter[755] AutoSubmitPreference is 1 21.03.2016 17:11:12,578 Problem Reporter[755] AutoSubmitPreference is 1 21.03.2016 17:11:13,271 identityservicesd[752] <IMMacNotificationCenterManager: 0x7f89217356a0>: NC Disabled: NO 21.03.2016 17:11:13,275 identityservicesd[752] <IMMacNotificationCenterManager: 0x7f89217356a0>: DND Enabled: NO 21.03.2016 17:11:13,275 identityservicesd[752] <IMMacNotificationCenterManager: 0x7f89217356a0>: Updating enabled: YES (Topics: ( "com.apple.private.alloy.icloudpairing", "com.apple.private.alloy.continuity.encryption", "com.apple.private.alloy.continuity.activity", "com.apple.madrid", "com.apple.private.ids", "com.apple.private.alloy.phonecontinuity", "com.apple.ess", "com.apple.private.ac", "com.apple.private.alloy.phone.auth", "com.apple.private.alloy.keychainsync", "com.apple.private.alloy.fmf", "com.apple.private.alloy.sms", "com.apple.private.alloy.screensharing", "com.apple.private.alloy.maps", "com.apple.private.alloy.thumper.keys", "com.apple.private.alloy.continuity.tethering" )) 21.03.2016 17:11:13,279 mapspushd[642] [Warning] Services all disappeared, removing all accounts 21.03.2016 17:11:13,279 mapspushd[642] [Warning] Services all disappeared, removing all enabled accounts 21.03.2016 17:11:13,279 mapspushd[642] [Warning] Services all disappeared, removing all dependent devices 21.03.2016 17:11:13,471 accountsd[647] [Warning] Services all disappeared, removing all accounts 21.03.2016 17:11:13,471 accountsd[647] [Warning] Services all disappeared, removing all enabled accounts 21.03.2016 17:11:13,471 accountsd[647] [Warning] Services all disappeared, removing all dependent devices 21.03.2016 17:11:14,431 identityservicesd[752] [Warning] IDSDaemon got a wake when it was not asleep! Current sleep state: 3 21.03.2016 17:11:16,618 cloudfamilyrestrictionsd[645] CFRPushManager : connection:didChangeConnectedStatus: : 1 21.03.2016 17:11:36,058 AirPlayUIAgent[628] 2016-03-21 05:11:36.058296 PM [AirPlayUIAgent] BecomingInactive: NSWorkspaceWillSleepNotification 21.03.2016 17:11:36,059 CommCenter[591] Telling CSI to go low power. 21.03.2016 17:11:36,157 WindowServer[561] device_generate_desktop_screenshot: authw 0x7fdd421a3c00(2000), shield 0x7fdd42134c00(2001) 21.03.2016 17:11:36,157 WindowServer[561] device_generate_lock_screen_screenshot: authw 0x7fdd421a3c00(2000)[0, 0, 0, 0] shield 0x7fdd42134c00(2001), dev [2560,1440] 21.03.2016 17:11:36,157 WindowServer[561] no sleep images for WillPowerOffWithImages 21.03.2016 17:11:36,000 kernel[0] PM response took 103 ms (560, loginwindow) 21.03.2016 17:11:36,000 kernel[0] PM response took 104 ms (560, loginwindow) 21.03.2016 17:11:36,262 identityservicesd[752] <IMMacNotificationCenterManager: 0x7f89217356a0>: notification observer: com.apple.iChat notification: __CFNotification 0x7f8921617c50 {name = _NSDoNotDisturbEnabledNotification} 21.03.2016 17:11:36,263 imagent[629] <IMMacNotificationCenterManager: 0x7f850951d1a0>: notification observer: com.apple.FaceTime notification: __CFNotification 0x7f850960a120 {name = _NSDoNotDisturbEnabledNotification} 21.03.2016 17:11:36,278 imagent[629] <IMMacNotificationCenterManager: 0x7f850951d1a0>: NC Disabled: NO 21.03.2016 17:11:36,278 identityservicesd[752] <IMMacNotificationCenterManager: 0x7f89217356a0>: NC Disabled: NO 21.03.2016 17:11:36,284 imagent[629] <IMMacNotificationCenterManager: 0x7f850951d1a0>: DND Enabled: YES 21.03.2016 17:11:36,284 identityservicesd[752] <IMMacNotificationCenterManager: 0x7f89217356a0>: DND Enabled: YES 21.03.2016 17:11:36,284 imagent[629] <IMMacNotificationCenterManager: 0x7f850951d1a0>: Updating enabled: NO (Topics: ( )) 21.03.2016 17:11:36,284 identityservicesd[752] <IMMacNotificationCenterManager: 0x7f89217356a0>: Updating enabled: NO (Topics: ( )) 21.03.2016 17:11:37,191 cloudfamilyrestrictionsd[645] CFRPushManager : connection:didChangeConnectedStatus: : 0 21.03.2016 17:11:48,796 com.apple.backupd[518] Finished scan 21.03.2016 17:11:49,049 com.apple.backupd[518] Saved event cache at /Volumes/Dane/Backups.backupdb/iMac (Konrad)/2016-03-21-170800.inProgress/185F9AF4-91C3-4448-88F8-4606CC1ED882/.DEA76BBF-19A8-3BAD-B3D1-478B3660F6C4.eventdb 21.03.2016 17:11:49,050 com.apple.backupd[518] Not using file event preflight for OS X 21.03.2016 17:11:50,114 loginwindow[560] CoreAnimation: warning, deleted thread with uncommitted CATransaction; set CA_DEBUG_TRANSACTIONS=1 in environment to log backtraces. 21.03.2016 17:11:53,000 kernel[0] PM response took 2478 ms (49, powerd) 21.03.2016 17:11:53,000 kernel[0] kern_open_file_for_direct_io(0) 21.03.2016 17:11:53,000 kernel[0] kern_open_file_for_direct_io took 0 ms 21.03.2016 17:11:53,000 kernel[0] Opened file /var/log/SleepWakeStacks.bin, size 172032, extents 1, maxio 2000000 ssd 1 21.03.2016 17:11:53,000 kernel[0] polled file major 1, minor 0, blocksize 4096, pollers 5 21.03.2016 17:11:53,604 mdworker[779] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:11:53,604 mdworker[779] LaunchServices: Database mapping failed with result -10822, retrying 21.03.2016 17:11:53,604 mdworker[779] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:12:25,000 kernel[0] setWakeOnMagicPacket() ===> 21.03.2016 17:12:25,000 kernel[0] Ethernet [AtherosE2200]: Wake on magic packet enabled. 21.03.2016 17:12:25,000 kernel[0] setWakeOnMagicPacket() <=== 21.03.2016 17:12:25,000 kernel[0] disable() ===> 21.03.2016 17:12:25,000 kernel[0] Ethernet [AtherosE2200]: EEE link partner: 0x0000. 21.03.2016 17:12:25,000 kernel[0] Ethernet [AtherosE2200]: EEE link partner: 0x0000. 21.03.2016 17:12:25,000 kernel[0] Ethernet [AtherosE2200]: Link down on en0 21.03.2016 17:12:25,000 kernel[0] txClearDescriptors() ===> 21.03.2016 17:12:25,000 kernel[0] txClearDescriptors() <=== 21.03.2016 17:12:25,000 kernel[0] disable() <=== 21.03.2016 17:12:25,000 kernel[0] setPowerState() ===> 21.03.2016 17:12:25,000 kernel[0] Ethernet [AtherosE2200]: switching to power state 0. 21.03.2016 17:12:25,000 kernel[0] setPowerState() <=== 21.03.2016 17:11:55,000 kernel[0] Wake reason: PWRB (User) 21.03.2016 17:12:25,000 kernel[0] Unsynchronized TSC for cpu 1: 0x000000017a5a2184, delta 0x15955833f 21.03.2016 17:12:25,000 kernel[0] Unsynchronized TSC for cpu 2: 0x000000017a78f81c, delta 0x15955833f 21.03.2016 17:12:25,000 kernel[0] Unsynchronized TSC for cpu 3: 0x000000017a97cf60, delta 0x159558343 21.03.2016 17:12:25,000 kernel[0] Current tsc from rdtsc64() is 6356494632. Rendezvouing.. 21.03.2016 17:12:25,000 kernel[0] Previous sleep cause: 5 21.03.2016 17:12:25,000 kernel[0] setPowerState() ===> 21.03.2016 17:12:25,000 kernel[0] Ethernet [AtherosE2200]: switching to power state 1. 21.03.2016 17:12:25,000 kernel[0] setPowerState() <=== 21.03.2016 17:12:25,000 kernel[0] enable() ===> 21.03.2016 17:12:25,000 kernel[0] selectMedium() ===> 21.03.2016 17:12:25,000 kernel[0] txClearDescriptors() ===> 21.03.2016 17:12:25,000 kernel[0] txClearDescriptors() <=== 21.03.2016 17:12:25,000 kernel[0] setMulticastMode() ===> 21.03.2016 17:12:25,000 kernel[0] setMulticastMode() <=== 21.03.2016 17:12:25,000 kernel[0] Process[504] crashed: autofsd. Too many corpses being created. 21.03.2016 17:12:25,000 kernel[0] Process[543] crashed: aslmanager. Too many corpses being created. 21.03.2016 17:12:25,000 kernel[0] Process[544] crashed: apsd. Too many corpses being created. 21.03.2016 17:12:25,000 kernel[0] Ethernet [AtherosE2200]: Link down on en0 21.03.2016 17:12:25,000 kernel[0] selectMedium() <=== 21.03.2016 17:12:25,824 com.apple.xpc.launchd[1] (com.apple.aslmanager[543]) Service exited due to signal: Floating point exception: 8 21.03.2016 17:12:25,822 AirPlayUIAgent[628] 2016-03-21 05:12:25.822340 PM [AirPlayAVSys] ### Audio server died 21.03.2016 17:12:25,827 com.apple.xpc.launchd[1] (com.apple.FileCoordination[324]) Service exited due to signal: Floating point exception: 8 21.03.2016 17:12:25,819 diagnosticd[117] error evaluating process info - pid: 750, puniqueid: 750 21.03.2016 17:12:25,828 com.apple.xpc.launchd[1] (com.apple.securityd_service[229]) Service exited due to signal: Floating point exception: 8 21.03.2016 17:12:25,000 kernel[0] setMulticastMode() ===> 21.03.2016 17:12:25,000 kernel[0] setMulticastMode() <=== 21.03.2016 17:12:25,000 kernel[0] enable() <=== 21.03.2016 17:12:25,000 kernel[0] setWakeOnMagicPacket() ===> 21.03.2016 17:12:25,000 kernel[0] Ethernet [AtherosE2200]: Wake on magic packet disabled. 21.03.2016 17:12:25,000 kernel[0] setWakeOnMagicPacket() <=== 21.03.2016 17:12:25,000 kernel[0] setMulticastMode() ===> 21.03.2016 17:12:25,000 kernel[0] setMulticastMode() <=== 21.03.2016 17:12:25,000 kernel[0] setMulticastList() ===> 21.03.2016 17:12:25,000 kernel[0] setMulticastList() <=== 21.03.2016 17:12:25,000 kernel[0] getPacketFilters() ===> 21.03.2016 17:12:25,000 kernel[0] getPacketFilters() <=== 21.03.2016 17:12:25,830 com.apple.xpc.launchd[1] (com.apple.audio.coreaudiod[750]) Service exited due to signal: Floating point exception: 8 21.03.2016 17:12:25,831 com.apple.xpc.launchd[1] (com.apple.autofsd[504]) Service exited due to signal: Floating point exception: 8 21.03.2016 17:12:25,825 diagnosticd[117] error evaluating process info - pid: 405, puniqueid: 405 21.03.2016 17:12:25,833 com.apple.xpc.launchd[1] (com.apple.DataDetectorsDynamicData[405]) Service exited due to signal: Floating point exception: 8 21.03.2016 17:12:25,837 com.apple.xpc.launchd[1] (com.apple.coreservicesd[126]) Service exited due to signal: Floating point exception: 8 21.03.2016 17:12:25,828 CommCenter[591] Telling CSI to exit low power. 21.03.2016 17:12:25,829 loginwindow[560] ERROR | -[LWBuiltInScreenLockAuthLion closeAuthAndReset:] | Attempted to remove an observer when not observing 21.03.2016 17:12:25,837 com.apple.xpc.launchd[1] (com.apple.apsd[544]) Service exited due to signal: Floating point exception: 8 21.03.2016 17:12:25,831 diagnosticd[117] error evaluating process info - pid: 324, puniqueid: 324 21.03.2016 17:12:25,850 diagnosticd[117] error evaluating process info - pid: 229, puniqueid: 229 21.03.2016 17:12:25,854 diagnosticd[117] error evaluating process info - pid: 126, puniqueid: 126 21.03.2016 17:12:25,949 apsd[787] Attempt to set push wake topics without dark wake enabled: () 21.03.2016 17:12:25,949 apsd[787] Unable to bootstrap_look_up connection port 'com.apple.askpermission.aps' for user 0: Unknown service name 21.03.2016 17:12:25,949 apsd[787] Attempt to set push wake topics without dark wake enabled: () 21.03.2016 17:12:25,950 apsd[787] Unable to bootstrap_look_up connection port 'com.apple.askpermission.aps' for user 0: Unknown service name 21.03.2016 17:12:25,950 apsd[787] <APSConnectionServer: 0x7fbc80634dc0> Invalid mach port - Cleaning up this named port's topics. com.apple.askpermission.aps 21.03.2016 17:12:25,974 apsd[787] Attempt to set push wake topics without dark wake enabled: () 21.03.2016 17:12:25,975 apsd[787] Attempt to set push wake topics without dark wake enabled: () 21.03.2016 17:12:25,994 apsd[787] Attempt to set push wake topics without dark wake enabled: () 21.03.2016 17:12:25,997 apsd[787] Attempt to set push wake topics without dark wake enabled: () 21.03.2016 17:12:25,998 apsd[787] Attempt to set push wake topics without dark wake enabled: () 21.03.2016 17:12:25,999 apsd[787] Attempt to set push wake topics without dark wake enabled: () 21.03.2016 17:12:26,000 apsd[787] Attempt to set push wake topics without dark wake enabled: () 21.03.2016 17:12:26,001 apsd[787] Attempt to set push wake topics without dark wake enabled: () 21.03.2016 17:12:26,002 apsd[787] Attempt to set push wake topics without dark wake enabled: () 21.03.2016 17:12:26,003 apsd[787] Attempt to set push wake topics without dark wake enabled: () 21.03.2016 17:12:26,008 apsd[787] Attempt to set push wake topics without dark wake enabled: () 21.03.2016 17:12:26,013 ReportCrash[749] Saved crash report for securityd_service[229] version 57337.20.44 to /Library/Logs/DiagnosticReports/securityd_service_2016-03-21-171226_iMac-Konrad.crash 21.03.2016 17:12:26,022 cloudfamilyrestrictionsd[645] CFRPushManager : connectionDidReconnect: 21.03.2016 17:12:26,026 WindowServer[561] CGXDisplayDidWakeNotification [411843464552]: posting kCGSDisplayDidWake 21.03.2016 17:12:26,026 WindowServer[561] handle_will_sleep_auth_and_shield_windows: NULL shield_window (lock state: 1) 21.03.2016 17:12:26,151 apsd[787] Peer [pid=657] requested push wake but lacks APSPushWakeEntitlement 21.03.2016 17:12:26,179 identityservicesd[752] <IMMacNotificationCenterManager: 0x7f89217356a0>: notification observer: com.apple.iChat notification: __CFNotification 0x7f892146b660 {name = _NSDoNotDisturbDisabledNotification} 21.03.2016 17:12:26,180 imagent[629] <IMMacNotificationCenterManager: 0x7f850951d1a0>: notification observer: com.apple.FaceTime notification: __CFNotification 0x7f85096289b0 {name = _NSDoNotDisturbDisabledNotification} 21.03.2016 17:12:26,190 identityservicesd[752] <IMMacNotificationCenterManager: 0x7f89217356a0>: NC Disabled: NO 21.03.2016 17:12:26,190 imagent[629] <IMMacNotificationCenterManager: 0x7f850951d1a0>: NC Disabled: NO 21.03.2016 17:12:26,200 identityservicesd[752] <IMMacNotificationCenterManager: 0x7f89217356a0>: DND Enabled: NO 21.03.2016 17:12:26,200 imagent[629] <IMMacNotificationCenterManager: 0x7f850951d1a0>: DND Enabled: NO 21.03.2016 17:12:26,201 imagent[629] <IMMacNotificationCenterManager: 0x7f850951d1a0>: Updating enabled: YES (Topics: ( "com.apple.ess", "com.apple.private.ac" )) 21.03.2016 17:12:26,201 identityservicesd[752] <IMMacNotificationCenterManager: 0x7f89217356a0>: Updating enabled: YES (Topics: ( "com.apple.private.alloy.icloudpairing", "com.apple.private.alloy.continuity.encryption", "com.apple.private.alloy.continuity.activity", "com.apple.madrid", "com.apple.private.ids", "com.apple.private.alloy.phonecontinuity", "com.apple.ess", "com.apple.private.ac", "com.apple.private.alloy.phone.auth", "com.apple.private.alloy.keychainsync", "com.apple.private.alloy.fmf", "com.apple.private.alloy.sms", "com.apple.private.alloy.screensharing", "com.apple.private.alloy.maps", "com.apple.private.alloy.thumper.keys", "com.apple.private.alloy.continuity.tethering" )) 21.03.2016 17:12:26,211 DataDetectorsDynamicData[786] ### Failed to load Addressbook class CNContactNameFormatter 21.03.2016 17:12:26,312 com.apple.audio.DriverHelper[794] The plug-in named AirPlay.driver requires extending the sandbox for the mach service named com.apple.AirPlayXPCHelper. 21.03.2016 17:12:26,312 com.apple.audio.DriverHelper[794] The plug-in named AirPlay.driver requires extending the sandbox for the mach service named com.apple.coremedia.endpointmanager.xpc. 21.03.2016 17:12:26,312 com.apple.audio.DriverHelper[794] The plug-in named AirPlay.driver requires extending the sandbox for the mach service named com.apple.coremedia.endpoint.xpc. 21.03.2016 17:12:26,312 com.apple.audio.DriverHelper[794] The plug-in named AirPlay.driver requires extending the sandbox for the mach service named com.apple.coremedia.endpointstream.xpc. 21.03.2016 17:12:26,321 com.apple.audio.DriverHelper[794] The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the IOKit user-client class RootDomainUserClient. 21.03.2016 17:12:26,322 com.apple.audio.DriverHelper[794] The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the IOKit user-client class IOHIDLibUserClient. 21.03.2016 17:12:26,322 com.apple.audio.DriverHelper[794] The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the IOKit user-client class IOBluetoothL2CAPChannelUserClient. 21.03.2016 17:12:26,322 com.apple.audio.DriverHelper[794] The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the IOKit user-client class IOBluetoothHCIUserClient. 21.03.2016 17:12:26,322 com.apple.audio.DriverHelper[794] The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the IOKit user-client class IOBluetoothDeviceUserClient. 21.03.2016 17:12:26,322 com.apple.audio.DriverHelper[794] The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the IOKit user-client class IOHIDResourceDeviceUserClient. 21.03.2016 17:12:26,322 com.apple.audio.DriverHelper[794] The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the mach service named com.apple.blued. 21.03.2016 17:12:26,322 com.apple.audio.DriverHelper[794] The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the mach service named com.apple.bluetoothaudiod. 21.03.2016 17:12:26,322 com.apple.audio.DriverHelper[794] The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the mach service named com.apple.BluetoothDOServer. 21.03.2016 17:12:26,420 ReportCrash[749] Saved crash report for filecoordinationd[324] version 1256.1 to /Library/Logs/DiagnosticReports/filecoordinationd_2016-03-21-171226_iMac-Konrad.crash 21.03.2016 17:12:26,421 ReportCrash[749] Saved crash report for coreservicesd[126] version 1136 to /Library/Logs/DiagnosticReports/coreservicesd_2016-03-21-171226_iMac-Konrad.crash 21.03.2016 17:12:26,425 ReportCrash[749] Saved crash report for coreaudiod[750] version 1 to /Library/Logs/DiagnosticReports/coreaudiod_2016-03-21-171226_iMac-Konrad.crash 21.03.2016 17:12:26,435 ReportCrash[749] Saved crash report for DataDetectorsDynamicData[405] version 7.0 (460) to /Library/Logs/DiagnosticReports/DataDetectorsDynamicData_2016-03-21-171226_iMac-Konrad.crash 21.03.2016 17:12:26,989 com.apple.SecurityServer[75] Session 100020 created 21.03.2016 17:12:26,999 mdworker[779] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:12:26,999 mdworker[779] LaunchServices: Database mapping failed with result -10822, retrying 21.03.2016 17:12:27,000 mdworker[779] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:12:27,024 mdworker[779] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:12:27,024 mdworker[779] LaunchServices: Database mapping failed with result -10822, retrying 21.03.2016 17:12:27,024 mdworker[779] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:12:27,026 mdworker[779] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:12:27,026 mdworker[779] LaunchServices: Database mapping failed with result -10822, retrying 21.03.2016 17:12:27,026 mdworker[779] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:12:27,031 mdworker[779] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:12:27,031 mdworker[779] LaunchServices: Database mapping failed with result -10822, retrying 21.03.2016 17:12:27,031 mdworker[779] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:12:27,040 mdworker[779] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:12:27,040 mdworker[779] LaunchServices: Database mapping failed with result -10822, retrying 21.03.2016 17:12:27,040 mdworker[779] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:12:27,045 mdworker[779] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:12:27,045 mdworker[779] LaunchServices: Database mapping failed with result -10822, retrying 21.03.2016 17:12:27,046 mdworker[779] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:12:27,050 mdworker[779] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:12:27,050 mdworker[779] LaunchServices: Database mapping failed with result -10822, retrying 21.03.2016 17:12:27,051 mdworker[779] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:12:27,055 mdworker[779] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:12:27,056 mdworker[779] LaunchServices: Database mapping failed with result -10822, retrying 21.03.2016 17:12:27,056 mdworker[779] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:12:27,065 mdworker[779] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:12:27,065 mdworker[779] LaunchServices: Database mapping failed with result -10822, retrying 21.03.2016 17:12:27,065 mdworker[779] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:12:27,074 mdworker[779] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:12:27,074 mdworker[779] LaunchServices: Database mapping failed with result -10822, retrying 21.03.2016 17:12:27,074 mdworker[779] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:12:27,085 mdworker[779] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:12:27,085 mdworker[779] LaunchServices: Database mapping failed with result -10822, retrying 21.03.2016 17:12:27,086 mdworker[779] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:12:27,090 mdworker[779] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:12:27,090 mdworker[779] LaunchServices: Database mapping failed with result -10822, retrying 21.03.2016 17:12:27,090 mdworker[779] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:12:27,096 mdworker[779] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:12:27,096 mdworker[779] LaunchServices: Database mapping failed with result -10822, retrying 21.03.2016 17:12:27,096 mdworker[779] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:12:27,101 mdworker[779] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:12:27,101 mdworker[779] LaunchServices: Database mapping failed with result -10822, retrying 21.03.2016 17:12:27,101 mdworker[779] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:12:27,106 mdworker[779] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:12:27,106 mdworker[779] LaunchServices: Database mapping failed with result -10822, retrying 21.03.2016 17:12:27,106 mdworker[779] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:12:27,118 mdworker[779] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:12:27,118 mdworker[779] LaunchServices: Database mapping failed with result -10822, retrying 21.03.2016 17:12:27,118 mdworker[779] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:12:27,123 mdworker[779] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:12:27,123 mdworker[779] LaunchServices: Database mapping failed with result -10822, retrying 21.03.2016 17:12:27,123 mdworker[779] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:12:27,128 mdworker[779] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:12:27,128 mdworker[779] LaunchServices: Database mapping failed with result -10822, retrying 21.03.2016 17:12:27,128 mdworker[779] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:12:27,136 mdworker[779] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:12:27,136 mdworker[779] LaunchServices: Database mapping failed with result -10822, retrying 21.03.2016 17:12:27,137 mdworker[779] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:12:27,142 mdworker[779] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:12:27,142 mdworker[779] LaunchServices: Database mapping failed with result -10822, retrying 21.03.2016 17:12:27,143 mdworker[779] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:12:27,147 mdworker[779] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:12:27,147 mdworker[779] LaunchServices: Database mapping failed with result -10822, retrying 21.03.2016 17:12:27,148 mdworker[779] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:12:27,152 mdworker[779] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:12:27,152 mdworker[779] LaunchServices: Database mapping failed with result -10822, retrying 21.03.2016 17:12:27,152 mdworker[779] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:12:27,157 mdworker[779] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:12:27,157 mdworker[779] LaunchServices: Database mapping failed with result -10822, retrying 21.03.2016 17:12:27,157 mdworker[779] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:12:27,162 mdworker[779] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:12:27,162 mdworker[779] LaunchServices: Database mapping failed with result -10822, retrying 21.03.2016 17:12:27,162 mdworker[779] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:12:27,163 mdworker[779] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:12:27,163 mdworker[779] LaunchServices: Database mapping failed with result -10822, retrying 21.03.2016 17:12:27,163 mdworker[779] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:12:27,000 kernel[0] Ethernet [AtherosE2200]: EEE link partner: 0x0000. 21.03.2016 17:12:27,000 kernel[0] Ethernet [AtherosE2200]: Link up on en0, 100-Megabit, Full-duplex, Rx/Tx flow-control 21.03.2016 17:12:27,000 kernel[0] getPacketFilters() ===> 21.03.2016 17:12:27,000 kernel[0] getPacketFilters() <=== 21.03.2016 17:12:27,000 kernel[0] Ethernet [AtherosE2200]: EEE link partner: 0x0000. 21.03.2016 17:12:27,000 kernel[0] setMulticastList() ===> 21.03.2016 17:12:27,000 kernel[0] setMulticastList() <=== 21.03.2016 17:12:27,000 kernel[0] setMulticastList() ===> 21.03.2016 17:12:27,000 kernel[0] setMulticastList() <=== 21.03.2016 17:12:27,000 kernel[0] setMulticastList() ===> 21.03.2016 17:12:27,000 kernel[0] setMulticastList() <=== 21.03.2016 17:12:27,000 kernel[0] setMulticastList() ===> 21.03.2016 17:12:27,000 kernel[0] setMulticastList() <=== 21.03.2016 17:12:27,000 kernel[0] in6_unlink_ifa: IPv6 address 0x9bb56675c0303c19 has no prefix 21.03.2016 17:12:27,000 kernel[0] setMulticastList() ===> 21.03.2016 17:12:27,000 kernel[0] setMulticastList() <=== 21.03.2016 17:12:27,000 kernel[0] setMulticastList() ===> 21.03.2016 17:12:27,000 kernel[0] setMulticastList() <=== 21.03.2016 17:12:27,000 kernel[0] setMulticastList() ===> 21.03.2016 17:12:27,000 kernel[0] setMulticastList() <=== 21.03.2016 17:12:27,575 configd[48] LINKLOCAL en0: parent has no IP 21.03.2016 17:12:27,583 configd[48] network changed: v4(en0-:192.168.1.106) DNS- Proxy- 21.03.2016 17:12:27,000 kernel[0] setMulticastList() ===> 21.03.2016 17:12:27,000 kernel[0] setMulticastList() <=== 21.03.2016 17:12:27,643 mDNSResponder[551] mDNS_RegisterInterface: Frequent transitions for interface en0 (FE80:0000:0000:0000:DACB:8AFF:FE7D:3E6D) 21.03.2016 17:12:27,647 networkd[159] -[NETClientConnection effectiveBundleID] using process name SafariDAVClient as bundle ID (this is expected for daemons without bundle ID 21.03.2016 17:12:27,647 networkd[159] -[NETClientConnection effectiveBundleID] using process name SafariDAVClient as bundle ID (this is expected for daemons without bundle ID 21.03.2016 17:12:27,649 configd[48] network changed: v4(en0+:192.168.1.106) DNS+ Proxy+ SMB 21.03.2016 17:12:27,728 mDNSResponder[551] mDNS_RegisterInterface: Frequent transitions for interface en0 (192.168.1.106) 21.03.2016 17:12:30,284 com.apple.backupd[518] Will copy (94 MB) from OS X 21.03.2016 17:12:30,311 com.apple.backupd[518] Found 742 files (94 MB) needing backup 21.03.2016 17:12:30,351 com.apple.backupd[518] 2,18 GB required (including padding), 810,6 GB available 21.03.2016 17:12:32,112 cloudfamilyrestrictionsd[645] CFRPushManager : connection:didChangeConnectedStatus: : 1 21.03.2016 17:12:36,392 AddressBookSourceSync[789] AOSKit WARN: (-) Invalid url: https://(censored)%40gmail.com@www.googleapis.com/carddav/v1/principals/(censored)%40gmail.com/ 21.03.2016 17:12:36,515 com.apple.AddressBook.InternetAccountsBridge[801] dnssd_clientstub ConnectToServer: connect()-> No of tries: 1 21.03.2016 17:12:36,521 sandboxd[559] ([801]) com.apple.Addres(801) deny network-outbound /private/var/run/mDNSResponder 21.03.2016 17:12:36,740 secd[558] SOSAccountThisDeviceCanSyncWithCircle sync with device failure: Error Domain=com.apple.security.sos.error Code=1035 "Account identity not set" UserInfo={NSDescription=Account identity not set} 21.03.2016 17:12:37,516 com.apple.AddressBook.InternetAccountsBridge[801] dnssd_clientstub ConnectToServer: connect()-> No of tries: 2 21.03.2016 17:12:37,523 sandboxd[559] ([801]) com.apple.Addres(801) deny network-outbound /private/var/run/mDNSResponder 21.03.2016 17:12:38,000 kernel[0] ignored is_io_service_close(0x1000003ab,IOHIDParamUserClient) 21.03.2016 17:12:38,223 Safari[797] KeychainGetICDPStatus: keychain: -25300 21.03.2016 17:12:38,223 Safari[797] KeychainGetICDPStatus: status: off 21.03.2016 17:12:38,241 Safari[797] KeychainGetICDPStatus: keychain: -25300 21.03.2016 17:12:38,241 Safari[797] KeychainGetICDPStatus: status: off 21.03.2016 17:12:38,519 com.apple.AddressBook.InternetAccountsBridge[801] dnssd_clientstub ConnectToServer: connect()-> No of tries: 3 21.03.2016 17:12:38,526 sandboxd[559] ([801]) com.apple.Addres(801) deny network-outbound /private/var/run/mDNSResponder 21.03.2016 17:12:38,737 sandboxd[559] ([650]) storeaccountd(650) deny file-write-create /Users/Konrad/Library/Caches/com.apple.Safari/ProductionBag 21.03.2016 17:12:39,591 com.apple.AddressBook.InternetAccountsBridge[801] dnssd_clientstub ConnectToServer: connect() failed path:/var/run/mDNSResponder Socket:4 Err:-1 Errno:1 Operation not permitted 21.03.2016 17:12:39,594 com.apple.AddressBook.InternetAccountsBridge[801] dnssd_clientstub ConnectToServer: connect()-> No of tries: 1 21.03.2016 17:12:39,598 sandboxd[559] ([801]) com.apple.Addres(801) deny network-outbound /private/var/run/mDNSResponder 21.03.2016 17:12:39,602 sandboxd[559] ([801]) com.apple.Addres(801) deny network-outbound /private/var/run/mDNSResponder 21.03.2016 17:12:40,596 com.apple.AddressBook.InternetAccountsBridge[801] dnssd_clientstub ConnectToServer: connect()-> No of tries: 2 21.03.2016 17:12:40,602 sandboxd[559] ([801]) com.apple.Addres(801) deny network-outbound /private/var/run/mDNSResponder 21.03.2016 17:12:41,609 com.apple.AddressBook.InternetAccountsBridge[801] dnssd_clientstub ConnectToServer: connect()-> No of tries: 3 21.03.2016 17:12:41,614 sandboxd[559] ([801]) com.apple.Addres(801) deny network-outbound /private/var/run/mDNSResponder 21.03.2016 17:12:42,417 com.apple.SecurityServer[75] Killing auth hosts 21.03.2016 17:12:42,417 com.apple.SecurityServer[75] Session 100040 destroyed 21.03.2016 17:12:42,000 kernel[0] Sandbox: com.apple.Safari(807) deny(1) file-issue-extension /Users/Konrad/Library/Caches/com.apple.Safari.SearchHelper 21.03.2016 17:12:42,418 com.apple.Safari.SearchHelper[807] Failed to obtain sandbox extension for path=/Users/Konrad/Library/Caches/com.apple.Safari.SearchHelper. Errno:1 21.03.2016 17:12:42,000 kernel[0] Sandbox: com.apple.Safari(807) deny(1) file-issue-extension /Users/Konrad/Library/Caches/com.apple.Safari.SearchHelper 21.03.2016 17:12:42,418 com.apple.Safari.SearchHelper[807] Failed to obtain sandbox extension for path=/Users/Konrad/Library/Caches/com.apple.Safari.SearchHelper. Errno:1 21.03.2016 17:12:42,422 com.apple.SecurityServer[75] Session 100042 created 21.03.2016 17:12:42,000 kernel[0] Sandbox: com.apple.Addres(801) deny(1) network-outbound /private/var/run/mDNSResponder 21.03.2016 17:12:42,650 com.apple.AddressBook.InternetAccountsBridge[801] dnssd_clientstub ConnectToServer: connect() failed path:/var/run/mDNSResponder Socket:4 Err:-1 Errno:1 Operation not permitted 21.03.2016 17:12:44,189 mdworker[808] iWork MDI raised an exception: Could not read: Is a directory 21.03.2016 17:12:45,411 com.apple.WebKit.WebContent[804] [17:12:45.410] vq_CopyProperty signalled err=-12783 (kFigBaseObjectError_ValueNotAvailable) (no videoRenderPipeline available) at /Library/Caches/com.apple.xbs/Sources/CoreMedia/CoreMedia-1731.15.33/Prototypes/VideoQueue/FigVideoQueue.m line 1042 21.03.2016 17:12:45,411 com.apple.WebKit.WebContent[804] [17:12:45.411] vq_CopyProperty signalled err=-12783 (kFigBaseObjectError_ValueNotAvailable) (no videoRenderPipeline available) at /Library/Caches/com.apple.xbs/Sources/CoreMedia/CoreMedia-1731.15.33/Prototypes/VideoQueue/FigVideoQueue.m line 1042 21.03.2016 17:12:45,411 com.apple.WebKit.WebContent[804] [17:12:45.411] vq_CopyProperty signalled err=-12783 (kFigBaseObjectError_ValueNotAvailable) (no videoRenderPipeline available) at /Library/Caches/com.apple.xbs/Sources/CoreMedia/CoreMedia-1731.15.33/Prototypes/VideoQueue/FigVideoQueue.m line 1042 21.03.2016 17:12:45,411 com.apple.WebKit.WebContent[804] [17:12:45.411] vq_CopyProperty signalled err=-12783 (kFigBaseObjectError_ValueNotAvailable) (no videoRenderPipeline available) at /Library/Caches/com.apple.xbs/Sources/CoreMedia/CoreMedia-1731.15.33/Prototypes/VideoQueue/FigVideoQueue.m line 1042 21.03.2016 17:12:45,411 com.apple.WebKit.WebContent[804] [17:12:45.411] vq_CopyProperty signalled err=-12783 (kFigBaseObjectError_ValueNotAvailable) (no videoRenderPipeline available) at /Library/Caches/com.apple.xbs/Sources/CoreMedia/CoreMedia-1731.15.33/Prototypes/VideoQueue/FigVideoQueue.m line 1042 21.03.2016 17:12:45,411 com.apple.WebKit.WebContent[804] [17:12:45.411] vq_CopyProperty signalled err=-12783 (kFigBaseObjectError_ValueNotAvailable) (no videoRenderPipeline available) at /Library/Caches/com.apple.xbs/Sources/CoreMedia/CoreMedia-1731.15.33/Prototypes/VideoQueue/FigVideoQueue.m line 1042 21.03.2016 17:12:45,411 com.apple.WebKit.WebContent[804] [17:12:45.411] vq_CopyProperty signalled err=-12783 (kFigBaseObjectError_ValueNotAvailable) (no videoRenderPipeline available) at /Library/Caches/com.apple.xbs/Sources/CoreMedia/CoreMedia-1731.15.33/Prototypes/VideoQueue/FigVideoQueue.m line 1042 21.03.2016 17:12:45,411 com.apple.WebKit.WebContent[804] [17:12:45.411] vq_CopyProperty signalled err=-12783 (kFigBaseObjectError_ValueNotAvailable) (no videoRenderPipeline available) at /Library/Caches/com.apple.xbs/Sources/CoreMedia/CoreMedia-1731.15.33/Prototypes/VideoQueue/FigVideoQueue.m line 1042 21.03.2016 17:12:45,412 com.apple.WebKit.WebContent[804] [17:12:45.412] vq_CopyProperty signalled err=-12783 (kFigBaseObjectError_ValueNotAvailable) (no videoRenderPipeline available) at /Library/Caches/com.apple.xbs/Sources/CoreMedia/CoreMedia-1731.15.33/Prototypes/VideoQueue/FigVideoQueue.m line 1042 21.03.2016 17:12:45,412 com.apple.WebKit.WebContent[804] [17:12:45.412] vq_CopyProperty signalled err=-12783 (kFigBaseObjectError_ValueNotAvailable) (no videoRenderPipeline available) at /Library/Caches/com.apple.xbs/Sources/CoreMedia/CoreMedia-1731.15.33/Prototypes/VideoQueue/FigVideoQueue.m line 1042 21.03.2016 17:12:45,412 com.apple.WebKit.WebContent[804] [17:12:45.412] vq_CopyProperty signalled err=-12783 (kFigBaseObjectError_ValueNotAvailable) (no videoRenderPipeline available) at /Library/Caches/com.apple.xbs/Sources/CoreMedia/CoreMedia-1731.15.33/Prototypes/VideoQueue/FigVideoQueue.m line 1042 21.03.2016 17:12:45,412 com.apple.WebKit.WebContent[804] [17:12:45.412] vq_CopyProperty signalled err=-12783 (kFigBaseObjectError_ValueNotAvailable) (no videoRenderPipeline available) at /Library/Caches/com.apple.xbs/Sources/CoreMedia/CoreMedia-1731.15.33/Prototypes/VideoQueue/FigVideoQueue.m line 1042 21.03.2016 17:12:45,579 com.apple.WebKit.WebContent[804] GVA warning: addNewReferenceEntry_MMCO mmcoFunc1 not found requested 12, curr = 15 21.03.2016 17:12:52,169 Safari[797] KeychainGetICDPStatus: keychain: -25300 21.03.2016 17:12:52,170 Safari[797] KeychainGetICDPStatus: status: off 21.03.2016 17:12:53,071 SystemUIServer[596] Could not find image named 'BB2E870E-CCEB-44C6-ADD3-228E4336E552'. 21.03.2016 17:12:53,071 SystemUIServer[596] Could not find image named '448733A9-987C-4701-A7F5-D892440996D0'. 21.03.2016 17:12:56,905 com.apple.backupd[518] Copied 1178 items (95,4 MB) from volume OS X. Linked 4648. 21.03.2016 17:12:58,635 com.apple.backupd[518] Created new backup: 2016-03-21-171258 21.03.2016 17:12:58,642 UserEventAgent[40] Failed to send message because the port couldn't be created. 21.03.2016 17:12:58,644 UserEventAgent[40] Failed to send message because the port couldn't be created. 21.03.2016 17:12:59,000 kernel[0] hfs: mounted Recovery HD on device disk0s3 21.03.2016 17:12:59,000 syslogd[39] ASL Sender Statistics 21.03.2016 17:12:59,128 fseventsd[43] Logging disabled completely for device:1: /Volumes/Recovery HD 21.03.2016 17:12:59,184 mdworker[382] (ImportBailout.Error:1325) Asked to exit for Diskarb 21.03.2016 17:12:59,184 mdworker[384] (ImportBailout.Error:1325) Asked to exit for Diskarb 21.03.2016 17:12:59,185 mdworker[383] (ImportBailout.Error:1325) Asked to exit for Diskarb 21.03.2016 17:12:59,186 mdworker[385] (ImportBailout.Error:1325) Asked to exit for Diskarb 21.03.2016 17:12:59,191 mdworker[386] (ImportBailout.Error:1325) Asked to exit for Diskarb 21.03.2016 17:12:59,191 mdworker[421] (ImportBailout.Error:1325) Asked to exit for Diskarb 21.03.2016 17:12:59,192 mdworker[419] (ImportBailout.Error:1325) Asked to exit for Diskarb 21.03.2016 17:12:59,193 mdworker[420] (ImportBailout.Error:1325) Asked to exit for Diskarb 21.03.2016 17:12:59,196 mdworker[451] (ImportBailout.Error:1325) Asked to exit for Diskarb 21.03.2016 17:12:59,197 mdworker[452] (ImportBailout.Error:1325) Asked to exit for Diskarb 21.03.2016 17:12:59,200 com.apple.backupd[518] Stopping backup to allow backup destination disk to be unmounted or ejected. 21.03.2016 17:12:59,200 mdworker[808] (ImportBailout.Error:1325) Asked to exit for Diskarb 21.03.2016 17:12:59,201 mdworker[817] (ImportBailout.Error:1325) Asked to exit for Diskarb 21.03.2016 17:12:59,201 mdworker[814] (ImportBailout.Error:1325) Asked to exit for Diskarb 21.03.2016 17:12:59,201 mdworker[816] (ImportBailout.Error:1325) Asked to exit for Diskarb 21.03.2016 17:12:59,203 mdworker[815] (ImportBailout.Error:1325) Asked to exit for Diskarb 21.03.2016 17:12:59,205 mdworker[809] (ImportBailout.Error:1325) Asked to exit for Diskarb 21.03.2016 17:12:59,206 mdworker[446] (ImportBailout.Error:1325) Asked to exit for Diskarb 21.03.2016 17:12:59,206 mdworker[448] (ImportBailout.Error:1325) Asked to exit for Diskarb 21.03.2016 17:12:59,207 mdworker[447] (ImportBailout.Error:1325) Asked to exit for Diskarb 21.03.2016 17:12:59,208 mdworker[444] (ImportBailout.Error:1325) Asked to exit for Diskarb 21.03.2016 17:12:59,208 mdworker[450] (ImportBailout.Error:1325) Asked to exit for Diskarb 21.03.2016 17:12:59,209 mdworker[477] (ImportBailout.Error:1325) Asked to exit for Diskarb 21.03.2016 17:12:59,209 mdworker[445] (ImportBailout.Error:1325) Asked to exit for Diskarb 21.03.2016 17:12:59,209 mdworker[475] (ImportBailout.Error:1325) Asked to exit for Diskarb 21.03.2016 17:12:59,209 mdworker[480] (ImportBailout.Error:1325) Asked to exit for Diskarb 21.03.2016 17:12:59,210 mdworker[481] (ImportBailout.Error:1325) Asked to exit for Diskarb 21.03.2016 17:12:59,210 mdworker[476] (ImportBailout.Error:1325) Asked to exit for Diskarb 21.03.2016 17:12:59,211 mdworker[478] (ImportBailout.Error:1325) Asked to exit for Diskarb 21.03.2016 17:12:59,211 mdworker[747] (ImportBailout.Error:1325) Asked to exit for Diskarb 21.03.2016 17:12:59,211 mdworker[539] (ImportBailout.Error:1325) Asked to exit for Diskarb 21.03.2016 17:12:59,212 mdworker[730] (ImportBailout.Error:1325) Asked to exit for Diskarb 21.03.2016 17:12:59,212 mdworker[731] (ImportBailout.Error:1325) Asked to exit for Diskarb 21.03.2016 17:12:59,213 mdworker[732] (ImportBailout.Error:1325) Asked to exit for Diskarb 21.03.2016 17:12:59,213 mdworker[810] (ImportBailout.Error:1325) Asked to exit for Diskarb 21.03.2016 17:12:59,214 mdworker[806] (ImportBailout.Error:1325) Asked to exit for Diskarb 21.03.2016 17:12:59,214 mdworker[491] (ImportBailout.Error:1325) Asked to exit for Diskarb 21.03.2016 17:12:59,214 mdworker[819] (ImportBailout.Error:1325) Asked to exit for Diskarb 21.03.2016 17:12:59,215 mdworker[479] (ImportBailout.Error:1325) Asked to exit for Diskarb 21.03.2016 17:12:59,215 mdworker[811] (ImportBailout.Error:1325) Asked to exit for Diskarb 21.03.2016 17:12:59,684 com.apple.backupd[518] Backup deletion canceled 21.03.2016 17:12:59,685 com.apple.backupd[518] Starting post-backup thinning 21.03.2016 17:13:01,471 mdworker[831] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:13:01,471 mdworker[831] LaunchServices: Database mapping failed with result -10822, retrying 21.03.2016 17:13:01,471 mdworker[831] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:13:02,700 mdworker[831] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:13:02,700 mdworker[831] LaunchServices: Database mapping failed with result -10822, retrying 21.03.2016 17:13:02,700 mdworker[831] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:13:02,722 mdworker[831] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:13:02,722 mdworker[831] LaunchServices: Database mapping failed with result -10822, retrying 21.03.2016 17:13:02,722 mdworker[831] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:13:02,723 mdworker[831] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:13:02,723 mdworker[831] LaunchServices: Database mapping failed with result -10822, retrying 21.03.2016 17:13:02,724 mdworker[831] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:13:02,728 mdworker[831] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:13:02,728 mdworker[831] LaunchServices: Database mapping failed with result -10822, retrying 21.03.2016 17:13:02,728 mdworker[831] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:13:02,736 mdworker[831] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:13:02,736 mdworker[831] LaunchServices: Database mapping failed with result -10822, retrying 21.03.2016 17:13:02,736 mdworker[831] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:13:02,742 mdworker[831] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:13:02,742 mdworker[831] LaunchServices: Database mapping failed with result -10822, retrying 21.03.2016 17:13:02,742 mdworker[831] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:13:02,747 mdworker[831] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:13:02,747 mdworker[831] LaunchServices: Database mapping failed with result -10822, retrying 21.03.2016 17:13:02,747 mdworker[831] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:13:02,751 mdworker[831] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:13:02,751 mdworker[831] LaunchServices: Database mapping failed with result -10822, retrying 21.03.2016 17:13:02,752 mdworker[831] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:13:02,760 mdworker[831] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:13:02,760 mdworker[831] LaunchServices: Database mapping failed with result -10822, retrying 21.03.2016 17:13:02,760 mdworker[831] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:13:02,769 mdworker[831] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:13:02,769 mdworker[831] LaunchServices: Database mapping failed with result -10822, retrying 21.03.2016 17:13:02,769 mdworker[831] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:13:02,779 mdworker[831] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:13:02,779 mdworker[831] LaunchServices: Database mapping failed with result -10822, retrying 21.03.2016 17:13:02,779 mdworker[831] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:13:02,783 mdworker[831] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:13:02,783 mdworker[831] LaunchServices: Database mapping failed with result -10822, retrying 21.03.2016 17:13:02,784 mdworker[831] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:13:02,789 mdworker[831] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:13:02,789 mdworker[831] LaunchServices: Database mapping failed with result -10822, retrying 21.03.2016 17:13:02,789 mdworker[831] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:13:02,794 mdworker[831] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:13:02,794 mdworker[831] LaunchServices: Database mapping failed with result -10822, retrying 21.03.2016 17:13:02,794 mdworker[831] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:13:02,799 mdworker[831] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:13:02,799 mdworker[831] LaunchServices: Database mapping failed with result -10822, retrying 21.03.2016 17:13:02,799 mdworker[831] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:13:02,811 mdworker[831] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:13:02,811 mdworker[831] LaunchServices: Database mapping failed with result -10822, retrying 21.03.2016 17:13:02,811 mdworker[831] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:13:02,816 mdworker[831] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:13:02,816 mdworker[831] LaunchServices: Database mapping failed with result -10822, retrying 21.03.2016 17:13:02,816 mdworker[831] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:13:02,821 mdworker[831] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:13:02,821 mdworker[831] LaunchServices: Database mapping failed with result -10822, retrying 21.03.2016 17:13:02,821 mdworker[831] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:13:02,829 mdworker[831] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:13:02,829 mdworker[831] LaunchServices: Database mapping failed with result -10822, retrying 21.03.2016 17:13:02,830 mdworker[831] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:13:02,835 mdworker[831] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:13:02,835 mdworker[831] LaunchServices: Database mapping failed with result -10822, retrying 21.03.2016 17:13:02,835 mdworker[831] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:13:02,840 mdworker[831] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:13:02,840 mdworker[831] LaunchServices: Database mapping failed with result -10822, retrying 21.03.2016 17:13:02,840 mdworker[831] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:13:02,845 mdworker[831] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:13:02,845 mdworker[831] LaunchServices: Database mapping failed with result -10822, retrying 21.03.2016 17:13:02,846 mdworker[831] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:13:02,850 mdworker[831] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:13:02,850 mdworker[831] LaunchServices: Database mapping failed with result -10822, retrying 21.03.2016 17:13:02,851 mdworker[831] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:13:02,856 mdworker[831] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:13:02,856 mdworker[831] LaunchServices: Database mapping failed with result -10822, retrying 21.03.2016 17:13:02,856 mdworker[831] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:13:02,857 mdworker[831] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:13:02,857 mdworker[831] LaunchServices: Database mapping failed with result -10822, retrying 21.03.2016 17:13:02,857 mdworker[831] LaunchServices: received XPC_ERROR_CONNECTION_INTERRUPTED trying to map database 21.03.2016 17:13:09,235 com.apple.backupd[518] Cancellation timed out - exiting 21.03.2016 17:13:09,000 kernel[0] hfs: unmount initiated on Recovery HD on device disk0s3 21.03.2016 17:13:33,746 ntpd[176] wake time set -1.807785 s 21.03.2016 17:13:36,383 AirPlayUIAgent[628] 2016-03-21 05:13:36.383284 PM [AirPlayUIAgent] BecomingInactive: NSWorkspaceWillSleepNotification 21.03.2016 17:13:36,384 CommCenter[591] Telling CSI to go low power. 21.03.2016 17:13:36,000 kernel[0] Sound assertion in AppleHDAFunctionGroup at line 1058 21.03.2016 17:13:36,513 com.apple.WebKit.WebContent[804] 17:13:36.512 ERROR: 177: timed out after 0.093s (567 567); mMajorChangePending=0 21.03.2016 17:13:36,526 WindowServer[561] device_generate_desktop_screenshot: authw 0x7fdd4193e000(2000), shield 0x7fdd4193cc00(2001) 21.03.2016 17:13:36,594 identityservicesd[752] <IMMacNotificationCenterManager: 0x7f89217356a0>: notification observer: com.apple.iChat notification: __CFNotification 0x7f8921707e10 {name = _NSDoNotDisturbEnabledNotification} 21.03.2016 17:13:36,594 imagent[629] <IMMacNotificationCenterManager: 0x7f850951d1a0>: notification observer: com.apple.FaceTime notification: __CFNotification 0x7f850960a120 {name = _NSDoNotDisturbEnabledNotification} 21.03.2016 17:13:36,612 identityservicesd[752] <IMMacNotificationCenterManager: 0x7f89217356a0>: NC Disabled: NO 21.03.2016 17:13:36,612 imagent[629] <IMMacNotificationCenterManager: 0x7f850951d1a0>: NC Disabled: NO 21.03.2016 17:13:36,619 identityservicesd[752] <IMMacNotificationCenterManager: 0x7f89217356a0>: DND Enabled: YES 21.03.2016 17:13:36,619 imagent[629] <IMMacNotificationCenterManager: 0x7f850951d1a0>: DND Enabled: YES 21.03.2016 17:13:36,619 imagent[629] <IMMacNotificationCenterManager: 0x7f850951d1a0>: Updating enabled: NO (Topics: ( )) 21.03.2016 17:13:36,619 identityservicesd[752] <IMMacNotificationCenterManager: 0x7f89217356a0>: Updating enabled: NO (Topics: ( )) 21.03.2016 17:13:36,677 WindowServer[561] device_generate_lock_screen_screenshot: authw 0x7fdd4193e000(2000)[0, 0, 2560, 1440] shield 0x7fdd4193cc00(2001), dev [2560,1440] 21.03.2016 17:13:37,458 cloudfamilyrestrictionsd[645] CFRPushManager : connection:didChangeConnectedStatus: : 0 21.03.2016 17:13:42,097 com.apple.WebKit.WebContent[804] 17:13:42.096 ERROR: 177: timed out after 0.093s (567 567); mMajorChangePending=0 21.03.2016 17:13:46,388 loginwindow[560] CoreAnimation: warning, deleted thread with uncommitted CATransaction; set CA_DEBUG_TRANSACTIONS=1 in environment to log backtraces. 21.03.2016 17:13:54,000 kernel[0] PM response took 2995 ms (49, powerd) 21.03.2016 17:13:54,000 kernel[0] kern_open_file_for_direct_io(0) 21.03.2016 17:13:54,000 kernel[0] kern_open_file_for_direct_io took 0 ms 21.03.2016 17:13:54,000 kernel[0] Opened file /var/log/SleepWakeStacks.bin, size 172032, extents 1, maxio 2000000 ssd 1 21.03.2016 17:13:54,000 kernel[0] polled file major 1, minor 0, blocksize 4096, pollers 5 21.03.2016 17:15:55,000 kernel[0] setWakeOnMagicPacket() ===> 21.03.2016 17:15:55,000 kernel[0] Ethernet [AtherosE2200]: Wake on magic packet enabled. 21.03.2016 17:15:55,000 kernel[0] setWakeOnMagicPacket() <=== 21.03.2016 17:15:55,000 kernel[0] disable() ===> 21.03.2016 17:15:55,000 kernel[0] Ethernet [AtherosE2200]: EEE link partner: 0x0000. 21.03.2016 17:15:55,000 kernel[0] Ethernet [AtherosE2200]: EEE link partner: 0x0000. 21.03.2016 17:15:55,000 kernel[0] Ethernet [AtherosE2200]: Link down on en0 21.03.2016 17:15:55,000 kernel[0] txClearDescriptors() ===> 21.03.2016 17:15:55,000 kernel[0] txClearDescriptors() <=== 21.03.2016 17:15:55,000 kernel[0] disable() <=== 21.03.2016 17:15:55,000 kernel[0] setPowerState() ===> 21.03.2016 17:15:55,000 kernel[0] Ethernet [AtherosE2200]: switching to power state 0. 21.03.2016 17:15:55,000 kernel[0] setPowerState() <=== 21.03.2016 17:13:56,000 kernel[0] Wake reason: PWRB (User) 21.03.2016 17:15:55,000 kernel[0] Unsynchronized TSC for cpu 1: 0x0000000179fb9ccc, delta 0x1590f9477 21.03.2016 17:15:55,000 kernel[0] Unsynchronized TSC for cpu 2: 0x000000017a1a7b28, delta 0x1590f9477 21.03.2016 17:15:55,000 kernel[0] Unsynchronized TSC for cpu 3: 0x000000017a39512c, delta 0x1590f9477 21.03.2016 17:15:55,000 kernel[0] Current tsc from rdtsc64() is 6350206980. Rendezvouing.. 21.03.2016 17:15:55,000 kernel[0] Previous sleep cause: 5 21.03.2016 17:15:55,000 kernel[0] setPowerState() ===> 21.03.2016 17:15:55,000 kernel[0] Ethernet [AtherosE2200]: switching to power state 1. 21.03.2016 17:15:55,000 kernel[0] setPowerState() <=== 21.03.2016 17:15:55,000 kernel[0] enable() ===> 21.03.2016 17:15:55,000 kernel[0] selectMedium() ===> 21.03.2016 17:15:55,000 kernel[0] txClearDescriptors() ===> 21.03.2016 17:15:55,000 kernel[0] txClearDescriptors() <=== 21.03.2016 17:15:55,000 kernel[0] setMulticastMode() ===> 21.03.2016 17:15:55,000 kernel[0] setMulticastMode() <=== 21.03.2016 17:15:55,000 kernel[0] Ethernet [AtherosE2200]: Link down on en0 21.03.2016 17:15:55,000 kernel[0] selectMedium() <=== 21.03.2016 17:15:55,815 diagnosticd[117] error evaluating process info - pid: 784, puniqueid: 784 21.03.2016 17:15:55,816 CommCenter[591] Telling CSI to exit low power. 21.03.2016 17:15:55,000 kernel[0] setMulticastMode() ===> 21.03.2016 17:15:55,000 kernel[0] setMulticastMode() <=== 21.03.2016 17:15:55,000 kernel[0] enable() <=== 21.03.2016 17:15:55,000 kernel[0] setWakeOnMagicPacket() ===> 21.03.2016 17:15:55,000 kernel[0] Ethernet [AtherosE2200]: Wake on magic packet disabled. 21.03.2016 17:15:55,000 kernel[0] setWakeOnMagicPacket() <=== 21.03.2016 17:15:55,000 kernel[0] setMulticastMode() ===> 21.03.2016 17:15:55,000 kernel[0] setMulticastMode() <=== 21.03.2016 17:15:55,000 kernel[0] setMulticastList() ===> 21.03.2016 17:15:55,000 kernel[0] setMulticastList() <=== 21.03.2016 17:15:55,000 kernel[0] getPacketFilters() ===> 21.03.2016 17:15:55,000 kernel[0] getPacketFilters() <=== 21.03.2016 17:15:55,826 AirPlayUIAgent[628] 2016-03-21 05:15:55.826312 PM [AirPlayAVSys] ### Audio server died 21.03.2016 17:15:55,829 diagnosticd[117] error evaluating process info - pid: 618, puniqueid: 618 21.03.2016 17:15:55,829 CoreLocationAgent[677] locationRequest for pid=675 response=65535 21.03.2016 17:15:55,831 com.apple.xpc.launchd[1] (com.apple.audio.coreaudiod[784]) Service exited due to signal: Floating point exception: 8 21.03.2016 17:15:55,831 loginwindow[560] ERROR | -[LWBuiltInScreenLockAuthLion closeAuthAndReset:] | Attempted to remove an observer when not observing 21.03.2016 17:15:55,835 com.apple.xpc.launchd[1] (com.apple.notificationcenterui.agent[618]) Service exited due to signal: Floating point exception: 8 21.03.2016 17:15:55,835 com.apple.xpc.launchd[1] (com.apple.WebKit.WebContent.AB46CE04-C00E-4C86-A5C4-08015B72D815[804]) Service exited due to signal: Floating point exception: 8 21.03.2016 17:15:55,846 com.apple.xpc.launchd[1] (com.apple.ReportCrash.Root[836]) Endpoint has been activated through legacy launch(3) APIs. Please switch to XPC or bootstrap_check_in(): com.apple.ReportCrash.DirectoryService 21.03.2016 17:15:55,868 com.apple.xpc.launchd[1] (com.apple.ReportCrash[838]) Endpoint has been activated through legacy launch(3) APIs. Please switch to XPC or bootstrap_check_in(): com.apple.ReportCrash 21.03.2016 17:15:56,023 WindowServer[561] CGXDisplayDidWakeNotification [506320821495]: posting kCGSDisplayDidWake 21.03.2016 17:15:56,024 WindowServer[561] handle_will_sleep_auth_and_shield_windows: NULL shield_window (lock state: 1) 21.03.2016 17:15:56,311 com.apple.audio.DriverHelper[841] The plug-in named AirPlay.driver requires extending the sandbox for the mach service named com.apple.AirPlayXPCHelper. 21.03.2016 17:15:56,311 com.apple.audio.DriverHelper[841] The plug-in named AirPlay.driver requires extending the sandbox for the mach service named com.apple.coremedia.endpointmanager.xpc. 21.03.2016 17:15:56,311 com.apple.audio.DriverHelper[841] The plug-in named AirPlay.driver requires extending the sandbox for the mach service named com.apple.coremedia.endpoint.xpc. 21.03.2016 17:15:56,311 com.apple.audio.DriverHelper[841] The plug-in named AirPlay.driver requires extending the sandbox for the mach service named com.apple.coremedia.endpointstream.xpc. 21.03.2016 17:15:56,319 com.apple.audio.DriverHelper[841] The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the IOKit user-client class RootDomainUserClient. 21.03.2016 17:15:56,319 com.apple.audio.DriverHelper[841] The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the IOKit user-client class IOHIDLibUserClient. 21.03.2016 17:15:56,319 com.apple.audio.DriverHelper[841] The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the IOKit user-client class IOBluetoothL2CAPChannelUserClient. 21.03.2016 17:15:56,319 com.apple.audio.DriverHelper[841] The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the IOKit user-client class IOBluetoothHCIUserClient. 21.03.2016 17:15:56,319 com.apple.audio.DriverHelper[841] The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the IOKit user-client class IOBluetoothDeviceUserClient. 21.03.2016 17:15:56,319 com.apple.audio.DriverHelper[841] The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the IOKit user-client class IOHIDResourceDeviceUserClient. 21.03.2016 17:15:56,319 com.apple.audio.DriverHelper[841] The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the mach service named com.apple.blued. 21.03.2016 17:15:56,319 com.apple.audio.DriverHelper[841] The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the mach service named com.apple.bluetoothaudiod. 21.03.2016 17:15:56,319 com.apple.audio.DriverHelper[841] The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the mach service named com.apple.BluetoothDOServer. 21.03.2016 17:15:56,419 ReportCrash[836] Saved crash report for coreaudiod[784] version 1 to /Library/Logs/DiagnosticReports/coreaudiod_2016-03-21-171556_iMac-Konrad.crash 21.03.2016 17:15:56,591 ReportCrash[838] Saved crash report for NotificationCenter[618] version 1.0 (448.4) to /Users/Konrad/Library/Logs/DiagnosticReports/NotificationCenter_2016-03-21-171556_iMac-Konrad.crash 21.03.2016 17:15:56,669 pkd[318] client 839 plug-in com.apple.ncplugin.WorldClock election := (null) 21.03.2016 17:15:56,670 pkd[318] client 839 plug-in com.apple.share.SocialWidget election := (null) 21.03.2016 17:15:56,671 pkd[318] client 839 plug-in com.apple.ncplugin.FindMyFriends election := (null) 21.03.2016 17:15:56,671 pkd[318] client 839 plug-in com.apple.ncplugin.calculator election := (null) 21.03.2016 17:15:56,762 fontd[605] BUG in libdispatch client: dispatch_mig_server: mach_msg() failed (ipc/send) invalid memory - 0x1000000c 21.03.2016 17:15:57,071 ReportCrash[838] Saved crash report for com.apple.WebKit.WebContent[804] version 11601 (11601.4.4) to /Users/Konrad/Library/Logs/DiagnosticReports/com.apple.WebKit.WebContent_2016-03-21-171557_iMac-Konrad.crash 21.03.2016 17:15:57,075 ReportCrash[838] AutoSubmitPreference is 1 21.03.2016 17:15:57,136 Problem Reporter[844] AutoSubmitPreference is 1 21.03.2016 17:15:57,197 Problem Reporter[844] AutoSubmitPreference is 1 21.03.2016 17:15:57,200 Problem Reporter[844] AutoSubmitPreference is 1 21.03.2016 17:15:57,213 Problem Reporter[844] AutoSubmitPreference is 1 21.03.2016 17:15:57,216 Problem Reporter[844] AutoSubmitPreference is 1 21.03.2016 17:15:57,218 Problem Reporter[844] AutoSubmitPreference is 1 21.03.2016 17:15:57,220 Problem Reporter[844] AutoSubmitPreference is 1 21.03.2016 17:15:57,300 Problem Reporter[844] AutoSubmitPreference is 1 21.03.2016 17:15:57,303 Problem Reporter[844] AutoSubmitPreference is 1 21.03.2016 17:15:57,000 kernel[0] Ethernet [AtherosE2200]: EEE link partner: 0x0000. 21.03.2016 17:15:57,000 kernel[0] Ethernet [AtherosE2200]: Link up on en0, 100-Megabit, Full-duplex, Rx/Tx flow-control 21.03.2016 17:15:57,000 kernel[0] getPacketFilters() ===> 21.03.2016 17:15:57,000 kernel[0] getPacketFilters() <=== 21.03.2016 17:15:57,000 kernel[0] Ethernet [AtherosE2200]: EEE link partner: 0x0000. 21.03.2016 17:15:57,000 kernel[0] setMulticastList() ===> 21.03.2016 17:15:57,000 kernel[0] setMulticastList() <=== 21.03.2016 17:15:57,000 kernel[0] setMulticastList() ===> 21.03.2016 17:15:57,000 kernel[0] setMulticastList() <=== 21.03.2016 17:15:57,000 kernel[0] in6_unlink_ifa: IPv6 address 0x9bb56675c03036d9 has no prefix 21.03.2016 17:15:57,000 kernel[0] setMulticastList() ===> 21.03.2016 17:15:57,000 kernel[0] setMulticastList() <=== 21.03.2016 17:15:57,511 configd[48] LINKLOCAL en0: parent has no IP 21.03.2016 17:15:57,519 configd[48] network changed: v4(en0-:192.168.1.106) DNS- Proxy- 21.03.2016 17:15:57,000 kernel[0] setMulticastList() ===> 21.03.2016 17:15:57,000 kernel[0] setMulticastList() <=== 21.03.2016 17:15:57,000 kernel[0] setMulticastList() ===> 21.03.2016 17:15:57,000 kernel[0] setMulticastList() <=== 21.03.2016 17:15:57,000 kernel[0] setMulticastList() ===> 21.03.2016 17:15:57,000 kernel[0] setMulticastList() <=== 21.03.2016 17:15:57,574 mDNSResponder[551] 26: Could not write data to client PID[798](com.apple.WebKi) because of error - aborting connection 21.03.2016 17:15:57,574 mDNSResponder[551] 26: DNSServiceCreateConnection: 0 registered records, 1 kDNSServiceFlagsShareConnection operation PID[798](com.apple.WebKi) 21.03.2016 17:15:57,574 mDNSResponder[551] -> DNSServiceGetAddrInfo 0x4000D000 0 v4v6 r1.sn-8xjug5oxu-3ufl.googlevideo.com. PID[798]() 21.03.2016 17:15:57,576 configd[48] network changed: v4(en0+:192.168.1.106) DNS+ Proxy+ SMB 21.03.2016 17:15:57,581 Problem Reporter[844] AutoSubmitPreference is 1 21.03.2016 17:15:57,583 Problem Reporter[844] AutoSubmitPreference is 1 21.03.2016 17:15:57,000 kernel[0] setMulticastList() ===> 21.03.2016 17:15:57,000 kernel[0] setMulticastList() <=== 21.03.2016 17:15:57,000 kernel[0] setMulticastList() ===> 21.03.2016 17:15:57,000 kernel[0] setMulticastList() <=== 21.03.2016 17:15:58,305 pkd[318] enabling pid=839 for plug-in com.apple.ncplugin.stocks(1.0) C663A207-1CD1-435E-9B16-72D3F703FA4A /System/Library/CoreServices/Stocks.app/Contents/PlugIns/com.apple.ncplugin.stocks.appex 21.03.2016 17:15:58,306 pkd[318] enabling pid=839 for plug-in com.apple.iCal.CalendarNC(1.0) 612DD495-2878-4CF5-8288-B6791876B68C /Applications/Calendar.app/Contents/PlugIns/com.apple.iCal.CalendarNC.appex 21.03.2016 17:15:58,307 pkd[318] enabling pid=839 for plug-in com.apple.ncplugin.weather(1.0) 06C36799-6E34-4817-BC0D-FE092D0DCFE6 /System/Library/CoreServices/Weather.app/Contents/PlugIns/com.apple.ncplugin.weather.appex 21.03.2016 17:15:58,336 com.apple.ncplugin.weather[857] ### Failed to load Addressbook class CNContactNameFormatter 21.03.2016 17:15:58,565 NotificationCenter[839] plugin com.apple.iCal.CalendarNC invalidated 21.03.2016 17:15:58,565 com.apple.iCal.CalendarNC[856] host connection <NSXPCConnection: 0x7f95234204c0> connection from pid 839 invalidated 21.03.2016 17:15:58,631 NotificationCenter[839] plugin com.apple.ncplugin.weather invalidated 21.03.2016 17:15:58,631 com.apple.ncplugin.weather[857] host connection <NSXPCConnection: 0x7fea4a60cd10> connection from pid 839 invalidated 21.03.2016 17:15:58,634 CoreLocationAgent[677] locationRequest for pid=857 message=0 21.03.2016 17:15:58,675 NotificationCenter[839] plugin com.apple.ncplugin.stocks invalidated 21.03.2016 17:15:58,676 com.apple.ncplugin.stocks[855] host connection <NSXPCConnection: 0x7fa51b614d60> connection from pid 839 invalidated 21.03.2016 17:16:01,615 cloudfamilyrestrictionsd[645] CFRPushManager : connection:didChangeConnectedStatus: : 1 21.03.2016 17:16:05,838 secd[558] securityd_xpc_dictionary_handler cloudd[661] copy_matching Error Domain=NSOSStatusErrorDomain Code=-50 "query missing class name" (paramErr: error in user parameter list) UserInfo={NSDescription=query missing class name} 21.03.2016 17:16:05,838 cloudd[661] SecOSStatusWith error:[-50] Error Domain=NSOSStatusErrorDomain Code=-50 "query missing class name" (paramErr: error in user parameter list) UserInfo={NSDescription=query missing class name} 21.03.2016 17:16:29,310 com.apple.WebKit.WebContent[840] [17:16:29.310] vq_CopyProperty signalled err=-12783 (kFigBaseObjectError_ValueNotAvailable) (no videoRenderPipeline available) at /Library/Caches/com.apple.xbs/Sources/CoreMedia/CoreMedia-1731.15.33/Prototypes/VideoQueue/FigVideoQueue.m line 1042 21.03.2016 17:16:29,310 com.apple.WebKit.WebContent[840] [17:16:29.310] vq_CopyProperty signalled err=-12783 (kFigBaseObjectError_ValueNotAvailable) (no videoRenderPipeline available) at /Library/Caches/com.apple.xbs/Sources/CoreMedia/CoreMedia-1731.15.33/Prototypes/VideoQueue/FigVideoQueue.m line 1042 21.03.2016 17:16:29,310 com.apple.WebKit.WebContent[840] [17:16:29.310] vq_CopyProperty signalled err=-12783 (kFigBaseObjectError_ValueNotAvailable) (no videoRenderPipeline available) at /Library/Caches/com.apple.xbs/Sources/CoreMedia/CoreMedia-1731.15.33/Prototypes/VideoQueue/FigVideoQueue.m line 1042 21.03.2016 17:16:29,311 com.apple.WebKit.WebContent[840] [17:16:29.311] vq_CopyProperty signalled err=-12783 (kFigBaseObjectError_ValueNotAvailable) (no videoRenderPipeline available) at /Library/Caches/com.apple.xbs/Sources/CoreMedia/CoreMedia-1731.15.33/Prototypes/VideoQueue/FigVideoQueue.m line 1042 21.03.2016 17:16:29,311 com.apple.WebKit.WebContent[840] [17:16:29.311] vq_CopyProperty signalled err=-12783 (kFigBaseObjectError_ValueNotAvailable) (no videoRenderPipeline available) at /Library/Caches/com.apple.xbs/Sources/CoreMedia/CoreMedia-1731.15.33/Prototypes/VideoQueue/FigVideoQueue.m line 1042 21.03.2016 17:16:29,311 com.apple.WebKit.WebContent[840] [17:16:29.311] vq_CopyProperty signalled err=-12783 (kFigBaseObjectError_ValueNotAvailable) (no videoRenderPipeline available) at /Library/Caches/com.apple.xbs/Sources/CoreMedia/CoreMedia-1731.15.33/Prototypes/VideoQueue/FigVideoQueue.m line 1042 21.03.2016 17:16:29,311 com.apple.WebKit.WebContent[840] [17:16:29.311] vq_CopyProperty signalled err=-12783 (kFigBaseObjectError_ValueNotAvailable) (no videoRenderPipeline available) at /Library/Caches/com.apple.xbs/Sources/CoreMedia/CoreMedia-1731.15.33/Prototypes/VideoQueue/FigVideoQueue.m line 1042 21.03.2016 17:16:29,311 com.apple.WebKit.WebContent[840] [17:16:29.311] vq_CopyProperty signalled err=-12783 (kFigBaseObjectError_ValueNotAvailable) (no videoRenderPipeline available) at /Library/Caches/com.apple.xbs/Sources/CoreMedia/CoreMedia-1731.15.33/Prototypes/VideoQueue/FigVideoQueue.m line 1042 21.03.2016 17:16:29,311 com.apple.WebKit.WebContent[840] [17:16:29.311] vq_CopyProperty signalled err=-12783 (kFigBaseObjectError_ValueNotAvailable) (no videoRenderPipeline available) at /Library/Caches/com.apple.xbs/Sources/CoreMedia/CoreMedia-1731.15.33/Prototypes/VideoQueue/FigVideoQueue.m line 1042 21.03.2016 17:16:29,311 com.apple.WebKit.WebContent[840] [17:16:29.311] vq_CopyProperty signalled err=-12783 (kFigBaseObjectError_ValueNotAvailable) (no videoRenderPipeline available) at /Library/Caches/com.apple.xbs/Sources/CoreMedia/CoreMedia-1731.15.33/Prototypes/VideoQueue/FigVideoQueue.m line 1042 21.03.2016 17:16:29,311 com.apple.WebKit.WebContent[840] [17:16:29.311] vq_CopyProperty signalled err=-12783 (kFigBaseObjectError_ValueNotAvailable) (no videoRenderPipeline available) at /Library/Caches/com.apple.xbs/Sources/CoreMedia/CoreMedia-1731.15.33
Recommended Posts