From owner-freebsd-current Fri Sep 8 08:16:40 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA11228 for current-outgoing; Fri, 8 Sep 1995 08:16:40 -0700 Received: from who.cdrom.com (who.cdrom.com [192.216.222.3]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id IAA11211 ; Fri, 8 Sep 1995 08:16:37 -0700 Received: from gvr.win.tue.nl (gvr.win.tue.nl [131.155.210.19]) by who.cdrom.com (8.6.11/8.6.11) with ESMTP id IAA08437 ; Fri, 8 Sep 1995 08:16:07 -0700 Received: by gvr.win.tue.nl (8.6.10/1.53) id RAA08568; Fri, 8 Sep 1995 17:14:44 +0200 From: guido@gvr.win.tue.nl (Guido van Rooij) Message-Id: <199509081514.RAA08568@gvr.win.tue.nl> Subject: beta testers want for improved pwd.db handling To: freebsd-hackers@freebsd.org, freebsd-current@freebsd.org Date: Fri, 8 Sep 1995 17:14:44 +0200 (MET DST) X-Mailer: ELM [version 2.4 PL24] Content-Type: text Content-Length: 908 Sender: current-owner@freebsd.org Precedence: bulk m sorry if ppl see this mail for the second time, but I never saw appearing on the list. uido root@hades# /usr/bin/time ./pwd_mkdb -d . master.passwd 165.39 real 13.52 user 26.01 sys root@hades# /usr/bin/time ./pwd_mkdb -u devet -d . master.passwd 19.50 real 2.72 user 3.59 sys root@hades# ls -l *db -rw-r--r-- 1 root wheel 4972544 Sep 7 22:01 pwd.db -rw------- 1 root wheel 5316608 Sep 7 22:01 spwd.db root@hades# wc master.passwd 11557 33770 969713 master.passwd The second pwd_mkdb is the new one. I am looking for some people that like to test these. Why? Because I'm not sure how it will affect disk usage of the db files, though I really doubt it will change much. The database format itsself does not change so it's downward compatible. Further, the speed improvement cannot be achived when using vipw. The others are okay. -Guido