[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] [RaQ1] Time and date not set ok at boot
- Subject: Re: [cobalt-users] [RaQ1] Time and date not set ok at boot
- From: Gerald Waugh <gwaugh@xxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue Mar 19 07:47:02 2002
- Organization: Front Street Networks LLC
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
On Tuesday 19 March 2002 01:19 pm, Jurrie Overgoor wrote:
> Hello,
>
> I have a little and strange problem with my RaQ 1. Every time I boot it,
> the date gets set back to a day somewhere in 2000... I can correct the date
> and time with the command 'date', but the RaQ doesn't remember the time and
> date when it reboots... How to solve this? Could the battery be dead?
>
put rdate on it.
http://www.cnunix.com/ftp/linux/rdate-1.2.tar.gz
cd date-1.2
make
make install
open /etc/rc.d/rc.local
add the following as the last line
/usr/sbin/rdate -s clock-1.cs.cmu.edu
This will reset your clock on boot
put this file (ntp.auto) in /etc/cron.daily
#========== file ntp.auto ===========
# set my clock about 4:00 am
/usr/sbin/rdate -s clock-1.cs.cmu.edu
#============= end ==============
This will reset your clock at 4:00 AM
Works on RaQ2 should work on a RaQ1
--
Gerald Waugh
http://frontstreetnetworks.com
New Haven, Connecticut USA