From owner-freebsd-current@FreeBSD.ORG Sat Sep 3 05:33:55 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 B600716A424 for ; Sat, 3 Sep 2005 05:33:55 +0000 (GMT) (envelope-from andrew@fubar.geek.nz) Received: from avmta4-rme.xtra.co.nz (avmta4-rme.xtra.co.nz [210.86.15.159]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC30443D45 for ; Sat, 3 Sep 2005 05:33:54 +0000 (GMT) (envelope-from andrew@fubar.geek.nz) Received: from mta3-rme.xtra.co.nz ([210.86.15.143]) by avmta4-rme.xtra.co.nz with ESMTP id <20050903053353.OCMK9771.avmta4-rme.xtra.co.nz@mta3-rme.xtra.co.nz>; Sat, 3 Sep 2005 17:33:53 +1200 Received: from serv.int.fubar.geek.nz ([222.152.103.73]) by mta3-rme.xtra.co.nz with ESMTP id <20050903053353.LUKY1650.mta3-rme.xtra.co.nz@serv.int.fubar.geek.nz>; Sat, 3 Sep 2005 17:33:53 +1200 Received: from [192.168.1.160] (unknown [192.168.1.160]) by serv.int.fubar.geek.nz (Postfix) with ESMTP id 353FD60FB; Sat, 3 Sep 2005 17:33:52 +1200 (NZST) Message-ID: <431935C8.2060900@fubar.geek.nz> Date: Sat, 03 Sep 2005 17:34:00 +1200 From: Andrew Turner User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050727) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Scott Ullrich References: <8b6eae9605090106151a81174d@mail.gmail.com> <20050902221724.GC659@obiwan.tataz.chchile.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org, Jeremie Le Hen , Edwin Brown Subject: Re: FreeBSD6.0 and VMWare 5.0.. No go X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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, 03 Sep 2005 05:33:56 -0000 Scott Ullrich wrote: > >Not sure if this is related or not but the SoC for BSDInstaller mentions: > >* Add a kernel without PREEMPTION for Qemu and Vmware > >http://wikitest.freebsd.org/moin.cgi/BSDInstaller > > I found by removing PREEMPTION from the kernel it would stop the panic. I would get http://sources.zabbadoz.net/freebsd/lor.html#007 instead but this is harmless. I never had this problem on real hardware so made a second NOPREEMPTION kernel (http://perforce.freebsd.org/fileViewer.cgi?FSPC=//depot/projects/soc2005/bsdinstaller/src/sys/i386/conf/NOPREEMPTION&REV=1) and added "KERNELS=NOPREEMPTION" to the make release command line. Andrew