From owner-freebsd-current@FreeBSD.ORG Thu Apr 17 10:28:26 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D428137B401; Thu, 17 Apr 2003 10:28:26 -0700 (PDT) Received: from mx.nsu.ru (mx.nsu.ru [212.192.164.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4AE043FB1; Thu, 17 Apr 2003 10:28:24 -0700 (PDT) (envelope-from fjoe@iclub.nsu.ru) Received: from mail by mx.nsu.ru with drweb-scanned (Exim 3.35 #1 (Debian)) id 196DBl-0005Sr-00; Fri, 18 Apr 2003 00:28:45 +0700 Received: from iclub.nsu.ru ([193.124.215.97] ident=root) by mx.nsu.ru with esmtp (Exim 3.35 #1 (Debian)) id 196D7r-0003se-00; Fri, 18 Apr 2003 00:24:43 +0700 Received: from iclub.nsu.ru (fjoe@localhost [127.0.0.1]) by iclub.nsu.ru (8.12.9/8.12.9) with ESMTP id h3HHNkud091913; Fri, 18 Apr 2003 00:23:46 +0700 (NSS) (envelope-from fjoe@iclub.nsu.ru) Received: (from fjoe@localhost) by iclub.nsu.ru (8.12.9/8.12.9/Submit) id h3HHNklV091912; Fri, 18 Apr 2003 00:23:46 +0700 (NSS) Date: Fri, 18 Apr 2003 00:23:46 +0700 From: Max Khon To: "Jacques A. Vidrine" , Craig Boston , freebsd-current@FreeBSD.org Message-ID: <20030418002346.A91615@iclub.nsu.ru> References: <20030417141133.GA4155@madman.celabo.org> <1050590195.76150.8.camel@owen1492.uf.corelab.com> <20030417144449.GA4530@madman.celabo.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20030417144449.GA4530@madman.celabo.org>; from nectar@freebsd.org on Thu, Apr 17, 2003 at 09:44:50AM -0500 X-Spam-Status: No, hits=-3.0 required=5.0 tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_00_01, USER_AGENT,USER_AGENT_MUTT version=2.43 X-Envelope-To: nectar@FreeBSD.org, craig@xfoil.gank.org, freebsd-current@FreeBSD.org X-Bogosity: No, tests=bogofilter, spamicity=0.000000, version=0.11.1.4 Subject: Re: HEADS UP: new NSS X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Thu, 17 Apr 2003 17:28:27 -0000 hi, there! On Thu, Apr 17, 2003 at 09:44:50AM -0500, Jacques A. Vidrine wrote: > > Out of curiosity, how do the staticly-linked binaries in /bin and /sbin > > handle this since they can't dlopen anything? Do users handled by > > dynamically-loaded NSS modules just show up as UIDs with no name in > > /bin/ls? > > Yep. > The following is a work-around: > > cd /usr/src/bin/ls > make clean > make NOSHARED=NO depend > make NOSHARED=NO > make NOSHARED=NO install it will not work in single user mode when /usr is not mounted, right? do you plan to migrate to shared root just like NetBSD did a few months ago? /fjoe