Re: reset error

2001-05-29 Thread Dave Dykstra
On Fri, May 25, 2001 at 02:52:24PM -0700, Simison, Matthew wrote: I am getting this error, read error: Connection reset by peer Why is this happening? Solaris 7 to Solaris 7 rsync v-2.4.1 rsync -a -z --address ${IP} /data/test user@${hostIP}::root/data Matt First, be sure to

Re: problems encountered in 2.4.6

2001-05-29 Thread Dave Dykstra
On Fri, May 25, 2001 at 02:19:59PM -0500, Dave Dykstra wrote: ... Use the -W option to disable the rsync algorithm. We really ought to make that the default when both the source and destination are local. I went ahead and submitted a change to the rsync CVS to automatically turn on -W when

Re: 2.4.6 Hang on BSDI 4.2/4.0.1

2001-05-29 Thread Tuc
I don't have any experience with BSDI, but what's the full command line of the rsync command you're trying to run? /usr/local/bin/rsync -vrlptgozx --partial --delete --force --rsync-path=/usr/l ocal/bin/rsync --exclude='stats/' --exclude='archive/' --include='*/' --blocking -io

unexpected EOF in read_timeout

2001-05-29 Thread Dale Phillips
Hello, I am trying to rsync a rather large amount of data. (i.e. clone a box) - What causes the unexpected EOF in read_timeout? thanks in advance Dale __ Do You Yahoo!? Yahoo! Auctions - buy the things you want at great prices

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)

RE: rsync exit codes

2001-05-29 Thread Allen, John L.
You could try errcode.h: /* error codes returned by rsync */ #define RERR_SYNTAX 1 /* syntax or usage error */ #define RERR_PROTOCOL 2 /* protocol incompatibility */ #define RERR_FILESELECT 3 /* errors selecting input/output files, dirs */ #define RERR_UNSUPPORTED 4

Re: unexpected EOF in read_timeout

2001-05-29 Thread Phil Howard
Dale Phillips wrote: I am trying to rsync a rather large amount of data. (i.e. clone a box) - What causes the unexpected EOF in read_timeout? I get these. Apparently it is ssh. Are you running this through ssh? -- - |

Re: unexpected EOF in read_timeout

2001-05-29 Thread Dale Phillips
No. I am using aix 4.3 and rsh. I am wondering if it is some sort of a network glitch. Dale --- Phil Howard [EMAIL PROTECTED] wrote: Dale Phillips wrote: I am trying to rsync a rather large amount of data. (i.e. clone a box) - What causes the unexpected EOF in read_timeout? I

RE: rsync exit codes

2001-05-29 Thread Greg Burley
Ken, 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 you sent SIGUSR1 to your running rsync. Greg -Original Message-

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: unexpected EOF in read_timeout

2001-05-29 Thread Dale Phillips
I think you are correct at first blush dropping the -c seems to help. I am also going to check the aix limits params. Thanks Dale --- Randy Kramer [EMAIL PROTECTED] wrote: I'm a novice at rsync, so I can't tell you all the details, but, in general, the unexpected EOF in read_timeout

Re: unexpected EOF in read_timeout

2001-05-29 Thread Dale Phillips
I agree. I am going to check the aix ulimit params as it is a stock box and no mods have been made yet. thanks Dale --- Michael [EMAIL PROTECTED] wrote: Dale Phillips wrote: I am trying to rsync a rather large amount of data. (i.e. clone a box) - What causes the