<div dir="ltr"><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Aug 30, 2013 at 2:37 PM, Joey Morris <span dir="ltr">&lt;<a href="mailto:rjmorris.list@zoho.com" target="_blank">rjmorris.list@zoho.com</a>&gt;</span> wrote:<br>
<blockquote style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid" class="gmail_quote">Captain Hook &lt;<a href="mailto:captainhookzero@gmail.com">captainhookzero@gmail.com</a>&gt; wrote on Fri, Aug 30, 2013 at 12:43:48PM -0400:<br>

<div class="im">&gt; Here are the contents of my crontab file:<br>
&gt;<br>
&gt; 30 2 * * * root /usr/sbin/pm-suspend 2&gt;&amp;1 ./home/user/Templog/Cron.log<br>
&gt;<br>
&gt; The pm-suspend command never runs, so I attempted to force it to log to a<br>
&gt; cron.log log file, which doesn&#39;t work either.<br>
<br>
</div>Aren&#39;t you missing the redirection operator? And maybe your relative<br>
path to the log file is fine, but I&#39;d remove the dot from the<br>
beginning.<br>
<br>
30 2 * * * root /usr/sbin/pm-suspend 2&gt;&amp;1 &gt; /home/user/Templog/Cron.log<br>
<div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://www.mythtv.org/mailman/listinfo/mythtv-users" target="_blank">http://www.mythtv.org/mailman/listinfo/mythtv-users</a><br>
</div></div></blockquote></div><br>I removed the dot and it still did not run or write anything to the log file.  I did reboot the PC as well and changed the time.  Log file is still blank.</div></div>