Re: RSYNC authors help plz...

2006-03-28 Thread lsk
On Tue, Mar 28, 2006 at 06:54:22AM -0800, lsk wrote: > rsync: write failed on "/db31/oradata/sids/w1.dbf": File too large (27) This error is coming from your OS. Either the libraries you linked rsync with do not handle large files, or the destination filesystem does not support files that large

Re: RSYNC authors help plz...

2006-03-28 Thread lsk
Wayne, The rsync currently running has transferred few files for eg:6gb,8gb and one 24gb files from that batch file but failed on others big files constantly..these are only few of the big files that it was able to transfer. Is it in any contention since all the 5 rsync streams are trying to tran

Re: RSYNC authors help plz...

2006-03-28 Thread lsk
This error is coming from your OS. Either the libraries you linked rsync with do not handle large files, or the destination filesystem does not support files that large. I'd recommend first testing the filesystem for large-file support (if you don't already know this). If that is not the pro

Re: RSYNC authors help plz...

2006-03-28 Thread Wayne Davison
On Tue, Mar 28, 2006 at 06:54:22AM -0800, lsk wrote: > rsync: write failed on "/db31/oradata/sids/w1.dbf": File too large (27) This error is coming from your OS. Either the libraries you linked rsync with do not handle large files, or the destination filesystem does not support files that large.

Re: RSYNC authors help plz...

2006-03-28 Thread lsk
This is the exact error msg from the logany patches or fix for this.. rsync: connection unexpectedly closed (30 bytes received so far) [sender] rsync error: error in rsync protocol data stream (code 12) at io.c(434) rsync: writefd_unbuffered failed to write 2897 bytes: phase "unknown" [sender