Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

imofean

macrumors member
Original poster
Oct 17, 2008
40
0
My mac mini keep waking up every 15 mins during the night. The timing coincides with this system.log message
Screenshot 2022-02-03 at 12.26.48 PM.png
Screenshot 2022-02-03 at 12.25.03 PM.png

I have an external HDD and a USB hubs (With Type c to hdmi, connected to a monitor) connected to the mac mini. Is it the source of the problem?
 

verstaerker

macrumors member
Jul 21, 2011
67
14
i have a very similar problem with my MacPro 2019 - it wakes up every 6 minutes
after a
Code:
log show |grep -i "Wake reason"
i get
Code:
 0x12d03d   Default     0x0    117    0    powerd: [powerd:wakeRequests] Selected RTC wake request:{

RTC is a scheduled wakeup by something

Does anyone know what this in detail means or how i can find out what's causing the scheduled wakeup? (yes the log line ends after the { )
 
Last edited:

chrfr

macrumors G5
Jul 11, 2009
13,703
7,266
i have a very similar problem with my MacPro 2019 - it wakes up every 6 minutes
after a
Code:
log show |grep -i "Wake reason"
i get
Code:
 0x12d03d   Default     0x0    117    0    powerd: [powerd:wakeRequests] Selected RTC wake request:{

RTC is a scheduled wakeup by something

Does anyone know what this in detail means or how i can find out what's causing the scheduled wakeup? (yes the log line ends after the { )
If you're on macOS 12.2, the update to 12.2.1 fixes this.
 

verstaerker

macrumors member
Jul 21, 2011
67
14
If you're on macOS 12.2, the update to 12.2.1 fixes this.
i'm on 12.2.1 .. it didn't fix it .. as it's not bluetooth related (i have turned bluetooth off a while ago, because it was waking up the Mac instantly after it went to sleep)
 

verstaerker

macrumors member
Jul 21, 2011
67
14
in my case at the end only this helped:
Code:
sudo pmset -a tcpkeepalive 0

Apple clearly warns, with a good reason:
Code:
Warning: This option disables TCP Keep Alive mechanism when sytem is sleeping. This will result in some critical features like 'Find My Mac' not to function properly.

so please be thoughtful when disabling that
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.