From owner-freebsd-emulation@FreeBSD.ORG Mon Nov 10 11:01:38 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 D12B116A4CE for ; Mon, 10 Nov 2003 11:01:38 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C349743FAF for ; Mon, 10 Nov 2003 11:01:37 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAAJ1bFY050404 for ; Mon, 10 Nov 2003 11:01:37 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAAJ1bsW050380 for emulation@freebsd.org; Mon, 10 Nov 2003 11:01:37 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 10 Nov 2003 11:01:37 -0800 (PST) Message-Id: <200311101901.hAAJ1bsW050380@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: emulation@FreeBSD.org Subject: Current problem reports assigned to you 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: Mon, 10 Nov 2003 19:01:38 -0000 Current FreeBSD problem reports Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2000/07/09] kern/19814 emulation Oracle8i installer triggers problem in th o [2000/09/21] kern/21463 emulation Linux compatability mode should not allow o [2000/11/13] kern/22826 emulation Memory limits have no effect in linux com o [2000/12/14] misc/23561 emulation Linux compatibility mode does not support o [2001/03/28] kern/26171 emulation not work Linux-emulator, but hi is work i o [2003/10/01] ports/57465 emulation kldunload rtc.ko causes a panic; yet it's 6 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2000/06/19] misc/19391 emulation Evilness with Linux Terminus, causes X to o [2002/08/11] kern/41543 emulation Easier wine/w23 support p [2002/09/04] kern/42404 emulation TIOCSCTTY not implemented in linuxulator o [2002/11/26] kern/45785 emulation Linux WineX seems to require a few new li 4 problems total. From owner-freebsd-emulation@FreeBSD.ORG Tue Nov 11 13:27:21 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 9220016A4CE for ; Tue, 11 Nov 2003 13:27:21 -0800 (PST) Received: from gate.init.com (gate.abinitio.com [65.170.40.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FB8743FE0 for ; Tue, 11 Nov 2003 13:27:20 -0800 (PST) (envelope-from ntai@smartfruit.com) Received: from denali.abinitio.com (localmail.init.com [10.50.30.91]) by gate.init.com (8.9.3/8.9.3) with ESMTP id QAA32434; Tue, 11 Nov 2003 16:27:13 -0500 Received: from smartfruit.com (ntai.abinitio.com [10.50.20.99]) QAA12155; Tue, 11 Nov 2003 16:27:13 -0500 (EST) Message-ID: <3FB15430.4070707@smartfruit.com> Date: Tue, 11 Nov 2003 16:27:12 -0500 From: Naoyuki Tai Organization: Smart Fruit User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tim Pozar , freebsd-emulation@freebsd.org References: <20031107154918.GA33872@lns.com> In-Reply-To: <20031107154918.GA33872@lns.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: emulators/vmware2 vs. emulators/linux_base-8 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: Tue, 11 Nov 2003 21:27:21 -0000 Tim Pozar wrote: > FYI... > > I was getting a number of panics for Vmare2 with the > "emulators/linux_base-8" package. Seems that folks may want to > stay with the "emulators/linux_base" or "7" package. > > Tim > _______________________________________________ > freebsd-emulation@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-emulation > To unsubscribe, send any mail to "freebsd-emulation-unsubscribe@freebsd.org" I have solved this problem with VMware3. (Not VMware2) After googling for a while, this is probably due to the change in nice() in GNU C library. You can fix the problem by either going back to old library or patch the VMware binary to make it work with newer libc. Here is what you can do. Download a patch. There are many patches available. I used the latest in obsolete. I do not know which one is which. But, this one worked for me. vmware-any-any-update42.tar.gz Just google it and find it somewhere. After downloading, untar in a directory. Then, you have runme.pl services.sh services2.sh update update.c vmmon.tar vmnet.tar in vmware-any-any-update42 directory. update.c looks like it patches the file, and update is probably compiled binary. So, I cc -o ./foo update.c ./foo /usr/local/lib/vmware/bin/vmware This patches the vmware binary. At the moment, VMware is running on R4.9, am installing RH9. Since update.c looks like it does patch vmware binary and does not need to be linux binary, compiling update.c may be universally possible for all paltforms. Good luck. -- Naoyuki "Tai" Tai, ntai a t smartfruit d o t com From owner-freebsd-emulation@FreeBSD.ORG Tue Nov 11 16:13:27 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 BCAB816A4CE for ; Tue, 11 Nov 2003 16:13:27 -0800 (PST) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id E84CB43FBD for ; Tue, 11 Nov 2003 16:13:26 -0800 (PST) (envelope-from r.nagel@onlinehome.de) Received: from [212.227.126.209] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1AJidS-00012b-00 for freebsd-emulation@freebsd.org; Wed, 12 Nov 2003 01:13:26 +0100 Received: from [80.143.86.10] (helo=spica.galaxy) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 1AJidS-0001Uq-00 for freebsd-emulation@freebsd.org; Wed, 12 Nov 2003 01:13:26 +0100 Received: (qmail 72447 invoked from network); 12 Nov 2003 00:13:39 -0000 Received: from cygnus.galaxy (HELO ?192.168.100.98?) (192.168.100.98) by 0 with SMTP; 12 Nov 2003 00:13:39 -0000 From: Ralf Nagel To: freebsd-emulation@freebsd.org Content-Type: text/plain Organization: LongTunnel Message-Id: <1068595828.1165.1.camel@cygnus.galaxy> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Wed, 12 Nov 2003 01:10:28 +0100 Content-Transfer-Encoding: 7bit Subject: vmware3 and serial devices 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: Wed, 12 Nov 2003 00:13:27 -0000 Hi, I've installed VMware-workstation-3.2.1-2242 from ports running Win2000 as guest, and everything seems to be okay. But... Could anyone tell me whether or not serial ports work with vmware3. I've setup "/dev/cuaa0" as COM1, type "device" (and other combinations) in the configuration-editor, but when I try to "power on" the virtual machine vmware hangs consuming more and more CPU very quickly. Thanks....Ralf System: CPU: AMD Athlon(tm) Processor (1211.94-MHz 686-class CPU) Origin = "AuthenticAMD" Id = 0x642 Stepping = 2 real memory = 805240832 (767 MB) avail memory = 774688768 (738 MB) acpi enabled 5.1-RELEASE-p10, nvidia-driver /dev/cuaaX with user "uucp", group "dialer" (I'm in that group), permissions "20660" The relevant part in vmware.log seems to be: [...] Oct 30 23:39:12: VMX|serial0: Failed to set the Break state of the "/dev/cuaa0" Oct 30 23:39:12: VMX| ct 30 23:39:12: VMX|serial0: state = 1, in[inIndex] = 0x01 Oct 30 23:39:12: VMX|NOT_IMPLEMENTED F(5010):895 Oct 30 23:39:12: VMX|Backtrace: Oct 30 23:39:12: VMX|Backtrace[0] 0xbfbfef60 eip 0x80541d9 Oct 30 23:39:12: VMX|Backtrace[1] 0xbfbff78c eip 0x809fedb Oct 30 23:39:12: VMX|Backtrace[2] 0xbfbff7c8 eip 0x809d4a5 Oct 30 23:39:12: VMX|Backtrace[3] 0xbfbff7dc eip 0x809d8dc Oct 30 23:39:12: VMX|Backtrace[4] 0xbfbff800 eip 0x809bbd5 Oct 30 23:39:12: VMX|Backtrace[5] 0xbfbff814 eip 0x804c712 Oct 30 23:39:12: VMX|Backtrace[6] 0xbfbff828 eip 0x804c3c6 Oct 30 23:39:12: VMX|Backtrace[7] 0xbfbff840 eip 0x8053954 Oct 30 23:39:12: VMX|Backtrace[8] 0xbfbff854 eip 0x805372e Oct 30 23:39:12: VMX|Backtrace[9] 0xbfbffa30 eip 0x804c0bd Oct 30 23:39:12: VMX|Backtrace[10] 0xbfbffa50 eip 0x804ad58 Oct 30 23:39:12: VMX|Backtrace[11] 00000000 eip 0x804ac1a [...] From owner-freebsd-emulation@FreeBSD.ORG Wed Nov 12 06:57:10 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 BA10916A4CE for ; Wed, 12 Nov 2003 06:57:10 -0800 (PST) Received: from mailhost.tue.nl (mailhost.tue.nl [131.155.2.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06FBF43F93 for ; Wed, 12 Nov 2003 06:57:09 -0800 (PST) (envelope-from mriem@win.tue.nl) Received: from mailhost.tue.nl ([127.0.0.1]) by localhost (mailhost.tue.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 17571-07 for ; Wed, 12 Nov 2003 15:57:07 +0100 (CET) Received: from master (dyn214.win.tue.nl [131.155.70.20]) by mailhost.tue.nl (Postfix) with ESMTP id 46D8114CD60 for ; Wed, 12 Nov 2003 15:57:07 +0100 (CET) From: "Manfred Riem" To: Date: Wed, 12 Nov 2003 15:56:31 +0100 Organization: TU/e Message-ID: <003501c3a92d$29071ba0$14469b83@master> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: VMWare 3 Howto? X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: mriem@win.tue.nl List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Nov 2003 14:57:10 -0000 Hi all, Does anyone have a VMWare 3 HOWTO to share? Especially how to configure running a Guest OS from a raw disk? Manfred. From owner-freebsd-emulation@FreeBSD.ORG Wed Nov 12 07:13:43 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 3CC9216A4CE for ; Wed, 12 Nov 2003 07:13:43 -0800 (PST) Received: from smtp01.mrf.mail.rcn.net (smtp01.mrf.mail.rcn.net [207.172.4.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8761943F93 for ; Wed, 12 Nov 2003 07:13:42 -0800 (PST) (envelope-from ntai@smartfruit.com) Received: from 207-172-130-212.c3-0.arl-ubr1.sbo-arl.ma.cable.rcn.com ([207.172.130.212] helo=rcn.com) by smtp01.mrf.mail.rcn.net with esmtp (Exim 3.35 #3) id 1AJwgf-0007h2-00 for freebsd-emulation@freebsd.org; Wed, 12 Nov 2003 10:13:41 -0500 Received: from [192.168.10.11] (luxor.camelsoft.com [192.168.10.11]) by rcn.com (8.12.9p2/8.12.8) with ESMTP id hACFDf9O002731 for ; Wed, 12 Nov 2003 10:13:41 -0500 (EST) (envelope-from ntai@smartfruit.com) Mime-Version: 1.0 (Apple Message framework v606) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; format=flowed To: freebsd-emulation@freebsd.org From: Naoyuki Tai Date: Wed, 12 Nov 2003 10:13:40 -0500 X-Mailer: Apple Mail (2.606) Subject: VMware3 *almost* working 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: Wed, 12 Nov 2003 15:13:43 -0000 I can run VMware3, but, there is one network problem. I have FreeBSD 4.9R and RedHat 9 Linux on VMware3. FreeBSD and Linux/VMware3 can see each other but both can not make a TCP connection. For example, Linux/VMware3 and host machine can ftp to third machine without problems. And, that third machine can ssh connect to the host and Linux/VM. ping works for both. Linux/VM has a telnet server. I can log in from the third machine but the host machine can not. telnet command prints out Trying 192.168.10.41... The host has 192.168.10.31 and Linux/VM has 192.168.10.41 and third machine is 192.168.10.11. So, it looks like everything works fine except TCP connection between VMware host and guest can not establish TCP connection. What am I missing? -- Naoyuki "Tai" Tai, ntai a t smartfruit d o t com From owner-freebsd-emulation@FreeBSD.ORG Wed Nov 12 14:26:10 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 7E80C16A4CE for ; Wed, 12 Nov 2003 14:26:10 -0800 (PST) Received: from smtp01.mrf.mail.rcn.net (smtp01.mrf.mail.rcn.net [207.172.4.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id B236943F93 for ; Wed, 12 Nov 2003 14:26:09 -0800 (PST) (envelope-from ntai@smartfruit.com) Received: from 207-172-130-212.c3-0.arl-ubr1.sbo-arl.ma.cable.rcn.com ([207.172.130.212] helo=rcn.com) by smtp01.mrf.mail.rcn.net with esmtp (Exim 3.35 #3) id 1AK3RB-0003DL-00; Wed, 12 Nov 2003 17:26:09 -0500 Received: from [192.168.10.11] (luxor.camelsoft.com [192.168.10.11]) by rcn.com (8.12.9p2/8.12.8) with ESMTP id hACMQ89O003587; Wed, 12 Nov 2003 17:26:08 -0500 (EST) (envelope-from ntai@smartfruit.com) Mime-Version: 1.0 (Apple Message framework v606) In-Reply-To: <003501c3a92d$29071ba0$14469b83@master> References: <003501c3a92d$29071ba0$14469b83@master> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <36713586-155F-11D8-8C80-000393D763BE@smartfruit.com> Content-Transfer-Encoding: 7bit From: Naoyuki Tai Date: Wed, 12 Nov 2003 17:26:08 -0500 To: mriem@win.tue.nl, freebsd-emulation@freebsd.org X-Mailer: Apple Mail (2.606) Subject: Re: VMWare 3 Howto? 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: Wed, 12 Nov 2003 22:26:10 -0000 On Nov 12, 2003, at 9:56 AM, Manfred Riem wrote: > Hi all, > > Does anyone have a VMWare 3 HOWTO to share? Especially > how to configure running a Guest OS from a raw disk? > > Manfred. My understanding is that raw disk does not work at all since there is no block device in FreeBSD. It would be awfully nice if someone writes a block device emulation but I'd not hold my breath for that. Or, you could try OpenBSD. -- Naoyuki "Tai" Tai, ntai a t smartfruit d o t com From owner-freebsd-emulation@FreeBSD.ORG Wed Nov 12 14:30:09 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 2232C16A4CE for ; Wed, 12 Nov 2003 14:30:09 -0800 (PST) Received: from psg.com (psg.com [147.28.0.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7950D43FF5 for ; Wed, 12 Nov 2003 14:30:04 -0800 (PST) (envelope-from randy@psg.com) Received: from [127.0.0.1] (helo=roam.psg.com) by psg.com with esmtp (Exim 4.24; FreeBSD 4.9) id 1AK3Uy-000LfX-3S; Wed, 12 Nov 2003 22:30:04 +0000 Received: from localhost ([127.0.0.1] helo=roam.psg.com) by roam.psg.com with esmtp (Exim 4.24; FreeBSD 4.9) id 1AK3Ux-0001M7-8I; Wed, 12 Nov 2003 16:30:03 -0600 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Wed, 12 Nov 2003 16:30:02 -0600 To: Naoyuki Tai References: <003501c3a92d$29071ba0$14469b83@master> <36713586-155F-11D8-8C80-000393D763BE@smartfruit.com> Message-Id: cc: mriem@win.tue.nl cc: freebsd-emulation@freebsd.org Subject: Re: VMWare 3 Howto? 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: Wed, 12 Nov 2003 22:30:09 -0000 >> Does anyone have a VMWare 3 HOWTO to share? Especially >> how to configure running a Guest OS from a raw disk? > My understanding is that raw disk does not work at all since there is no > block device in FreeBSD. not true in 4.9 rm /usr/compat/linux/dev/hda mknod /usr/compat/linux/dev/hda b 30 0x00010002 foo:wheel rm /usr/compat/linux/dev/hdb mknod /usr/compat/linux/dev/hdb b 30 0x0001000a foo:wheel From owner-freebsd-emulation@FreeBSD.ORG Wed Nov 12 14:55:14 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 3247816A4CF for ; Wed, 12 Nov 2003 14:55:14 -0800 (PST) Received: from mailhost.tue.nl (mailhost.tue.nl [131.155.2.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B66A43FB1 for ; Wed, 12 Nov 2003 14:55:13 -0800 (PST) (envelope-from mriem@win.tue.nl) Received: from mailhost.tue.nl ([127.0.0.1]) by localhost (mailhost.tue.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 67440-05; Wed, 12 Nov 2003 23:55:12 +0100 (CET) Received: from master (v004.vpn.tue.nl [131.155.212.4]) by mailhost.tue.nl (Postfix) with ESMTP id 9930314D46E; Wed, 12 Nov 2003 23:55:10 +0100 (CET) From: "Manfred Riem" To: "'Randy Bush'" , "'Naoyuki Tai'" Date: Wed, 12 Nov 2003 23:55:05 +0100 Organization: TU/e Message-ID: <009501c3a970$04260e20$02fea8c0@master> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 In-reply-to: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal cc: mriem@win.tue.nl cc: freebsd-emulation@freebsd.org Subject: RE: VMWare 3 Howto? X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: mriem@win.tue.nl List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Nov 2003 22:55:14 -0000 Hi Randy, Would this also work on 5.1-CURRENT? Manfred. > >> Does anyone have a VMWare 3 HOWTO to share? Especially > >> how to configure running a Guest OS from a raw disk? > > My understanding is that raw disk does not work at all > > since there is > > no block device in FreeBSD. > > not true in 4.9 > > rm /usr/compat/linux/dev/hda > mknod /usr/compat/linux/dev/hda b 30 0x00010002 foo:wheel > rm /usr/compat/linux/dev/hdb > mknod /usr/compat/linux/dev/hdb b 30 0x0001000a foo:wheel From owner-freebsd-emulation@FreeBSD.ORG Thu Nov 13 11:09:21 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 E386F16A4CE for ; Thu, 13 Nov 2003 11:09:21 -0800 (PST) Received: from postman.ripe.net (postman.ripe.net [193.0.0.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C16E43FB1 for ; Thu, 13 Nov 2003 11:09:19 -0800 (PST) (envelope-from ms@dell-laptop.6bone.nl) Received: by postman.ripe.net (Postfix, from userid 8) id 1F5614FE5B; Thu, 13 Nov 2003 20:09:18 +0100 (CET) Received: from birch.ripe.net (birch.ripe.net [193.0.1.96]) by postman.ripe.net (Postfix) with ESMTP id B4C254FD35; Thu, 13 Nov 2003 20:09:17 +0100 (CET) Received: from dell-laptop.6bone.nl (cow.ripe.net [193.0.1.239]) by birch.ripe.net (8.12.10/8.11.6) with SMTP id hADJ9A7x022890; Thu, 13 Nov 2003 20:09:13 +0100 Received: (nullmailer pid 2101 invoked by uid 1001); Thu, 13 Nov 2003 19:09:09 -0000 Date: Thu, 13 Nov 2003 20:09:08 +0100 From: Mark Santcroos To: Manfred Riem Message-ID: <20031113190908.GA2067@laptop.6bone.nl> References: <009501c3a970$04260e20$02fea8c0@master> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <009501c3a970$04260e20$02fea8c0@master> User-Agent: Mutt/1.4.1i X-Handles: MS6-6BONE, MS18417-RIPE X-RIPE-Spam-Level: X-RIPE-Spam-Status: N 0.076711 X-RIPE-Signature: 3ad73a5302d1b595ee6c40ec5d6bab0f cc: freebsd-emulation@freebsd.org Subject: Re: VMWare 3 Howto? 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, 13 Nov 2003 19:09:22 -0000 On Wed, Nov 12, 2003 at 11:55:05PM +0100, Manfred Riem wrote: > Would this also work on 5.1-CURRENT? No. A GEOM emulating a block device might be an option. I was working on that at some point but lost interest in it ... (the beauty of open source) Mark From owner-freebsd-emulation@FreeBSD.ORG Fri Nov 14 12:51:44 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 F410616A4CE for ; Fri, 14 Nov 2003 12:51:41 -0800 (PST) Received: from gate.init.com (gate.abinitio.com [65.170.40.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F96543FCB for ; Fri, 14 Nov 2003 12:51:32 -0800 (PST) (envelope-from ntai@smartfruit.com) Received: from denali.abinitio.com (localmail.init.com [10.50.30.91]) by gate.init.com (8.9.3/8.9.3) with ESMTP id PAA24119 for ; Fri, 14 Nov 2003 15:51:19 -0500 Received: from smartfruit.com (ntai.abinitio.com [10.50.20.99]) PAA02833 for ; Fri, 14 Nov 2003 15:51:14 -0500 (EST) Message-ID: <3FB54042.2010309@smartfruit.com> Date: Fri, 14 Nov 2003 15:51:14 -0500 From: Naoyuki Tai Organization: Smart Fruit User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-emulation@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: VMware3 free running when rtc is connected 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: Fri, 14 Nov 2003 20:51:44 -0000 I have vmware3 on 4.9R, and guest RedHat 9 runs OK. However, when /dev/rtc is "connected", vmware process eats up the CPU cycles and if it is not connected, the vmware process idels. What is going on? What is wrong with /compat/linux/dev/rtc? -- Naoyuki "Tai" Tai, ntai a t smartfruit d o t com