Quote Originally Posted by Wibble
try ntpdate -v -v -v -s 210.48.107.133
or ntpdate -vvvs 210.48.107.133
if that works make the one you use ntpdate -s 210.48.107.133

There are 2 version of ntpdate.

The one where this works:
ntpdate -ddd 127.0.0.1
31 May 10:47:41 ntpdate[399]: ntpdate 3-5.93 Fri Apr 5 00:15:50 PST 2002 (1)
which uses UDP port 123

and the version which is the one you appear to have
which uses TCP port 37

For those that are interested, the
UDP 123 version of ntp date is based on this:
http://www.opensource.apple.com/darw...date/ntpdate.c

The TCP 37 source is here:
http://www.forums.oztivo.net/showthr...2295&#post2295
My result......

[TiVo [p1] ~]# ntpdate -v -v -v -s 210.48.107.133
ntpdate: invalid option -- s
Our postcode is 02113. No matching timezone for postcode 02113
[TiVo [p1] ~]#
[TiVo [p1] ~]# ntpdate -vvvs 210.48.107.133
ntpdate: invalid option -- s
Our postcode is 02113. No matching timezone for postcode 02113
[TiVo [p1] ~]#
[TiVo [p1] ~]#