Date: Mon, 17 Dec 2007 19:18:22 +0300 From: Michael Bushkov <bushman@freebsd.org> To: Andrey Chernov <ache@nagual.pp.ru> Cc: current@freebsd.org Subject: Re: New nsdispatch.c __fallback errors, any clues? Message-ID: <0DD27B60-07B8-4585-9F33-FF67031A5ACC@freebsd.org> In-Reply-To: <20071215131047.GA54581@nagual.pp.ru> References: <20071215131047.GA54581@nagual.pp.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi Andrey, Thanks for pointing this out. All the messages that you're seeing have DEBUG status, so they don't indicate an error. They're just annoying bits of debug information. I've just committed a fix, that writes this kind of message to logs only when it's really needed. -- Cheers, Michael On Dec 15, 2007, at 4:10 PM, Andrey Chernov wrote: > With new nsdispatch.c v1.15 I constantly get this errors from > procmail, > sendmail, etc: > > Dec 14 21:35:41 xxxxxxxx procmail[5897]: NSSWITCH(nss_method_lookup): > __fallback, passwd, getpwuid_r, not found > Dec 14 21:35:41 xxxxxxxx procmail[5897]: NSSWITCH(nss_method_lookup): > __fallback, group, endgrent, not found > Dec 14 21:35:41 xxxxxxxx procmail[5897]: NSSWITCH(nss_method_lookup): > __fallback, passwd, getpwnam_r, not found > Dec 14 21:35:41 xxxxxxxx procmail[5897]: NSSWITCH(nss_method_lookup): > files, group, getgroupmembership, not found > Dec 14 21:35:41 xxxxxxxx procmail[5897]: NSSWITCH(nss_method_lookup): > __fallback, group, endgrent, not found > Dec 14 21:35:41 xxxxxxxx procmail[5897]: NSSWITCH(nss_method_lookup): > __fallback, passwd, endpwent, not found > > Here is my /etc/nsswitch.conf: > group: files > hosts: files dns > networks: files > passwd: files > shells: files > services: files > protocols: files > rpc: files > > I use WITHOUT_NIS option in src.conf > > What those errors ever means, what is wrong and how it can be fixed? > Everything works Ok with nsdispatch.c v1.14 > > -- > http://ache.pp.ru/ > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org > "
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?0DD27B60-07B8-4585-9F33-FF67031A5ACC>