maxim wexler <[EMAIL PROTECTED]> writes:
> strace:
> <...>
> open("/etc/sudoers", O_RDONLY) = -1 EACCES
> (Permission denied)
> geteuid32() = 1hmm, strange, geteuid should return euid which should be zero for root. Look for other occurences of geteuid in strace output. Check also that root actually has uid=0 on that machine. $ getent passwd | grep ^root root:x:0:0:root:/root:/bin/bash -- Christer -- [EMAIL PROTECTED] mailing list

