Displaying 20 results from an estimated 204 matches for "o_largefile".
2002 Jul 17
1
Re: smb.conf - fixed? :)
open("/usr/local/samba/var/log.smbd",
O_WRONLY|O_APPEND|O_CREAT|O_LARGEFILE, 0666) = -1 EACCES (Permission
denied)
umask(0) = 022
brk(0x81e6000) = 0x81e6000
stat64("", 0xbfffed80) = -1 ENOENT (No such file or
directory)
umask(022) = 0
That "No such file or...
2012 Dec 18
2
Yum Segfaulting
Hi All, I have a Centos 5.8 system with relatively little memory, that
runs in rl3, where yum has decided not to work any more. As follows:-
# free
total used free shared buffers cached
Mem: 774628 697516 77112 0 77720 313284
-/+ buffers/cache: 306512 468116
Swap: 2048276 160 2048116
# yum -v
2001 Sep 10
4
scp doesn't work with large (>2GB) files
Hi,
A bug I've had reported is that scp doesn't work with large files
(Debian bug number 106809). The problem seems to be scp.c:504:
if ((fd = open(name, O_RDONLY, 0)) < 0)
Is there some reason why making that
if ((fd = open(name, O_RDONLY|O_LARGEFILE, 0)) < 0)
would break things? It seems a simple fix to me...
Thanks,
Matthew
--
"At least you know where you are with Microsoft."
"True. I just wish I'd brought a paddle."
http://www.debian.org
2009 Jul 09
0
Hanging ssh sessions with openssh-5.1p1 and Solaris 8 & 10
.../sshd -R
9649 /usr/local/sbin/sshd -R
9651 -tcsh
10879 vi /tmp/sshd.test_test
Running pfiles on pid 9649 we get:
# pfiles 9649
9649: /usr/local/sbin/sshd -R
Current rlimit: 256 file descriptors
0: S_IFCHR mode:0666 dev:356,0 ino:6815752 uid:0 gid:3 rdev:13,2
O_RDWR|O_LARGEFILE
/devices/pseudo/mm at 0:null
1: S_IFCHR mode:0666 dev:356,0 ino:6815752 uid:0 gid:3 rdev:13,2
O_RDWR|O_LARGEFILE
/devices/pseudo/mm at 0:null
2: S_IFCHR mode:0666 dev:356,0 ino:6815752 uid:0 gid:3 rdev:13,2
O_RDWR|O_LARGEFILE
/devices/pseudo/mm at 0:null
3: S_...
2015 Apr 27
2
empty FD after reopen since version 1.2.16
..."\n", 1
) = 1
[pid 27922] write(2, "reopening database", 18reopening database) = 18
[pid 27922] write(2, "\n", 1
) = 1
[pid 27922] close(10) = 0
[pid 27922] open("/var/data/vmail/private/pdf/xapian.db/record.DB", O_RDONLY|O_LARGEFILE) = 10
[pid 27922] open("/var/data/vmail/private/pdf/xapian.db/record.baseA", O_RDONLY|O_LARGEFILE) = 16
[pid 27922] read(16, "\4\5\200@\22\1\5\255\3%\0\0\4\377\376\377\357?\4", 1024) = 19
[pid 27922] read(16, "", 1005) = 0
[pid 27922] close(16)...
2010 Nov 05
4
xe cli not working on remote machine
...], 0}, 8) = 0
access("/opt/xensource/libexec/stunnel/stunnel", X_OK) = -1 ENOENT (No such file or directory)
access("/usr/sbin/stunnel4", X_OK) = -1 ENOENT (No such file or directory)
access("/usr/sbin/stunnel", X_OK) = 0
open("/root/.xe", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
stat64("/var/xapi/verify_certificates", 0xffd06f7c) = -1 ENOENT (No such file or directory)
pipe([3, 4]) = 0
open("/dev/urandom", O_RDONLY|O_LARGEFILE) = 5
fcntl64(5, F_SETFD, FD_CLOEXEC) = 0
_llseek(5,...
2002 Mar 06
1
samba 2.2.3a on PPC
...16000, 4096) = 0
gettimeofday({1015378306, 575771}, NULL) = 0
stat64(0x7fffe538, 0x7fffe938) = -1 ENOENT (No such file or directory)
time(NULL) = 1015378306
umask(022) = 022
open("", O_WRONLY|O_CREAT|O_TRUNC|O_LARGEFILE, 0666) = -1 ENOENT (No such file or directory)
umask(022) = 022
umask(022) = 022
open("", O_WRONLY|O_CREAT|O_TRUNC|O_LARGEFILE, 0666) = -1 ENOENT (No such file or directory)
umask(022) = 022
stat64(0x7f...
2003 May 14
1
Bug with Large Files on AIX
Hi,
on AIX, mkstemp doesn't open a file with the O_LARGEFILE option, so you
can't transfer files > 2GB to an AIX machine.
Here is a fix:
diff -c -r rsync-2.5.6.orig/syscall.c rsync-2.5.6/syscall.c
*** rsync-2.5.6.orig/syscall.c Sun Jan 26 21:09:02 2003
--- rsync-2.5.6/syscall.c Wed May 14 13:55:15 2003
***************
*** 151,157 ****...
2003 Nov 27
0
[Fwd: Re: Compiling dovecot on SuSE 9]
...le or
directory)
open("/etc/ld.so.cache", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=86690, ...}) = 0
open("/lib/i686/libc.so.6", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0755, st_size=1461208, ...}) = 0
open("/usr/local/etc/dovecot.conf", O_RDONLY|O_LARGEFILE) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=18087, ...}) = 0
pread(3, "## Dovecot 1.0 configuration fil"..., 2048, 0) = 2048
pread(3, "gfile instead of syslog(). /dev/"..., 2035, 2048) = 2035
pread(3, "k-bombing\n# we check only once i"..., 1978, 4083) = 1978
pread(...
2005 Jul 12
1
problem mounting ocfs2: heartbeat
When attempting to mount the OCFS2 file system I'm getting the
following error message:
ocfs2_hb_ctl: Internal logic failure while starting heartbeat
mount.ocfs2: Error when attempting to run /sbin/ocfs2_hb_ctl:
"Operation not permitted"
I followed the steps given in the users_guide:
modprobe ocfs2_dlmfs
mount -t configfs none /config
mount -t ocfs2_dlmfs none /dlm
o2cb_ctl
2005 Mar 26
1
test65 "deliver" LDA bug
..., {0x8093ad0, [TERM], SA_RESTORER|SA_RESTART,
0x58625b8}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGALRM, {SIG_IGN}, {SIG_DFL}, 8) = 0
gettimeofday({1111840485, 349252}, {4294967236, 0}) = 0
open("/opt/dovecot/etc/dovecot-deliver.conf", O_RDONLY|O_LARGEFILE) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=111, ...}) = 0
pread(3, "#\n#\n# \n\nmail = maildir:%h/Maildi"..., 1024, 0) = 111
pread(3, "", 913, 111) = 0
close(3) = 0
socket(PF_UNIX, SOCK_STREAM, 0) = 3
fcntl64(3, F_GETFL...
2007 Oct 08
2
rsync error: protocol incompatibility (code 2) at main.c(1385)
...e newest version of rsync from the debian
stable repository is installed (2.6.9-2etch1).
I ran strace on both side and attach the last lines of both strace
ouputs to this message.
Best regards,
Mario Domg?rgen
-------------- next part --------------
open("var/log/auth.log", O_RDONLY|O_LARGEFILE) = 3
fstat64(3, {st_mode=S_IFREG|0640, st_size=106301, ...}) = 0
read(3, "Oct 7 06:25:04 newsletter CRON["..., 106301) = 106301
close(3) = 0
open("var/log/daemon.log", O_RDONLY|O_LARGEFILE) = 3
fstat64(3, {st_mode=S_IFREG|0640, st_size=265082, ......
2002 Nov 21
1
nmblookup not honoring smb.conf?
...\0\0\0\4\0"..., 4096) = 1267
close(3) = 0
munmap(0x126000, 4096) = 0
gettimeofday({1037842856, 507868}, NULL) = 0
stat64("/etc/samba/smb.conf", {st_mode=S_IFREG|0644, st_size=150, ...}) = 0
open("/etc/samba/smb.conf", O_RDONLY|O_LARGEFILE) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=150, ...}) = 0
read(3, "[global]\nworkgroup = scholars\nne"..., 150) = 150
close(3) = 0
socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 3
ioctl(3, 0x8912, 0xbfffc7e8) = 0
ioctl(3, 0x8915, 0xbfffc810)...
2003 Nov 02
2
dies on start-up: Auth process
...t; might have something to do
with it.
my user, dovecot as a shell of /bin/bash and a $HOME of
/usr/local/lib/dovecot
By all rights, he's almost a regular user, except that his UID is <100
(I built user:dovecot as a system uid under SuSE 8.2)
open("/var/run/dovecot/", O_RDONLY|O_LARGEFILE) = 3
fstat64(3, {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
close(3) = 0
lstat64("/var/run/dovecot/", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
open(".", O_RDONLY|O_LARGEFILE) = 3
open("/var/run/dovecot//login", O_RDONLY|O...
2013 Jun 05
2
dovecot and time
...t;edu.\n\nDr. Johannes Ullrich is Ch"..., 4096) = 3164
read(0, "", 932) = 0
umask(0177) = 077
open("/usr/home/vpopmail/domains/havokmon.com/rick/Maildir/tmp/1370448645.M589211P14191.smtp101", O_WRONLY|O_CREAT|O_EXCL|O_TRUNC|O_LARGEFILE, 0777) =
11
umask(077) = 0177
open("/usr/home/vpopmail/domains/havokmon.com/rick/Maildir/dovecot.index.cache", O_RDWR|O_LARGEFILE) =
12
fstat64(12, {st_mode=S_IFREG|0600, st_size=1568768, ...}) = 0
mmap2(NULL, 1568768, PROT_READ, MAP_SHARED, 12, 0) = 0xb70...
2013 Nov 08
1
[PATCH 2/3] syscalls: Add syscalls needed by arm64
...enat(int, const char *, int, ...);
> +
> +int open(const char *pathname, int flags, mode_t mode)
> +{
> + return openat(AT_FDCWD, pathname, flags, mode);
> +}
> +
> +#endif
This applies equally to a 32-bit platform that doesn't define __NR_open,
except there we need to add O_LARGEFILE to the flags and call __openat
in order to not have to pull in openat.c as well.
I suggest merging this into open.c and making it look something like:
#ifndef __NR_open
# if __BITSIZE == 32
extern int __openat(int, const char *, int, mode_t);
int open(const char *pathname, int flags, mode_t mo...
2005 Nov 06
0
[Bug 3244] crash with large directories
...46\336}\243\356\4\335\211\324\222\227\246D\333\204\207"..., 8184) =
8184
select(1, [0], [], NULL, {60, 0}) = 1 (in [0], left {60, 0})
read(0, "\336d\255\322\314\\\t\2565\4\335\366V\31\1\10\342\221\264"..., 8184)
= 1270
open("/var/lib/mysql/phphits/log.MYI", O_RDONLY|O_LARGEFILE) = 3
fstat64(3, {st_mode=S_IFREG|0660, st_size=2628608, ...}) = 0
mmap2(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0xb5a3f000
read(3, "\376\376\7\1\0\2\1\224\0\260\0d\0\310\0\2\0\0\1\0\10\1"..., 263408) =
263408
read(3, "2.134, 1\0\0\30\341\3\303\f81.25...
2008 May 05
11
puppetmasterd --mkusers
I''m trying to run puppetmasterd the first time with --mkusers. It
fails with the following error message:
001 # /usr/bin/puppetmasterd --mkusers
Could not configure for running; got 1 failure(s)
Adding --verbose and --debug does nothing to improve the output. How
do I begin to debug this?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are
2003 Nov 17
1
rsync --daemon and logfile that can't be created
...nc forks itself into the background before checking
the config, opening the log file, etc.
Worse still, it gets a SIGSEGV, and dumps core. Here's a strace from a
fairly recent CVS:
15154 umask(022) = 0
15154 open("/var/log/rsync/log", O_WRONLY|O_APPEND|O_CREAT|O_LARGEFILE, 0666) = -1 ENOTDIR (Not a directory)
15154 umask(0) = 022
15154 umask(022) = 0
15154 open("/var/log/rsync/log", O_WRONLY|O_APPEND|O_CREAT|O_LARGEFILE, 0666) = -1 ENOTDIR (Not a directory)
15154 umask(0) = 022
15154...
2005 Oct 11
3
dovecot won't launch
...= 0x807fed0
brk(0x8080000) = 0x8080000
uname({sys="Linux", node="monkey", ...}) = 0
getpid() = 8518
geteuid32() = 0
open("/usr/local/etc/dovecot.conf", O_RDONLY|O_LARGEFILE) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=29028, ...}) = 0
pread(3, "## Dovecot 1.0 configuration fil"..., 2048, 0) = 2048
pread(3, "and RSA parameters.\n#ssl_paramet"..., 2019, 2048) = 2019
pread(3, "d in it\'s own process (yes), or "..., 2017, 4067) = 2017
p...