From owner-freebsd-current@FreeBSD.ORG Tue Dec 23 21:30:51 2003 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 5C69A16A4CE for ; Tue, 23 Dec 2003 21:30:51 -0800 (PST) Received: from ion.gank.org (ion.gank.org [69.55.238.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id 231F243D2D for ; Tue, 23 Dec 2003 21:30:50 -0800 (PST) (envelope-from craig@xfoil.gank.org) Received: from localhost (ion.gank.org [69.55.238.164]) by ion.gank.org (mail) with ESMTP id F36622B500; Tue, 23 Dec 2003 23:30:49 -0600 (CST) Received: from ion.gank.org ([69.55.238.164]) by localhost (ion.gank.org [69.55.238.164]) (amavisd-new, port 10024) with LMTP id 72943-03; Tue, 23 Dec 2003 23:30:49 -0600 (CST) Received: from 192.168.69.78 (arbiter.gank.org [64.81.113.221]) by ion.gank.org (mail) with ESMTP id 614EE2B4FF; Tue, 23 Dec 2003 23:30:48 -0600 (CST) From: Craig Boston To: "Georg-W. Koltermann" , freebsd-current@freebsd.org Date: Tue, 23 Dec 2003 23:29:13 -0600 User-Agent: KMail/1.5.4 References: <3FE8C3F6.7060804@rahn-koltermann.de> In-Reply-To: <3FE8C3F6.7060804@rahn-koltermann.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200312232329.13909.craig@xfoil.gank.org> X-Virus-Scanned: by amavisd-new at gank.org Subject: Re: vmware2 doesn't build 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: Wed, 24 Dec 2003 05:30:51 -0000 On Tuesday 23 December 2003 04:38 pm, Georg-W. Koltermann wrote: > If I hack around these two by just using the non-SMP code even in #if > SMP, it compiles. I didn't try to run it yet, but I think I might have > a good chance it runs since I'm not on an SMP machine. I've been hacking around this pretty much the same way ever since the apic changes -- it's a UP machine so I just disabled building the SMP module. This was working for me (post apic changes) until just before the 5.2 branch point. Somewhere in there something changed and it now compiles and seems to run, but as soon as the VM is turned on, the disks on the real system just go dead. Can't access any files at all, get some messages about ata command timeouts, and the system slowly dies as processes get hung one by one. It seems to be killing interrupt delivery somehow. I *KNOW* someone was talking about nearly identical symptoms within the last week or two, the only difference is that it was in reference to vmware 3 instead of 2... Craig