- To: slug@xxxxxxxxxxx
- Subject: Re: [SLUG] Timezone/Daylight savings query.
- From: "Voytek Eymont" <voytek@xxxxxxxxxx>
- Date: Sat, 31 Dec 2005 09:04:23 +1100 (EST)
- Reply-to: voytek@xxxxxxxxxx
- User-agent: SquirrelMail/1.5.1 [CVS]
On Sat, December 31, 2005 7:57 am, Michael Fox wrote:
> Hi,
>
>
> Someone mentioned something that I thought might be relevant to a few
> others. Basically we all know the /usr/share/timezone/Australia/Sydney is
> encoded with relevant daylight savings changes.
on this subject, apart from the fact I don't have
/usr/share/timezone/Australia/Sydney
or even /usr/share/timezone
more pertinent is that my ntpd is not really keeping my clock updated
what do I need to do to see what I'm missing:
# service ntpd start
Starting ntpd: [ OK ]
# grep ntpd /var/log/messages
Dec 31 08:53:38 koala ntpd: ntpd startup succeeded
Dec 31 08:53:38 koala ntpd[24661]: ntpd 4.1.1@1.786 Mon Apr 8 06:30:52
EDT 2002 (1)
Dec 31 08:53:39 koala ntpd[24661]: precision = 9 usec
Dec 31 08:53:39 koala ntpd[24661]: kernel time discipline status 0040
Dec 31 08:53:39 koala ntpd[24661]: frequency initialized -16.459 from
/etc/ntp/drift
ntp.conf has:
restrict default ignore
restrict 127.0.0.1
restrict 203.42.34.0 mask 255.255.255.0 nomodify notrust
server augean.eleceng.adelaide.edu.au
server ntp.syd.connect.com.au
server ntp.connect.com.au
server 203.42.34.53
server 203.28.234.2
server clock2.redhat.com
server clock.redhat.com
restrict 192.189.54.33 nomodify
restrict 192.189.54.17 nomodify
restrict 203.28.234.2 nomodify
restrict 66.187.224.4 nomodify
restrict 66.187.233.4 nomodify
fudge 127.127.1.0 stratum 10
driftfile /etc/ntp/drift
broadcastdelay 0.008
authenticate no
keys /etc/ntp/keys
--
Voytek