Rivera, Tony
2003-Aug-16 01:58 UTC
Problem copying >2GB files on HP-UX 11i with rsync 2.5.6
I have downloaded the source for rsync 2.5.6 and compiled it without adjusting any options, no problems. Performed a test copy of a file GT 2 GB and it failed. In the file configure I changed the line to "--enable-largefile", removed all the .o files, performed a ./configure, gmake, gmake install. Tried the test copy and again received the following error message: rsync: writefd_unbuffered failed to write 32768 bytes: phase "unknown": Broken pipe rsync error: error in rsync protocol data stream (code 12) at io.c(515). This is the line command I used for the test copy: rsync -vurpoglt --progress --states source-file target-directory/ The system is an HP RP8400 8x24 running HP-UX 11.11 patched to June 2003, HP C/ANSI C Developer's Bundle, HP aC++ Compiler, and gcc-3.2.3 . Look forward to your response. Thank you in advance. Tony Rivera
On Fri, Aug 15, 2003 at 10:58:36AM -0500, Rivera, Tony wrote:> > I have downloaded the source for rsync 2.5.6 and compiled it without > adjusting any options, no problems. Performed a test copy of a file GT 2 GB > and it failed. In the file configure I changed the line to > "--enable-largefile", removed all the .o files, performed a ./configure, > gmake, gmake install. Tried the test copy and again received the following > error message: > > rsync: writefd_unbuffered failed to write 32768 bytes: phase "unknown": > Broken pipe > rsync error: error in rsync protocol data stream (code 12) at io.c(515). > > This is the line command I used for the test copy: > > rsync -vurpoglt --progress --states source-file target-directory/ > > The system is an HP RP8400 8x24 running HP-UX 11.11 patched to June 2003, > HP C/ANSI C Developer's Bundle, HP aC++ Compiler, and gcc-3.2.3 . > > Look forward to your response. Thank you in advance.The error message you report has nothing to do with largefiles. It indicates that the receiver process (a child) died. There should be another error message above this from the receiver. -- ________________________________________________________________ J.W. Schultz Pegasystems Technologies email address: jw@pegasys.ws Remember Cernan and Schmitt
Rivera, Tony
2003-Aug-18 02:34 UTC
Problem copying >2GB files on HP-UX 11i with rsync 2.5.6
I will re-run the test and capture the error message. The test was performed no the same system. I was copying a file from one filesystem to another and both filesystems were set to "largefiles". Thank you for the information. Take care. Tony Rivera -----Original Message----- From: jw schultz [mailto:jw@pegasys.ws] Sent: Saturday, August 16, 2003 9:06 PM To: 'rsync@lists.samba.org' Subject: Re: Problem copying >2GB files on HP-UX 11i with rsync 2.5.6 On Fri, Aug 15, 2003 at 10:58:36AM -0500, Rivera, Tony wrote:> > I have downloaded the source for rsync 2.5.6 and compiled it without > adjusting any options, no problems. Performed a test copy of a file GT 2GB> and it failed. In the file configure I changed the line to > "--enable-largefile", removed all the .o files, performed a ./configure, > gmake, gmake install. Tried the test copy and again received thefollowing> error message: > > rsync: writefd_unbuffered failed to write 32768 bytes: phase "unknown": > Broken pipe > rsync error: error in rsync protocol data stream (code 12) at io.c(515). > > This is the line command I used for the test copy: > > rsync -vurpoglt --progress --states source-file target-directory/ > > The system is an HP RP8400 8x24 running HP-UX 11.11 patched to June 2003, > HP C/ANSI C Developer's Bundle, HP aC++ Compiler, and gcc-3.2.3 . > > Look forward to your response. Thank you in advance.The error message you report has nothing to do with largefiles. It indicates that the receiver process (a child) died. There should be another error message above this from the receiver. -- ________________________________________________________________ J.W. Schultz Pegasystems Technologies email address: jw@pegasys.ws Remember Cernan and Schmitt -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html