Re: [ILUG] xntpd on RH 6.2

From: Philip Reynolds (phil at domain redbrick.dcu.ie)
Date: Thu 25 May 2000 - 19:24:07 IST


John P. Looney (Kate)'s [jplooney-ilug at domain online.ie] 30 lines of dribble included:
:> Just noticed that in the xntpd startup script, it has:
:>
:>case "$1" in
:> start)
:> # Adjust time to make life easy for xntpd
:> if [ -f /etc/ntp/step-tickers ]; then
:> echo -n "Syncing time for xntpd. "
:> /usr/sbin/ntpdate -s -b -p 8 -u `cat /etc/ntp/step-tickers`
:> fi
:> # Start daemons.
:> echo -n "Starting xntpd: "
:> daemon xntpd -A
:> RETVAL=$?
:> echo
:> [ $RETVAL -eq 0 ] && touch /var/lock/subsys/xntpd
:> ;;
:>
:> Any idea what I have to put into step-tickers to get it to work ? I
:>*think* it's just an NTP server but...
:>

ntpdate takes ntp servers as it arguments
1 or more. Just basically stick in your list of ntp servers separated by a
space.

-- 
Philip Reynolds                | Errors have occurred..
Redbrick Systems Administrator | We won't tell you where or why.
phil at domain redbrick.dcu.ie           | Lazy Programmers.


This archive was generated by hypermail 2.1.6 : Thu 06 Feb 2003 - 13:06:16 GMT