Jump to content

Schedule in Power


12 posts in this topic

Recommended Posts

Posted (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:

 

Screenshot 2024-05-01 at 7.50.04 PM.png

How to fix it ?

Edited by jsl2000
Link to comment
Share on other sites

You are not the first asking the question. Be the first who will answer.

  • Like 1
Link to comment
Share on other sites

Posted (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 by jsl2000
Link to comment
Share on other sites

  • 4 weeks later...

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

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

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

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

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

~ % 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

"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

 

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

 Share

×
×
  • Create New...