From owner-freebsd-hardware@FreeBSD.ORG Mon May 29 19:00:55 2006 Return-Path: X-Original-To: freebsd-hardware@freebsd.org Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7DE4016A470 for ; Mon, 29 May 2006 19:00:55 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from mail25.syd.optusnet.com.au (mail25.syd.optusnet.com.au [211.29.133.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id D844B43D4C for ; Mon, 29 May 2006 19:00:54 +0000 (GMT) (envelope-from peterjeremy@optushome.com.au) Received: from turion.vk2pj.dyndns.org (c220-239-19-236.belrs4.nsw.optusnet.com.au [220.239.19.236]) by mail25.syd.optusnet.com.au (8.12.11/8.12.11) with ESMTP id k4TJ0p2X020443 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Tue, 30 May 2006 05:00:52 +1000 Received: from turion.vk2pj.dyndns.org (localhost.vk2pj.dyndns.org [127.0.0.1]) by turion.vk2pj.dyndns.org (8.13.6/8.13.6) with ESMTP id k4TJ0oRt003092; Tue, 30 May 2006 05:00:51 +1000 (EST) (envelope-from peter@turion.vk2pj.dyndns.org) Received: (from peter@localhost) by turion.vk2pj.dyndns.org (8.13.6/8.13.6/Submit) id k4TJ0o7s003091; Tue, 30 May 2006 05:00:50 +1000 (EST) (envelope-from peter) Date: Tue, 30 May 2006 05:00:50 +1000 From: Peter Jeremy To: Rob Garbutt Message-ID: <20060529190050.GA980@turion.vk2pj.dyndns.org> References: <003901c68348$27afbb70$0202a8c0@bmbpc733> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <003901c68348$27afbb70$0202a8c0@bmbpc733> X-PGP-Key: http://members.optusnet.com.au/peterjeremy/pubkey.asc User-Agent: Mutt/1.5.11 Cc: freebsd-hardware@freebsd.org Subject: Re: root password recovery X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2006 19:00:56 -0000 I'm not sure how this is a hardware problem. On Mon, 2006-May-29 18:48:54 +0100, Rob Garbutt wrote: >Can anyone point me in the right direction of either recovering/resetting >the root password (console or through bash) or fixing the above error? Assuming you have the console marked "secure" in /etc/ttys, you can just boot to single-user. This will give you a root shell: - boot single user # mount -a # passwd -- Peter Jeremy