On Thu, 11 Sep 2003 12:27:37 -0500 "Brown, Tony" <[EMAIL PROTECTED]> wrote:
> Hi all, > > I am running a Netbackup RH 7.1 client (Win2k Media/Master Server). My diferrential > backups are fine. My full backup is consistently disconnecting the socket(s) with a > SIGPIPE error. I am at a loss in trying to find what is producing the SIGPIPE. > > [5066] <16> bpbkar sighandler: ERR - bpbkar killed by SIGPIPE > [5066] <2> bpbkar sighandler: INF - ignoring additional SIGPIPE signals > > I see that gdb can be used to trap signals or redirect the action of certain signals > ... but this looks to be based on C programs ... my process is ksh based. Hey Tony, Need to see your script to know for sure.. But basically it means that one command in a pipe has dropped out so that that command connected to it no longer has anything to write to. For example: cat file | head When head terminates after showing the first few lines... cat receives a SIGPIPE to tell it that it no longer has anywhere to send its output. Share you script and i'm sure you'll get some more specific help. Cheers, Sean -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list