On Thu, Oct 4, 2012 at 8:50 PM, Ian Evans <span dir="ltr">&lt;<a href="mailto:dheianevans@gmail.com" target="_blank">dheianevans@gmail.com</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
I have a user job running that&#39;s been going for way too many hours.<br>
It&#39;s currently stuck on the handbrake part and I&#39;m sure I&#39;ve run a<br>
unix command before that let me see the output of a background<br>
process.<br></blockquote><div><br></div><div>You won&#39;t be able to see just the output, but strace -p PID could help you determine what&#39;s going on.  It will start streaming a bunch of system calls being performed by the process and it might help you narrow down a problem.</div>
<div><br></div><div>/Brian/</div></div>