From owner-freebsd-sparc64@FreeBSD.ORG Tue Sep 2 01:13:13 2003 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C37DC16A51A for ; Tue, 2 Sep 2003 01:13:13 -0700 (PDT) Received: from surfeu.fi (mailbox.surfeu.fi [213.173.154.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95EB543FE9 for ; Tue, 2 Sep 2003 01:13:12 -0700 (PDT) (envelope-from vezku@surfeu.fi) Received: from [213.173.154.9] (HELO surfeu.fi) by surfeu.fi (CommuniGate Pro SMTP 3.4.1) with SMTP id 49943851 for freebsd-sparc64@freebsd.org; Tue, 02 Sep 2003 11:13:09 +0300 Received: from 62.142.81.6 (SquirrelMail authenticated user vezku) by redbull.tiscali.fi with HTTP; Tue, 2 Sep 2003 11:06:47 +0300 (EEST) Message-ID: <4047.62.142.81.6.1062490007.squirrel@redbull.tiscali.fi> Date: Tue, 2 Sep 2003 11:06:47 +0300 (EEST) From: To: X-Priority: 3 Importance: Normal X-Mailer: SquirrelMail (version 1.2.11) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: Partly solved -- UID/GID resolving X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Sep 2003 08:13:13 -0000 Hey all, I asked about why "ls -l" is slow on FBSD 5.1-RELEASE (sparc64, SUN E250 Ultrasparc II). I have about 5000 accounts on local master.passwd. It seems that if I use an account which is at the bottom of master.passwd, it takes ages to resolve. And this makes directory listing slow and also SSH file transfer. If I move an account to the beginning of file, everything runs fine. Is there any way to improve resolving performance or is the hardware just too slow? Any chance of bugs in master.passwd code on sparc64? -Vesa