From owner-freebsd-current@FreeBSD.ORG Mon Dec 17 16:45:04 2007 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 55B0C16A41A for ; Mon, 17 Dec 2007 16:45:04 +0000 (UTC) (envelope-from realbushman@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.175]) by mx1.freebsd.org (Postfix) with ESMTP id C60C613C461 for ; Mon, 17 Dec 2007 16:45:03 +0000 (UTC) (envelope-from realbushman@gmail.com) Received: by ug-out-1314.google.com with SMTP id y2so1935378uge.37 for ; Mon, 17 Dec 2007 08:45:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:cc:message-id:from:to:in-reply-to:content-type:content-transfer-encoding:mime-version:subject:date:references:x-mailer:sender; bh=/th1WnApQGl84NVpKsU6fyzrnRSsH/O20yUIPn9Zd9I=; b=Y2h2+yuf2YNYmhuD6BwfMXVbp+nNdpB4mXBaCE3n10Vc0000lZCTvbvbnVh1EX5blGoFVTGw9VI6PacrGPkVaCiputBCmUQMtzh2rEgJdVkTqQ7ssqqnXQ5FsqSuP/uFSRR1AiMybHACQGZnfHbVL/+7ObxNUXTLmCCHJFjRoe0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=cc:message-id:from:to:in-reply-to:content-type:content-transfer-encoding:mime-version:subject:date:references:x-mailer:sender; b=GiUTM35oERvbGbTelEe56Olf4YoAX+cSErdBCzmFHfU10d3f8tHtsFcdZTda2KBTF9S79bu/PNXW7/PqRmY3ZmSSLPRwpeQH+eeRmF5ip1M3DSyOMsMwXmu6qepXaOSw0FQgqY9FVuP+8/exR1d8NyvgscF3Njprod7wgALHHDI= Received: by 10.67.116.4 with SMTP id t4mr3953701ugm.68.1197908309052; Mon, 17 Dec 2007 08:18:29 -0800 (PST) Received: from ?192.168.0.43? ( [195.161.235.42]) by mx.google.com with ESMTPS id 25sm4191596ugn.2007.12.17.08.18.26 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 17 Dec 2007 08:18:28 -0800 (PST) Message-Id: <0DD27B60-07B8-4585-9F33-FF67031A5ACC@freebsd.org> From: Michael Bushkov To: Andrey Chernov In-Reply-To: <20071215131047.GA54581@nagual.pp.ru> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v915) Date: Mon, 17 Dec 2007 19:18:22 +0300 References: <20071215131047.GA54581@nagual.pp.ru> X-Mailer: Apple Mail (2.915) Sender: Michael Bushkov Cc: current@freebsd.org Subject: Re: New nsdispatch.c __fallback errors, any clues? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Dec 2007 16:45:04 -0000 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 > "