samba-bugs@samba.org
2004-Jul-16 22:48 UTC
[Bug 1536] New: rsync aborts transferring files larger than 2 GB
https://bugzilla.samba.org/show_bug.cgi?id=1536 Summary: rsync aborts transferring files larger than 2 GB Product: rsync Version: 2.6.2 Platform: PA-RISC OS/Version: HP-UX Status: NEW Severity: major Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: vieser@porsche.de QAContact: rsync-qa@samba.org the HP-UX port of rsync made by the HP-UX Porting Centre (http://hpux.connect.org.uk/) seems not to be able to transfer files larger then 2 GB. We tested this on HP 9000 servers with HP-UX 11.0 and 11.11 . We always get following output: receiving file list... 1 file to consider filename.foo write failed on "/dir/filename.foo": File too large rsync error: error in file IO (code 11) at receiver.c(227) rsync: connection unexpectedly closed (113 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(342) In all cases the filesystem was of type vxfs with largefiles enabled. The rsync server and the rsync client are same version 2.6.2 : # /usr/local/bin/rsync --version rsync version 2.6.2 protocol version 28 Copyright (C) 1996-2004 by Andrew Tridgell and others <http://rsync.samba.org/> Capabilities: 64-bit files, socketpairs, hard links, symlinks, batchfiles, no IPv6, 32-bit system inums, 64-bit internal inums I wasn't able to compile the rsync package by myself. So I can't say whether it's a general problem on HP-UX or only with this compilation by the Porting Centre. -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
Seemingly Similar Threads
- [Bug 1536] rsync aborts transferring files larger than 2 GB
- Rsync bug in handling files larger than 2 GB *even with 64 bit compilation options*
- [Bug 1495] New: 2.6.x generates protocol stream error running as server daemon on HP-UX 11.11
- Is there anyway to fix large file support?
- Rsync and files larger than 2 GB in size on HP-UX 64bit