From owner-freebsd-current@FreeBSD.ORG Mon Jun 23 17:39:03 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 BA85937B401 for ; Mon, 23 Jun 2003 17:39:03 -0700 (PDT) Received: from oddjob.uchicago.edu (oddjob.uchicago.edu [128.135.4.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25AA043FA3 for ; Mon, 23 Jun 2003 17:39:03 -0700 (PDT) (envelope-from dsyphers@oddjob.uchicago.edu) Received: from oddjob.uchicago.edu (localhost [127.0.0.1]) by oddjob.uchicago.edu (8.12.9/8.12.9) with ESMTP id h5O0cdpq017445; Mon, 23 Jun 2003 19:38:39 -0500 (CDT) Received: from localhost (dsyphers@localhost)h5O0ccZR017442; Mon, 23 Jun 2003 19:38:38 -0500 (CDT) Date: Mon, 23 Jun 2003 19:38:38 -0500 (CDT) From: David Syphers To: Matthew Emmerton In-Reply-To: <001901c339e1$3c2db880$1200a8c0@gsicomp.on.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-current@freebsd.org Subject: Re: transferring data (after losing all non-root logins) 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: Tue, 24 Jun 2003 00:39:04 -0000 On Mon, 23 Jun 2003, Matthew Emmerton wrote: > Well, it really sounds like your password database got got hosed. Does > /etc/master.passwd have entries for all of your non-root users? > If so, then probably all you need to do is regenerate your password > database. The easiest way to do this is run "vipw", make some kind of > change (and undo the change -- this is just so it thinks the file has been > changed) and exit. Your password database will be regenerated. Thanks... better than a workaround, solving the problem is always nice :) All the files, including master.passwd, were fine, which is what puzzled me, but regenerating the password database worked. -David