On Mon, 2004-09-13 at 11:02, Stephane Bortzmeyer wrote: > This may be related to a bug report I received about OpenSSL and the > handling of SIGPIPE. If you have time, you can try with GNU TLS but, > in any case, please send the actual output, not a summary.
Perhaps a wrapper something like this helps if there is a SIGPIPE problem? #!/bin/bash trap "" SIGPIPE exec echoping $* Ketil Froyn [EMAIL PROTECTED] http://ketil.froyn.name/ -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/smokeping-users WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
