From owner-freebsd-questions@FreeBSD.ORG Tue Dec 10 08:51:31 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2085CAEB for ; Tue, 10 Dec 2013 08:51:31 +0000 (UTC) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BE16712A7 for ; Tue, 10 Dec 2013 08:51:30 +0000 (UTC) Received: from mail.cs.ait.ac.th (localhost [127.0.0.1]) by mail.cs.ait.ac.th (Postfix) with ESMTP id 955F1160B0D; Tue, 10 Dec 2013 15:45:28 +0700 (ICT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cs.ait.ac.th; h= content-type:content-type:mime-version:message-id:date:date :in-reply-to:subject:subject:from:from:received:received :received; s=selector1; t=1386665128; x=1388479529; bh=hT+YkaM27 YwP4Iq54u2NMnrnOx0G8oKBTmLY6uL37fk=; b=lrpknM6Y9ICDTVhFfjHnWCerQ QJdnoTxMzaRFa2yw7kYsqSbmT/FGxJxRLLaBjRXQofOtGbB80BQC0/4JaQaTEzKP Co8vBJXySw3EmfR+XRs/+V9RIPgfiVx0UIB39eu5qPkI4B0VMDy7GAuQkMmzeDoR VB3hpaxiaBdDGL9DpA= X-Virus-Scanned: amavisd-new at cs.ait.ac.th Received: from mail.cs.ait.ac.th ([127.0.0.1]) by mail.cs.ait.ac.th (mail.cs.ait.ac.th [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 9SwSVYXD7LD9; Tue, 10 Dec 2013 15:45:28 +0700 (ICT) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.cs.ait.ac.th (Postfix) with ESMTPS id D9087160B02; Tue, 10 Dec 2013 15:45:27 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.14.5/8.14.5/Submit) id rBA8jQ62084725; Tue, 10 Dec 2013 15:45:26 +0700 (ICT) (envelope-from on@banyan.cs.ait.ac.th) From: Olivier Nicole To: =?utf-8?B?5oiR5piv5pit5piO?= Subject: Re: update to current from 9.1 In-Reply-To: <23e47ec4.16e2d.142db55851e.Coremail.cengzm07@163.com> (message from =?utf-8?B?5oiR5piv5pit5piO?= on Tue, 10 Dec 2013 15:08:04 +0800 (CST)) Date: Tue, 10 Dec 2013 15:45:26 +0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Dec 2013 08:51:31 -0000 Hi zzm, > Now when I boot normally(not single user mode), the root user is just > gone and I cannot login in anymore. Can anybody there help me? That sounds outchie! You should be able to boot from a live CD 9preferably the same version as you have on your disk); from that live CD, you mount your root partition and edit etc/password and and etc/master.password to recreate the root account. Olivier --