jsl2000 Posted May 1 Share Posted May 1 (edited) My hackintoshs suffered from this issue in Sonoma even I repeated enter command "sudo pmset schedule cancelall" in Terminal. It always recurs soon or later as shown here: How to fix it ? Edited May 1 by jsl2000 Link to comment Share on other sites More sharing options...
Slice Posted May 1 Share Posted May 1 You are not the first asking the question. Be the first who will answer. 1 Link to comment Share on other sites More sharing options...
jsl2000 Posted May 2 Author Share Posted May 2 (edited) 19 hours ago, Slice said: You are not the first asking the question. Be the first who will answer. I'll try sudo pmset repeat cancel To see whether it will work for me. Unfortunately it does not work ! Edited May 2 by jsl2000 Link to comment Share on other sites More sharing options...
Poirot Posted May 24 Share Posted May 24 Shot in the dark.... Execute pmset -g schedule to see what is set (just for info purposes.) Then execute pmset schedule cancel to remove all settings. Also pmset repeat cancel to remove any repeat pmset commands. Then execute pmset -g schedule to make sure the setting has been canceled. Link to comment Share on other sites More sharing options...
Slice Posted May 24 Share Posted May 24 2 hours ago, Poirot said: Shot in the dark.... Execute pmset -g schedule to see what is set (just for info purposes.) Then execute pmset schedule cancel to remove all settings. Also pmset repeat cancel to remove any repeat pmset commands. Then execute pmset -g schedule to make sure the setting has been canceled. sergey@iMac ~ % sudo pmset -g schedule Password: Error: unhandled argument schedule Usage: pmset <options> See pmset(1) for details: 'man pmset' sergey@iMac ~ % Link to comment Share on other sites More sharing options...
Poirot Posted May 24 Share Posted May 24 3 hours ago, Slice said: sergey@iMac ~ % sudo pmset -g schedule Password: Error: unhandled argument schedule Usage: pmset <options> See pmset(1) for details: 'man pmset' sergey@iMac ~ % What do you see if you run pmset -g sched? I get the following: poirot@Hercules-iMac ~ % pmset -g sched Repeating power events: wake at 4:45AM weekdays only sleep at 10:00PM every day Scheduled power events: [0] wake at 05/24/2024 19:46:13 by 'com.apple.alarm.user-invisible-com.apple.acmd.alarm' [1] wake at 05/24/2024 23:08:07 by 'com.apple.alarm.user-invisible-com.apple.calaccessd.travelEngine.periodicRefreshTimer' [2] wake at 05/25/2024 13:50:57 by 'com.apple.alarm.user-invisible-com.apple.acmd.alarm' poirot@Hercules-iMac ~ % Link to comment Share on other sites More sharing options...
Slice Posted May 26 Share Posted May 26 On 5/24/2024 at 11:04 PM, Poirot said: What do you see if you run pmset -g sched? I get the following: poirot@Hercules-iMac ~ % pmset -g sched Repeating power events: wake at 4:45AM weekdays only sleep at 10:00PM every day Scheduled power events: [0] wake at 05/24/2024 19:46:13 by 'com.apple.alarm.user-invisible-com.apple.acmd.alarm' [1] wake at 05/24/2024 23:08:07 by 'com.apple.alarm.user-invisible-com.apple.calaccessd.travelEngine.periodicRefreshTimer' [2] wake at 05/25/2024 13:50:57 by 'com.apple.alarm.user-invisible-com.apple.acmd.alarm' poirot@Hercules-iMac ~ % I got nothing sergey@iMac ~ % sudo pmset -g sched Password: sergey@iMac ~ % Anyway every two hours my computer wakes for 45 seconds. Link to comment Share on other sites More sharing options...
Poirot Posted May 27 Share Posted May 27 What do you power settings in Hackintool look like? Here are mine: Do you know if there are any cron jobs running? Do a crontab -l Link to comment Share on other sites More sharing options...
Slice Posted May 28 Share Posted May 28 sergey@iMac ~ % crontab -l crontab: no crontab for sergey sergey@iMac ~ % sudo pmset -g Password: System-wide power settings: Currently in use: standby 0 Sleep On Power Button 1 womp 1 halfdim 1 hibernatefile /var/vm/sleepimage proximitywake 1 powernap 0 gpuswitch 2 networkoversleep 0 autorestart 1 standbydelayhigh 86400 sleep 30 (sleep prevented by AddressBookSourceSync) hibernatemode 0 disksleep 10 ttyskeepawake 1 displaysleep 30 highstandbythreshold 50 standbydelaylow 0 sergey@iMac ~ % proximitywake? sergey@iMac ~ % crontab -l crontab: no crontab for sergey sergey@iMac ~ % sudo pmset -g Password: System-wide power settings: Currently in use: standby 0 Sleep On Power Button 1 womp 1 halfdim 1 hibernatefile /var/vm/sleepimage proximitywake 1 powernap 0 gpuswitch 2 networkoversleep 0 autorestart 1 standbydelayhigh 86400 sleep 30 (sleep prevented by AddressBookSourceSync) hibernatemode 0 disksleep 10 ttyskeepawake 1 displaysleep 30 highstandbythreshold 50 standbydelaylow 0 sergey@iMac ~ % proximitywake? Link to comment Share on other sites More sharing options...
RobertX Posted June 1 Share Posted June 1 ~ % pmset -g sched Scheduled power events: [0] wake at 06/01/2024 02:24:30 by 'com.apple.alarm.user-invisible-com.apple.calaccessd.travelEngine.periodicRefreshTimer' [1] wake at 06/01/2024 16:26:08 by 'com.apple.alarm.user-invisible-com.apple.acmd.alarm' ...just to add my 2 cents worth Link to comment Share on other sites More sharing options...
Poirot Posted June 3 Share Posted June 3 "proximitywake - On supported systems, this option controls system wake from sleep based on proximity of devices using same iCloud id. (value =0/1)" This can be activated by an iPhone, or watch..... Link to comment Share on other sites More sharing options...
RobertX Posted June 7 Share Posted June 7 On 6/3/2024 at 7:16 AM, Poirot said: "proximitywake - On supported systems, this option controls system wake from sleep based on proximity of devices using same iCloud id. (value =0/1)" This can be activated by an iPhone, or watch..... ...can I assume that 0=yes and 1 =no? Link to comment Share on other sites More sharing options...
Recommended Posts