search for: getgroups32

Displaying 8 results from an estimated 8 matches for "getgroups32".

Did you mean: setgroups32
2008 Dec 19
4
only root without password
...t without read the key...... Any ideas?? Federico *********** for the root: 26728 read(4, "root:x:0:rootnbin:x:1:root,bin,d"..., 4096) = 946 26728 read(4, "", 4096) = 0 26728 close(4) = 0 26728 munmap(0xb7dce000, 4096) = 0 26728 setgroups32(7, [0, 1, 2, 3, 4, 6, 10]) = 0 26728 getgroups32(0, NULL) = 7 26728 getgroups32(7, [0, 1, 2, 3, 4, 6, 10]) = 7 26728 setgroups32(7, [0, 1, 2, 3, 4, 6, 10]) = 0 26728 setresgid32(-1, 0, -1) = 0 26728 setresuid32(-1, 0, -1) = 0 26728 stat64("/root/.ssh/authorized_keys", {st_mode=S_IFREG|0600, st_size=1664, ...}) = 0 26728 open("/root...
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
...145062 getxattr 0.46 0.003105 0 170051 170050 lstat64 0.45 0.003002 0 210137 10 stat64 0.33 0.002217 0 170052 munmap 0.30 0.002021 0 340100 alarm 0.30 0.002002 0 425125 getgroups32 0.28 0.001896 0 250052 _llseek 0.28 0.001849 0 170052 mmap2 0.25 0.001682 0 340100 rt_sigaction 0.18 0.001208 0 200097 fstat64 0.13 0.000878 0 25001 setxattr...
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
2002 Jul 17
1
Re: smb.conf - fixed? :)
...2], NULL, 8) = 0 rt_sigprocmask(SIG_UNBLOCK, [HUP], NULL, 8) = 0 rt_sigprocmask(SIG_UNBLOCK, [USR1], NULL, 8) = 0 rt_sigprocmask(SIG_UNBLOCK, [TERM], NULL, 8) = 0 umask(0) = 02 geteuid32() = 500 getegid32() = 500 getgroups32(0, 0xbffff608) = 1 getgroups32(0x1, 0x81e41d8) = 1 umask(022) = 0 open("/usr/local/samba/var/log.smbd", O_WRONLY|O_APPEND|O_CREAT|O_LARGEFILE, 0666) = -1 EACCES (Permission denied) time(NULL) = 1026859396 u...
2015 Apr 22
0
Samba 4 slow write
...setgroups32 0.51 0.002443 0 80019 fchmod 0.47 0.002242 0 160039 munmap 0.45 0.002182 0 160038 160038 lstat64 0.40 0.001905 0 320076 alarm 0.38 0.001800 0 400095 getgroups32 0.36 0.001727 0 320076 rt_sigaction 0.34 0.001634 0 10000 ftruncate64 0.33 0.001595 0 160039 mmap2 0.27 0.001287 0 80020 read 0.20 0.000963 0 190058 fstat64...
2007 Dec 17
2
problems with CentOS chroot
...then # id uid=0(root) gid=0(root) groups=0(root),1(daemon),2(bin),3(sys),4(adm),6(disk),10(uucp) Args, quite strange for me. I tried to use strace to identify where is the problem, and only one thing I found is 530 error on read() : [cut] open("/etc/group", O_RDONLY|0x80000) = -530 getgroups32(0, NULL) = 7 getgroups32(7, [0, 1, 2, 3, 4, 6, 10]) = 7 open("/etc/group", O_RDONLY|0x80000) = -530 open("/etc/group", O_RDONLY|0x80000) = -530 open("/etc/group", O_RDONLY|0x80000) = -530 open("/etc/group", O_RDONLY|0x80000) =...
2015 Apr 23
2
Samba 4 slow write
....46 0.003105 0 170051 170050 lstat64 > 0.45 0.003002 0 210137 10 stat64 > 0.33 0.002217 0 170052 munmap > 0.30 0.002021 0 340100 alarm > 0.30 0.002002 0 425125 getgroups32 > 0.28 0.001896 0 250052 _llseek > 0.28 0.001849 0 170052 mmap2 > 0.25 0.001682 0 340100 rt_sigaction > 0.18 0.001208 0 200097 fstat64 > 0.13 0.000878 0...