From owner-freebsd-questions@FreeBSD.ORG Tue Nov 29 17:20:41 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4AF5916A420 for ; Tue, 29 Nov 2005 17:20:41 +0000 (GMT) (envelope-from joao.barros@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id A464B43D5C for ; Tue, 29 Nov 2005 17:20:39 +0000 (GMT) (envelope-from joao.barros@gmail.com) Received: by xproxy.gmail.com with SMTP id t12so5469wxc for ; Tue, 29 Nov 2005 09:20:38 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Bb7aBisacPAY+TPTklmMNvoJ6GFGgqn91IgDKyGq3zP5NUpU3rgG2+9Wv2EVIVPugPnaf8dEXQLsGBDNflccIr9yshvGDZYBzcoe8TeDzKoZqaAd7zruhJVQ+bp0MneX5soK965ix4VfVCRKEU+V00jxAtxu3gPTlLFilUvMRRs= Received: by 10.70.52.19 with SMTP id z19mr2416973wxz; Tue, 29 Nov 2005 09:20:34 -0800 (PST) Received: by 10.70.9.10 with HTTP; Tue, 29 Nov 2005 09:20:34 -0800 (PST) Message-ID: <70e8236f0511290920i6dba19c5j10e645d2e4b2d158@mail.gmail.com> Date: Tue, 29 Nov 2005 17:20:34 +0000 From: Joao Barros To: David Miao In-Reply-To: <979f20140511282257j1c1c6744r3df2c2f3d1289ed9@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <979f20140511282257j1c1c6744r3df2c2f3d1289ed9@mail.gmail.com> Cc: "freebsd-questions@freebsd.org" Subject: Re: FreeBSD 6.0 in VMware X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Nov 2005 17:20:41 -0000 On 11/29/05, David Miao wrote: > Hi list, > > I installed a freebsd 6.0 in vmware 5.5, why I get a mass of error > message of "calcu runtime error"? Quoting Ed (again): Disable your APIC device, provided you're not trying to run an SMP kernel in a virtual SMP machine. Disabling the APIC forces FreeBSD to fall back on the old-fashioned IRQ timers. I think. Anyway, it works. Or works around. Whatever: In /boot/loader.conf , add: hint.apic.0.disabled=3D1 Note: This had already been answered on this list. -- Joao Barros