[mythtv-users] Masterbackend to shutdown slave

Bill Meek keemllib at gmail.com
Thu Jan 6 16:33:11 UTC 2011


On Thu, 2011-01-06 at 16:29 +0100, Viktor Wadskog wrote:
...
> Sleep command: "path to script that shutsdowns my slave"
> Wake command: "MAC-adress to slave"
> 
> Is that the right way to set it up ?

For the Wake command, something like this:

 wol --ipaddr 192.168.x.255 xx:xx:xx:xx:xx:xx

For the Sleep command, try to execute it from the command
line as the same user that runs it:

 sudo -s -u mythtv
 path to script that shuts down my slave
 
Also, look for any errors in your log files, probably:

 /var/log/mythtv/mythbackend.log

Bill




More information about the mythtv-users mailing list