From owner-freebsd-emulation@FreeBSD.ORG Wed Apr 23 19:31:13 2003 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 541BB37B401 for ; Wed, 23 Apr 2003 19:31:13 -0700 (PDT) Received: from ms-smtp-02.nyroc.rr.com (ms-smtp-02.nyroc.rr.com [24.92.226.49]) by mx1.FreeBSD.org (Postfix) with ESMTP id 657B043F93 for ; Wed, 23 Apr 2003 19:31:12 -0700 (PDT) (envelope-from funk@softhome.net) Received: from bsd.sadclown.net (syr-24-59-59-213.twcny.rr.com [24.59.59.213]) h3O2VBpn006568 for ; Wed, 23 Apr 2003 22:31:11 -0400 (EDT) Received: by bsd.sadclown.net (Postfix, from userid 1007) id 58E3913340; Wed, 23 Apr 2003 22:31:11 -0400 (EDT) Received: from [192.168.0.2] (funk [192.168.0.2]) by bsd.sadclown.net (Postfix) with ESMTP id 6DCA91144A for ; Wed, 23 Apr 2003 22:31:07 -0400 (EDT) From: Jeff Utter To: freebsd-emulation@freebsd.org Organization: Message-Id: <1051151471.651.2.camel@localhost> X-Mailer: Ximian Evolution 1.2.4 Date: 23 Apr 2003 22:31:11 -0400 X-Spam-Status: No, hits=-7.3 required=5.0 tests=AWL,USER_AGENT_XIMIAN autolearn=ham version=2.53 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.53 (1.174.2.15-2003-03-30-exp) X-Sanitizer: Advosys mail filter MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Subject: Vmware broken in -current w/ patches? X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2003 02:31:13 -0000 Hi there, i've recently added in the patch for raw disks into my kernel and stuff got funky. First off, it seems that my nvidia binary driver no longer works (i doubt this is related at all to the patches since they only effect compat stuff) but when i start X it quits to terminal and locks my system. Vmware is acting strange however, i'm not sure if this is related to what broke my video card or not.. but when i start vmware, there's no vmware screen, nothing, i check the logs, it looks like it stops right after: Apr 23 22:24:52: VMX|DICT: Set HWVersion to 2 Apr 23 22:24:53: VMX|VMX: changing state 0 from 0 to 1870 Apr 23 22:24:53: VMX|VMX: changing state 1 from 0 to 1873 Apr 23 22:24:53: VMX|VMX: changing state 2 from 0 to 1877 Apr 23 22:24:53: MKS|Log for VMware Workstation pid=7285 version=unreleased build=build-2230 option=Release.3.2.0 Apr 23 22:24:53: UI|Log for VMware Workstation pid=7284 version=unreleased build=build-2230 option=Release.3.2.0 I have to kill it, (making sure i kill ALL the processes if i kill only one, it locks my system) I dunno if anyone else is experiencing this on -current. or when they use those patches.