RE: large file error is now SIGUSR1 or SIGINT error

2002-02-13 Thread Granzow, Doug (NCI)
D]' > Subject: Re: large file error is now SIGUSR1 or SIGINT error > > > The SIGUSR1 or SIGINT is just a secondary message in this > case that you can > ignore. The receiver side of rsync splits into two > processes, and that's > just the message that the sec

Re: large file error is now SIGUSR1 or SIGINT error

2002-02-12 Thread Dave Dykstra
The SIGUSR1 or SIGINT is just a secondary message in this case that you can ignore. The receiver side of rsync splits into two processes, and that's just the message that the second one prints after the first one kills it off because it had a problem. The real problem is your write failure. I d