On Thu, Dec 08, 2005, Stephen R Marenka wrote: > $ sudo strace gst-compprep-0.8 2>&1 | tee strace.log > It hangs on a read. I wonder about that SIGCHLD just before, but I have > no idea what's going on.
Err please try "strace -f -w -o strace.log", you might want to add "-tt" to that too so that we see how long each calls take. Right now, your strace only covers the gst-compprep-0.8 command itself. Could you please check that you allow anything from dev lo too? (eg iptables -I INPUT -j ACCEPT -i lo) Bye, -- Loïc Minier <[EMAIL PROTECTED]>

