Package: dpkg
Version: 1.14.16.1
Architecture: i386
Here's (the tail of) an strace of a failed operation. It's trying to
change to 126:126, but because it's changing the group *after* changing
the user, it no longer has permission to. Most annoying.
11528 getuid32() = 0
11528 setuid32(126) = 0
11528 getgid32() = 0
11528 getgroups32(0, NULL) = 1
11528 getgroups32(1, [0]) = 1
11528 open("/proc/sys/kernel/ngroups_max", O_RDONLY) = -1 ENOENT (No such file
or directory)
11528 open("/etc/group", O_RDONLY|0x80000 /* O_??? */) = -1 ENOENT (No such
file or directory)
11528 setgroups32(1, [126]) = -1 EPERM (Operation not permitted)
11528 write(2, "start-stop-daemon: ", 19) = 19
11528 write(2, "Unable to set initgroups() with gid 126", 39) = 39
11528 write(2, " (Operation not permitted)\n", 27) = 27
11528 exit_group(2) = ?
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]