[mythtvnz] Seeking within DVB-S recordings

Steve Hodge mythtvnz@lists.linuxnut.co.nz
Thu, 28 Dec 2006 12:00:38 +1300


------=_Part_90533_27462503.1167260438023
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

On 12/28/06, AlanP <alan.p@orcon.net.nz> wrote:
>
> Why oh why oh why do the errors and warnings NOT get passed to log.log?!


Errors are reported on the standard error stream, which is not redirected
with '>'. You can redirect the error stream with '2>', i.e. 'myisamchk *.MYI
2> log.log', or I believe you can use '&>' to redirect both standard output
and error output to a file. You can also redirect the error stream to the
output stream with '2>&1', i.e. 'myisamchk *.MYI 2>&1 | less'.

Cheers,
Steve

------=_Part_90533_27462503.1167260438023
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

On 12/28/06, <b class="gmail_sendername">AlanP</b> &lt;<a href="mailto:alan.p@orcon.net.nz">alan.p@orcon.net.nz</a>&gt; wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Why oh why oh why do the errors and warnings NOT get passed to log.log?!</blockquote><div><br></div></div>Errors are reported on the standard error stream, which is not redirected with &#39;&gt;&#39;. You can redirect the error stream with &#39;2&gt;&#39;, 
i.e. &#39;myisamchk *.MYI 2&gt; log.log&#39;, or I believe you can use &#39;&amp;&gt;&#39; to redirect both standard output and error output to a file. You can also redirect the error stream to the output stream with &#39;2&gt;&amp;1&#39;, 
i.e. &#39;myisamchk *.MYI 2&gt;&amp;1 | less&#39;.<br><br>Cheers,<br>Steve<br>

------=_Part_90533_27462503.1167260438023--