Hi all,<br>I&#39;ve just upgraded all front/back ends to Mythbuntu 10.04, and I&#39;m attempting to run my slave back end only when it&#39;s needed.  Here&#39;s what I&#39;ve done so far:<br><br>1) My master backend is always on, running Myth backend 0.23.  It has several tuners.<br>
2) My slave backend has its power controlled completely by the master.  It has a couple of extra tuners that don&#39;t fit in the master server.<br>3) I configured wake-on-lan on the slave.<br>4) I set up the mythtv user with permission (sudoers) to shutdown the slave.<br>
5) I configured (mythtv-setup) the slave with <br>SleepCommand = &quot;sudo /sbin/halt -p&quot;<br>WakeUpCommand = &quot;/usr/bin/wakeonlan XX:XX:XX:XX:XX:XX&quot; (where the X&#39;s are my mac address of the slave)<br><br>
In my opinion, everything tests okay.  If I&#39;ve got nothing set to record on the slave, it gets a sleep command from the master and it shuts down fine.  <br><br>If I manually send a wake-on-lan packet from the master to the slave, it wakes up fine.<br>
<br>If I restart the master&#39;s mythtv-backend service, it wakes up the slave (which boots normally), and then shuts down the slave immediately.<br><br>The problem is this:  when the master shuts down the slave, it moves the status to &quot;currently not connected&quot; instead of asleep.  So, recordings that should wake up the slave in the future are shown as conflicts.<br>
<br>I can&#39;t seem to get the master to understand it should wake up the slave.  Is there something I haven&#39;t configured correctly?<br>