I got mine to work in the end. Seems so simple but caused me more grief than it should have.
To summarise tips from this thread and what helped me:
1. Make sure your firewall isn't blocking traffic to 65.49.60.197 or 132.163.4.103 (and whatever other NTP servers your tivo might be pointing to - 132.163.4.101?)
2. Make sure you're in the / directory before you run the rsync command.
3. Make the filesystem read/writable with the rw command
4. Make sure you use two colons '::' in the rsync command
5. Make sure you have a space and . on the end of the rsync command.
6. Run the ntpdate command a couple of times. Mine didn't update on the first go.
7. Reboot (Still not sure if this is really required but can't hurt).
Code:
[TiVo [p0] ~]# cd /
[TiVo [p0] ~]# rw
[TiVo [p0] ~]# rsync -rv 65.49.60.197::oztivo_timezones .
[TiVo [p0] ~]# /bin/ntpdate -b -v 132.163.4.103
[TiVo [p0] ~]# ro
Cheers.
Bookmarks