This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH 1.1] Clean up netgroupcache
- From: OndÅej BÃlka <neleai at seznam dot cz>
- To: Siddhesh Poyarekar <siddhesh at redhat dot com>
- Cc: Mike Frysinger <vapier at gentoo dot org>, libc-alpha at sourceware dot org
- Date: Wed, 28 May 2014 20:32:16 +0200
- Subject: Re: [PATCH 1.1] Clean up netgroupcache
- Authentication-results: sourceware.org; auth=none
- References: <20140327211516 dot GB2476 at domone dot podge> <20140328024737 dot GJ31211 at spoyarek dot pnq dot redhat dot com> <20140411143053 dot GB30142 at domone dot podge> <20140411165415 dot GM25518 at spoyarek dot pnq dot redhat dot com> <20140527202709 dot GA21440 at domone dot podge> <20140528015122 dot GA12497 at spoyarek dot pnq dot redhat dot com> <20140528090521 dot GA1053 at domone dot podge> <20140528111318 dot GG12497 at spoyarek dot pnq dot redhat dot com> <20140528122053 dot GA30824 at domone dot podge> <20140528123059 dot GH12497 at spoyarek dot pnq dot redhat dot com>
On Wed, May 28, 2014 at 06:01:00PM +0530, Siddhesh Poyarekar wrote:
> On Wed, May 28, 2014 at 02:20:53PM +0200, OndÅej BÃlka wrote:
> > On Wed, May 28, 2014 at 04:43:18PM +0530, Siddhesh Poyarekar wrote:
> > > On Wed, May 28, 2014 at 11:05:21AM +0200, OndÅej BÃlka wrote:
> > > > I already have these but do not know how to do query these, a nscd -g gives
> > >
> > > Ahh OK, the stats are broken. You just need to make sure that the
> > > output you get with and without nscd is consistent.
> > >
> > What output?
>
> getent netgroup <netgroup-name>
Now it caches negative responses but getent netgroup group does not
write anything. /etc/netgroup that I used is following:
group (who,are,you)
powerusers (,miquels,) (,torvalds,) (,fubar,)
ourhosts (enterprise,,) (laforge,,) (Q,,)
Is that configuration problem?