From owner-freebsd-current@FreeBSD.ORG Sat Aug 28 10:14:38 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C933516A4CE; Sat, 28 Aug 2004 10:14:38 +0000 (GMT) Received: from black.imgsrc.co.jp (black.imgsrc.co.jp [210.226.20.147]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B5E343D5C; Sat, 28 Aug 2004 10:14:38 +0000 (GMT) (envelope-from kuriyama@imgsrc.co.jp) Received: from localhost (localhost [127.0.0.1]) by black.imgsrc.co.jp (Postfix) with ESMTP id 1CC5850BC0; Sat, 28 Aug 2004 19:14:37 +0900 (JST) Received: from black.imgsrc.co.jp (black.imgsrc.co.jp [IPv6:2001:218:422:2::9999]) by black.imgsrc.co.jp (Postfix) with ESMTP id 8D93450B6A; Sat, 28 Aug 2004 19:14:35 +0900 (JST) Date: Sat, 28 Aug 2004 19:14:35 +0900 Message-ID: <7mk6vj4lis.wl@black.imgsrc.co.jp> From: Jun Kuriyama To: Current In-Reply-To: <7msmad6oa0.wl@black.imgsrc.co.jp> References: <7msmad6oa0.wl@black.imgsrc.co.jp> User-Agent: Wanderlust/2.10.1 (Watching The Wheels) SEMI/1.14.6 (Maruoka) FLIM/1.14.6 (Marutamachi) APEL/10.6 Emacs/21.3 (i386--freebsd) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: by amavisd 0.1 cc: phk@FreeBSD.org Subject: Re: Hang at probing on VMware installation X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Aug 2004 10:14:38 -0000 At Tue, 24 Aug 2004 06:31:49 +0000 (UTC), kuriyama wrote: > I tried to install 6.0-CURRENT-20040824-JPSNAP into VMware via floppy > images. > > After using 3 floppy images, virtual machine is locked up at probing > stage. Here is the last output with verbose boot: > > http://www.imgsrc.co.jp/~kuriyama/tmp/20040824-vmware.png I've confirmed which commit breaks this by using binary search from {build,install}kernel on old (working) 5-current. Result is: 2004-08-20 10:00:00+00 OK 2004-08-20 15:30:00+00 Bad so, we have phk's commit below between them. ----- phk 2004-08-20 15:14:25 UTC FreeBSD src repository Modified files: sys/sys fdcio.h usr.sbin/fdcontrol fdcontrol.c usr.sbin/fdformat fdformat.c usr.sbin/fdread fdutil.c sys/dev/fdc fdc.c fdc_acpi.c fdc_isa.c fdc_pccard.c fdcvar.h Log: Rewrite of the floppy driver to make it MPsafe & GEOM friendly: ----- VMware said "unrecoverable error" and "Exception 0xc0000005 {access violation} has occured" and virtual machine has stopped. Is there a workaround to avoid this? -- Jun Kuriyama // IMG SRC, Inc. // FreeBSD Project