Displaying 11 results from an estimated 11 matches for "setuid32".
2004 Nov 26
0
Dovecot 1.0-test52 and LDAP authentication
...0xf6f0f000
read(6, "TZif\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\r\0\0\0\r\0"..., 4096)
= 1074
close(6) = 0
munmap(0xf6f0f000, 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_NPR...
2008 Jan 17
1
convert plugin fails - drops root privileges then tries to create file in /
...FILE) = 3
[pid 13748] read(3, "J1\272v", 4) = 4
[pid 13748] fcntl64(3, F_GETFD) = 0
[pid 13748] fcntl64(3, F_SETFD, FD_CLOEXEC) = 0
[pid 13748] getgid32() = 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({...
2003 Nov 10
1
Problems with Linux 2.6
...error 89
Nov 9 21:36:39 polis dovecot: child 32405 (login) returned error 89
Nov 9 21:36:39 polis dovecot: child 32406 (login) returned error 89
Nov 9 21:36:39 polis dovecot: child 32408 (login) returned error 89
Nov 9 21:36:39 polis pop3-login: fd_send(-1) failed: Broken pipe
Any ideas? the setuid32() call is returning EAGAIN, though I have no
resource limits on user nobody (nor does it work as a dovecot user).
Aredridel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally si...
2002 Jul 17
1
Re: smb.conf - fixed? :)
...0\0\0\5\0"..., 4096) = 1279
close(3) = 0
munmap(0x40017000, 4096) = 0
gettimeofday({1026859396, 706723}, NULL) = 0
open("/dev/urandom", O_RDONLY|O_LARGEFILE) = 3
setresuid32(0, 0, 0) = -1 EPERM (Operation not permitted)
setuid32(0) = -1 EPERM (Operation not permitted)
geteuid32() = 500
setresgid32(0, 0, 0) = -1 EPERM (Operation not permitted)
setgid32(0) = -1 EPERM (Operation not permitted)
getegid32()...
2005 Mar 26
1
test65 "deliver" LDA bug
...,
revents=POLLIN}], 1, 2147483647) = 1
gettimeofday({1111840485, 364325}, {4294967236, 0}) = 0
read(3, "USER\t1\tbfg\tsystem_user=bfg\tuid=1"..., 4073) = 66
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("mail...
2007 Nov 25
5
Permission denied when running from xinetd
Hey folks,
When I run rsyncd from xinetd and try to rsync I will get permission
denied error:
rsync: chdir /home/test failed : Permission denied (13)
If I shutdown xinetd and start standalone daemon ( rsync --daemon
--config /etc/rsyncd.conf) everything works as expected.
This is my xinetd config for rsync:
service rsync
{
disable = no
socket_type = stream
wait
2009 Dec 07
7
Name Resolution Broken for One Address
...seg_not_present:0, useable:1}) = 0
mprotect(0xad3000, 8192, PROT_READ) = 0
mprotect(0xd71000, 4096, PROT_READ) = 0
mprotect(0x15e000, 4096, PROT_READ) = 0
munmap(0xb7f8b000, 82386) = 0
socket(PF_INET, SOCK_RAW, IPPROTO_ICMP) = 3
getuid32() = 0
setuid32(0) = 0
brk(0) = 0x88f1000
brk(0x8912000) = 0x8912000
getpid() = 5376
open("/etc/resolv.conf", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=109, ...}) = 0
mm...
2009 Mar 25
0
CentOS won't shutdown ... or do anything else
...d_area({entry_number:-1 -> 6, base_addr:0xb7f49aa0,
limit:1048575, seg_32bit:1, contents:0, read_exec_only:0,
limit_in_pages:1, seg_not_present:0, useable:1}) = 0
munmap(0xb7f4a000, 102323) = 0
getuid32() = 0
geteuid32() = 0
setuid32(0) = 0
getuid32() = 0
brk(0) = 0x9030000
brk(0x9051000) = 0x9051000
open("/var/run/shutdown.pid", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=6, ...}) = 0
mmap2(N...
2013 Nov 23
1
Maildir issue.
We brought up a test cluster to investigate GlusterFS.
Using the Quick Start instructions, we brought up a 2 server 1 brick
replicating setup and mounted to it from a third box with the fuse mount
(all ver 3.4.1)
# gluster volume info
Volume Name: mailtest
Type: Replicate
Volume ID: 9e412774-b8c9-4135-b7fb-bc0dd298d06a
Status: Started
Number of Bricks: 1 x 2 = 2
Transport-type: tcp
Bricks:
2004 Sep 21
2
2.6.2 rsync --daemon is not working for me
Hi!
I'm unable to write with remote rsync in daemon mode.
********* My configuration:
rsync 2.6.2
Linux 2.4.20-alt16-up (ALTLinux www.altlinux.org)
(There is owl-patch in ALTLinux-kernel)
========== /etc/rsyncd.conf =============
log file = /var/log/rsync
[routers]
comment = Our Backups
path = /mnt/backup/routers
uid = archiver
gid = archiver
use chroot = true
read only = false
list = true
2006 Oct 28
1
Cygwin rsync to RH rsync server
...732
[pid 26647] close(5) = 0
[pid 26647] munmap(0xb7f52000, 4096) = 0
[pid 26647] chroot("/tmp/test") = 0
[pid 26647] chdir("/") = 0
[pid 26647] setgid32(99) = 0
[pid 26647] setgroups32(1, [99]) = 0
[pid 26647] setuid32(99) = 0
[pid 26647] geteuid32() = 99
[pid 26647] select(4, NULL, [3], NULL, {60, 0}) = 1 (out [3], left {60,
0})
[pid 26647] write(3, "@RSYNCD: OK\n", 12) = 12
[pid 26647] select(4, [3], [], NULL, {60, 0}) = 1 (in [3], left {59,
812000})
[pid 26647] read(3,...