Results 1 to 5 of 5

Thread: Warped Clock

  1. #1
    Join Date
    Dec 2005
    Location
    Wellington, New Zealand
    Posts
    74

    Warped Clock

    To automatically get over the warped clock issue (see here for details; http://minnie.tuhs.org/twiki/bin/vie...veNoGuideData), I've added the following to Crontab;

    #warped clock fix
    05 01 * * * 7 touch /var/timestamp
    06 01 * * * 7 /hack/bin/force_index.tcl

    however this doesn't appear to be making any difference. The cronlog shows that it has run but I still get warped clock unless I manually run the above via a command line. Any ideas why this doesn't work in Cron?

    Ta, Phil

  2. #2
    Join Date
    Mar 2005
    Location
    Hamilton, NZ
    Posts
    196
    I'm not much of a linux user, but the "7" looks very out of place to me. There should only be 5 entries to specify the date/time to run (you have 6), and the last entry is the day of the week from 0-6 (so 7 could never occur).

    Personally I have
    10 02 * * sat touch /var/timestamp

    which occurs on saturday at 2:10am, which reports in the cron log as
    CMD (touch /var/timestamp)

  3. #3
    Join Date
    Apr 2004
    Location
    Perth, Western Australia
    Posts
    3,037
    I agree with catdog, drop the seven's.

    But really you should not be having any warped clock issues if your image is later than April 18 2005, and your tivo is making successful daily calls.

    If your image is pre 19/4/05 then there is a known bug and the wrong ntpdate file was included.

    You can correct this by downloading the correct file.

    Method 1:
    Download http://minnie.tuhs.org/twiki/pub/Upl...ebHome/ntpdate and replace the existing file in /bin using FTP.

    Method 2:
    Enter the following into your telnet client:

    Code:
    cd /bin
    rw
    mv ntpdate ntpdate.old
    wget http://131.244.9.101/twiki/pub/Uploads/WebHome/ntpdate
    ro
    Peter
    Please search this forum and our Website for your TiVo questions before starting a new thread. Thanks!

  4. #4
    Join Date
    Dec 2005
    Location
    Wellington, New Zealand
    Posts
    74
    Thanks guys. I had 7 for "7 days of the week" ie, every day. Obviously not right.

  5. #5
    Join Date
    Mar 2004
    Location
    Wellington, NZ
    Posts
    573
    I don't think you should need to run those commands via a crontab either.
    Usually if you run it once it doesn't re-appear again (unless something does go awry).

    ZollyMonsta

Similar Threads

  1. Setting the clock on a Thomson
    By ianjf2000 in forum New Zealand General Forum
    Replies: 4
    Last Post: 27-04-2008, 05:12 PM
  2. warped clock
    By tsn in forum General Chat
    Replies: 13
    Last Post: 06-08-2006, 03:56 PM
  3. Clock warped
    By Tony in forum New Zealand General Forum
    Replies: 6
    Last Post: 13-06-2006, 10:36 AM
  4. Warped Clock - Constant Problem
    By specialk23 in forum Question and Answer Forum
    Replies: 27
    Last Post: 18-05-2006, 03:25 PM
  5. The clock runs slow in this image!!!
    By 105547111 in forum Question and Answer Forum
    Replies: 10
    Last Post: 28-04-2004, 09:50 PM

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
  •