Re[2]: rsync exit codes

2001-05-30 Thread Rusty Carruth
Neil Schellenberger <[EMAIL PROTECTED]> wrote: > ... > >> (e.g. I seem to remember Dave Dykstra mentioning that certain > >> server errors were not logged to the client for security > >> reasons - I may have busted that, sorry). > > Dave> Martin & Tridge will need to decide about

Re: rsync exit codes

2001-05-30 Thread Neil Schellenberger
> "Dave" == Dave Dykstra <[EMAIL PROTECTED]> writes: Dave> The source currently in rsync's CVS already does this. Dave> Martin put that in. Appologies for the duplicate submission - I have several "local" patches that I use, and I don't keep good records on which I've already submitt

Re: rsync exit codes

2001-05-30 Thread Dave Dykstra
On Wed, May 30, 2001 at 10:30:07AM -0400, Neil Schellenberger wrote: Content-Description: message body text > > > "John" == John L Allen writes: > > John> But I do agree it would be nice if the man page documented > John> them. > > Or, better still, if rsync itself simply told you

RE: rsync exit codes

2001-05-30 Thread Allen, John L.
Nice, thanks. Still awaiting your man page patch :-) -Original Message- From: Neil Schellenberger [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 30, 2001 10:30 AM To: [EMAIL PROTECTED] Subject: RE: rsync exit codes >>>>> "John" == John L Allen writes:

RE: rsync exit codes

2001-05-30 Thread Neil Schellenberger
> "John" == John L Allen writes: John> But I do agree it would be nice if the man page documented John> them. Or, better still, if rsync itself simply told you what they meant ;-) --- log.c.orig Sat Jan 29 06:35:03 2000 +++ log.c Wed Oct 18 14:01:26 2000 @@ -25,6 +25,29 @

Re: rsync exit codes

2001-05-29 Thread Cameron Simpson
On Wed, May 30, 2001 at 10:50:37AM +1000, Greg Burley <[EMAIL PROTECTED]> wrote: | have a look at errorcode.h in the distribution source of 2.4.6 | 20 is commented as status returned when sent SIGUSR1 or SIGINT -- the later | being the most useful clue to your problem (you would probably know if

RE: rsync exit codes

2001-05-29 Thread Greg Burley
age- > From: Ken Versteeg [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, 30 May 2001 4:18 AM > To: [EMAIL PROTECTED] > Subject: rsync exit codes > > > Hi, > > Where can I find an explanation of rsync's exit codes? I've > checked the > man pages and the web s

RE: rsync exit codes

2001-05-29 Thread Allen, John L.
30 /* timeout in data send/receive */ But I do agree it would be nice if the man page documented them. John. -Original Message- From: Ken Versteeg [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 29, 2001 02:18 PM To: [EMAIL PROTECTED] Subject: rsync exit codes Hi, Where can I

rsync exit codes

2001-05-29 Thread Ken Versteeg
Hi, Where can I find an explanation of rsync's exit codes? I've checked the man pages and the web site but don't see anything. Specifically, I'm looking for an explanation of exit status 20? Thanks, Ken (pls reply to me directly, I'm not currently subscribe to the mailing list. Thanks) --