From owner-freebsd-questions@FreeBSD.ORG Sat Apr 25 08:34:34 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D617D106566C for ; Sat, 25 Apr 2009 08:34:34 +0000 (UTC) (envelope-from meta@club.kyutech.ac.jp) Received: from sapphire.club.kyutech.ac.jp (sapphire.club.kyutech.ac.jp [131.206.108.7]) by mx1.freebsd.org (Postfix) with ESMTP id 9C92E8FC13 for ; Sat, 25 Apr 2009 08:34:34 +0000 (UTC) (envelope-from meta@club.kyutech.ac.jp) Received: from localhost (localhost [127.0.0.1]) by sapphire.club.kyutech.ac.jp (Postfix) with ESMTP id 64749114DE; Sat, 25 Apr 2009 17:34:32 +0900 (JST) X-Virus-Scanned: amavisd-new at club.kyutech.ac.jp Received: from club.kyutech.ac.jp (rose.club.kyutech.ac.jp [131.206.108.6]) by sapphire.club.kyutech.ac.jp (Postfix) with ESMTP id 9B67A11467; Sat, 25 Apr 2009 17:34:17 +0900 (JST) Date: Sat, 25 Apr 2009 17:34:16 +0900 From: Kouichiro Iwao To: Ruben de Groot , freebsd-questions@freebsd.org Message-ID: <20090425083416.GA31588@club.kyutech.ac.jp> References: <20090423073229.GA87987@club.kyutech.ac.jp> <20090423091027.GA47290@ei.bzerk.org> <20090423181711.GH40655@hal.rescomp.berkeley.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-2022-jp Content-Disposition: inline In-Reply-To: <20090423181711.GH40655@hal.rescomp.berkeley.edu> User-Agent: Mutt/1.5.19 (2009-01-05) Cc: Subject: Re: how to deceive programs as if I were a local user? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Apr 2009 08:34:35 -0000 On Thu, Apr 23, 2009 at 11:17:11AM -0700, Chris Cowart wrote: > This error means the program tried to look up some name information for > your UID number and failed. You need to configure the data source in > /etc/nsswitch.conf: > > group: files cache ldap > passwd: files cache ldap I've already set like you showed. But, not for /compat/linux/etc/nsswitch.conf . Configuring nsswitch.conf in linux emulation environment, the program worked properly. I did't know I had to set /compat/linux/etc/nsswitch.conf for linux binary compatibility. Thanks. -- Iwao, Koichiro