From owner-freebsd-current@FreeBSD.ORG Sat Dec 15 13:28:47 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 E4C9416A41B for ; Sat, 15 Dec 2007 13:28:47 +0000 (UTC) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (nagual.pp.ru [194.87.13.69]) by mx1.freebsd.org (Postfix) with ESMTP id 5177613C448 for ; Sat, 15 Dec 2007 13:28:47 +0000 (UTC) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.14.2/8.14.2) with ESMTP id lBFDAnMH054756 for ; Sat, 15 Dec 2007 16:10:49 +0300 (MSK) (envelope-from ache@nagual.pp.ru) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=nagual.pp.ru; s=default; t=1197724249; bh=B6ukGbTdqLExCezBVfqNTVdG7alTlXI6klYz0tH H+m0=; l=1114; h=Date:From:To:Subject:Message-ID:Mail-Followup-To: MIME-Version:Content-Type:Content-Disposition:User-Agent; b=JBRv2D uriB65JkmqyarHi9aWt0ch6JZgiwlXJrp4sF3sv7NoFfMKxiDFGnWAmfXIfyf+F9roY RCphALllKF6k85xvNyC1guWtpSiZacaQkfYx8DoSx8AX+mTTgC/H1rDhbc32ILjrNSB s2u7Wsr8IkNIZtpFW89bPW2kCVSIWSo= Received: (from ache@localhost) by nagual.pp.ru (8.14.2/8.14.2/Submit) id lBFDAmDc054754 for current@freebsd.org; Sat, 15 Dec 2007 16:10:48 +0300 (MSK) (envelope-from ache) Date: Sat, 15 Dec 2007 16:10:47 +0300 From: Andrey Chernov To: current@freebsd.org Message-ID: <20071215131047.GA54581@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , current@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.17 (2007-11-01) Cc: Subject: 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: Sat, 15 Dec 2007 13:28:48 -0000 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/