Displaying 1 result from an estimated 1 matches for "nildadump".
2001 May 21
1
ignoring SIGPIPE causing problems in pipes
..., signal_handler);
signal(SIGTERM, signal_handler);
- signal(SIGPIPE, SIG_IGN);
+ /* signal(SIGPIPE, SIG_IGN); */
if (have_pty)
signal(SIGWINCH, window_change_handler);
... and got the correct behavior:
[root at nilda test-restore]# ssh meili 'cat nildadump-boot.gz' | \
gunzip -c | restore xf - kernel.h
root at meili's password:
set owner/mode for '.'? [yn] n
Broken pipe
I noticed in the ChangeLog file that SIGPIPE and X forwarding problems
are related somehow ...
Is there any chance of this getting resolved before September?...