Mac OS X 10.5: Computer starts up unexpectedly at the same time each day


 
Thread Tools Search this Thread
Operating Systems OS X (Apple) OS X Support RSS Mac OS X 10.5: Computer starts up unexpectedly at the same time each day
# 1  
Old 09-27-2008
Mac OS X 10.5: Computer starts up unexpectedly at the same time each day

In Mac OS X 10.5 through 10.5.4, your Mac may start up unexpectedly each day (at midnight UTC/GMT) even if it is not scheduled to start up in Energy Saver preferences in System Preferences. The local time when the computer may start up will vary depending on which time zone you are located in and whether or not daylight savings time is being observed. For example: Midnight UTC/GMT may be 5 p.m. Pacific Daylight Time (PDT) or 7 p.m. Eastern Standard Time (EST). This could happen after upgrading from Mac OS X 10.4 to Mac OS X 10.5 Leopard.

More from Apple OS X Support ...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

how can I run something as root (modprobe, to be exact) every time computer starts.

I have the root password for my box, but I'm ignorant. So, every time I start my computer, I have to run this command /sbin/modprobe fuse as su, so that I can do other stuff (like mount remote directories locally using sshfs) I guess there's some file, like .bashrc, only it's applicable... (4 Replies)
Discussion started by: tphyahoo
4 Replies
Login or Register to Ask a Question
GTIMER(1)							      GTimer								 GTIMER(1)

NAME
gtimer - an application for recording time spent on user-defined tasks. SYNOPSIS
gtimer [-midnight offset] [-weekstart day] [-nosplash] [-resume] [-start task] DESCRIPTION
GTimer allows the user to time one or more activities. Users define tasks that can be timed. Text annotations can also be added to tasks. Reports can be generated that summarize time spent and annotations. OPTIONS
-midnight offset Specify the offset of midnight to use. Users can allow time spent after midnight to be recorded for the previous day. For exam- ple, the command gtimer -midnight 400 will not consider everything 3:59AM the previous day. -weekstart day Specify which day of the week should be considered the beginning of the week when generating reports. day should be a number between 0 and 6, where 0 is Sunday. For example, the command gtimer -weekstart 1 will use Monday as the first day of the week for all weekly reports. The default is 0 (Sunday). -resume Start timing any tasks that were still be timed when GTimer last exited. -start taskname Start timing the specified task immediately. This option can be used more than once on the command line. For example, you can start a tasks with: gtimer -start 'GTimer development' -nosplash Do not display the splash window on startup. FILES
~/.gtimer/ data storage SEE ALSO
enscript(1), lpr(1) AUTHOR
Craig Knudsen <cknudsen@cknudsen.com> <http://www.cknudsen.com/> GTimer WWW home page: <http://www.cknudsen.com/gtimer/> GTimer Mar 19, 2003 GTIMER(1)