mathog
April 2nd, 2009, 10:54 PM
Sometimes in mythfrontend this happens:
select utilities/setup
select setup
select one of the options
take more than one minute
system shuts down
The mythtv-setup shutdown/wakeup options are:
startup command: blank)
[x] Block shutdown before client connected
Idle shutdown timeout (secs): 60
Max. wait for recording (min): 5
Startup before rec. (secs): 180
Wakeup time format: time_t
Command to set Wakeup Time: /usr/local/bin/MythWakeSet $time
Server halt command: /usr/local/bin/MythPowerOff
Pre Shutdown check-command: mythshutdown --check
mythwelcome itself doesn't do anything except start the frontend, all the other commands are set to /bin/true. This is MythPowerOff
#!/bin/bash
MYTIME=`date '+%s'`
logger "MythPowerOff called at $MYTIME"
poweroff
It looks like some of the setup options do not show up as "busy" for "mythshutdown --check" and it shuts down. In theory this should return 255, but maybe that is for setting up the backend and not the front end? The mythtv version is
0.21.0+fixes20277-openglvdpau-0ubuntu3
Anybody else seen this?
select utilities/setup
select setup
select one of the options
take more than one minute
system shuts down
The mythtv-setup shutdown/wakeup options are:
startup command: blank)
[x] Block shutdown before client connected
Idle shutdown timeout (secs): 60
Max. wait for recording (min): 5
Startup before rec. (secs): 180
Wakeup time format: time_t
Command to set Wakeup Time: /usr/local/bin/MythWakeSet $time
Server halt command: /usr/local/bin/MythPowerOff
Pre Shutdown check-command: mythshutdown --check
mythwelcome itself doesn't do anything except start the frontend, all the other commands are set to /bin/true. This is MythPowerOff
#!/bin/bash
MYTIME=`date '+%s'`
logger "MythPowerOff called at $MYTIME"
poweroff
It looks like some of the setup options do not show up as "busy" for "mythshutdown --check" and it shuts down. In theory this should return 255, but maybe that is for setting up the backend and not the front end? The mythtv version is
0.21.0+fixes20277-openglvdpau-0ubuntu3
Anybody else seen this?