From owner-freebsd-questions@FreeBSD.ORG Sun Jan 6 11:55:59 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 3F7A7D2C for ; Sun, 6 Jan 2013 11:55:59 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from smtp.infracaninophile.co.uk (smtp6.infracaninophile.co.uk [IPv6:2001:8b0:151:1:3cd3:cd67:fafa:3d78]) by mx1.freebsd.org (Postfix) with ESMTP id 9A8EBCB4 for ; Sun, 6 Jan 2013 11:55:58 +0000 (UTC) Received: from seedling.black-earth.co.uk (seedling.black-earth.co.uk [81.2.117.99]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.14.6/8.14.5) with ESMTP id r06BtqrX009484 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Sun, 6 Jan 2013 11:55:52 GMT (envelope-from matthew@FreeBSD.org) DKIM-Filter: OpenDKIM Filter v2.7.3 smtp.infracaninophile.co.uk r06BtqrX009484 Authentication-Results: smtp.infracaninophile.co.uk/r06BtqrX009484; dkim=none reason="no signature"; dkim-adsp=none (insecure policy) Message-ID: <50E96648.6090303@FreeBSD.org> Date: Sun, 06 Jan 2013 11:55:52 +0000 From: Matthew Seaman User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: jb Subject: Re: FB 9.1 boot loader problem in VirtualBox References: In-Reply-To: X-Enigmail-Version: 1.4.6 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigA08D66836435719A90B9A994" X-Virus-Scanned: clamav-milter 0.97.6 at lucid-nonsense.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL autolearn=no version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on lucid-nonsense.infracaninophile.co.uk Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Jan 2013 11:55:59 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigA08D66836435719A90B9A994 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 06/01/2013 11:19, jb wrote: > Next problem: > when I am logged out from FB, and I do (I tested it repeatedly) >=20 > Machine-Close-Power off the machine > to cloce VM with FB, then on subsequent VM Start and FB reboot I get er= ror > msgs: > ... > Trying to mount root from ufs:/dev/ada0s1a [rw]... > WARNING: / was not properly dismounted > ... > Starting file system checks: > ** SU+J Recovering /dev/ada0s1a > ... >=20 > but when I do > Machine-Close-Send the shutdown signal > there are no errors, just normal msgs: > ... > Trying to mount root from ufs:/dev/ada0s1a [rw]... > ... > Starting file system checks: > /dev/ada0s1a: FILE SYSTEM CLEAN; SKIPPING CHECKS > ... >=20 Ummm... what did you expect to happen? 'Machine-Close-Power off' is essentially the same as ripping the power cord out of a physical machine. It's designed to stop the guest system no matter what: even if the guest is trapped in so tight a loop it can't respond to anything else= =2E 'Machine-Close-Send shutdown' is more like pressing the power button on the front of most modern machines, in that what it does is signal the guest OS to shut itself off and power down the system after that. You can achieve the same effect from within the guest OS by typing: shutdown -p now 'Machine-Close-Send shutdown' is what you want to use routinely. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. PGP: http://www.infracaninophile.co.uk/pgpkey --------------enigA08D66836435719A90B9A994 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.16 (Darwin) Comment: Using GnuPG with undefined - http://www.enigmail.net/ iEYEARECAAYFAlDpZkgACgkQ8Mjk52CukIw6DQCdGt2OP0mb2FUu33Ds8G+JpB2I 7OYAnREK4oZAkzl/E9jbHxPJvplGGsyj =05s4 -----END PGP SIGNATURE----- --------------enigA08D66836435719A90B9A994--