search for: getegid32

Displaying 20 results from an estimated 21 matches for "getegid32".

Did you mean: getegid
2018 Jul 02
0
Samba 4.3.11 accessing disk every minute
...LLHUP}], 4, 60000) = 1 ([{fd=31, revents=POLLIN}]) readv(31, [{"\0\0\0\230", 4}], 1) = 4 readv(31, [{"\376SMB@\0\1\0\0\0\0\0\5\0\1\0000\0\0\0\0\0\0\0V\1\0\0\0\0\0\0"..., 152}], 1) = 152 gettimeofday({1530539063, 52936}, NULL) = 0 geteuid32() = 0 getegid32() = 0 setgroups32(3, [1000, 501, 2000]) = 0 setresgid32(-1, 1000, -1) = 0 getegid32() = 1000 setresuid32(1002, 1002, -1) = 0 geteuid32() = 1002 stat64(".", {st_mode=S_IFDIR|...
2008 May 20
1
The specified network name is no longer available 3.0.25 RHEL4
...= 0 munmap(0xb7c7b000, 81920) = 0 close(13) = 0 geteuid32() = 1410 setresuid32(0, 0, -1) = 0 geteuid32() = 0 geteuid32() = 0 getegid32() = 513 setresgid32(-1, 0, -1) = 0 getegid32() = 0 getegid32() = 0 setgroups32(0, []) = 0 setresgid32(-1, 0, -1) = 0 getegid32()...
2002 Jul 17
1
Re: smb.conf - fixed? :)
...OT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x131000) = 0x401a3000 old_mmap(0x401a8000, 16232, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x401a8000 close(3) = 0 munmap(0x40017000, 41568) = 0 geteuid32() = 500 getegid32() = 500 time(NULL) = 1026859396 brk(0) = 0x81e4128 brk(0x81e4150) = 0x81e4150 brk(0x81e5000) = 0x81e5000 open("/etc/localtime", O_RDONLY) = 3...
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
2005 Nov 28
20
open/stat64 syscalls run faster on Xen VM than standard Linux
...pgrp 0.16 0.000008 8 1 getuid32 0.14 0.000007 7 1 getgid32 0.12 0.000006 6 1 getpid 0.12 0.000006 6 1 geteuid32 0.12 0.000006 6 1 getegid32 ------ ----------- ----------- --------- --------- ---------------- 100.00 0.005050 109 2 total Standard Linux: # strace -c /bin/sh -c /bin/echo foo % time seconds usecs/call calls errors syscall ------ ----------- ----------- --------- --------- --------...
2018 Jul 16
0
smb2 create
...ndows > drive letter. There are 5 samba shares > > mapped on the windows PC. Two running 4.3.11 and the rest running an > older version. The smbd log show that it is doing something with > Public/. directory. The strace shows > geteuid32() = 0 > getegid32() = 0 setgroups32(3, [1000, > 501, 2000]) = 0 setresgid32(-1, 1000, -1) = 0 > getegid32() = 1000 > setresuid32(1002, 1002, -1) = 0 > geteuid32() = 1002 > stat64("....
2015 Apr 23
0
Samba 4 slow write
...write 4.43 0.029612 0 3753979 fcntl64 2.12 0.014164 0 165067 writev 2.00 0.013335 0 330139 readv 1.11 0.007445 0 1615613 geteuid32 1.09 0.007303 0 1615588 getegid32 1.03 0.006913 0 175074 open 0.83 0.005579 0 85025 fchmod 0.79 0.005256 0 520322 gettimeofday 0.74 0.004979 0 175924 close 0.63 0.004191 0 680256 setresuid32...
2015 Apr 20
4
Samba 4 slow write
Hi Jones, many thanks for your reply. Yepp, I'm using ACL's (Posix ACL's) on filesystem to regulate the access of users for files and directories. Do you mean that this is the "normal" way? These geteuid and getegid system calls are so slow? On the previous system (Debian Wheezy, Samba 3) I've also used ACL's, but there were much faster than this... What should
2015 Apr 22
0
Samba 4 slow write
...readv 4.26 0.020430 0 1555919 gettimeofday 3.53 0.016950 0 2513576 fcntl64 2.96 0.014199 0 165051 writev 1.42 0.006830 0 1520391 geteuid32 1.38 0.006627 0 1520387 getegid32 0.99 0.004772 0 165850 close 0.97 0.004667 0 421195 1 stat64 0.83 0.003990 0 640165 setreuid32 0.74 0.003569 0 165050 open 0.70 0.003370 0 640165 setregid32 0....
2001 Nov 03
1
Samba swamps the server's CPU
...192 open 0.91 0.276100 45 6190 fstat64 0.74 0.226241 55 4084 3 close 0.12 0.036709 243 151 ftruncate64 0.03 0.009962 39 255 geteuid32 0.03 0.009618 38 253 getegid32 [snipped for brevity] ------ ----------- ----------- --------- --------- ---------------- 100.00 30.407128 184547 3021 total I have no idea where to go from here, really. There's nothing in the SMB log. The client on the other end is a Windows 2000 box (Server, but the...
2018 Jul 16
3
smb2 create
Why is a windows 10 pro system issuing a sequence of smb2 commands every 30 seconds or so? SMB2:C CREATE(0x5), Sh(None), QFid, File=NULL@#15679 followed by SMB2:C QUERY INFORMATION(0x10),Class=Query FS Full Size, FID=0xB7CD3148(NULL@#15679) Folowed by SMB2:C CLOSE(0x6),FID=0xB7CD3148(NULL@#15679 Not sure why this sequence starts or stops. But it can run for hours at a time. This is happening
2015 Apr 23
2
Samba 4 slow write
...0.029612 0 3753979 fcntl64 > 2.12 0.014164 0 165067 writev > 2.00 0.013335 0 330139 readv > 1.11 0.007445 0 1615613 geteuid32 > 1.09 0.007303 0 1615588 getegid32 > 1.03 0.006913 0 175074 open > 0.83 0.005579 0 85025 fchmod > 0.79 0.005256 0 520322 gettimeofday > 0.74 0.004979 0 175924 close > 0.63 0.004191 0 68025...
2004 Sep 15
2
Samba 2.0.6-3 (productive env.) slow down dramticaly
Hello together, since today morning I have an massive performance issue with samba 2.0.6-3 (Debian - Testing-Tree) in my samba production environment. Samba responds very slowly within the logon process (2-3 Minutes for each line in the netlogon.cmd). Later during normal operations opening from files works very slowly and often breaks connection. There is no cpu or memory load on the system.
2002 Jul 02
1
Major samba load caused by re-reading of the configuration file
...= 1025600343 geteuid32() = 0 write(22, "[2002/07/02 09:59:03, 3] smbd/se"..., 57) = 57 geteuid32() = 0 write(22, " setting sec ctx (0, 0) - sec_c"..., 49) = 49 geteuid32() = 0 getegid32() = 0 setgroups32(0, 0) = 0 setresgid32(0xffffffff, 0, 0xffffffff) = 0 getegid32() = 0 setresuid32(0xffffffff, 0, 0xffffffff) = 0 geteuid32() = 0 stat64("", 0xbfffed50)...
2004 Nov 26
0
Dovecot 1.0-test52 and LDAP authentication
...4096) = 0 chroot("/var/run/dovecot/login") = 0 chdir("/") = 0 setuid32(97) = 0 setuid32(0) = -1 EPERM (Operation not permitted) getgid32() = 97 getegid32() = 97 setgid32(0) = -1 EPERM (Operation not permitted) setrlimit(RLIMIT_NPROC, {rlim_cur=1, rlim_max=1}) = 0 gettimeofday({1101483703, 638988}, {4294967236, 0}) = 0 rt_sigaction(SIGHUP, {0x8056320, [], 0}, NULL, 8) = 0 rt_sigaction(SIGINT, {0...
2004 Nov 18
0
Samba ADS Winbind unable to join SuSe 9.1
...type=F_WRLCK, whence=SEEK_SET, start=552, len=1}, 0xbfffe470) = 0 6418 fcntl64(3, F_SETLKW64, {type=F_UNLCK, whence=SEEK_SET, start=552, len=1}, 0xbfffe470) = 0 6418 getuid32() = 0 6418 geteuid32() = 0 6418 getgid32() = 0 6418 getegid32() = 0 6418 open("/etc/krb5.conf", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory) 6418 getuid32() = 0 6418 geteuid32() = 0 6418 getgid32() = 0 6418 getegid32()...
2008 Jan 17
1
convert plugin fails - drops root privileges then tries to create file in /
...etgid32() = 0 [pid 13748] setgid32(65534) = 0 [pid 13748] setgroups32(1, [65534]) = 0 [pid 13748] setuid32(65534) = 0 [pid 13748] setuid32(0) = -1 EPERM (Operation not permitted) [pid 13748] getgid32() = 65534 [pid 13748] getegid32() = 65534 [pid 13748] setgid32(0) = -1 EPERM (Operation not permitted) [pid 13748] gettimeofday({1200536192, 452271}, {4294966636, 0}) = 0 [pid 13748] pipe([4, 5]) = 0 [pid 13748] fcntl64(4, F_GETFL) = 0 (flags O_RDONLY) [pid 13748] fcntl64(4,...
2005 Oct 11
3
dovecot won't launch
...bin/bash\n"..., 4096) = 1274 close(3) = 0 munmap(0x40017000, 4096) = 0 access("/usr/local/libexec/dovecot/imap", X_OK) = 0 access("/etc/ssl/certs/dovecot.pem", R_OK) = 0 access("/etc/ssl/private/dovecot.pem", R_OK) = 0 getegid32() = 0 lstat64("/usr/local/var/run/dovecot", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0 open("/usr/local/var/run/dovecot", O_RDONLY|O_LARGEFILE) = 3 fstat64(3, {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0 close(3)...
2002 Aug 10
3
ext3_readdir error
.../fsck.ext3", "-n", "/dev/sda1"], [/* 26 vars */]) = 0 fcntl64(0, 0x1, 0, 0xbffffc74) = 0 fcntl64(0x1, 0x1, 0, 0xbffffc74) = 0 fcntl64(0x2, 0x1, 0, 0xbffffc74) = 0 geteuid32() = 0 getuid32() = 0 getegid32() = 0 getgid32() = 0 brk(0) = 0x80d4fd0 brk(0x80d4ff0) = 0x80d4ff0 brk(0x80d5000) = 0x80d5000 brk(0x80d6000) = 0x80d6000 rt_sigaction(...
2005 Mar 26
1
test65 "deliver" LDA bug
...getgid32() = 0 setgid32(100) = 0 setgroups32(1, [100]) = 0 setuid32(1000) = 0 setuid32(0) = -1 EPERM (Operation not permitted) getgid32() = 100 getegid32() = 100 setgid32(0) = -1 EPERM (Operation not permitted) lstat64("maildir/cur", 0xb7171640) = -1 ENOENT (No such file or directory) mkdir("maildir/cur", 0770) = -1 ENOENT (No such file or directory) **...