閱讀644 返回首頁    go iPhone_iPad_Mac_apple


MacBook keeps waking up due to this daemon. How...

After running a syslog, I've discovered that there is a leak.

 

Sep  7 10:38:34 Razvans-Air accountsd[314] <Warning>: notify name "com.apple.syncdefaultsd.daemon.wake" has been registered 60 times - this may be a leak

 

This is what is waking up my computer several times a night. There is a second entry, from an time tracking application but there's not much I can do about it.

 

What is this process and how can I prevent it from waking up my Mac? I'm tired of losing 40% of my battery life overnight.

 

Thank you,

Razvan



Please read If your Mac doesn't sleep or wake when expected - Apple Support.

 

There is a second entry, from an time tracking application but there's not much I can do about it.

 

What is that time tracking application and why can you not do anything about it?

 


 

To extract potentially relevant sleep / wake activity consider using the following shell script:


log show --style syslog --last 24h | egrep -i 'system\ sleep|system\ wake' | egrep -v can | awk -F']' '{print substr($0,1,19), $NF}'  


最後更新:2017-09-09 22:43:34

  上一篇:go how to remove http :// ssp.zryydi[.]com from mac?
  下一篇:go Best way to save pdf and send by email.