Displaying 20 results from an estimated 39 matches for "_large_files".
2003 Feb 14
1
problems with _LARGE_FILES on AIX 5.1 with 32-bit kernel
Dear rsync-developers,
on AIX5.1 with 32-bit kernel one can have large-file support.
rsync in principle supports it correctly since the flag
_LARGE_FILES is treated correctly in the /usr/include/*.h
But there is one point missing, the mkstemp is not opening
a large file. So syncing large files crash after 2GB.
To avoid this one could either put a
#ifdef _LARGE_FILES
#undef HAVE_SECURE_MKSTEMP
#endif
at the beginning of syscall.c or in rsync.h, or...
2002 Jan 31
3
Error when compile rsync
Hi,
I tried to compile rsync-2.5.2 on Solaris 5.7 Ultra-2 machine,
5.7 on Ultra-2 is running 64 bit, but, when I ran configure,
it said no for largefile, I thought 2.5.2 will support large
file? Is that true?
Thanks,
Jennifer
2017 Jan 11
2
Broken OS after upgrade
...a 3rd eye.
The config.log is at : http://bit.ly/2jE5djl
Hoping someone can help me figure out what is broken.
During configure, it fails with:
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... unknown
checking for _LARGE_FILES value needed for large files... unknown
checking for _Bool... yes
checking for uoff_t... no
checking type of off_t... unknown
configure: error: Unsupported off_t type
--
Best regards,
Odhiambo WASHINGTON,
Nairobi,KE
+254 7 3200 0004/+254 7 2274 3223
"Oh, the cruft."
2002 Aug 01
2
Large File Support on AIX 4.3.3
...eam (code 12) at io.c(463)
When I run ./configure I see these lines pertaining to large file support:
checking for broken largefile support... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for _LARGE_FILES value needed for large files... 1
My filesystems are large file enabled and fsize is set to -1 in /etc/security/limits. Does anyone have any suggestions on getting this to work on AIX 4.3.3? The rsync version is (2.5.5).
$ rsync
rsync version 2.5.5 protocol version 26
Copyright (C) 1996-2002 b...
2003 Mar 26
3
Transfer files bigger than 1383275520 bytes - Rsync compiled in cygwin
...es support but I failed again:
sh ./configure --enable-largefile --prefix=/usr
In the output you can see:
checking for broken largefile support... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for _LARGE_FILES value needed for large files... no
$ rsync --version
rsync version 2.5.6 protocol version 26
Copyright (C) 1996-2002 by Andrew Tridgell and others
<http://rsync.samba.org/>
Capabilities: 32-bit files, socketpairs, hard links, symlinks, batchfiles,
no IPv6, 32-bit system inums...
2002 Feb 12
1
error in rsync protocol on large file
...//rsync.samba.org/>
Capabilities: 64-bit files, socketpairs, hard links, symlinks, batchfiles,
no IPv6,
64-bit system inums, 64-bit internal inums
Does rsync simply not handle files this large? Is there something in
config.h I can change to support large files (I see "#undef _LARGE_FILES"
but the comment above it indicates it is only for AIX)? If I can't get
rsync to copy large files, is there a way to get it to skip them, so that
the rest of the files do get synced?
Thanks
Doug
2002 Sep 05
2
AIX & Large File Support Problem (+ Solution)
...ust wanted to relate the solution to a problem I was having to hopefully
save someone else a day of frustration. I'm using rsync-2.5.5 on AIX 4.3,
compiled with gcc 2.95.3. The file I was sync'ing was very large (>2GB).
Despite being configured with --enable-largefiles (which #defines
_LARGE_FILES properly for AIX), and despite the fact that the initial
transfer of said file worked fine, I would always get the following error
when trying to sync up the file:
write failed on myfile.txt.3 : Error 0
rsync error: error in file IO (code 11) at receiver.c(272)
rsync: connection unexpectedly...
2006 Jan 02
0
Getting Cannot compute sizeof (int) on rsync-2.6.6
...onf"
#define RSYNC_PATH "rsync"
#define RSYNC_RSH "ssh"
#define RSYNC_VERSION "2.6.6"
#define TIME_WITH_SYS_TIME 1
#define WORDS_BIGENDIAN 1
#define _GNU_SOURCE 1
#define _LARGE_FILES 1
configure: exit 1
The configure and compile worded fine on another RS6000 running Aix 4.3.3. Does this have anything to do with the LARGE_FILE issue I see referred to in the archives where it says to add a define statement to the conf...
2006 Jul 03
0
[Bug 1206] configure: error: *** 'ar' missing, please install or fix your $PATH
...bin/bash
checking for sh... /usr/bin/sh
checking for groupadd... /usr/sbin/groupadd
checking for useradd... /usr/sbin/useradd
checking for pkgmk... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for _LARGE_FILES value needed for large files... no
configure: error: *** 'ar' missing, please install or fix your $PATH
***
Thoughts?
Thanks in advance..
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2006 Jan 02
0
SUMMARY--Getting Cannot compute sizeof (int) on rsync-2.6.6
...onf"
#define RSYNC_PATH "rsync"
#define RSYNC_RSH "ssh"
#define RSYNC_VERSION "2.6.6"
#define TIME_WITH_SYS_TIME 1
#define WORDS_BIGENDIAN 1
#define _GNU_SOURCE 1
#define _LARGE_FILES 1
configure: exit 1
The configure and compile worded fine on another RS6000 running Aix 4.3.3. Does this have anything to do with the LARGE_FILE issue I see referred to in the archives where it says to add a define statement to the conf...
2004 Jun 17
1
Fwd: Re: Question on undefined reference to 'crypt'
...ng for ent... no
checking for bash... /bin/bash
checking for ksh... (cached) /bin/bash
checking for sh... (cached) /bin/bash
checking for sh... /bin/sh
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for _LARGE_FILES value needed for large files... no
checking for login... /bin/login
checking for passwd... /bin/passwd
checking for gcc option to accept ANSI C... none needed
checking for inline... inline
checking compiler and flags for sanity... no
configure: error: *** compiler cannot create working executables,...
2001 Dec 16
1
compile errors with rsync 2.5.0 for RedHat linux 7.1 alpha
...o accept ANSI C... none
needed
checking whether to include debugging symbols... yes
checking for remsh... 0
checking for broken largefile support... no
checking for special C compiler options needed for
large files... no
checking for _FILE_OFFSET_BITS value needed for large
files... no
checking for _LARGE_FILES value needed for large
files... no
checking ipv6 stack type... linux-glibc
checking for library containing getaddrinfo... none
required
checking whether byte ordering is bigendian... no
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking whether time.h and sys...
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
2007 Feb 07
2
problems installing R on Linux
...one
. . .
checking whether isfinite is declared... no
. . .
checking for mkdtemp... no
. . .
checking whether mkdtemp is declared... no
. . .
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for _LARGE_FILES value needed for large files... no
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for fseeko... (cached) yes
checking whether KERN_USRSTACK sysctl is supported... no
checking for visible __lib_stack_end... yes
. . .
checking for g77... g77
checking whether we ar...
2002 Jan 17
0
[Bug 71] New: configure is looking for zlib but I don't have one and I can't turn zlib off.
...or bash... /usr/lsd/SunOS.5.8/bin/bash
checking for ksh... (cached) /usr/lsd/SunOS.5.8/bin/bash
checking for sh... (cached) /usr/lsd/SunOS.5.8/bin/bash
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for _LARGE_FILES value needed for large files... no
checking for login... /usr/bin/login
checking for gcc option to accept ANSI C... none needed
checking for inline... inline
checking for obsolete utmp and wtmp in solaris2.x... yes
checking for ANSI C header files... no
checking for sys/types.h... no
checking for s...
2013 Mar 15
22
[PATCH 00/09] arm: tools: build for arm64 and enable cross-compiling for both arm32 and arm64
The following patches shave some rough edges off the tools build system
to allow cross compiling for at least arm32 and arm64 based on the
Debian/Ubuntu multiarch infrastructure. They also add the necessary
fixes to build for arm64 (which I have only tried cross, not native).
I have posted some instructions on how to compile with these patches on
the wiki:
2002 May 09
2
OSSH_PATH_ENTROPY_PROG' unexpected
...no
checking for filepriv... no
checking for bash... /usr/bin/bash
checking for ksh... (cached) /usr/bin/bash
checking for sh... (cached) /usr/bin/bash
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for _LARGE_FILES value needed for large files... no
checking for login... /usr/bin/login
checking for gcc option to accept ANSI C... none needed
checking for inline... inline
checking for obsolete utmp and wtmp in solaris2.x... yes
checking for bstring.h... no
checking for crypt.h... yes
checking for endian.h... no...
2001 May 21
1
2.9p1 patches
...CC="$CC$ac_cv_sys_largefile_CC"
+ fi
+
+ AC_SYS_LARGEFILE_MACRO_VALUE(_FILE_OFFSET_BITS, 64,
+ ac_cv_sys_file_offset_bits,
+ [Number of bits in a file offset, on hosts where this is settable.],
+ AC_SYS_LARGEFILE_TEST_INCLUDES)
+ AC_SYS_LARGEFILE_MACRO_VALUE(_LARGE_FILES, 1,
+ ac_cv_sys_large_files,
+ [Define for large files, on AIX-style hosts.],
+ AC_SYS_LARGEFILE_TEST_INCLUDES)
+ fi
+ ])
+
+AC_DEFUN(AC_FUNC_FSEEKO,
+ [AC_SYS_LARGEFILE_MACRO_VALUE(_LARGEFILE_SOURCE, 1,
+ ac_cv_sys_largefile_source,
+ [Define to make fseeko visible on...
2005 Sep 19
1
ssh hangs or gives Segmentation fault
...F_LONG_INT 4
#define SIZEOF_LONG_LONG_INT 8
#define SIZEOF_SHORT_INT 2
/* #undef SSH_AUDIT_EVENTS */
#define STDC_HEADERS 1
/* #undef UNIXWARE_LONG_PASSWORDS */
/* #undef USE_BSM_AUDIT */
#define USE_BTMP 1
/* #undef USE_LIBEDIT */
/* #undef WORDS_BIGENDIAN */
#define _FILE_OFFSET_BITS 64
/* #undef _LARGE_FILES */
#define _PATH_BTMP "/var/log/btmp"
/* #undef inline */
/* #undef socklen_t */
2002 Oct 07
1
building problem with rsync up to 2.5.5
...o accept ANSI C... none needed
checking whether to include debugging symbols... yes
checking for remsh... 0
checking for broken largefile support... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for _LARGE_FILES value needed for large files... no
checking ipv6 stack type... linux-glibc
checking for library containing getaddrinfo... none required
checking whether byte ordering is bigendian... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking w...