[mythtv-users] Carbon Footprint

Bill Meek keemllib at gmail.com
Fri Sep 6 03:57:51 UTC 2013


On 09/05/2013 07:53 PM, Daryl McDonald wrote:
...
 > OK done, how does it look?  http://paste.ubuntu.com/6068605/

Great. Unfortunately you did exactly what was suggested.
The problem is that files in the /tmp directory get cleared
when the system boots up. This would have been fine when
you were unable to shutdown, but now it isn't. So, replace
the last three lines with the following four.

LOGFILE=/var/log/mythtv/setwakeup.log
cat /proc/driver/rtc > $LOGFILE
cat /sys/class/rtc/rtc0/wakealarm >> $LOGFILE
echo "Argument 1 = $1, SECS = $SECS" >> $LOGFILE

-- 
Bill


More information about the mythtv-users mailing list