[mythtv-commits] Ticket #2009: shutdown is not prevented if recording is scheduled via mythweb

MythTV mythtv at cvs.mythtv.org
Thu Jun 29 21:32:45 UTC 2006


#2009: shutdown is not prevented if recording is scheduled via mythweb
---------------------------------+------------------------------------------
 Reporter:  andersin at freenet.de  |       Owner:  ijr 
     Type:  defect               |      Status:  new 
 Priority:  minor                |   Milestone:      
Component:  mythtv               |     Version:  0.19
 Severity:  medium               |  
---------------------------------+------------------------------------------
 === Summary ===
 When mythtv is set to shut down automatically after some idle time, once
 the system thinks it is idle, recordings that are scheduled with mythweb
 do not prevent the shutdown if they fall in the 'Max. wait for recording'
 interval. This causes problems when the recording is to start within the
 next 10 minutes. nvram-wakeup will not write the startup time to
 /dev/nvram and the system will not wake up.


 ----
 === Steps to reproduce: ===
 * Set the following options:
   * Idle timeout = 900
   * Max wait for recording = 30
   * Startup before rec = 300
   * Set wakeuptime command = nvram-wakeup -s $(($time + 300))

 * Quit all clients connecting to backend. Backcend log will say
 I'm idle now... shutdown will occur in 900 seconds.

 * schedule some recording via mythweb that starts 20 minutes in the
 future.
 The backend will acknowledge that it sees the schedule but will keep
 counting down
 Scheduled 1 items in 0.0 = 0.03 match + 0.02 place
 370 secs left to system shutdown!

 After 15 min (900 sec), the backend will shutdown after nvram-wakeup
 complains that the time is not 10 minutes in the future.

 ----
 === Additional Note: ===
 While searching the web to see if this issue has been reported before, I
 came across some posts where using mythweb caused the machine to shut down
 (http://www.mythtv.org/pipermail/mythtv-users/2006-January/117751.html). I
 am not sure if mythweb was changed because of this.

 ----
 === Expected Behavior: ===
 The scheduler should detect that the upcoming recording falls within the
 'max wait for recording' and prevent the backend from shutting down.

-- 
Ticket URL: <http://cvs.mythtv.org/trac/ticket/2009>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list