commit 64031225b2 breaks __nss_database_lookup
Markus Trippelsdorf
markus@trippelsdorf.de
Wed Oct 12 13:12:00 GMT 2011
On 2011.10.12 at 14:13 +0200, Jiri Olsa wrote:
> On Mon, Oct 10, 2011 at 04:00:25PM +0200, Markus Trippelsdorf wrote:
> > I've tested glibc from today and found that nss datatbase lookup is
> > broken, e.g.:
> >
> > % git difff
> > fatal: cannot exec 'git-difff': Permission denied
> hi,
> I'll try to reproduce.. any details that could help
> me out with the setup?
Nothing really stands out. I use a stock Gentoo setup.
Another symptom were sudden sudo failures:
Oct 10 11:55:25 x4 sudo: pam_unix(sudo:auth): authentication failure; logname=markus uid=1000 euid=0 tty=/dev/pts/2 ruser=markus rhost= user=markus
Oct 10 11:55:30 x4 sudo: markus : user NOT in sudoers ; TTY=pts/2 ; PWD=/home/markus ; USER=root ; COMMAND=/bin/su
Sudo also complained that I was not member of the "wheel" group
(although I certainly am). With this this line in /etc/sudoers:
%wheel ALL=(ALL) NOPASSWD: ALL
% groups markus
wheel audio cdrom video cdrw users fcron wireshark kvm games markus
Mplayer refused to play music with a "permission denied" error when it
tried to open an ALSA device.
~ # cat /etc/nsswitch.conf
# /etc/nsswitch.conf:
# $Header: /var/cvsroot/gentoo/src/patchsets/glibc/extra/etc/nsswitch.conf,v 1.1 2006/09/29 23:52:23 vapier Exp $
passwd: compat
shadow: compat
group: compat
# passwd: db files nis
# shadow: db files nis
# group: db files nis
hosts: files dns
networks: files dns
services: db files
protocols: db files
rpc: db files
ethers: db files
netmasks: files
netgroup: files
bootparams: files
automount: files
aliases: files
--
Markus
More information about the Libc-alpha
mailing list