エナジーセーバーの設定([システム環境設定]-> [ハードウェア]セクション)では、Macは15分後にスリープするように設定されていますが、何も起こりません。
Macはバッテリーを消耗し、バッテリーが少なくなると自動的にオフになります。
pmset -g assertions
端末に入力すると、次のようになります。
3/31/14 5:46:52 AM EDT
Assertion status system-wide:
PreventUserIdleDisplaySleep 0
PreventSystemSleep 0
PreventUserIdleSystemSleep 1
InternalPreventDisplaySleep 0
ExternalMedia 0
UserIsActive 0
ApplePushServiceTask 0
BackgroundTask 0
Listed by owning process:
pid 251(coreaudiod): [0x0000000100000d01] 00:17:27 NoIdleSleepAssertion named: "com.apple.audio.'AppleHDAEngineOutput:1B,0,1,1:0'.noidlesleep"
pid 251(coreaudiod): [0x0000000100000929] 01:11:47 NoIdleSleepAssertion named: "com.apple.audio.'BoomEngine:0'.noidlesleep"
pid 269(helpd): [0x0000000c00000159] 02:37:33 BackgroundTask named: "com.apple.helpd.sdmbuilding"
Kernel Assertions: None
これをどのように読むべきですか?なぜPreventUserIdleSystemSleep
1に設定されているのですか?Macを一定時間操作しないとスリープ状態になるように設定するにはどうすればよいですか?