[mythtv-users] PM-Suspend/Cron job/motherboard Woes

Joey Morris rjmorris.list at zoho.com
Fri Aug 30 18:37:36 UTC 2013


Captain Hook <captainhookzero at gmail.com> wrote on Fri, Aug 30, 2013 at 12:43:48PM -0400:
> Here are the contents of my crontab file:
> 
> 30 2 * * * root /usr/sbin/pm-suspend 2>&1 ./home/user/Templog/Cron.log
> 
> The pm-suspend command never runs, so I attempted to force it to log to a
> cron.log log file, which doesn't work either.

Aren't you missing the redirection operator? And maybe your relative
path to the log file is fine, but I'd remove the dot from the
beginning.

30 2 * * * root /usr/sbin/pm-suspend 2>&1 > /home/user/Templog/Cron.log



More information about the mythtv-users mailing list