search for: mkstemp64

Displaying 11 results from an estimated 11 matches for "mkstemp64".

2004 Aug 05
3
[Bug 1536] rsync aborts transferring files larger than 2 GB
https://bugzilla.samba.org/show_bug.cgi?id=1536 ------- Additional Comments From wayned@samba.org 2004-07-30 13:30 ------- Created an attachment (id=589) --> (https://bugzilla.samba.org/attachment.cgi?id=589&action=view) Add checks for open64 and mkstemp64 to configure If the user's system has open64() but not mkstemp64(), we avoid using 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.
2005 Sep 13
13
[Bug 1085] Intermittent ssh core dumps
...normal Priority: P2 Component: ssh AssignedTo: bitbucket at mindrot.org ReportedBy: js at phil.uu.nl I get intermirttent core dumps after installing/deploying 4.2p1. 4.1p1 was (and is) still working fine. Here's a backtrace in gdb: (gdb) bt #0 0x45a94 in mkstemp64 () #1 0x801c4 in mkstemp64 () #2 0x80074 in mkstemp64 () #3 0x80f00 in mkstemp64 () #4 0x836f8 in mkstemp64 () #5 0x7ecec in mkstemp64 () #6 0x49070 in mkstemp64 () #7 0x48e34 in mkstemp64 () #8 0x36340 in _init () #9 0x3496c in _init () #10 0x31aa0 in _init () #11 0x31240 in _init () #12...
2003 Feb 14
1
problems with _LARGE_FILES on AIX 5.1 with 32-bit kernel
...undef HAVE_SECURE_MKSTEMP #endif at the beginning of syscall.c or in rsync.h, or one could add a &&!defined(_LARGE_FILES) in line 154 of syscall.c Best configure would not define HAVE_SECURE_MKSTEMP if _LARGE_FILES is defined, because mkstemp is not secure for large files. There is no mkstemp64. I did not check, whether with a 64-bit-kernel the mkstemp works properly, since I have no access to a machine running AIX5.1 in 64-bit kernel-mode. For replies, pleas reply directly, since I am not on the list. With kind regards Andreas Schott. --------------------------------------------------...
2003 Feb 12
4
Pb w/ >2GB files on AIX (4.3.3/5.1)
I have discovered that rsync 2.5.6 uses the mkstemp() routine wich do not have a 64bits version into the AIX libc. A very simple workaround to the big files writing rsync pb. is to not use this routine that create files w/ mkstemp() by modifying the "syscall.c" source file at line 154 as following : #if defined(HAVE_SECURE_MKSTEMP) && defined(HAVE_FCHMOD) become #if
2005 Apr 01
1
HP-UX 11i and largefiles on rsync
For all you folks out there using rsync on HP-UX, be warned that HP-UX is still broken with regard to large files. I opened a bug report with HP last year, as described here: http://lists.samba.org/archive/rsync/2004-July/010226.html I've been periodically checking on the status and today I was told that it's been officially filed as a "we won't fix this", citing that the
2008 Feb 15
4
Revised flags patch
...9-flags/configure.in Fri Feb 15 19:33:09 2008 @@ -551,7 +551,7 @@ AC_CHECK_FUNCS(waitpid wait4 getcwd strd memmove lchown vsnprintf snprintf vasprintf asprintf setsid glob strpbrk \ strlcat strlcpy strtol mallinfo getgroups setgroups geteuid getegid \ setlocale setmode open64 lseek64 mkstemp64 mtrace va_copy __va_copy \ - strerror putenv iconv_open locale_charset nl_langinfo getxattr \ + chflags strerror putenv iconv_open locale_charset nl_langinfo getxattr \ extattr_get_link sigaction sigprocmask setattrlist) dnl cygwin iconv.h defines iconv_open as libiconv_open diff -brp...
2008 Mar 04
1
Several changes missing from [HEAD] fileflags.diff
...d fstat ftruncate strchr readlink link utime utimes > lutimes strftime \ > memmove lchown vsnprintf snprintf vasprintf asprintf setsid > glob strpbrk \ > strlcat strlcpy strtol mallinfo getgroups setgroups geteuid > getegid \ > setlocale setmode open64 lseek64 mkstemp64 mtrace va_copy > __va_copy \ > - strerror putenv iconv_open locale_charset nl_langinfo getxattr \ > + chflags strerror putenv iconv_open locale_charset nl_langinfo > getxattr \ > extattr_get_link sigaction sigprocmask setattrlist > do > as_ac_var=`echo "ac...
2008 May 10
1
Failed to create rounding.h!
...no checking for strtol... yes checking for mallinfo... yes checking for getgroups... yes checking for setgroups... yes checking for geteuid... yes checking for getegid... yes checking for setlocale... yes checking for setmode... no checking for open64... yes checking for lseek64... yes checking for mkstemp64... yes checking for mtrace... yes checking for va_copy... no checking for __va_copy... no checking for strerror... yes checking for putenv... yes checking for iconv_open... yes checking for locale_charset... no checking for nl_langinfo... yes checking for getxattr... yes checking for extattr_get_li...
2010 Aug 17
6
DO NOT REPLY [Bug 7625] New: "Don't know how to make ./*.c"
https://bugzilla.samba.org/show_bug.cgi?id=7625 Summary: "Don't know how to make ./*.c" Product: rsync Version: 3.0.7 Platform: s390 OS/Version: Other Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned at samba.org ReportedBy: sebastian.hoffman at
2008 Apr 07
3
rsync installation _error exit code1
...no checking for strtol... yes checking for mallinfo... yes checking for getgroups... yes checking for setgroups... yes checking for geteuid... yes checking for getegid... yes checking for setlocale... yes checking for setmode... no checking for open64... yes checking for lseek64... yes checking for mkstemp64... no checking for mtrace... no checking for va_copy... no checking for __va_copy... no checking for strerror... yes checking for putenv... yes checking for iconv_open... yes checking for locale_charset... no checking for nl_langinfo... yes checking for getxattr... no checking for extattr_get_link....
2007 Sep 22
0
rsync build on IA64 using icc
...no checking for strtol... yes checking for mallinfo... yes checking for getgroups... yes checking for setgroups... yes checking for geteuid... yes checking for getegid... yes checking for setlocale... yes checking for setmode... no checking for open64... yes checking for lseek64... yes checking for mkstemp64... yes checking for mtrace... yes checking for va_copy... no checking for __va_copy... no checking for strerror... yes checking for putenv... yes checking for iconv_open... yes checking for locale_charset... no checking for nl_langinfo... yes checking for sigaction... yes checking for sigprocmask.....