Some more info :
>From strichnine as root :
# cd /usr; find . -depth -print | cpio -ovB | rsh dgps6 dd of=/dev/null
The command completes normally.
>From dgps6 as root :
rsh strichnine 'cd /usr; find -depth | cpio -ovB' | dd of=/dev/null
The command stops very early (as mentionned in the first post). But :
rsh strichnine 'cd /usr; find -depth | strace -o/tmp/cpio.output cpio -ovB' | dd of=/dev/null
The command continues a bit further and then stops (without ending).
So, having added 'strace -o/tmp/cpio.output' (or strace -o/dev/null)
makes things apparently go better, but now hangs after a few Mo of data
transferred.
30221 root 0 0 388 388 312 S 0 0.0 0.3 0:00 find
30222 root 4 0 492 492 396 S 0 0.0 0.3 0:03 strace
30223 root 2 0 424 424 348 T 0 0.0 0.3 0:01 cpio
I have to kill the command with a ^Z + kill -9 %1.
A+,
-- Thierry Danis Poste : 53 53 danis@spmo.sagem.fr- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/