[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Fwd: RE: [cobalt-users] Raq3 vs. real-time clock
- Subject: Fwd: RE: [cobalt-users] Raq3 vs. real-time clock
- From: Gerald Waugh <gwaugh@xxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri Jul 5 20:55:01 2002
- Organization: Front Street Networks LLC
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
I am forwarding this message from Carl Jolley
Seems, as though Carl has found another way to "skin the cat"
Oops pardon me that may not be politically correct, but heres
Carl's idea, and it looks prittie simple and does the JOB
On Friday 05 July 2002 11:07 pm, Jolley, Carl wrote:
> I've done something different and it appears
> to work. Any advise or pointers appreciated.
>
> I just added an ntpdate call into the start case
> of /etc/rc.d/init.d/crond.
Hey, thats an idea, sound simpler,
Why don't you post the changes to etc/rc.d/init.d/crond to the list
-----------------------------
edit /etc/c.d/init.d/crond.
Before my change crond looked like:
case "$1" in
start)
echo -n "Starting cron daemon: "
after my change crond looks like:
case "$1" in
start)
/usr/sbin/ntpdate <myclock> >>/var/cobalt/sauce.log 2>&1
/sbin/clock -w -u >>/var/cobalt/sauce.log 2>&1
echo -n "Starting cron daemon: "
Change <myclock> to reference the appropriate ntp server.
--
Gerald Waugh
http://frontstreetnetworks.com SOHO Networks & Web Site Hosting
Front Street Networks LLC voice +1 203 785 0699 * fax +1 203 785
1787
229 Front Street, Ste. #C, New Haven CT 06513-3203