Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
I even removed my wifi chip since I don use it. Plus discounted my ethernet cable. Still get the wake from sleep at 2 hour intervals. I'm not about to swap launch daemons from 10.9 to 10.10 just yet. Hope Apple decides to fix this since it seem to only be affecting a some older macs.

Does apple have any way I can report this. The only way I see reporting bugs is with a developer account.
 
I even removed my wifi chip since I don use it. Plus discounted my ethernet cable. Still get the wake from sleep at 2 hour intervals. I'm not about to swap launch daemons from 10.9 to 10.10 just yet. Hope Apple decides to fix this since it seem to only be affecting a some older macs.

Does apple have any way I can report this. The only way I see reporting bugs is with a developer account.

Standard way to report is right here.
 
Hello guys:
my Yosemite works fine on my laptop(Acer V3-571g).
My problem is that Yosemite wakes up automatically roughly every 2 hours for 10 minutes and then goes back to sleep.
It sounds like the PowerNap feature, but I have not activated that (it doesn't show up in Energy Saver preferences anyway).
I try to add Darkwake=0 in org.chameleon.Boot.plist of Chameleon r2391,but it doesn't work,so i try to reset my BIOS,and turn off "Wake From Lan",but it doesn't work.
Today I updated the DP6,but seems that apple don't fix this problem.

Do you have any clues how I can deactivate those RTC Alarm wakes?

Thanks!

PS: Sleep works fine in Mavericks without any RTC Alarm wake ups

As of 10.10.4, discoveryd has been abandoned for the old mDNSResponder. To fix the waking-up-every-two-hours issue now, try entering this in Terminal and then restarting your Mac:

Code:
sudo defaults write /System/Library/LaunchDaemons/com.apple.mDNSResponder.plist ProgramArguments -array-add -DisableSleepProxyClient

This command modifies a system file and may need to be re-entered if Apple issues a software update that "fixes" this hack.
 
discoveryd is gone as of 10.10.4, and replaced with the old mDNSResponder. There's a new fix for the waking-every-2-hours problem. In Terminal, enter the following, enter your password, and then restart your Mac:

Code:
sudo defaults write /System/Library/LaunchDaemons/com.apple.mDNSResponder.plist ProgramArguments -array-add -DisableSleepProxyClient

This command hacks a system file and may need to be re-entered if Apple issues a software update that "fixes" this hack.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.