From owner-freebsd-questions@FreeBSD.ORG Wed Nov 17 04:55:30 2004 Return-Path: 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 4A1FF16A4D0 for ; Wed, 17 Nov 2004 04:55:30 +0000 (GMT) Received: from out011.verizon.net (out011pub.verizon.net [206.46.170.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4F1443D46 for ; Wed, 17 Nov 2004 04:55:29 +0000 (GMT) (envelope-from ringworm@inbox.lv) Received: from ringworm.mechee.com ([4.26.226.89]) by out011.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20041117045528.EEYR9299.out011.verizon.net@ringworm.mechee.com> for ; Tue, 16 Nov 2004 22:55:28 -0600 Received: by ringworm.mechee.com (Postfix, from userid 1001) id A78712CE78F; Tue, 16 Nov 2004 20:53:37 -0800 (PST) From: "Michael C. Shultz" To: freebsd-questions@freebsd.org Date: Tue, 16 Nov 2004 20:53:36 -0800 User-Agent: KMail/1.7.1 References: <1d8.305dfe86.2ecc0280@aol.com> In-Reply-To: <1d8.305dfe86.2ecc0280@aol.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200411162053.36404.ringworm@inbox.lv> X-Authentication-Info: Submitted using SMTP AUTH at out011.verizon.net from [4.26.226.89] at Tue, 16 Nov 2004 22:55:28 -0600 Subject: Re: Installation Problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Nov 2004 04:55:30 -0000 On Tuesday 16 November 2004 05:25 pm, FrostyPup@aol.com wrote: > My husband purchased Free BSD. I believe it is version. 5.3. He > installed the disks and then entered his username and password. Then > when he needs to sign in he again enters his username and password > and nothing happens. He can't get into the program. Do you have any > information to help with this problem? I have looked online but > cannot find info to fix this problem. Thanks in advance for your > assistance. > > Martha Does he know the password for root? If yes, log in as root, not himself. If not, the do the following: Pick single user mode from the beastie menu, then do something like the following: mount -a -t ufs cd /usr/sbin ./sysinstall now inside of the install menu find the option to change/set root's password and do that, then reboot. -mike