Contribute
Register

El Capitan 10.11.4 Laptop Sleep Issue

Status
Not open for further replies.
Thanks a lot, that worked flawlessly. You once again helped me!

edit: sleep takes approx. 1 minute to start but i don't think that's an issue

There is always a 15-20 sec delay before sleep starts (it is a feature).

And there may be assertions that have to clear. You can check them with 'pmset -g assertions' in Terminal.
 
There is always a 15-20 sec delay before sleep starts (it is a feature).

And there may be assertions that have to clear. You can check them with 'pmset -g assertions' in Terminal.

This is the output in Terminal

Code:
[FONT=Menlo]2016-04-15 20:46:34 +0200 [/FONT]
[FONT=Menlo]Assertion status system-wide:[/FONT]
[FONT=Menlo]   BackgroundTask                 0[/FONT]
[FONT=Menlo]   ApplePushServiceTask           0[/FONT]
[FONT=Menlo]   UserIsActive                   0[/FONT]
[FONT=Menlo]   PreventUserIdleDisplaySleep    0[/FONT]
[FONT=Menlo]   PreventSystemSleep             0[/FONT]
[FONT=Menlo]   ExternalMedia                  0[/FONT]
[FONT=Menlo]   PreventUserIdleSystemSleep     1[/FONT]
[FONT=Menlo]   NetworkClientActive            0[/FONT]
[FONT=Menlo]Listed by owning process:[/FONT]
[FONT=Menlo]   pid 258(identityservicesd): [0x0000001a000101a3] 00:00:20 PreventUserIdleSystemSleep named: "IDSPeerIDLookup" [/FONT]
[FONT=Menlo]	Details: IDSPeerIDLookup[/FONT]
[FONT=Menlo]	Timeout will fire in 39 secs Action=TimeoutActionTurnOff[/FONT]
[FONT=Menlo]   pid 75(apsd): [0x00000017000b014d] 00:00:24 ApplePushServiceTask named: "com.apple.apsd-login" [/FONT]
[FONT=Menlo]   pid 75(apsd): [0x00000003000b0130] 00:00:44 ApplePushServiceTask named: "com.apple.apsd-connectionestablish-push.apple.com" [/FONT]
[FONT=Menlo]   pid 75(apsd): [0x000000180012017c] 00:00:22 InteractivePushServiceTask named: "com.apple.apsd-connectionestablish-sandbox.push.apple.com" [/FONT]
[FONT=Menlo]	Timeout will fire in 157 secs Action=TimeoutActionTurnOff[/FONT]
[FONT=Menlo]   pid 308(AddressBookSourceSync): [0x000000180001016a] 00:00:23 PreventUserIdleSystemSleep named: "Address Book Source Sync" [/FONT]
[FONT=Menlo]	Timeout will fire in 1777 secs Action=TimeoutActionTurnOff[/FONT]
[FONT=Menlo]Kernel Assertions: 0x4=USB[/FONT]
[FONT=Menlo]   id=500  level=255 0x4=USB mod=1/01/70 01:00 description=com.apple.usb.externaldevice.14500000 owner=IOUSBHostDevice[/FONT]
[FONT=Menlo]   id=501  level=255 0x4=USB mod=1/01/70 01:00 description=com.apple.usb.externaldevice.14400000 owner=Integrated_Webcam_HD[/FONT]
[FONT=Menlo]Idle sleep preventers: IODisplayWrangler[/FONT]
 
This is the output in Terminal

Code:
[FONT=Menlo]2016-04-15 20:46:34 +0200 [/FONT]
[FONT=Menlo]Assertion status system-wide:[/FONT]
[FONT=Menlo]   BackgroundTask                 0[/FONT]
[FONT=Menlo]   ApplePushServiceTask           0[/FONT]
[FONT=Menlo]   UserIsActive                   0[/FONT]
[FONT=Menlo]   PreventUserIdleDisplaySleep    0[/FONT]
[FONT=Menlo]   PreventSystemSleep             0[/FONT]
[FONT=Menlo]   ExternalMedia                  0[/FONT]
[FONT=Menlo]   PreventUserIdleSystemSleep     1[/FONT]
[FONT=Menlo]   NetworkClientActive            0[/FONT]
[FONT=Menlo]Listed by owning process:[/FONT]
[FONT=Menlo]   pid 258(identityservicesd): [0x0000001a000101a3] 00:00:20 PreventUserIdleSystemSleep named: "IDSPeerIDLookup" [/FONT]
[FONT=Menlo]	Details: IDSPeerIDLookup[/FONT]
[FONT=Menlo]	Timeout will fire in 39 secs Action=TimeoutActionTurnOff[/FONT]
[FONT=Menlo]   pid 75(apsd): [0x00000017000b014d] 00:00:24 ApplePushServiceTask named: "com.apple.apsd-login" [/FONT]
[FONT=Menlo]   pid 75(apsd): [0x00000003000b0130] 00:00:44 ApplePushServiceTask named: "com.apple.apsd-connectionestablish-push.apple.com" [/FONT]
[FONT=Menlo]   pid 75(apsd): [0x000000180012017c] 00:00:22 InteractivePushServiceTask named: "com.apple.apsd-connectionestablish-sandbox.push.apple.com" [/FONT]
[FONT=Menlo]	Timeout will fire in 157 secs Action=TimeoutActionTurnOff[/FONT]
[FONT=Menlo]   pid 308(AddressBookSourceSync): [0x000000180001016a] 00:00:23 PreventUserIdleSystemSleep named: "Address Book Source Sync" [/FONT]
[FONT=Menlo]	Timeout will fire in 1777 secs Action=TimeoutActionTurnOff[/FONT]
[FONT=Menlo]Kernel Assertions: 0x4=USB[/FONT]
[FONT=Menlo]   id=500  level=255 0x4=USB mod=1/01/70 01:00 description=com.apple.usb.externaldevice.14500000 owner=IOUSBHostDevice[/FONT]
[FONT=Menlo]   id=501  level=255 0x4=USB mod=1/01/70 01:00 description=com.apple.usb.externaldevice.14400000 owner=Integrated_Webcam_HD[/FONT]
[FONT=Menlo]Idle sleep preventers: IODisplayWrangler[/FONT]

In this example, you see you need to wait for Address Book Source Sync to finish.
 
Status
Not open for further replies.
Back
Top