From owner-freebsd-questions@FreeBSD.ORG Sun Jan 22 10:09:17 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AEBE16A41F for ; Sun, 22 Jan 2006 10:09:17 +0000 (GMT) (envelope-from jona.joachim@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id B690C43D45 for ; Sun, 22 Jan 2006 10:09:16 +0000 (GMT) (envelope-from jona.joachim@gmail.com) Received: by zproxy.gmail.com with SMTP id 9so741820nzo for ; Sun, 22 Jan 2006 02:09:16 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=tqnjHZ6rgPxxCXV7CUhfXsBl3ghfQgbRfukrC3fpmzlpWA5MKkP7iQQmKWDv2KeoWVITu1JAOIxPBXBWoZ5UjDmeYI9BX84zscbR8qRd1LzQeSsc4MOdPUE9Qot5Ai8Hl+fFLhjssaf5MQUQdCf5i7y7d4Jqn9dJq/XsShpOSb0= Received: by 10.37.14.13 with SMTP id r13mr2876465nzi; Sun, 22 Jan 2006 02:09:16 -0800 (PST) Received: from ?10.0.0.11? ( [83.99.87.178]) by mx.gmail.com with ESMTP id 18sm964413nzo.2006.01.22.02.09.15; Sun, 22 Jan 2006 02:09:15 -0800 (PST) Message-ID: <43D367D6.3090803@gmail.com> Date: Sun, 22 Jan 2006 11:09:10 +0000 From: Jona Joachim User-Agent: Thunderbird 1.5 (X11/20060117) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: user accounts messed up 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: Sun, 22 Jan 2006 10:09:17 -0000 Jona Joachim wrote: > On 21/01/06, Jona Joachim wrote: > (...) > > I created a master.passwd file from the backup file in /var/backups > and emptied the password field. Then I updated the database with > pwd_mkdb but I still can't login. In fact it has nothing to do with the user database or the passwd file. I reinstalled the base system and I found out the following: If I boot with the newly installed /usr in place I can login. Then I can move the /usr folder and mount my old /usr partition, set the lib paths with ldconfig and then everything works fine. If I boot using the old /usr partition I can't login and I am told my password is wrong. I don't get it.