Tivo often reschedules calls for no apparent reason. Look in /var/log/tvlog or /var/log/Otvlog to find out what's happening. You might find lines like this:
- Code: Select all
May 27 00:39:40 (none) tcphonehome[123]: called getTZ
May 27 00:39:40 (none) tcphonehome[123]: Time zone not set, assuming Pacific
May 27 00:39:40 (none) tcphonehome[123]: IsPrimeTime: tz_off = -8, now = 31137704, adj_hour = -8
May 27 00:39:40 (none) tcphonehome[123]: tcphonehome skipping call, its Prime Time
May 27 00:39:40 (none) tcphonehome[123]: ReschedCall: reason = 3, secSinceLast = 0, numFails = 0
May 27 00:39:40 (none) tcphonehome[123]: ReschedCall: reschedule during prime time
May 27 00:39:40 (none) tcphonehome[123]: setting next attempt at 1306470940 (Fri May 27 04:35:40 2011 )
May 27 00:39:40 (none) tcphonehome[123]: Resched Call: resched for 236 min; should happen at Fri May 27 04:35:40 2011
When it decides to actually make the call, you should see:
- Code: Select all
May 27 07:32:44 (none) tcphonehome[123]: phonehome: recieved message. type = 30 subtype = 6
May 27 07:32:44 (none) tcphonehome[123]: Invoking TClient with arg
(Beware that timestamps in logs are GMT)