I also have this problem, i.e. Tivo thinks it is 13 hours behind. I have checked that the symlink to /hack/bin/fixtine.cron is as it should be but ntpdate still resets my clock to 13 hours behind. I have edited my /etc/postcodezones to include 02113 and 02115 as shown below:

# A list of TiVo postcodes and the timezones that they represent
# Two columns, separated by one tab only.
#
02113 Pacific/Auckland
02115 Pacific/Auckland
00800 Australia/Darwin
02000 Australia/Sydney
02600 Australia/Sydney
03000 Australia/Melbourne
04000 Australia/Brisbane
05000 Australia/Adelaide
06000 Australia/Perth
07000 Australia/Hobart

Any other ideas?

Cheers,

Rick



Quote Originally Posted by Wibble
You might have a different version of the ntpdate than I have.

Try this:
ls -la /bin/ntpdate*

This is what I get:
lrwxrwxrwx 1 0 0 24 Mar 16 2004 ntpdate -> ../hack/bin/fixtime.cron
-rwxr-xr-x 1 0 0 299512 May 30 2002 ntpdate.orig

if your ntpdate is not the link to /hack/bin/fixtime.cron
do the following:
rw
cd /bin
mv ntpdate ntpdate.orig
ln -s /hack/bin/fixtime.cron ntpdate
ro

Now run /bin/ntpdate which should give you the right time.