search for: fstatat64

Displaying 14 results from an estimated 14 matches for "fstatat64".

Did you mean: fstat64
2015 Apr 22
3
Samba 4 slow write
Hi Louis, On Wed, Apr 22, 2015 at 01:15:21PM +0200, L.P.H. van Belle wrote: > Or.. > get the sources and recompile agains 14.04 > > use the following commands. > enable the deb-src in /etc/apt/sources.list > and run : > > apt-get build-dep sernet-samba > apt-get source sernet-samba -b > > you wil end up with .deb files ;-) yep, thanks - I'll check it
2015 Apr 23
0
Samba 4 slow write
...fstat64 0.13 0.000878 0 25001 setxattr 0.09 0.000602 0 15000 SYS_320 0.03 0.000227 0 30000 20000 flock 0.03 0.000194 0 5000 ftruncate64 0.01 0.000067 0 6110 fstatat64 0.01 0.000050 0 850 850 connect 0.00 0.000032 0 850 socket 0.00 0.000022 0 5025 clock_gettime 0.00 0.000005 0 16 umask 0.00 0.000000 0 1 restart_s...
2015 Aug 01
2
unnecessary /proc requirement in 3.1.1
...ll was fine. Manual chroot only requires files dir, config and personal tmp. 3.1.1 now also want whole /proc only for /proc/self/fd/X instead just fd number. Whole /proc is serious security risk for me. Why? starce log lstat64("tt", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0 fstatat64(AT_FDCWD, "tt", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}, AT _SYMLINK_NOFOLLOW) = 0 openat(AT_FDCWD, "tt", O_RDONLY|O_NOCTTY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 2 fstatat64(AT_FDCWD, "/proc/self/fd/2", 0x5bafe7f0, 0) = -1 ENOENT (No such file or directory) close(2...
2008 Jun 18
0
Improper directory removal causes file system havoc (PR#11738)
...= 0 17500: unlink("dir2") = 0 17500: unlink("dirs") = 0 17500: unlink("/tmp/RtmpKrefN4/41c6167e") = 0 17702: lstat64("/", 0xFFBFF640) = 0 17702: fstatat64(-3041965, "/tmp/RtmpKrefN4", 0xFFBFF5C8, 0x00001000) = 0 17702: unlinkat(-3041965, "/tmp/RtmpKrefN4", 0x00000000) Err#1 EPERM [sys_linkd ir] 17702: unlinkat(3, "file153e1776", 0x00000000) = 0 17702: unlinkat(3, "file47b5546c", 0x00000000) =...
2008 Jun 19
0
Improper directory removal causes file system havoc (PR#11747)
...unlink("dir2") = 0 > 17500: unlink("dirs") = 0 > 17500: unlink("/tmp/RtmpKrefN4/41c6167e") = 0 > 17702: lstat64("/", 0xFFBFF640) = 0 > 17702: fstatat64(-3041965, "/tmp/RtmpKrefN4", 0xFFBFF5C8, 0x00001000) = 0 > 17702: unlinkat(-3041965, "/tmp/RtmpKrefN4", 0x00000000) Err#1 EPERM > [sys_linkd > ir] > 17702: unlinkat(3, "file153e1776", 0x00000000) = 0 > 17702: unlinkat(3, "file47b5546c&quo...
2015 Apr 23
2
Samba 4 slow write
...0.000878 0 25001 setxattr > 0.09 0.000602 0 15000 SYS_320 > 0.03 0.000227 0 30000 20000 flock > 0.03 0.000194 0 5000 ftruncate64 > 0.01 0.000067 0 6110 fstatat64 > 0.01 0.000050 0 850 850 connect > 0.00 0.000032 0 850 socket > 0.00 0.000022 0 5025 clock_gettime > 0.00 0.000005 0 16 umask > 0.00 0.000000 0...
2008 Dec 17
10
Cannot remove a file on a GOOD ZFS filesystem
Hello all, First off, i''m talking about a SXDE build 89. Sorry if that was discussed here before, but i did not find anything related on the archives, and i think is a "weird" issue... If i try to remove a specific file, i got: # rm file1 rm: file1: No such file or directory # rm -rf dir2 rm: Unable to remove directory dir2: Directory not empty Take a look: ------- cut
2008 May 10
1
Failed to create rounding.h!
...08-0612GMT/build/../rsync.h:388, from /usr/src/rsync-HEAD-20080508-0612GMT/build/../rounding.c:20: /usr/include/compat.h:22:2: warning: #warning "This header is obsolete, use ap_compat.h instead" /tmp/ccHr5d51.s: Assembler messages: /tmp/ccHr5d51.s:1409: Error: symbol `fstatat64' is already defined /tmp/ccHr5d51.s:1438: Error: symbol `fstat64' is already defined /tmp/ccHr5d51.s:1463: Error: symbol `lstat64' is already defined /tmp/ccHr5d51.s:1488: Error: symbol `stat64' is already defined Failed to create rounding.h! make: *** [rounding.h] Error 1 teddy@mai...
2013 Nov 08
0
[PATCH 2/3] syscalls: Add syscalls needed by arm64
...gt; int readlinkat(int, const char *, char *, int); <!ppc64> int stat64,stat::stat(const char *, struct stat *); <!ppc64> int lstat64,lstat::lstat(const char *, struct stat *); @@ -141,14 +141,15 @@ int readlink(const char *, char *, size_t); /* XXX: Is this right?! */ <?> int fstatat64,newfstatat,fstatat::fstatat(int, const char *, struct stat *, int); int getdents64,getdents::getdents(unsigned int, struct dirent *, unsigned int); -int chown32,chown::chown(const char *, uid_t, gid_t); +<?> int chown32,chown::chown(const char *, uid_t, gid_t); int fchown32,fchown::fchown(i...
2013 Nov 12
0
[klibc:master] syscalls: Add syscalls needed by arm64
...at *); <!ppc64> int fstat64,fstat::fstat(int, struct stat *); <ppc64> int stat::stat(const char *, struct stat *); <ppc64> int lstat::lstat(const char *, struct stat *); @@ -141,14 +141,15 @@ int readlink(const char *, char *, size_t); /* XXX: Is this right?! */ <?> int fstatat64,newfstatat,fstatat::fstatat(int, const char *, struct stat *, int); int getdents64,getdents::getdents(unsigned int, struct dirent *, unsigned int); -int chown32,chown::chown(const char *, uid_t, gid_t); +<?> int chown32,chown::chown(const char *, uid_t, gid_t); int fchown32,fchown::fchown(i...
2013 Nov 11
5
[PATCH V2 0/3] Introduce arm64 support
Hello, Here is V2 of the arm64 support for klibc patch set. Notable changes since the original series: * fp regs dropped from setjmp/longjmp * chmod, lstat and stat re-implemented with *at functions. * open64 merged into open. As with the original, this series is to be applied against the latest klibc, just after 25a66fa README.klibc: update build information V2 has been tested on x86_64
2013 Nov 08
9
[PATCH 0/3] Introduce arm64 support
Hello, This series introduces arm64 support to klibc. I've rebased the work from Neil Williams and Anil Singhar into the following three patches. Most of the code changes are due to new syscall implementations being needed for arm64 as a only a minimal set of syscalls are defined in the arm64 kernel. This series is to be applied against the latest klibc, just after 25a66fa README.klibc:
2013 Aug 21
0
Build problems: klibc with Linux 3.10.7
...ALL FOUND: sched_getparam SYSCALL FOUND: close SYSCALL FOUND: capset SYSCALL FOUND: chmod SYSCALL FOUND: getdents SYSCALL FOUND: pciconfig_read SYSCALL FOUND: ftruncate SYSCALL FOUND: stime SYSCALL FOUND: madvise SYSCALL FOUND: sigprocmask SYSCALL FOUND: mbind SYSCALL FOUND: unlinkat SYSCALL FOUND: fstatat64 SYSCALL FOUND: pivot_root SYSCALL FOUND: recvmsg SYSCALL FOUND: socketpair SYSCALL FOUND: write SYSCALL FOUND: getppid SYSCALL FOUND: symlink SYSCALL FOUND: lseek SYSCALL FOUND: clock_adjtime SYSCALL FOUND: unshare SYSCALL FOUND: io_setup SYSCALL FOUND: gtty SYSCALL FOUND: ioprio_set SYSCALL FOUND:...
2013 Aug 21
5
Build problems: klibc with Linux 3.10.7
On Tue, Aug 20, 2013 at 07:44:39AM +0200, leroy christophe wrote: > > > Find attached two patches I have in order to build klibc 2.0.2 > against kernel 3.8.13 > We had to introduce those patches when going from kernel 3.6 to kernel 3.7 > Hope it helps. > those patches are wrong and again very brittle. just use the way it is described in `make help': A) cd ~/src/linux