Mac Turns Itself On Once A Day

The machines we love to hate

Moderator: Wiz Feinberg

User avatar
Jon Moen
Posts: 367
Joined: 13 Mar 2005 1:01 am
Location: Canada
State/Province: -
Country: United States

Post by Jon Moen »

Maybe try instead:

-g custom

Maybe this will show something else? I wonder what a pre-set settings profile is is?

-g custom will display custom settings for all power sources, although these settings may not currently
be in use; a pre-set settings profile may be active instead.
User avatar
Randy Phelps
Posts: 344
Joined: 8 Jan 2007 7:58 am
Location: California, USA
State/Province: California
Country: United States

Okay B0b!

Post by Randy Phelps »

The System Management Controller (SMC) is a chip on the logic board that controls all power functions for your computer. If your computer is experiencing any power issue, resetting the SMC may resolve it. The SMC controls several functions, including:

Telling the computer when to turn on, turn off, sleep, wake, idle, and so forth.
Handling system resets from various commands.
Controlling the fans.
To reset the SMC on an iMac (Early 2006), iMac (Mid 2006), iMac (Late 2006), or Mac mini (Early 2006):

From the Apple menu, choose Shut Down (or if the computer is not responding, hold the power button until it turns off).
Unplug all cables from the computer, including the power cord and any display cables.
Wait at least 15 seconds.
Plug the power cord back in, making sure the power button is not being pressed at the time. Then reconnect your keyboard and mouse to the computer.
Press the power button on the back to start up your computer.
The iMac (Early 2006) and later models do not have a button on the main logic board for resetting the SMC, which eliminates the need to remove the computer's cover to reset it (as required for some earlier models).
To reset the SMC on a Mac Pro computer is:
From the Apple menu, choose Shut Down (or if the computer is not responding, hold the power button until it turns off).
Open and remove the metallic outer door.
Press the SMC_RST switch that is located slightly below and to the right of the row of diagnostic LEDs. Use a non-metallic, non-conductive object, such as a wooden pencil. Note: Mac Pro (Early 2008) does not have an SMC_RST switch, refer to the reset procedure steps in the previous section (same as the Intel iMac and Intel Mac Mini above).
Replace the metallic outer door.
Press the power button to start up your computer.


Try this.. it should solve it.
User avatar
b0b
Posts: 29079
Joined: 4 Aug 1998 11:00 pm
Location: Cloverdale, CA, USA
State/Province: -
Country: United States

Post by b0b »

Here's a topic at the Apple Support Forum where people have been trying to solve it:
http://discussions.apple.com/thread.jsp ... ID=7280837

The solution involves deleting a configuration file named com.apple.AutoWake.plist. The problem is that if you use Energy Saver to turn off your computer (I turn mine off at 7 PM), this file is automatically created with no wake time. The system interprets this as "Power on at 0:00 UTC" which is 5:00 PM Pacific Daylight Time.

So, it looks like if I turn off the shutdown scheduler and then delete the file, it will fix the problem. I'll just have to manually turn off the power when I leave every day like I do with the PCs. :\

Or maybe I could set it to startup/wake at 6:58 PM then shut down at 7:00 PM. A bit freaky if someone's in the office, but it might work. I think I'll try that and see what happens. 8)
-๐•“๐•†๐•“- (admin) - Robert P. Lee - Recordings - Breathe - D6th - Video
User avatar
b0b
Posts: 29079
Joined: 4 Aug 1998 11:00 pm
Location: Cloverdale, CA, USA
State/Province: -
Country: United States

Post by b0b »

I just found this amazingly inventive workaround for the problem:

Code: Select all

sudo pmset schedule wakeorpoweron "03/31/49 06:00:00 GMT" "com.elgato.workaround"
This sets a wakeup call for the year 2049, regardless of what you do with the Energy Saver scheduler. Since there is always a wakeup time, the bogus 0:00 UTC wakeup call never happens.

I still like my idea better. Stay tuned. We'll see if it works when 5 PM rolls around.
User avatar
b0b
Posts: 29079
Joined: 4 Aug 1998 11:00 pm
Location: Cloverdale, CA, USA
State/Province: -
Country: United States

Post by b0b »

It worked! I now have a wakeup event set for 6:58 PM and that kept the bogus 5:00 wakeup from happening.

Maybe I'll try that kludge tomorrow.