Gentoo Archives: gentoo-user

From: Christer Ekholm <che@××××××.se>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: two identical /etc/sudoers -- only one works
Date: Sun, 27 May 2007 12:14:58
Message-Id: 86646e1qhl.fsf@poke.chrekh.se
In Reply to: Re: [gentoo-user] Re: two identical /etc/sudoers -- only one works by maxim wexler
1 maxim wexler <blissfix@×××××.com> writes:
2
3 >
4 > If by "successful" you mean the call returns >= 0,
5 > then they're successful.
6
7 Yes,
8
9 >
10 > There is this, however:
11 > <...>
12 > open("/etc/default/nss", 0_RDONLY) =-1 ENODENT (No
13 > such file or directory)
14 > <...>
15 > connect(4,{sa_family=AF_FILE,
16 > path="/var/run/nscd/socket"}, 110} =-1 ENODENT (No
17 > such file or directory)
18 > <...>
19 > connect(4,{sa_family=AF_FILE, path="/dev/log"}, 110
20 > =-1 EPROTOTYPE (Protocol wront type for socket)
21 > <..>
22
23 I don't think those are important. Just standard tries to open
24 system-files if the exists, and connect to syslog.
25
26 I'm totally out of ideas now. Sorry I couldn't help you. Try to see if
27 it is some security-related problem as proposed by Arturo.
28
29
30 --
31 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Re: two identical /etc/sudoers -- only one works maxim wexler <blissfix@×××××.com>