System clock not getting saved?
Ben Scott
mailvortex at gmail.com
Tue Mar 4 20:35:48 CST 2008
On Tue, Mar 4, 2008 at 7:26 AM, <dell at bobich.net> wrote:
> I manually changed it in the BIOS and now it is where it should be after
> a reboot, but is there any reason why the run-time clock wouldn't be
> getting saved to BIOS every time it is changed?
Linux doesn't tie the system time to the hardware clock the way
Windows/DOS does. The system will use the hardware clock at boot, of
course, but if something sets the system time in Linux (e.g., with the
date(1) command), that doesn't automatically set the hardware clock,
too. One of the things the shutdown scripts (are supposed to) do is
use the system time to set the hardware clock, with hwclock(8). You
can also run hwclock manually, at the command line, to query/set the
hardware clock. I'd start testing there.
-- Ben
More information about the Linux-PowerEdge
mailing list