[Bug 1536] rsync aborts transferring files larger than 2 GB

samba-bugs at samba.org samba-bugs at samba.org
Fri Jul 30 20:40:36 GMT 2004


https://bugzilla.samba.org/show_bug.cgi?id=1536


wayned at samba.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED




------- Additional Comments From wayned at samba.org  2004-07-30 13:22 -------
Turns out that HP-UX does not have a proper large-file version of mkstemp().
Your best bet for now is to undefine HAVE_SECURE_MKSTEMP in config.h and recompile.

It would be good to add some logic into configure to do this automatically.  I
wonder if it would be sufficent to check for the functions open64() and
mkstemp64() and if the former exists but not the latter, avoid mkstemp()?

-- 
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.


More information about the rsync mailing list