Re: rsync error: error in rsync protocol data stream (code 12) at io.c(140)

2002-02-28 Thread Andrew McGregor
Dave Dykstra wrote: > > The rsync code that prints that error on line 270 of receiver.c is printing > strerror(errno), and that error message "Success:12" looks very strange to > me. If the 12 indicates errno, that's an ENOMEM error. Is your system out > of virtual address space? Maybe it is s

Re: rsync error: error in rsync protocol data stream (code 12) at io.c(140)

2002-02-28 Thread Andrew McGregor
Dave Dykstra wrote: > > The rsync code that prints that error on line 270 of receiver.c is printing > strerror(errno), and that error message "Success:12" looks very strange to > me. If the 12 indicates errno, that's an ENOMEM error. Is your system out > of virtual address space? Maybe it is s

Re: rsync error: error in rsync protocol data stream (code 12) at io.c(140)

2002-02-27 Thread Dave Dykstra
On Wed, Feb 27, 2002 at 02:57:59PM +, Andrew McGregor wrote: > > | write failed on large_file2 : Success:12 > > | rsync error: error in file IO (code 11) at receiver.c(271) > > | rsync: connection unexpectedly closed (201 bytes read so far) > > | rsync error: error in rsync protocol data strea

Re: rsync error: error in rsync protocol data stream (code 12) at io.c(140)

2002-02-27 Thread Dave Dykstra
The rsync code that prints that error on line 270 of receiver.c is printing strerror(errno), and that error message "Success:12" looks very strange to me. If the 12 indicates errno, that's an ENOMEM error. Is your system out of virtual address space? Maybe it is so low on memory that it's print

Re: rsync error: error in rsync protocol data stream (code 12) at io.c(140)

2002-02-27 Thread Andrew McGregor
> | write failed on large_file2 : Success:12 > | rsync error: error in file IO (code 11) at receiver.c(271) > | rsync: connection unexpectedly closed (201 bytes read so far) > | rsync error: error in rsync protocol data stream (code 12) at io.c(151) Hi, I would like to humbly apologies ... one o

Re: rsync error: error in rsync protocol data stream (code 12) at io.c(140)

2002-02-27 Thread Andrew McGregor
Hi, I have installed 2.5.3pre1 but have (virtually) the same error: | write failed on large_file2 : Success:12 | rsync error: error in file IO (code 11) at receiver.c(271) | rsync: connection unexpectedly closed (201 bytes read so far) | rsync error: error in rsync protocol data stream (code 12)

Re: rsync error: error in rsync protocol data stream (code 12) at io.c(140)

2002-02-26 Thread Dave Dykstra
I haven't seen that symptom, but there's a very serious bug in rsync 2.5.2 that could conceivably be causing that. I suggest using version 2.5.3pre1 from the "preview" directory in the rsync sources area at rsync.samba.org. It is possible that Debian has already put out their own 2.5.2 that has t