Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 23

Thread: incorrect time

  1. #11
    Join Date
    Oct 2004
    Location
    Sydney NSW
    Posts
    55
    you may have to use the rw command to make your system writeable.

    Basically issue the 'rw' command at the start, and then use 'ro' when you are done.

    Also, did you remember to include the dot at the end of line 3? It won't work without it.

  2. #12
    i lied - it seems to have worked

    thanks for all the help!

    A

  3. David/Forum, please ignore the below, it all seems to have worked. I think it takes a few moments to update. I went back into to Telnet, ran the ntpdate command and it reported the correct time. Tivo's guide screen also reports correct time. Thanks again, Tony.

    Quote Originally Posted by Dave Hatt View Post
    you may have to use the rw command to make your system writeable.

    Basically issue the 'rw' command at the start, and then use 'ro' when you are done.

    Also, did you remember to include the dot at the end of line 3? It won't work without it.
    Thanks David,
    My time is still wrong. Here's what I did and what happens:
    First I run the rsync as instructed...

    [TiVo [p0] ~]# rsync -rv 65.49.60.197:ztivo_timezones .
    Welcome to the OzTiVo rsync server...

    receiving file list ... done
    hack/zoneinfo/Australia/Adelaide
    hack/zoneinfo/Australia/Brisbane
    hack/zoneinfo/Australia/Broken_Hill
    hack/zoneinfo/Australia/Canberra
    hack/zoneinfo/Australia/Currie
    hack/zoneinfo/Australia/Darwin
    hack/zoneinfo/Australia/Eucla
    hack/zoneinfo/Australia/Hobart
    hack/zoneinfo/Australia/Lindeman
    hack/zoneinfo/Australia/Lord_Howe
    hack/zoneinfo/Australia/Melbourne
    hack/zoneinfo/Australia/Perth
    hack/zoneinfo/Australia/Sydney
    hack/zoneinfo/Pacific/Norfolk
    wrote 433 bytes read 992 bytes 570.00 bytes/sec
    total size is 7058 speedup is 4.95
    [TiVo [p0] ~]#


    Then I run the rw and ntpdate commands as follows....

    [TiVo [p0] ~]#
    [TiVo [p0] ~]# rw
    File system is now READ/WRITE.
    [TiVo [p0] ~]#
    [TiVo [p0] ~]# ntpdate -b -v 132.163.4.103
    [TiVo [p0] ~]#
    [TiVo [p0] ~]# Time set to: Mon Oct 6 22:00:58 2008
    Have a nice day.

    [TiVo [p0] ~]#
    [TiVo [p0] ~]# ro
    File system is now READ ONLY.
    [TiVo [p0] ~]#


    However it is 11pm and as you can see the result above shows its still 10pm.

    Appreciate any ideas. I am also running version 1.3 in Sydney.

    Cheers
    Tony

  4. Hi All,

    I'm also having problems getting my 1.3 tivo to update to the correct time.

    When I enter the rsync command as described I get the following error:

    # rsync -rv 65.49.60.197ztivo_timezones .

    Connection Refused
    unexpected EOF in read_timeout

    I've tried using the --timeout option for rsync but it didn't make any difference.

    Any ideas?

    Cheers.

  5. #15
    Join Date
    Apr 2004
    Location
    Perth, Western Australia
    Posts
    3,037
    There is a colon missing from the command you pasted.

    Code:
    [TiVo [p0] ~]# rsync -rv 65.49.60.197::oztivo_timezones .
    Peter.
    Last edited by petestrash; 08-10-2008 at 03:09 PM. Reason: missing a colon
    Please search this forum and our Website for your TiVo questions before starting a new thread. Thanks!

  6. Damn those pesky smileys! I entered a double colon and the rsync command worked.

    Code:
    [TiVo [p0] ~]# rsync -rv 65.49.60.197::oztivo_timezones .
    I then ran the ntpdate command and am now waiting for the time to update. Its still showing the old time at the moment but other posters have suggested it takes a while so I'll give it some time. Will let you know if I still have problems.

    Cheers for your help.

  7. #17
    Join Date
    Apr 2004
    Location
    Perth, Western Australia
    Posts
    3,037
    Did you reboot after the rsync?


    Peter.
    Please search this forum and our Website for your TiVo questions before starting a new thread. Thanks!

  8. #18
    Join Date
    May 2004
    Location
    Melbourne, Victoria
    Posts
    12
    I get the same problem. The time is still an hour out.

  9. 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.
    Last edited by LochNessMonster; 08-10-2008 at 10:31 PM.

  10. #20
    Join Date
    Oct 2004
    Location
    Sydney NSW
    Posts
    55
    I thought I would post the instructions one more time (without the smilies) to make sure its clear for those still having problems:
    1. Telnet into your Tivo.
    2. Change to the top-level directory by doing
      Code:
      cd /
    3. Run the command:
      Code:
      rw
    4. Run the command:
      Code:
      rsync -rv 65.49.60.197::oztivo_timezones .
    5. Don't forget the space then dot on the end of the command! 5a. Run command:
      Code:
      ro
    6. Run the command
      Code:
      rs/bin/ntpdate -b -v 132.163.4.103
    7. Reboot the tivo
    Step 3 is to make sure your directory structure is not read-only. Step 7 may not be necessary for most people, but it can't hurt. Running these steps again also cannot hurt.

    Please take note of any error messages, or if steps 4 and 6 don't provide the expected results. (Step 4 will synchronise your timezones folder with the one on oztivo, downloading the latest timezone files. Step 6 will update the time on your tivo by contacting a web time server.)
    Last edited by Dave Hatt; 09-10-2008 at 06:34 PM.

Similar Threads

  1. Incorrect time zone - post code issue?
    By mkhannah in forum Australian TiVoHD
    Replies: 14
    Last Post: 03-05-2018, 08:31 PM
  2. Time issues with Daylight Saving and Guide Time
    By Ray in forum New Zealand General Forum
    Replies: 4
    Last Post: 06-04-2010, 06:55 AM
  3. Incorrect time
    By jumbophut in forum New Zealand General Forum
    Replies: 14
    Last Post: 01-04-2010, 06:27 PM
  4. Guide data time incorrect
    By jackal in forum TV Guide Issues
    Replies: 2
    Last Post: 11-08-2009, 09:14 PM
  5. Daily Call setting incorrect time
    By Wanted in forum New Zealand General Forum
    Replies: 6
    Last Post: 04-08-2009, 09:03 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •