From owner-freebsd-emulation@FreeBSD.ORG Sun Apr 18 19:22:52 2010 Return-Path: Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 88714106564A for ; Sun, 18 Apr 2010 19:22:52 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id 121A38FC16 for ; Sun, 18 Apr 2010 19:22:51 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 4074C1E00127; Sun, 18 Apr 2010 21:22:50 +0200 (CEST) Received: from triton8.kn-bremen.de (noident@localhost [127.0.0.1]) by triton8.kn-bremen.de (8.14.3/8.14.3) with ESMTP id o3IJHrG9074985; Sun, 18 Apr 2010 21:17:53 +0200 (CEST) (envelope-from nox@triton8.kn-bremen.de) Received: (from nox@localhost) by triton8.kn-bremen.de (8.14.3/8.14.3/Submit) id o3IJHrWK074984; Sun, 18 Apr 2010 21:17:53 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Sun, 18 Apr 2010 21:17:53 +0200 To: Xiaodong Yi , freebsd-emulation@FreeBSD.org Message-ID: <20100418191752.GA72730@triton8.kn-bremen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) Cc: Subject: Testing Luvalley with FreeBSD as dom0 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 18 Apr 2010 19:22:52 -0000 Hi! I had been watching the Luvalley project for a while, http://sourceforge.net/projects/luvalley/files/ http://sunet.dl.sourceforge.net/project/luvalley/luvalley/luvalley-7/README http://www.mail-archive.com/kvm@vger.kernel.org/msg11896.html and a few weeks ago I was able to run Linux and FreeBSD domU.s on a Linux dom0 on my box for the first time, and then I ported a version of qemu-kvm 0.12.3 that Xiaodong Yi (Luvalley author) had adapted to Luvalley to FreeBSD and got that running domU.s with FreeBSD as dom0 too. :) At the moment Luvalley still has major issues and is far from being production-ready yet, but for FreeBSD users who want have a look for themselves I've now made an experimental port of the mentioned qemu-kvm-luvalley 0.12.3: http://people.freebsd.org/~nox/qemu/luvalley/qemu-kvm-luvalley-0.12.3.shar If you want to test it without deinstalling a qemu port you can build the port with DISABLE_CONFLICTS=yes and run the Luvalley qemu-kvm from within the build dir: work/qemu-kvm-0.12.3/x86_64-softmmu/qemu-system-x86_64 ... resp. work/qemu-kvm-0.12.3/i386-softmmu/qemu ... And before I forget, your cpu needs to be amd64/x86_64/em64t (i.e., able to run 64 bit) and it needs to have Intel VT or AMD-V aka vmx or svm. I only tested amd64 dom0s (Linux and FreeBSD stable/8), but afaik i386 dom0s are supported as well. And this is still experimental code, it may crash, eat your dog, whatever... Here is the pkg-descr: Luvalley is a lightweight type-1 Virtual Machine Monitor (VMM) with novel architecture, to enable any OS to run virtual machines by utilizing hardware virtualization extensions such as Intel VT and AMD-V. This is an experimental port of qemu-kvm adapted to Luvalley by Xiaodong Yi (Luvalley author - files/patch-luvalley) and preliminary patched for FreeBSD my me (nox, files/patch-z-kvm-bsd) so that FreeBSD can run domU (guests) using Luvalley. Luvalley still has many limitations and is definitely far from being production-ready, but it already seems to be able to run domUs partway faster than kqemu with -kernel-kqemu. :) (and also works better than kqemu for amd64 domUs.) Note: You need grub to boot the Luvalley `kernel', http://sourceforge.net/projects/luvalley/files/luvalley/luvalley-7/luvalley/download which (hopefully) will then boot the first disk again from which you _then_ select the FreeBSD slice for booting the FreeBSD loader and kernel to run as Luvalley dom0 if you want to test this port. More info is here: http://sunet.dl.sourceforge.net/project/luvalley/luvalley/luvalley-7/README Since FreeBSD users rarely have a grub installed I've made a grub iso with a menu.lst configured to boot the Luvalley `kernel' from /boot/luvally on the root of the first FreeBSD slice on the first disk (if your FreeBSD install is elsewhere you have to either edit the grub menu entry on the fly using grub's `e'dit command or unpack the iso using e.g. bsdtar, edit the menu.lst, and then make a new iso, see the README.txt within the iso.) http://people.freebsd.org/~nox/qemu/luvalley/grub-luvalley.iso If you have a working serial port (`COM1' aka /dev/tty[du]0) you can try to catch Luvalley's debug messages (115200bps, 8N1), this is especially useful should Luvally crash, otherwise there's probably no chance to fix the bug. One known crash at the moment happens when Luvalley runs out of ioctl object slots of which by default there are only 32 ("IOCTL_SIZE" in the Luvalley source, I haven't tried to build that on FreeBSD yet) and atm they never get released so in practice for the moment you should reboot your dom0 (FreeBSD) after running a few domUs to avoid that crash. Another known problem is atm when a domU shuts down the luvally qemu will hang and you have to manually kill it. WWW: http://sourceforge.net/projects/luvalley/files/ From owner-freebsd-emulation@FreeBSD.ORG Sun Apr 18 21:03:54 2010 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DAC1B1065674 for ; Sun, 18 Apr 2010 21:03:54 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-qy0-f199.google.com (mail-qy0-f199.google.com [209.85.221.199]) by mx1.freebsd.org (Postfix) with ESMTP id 94D0B8FC26 for ; Sun, 18 Apr 2010 21:03:54 +0000 (UTC) Received: by qyk37 with SMTP id 37so3724233qyk.8 for ; Sun, 18 Apr 2010 14:03:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:received:message-id :subject:from:to:content-type; bh=t4fG1RBpkSQpgijcAbrDIq8fYQTtBJpifdbzyOzV288=; b=CgQnQm5GfX/6Y9scp+J6S4DRBpLc7+rDb1QA5b1xy8D9t3SDRfK1vuQxZPVtbwmXR0 PVUj1uECOUQvaTYTCC10buSwn05jhFVeC+u/z54/6j5hcDojtwthzs2L6vDeF41K479l xp8wG1p6GXgSOI9hczLy5gObr8v3MHJraC7eY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=CPe60zHF4q0pIE1zzhCW75oy0WRz/JQJeKTlbTtazEaDOYTsG4aEU8AFC+49sPJ4DQ ifOY2lPbLWOPqsBeGzZ3L2ma76WH+molgQUtF156elh2xpxZ+S+GVXlWid9YPHUzip9R G6ZKg+eRFiNCFTFzQyH8y8dc2EvcYDMmh7K8o= MIME-Version: 1.0 Received: by 10.229.85.147 with HTTP; Sun, 18 Apr 2010 14:03:53 -0700 (PDT) Date: Sun, 18 Apr 2010 16:03:53 -0500 Received: by 10.229.225.72 with SMTP id ir8mr1724275qcb.73.1271624633746; Sun, 18 Apr 2010 14:03:53 -0700 (PDT) Message-ID: From: Adam Vande More To: freebsd-emulation@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: qemu usb passthru X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 18 Apr 2010 21:03:54 -0000 What's the status of qemu passthru? There are a few misc www tidbits which seems to indicate it works, but I can't get qemu to attach a usb device. 8.0 RELEASE kqemu-kmod-devel-1.4.0.p1_4 Kernel Accelerator for QEMU CPU Emulator (development versi qemu-0.11.1_3 QEMU CPU Emulator qemu-system-x86_64 -hda xp.img -m 768 -localtime -cdrom /dev/cd0 -kernel-kqemu -usb -usbdevice tablet -usbdevice /dev/usb/0.4.0 Warning: could not add USB device /dev/usb/0.4.0 -- Adam Vande More From owner-freebsd-emulation@FreeBSD.ORG Sun Apr 18 21:28:54 2010 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2EE23106566B for ; Sun, 18 Apr 2010 21:28:54 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id E23118FC14 for ; Sun, 18 Apr 2010 21:28:53 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 14DFD1E000F9; Sun, 18 Apr 2010 23:28:53 +0200 (CEST) Received: from triton8.kn-bremen.de (noident@localhost [127.0.0.1]) by triton8.kn-bremen.de (8.14.3/8.14.3) with ESMTP id o3ILPmvH082076; Sun, 18 Apr 2010 23:25:48 +0200 (CEST) (envelope-from nox@triton8.kn-bremen.de) Received: (from nox@localhost) by triton8.kn-bremen.de (8.14.3/8.14.3/Submit) id o3ILPmQU082075; Sun, 18 Apr 2010 23:25:48 +0200 (CEST) (envelope-from nox) Date: Sun, 18 Apr 2010 23:25:48 +0200 (CEST) From: Juergen Lock Message-Id: <201004182125.o3ILPmQU082075@triton8.kn-bremen.de> To: amvandemore@gmail.com X-Newsgroups: local.list.freebsd.emulation In-Reply-To: Organization: home Cc: freebsd-emulation@freebsd.org Subject: Re: qemu usb passthru X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 18 Apr 2010 21:28:54 -0000 In article you write: >What's the status of qemu passthru? There are a few misc www tidbits which >seems to indicate it works, but I can't get qemu to attach a usb device. > >8.0 RELEASE Well, usb host (passthru) code never got ported to the new usb stack yet (the guy that did the old usb host port is busy with other things now and there was no new `volunteer'...) There has been talk on the qemu list about porting the usb host code to libusb 1.0 tho (which also exists for FreeBSD's new usb stack), so _maybe_ there's some hope now. Cheers, Juergen From owner-freebsd-emulation@FreeBSD.ORG Sun Apr 18 21:40:01 2010 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 59E8B106568A for ; Sun, 18 Apr 2010 21:40:01 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-qy0-f199.google.com (mail-qy0-f199.google.com [209.85.221.199]) by mx1.freebsd.org (Postfix) with ESMTP id 0D0A08FC28 for ; Sun, 18 Apr 2010 21:40:00 +0000 (UTC) Received: by qyk37 with SMTP id 37so3738060qyk.8 for ; Sun, 18 Apr 2010 14:40:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:cc:content-type; bh=A3acXEMndKiZoCBw98dYW5GZeZsn1mOsa4QqAjCudps=; b=ijQ5xaBEVaZOQYHJ8SRKQIcYU9B2nF+07++j7lVUhatcYZBWO/yJDTyegFSRv+ksif iz4QB2qljW0XjU2YsEbj5ZOGv3Ht+qHP+aa/fwn+CISlAVylBApQtqXzjQs//Z5T8u2+ K/LrmjDo+HNjmiYQE3+/lIrPhBCQAQX6iyx3Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=AF+WaiYLkfMHilWV821JOeJrNYyrf9NH0CVkFtkm7m+IEG+vq8GNi20D4eULjpIWnx 3ZP6evLv7g2+lvjf55+8o/9R0FUvQgMcKQIqVTSbxnaFp3VIrVAmBdffuEpX4jJa/zbP JK5BTz1W4C+hwA2eFuYcPU6z/uVIoBCRYMdJ8= MIME-Version: 1.0 Received: by 10.229.85.147 with HTTP; Sun, 18 Apr 2010 14:40:00 -0700 (PDT) In-Reply-To: <201004182125.o3ILPmQU082075@triton8.kn-bremen.de> References: <201004182125.o3ILPmQU082075@triton8.kn-bremen.de> Date: Sun, 18 Apr 2010 16:40:00 -0500 Received: by 10.229.242.85 with SMTP id lh21mr5796684qcb.67.1271626800055; Sun, 18 Apr 2010 14:40:00 -0700 (PDT) Message-ID: From: Adam Vande More To: Juergen Lock Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-emulation@freebsd.org Subject: Re: qemu usb passthru X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 18 Apr 2010 21:40:01 -0000 On Sun, Apr 18, 2010 at 4:25 PM, Juergen Lock wrote: > In article > you write: > >What's the status of qemu passthru? There are a few misc www tidbits > which > >seems to indicate it works, but I can't get qemu to attach a usb device. > > > >8.0 RELEASE > > Well, usb host (passthru) code never got ported to the new usb stack > yet (the guy that did the old usb host port is busy with other things > now and there was no new `volunteer'...) > > There has been talk on the qemu list about porting the usb host code > to libusb 1.0 tho (which also exists for FreeBSD's new usb stack), > so _maybe_ there's some hope now. > Thanks for the update, off to 7.3 I go. PS -- Looking forward to the Luvalley stuff, would be great to get it working. -- Adam Vande More From owner-freebsd-emulation@FreeBSD.ORG Sun Apr 18 23:26:14 2010 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7885D1065687 for ; Sun, 18 Apr 2010 23:26:14 +0000 (UTC) (envelope-from xdong.yi@gmail.com) Received: from mail-bw0-f214.google.com (mail-bw0-f214.google.com [209.85.218.214]) by mx1.freebsd.org (Postfix) with ESMTP id 06DF18FC0A for ; Sun, 18 Apr 2010 23:26:13 +0000 (UTC) Received: by bwz6 with SMTP id 6so3627359bwz.13 for ; Sun, 18 Apr 2010 16:26:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=1rMqRKoglwcKPQNxtby+V02lewGTQNkRLZ8majYM41E=; b=PsEGzbYD29ocZGtHB/1uiE+ZGYY7qHp2qoM0rpgBMW2ANo/0KDXENXAOmW8pBu9nyJ hpLAzX2DhajpJb7SkUeP6zeInktMP15hcF2/thYJ3CjLH6WqIlErK3kEBZDn3gYG2xxC 3tYqyNToaYTgQjQBVL6QdosLkTBl/8PhuQUK0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=rTXnbw+dPzXpXp4fOknsNorT+c7y7/uv0zG4CRMmgD6p/S24+26AtMZFrXUC/xk5sP qZ0DWmBfq8EjyaYSv17hnrqXTNmDj9Hc26JW4FJWrKZJrpxu99pYoO9SZdIoEskKccww L3Doo8MYoUouZ7FnvumfPKuwMSIbQQxAKE+rg= MIME-Version: 1.0 Received: by 10.204.71.197 with HTTP; Sun, 18 Apr 2010 15:54:44 -0700 (PDT) In-Reply-To: <20100418191752.GA72730@triton8.kn-bremen.de> References: <20100418191752.GA72730@triton8.kn-bremen.de> Date: Mon, 19 Apr 2010 06:54:44 +0800 Received: by 10.204.33.131 with SMTP id h3mr3999081bkd.53.1271631284497; Sun, 18 Apr 2010 15:54:44 -0700 (PDT) Message-ID: From: Xiaodong Yi To: Juergen Lock Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-emulation@freebsd.org Subject: Re: Testing Luvalley with FreeBSD as dom0 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 18 Apr 2010 23:26:14 -0000 Hi, dear all, First, I would like to thank Juergen for his long-time hard work on porting and testing Luvalley/Qemu stuff to let it run with FreeBSD. As said by Juergen, Luvalley is designed to enable arbitrary operating system to utilize the hardware virtualization extensions to host virtual machines as pure userland applications. That is to say, in theory, Luvalley may run arbitrary OS as the so-called dom0 OS and then host multiple guests/domU OSs on top of it. Luvalley neither modify OS kernels, nor insert modules into the OS kernel. The virtualized guests/domU OSs are executed as userland applications by the modified Qemu. I am very glad that Juergen introduced Luvalley to the FreeBSD society. We hope you like the idea of it. And we will be much more pleased for the feedbacks. Luvally now is only experimental and may be not stable or low performance. But I will continue working to improve it. Best regards, Xiaodong Yi 2010/4/19 Juergen Lock : > Hi! > > =A0I had been watching the Luvalley project for a while, > > =A0 =A0 =A0 =A0http://sourceforge.net/projects/luvalley/files/ > =A0 =A0 =A0 =A0http://sunet.dl.sourceforge.net/project/luvalley/luvalley/= luvalley-7/README > =A0 =A0 =A0 =A0http://www.mail-archive.com/kvm@vger.kernel.org/msg11896.h= tml > > and a few weeks ago I was able to run Linux and FreeBSD domU.s on a > Linux dom0 on my box for the first time, and then I ported a version > of qemu-kvm 0.12.3 that Xiaodong Yi (Luvalley author) had adapted to > Luvalley to FreeBSD and got that running domU.s with FreeBSD as dom0 too.= :) > > =A0At the moment Luvalley still has major issues and is far from being > production-ready yet, but for FreeBSD users who want have a look for > themselves I've now made an experimental port of the mentioned > qemu-kvm-luvalley 0.12.3: > > =A0 =A0 =A0 =A0http://people.freebsd.org/~nox/qemu/luvalley/qemu-kvm-luva= lley-0.12.3.shar > > =A0If you want to test it without deinstalling a qemu port you can build > the port with DISABLE_CONFLICTS=3Dyes and run the Luvalley qemu-kvm from > within the build dir: > > =A0 =A0 =A0 =A0work/qemu-kvm-0.12.3/x86_64-softmmu/qemu-system-x86_64 ... > resp. > =A0 =A0 =A0 =A0work/qemu-kvm-0.12.3/i386-softmmu/qemu ... > > =A0And before I forget, your cpu needs to be amd64/x86_64/em64t (i.e., > able to run 64 bit) and it needs to have Intel VT or AMD-V aka vmx or svm= . > I only tested amd64 dom0s (Linux and FreeBSD stable/8), but afaik i386 > dom0s are supported as well. =A0And this is still experimental code, it > may crash, eat your dog, whatever... > > =A0Here is the pkg-descr: > > Luvalley is a lightweight type-1 Virtual Machine Monitor (VMM) with > novel architecture, to enable any OS to run virtual machines by utilizing > hardware virtualization extensions such as Intel VT and AMD-V. > > This is an experimental port of qemu-kvm adapted to Luvalley by > Xiaodong Yi (Luvalley author - files/patch-luvalley) and preliminary > patched for FreeBSD my me (nox, files/patch-z-kvm-bsd) so that FreeBSD > can run domU (guests) using Luvalley. =A0Luvalley still has many limitati= ons > and is definitely far from being production-ready, but it already seems > to be able to run domUs partway faster than kqemu with -kernel-kqemu. :) > (and also works better than kqemu for amd64 domUs.) > > Note: =A0You need grub to boot the Luvalley `kernel', > > =A0 =A0 =A0 =A0http://sourceforge.net/projects/luvalley/files/luvalley/lu= valley-7/luvalley/download > > which (hopefully) will then boot the first disk again from which you > _then_ select the FreeBSD slice for booting the FreeBSD loader and > kernel to run as Luvalley dom0 if you want to test this port. =A0More inf= o > is here: > > =A0 =A0 =A0 =A0http://sunet.dl.sourceforge.net/project/luvalley/luvalley/= luvalley-7/README > > Since FreeBSD users rarely have a grub installed I've made a grub iso > with a menu.lst configured to boot the Luvalley `kernel' from /boot/luval= ly > on the root of the first FreeBSD slice on the first disk (if your FreeBSD > install is elsewhere you have to either edit the grub menu entry on the f= ly > using grub's `e'dit command or unpack the iso using e.g. bsdtar, edit the > menu.lst, and then make a new iso, see the README.txt within the iso.) > > =A0 =A0 =A0 =A0http://people.freebsd.org/~nox/qemu/luvalley/grub-luvalley= .iso > > If you have a working serial port (`COM1' aka /dev/tty[du]0) you can try > to catch Luvalley's debug messages (115200bps, 8N1), this is especially > useful should Luvally crash, otherwise there's probably no chance to > fix the bug. =A0One known crash at the moment happens when Luvalley runs > out of ioctl object slots of which by default there are only 32 > ("IOCTL_SIZE" in the Luvalley source, I haven't tried to build that on > FreeBSD yet) and atm they never get released so in practice for the momen= t > you should reboot your dom0 (FreeBSD) after running a few domUs to avoid > that crash. =A0Another known problem is atm when a domU shuts down the > luvally qemu will hang and you have to manually kill it. > > WWW: http://sourceforge.net/projects/luvalley/files/ > From owner-freebsd-emulation@FreeBSD.ORG Mon Apr 19 01:29:23 2010 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 682321065797 for ; Mon, 19 Apr 2010 01:29:23 +0000 (UTC) (envelope-from jamesbrandongooch@gmail.com) Received: from mail-iw0-f204.google.com (mail-iw0-f204.google.com [209.85.223.204]) by mx1.freebsd.org (Postfix) with ESMTP id D396D8FC0A for ; Mon, 19 Apr 2010 01:29:22 +0000 (UTC) Received: by iwn42 with SMTP id 42so1965002iwn.14 for ; Sun, 18 Apr 2010 18:29:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=6hy4+6uJVmqhK8U8X4MUWUjLC8mYiknVuKUrgW4aOEQ=; b=sw9ec1Y+YdJ+858jVmG1id80iS0zdCYXD3zj35V3AreyY2fwclrTwY/EZKLbhaVwik hy59BDXGq++hZxFhlJF6sHye3ZbSMgQDxzEE6QH+Xgci4f3A/zcBNEtTs2C4Sem2LS9q vkhpymexM3AAO6zh8UJM276gjFRu0DIgGL+ck= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=ADkJHXOI1aysFXnsjNfePbYEkTYkFXMIh2kBgcpzreQ/n4+8X5Q3Ijm6Qdcofvfbrv suU+xOHMN8mKMbo8KuEzDoHH24WiZClsKdaC60IH5xOj1j9ii1rvfsftAuUTlw1vgjCg mf22X/qTCkfgOuusbRJk61AIwywQ4PQcBl/oI= MIME-Version: 1.0 Received: by 10.231.44.209 with HTTP; Sun, 18 Apr 2010 18:29:21 -0700 (PDT) In-Reply-To: References: <20100418191752.GA72730@triton8.kn-bremen.de> Date: Mon, 19 Apr 2010 01:29:21 +0000 Received: by 10.231.167.4 with SMTP id o4mr1685016iby.66.1271640562033; Sun, 18 Apr 2010 18:29:22 -0700 (PDT) Message-ID: From: Brandon Gooch To: Xiaodong Yi Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-emulation@freebsd.org, Juergen Lock Subject: Re: Testing Luvalley with FreeBSD as dom0 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 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, 19 Apr 2010 01:29:23 -0000 On Sun, Apr 18, 2010 at 5:54 PM, Xiaodong Yi wrote: > Hi, dear all, > > First, I would like to thank Juergen for his long-time hard work on > porting and testing Luvalley/Qemu stuff to let it run with FreeBSD. > > As said by Juergen, Luvalley is designed to enable arbitrary operating > system to utilize the hardware virtualization extensions to host > virtual machines as pure userland applications. That is to say, in > theory, Luvalley may run arbitrary OS as the so-called dom0 OS and > then host multiple guests/domU OSs on top of it. Luvalley neither > modify OS kernels, nor insert modules into the OS kernel. The > virtualized guests/domU OSs are executed as userland applications by > the modified Qemu. > > I am very glad that Juergen introduced Luvalley to the FreeBSD > society. We hope you like the idea of it. And we will be much more > pleased for the feedbacks. Luvally now is only experimental and may be > not stable or low performance. But I will continue working to improve > it. > > Best regards, > > Xiaodong Yi > > 2010/4/19 Juergen Lock : >> Hi! >> >> =A0I had been watching the Luvalley project for a while, >> >> =A0 =A0 =A0 =A0http://sourceforge.net/projects/luvalley/files/ >> =A0 =A0 =A0 =A0http://sunet.dl.sourceforge.net/project/luvalley/luvalley= /luvalley-7/README >> =A0 =A0 =A0 =A0http://www.mail-archive.com/kvm@vger.kernel.org/msg11896.= html >> >> and a few weeks ago I was able to run Linux and FreeBSD domU.s on a >> Linux dom0 on my box for the first time, and then I ported a version >> of qemu-kvm 0.12.3 that Xiaodong Yi (Luvalley author) had adapted to >> Luvalley to FreeBSD and got that running domU.s with FreeBSD as dom0 too= . :) >> >> =A0At the moment Luvalley still has major issues and is far from being >> production-ready yet, but for FreeBSD users who want have a look for >> themselves I've now made an experimental port of the mentioned >> qemu-kvm-luvalley 0.12.3: >> >> =A0 =A0 =A0 =A0http://people.freebsd.org/~nox/qemu/luvalley/qemu-kvm-luv= alley-0.12.3.shar >> >> =A0If you want to test it without deinstalling a qemu port you can build >> the port with DISABLE_CONFLICTS=3Dyes and run the Luvalley qemu-kvm from >> within the build dir: >> >> =A0 =A0 =A0 =A0work/qemu-kvm-0.12.3/x86_64-softmmu/qemu-system-x86_64 ..= . >> resp. >> =A0 =A0 =A0 =A0work/qemu-kvm-0.12.3/i386-softmmu/qemu ... >> >> =A0And before I forget, your cpu needs to be amd64/x86_64/em64t (i.e., >> able to run 64 bit) and it needs to have Intel VT or AMD-V aka vmx or sv= m. >> I only tested amd64 dom0s (Linux and FreeBSD stable/8), but afaik i386 >> dom0s are supported as well. =A0And this is still experimental code, it >> may crash, eat your dog, whatever... >> >> =A0Here is the pkg-descr: >> >> Luvalley is a lightweight type-1 Virtual Machine Monitor (VMM) with >> novel architecture, to enable any OS to run virtual machines by utilizin= g >> hardware virtualization extensions such as Intel VT and AMD-V. >> >> This is an experimental port of qemu-kvm adapted to Luvalley by >> Xiaodong Yi (Luvalley author - files/patch-luvalley) and preliminary >> patched for FreeBSD my me (nox, files/patch-z-kvm-bsd) so that FreeBSD >> can run domU (guests) using Luvalley. =A0Luvalley still has many limitat= ions >> and is definitely far from being production-ready, but it already seems >> to be able to run domUs partway faster than kqemu with -kernel-kqemu. :) >> (and also works better than kqemu for amd64 domUs.) >> >> Note: =A0You need grub to boot the Luvalley `kernel', >> >> =A0 =A0 =A0 =A0http://sourceforge.net/projects/luvalley/files/luvalley/l= uvalley-7/luvalley/download >> >> which (hopefully) will then boot the first disk again from which you >> _then_ select the FreeBSD slice for booting the FreeBSD loader and >> kernel to run as Luvalley dom0 if you want to test this port. =A0More in= fo >> is here: >> >> =A0 =A0 =A0 =A0http://sunet.dl.sourceforge.net/project/luvalley/luvalley= /luvalley-7/README >> >> Since FreeBSD users rarely have a grub installed I've made a grub iso >> with a menu.lst configured to boot the Luvalley `kernel' from /boot/luva= lly >> on the root of the first FreeBSD slice on the first disk (if your FreeBS= D >> install is elsewhere you have to either edit the grub menu entry on the = fly >> using grub's `e'dit command or unpack the iso using e.g. bsdtar, edit th= e >> menu.lst, and then make a new iso, see the README.txt within the iso.) >> >> =A0 =A0 =A0 =A0http://people.freebsd.org/~nox/qemu/luvalley/grub-luvalle= y.iso >> >> If you have a working serial port (`COM1' aka /dev/tty[du]0) you can try >> to catch Luvalley's debug messages (115200bps, 8N1), this is especially >> useful should Luvally crash, otherwise there's probably no chance to >> fix the bug. =A0One known crash at the moment happens when Luvalley runs >> out of ioctl object slots of which by default there are only 32 >> ("IOCTL_SIZE" in the Luvalley source, I haven't tried to build that on >> FreeBSD yet) and atm they never get released so in practice for the mome= nt >> you should reboot your dom0 (FreeBSD) after running a few domUs to avoid >> that crash. =A0Another known problem is atm when a domU shuts down the >> luvally qemu will hang and you have to manually kill it. >> >> WWW: http://sourceforge.net/projects/luvalley/files/ >> Wow, this definitely looks awesome! I'm excited to try this out, and I hope we see the community get behind this effort with testing and patches. Thank you for the introduction Xiaodong Yi, and as always a big thanks to Juergen Lock for his work with Qemu on FreeBSD! -Brandon From owner-freebsd-emulation@FreeBSD.ORG Mon Apr 19 07:07:17 2010 Return-Path: Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C533B106567B for ; Mon, 19 Apr 2010 07:07:17 +0000 (UTC) (envelope-from vova@parallels.com) Received: from relay.sw.ru (mailhub.sw.ru [195.214.232.25]) by mx1.freebsd.org (Postfix) with ESMTP id 13FAD8FC23 for ; Mon, 19 Apr 2010 07:07:15 +0000 (UTC) Received: from vbook.fbsd.ru ([10.30.1.111]) (authenticated bits=0) by relay.sw.ru (8.13.4/8.13.4) with ESMTP id o3J77BL1031435 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 19 Apr 2010 11:07:13 +0400 (MSD) Received: from vova by vbook.fbsd.ru with local (Exim 4.71 (FreeBSD)) (envelope-from ) id 1O3l4Z-00018B-H1 for freebsd-emulation@FreeBSD.org; Mon, 19 Apr 2010 11:07:11 +0400 From: Vladimir Grebenschikov To: freebsd-emulation@FreeBSD.org Content-Type: text/plain; charset="KOI8-R" Content-Transfer-Encoding: quoted-printable Date: Mon, 19 Apr 2010 11:07:11 +0400 Message-ID: <1271660831.2724.162.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.30.0.1 FreeBSD GNOME Team Port Sender: Vladimir Grebenschikov Cc: Subject: inotify support in linuxlator X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: vova@fbsd.ru List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Apr 2010 07:07:17 -0000 Hi=20 Is there any changes regarding inotify support in linuxlator? According http://wiki.freebsd.org/linux-soc2007 "epoll/inotify - preliminary patch, needs some testing" And some time ago there was patch from Roman Divacky with basic epoll support: http://docs.freebsd.org/cgi/mid.cgi?20090401175638.GA31233 --=20 Vladimir B. Grebenschikov vova@fbsd.ru From owner-freebsd-emulation@FreeBSD.ORG Mon Apr 19 11:06:57 2010 Return-Path: Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8CE3A106564A for ; Mon, 19 Apr 2010 11:06:57 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 610A78FC15 for ; Mon, 19 Apr 2010 11:06:57 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o3JB6vi2034069 for ; Mon, 19 Apr 2010 11:06:57 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o3JB6uA7034067 for freebsd-emulation@FreeBSD.org; Mon, 19 Apr 2010 11:06:56 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 19 Apr 2010 11:06:56 GMT Message-Id: <201004191106.o3JB6uA7034067@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-emulation@FreeBSD.org Cc: Subject: Current problem reports assigned to freebsd-emulation@FreeBSD.org X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 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, 19 Apr 2010 11:06:57 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/145024 emulation [linux] [panic] kernel crash by linux.ko module with n f kern/144763 emulation [linux] [panic] Kernel panic when start linux binaries o kern/144194 emulation [linux] [patch] linuxulator: 2 exec bug fixes o ports/142837 emulation [patch] emulators/linux_base-* packages fails to insta o kern/142082 emulation [patch] [panic] linuxulator: getppid: use after free o kern/141439 emulation [linux] [patch] linux_exit_group kills group leader o kern/140156 emulation [linux] cdparanoia fails to read drive data o kern/139423 emulation [parallels] Networking does not work on amd64 guest on o kern/138944 emulation [parallels] [regression] Parallels no longer works in o kern/138880 emulation [linux] munmap segfaults after linux_mmap2 stresstest f ports/137332 emulation add caution messages to some adobe products s ports/136321 emulation x11-toolkits/linux-pango: please update linux based po o ports/136229 emulation [linux] emulators/linux_base-f10: certain linux apps l o ports/135337 emulation [PATCH] emulators/linux_base-f10: incorrect bash usage o kern/133144 emulation [linux] linuxulator 2.6 crashes with nvidias libGL.so. o kern/129169 emulation [linux] [patch] Linux Emulation ENOTCONN error using n o kern/126232 emulation [linux] Linux ioctl TCGETS (0x5401) always fails o kern/73777 emulation [linux] [patch] linux emulation: root dir special hand a kern/72920 emulation [linux]: path "prefixing" is not done on unix domain s o kern/41543 emulation [patch] [request] easier wine/w23 support o kern/39201 emulation [linux] [patch] ptrace(2) and rfork(RFLINUXTHPN) confu o kern/29698 emulation [linux] [patch] linux ipcs doesn'work o kern/21463 emulation [linux] Linux compatability mode should not allow setu o kern/11165 emulation [ibcs2] IBCS2 doesn't work correctly with PID_MAX 9999 24 problems total. From owner-freebsd-emulation@FreeBSD.ORG Mon Apr 19 13:07:15 2010 Return-Path: Delivered-To: emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6170C106566B for ; Mon, 19 Apr 2010 13:07:15 +0000 (UTC) (envelope-from web@rasko.ua) Received: from smtp.rasko.kharkov.ua (smtp.rasko.kharkov.ua [188.230.121.151]) by mx1.freebsd.org (Postfix) with ESMTP id 32C588FC18 for ; Mon, 19 Apr 2010 13:06:59 +0000 (UTC) Received: from rasko.vl.net.ua by rasko.kharkov.ua (MDaemon PRO v9.0.4) with ESMTP id md50000228372.msg for ; Mon, 19 Apr 2010 15:51:08 +0300 From: "=?UTF-8?B?0KLQnCDCq9Cg0LDRgdC60L7Cuw==?=" To: "emulation" Content-Type: multipart/related; boundary="ugg=_ElSKVHMIPvNUXYtC1iotP7PbEj8lP" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Organization: =?UTF-8?B?0KLQnCDCq9Cg0LDRgdC60L7Cuw==?= Date: Mon, 19 Apr 2010 15:50:56 +0300 X-Authenticated-Sender: web@rasko.ua X-Spam-Processed: smtp.rasko.kharkov.ua, Mon, 19 Apr 2010 15:51:08 +0300 (not processed: message from valid local sender) X-MDRemoteIP: 188.230.121.150 X-Return-Path: web@rasko.ua X-MDaemon-Deliver-To: emulation@freebsd.org X-MDAV-Processed: smtp.rasko.kharkov.ua, Mon, 19 Apr 2010 15:51:08 +0300 Message-Id: <20100419130715.6170C106566B@hub.freebsd.org> X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: =?utf-8?b?0J/Qu9Cw0YHRgtC40LrQvtCy0YvQtSDQuNC90LbQtdC90LXRgNC9?= =?utf-8?b?0YvQtSDRgdC40YHRgtC10LzRiw==?= X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 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, 19 Apr 2010 13:07:15 -0000 This is a multi-part message in MIME format --ugg=_ElSKVHMIPvNUXYtC1iotP7PbEj8lP Content-Type: text/plain ; charset="utf-8" Content-Transfer-Encoding: quoted-printable =20 =D0=92=D0=BE=D0=B4=D0=BE=D0=BF= =D1=80=D0=BE=D0=B2=D0=BE=D0=B4 =D0=93=D0=B0=D0=B7=D0=BE=D0=BF= =D1=80=D0=BE=D0=B2=D0=BE=D0=B4 =D0=9A=D0=B0=D0=BD=D0=B0=D0=BB= =D0=B8=D0=B7=D0=B0=D1=86=D0=B8=D1=8F =D0=92=D0=BD=D1=83=D1=82= =D1=80=D0=B8=D0=B4=D0=BE=D0=BC=D0=BE=D0=B2=D1=8B=D0=B5 =D1=81=D0=B8=D1= =81=D1=82=D0=B5=D0=BC=D1=8B =D0=97=D0=B0=D0=BF=D0=BE=D1=80=D0=BD= =D0=B0=D1=8F =D0=B0=D1=80=D0=BC=D0=B0=D1=82=D1=83=D1=80=D0=B0 =20= =20 =D0=9A =D0=BD=D0=B0=D1=87=D0=B0=D0=BB=D1=83 =D1=81=D0=B5=D0=B7=D0=BE=D0= =BD=D0=B0 =E2=80=93 =D0=93=D0=BE=D1=80=D1=8F=D1=87=D0=B8=D0=B5 =D1=86=D0= =B5=D0=BD=D1=8B! =20 =20 =D0=A1 =D0=A2=D0=9C =C2=AB=D0=A0=D0=B0=D1=81=D0=BA=D0=BE=C2=BB =D0=92=D1= =8B =D1=81=D0=BC=D0=BE=D0=B6=D0=B5=D1=82=D0=B5, =D0=91=D1=8B=D1=81=D1=82= =D1=80=D0=BE, =D0=92=D1=8B=D0=B3=D0=BE=D0=B4=D0=BD=D0=BE =D0=B8 =D0=9F= =D1=80=D0=BE=D1=81=D1=82=D0=BE, =D0=BA=D1=83=D0=BF=D0=B8=D1=82=D1=8C =D0= =BF=D0=BB=D0=B0=D1=81=D1=82=D0=B8=D0=BA=D0=BE=D0=B2=D1=8B=D0=B5 =D1=82= =D1=80=D1=83=D0=B1=D1=8B =D0=B8 =D0=BA=D0=BE=D0=BC=D0=BF=D0=BB=D0=B5=D0= =BA=D1=82=D1=83=D1=8E=D1=89=D0=B8=D0=B5 =D0=BA =D0=BD=D0=B8=D0=BC, =D0= =BE=D1=82 1=D1=88=D1=82. =D0=B4=D0=BE 1 =D0=B2=D0=B0=D0=B3=D0=BE=D0=BD= =D0=B0. =20 1. =D0=A2=D1=80=D1=83=D0=B1=D0=B0 =D0=B2=D0=BE=D0=B4=D0=BE=D0=BF=D1=80= =D0=BE=D0=B2=D0=BE=D0=B4=D0=BD=D0=B0=D1=8F =D0=9F=D0=9F (PN20), d 20 =E2= =80=93 2, 89 =D0=B3=D1=80=D0=BD./=D0=BC. = =D0=97=D0=B0=D0=BA=D0=B0=D0=B7=D0=B0=D1=82=D1=8C =D0=BF=D1=80=D0=B0=D0= =B9=D1=81 =D1=81 =D0=B0=D0=BA=D1=86=D0=B8=D0=BE=D0=BD=D0=BD=D1=8B=D0=BC= =D0=B8 =D0=BF=D0=BE=D0=B7=D0=B8=D1=86=D0=B8=D1=8F=D0=BC=D0=B8, =D1=87=D1= =82=D0=BE=D0=B1=D1=8B =D1=81=D0=B4=D0=B5=D0=BB=D0=B0=D1=82=D1=8C =D0=BF= =D0=BE=D0=BA=D1=83=D0=BF=D0=BA=D1=83 =D0=B5=D1=89=D0=B5 =D0=B2=D1=8B=D0= =B3=D0=BE=D0=B4=D0=BD=D0=B5=D0=B5 2. =D0=A2=D1=80=D1=83=D0=B1=D0=B0 =D0=B2=D0=BE=D0=B4=D0=BE=D0=BF=D1=80= =D0=BE=D0=B2=D0=BE=D0=B4=D0=BD=D0=B0=D1=8F =D0=9F=D0=AD, d 25 =E2=80=93= 3,03 =D0=B3=D1=80=D0=BD./=D0=BC. = =D0=97=D0=B0=D0=B1=D1=80=D0=BE=D0=BD=D0=B8=D1=80=D0=BE=D0=B2=D0=B0= =D1=82=D1=8Cnew =D1=82=D0=BE=D0=B2=D0=B0=D1=80 =D0=B2 "=D0=A0=D0=B0=D1= =81=D0=BA=D0=BE" =D0=BF=D0=BE =D1=82=D0=B5=D0=BB=D0=B5=D1=84=D0=BE=D0=BD= =D1=83 (097)769 98 85, (057)7563373 =20 3. =D0=A2=D1=80=D1=83=D0=B1=D0=B0 =D0=B4=D0=BB=D1=8F =D0=B2=D0=BD=D1=83= =D1=82=D1=80=D0=B5=D0=BD=D0=BD=D0=B5=D0=B9 =D0=BA=D0=B0=D0=BD=D0=B0=D0= =BB=D0=B8=D0=B7=D0=B0=D1=86=D0=B8=D0=B8 =D0=9F=D0=9F, d 110 =E2=80=93 = 19,29 =D0=B3=D1=80=D0=BD./=D0=BC. =D0=97=D0=B0=D0=B1=D1= =80=D0=B0=D1=82=D1=8C =D0=B7=D0=B0=D0=BA=D0=B0=D0=B7, =D0=B2 =D0=BB=D1= =8E=D0=B1=D0=BE=D0=B9 =D1=83=D0=B4=D0=BE=D0=B1=D0=BD=D1=8B=D0=B9 =D0=B4= =D0=B5=D0=BD=D1=8C, =D1=81 =D1=80=D0=BE=D0=B7=D0=BD=D0=B8=D1=87=D0=BD=D0= =BE=D0=B3=D0=BE =D1=81=D0=BA=D0=BB=D0=B0=D0=B4=D0=B0:=20 4. =D0=A2=D1=80=D1=83=D0=B1=D0=B0 =D0=B4=D0=BB=D1=8F =D0=BD=D0=B0=D1=80= =D1=83=D0=B6=D0=BD=D0=BE=D0=B9 =D0=BA=D0=B0=D0=BD=D0=B0=D0=BB=D0=B8=D0= =B7=D0=B0=D1=86=D0=B8=D0=B8 =D0=9F=D0=92=D0=A5, d 110 =E2=80=93 30,47 = =D0=B3=D1=80=D0=BD./=D0=BC. =D0=A2=D0=A6 "=D0=91=D0= =B0=D1=80=D0=B0=D0=B1=D0=B0=D1=88=D0=BE=D0=B2=D0=BE", =D0=9C=D0=B0=D0=B3= =2E"=D0=9F=D0=BB=D0=B0=D1=81=D1=82=D0=B8=D0=BA=D0=BE=D0=B2=D1=8B=D0=B5= =D1=82=D1=80=D1=83=D0=B1=D1=8B", 7-=D1=8F =D1=82=D0=BE=D1=80=D0=B3.=D0= =BF=D0=BB=D0=BE=D1=89=D0=B0=D0=B4=D0=BA=D0=B0, =D0=BA=D0=BE=D0=BD=D1=82= =2E75 - 76=20 5. =D0=94=D1=80=D0=B5=D0=BD=D0=B0=D0=B6=D0=BD=D1=8B=D0=B5 =D1=82=D1=80= =D1=83=D0=B1=D1=8B (=D0=9F=D0=B5=D1=80=D1=84=D0=BE=D0=BA=D0=BE=D1=80),= d 110 =E2=80=93 15,74 =D0=B3=D1=80=D0=BD./=D0=BC. = =D0=BB=D0=B8=D0=B1=D0=BE =D0=BD=D0=B0 =D0=BE= =D0=BF=D1=82=D0=BE=D0=B2=D1=8B=D1=85 =D1=81=D0=BA=D0=BB=D0=B0=D0=B4=D0= =B0=D1=85 =D0=B2 =D0=B3.=D0=A5=D0=B0=D1=80=D1=8C=D0=BA=D0=BE=D0=B2=D0=B5= , =D0=B3.=D0=9F=D0=BE=D0=BB=D1=82=D0=B0=D0=B2=D0=B0, =D0=B3.=D0=A1=D1=83= =D0=BC=D1=8B 6. =D0=9A=D1=80=D0=B0=D0=BD=D1=8B =D1=88=D0=B0=D1=80=D0=BE=D0=B2=D1=8B= =D0=B5, =D0=B7=D0=B0=D0=B4=D0=B2=D0=B8=D0=B6=D0=BA=D0=B8, =D1=84=D0=BB= =D0=B0=D0=BD=D1=86=D1=8B, =D1=85=D0=BE=D0=BC=D1=83=D1=82=D1=8B... = =20 =20 * =D0=9F=D0=B5=D0=BD=D1=81=D0=B8=D0=BE=D0=BD=D0=B5=D1=80=D0=B0=D0=BC = =D0=B8 =D0=B2=D0=B5=D1=82=D0=B5=D1=80=D0=B0=D0=BD=D0=B0=D0=BC =D0=B2=D0= =BE=D0=B9=D0=BD=D1=8B =D0=B4=D0=BE=D0=BF=D0=BE=D0=BB=D0=BD=D0=B8=D1=82= =D0=B5=D0=BB=D1=8C=D0=BD=D1=8B=D0=B5 =D1=81=D0=BA=D0=B8=D0=B4=D0=BA=D0= =B8 10% =20 =D0=A2=D0=B5=D1=85=D0=BD=D0=B8=D1=87=D0=B5=D1=81= =D0=BA=D0=B0=D1=8F =D0=BA=D0=BE=D0=BD=D1=81=D1=83=D0=BB=D1=8C=D1=82=D0= =B0=D1=86=D0=B8=D1=8F =D0=A1=D1=82=D1=80=D0= =B0=D1=85=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D0=B5 =D0=BA=D0=B0=D1=87=D0=B5= =D1=81=D1=82=D0=B2=D0=B0 =D1=82=D0=BE=D0=B2=D0=B0=D1=80=D0=B0 = =D0=9C=D0=BE=D0=BD=D1=82=D0=B0=D0=B6 =D1=82=D1=80= =D1=83=D0=B1=D0=BE=D0=BF=D1=80=D0=BE=D0=B2=D0=BE=D0=B4=D0=BE=D0=B2 =20 =D0=A6=D0=B5=D0=BD=D1=82=D1=80 =D0=B8=D0=BD=D1=84=D0=BE=D1=80=D0=BC=D0= =B0=D1=86=D0=B8=D0=BE=D0=BD=D0=BD=D0=BE=D0=B9 =D0=BF=D0=BE=D0=B4=D0=B4= =D0=B5=D1=80=D0=B6=D0=BA=D0=B8 =D0=A2=D0=9C "=D0=A0=D0=90=D0=A1=D0=9A=D0= =9E=C2=AE" =D0=93=D0=BE=D1=80=D1=8F=D1=87=D0=B0=D1=8F =D0=BB=D0=B8=D0=BD=D0=B8=D1= =8F (050) 400 59 63 =20 =D0=92=D0=BD=D0=B8=D0=BC=D0=B0=D0=BD=D0=B8=D0=B5! =D0=94=D0=B0=D0=BD=D0= =BD=D0=BE=D0=B5 =D1=8D=D0=BB=D0=B5=D0=BA=D1=82=D1=80=D0=BE=D0=BD=D0=BD= =D0=BE=D0=B5 =D1=81=D0=BE=D0=BE=D0=B1=D1=89=D0=B5=D0=BD=D0=B8=D0=B5 =D1= =8F=D0=B2=D0=BB=D1=8F=D0=B5=D1=82=D1=81=D1=8F =D0=BA=D0=BE=D0=BC=D0=BC= =D0=B5=D1=80=D1=87=D0=B5=D1=81=D0=BA=D0=B8=D0=BC =D0=BF=D1=80=D0=B5=D0= =B4=D0=BB=D0=BE=D0=B6=D0=B5=D0=BD=D0=B8=D0=B5=D0=BC =D0=B8 =D0=B0=D0=B4= =D1=80=D0=B5=D1=81=D0=BE=D0=B2=D0=B0=D0=BD=D0=BE =D0=BD=D0=B0 =D0=BF=D0= =BE=D0=BB=D1=83=D1=87=D0=B5=D0=BD=D0=BD=D1=8B=D0=B9 =D0=B8=D0=B7 =D0=BE= =D1=82=D0=BA=D1=80=D1=8B=D1=82=D1=8B=D1=85 =D0=B8=D1=81=D1=82=D0=BE=D1= =87=D0=BD=D0=B8=D0=BA=D0=BE=D0=B2 =D0=92=D0=B0=D1=88 =D1=8D=D0=BB=D0=B5= =D0=BA=D1=82=D1=80=D0=BE=D0=BD=D0=BD=D1=8B=D0=B9 =D0=B0=D0=B4=D1=80=D0= =B5=D1=81. =D0=9F=D0=B8=D1=81=D1=8C=D0=BC=D0=BE =D0=BD=D0=B5 =D1=8F=D0= =B2=D0=BB=D1=8F=D0=B5=D1=82=D1=81=D1=8F "=D0=A1=D0=BF=D0=B0=D0=BC=D0=BE= =D0=BC", =D0=BD=D0=BE =D0=B5=D1=81=D0=BB=D0=B8 =D0=92=D1=8B =D0=B1=D0=BE= =D0=BB=D1=8C=D1=88=D0=B5 =D0=BD=D0=B5 =D0=B6=D0=B5=D0=BB=D0=B0=D0=B5=D1= =82=D0=B5 =D0=BF=D0=BE=D0=BB=D1=83=D1=87=D0=B0=D1=82=D1=8C =D0=BE=D1=82= =D0=BD=D0=B0=D1=81 =D1=81=D0=BE=D0=BE=D0=B1=D1=89=D0=B5=D0=BD=D0=B8=D0= =B9 -=D0=BE=D1=82=D0=BF=D1=80=D0=B0=D0=B2=D1=8C=D1=82=D0=B5 =D0=BF=D1=83= =D1=81=D1=82=D0=BE=D0=B5 =D0=BF=D0=B8=D1=81=D1=8C=D0=BC=D0=BE =D1=81 =D1= =82=D0=B5=D0=BC=D0=BE=D0=B9 =C2=AB=D0=BE=D1=82=D0=BA=D0=B0=D0=B7=C2=BB= =2E =20 --ugg=_ElSKVHMIPvNUXYtC1iotP7PbEj8lP-- From owner-freebsd-emulation@FreeBSD.ORG Tue Apr 20 18:32:52 2010 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 417C01065670 for ; Tue, 20 Apr 2010 18:32:52 +0000 (UTC) (envelope-from rnejdl@ringofsaturn.com) Received: from tethys.ringofsaturn.com (tethys.ringofsaturn.com [71.252.219.43]) by mx1.freebsd.org (Postfix) with ESMTP id E89EC8FC15 for ; Tue, 20 Apr 2010 18:32:51 +0000 (UTC) Received: from ASSP.nospam (tethys.ringofsaturn.com [71.252.219.43]) (authenticated bits=0) by tethys.ringofsaturn.com (8.14.4/8.14.4) with ESMTP id o3KIWfT1048718; Tue, 20 Apr 2010 13:32:41 -0500 (CDT) (envelope-from rnejdl@ringofsaturn.com) Received: from mail.ringofsaturn.com ([71.252.219.43] helo=mail.ringofsaturn.com) with IPv4:25 by ASSP.nospam; 20 Apr 2010 13:32:36 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Date: Tue, 20 Apr 2010 13:32:36 -0500 From: Rusty Nejdl To: Brandon Gooch In-Reply-To: <179b97fb1003271835i2f41b7e8yaa7ba337e5c662db@mail.gmail.com> References: <9eef43b1f473e1b6c10fee14ac3f4733@bluelife.at> <179b97fb1003271835i2f41b7e8yaa7ba337e5c662db@mail.gmail.com> Message-ID: <4b07050d225cdbfae1b8988e923ed68e@ringofsaturn.com> X-Sender: rnejdl@ringofsaturn.com User-Agent: RoundCube Webmail/0.3-trunk Cc: freebsd-emulation@freebsd.org Subject: Re: Call for testers: VirtualBox 3.1.4 update X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 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, 20 Apr 2010 18:32:52 -0000 >> >> Bernard, >> >> I tested today with the latest NVIDIA for x64 and it ran for a couple of >> hours without a freeze.  But, it still froze.   I'm running 4 VM's now >> for >> a couple of hours with NV driver without issue.  It sounds like I need >> to >> report this up to Zander with Nvidia unless you have any other >> suggestions. >> >> Sincerely, >> Rusty Nejdl >> _______________________________________________ >> 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" >> > > Hey man, would it be possible for you to enable debugging options on > your machine, start your VMs running, then switch to ttyv0, and let it > run for while? This is the only way I can get a clean crash dump and > generate any data -- I've never been able to "cleanly" crash my system > running Xorg (it usually freezes). > > FYI, I'm running multiple VMs (Windows XP, 7), and I've experienced > "freezes" running multiple VMs since using VirtualBox (which despite > the lockups, I'm SOOOOO thankful to have on FreeBSD -- thanks again to > all the VBox devs!!!!)... > > -Brandon Brandon, Mario Lobo and I have been working on this in the background and we found that multiple cpu support in Virtualbox appears broken. Any VM with more than 1 CPU will freeze. Mario was also able to find that using unganged memory also confuses Virtualbox. He enabled that in his motherboard and Virtualbox became more stable. I have been able to run 6 VM's at the same time, with compositing enabled, and 3D acceleration in the VM as well, all with 1 CPU per VM only. Sincerely, Rusty Nejdl From owner-freebsd-emulation@FreeBSD.ORG Tue Apr 20 19:27:16 2010 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8101E106566C for ; Tue, 20 Apr 2010 19:27:16 +0000 (UTC) (envelope-from jamesbrandongooch@gmail.com) Received: from mail-iw0-f171.google.com (mail-iw0-f171.google.com [209.85.223.171]) by mx1.freebsd.org (Postfix) with ESMTP id 427F98FC16 for ; Tue, 20 Apr 2010 19:27:15 +0000 (UTC) Received: by iwn1 with SMTP id 1so4455804iwn.27 for ; Tue, 20 Apr 2010 12:27:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=hATYMfyD2zL+L5dyR8ggiwr96PISSfaoidFLf8b0Ylo=; b=xqt/N1FP+e720ImzMHH+SAr3q4QvbVb2V6gpYl3F7EtE6YMYxUwmHQuzy+DnOExjTF tdZxTz4zY/JQQ8Yv4ju5iMMVzbiFO3ibDkJU8vSSZnuR/m6XiCYHKPubnNfxwaab5Reh yJirUz79LY12H7PVhDbLQY27gF0aDna9+bEHo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=xq4KLZbjs55EmjvCA9xtKOFN/MHbr0XQrWUD8K7AEWp8+Gwa97/Q+d4XFYMulQXgTl ra4ukDCZr7YP+mfnyF7goSldhZEvQwiSoAzbVkapyZkyHF2Bqf3abRL66UMHsnKr6JbB Gi4823BUEIaV7A6HbzLMdu5Xxnbs7earyuHlI= MIME-Version: 1.0 Received: by 10.231.44.209 with HTTP; Tue, 20 Apr 2010 12:27:15 -0700 (PDT) In-Reply-To: <4b07050d225cdbfae1b8988e923ed68e@ringofsaturn.com> References: <9eef43b1f473e1b6c10fee14ac3f4733@bluelife.at> <179b97fb1003271835i2f41b7e8yaa7ba337e5c662db@mail.gmail.com> <4b07050d225cdbfae1b8988e923ed68e@ringofsaturn.com> Date: Tue, 20 Apr 2010 19:27:15 +0000 Received: by 10.231.155.81 with SMTP id r17mr2510062ibw.56.1271791635451; Tue, 20 Apr 2010 12:27:15 -0700 (PDT) Message-ID: From: Brandon Gooch To: Rusty Nejdl Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-emulation@freebsd.org Subject: Re: Call for testers: VirtualBox 3.1.4 update X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 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, 20 Apr 2010 19:27:16 -0000 On Tue, Apr 20, 2010 at 6:32 PM, Rusty Nejdl wrot= e: > >>> >>> Bernard, >>> >>> I tested today with the latest NVIDIA for x64 and it ran for a couple > of >>> hours without a freeze. =A0But, it still froze. =A0 I'm running 4 VM's = now >>> for >>> a couple of hours with NV driver without issue. =A0It sounds like I nee= d >>> to >>> report this up to Zander with Nvidia unless you have any other >>> suggestions. >>> >>> Sincerely, >>> Rusty Nejdl >>> _______________________________________________ >>> 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" >>> >> >> Hey man, would it be possible for you to enable debugging options on >> your machine, start your VMs running, then switch to ttyv0, and let it >> run for while? This is the only way I can get a clean crash dump and >> generate any data -- I've never been able to "cleanly" crash my system >> running Xorg (it usually freezes). >> >> FYI, I'm running multiple VMs (Windows XP, 7), and I've experienced >> "freezes" running multiple VMs since using VirtualBox (which despite >> the lockups, I'm SOOOOO thankful to have on FreeBSD -- thanks again to >> all the VBox devs!!!!)... >> >> -Brandon > > Brandon, > > Mario Lobo and I have been working on this in the background and we found > that multiple cpu support in Virtualbox appears broken. =A0Any VM with mo= re > than 1 CPU will freeze. > Interesting, however: each of my virtual machines only has 1 cpu... > Mario was also able to find that using unganged memory also confuses > Virtualbox. =A0He enabled that in his motherboard and Virtualbox became m= ore > stable. I'll have to check this out on the Dell 755 with 8 GBs of RAM I'm running. Though, I don't recall seeing a setting for this in the BIOS. > I have been able to run 6 VM's at the same time, with compositing enabled= , > and 3D acceleration in the VM as well, all with 1 CPU per VM only. That's great! Are you getting 3D acceleration in Windows? How? Actually, I've had ZERO lockups since I started following 8-STABLE (updating weekly), using the latest 64-bit NVIDIA drivers, and installing the most recent VirtualBox port (3.1.6_3 from emulation/virtualbox-ose, emulation/virtualbox-ose-kmod). Thanks for the information and suggestions! -Brandon From owner-freebsd-emulation@FreeBSD.ORG Tue Apr 20 20:42:33 2010 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F28D31065670 for ; Tue, 20 Apr 2010 20:42:32 +0000 (UTC) (envelope-from lobo@bsd.com.br) Received: from mail-gw0-f54.google.com (mail-gw0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id ACF0D8FC17 for ; Tue, 20 Apr 2010 20:42:32 +0000 (UTC) Received: by gwj18 with SMTP id 18so763179gwj.13 for ; Tue, 20 Apr 2010 13:42:31 -0700 (PDT) Received: by 10.100.26.33 with SMTP id 33mr15622203anz.2.1271796150439; Tue, 20 Apr 2010 13:42:30 -0700 (PDT) Received: from papi.localnet ([189.70.218.158]) by mx.google.com with ESMTPS id 26sm60441488anx.3.2010.04.20.13.42.28 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 20 Apr 2010 13:42:29 -0700 (PDT) From: Mario Lobo To: freebsd-emulation@freebsd.org Date: Tue, 20 Apr 2010 17:42:01 +0000 User-Agent: KMail/1.12.4 (FreeBSD/8.0-STABLE; KDE/4.3.5; amd64; ; ) References: <4b07050d225cdbfae1b8988e923ed68e@ringofsaturn.com> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201004201742.01578.lobo@bsd.com.br> Cc: Subject: Re: Call for testers: VirtualBox 3.1.4 update X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 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, 20 Apr 2010 20:42:33 -0000 On Tuesday 20 April 2010 19:27:15 Brandon Gooch wrote: > On Tue, Apr 20, 2010 at 6:32 PM, Rusty Nejdl wrote: > >>> Bernard, > >>> > >>> I tested today with the latest NVIDIA for x64 and it ran for a couple > > > > of > > > >>> hours without a freeze. But, it still froze. I'm running 4 VM's now > >>> for > >>> a couple of hours with NV driver without issue. It sounds like I need > >>> to > >>> report this up to Zander with Nvidia unless you have any other > >>> suggestions. > >>> > >>> Sincerely, > >>> Rusty Nejdl > >>> _______________________________________________ > >>> 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" > >> > >> Hey man, would it be possible for you to enable debugging options on > >> your machine, start your VMs running, then switch to ttyv0, and let it > >> run for while? This is the only way I can get a clean crash dump and > >> generate any data -- I've never been able to "cleanly" crash my system > >> running Xorg (it usually freezes). > >> > >> FYI, I'm running multiple VMs (Windows XP, 7), and I've experienced > >> "freezes" running multiple VMs since using VirtualBox (which despite > >> the lockups, I'm SOOOOO thankful to have on FreeBSD -- thanks again to > >> all the VBox devs!!!!)... > >> > >> -Brandon > > > > Brandon, > > > > Mario Lobo and I have been working on this in the background and we found > > that multiple cpu support in Virtualbox appears broken. Any VM with more > > than 1 CPU will freeze. > > Interesting, however: each of my virtual machines only has 1 cpu... > > > Mario was also able to find that using unganged memory also confuses > > Virtualbox. He enabled that in his motherboard and Virtualbox became > > more stable. > > I'll have to check this out on the Dell 755 with 8 GBs of RAM I'm > running. Though, I don't recall seeing a setting for this in the BIOS. > > > I have been able to run 6 VM's at the same time, with compositing > > enabled, and 3D acceleration in the VM as well, all with 1 CPU per VM > > only. > > That's great! Are you getting 3D acceleration in Windows? How? > > Actually, I've had ZERO lockups since I started following 8-STABLE > (updating weekly), using the latest 64-bit NVIDIA drivers, and > installing the most recent VirtualBox port (3.1.6_3 from > emulation/virtualbox-ose, emulation/virtualbox-ose-kmod). > > Thanks for the information and suggestions! > > -Brandon > _______________________________________________ > 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" > Just complementing Rusty's comments. As far as I know, this ganged/unganged thing is specific to Phenom processor. I too am following 8-STABLE/Nvidia BUT I am running the Vbox devel port because of the MAC support. I always have to adjust the code because VboxGlobal.cpp is checking for Xinerama, which compiles fine but when running it doesn't find any Xinerama functions, so I simply take it off the code and it runs fine, and I don't use or need Xinerama anyway. -- Mario Lobo http://www.mallavoodoo.com.br FreeBSD since version 2.2.8 [not Pro-Audio.... YET!!] (99,7% winfoes FREE) From owner-freebsd-emulation@FreeBSD.ORG Wed Apr 21 07:11:48 2010 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 346DF1065674 for ; Wed, 21 Apr 2010 07:11:48 +0000 (UTC) (envelope-from decke@bluelife.at) Received: from mail.itac.at (mail.itac.at [91.205.172.9]) by mx1.freebsd.org (Postfix) with ESMTP id 900438FC18 for ; Wed, 21 Apr 2010 07:11:47 +0000 (UTC) Received: from [91.205.172.21] (helo=webmail.bluelife.at) by mail.itac.at with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.63) (envelope-from ) id 1O4U63-0007vV-3d; Wed, 21 Apr 2010 09:11:45 +0200 MIME-Version: 1.0 Date: Wed, 21 Apr 2010 09:11:43 +0200 From: Bernhard Froehlich To: Mario Lobo In-Reply-To: <201004201742.01578.lobo@bsd.com.br> References: <4b07050d225cdbfae1b8988e923ed68e@ringofsaturn.com> <201004201742.01578.lobo@bsd.com.br> Message-ID: <2648ad86a213021a12aaa2ffcab2c9bc@bluelife.at> X-Sender: decke@bluelife.at User-Agent: RoundCube Webmail/0.3.1 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 X-Spam-Score: 2.6 (++) X-Spam-Report: Spam detection software, running on the system "mail.itac.at", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: On Tue, 20 Apr 2010 17:42:01 +0000, Mario Lobo wrote: > On Tuesday 20 April 2010 19:27:15 Brandon Gooch wrote: >> On Tue, Apr 20, 2010 at 6:32 PM, Rusty Nejdl > wrote: >> >>> Bernard, >> >>> >> >>> I tested today with the latest NVIDIA for x64 and it ran for a couple >> > >> > of >> > >> >>> hours without a freeze. But, it still froze. I'm running 4 VM's >> >>> now >> >>> for >> >>> a couple of hours with NV driver without issue. It sounds like I >> >>> need >> >>> to >> >>> report this up to Zander with Nvidia unless you have any other >> >>> suggestions. >> >>> >> >>> Sincerely, >> >>> Rusty Nejdl >> >>> >> >>> 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" >> >> >> >> Hey man, would it be possible for you to enable debugging options on >> >> your machine, start your VMs running, then switch to ttyv0, and let it >> >> run for while? This is the only way I can get a clean crash dump and >> >> generate any data -- I've never been able to "cleanly" crash my system >> >> running Xorg (it usually freezes). >> >> >> >> FYI, I'm running multiple VMs (Windows XP, 7), and I've experienced >> >> "freezes" running multiple VMs since using VirtualBox (which despite >> >> the lockups, I'm SOOOOO thankful to have on FreeBSD -- thanks again to >> >> all the VBox devs!!!!)... >> >> >> >> -Brandon >> > >> > Brandon, >> > >> > Mario Lobo and I have been working on this in the background and we >> > found >> > that multiple cpu support in Virtualbox appears broken. Any VM with >> > more >> > than 1 CPU will freeze. >> >> Interesting, however: each of my virtual machines only has 1 cpu... >> >> > Mario was also able to find that using unganged memory also confuses >> > Virtualbox. He enabled that in his motherboard and Virtualbox became >> > more stable. >> >> I'll have to check this out [...] Content analysis details: (2.6 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.4 ALL_TRUSTED Passed through trusted hosts only via SMTP 3.4 FH_DATE_PAST_20XX The date is grossly in the future. 2.4 DNS_FROM_OPENWHOIS RBL: Envelope sender listed in bl.open-whois.org. -1.8 AWL AWL: From: address is in the auto white-list Cc: freebsd-emulation@freebsd.org Subject: Re: Call for testers: VirtualBox 3.1.4 update X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 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, 21 Apr 2010 07:11:48 -0000 On Tue, 20 Apr 2010 17:42:01 +0000, Mario Lobo wrote: > On Tuesday 20 April 2010 19:27:15 Brandon Gooch wrote: >> On Tue, Apr 20, 2010 at 6:32 PM, Rusty Nejdl > wrote: >> >>> Bernard, >> >>> >> >>> I tested today with the latest NVIDIA for x64 and it ran for a couple >> > >> > of >> > >> >>> hours without a freeze. But, it still froze. I'm running 4 VM's >> >>> now >> >>> for >> >>> a couple of hours with NV driver without issue. It sounds like I >> >>> need >> >>> to >> >>> report this up to Zander with Nvidia unless you have any other >> >>> suggestions. >> >>> >> >>> Sincerely, >> >>> Rusty Nejdl >> >>> _______________________________________________ >> >>> 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" >> >> >> >> Hey man, would it be possible for you to enable debugging options on >> >> your machine, start your VMs running, then switch to ttyv0, and let it >> >> run for while? This is the only way I can get a clean crash dump and >> >> generate any data -- I've never been able to "cleanly" crash my system >> >> running Xorg (it usually freezes). >> >> >> >> FYI, I'm running multiple VMs (Windows XP, 7), and I've experienced >> >> "freezes" running multiple VMs since using VirtualBox (which despite >> >> the lockups, I'm SOOOOO thankful to have on FreeBSD -- thanks again to >> >> all the VBox devs!!!!)... >> >> >> >> -Brandon >> > >> > Brandon, >> > >> > Mario Lobo and I have been working on this in the background and we >> > found >> > that multiple cpu support in Virtualbox appears broken. Any VM with >> > more >> > than 1 CPU will freeze. >> >> Interesting, however: each of my virtual machines only has 1 cpu... >> >> > Mario was also able to find that using unganged memory also confuses >> > Virtualbox. He enabled that in his motherboard and Virtualbox became >> > more stable. >> >> I'll have to check this out on the Dell 755 with 8 GBs of RAM I'm >> running. Though, I don't recall seeing a setting for this in the BIOS. >> >> > I have been able to run 6 VM's at the same time, with compositing >> > enabled, and 3D acceleration in the VM as well, all with 1 CPU per VM >> > only. >> >> That's great! Are you getting 3D acceleration in Windows? How? >> >> Actually, I've had ZERO lockups since I started following 8-STABLE >> (updating weekly), using the latest 64-bit NVIDIA drivers, and >> installing the most recent VirtualBox port (3.1.6_3 from >> emulation/virtualbox-ose, emulation/virtualbox-ose-kmod). >> >> Thanks for the information and suggestions! >> >> -Brandon >> _______________________________________________ >> 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" >> > > Just complementing Rusty's comments. > > As far as I know, this ganged/unganged thing is specific to Phenom > processor. > > I too am following 8-STABLE/Nvidia BUT I am running the Vbox devel port > because of the MAC support. I always have to adjust the code because > VboxGlobal.cpp is checking for Xinerama, which compiles fine but when > running > it doesn't find any Xinerama functions, so I simply take it off the code > and > it runs fine, and I don't use or need Xinerama anyway. It looks like this has already been fixed. Should not happen again with the next devel port update. http://www.virtualbox.org/changeset/28498 -- Bernhard Fröhlich http://www.bluelife.at/ From owner-freebsd-emulation@FreeBSD.ORG Wed Apr 21 11:17:11 2010 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A0AD9106566C for ; Wed, 21 Apr 2010 11:17:11 +0000 (UTC) (envelope-from vova@parallels.com) Received: from relay.sw.ru (mailhub.sw.ru [195.214.232.25]) by mx1.freebsd.org (Postfix) with ESMTP id 0E6418FC1B for ; Wed, 21 Apr 2010 11:17:10 +0000 (UTC) Received: from vbook.fbsd.ru ([10.30.1.111]) (authenticated bits=0) by relay.sw.ru (8.13.4/8.13.4) with ESMTP id o3LBH5Wg017878 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 21 Apr 2010 15:17:06 +0400 (MSD) Received: from vova by vbook.fbsd.ru with local (Exim 4.71 (FreeBSD)) (envelope-from ) id 1O4XvV-0001CP-8l for freebsd-emulation@freebsd.org; Wed, 21 Apr 2010 15:17:05 +0400 From: Vladimir Grebenschikov To: freebsd-emulation@freebsd.org Content-Type: text/plain; charset="KOI8-R" Content-Transfer-Encoding: quoted-printable Date: Wed, 21 Apr 2010 15:17:04 +0400 Message-ID: <1271848624.4068.6.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.30.0.1 FreeBSD GNOME Team Port Sender: Vladimir Grebenschikov Subject: VBoxManage CLI does not works any more ? X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: vova@fbsd.ru List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Apr 2010 11:17:11 -0000 Hi=20 It worked for me before, but on recent version of port: $ VBoxManage start XP Sun VirtualBox Command Line Management Interface Version 3.1.6_OSE (C) 2005-2010 Sun Microsystems, Inc. All rights reserved. ERROR: failed to create a session object! ERROR: code NS_ERROR_FACTORY_NOT_REGISTERED (0x80040154) - Class not regist= ered (extended info not available) Most likely, the VirtualBox COM server is not running or failed to start. $ Under VirtualBox UI it works as expected. --=20 Vladimir B. Grebenschikov vova@fbsd.ru From owner-freebsd-emulation@FreeBSD.ORG Wed Apr 21 12:09:28 2010 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2F1C91065674 for ; Wed, 21 Apr 2010 12:09:28 +0000 (UTC) (envelope-from decke@bluelife.at) Received: from mail.itac.at (mail.itac.at [91.205.172.9]) by mx1.freebsd.org (Postfix) with ESMTP id A2F578FC17 for ; Wed, 21 Apr 2010 12:09:27 +0000 (UTC) Received: from [91.205.172.21] (helo=webmail.bluelife.at) by mail.itac.at with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.63) (envelope-from ) id 1O4YkA-0001fO-Cr; Wed, 21 Apr 2010 14:09:26 +0200 MIME-Version: 1.0 Date: Wed, 21 Apr 2010 14:09:26 +0200 From: Bernhard Froehlich To: In-Reply-To: <1271848624.4068.6.camel@localhost> References: <1271848624.4068.6.camel@localhost> Message-ID: <6e74840f54319f7b98129e686bddf445@bluelife.at> X-Sender: decke@bluelife.at User-Agent: RoundCube Webmail/0.3.1 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 X-Spam-Score: 2.6 (++) X-Spam-Report: Spam detection software, running on the system "mail.itac.at", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: On Wed, 21 Apr 2010 15:17:04 +0400, Vladimir Grebenschikov wrote: > Hi > > It worked for me before, but on recent version of port: > > $ VBoxManage start XP > Sun VirtualBox Command Line Management Interface Version 3.1.6_OSE > (C) 2005-2010 Sun Microsystems, Inc. > All rights reserved. > > ERROR: failed to create a session object! > ERROR: code NS_ERROR_FACTORY_NOT_REGISTERED (0x80040154) - Class not > registered (extended info not available) > Most likely, the VirtualBox COM server is not running or failed to start. > $ > > Under VirtualBox UI it works as expected. [...] Content analysis details: (2.6 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.4 ALL_TRUSTED Passed through trusted hosts only via SMTP 3.4 FH_DATE_PAST_20XX The date is grossly in the future. 2.4 DNS_FROM_OPENWHOIS RBL: Envelope sender listed in bl.open-whois.org. -1.8 AWL AWL: From: address is in the auto white-list Cc: freebsd-emulation@freebsd.org Subject: Re: VBoxManage CLI does not works any more ? X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 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, 21 Apr 2010 12:09:28 -0000 On Wed, 21 Apr 2010 15:17:04 +0400, Vladimir Grebenschikov wrote: > Hi > > It worked for me before, but on recent version of port: > > $ VBoxManage start XP > Sun VirtualBox Command Line Management Interface Version 3.1.6_OSE > (C) 2005-2010 Sun Microsystems, Inc. > All rights reserved. > > ERROR: failed to create a session object! > ERROR: code NS_ERROR_FACTORY_NOT_REGISTERED (0x80040154) - Class not > registered (extended info not available) > Most likely, the VirtualBox COM server is not running or failed to start. > $ > > Under VirtualBox UI it works as expected. Is this happening with virtualbox-ose-3.1.6_3? It sounds very much like the png problem that was fixed 3 days ago in the port. To get a better error description you could start VBoxSVC on the shell and see if it fails. If this does hot help then recompile with the DEBUG option enabled and try again to start VBoxSVC. -- Bernhard Fröhlich http://www.bluelife.at/ From owner-freebsd-emulation@FreeBSD.ORG Wed Apr 21 23:41:59 2010 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1A6B6106566C for ; Wed, 21 Apr 2010 23:41:59 +0000 (UTC) (envelope-from lobo@bsd.com.br) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id CD4358FC0C for ; Wed, 21 Apr 2010 23:41:58 +0000 (UTC) Received: by vws8 with SMTP id 8so889194vws.13 for ; Wed, 21 Apr 2010 16:41:57 -0700 (PDT) Received: by 10.220.60.13 with SMTP id n13mr6199622vch.118.1271893317646; Wed, 21 Apr 2010 16:41:57 -0700 (PDT) Received: from papi.localnet ([189.70.173.169]) by mx.google.com with ESMTPS id m13sm30671262vcs.13.2010.04.21.16.41.55 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 21 Apr 2010 16:41:56 -0700 (PDT) From: Mario Lobo To: Bernhard Froehlich Date: Wed, 21 Apr 2010 20:41:24 +0000 User-Agent: KMail/1.12.4 (FreeBSD/8.0-STABLE; KDE/4.3.5; amd64; ; ) References: <201004201742.01578.lobo@bsd.com.br> <2648ad86a213021a12aaa2ffcab2c9bc@bluelife.at> In-Reply-To: <2648ad86a213021a12aaa2ffcab2c9bc@bluelife.at> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201004212041.24826.lobo@bsd.com.br> Cc: freebsd-emulation@freebsd.org Subject: Re: Call for testers: VirtualBox 3.1.4 update X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 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, 21 Apr 2010 23:41:59 -0000 On Wednesday 21 April 2010 07:11:43 Bernhard Froehlich wrote: > On Tue, 20 Apr 2010 17:42:01 +0000, Mario Lobo wrote: > > On Tuesday 20 April 2010 19:27:15 Brandon Gooch wrote: > >> On Tue, Apr 20, 2010 at 6:32 PM, Rusty Nejdl > > > > wrote: > >> >>> Bernard, > >> >>> > >> >>> I tested today with the latest NVIDIA for x64 and it ran for a > > couple > > >> > of > >> > > >> >>> hours without a freeze. But, it still froze. I'm running 4 VM's > >> >>> now > >> >>> for > >> >>> a couple of hours with NV driver without issue. It sounds like I > >> >>> need > >> >>> to > >> >>> report this up to Zander with Nvidia unless you have any other > >> >>> suggestions. > >> >>> > >> >>> Sincerely, > >> >>> Rusty Nejdl > >> >>> _______________________________________________ > >> >>> 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" > >> >> > >> >> Hey man, would it be possible for you to enable debugging options on > >> >> your machine, start your VMs running, then switch to ttyv0, and let > > it > > >> >> run for while? This is the only way I can get a clean crash dump and > >> >> generate any data -- I've never been able to "cleanly" crash my > > system > > >> >> running Xorg (it usually freezes). > >> >> > >> >> FYI, I'm running multiple VMs (Windows XP, 7), and I've experienced > >> >> "freezes" running multiple VMs since using VirtualBox (which despite > >> >> the lockups, I'm SOOOOO thankful to have on FreeBSD -- thanks again > > to > > >> >> all the VBox devs!!!!)... > >> >> > >> >> -Brandon > >> > > >> > Brandon, > >> > > >> > Mario Lobo and I have been working on this in the background and we > >> > found > >> > that multiple cpu support in Virtualbox appears broken. Any VM with > >> > more > >> > than 1 CPU will freeze. > >> > >> Interesting, however: each of my virtual machines only has 1 cpu... > >> > >> > Mario was also able to find that using unganged memory also confuses > >> > Virtualbox. He enabled that in his motherboard and Virtualbox became > >> > more stable. > >> > >> I'll have to check this out on the Dell 755 with 8 GBs of RAM I'm > >> running. Though, I don't recall seeing a setting for this in the BIOS. > >> > >> > I have been able to run 6 VM's at the same time, with compositing > >> > enabled, and 3D acceleration in the VM as well, all with 1 CPU per VM > >> > only. > >> > >> That's great! Are you getting 3D acceleration in Windows? How? > >> > >> Actually, I've had ZERO lockups since I started following 8-STABLE > >> (updating weekly), using the latest 64-bit NVIDIA drivers, and > >> installing the most recent VirtualBox port (3.1.6_3 from > >> emulation/virtualbox-ose, emulation/virtualbox-ose-kmod). > >> > >> Thanks for the information and suggestions! > >> > >> -Brandon > >> _______________________________________________ > >> 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" > > > > Just complementing Rusty's comments. > > > > As far as I know, this ganged/unganged thing is specific to Phenom > > processor. > > > > I too am following 8-STABLE/Nvidia BUT I am running the Vbox devel port > > because of the MAC support. I always have to adjust the code because > > VboxGlobal.cpp is checking for Xinerama, which compiles fine but when > > running > > it doesn't find any Xinerama functions, so I simply take it off the code > > and > > it runs fine, and I don't use or need Xinerama anyway. > > It looks like this has already been fixed. Should not happen again with > the next devel port update. > > http://www.virtualbox.org/changeset/28498 > That's great to hear, Bernhard ! I still owe you a reply but new discoveries happened since I wrote you, that I want to comment on in detail. Hopefully I will still find some time to do it today. -- Mario Lobo http://www.mallavoodoo.com.br FreeBSD since version 2.2.8 [not Pro-Audio.... YET!!] (99,7% winfoes FREE) From owner-freebsd-emulation@FreeBSD.ORG Thu Apr 22 02:40:10 2010 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D7D3F106567E for ; Thu, 22 Apr 2010 02:40:10 +0000 (UTC) (envelope-from lobo@bsd.com.br) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id 943318FC08 for ; Thu, 22 Apr 2010 02:40:10 +0000 (UTC) Received: by gyh20 with SMTP id 20so4219442gyh.13 for ; Wed, 21 Apr 2010 19:40:09 -0700 (PDT) Received: by 10.101.27.3 with SMTP id e3mr22464064anj.123.1271904007191; Wed, 21 Apr 2010 19:40:07 -0700 (PDT) Received: from papi.localnet ([189.70.173.169]) by mx.google.com with ESMTPS id y2sm73519058ani.14.2010.04.21.19.40.05 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 21 Apr 2010 19:40:06 -0700 (PDT) From: Mario Lobo To: Bernhard Froehlich Date: Wed, 21 Apr 2010 23:39:34 +0000 User-Agent: KMail/1.12.4 (FreeBSD/8.0-STABLE; KDE/4.3.5; amd64; ; ) References: <201004201742.01578.lobo@bsd.com.br> <2648ad86a213021a12aaa2ffcab2c9bc@bluelife.at> In-Reply-To: <2648ad86a213021a12aaa2ffcab2c9bc@bluelife.at> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201004212339.34501.lobo@bsd.com.br> Cc: freebsd-emulation@freebsd.org Subject: VDE Support in devel port [WAS: Call for testers: VirtualBox 3.1.4 update] X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 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, 22 Apr 2010 02:40:10 -0000 Bernhard; I see that VDE support was added with svn r28542, which I have not tested yet but can only see thrilled reports about it. The line: [ "$OS" = "linux" -o "$OS" = "freebsd" ] && echo " --enable-vde enable VDE networking" in "work/VirtualBox-3.1.51.r28542_OSE/configure" is not "TRUEing" "$OS" = "freebsd", and thus, VDE support was not compiled in. I manually added "--enable-vde" to following line in the port's Makefile: CONFIGURE_ARGS+=--with-gcc="${CC}" --with-g++="${CXX}" --enable-vde This corrected the problem. Now the VDE Adapter appears in the "Attached to" listBox. Could the configure script be patched to set the condition to TRUE, or maybe the port Makefile could have --enable-vde added, on the next port revision? Thanks, -- Mario Lobo http://www.mallavoodoo.com.br FreeBSD since version 2.2.8 [not Pro-Audio.... YET!!] (99,7% winfoes FREE) From owner-freebsd-emulation@FreeBSD.ORG Thu Apr 22 04:49:11 2010 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C30C6106567B for ; Thu, 22 Apr 2010 04:49:11 +0000 (UTC) (envelope-from vova@parallels.com) Received: from relay.sw.ru (mailhub.sw.ru [195.214.232.25]) by mx1.freebsd.org (Postfix) with ESMTP id 3BE708FC1F for ; Thu, 22 Apr 2010 04:49:10 +0000 (UTC) Received: from vbook.fbsd.ru ([77.232.23.6]) (authenticated bits=0) by relay.sw.ru (8.13.4/8.13.4) with ESMTP id o3M4mveV015206 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 22 Apr 2010 08:48:58 +0400 (MSD) Received: from vova by vbook.fbsd.ru with local (Exim 4.71 (FreeBSD)) (envelope-from ) id 1O4oLR-0000vo-E1; Thu, 22 Apr 2010 08:48:57 +0400 From: Vladimir Grebenschikov To: Bernhard Froehlich In-Reply-To: <6e74840f54319f7b98129e686bddf445@bluelife.at> References: <1271848624.4068.6.camel@localhost> <6e74840f54319f7b98129e686bddf445@bluelife.at> Content-Type: text/plain; charset="KOI8-R" Content-Transfer-Encoding: quoted-printable Date: Thu, 22 Apr 2010 08:48:57 +0400 Message-ID: <1271911737.2639.62.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.30.0.1 FreeBSD GNOME Team Port Sender: Vladimir Grebenschikov Cc: freebsd-emulation@freebsd.org Subject: Re: VBoxManage CLI does not works any more ? X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: vova@fbsd.ru List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Apr 2010 04:49:11 -0000 Hi=20 It does not fail: $ VBoxSVC=20 ********************************************* Sun VirtualBox XPCOM Server Version 3.1.6_OSE (C) 2008-2010 Sun Microsystems, Inc. All rights reserved. Starting event loop.... [press Ctrl-C to quit] ^CTerminated event loop. XPCOM server has shutdown. $ -----Original Message----- From: Bernhard Froehlich To: vova@fbsd.ru Cc: freebsd-emulation@freebsd.org Subject: Re: VBoxManage CLI does not works any more ? Date: Wed, 21 Apr 2010 14:09:26 +0200 On Wed, 21 Apr 2010 15:17:04 +0400, Vladimir Grebenschikov wrote: > Hi=20 >=20 > It worked for me before, but on recent version of port: >=20 > $ VBoxManage start XP > Sun VirtualBox Command Line Management Interface Version 3.1.6_OSE > (C) 2005-2010 Sun Microsystems, Inc. > All rights reserved. >=20 > ERROR: failed to create a session object! > ERROR: code NS_ERROR_FACTORY_NOT_REGISTERED (0x80040154) - Class not > registered (extended info not available) > Most likely, the VirtualBox COM server is not running or failed to start. > $ >=20 > Under VirtualBox UI it works as expected. Is this happening with virtualbox-ose-3.1.6_3? It sounds very much like the png problem that was fixed 3 days ago in the port. To get a better error description you could start VBoxSVC on the shell and see if it fails. If this does hot help then recompile with the DEBUG option enabled and try again to start VBoxSVC. --=20 Vladimir B. Grebenschikov vova@fbsd.ru From owner-freebsd-emulation@FreeBSD.ORG Thu Apr 22 06:43:48 2010 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9F9CD106566B for ; Thu, 22 Apr 2010 06:43:48 +0000 (UTC) (envelope-from aoyama@peach.ne.jp) Received: from moon.peach.ne.jp (unknown [IPv6:2001:380:e06:127::53]) by mx1.freebsd.org (Postfix) with ESMTP id C00CC8FC1F for ; Thu, 22 Apr 2010 06:43:47 +0000 (UTC) Received: from moon.peach.ne.jp (localhost [127.0.0.1]) by moon.peach.ne.jp (Postfix) with ESMTP id B8E9C78C4A for ; Thu, 22 Apr 2010 15:43:46 +0900 (JST) Received: from artemis (unknown [192.168.2.20]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by moon.peach.ne.jp (Postfix) with ESMTP id 9261378C3B for ; Thu, 22 Apr 2010 15:43:46 +0900 (JST) Message-ID: From: "Daisuke Aoyama" To: Date: Thu, 22 Apr 2010 15:43:43 +0900 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_002F_01CAE232.968E70C0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5843 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-Virus-Scanned: ClamAV using ClamSMTP Subject: [PATCH] VirtualBox headless VNC support by LibVNCServer (20100421) X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 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, 22 Apr 2010 06:43:48 -0000 This is a multi-part message in MIME format. ------=_NextPart_000_002F_01CAE232.968E70C0 Content-Type: text/plain; format=flowed; charset="iso-2022-jp"; reply-type=original Content-Transfer-Encoding: 7bit Hi all, First, thank you for porting great software and thank you for using my patch. This archive contains an individual patch files and a modified Makefile for virtualbox-ose 3.1.6_3. Please select an options you want before building. And make it by normal way. I tested the binary on FreeNAS 0.7.1 stable (FreeBSD 7.2-RELEASE-p7 amd64/i386 kernel) and FreeNAS 0.7.2 devel (FreeBSD 7.3-RELEASE amd64/i386 kernel). What's new? ----------- Fix some bugs. Add modifier hook such as AltGr. Add the ability to parse non-US keymaps. (the code is referred to Hubert Tournier's patch) How to use ---------- # cd /usr/ports/emulators/virtualbox-ose # tar xvf /path/to/vboxvnc-20100421.tar.gz # tar xvf /path/to/vboxint18-20100310.tar.gz (optional) # make config # make It provides an internal VNC server for guest OS console access in VBoxHeadless frontend. Supported Options: -v, -vnc, --vnc on|off Enable (default) or disable the VNC Server -a, -vncaddress, --vncaddress IP address the VNC server will bind to -p, -vncport, --vncport Port number the VNC server will bind to -k, -vnckeymap, --vnckeymap Keyboard mapfile (default: builtin US) -S, -vncsecret, --vncsecret VNC Authentication secret three options at one line is an equivalent option, for example: "-v on", "-vnc on", "--vnc on" are same feature. -v option specify whether VNC server starts in the machine. default is on (enable). -a and -p options specify IP address and port number of VNC server. default IP is wildcard, port is 5900. If you have multiple IPs(NICs) in your system, you can select the listen address of the server. -k option specify the keyboard layout convert from VNC keys to Scancodes. default is US standard 101keys. (I tested only US 101 keyboard) If you want another keyboard, you can spcify the path of kbdmap(5). In the standard installation of FreeBSD, it's located in /usr/share/syscons/keymaps/. for example, "-k /usr/share/syscons/keymaps/jp.106.kbd" uses JP 106 keyboard. -S option specify the password of the VNC server. However, it have security risk in common server. It assumed used with FreeNAS (limited user environment). Please consider the risk by using command line. When starting the VM, the proctitle is changed like below (you can see by "ps axww"): VBoxHeadless: VM: TestVM4 Port: 5900 Auth: off (VBoxHeadless) vboxint18-20100310.tar.gz (optional patch): [PATCH] VirtualBox INT18 patch for gPXE iSCSI boot/install http://lists.freebsd.org/pipermail/freebsd-emulation/2010-March/007540.html -- Regards, Daisuke Aoyama ------=_NextPart_000_002F_01CAE232.968E70C0 Content-Type: application/octet-stream; name="vboxvnc-20100421.tar.gz" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="vboxvnc-20100421.tar.gz" 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 ------=_NextPart_000_002F_01CAE232.968E70C0-- From owner-freebsd-emulation@FreeBSD.ORG Thu Apr 22 07:27:59 2010 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D7635106564A for ; Thu, 22 Apr 2010 07:27:59 +0000 (UTC) (envelope-from decke@bluelife.at) Received: from mail.itac.at (mail.itac.at [91.205.172.9]) by mx1.freebsd.org (Postfix) with ESMTP id 5978F8FC0C for ; Thu, 22 Apr 2010 07:27:59 +0000 (UTC) Received: from [91.205.172.21] (helo=webmail.bluelife.at) by mail.itac.at with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.63) (envelope-from ) id 1O4qpJ-0000bf-I9; Thu, 22 Apr 2010 09:27:57 +0200 MIME-Version: 1.0 Date: Thu, 22 Apr 2010 09:27:58 +0200 From: Bernhard Froehlich To: In-Reply-To: <1271911737.2639.62.camel@localhost> References: <1271848624.4068.6.camel@localhost> <6e74840f54319f7b98129e686bddf445@bluelife.at> <1271911737.2639.62.camel@localhost> Message-ID: X-Sender: decke@bluelife.at User-Agent: RoundCube Webmail/0.3.1 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 X-Spam-Score: 2.6 (++) X-Spam-Report: Spam detection software, running on the system "mail.itac.at", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: On Thu, 22 Apr 2010 08:48:57 +0400, Vladimir Grebenschikov wrote: > Hi > > It does not fail: > > $ VBoxSVC > > Sun VirtualBox XPCOM Server Version 3.1.6_OSE > (C) 2008-2010 Sun Microsystems, Inc. > All rights reserved. > > Starting event loop.... > [press Ctrl-C to quit] > ^CTerminated event loop. > XPCOM server has shutdown. > $ [...] Content analysis details: (2.6 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.4 ALL_TRUSTED Passed through trusted hosts only via SMTP 3.4 FH_DATE_PAST_20XX The date is grossly in the future. 2.4 DNS_FROM_OPENWHOIS RBL: Envelope sender listed in bl.open-whois.org. -1.7 AWL AWL: From: address is in the auto white-list Cc: freebsd-emulation@freebsd.org Subject: Re: VBoxManage CLI does not works any more ? X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 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, 22 Apr 2010 07:28:00 -0000 On Thu, 22 Apr 2010 08:48:57 +0400, Vladimir Grebenschikov wrote: > Hi > > It does not fail: > > $ VBoxSVC > ********************************************* > Sun VirtualBox XPCOM Server Version 3.1.6_OSE > (C) 2008-2010 Sun Microsystems, Inc. > All rights reserved. > > Starting event loop.... > [press Ctrl-C to quit] > ^CTerminated event loop. > XPCOM server has shutdown. > $ Hm okay. I did not expect that. What happens if you compile vbox with DEBUG enabled and then call VBoxManage? This should also give you a more verbose output of what is failing. -- Bernhard Fröhlich http://www.bluelife.at/ > -----Original Message----- > From: Bernhard Froehlich > To: vova@fbsd.ru > Cc: freebsd-emulation@freebsd.org > Subject: Re: VBoxManage CLI does not works any more ? > Date: Wed, 21 Apr 2010 14:09:26 +0200 > > On Wed, 21 Apr 2010 15:17:04 +0400, Vladimir Grebenschikov > wrote: >> Hi >> >> It worked for me before, but on recent version of port: >> >> $ VBoxManage start XP >> Sun VirtualBox Command Line Management Interface Version 3.1.6_OSE >> (C) 2005-2010 Sun Microsystems, Inc. >> All rights reserved. >> >> ERROR: failed to create a session object! >> ERROR: code NS_ERROR_FACTORY_NOT_REGISTERED (0x80040154) - Class not >> registered (extended info not available) >> Most likely, the VirtualBox COM server is not running or failed to > start. >> $ >> >> Under VirtualBox UI it works as expected. > > Is this happening with virtualbox-ose-3.1.6_3? It sounds very much like > the png problem that was fixed 3 days ago in the port. > > To get a better error description you could start VBoxSVC on the shell and > see if it fails. If this does hot help then recompile with the DEBUG option > enabled and try again to start VBoxSVC. From owner-freebsd-emulation@FreeBSD.ORG Thu Apr 22 13:08:32 2010 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 087571065670 for ; Thu, 22 Apr 2010 13:08:32 +0000 (UTC) (envelope-from vova@parallels.com) Received: from relay.sw.ru (mailhub.sw.ru [195.214.232.25]) by mx1.freebsd.org (Postfix) with ESMTP id 5D1028FC0C for ; Thu, 22 Apr 2010 13:08:30 +0000 (UTC) Received: from vbook.fbsd.ru ([10.30.1.111]) (authenticated bits=0) by relay.sw.ru (8.13.4/8.13.4) with ESMTP id o3MD8JAn031173 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 22 Apr 2010 17:08:21 +0400 (MSD) Received: from vova by vbook.fbsd.ru with local (Exim 4.71 (FreeBSD)) (envelope-from ) id 1O4w8h-00065C-EW; Thu, 22 Apr 2010 17:08:19 +0400 From: Vladimir Grebenschikov To: Bernhard Froehlich In-Reply-To: References: <1271848624.4068.6.camel@localhost> <6e74840f54319f7b98129e686bddf445@bluelife.at> <1271911737.2639.62.camel@localhost> Content-Type: text/plain; charset="KOI8-R" Content-Transfer-Encoding: quoted-printable Date: Thu, 22 Apr 2010 17:08:18 +0400 Message-ID: <1271941698.23318.2.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.30.0.1 FreeBSD GNOME Team Port Sender: Vladimir Grebenschikov Cc: freebsd-emulation@freebsd.org Subject: Re: VBoxManage CLI does not works any more ? X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: vova@fbsd.ru List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Apr 2010 13:08:32 -0000 Hi=20 Looks like you are right, png involved here. $ VBoxManage start XP Sun VirtualBox Command Line Management Interface Version 3.1.6_OSE (C) 2005-2010 Sun Microsystems, Inc. All rights reserved. Type Manifest File: /home/vova/.VirtualBox/xpti.dat nsNativeComponentLoader: autoregistering begins. *** Registering VirtualBox_Server_Module components (all right -- a generic= module!) pr_LoadLibraryByPathname(): Failed to load '/usr/local/lib/virtualbox/compo= nents/VBoxC.so' nsNativeComponentLoader: SelfRegisterDll(VBoxC.so) Load FAILED with error: = /usr/local/lib/virtualbox/components/VBoxC.so: Undefined symbol "png_set_lo= ngjmp_fn" nsNativeComponentLoader: autoregistering succeeded nNCL: registering deferred (0) pr_LoadLibraryByPathname(): Failed to load '/usr/local/lib/virtualbox/compo= nents/VBoxC.so' nsNativeComponentLoader: GetFactory(VBoxC.so) Load FAILED with error: /usr/= local/lib/virtualbox/components/VBoxC.so: Undefined symbol "png_set_longjmp= _fn" ERROR: failed to create a session object! ERROR: code NS_ERROR_FACTORY_NOT_REGISTERED (0x80040154) - Class not regist= ered (extended info not available) Most likely, the VirtualBox COM server is not running or failed to start. ipcDConnectService Stats =3D> number of worker threads: 1 nsStringStats =3D> mAllocCount: 70 =3D> mReallocCount: 15 =3D> mFreeCount: 70 =3D> mShareCount: 108 =3D> mAdoptCount: 13 =3D> mAdoptFreeCount: 13 $ -----Original Message----- From: Bernhard Froehlich To: vova@fbsd.ru Cc: freebsd-emulation@freebsd.org Subject: Re: VBoxManage CLI does not works any more ? Date: Thu, 22 Apr 2010 09:27:58 +0200 On Thu, 22 Apr 2010 08:48:57 +0400, Vladimir Grebenschikov wrote: > Hi=20 >=20 > It does not fail: >=20 > $ VBoxSVC=20 > ********************************************* > Sun VirtualBox XPCOM Server Version 3.1.6_OSE > (C) 2008-2010 Sun Microsystems, Inc. > All rights reserved. >=20 > Starting event loop.... > [press Ctrl-C to quit] > ^CTerminated event loop. > XPCOM server has shutdown. > $ Hm okay. I did not expect that. What happens if you compile vbox with DEBUG enabled and then call VBoxManage? This should also give you a more verbose output of what is failing. --=20 Vladimir B. Grebenschikov vova@fbsd.ru From owner-freebsd-emulation@FreeBSD.ORG Thu Apr 22 13:14:37 2010 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8F2C2106564A for ; Thu, 22 Apr 2010 13:14:37 +0000 (UTC) (envelope-from vova@parallels.com) Received: from relay.sw.ru (mailhub.sw.ru [195.214.232.25]) by mx1.freebsd.org (Postfix) with ESMTP id F00988FC20 for ; Thu, 22 Apr 2010 13:14:36 +0000 (UTC) Received: from vbook.fbsd.ru ([10.30.1.111]) (authenticated bits=0) by relay.sw.ru (8.13.4/8.13.4) with ESMTP id o3MDEQq6024681 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 22 Apr 2010 17:14:27 +0400 (MSD) Received: from vova by vbook.fbsd.ru with local (Exim 4.71 (FreeBSD)) (envelope-from ) id 1O4wEc-00065v-Ge; Thu, 22 Apr 2010 17:14:26 +0400 From: Vladimir Grebenschikov To: Bernhard Froehlich In-Reply-To: <1271941698.23318.2.camel@localhost> References: <1271848624.4068.6.camel@localhost> <6e74840f54319f7b98129e686bddf445@bluelife.at> <1271911737.2639.62.camel@localhost> <1271941698.23318.2.camel@localhost> Content-Type: text/plain; charset="KOI8-R" Content-Transfer-Encoding: quoted-printable Date: Thu, 22 Apr 2010 17:14:26 +0400 Message-ID: <1271942066.23318.6.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.30.0.1 FreeBSD GNOME Team Port Sender: Vladimir Grebenschikov Cc: freebsd-emulation@freebsd.org Subject: Re: VBoxManage CLI does not works any more ? X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: vova@fbsd.ru List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Apr 2010 13:14:37 -0000 Hi=20 And looks like png linked in non-trivial fashion into VBox: $ ldd /usr/local/lib/virtualbox/components/VBoxC.so | fgrep png=20 $ nm /usr/local/lib/virtualbox/components/VBoxC.so | fgrep t\ png_ | wc -l 176 $ nm /usr/local/lib/virtualbox/components/VBoxC.so | fgrep U\ png U png_set_longjmp_fn $ -----Original Message----- From: Vladimir Grebenschikov Reply-to: vova@fbsd.ru To: Bernhard Froehlich Cc: freebsd-emulation@freebsd.org Subject: Re: VBoxManage CLI does not works any more ? Date: Thu, 22 Apr 2010 17:08:19 +0400 Hi=20 Looks like you are right, png involved here. $ VBoxManage start XP Sun VirtualBox Command Line Management Interface Version 3.1.6_OSE (C) 2005-2010 Sun Microsystems, Inc. All rights reserved. Type Manifest File: /home/vova/.VirtualBox/xpti.dat nsNativeComponentLoader: autoregistering begins. *** Registering VirtualBox_Server_Module components (all right -- a generic= module!) pr_LoadLibraryByPathname(): Failed to load '/usr/local/lib/virtualbox/compo= nents/VBoxC.so' nsNativeComponentLoader: SelfRegisterDll(VBoxC.so) Load FAILED with error: = /usr/local/lib/virtualbox/components/VBoxC.so: Undefined symbol "png_set_lo= ngjmp_fn" nsNativeComponentLoader: autoregistering succeeded nNCL: registering deferred (0) pr_LoadLibraryByPathname(): Failed to load '/usr/local/lib/virtualbox/compo= nents/VBoxC.so' nsNativeComponentLoader: GetFactory(VBoxC.so) Load FAILED with error: /usr/= local/lib/virtualbox/components/VBoxC.so: Undefined symbol "png_set_longjmp= _fn" ERROR: failed to create a session object! ERROR: code NS_ERROR_FACTORY_NOT_REGISTERED (0x80040154) - Class not regist= ered (extended info not available) Most likely, the VirtualBox COM server is not running or failed to start. ipcDConnectService Stats =3D> number of worker threads: 1 nsStringStats =3D> mAllocCount: 70 =3D> mReallocCount: 15 =3D> mFreeCount: 70 =3D> mShareCount: 108 =3D> mAdoptCount: 13 =3D> mAdoptFreeCount: 13 $ -----Original Message----- From: Bernhard Froehlich To: vova@fbsd.ru Cc: freebsd-emulation@freebsd.org Subject: Re: VBoxManage CLI does not works any more ? Date: Thu, 22 Apr 2010 09:27:58 +0200 On Thu, 22 Apr 2010 08:48:57 +0400, Vladimir Grebenschikov wrote: > Hi=20 >=20 > It does not fail: >=20 > $ VBoxSVC=20 > ********************************************* > Sun VirtualBox XPCOM Server Version 3.1.6_OSE > (C) 2008-2010 Sun Microsystems, Inc. > All rights reserved. >=20 > Starting event loop.... > [press Ctrl-C to quit] > ^CTerminated event loop. > XPCOM server has shutdown. > $ Hm okay. I did not expect that. What happens if you compile vbox with DEBUG enabled and then call VBoxManage? This should also give you a more verbose output of what is failing. --=20 Vladimir B. Grebenschikov vova@fbsd.ru From owner-freebsd-emulation@FreeBSD.ORG Thu Apr 22 14:44:32 2010 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C4D59106564A for ; Thu, 22 Apr 2010 14:44:32 +0000 (UTC) (envelope-from beat@FreeBSD.org) Received: from azh-com0.aspectra.com (azh-com0.aspectra.com [212.47.170.6]) by mx1.freebsd.org (Postfix) with ESMTP id 86F338FC19 for ; Thu, 22 Apr 2010 14:44:32 +0000 (UTC) Message-ID: <4BD05D67.5090107@FreeBSD.org> Date: Thu, 22 Apr 2010 16:29:59 +0200 From: Beat Gaetzi User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.9) Gecko/20100330 Thunderbird/3.0.4 MIME-Version: 1.0 To: vova@fbsd.ru References: <1271848624.4068.6.camel@localhost> <6e74840f54319f7b98129e686bddf445@bluelife.at> <1271911737.2639.62.camel@localhost> <1271941698.23318.2.camel@localhost> <1271942066.23318.6.camel@localhost> In-Reply-To: <1271942066.23318.6.camel@localhost> Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 22 Apr 2010 14:30:02.0575 (UTC) FILETIME=[4B710DF0:01CAE228] Cc: freebsd-emulation@freebsd.org Subject: Re: VBoxManage CLI does not works any more ? X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 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, 22 Apr 2010 14:44:32 -0000 Hi, On 04/22/10 15:14, Vladimir Grebenschikov wrote: > And looks like png linked in non-trivial fashion into VBox: > > $ ldd /usr/local/lib/virtualbox/components/VBoxC.so | fgrep png > $ nm /usr/local/lib/virtualbox/components/VBoxC.so | fgrep t\ png_ | wc -l > 176 > $ nm /usr/local/lib/virtualbox/components/VBoxC.so | fgrep U\ png > U png_set_longjmp_fn > $ I'm not able to reproduce this problem in my environment. Could you please send us the output of these commmands: # pkg_info -Ix virtualbox # pkg_info -Ix png Thanks, Beat From owner-freebsd-emulation@FreeBSD.ORG Thu Apr 22 14:47:57 2010 Return-Path: Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1B3811065677 for ; Thu, 22 Apr 2010 14:47:57 +0000 (UTC) (envelope-from vova@parallels.com) Received: from relay.sw.ru (mailhub.sw.ru [195.214.232.25]) by mx1.freebsd.org (Postfix) with ESMTP id 17DDB8FC19 for ; Thu, 22 Apr 2010 14:47:55 +0000 (UTC) Received: from vbook.fbsd.ru ([10.30.1.111]) (authenticated bits=0) by relay.sw.ru (8.13.4/8.13.4) with ESMTP id o3MElfFi004574 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 22 Apr 2010 18:47:44 +0400 (MSD) Received: from vova by vbook.fbsd.ru with local (Exim 4.71 (FreeBSD)) (envelope-from ) id 1O4xgr-0006GX-6c; Thu, 22 Apr 2010 18:47:41 +0400 From: Vladimir Grebenschikov To: Beat Gaetzi In-Reply-To: <4BD05D67.5090107@FreeBSD.org> References: <1271848624.4068.6.camel@localhost> <6e74840f54319f7b98129e686bddf445@bluelife.at> <1271911737.2639.62.camel@localhost> <1271941698.23318.2.camel@localhost> <1271942066.23318.6.camel@localhost> <4BD05D67.5090107@FreeBSD.org> Content-Type: text/plain; charset="KOI8-R" Content-Transfer-Encoding: quoted-printable Date: Thu, 22 Apr 2010 18:47:40 +0400 Message-ID: <1271947660.23318.21.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.30.0.1 FreeBSD GNOME Team Port Sender: Vladimir Grebenschikov Cc: freebsd-emulation@FreeBSD.org Subject: Re: VBoxManage CLI does not works any more ? X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: vova@fbsd.ru List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Apr 2010 14:47:57 -0000 $ pkg_info -Ix virtualbox virtualbox-ose-3.1.6_2 A general-purpose full virtualizer for x86 hardware virtualbox-ose-kmod-3.1.6 VirtualBox kernel module for FreeBSD $ pkg_info -Ix png fpc-libpng-2.2.4_1 Free Pascal interface to libpng, for reading PNG image = file gstreamer-plugins-libpng-0.10.21,3 Gstreamer png plugin linux-f10-png-1.2.37_1 RPM of the PNG lib (Linux Fedora 10) png-1.4.1_1 Library for manipulating PNG images $ -----Original Message----- From: Beat Gaetzi To: vova@fbsd.ru Cc: Bernhard Froehlich , freebsd-emulation@freebsd.org Subject: Re: VBoxManage CLI does not works any more ? Date: Thu, 22 Apr 2010 16:29:59 +0200 Hi, On 04/22/10 15:14, Vladimir Grebenschikov wrote: > And looks like png linked in non-trivial fashion into VBox: >=20 > $ ldd /usr/local/lib/virtualbox/components/VBoxC.so | fgrep png=20 > $ nm /usr/local/lib/virtualbox/components/VBoxC.so | fgrep t\ png_ | wc -= l > 176 > $ nm /usr/local/lib/virtualbox/components/VBoxC.so | fgrep U\ png > U png_set_longjmp_fn > $ I'm not able to reproduce this problem in my environment. Could you please send us the output of these commmands: # pkg_info -Ix virtualbox # pkg_info -Ix png Thanks, Beat --=20 Vladimir B. Grebenschikov vova@fbsd.ru From owner-freebsd-emulation@FreeBSD.ORG Thu Apr 22 14:51:20 2010 Return-Path: Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 849611065679 for ; Thu, 22 Apr 2010 14:51:20 +0000 (UTC) (envelope-from beat@FreeBSD.org) Received: from azh-com0.aspectra.com (azh-com0.aspectra.com [212.47.170.6]) by mx1.freebsd.org (Postfix) with ESMTP id 466BD8FC20 for ; Thu, 22 Apr 2010 14:51:20 +0000 (UTC) Message-ID: <4BD06265.8060401@FreeBSD.org> Date: Thu, 22 Apr 2010 16:51:17 +0200 From: Beat Gaetzi User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.9) Gecko/20100330 Thunderbird/3.0.4 MIME-Version: 1.0 To: vova@fbsd.ru References: <1271848624.4068.6.camel@localhost> <6e74840f54319f7b98129e686bddf445@bluelife.at> <1271911737.2639.62.camel@localhost> <1271941698.23318.2.camel@localhost> <1271942066.23318.6.camel@localhost> <4BD05D67.5090107@FreeBSD.org> <1271947660.23318.21.camel@localhost> In-Reply-To: <1271947660.23318.21.camel@localhost> Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 22 Apr 2010 14:51:19.0317 (UTC) FILETIME=[44706C50:01CAE22B] Cc: freebsd-emulation@FreeBSD.org Subject: Re: VBoxManage CLI does not works any more ? X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 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, 22 Apr 2010 14:51:20 -0000 Hi, On 04/22/10 16:47, Vladimir Grebenschikov wrote: > $ pkg_info -Ix virtualbox > virtualbox-ose-3.1.6_2 A general-purpose full virtualizer for x86 hardware Could you please update your portstree and build virtualbox-ose-3.1.6_3. This should fix your problem: http://lists.freebsd.org/pipermail/cvs-all/2010-April/311041.html Beat From owner-freebsd-emulation@FreeBSD.ORG Thu Apr 22 19:41:14 2010 Return-Path: Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 371A61065670; Thu, 22 Apr 2010 19:41:14 +0000 (UTC) (envelope-from vova@parallels.com) Received: from relay.sw.ru (mailhub.sw.ru [195.214.232.25]) by mx1.freebsd.org (Postfix) with ESMTP id 7D60B8FC20; Thu, 22 Apr 2010 19:41:12 +0000 (UTC) Received: from vbook.fbsd.ru ([77.232.23.6]) (authenticated bits=0) by relay.sw.ru (8.13.4/8.13.4) with ESMTP id o3MJf8k9025186 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 22 Apr 2010 23:41:10 +0400 (MSD) Received: from vova by vbook.fbsd.ru with local (Exim 4.71 (FreeBSD)) (envelope-from ) id 1O52Gq-0006eE-Pi; Thu, 22 Apr 2010 23:41:08 +0400 From: Vladimir Grebenschikov To: Beat Gaetzi In-Reply-To: <4BD06265.8060401@FreeBSD.org> References: <1271848624.4068.6.camel@localhost> <6e74840f54319f7b98129e686bddf445@bluelife.at> <1271911737.2639.62.camel@localhost> <1271941698.23318.2.camel@localhost> <1271942066.23318.6.camel@localhost> <4BD05D67.5090107@FreeBSD.org> <1271947660.23318.21.camel@localhost> <4BD06265.8060401@FreeBSD.org> Content-Type: text/plain; charset="KOI8-R" Content-Transfer-Encoding: quoted-printable Date: Thu, 22 Apr 2010 23:41:08 +0400 Message-ID: <1271965268.13758.21.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.30.0.1 FreeBSD GNOME Team Port Sender: Vladimir Grebenschikov Cc: freebsd-emulation@FreeBSD.org Subject: Re: VBoxManage CLI does not works any more ? X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: vova@fbsd.ru List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Apr 2010 19:41:14 -0000 Now, different story - assertion on VE start trough UI: $ VirtualBox=20 Type Manifest File: /home/vova/.VirtualBox/xpti.dat nsNativeComponentLoader: autoregistering begins. nsNativeComponentLoader: autoregistering succeeded nNCL: registering deferred (0) ###!!! ASSERTION: failed to deserialize/set exception: 'NS_SUCCEEDED(rv)', = file /usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.1.6_OSE/src/libs= /xpcom18a4/ipc/ipcd/extensions/dconnect/src/ipcDConnectService.cpp, line 26= 92 Break: at file /usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.1.6_OS= E/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/ipcDConnectService.cp= p, line 2692 ###!!! ASSERTION: failed to deserialize/set exception: 'NS_SUCCEEDED(rv)', = file /usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.1.6_OSE/src/libs= /xpcom18a4/ipc/ipcd/extensions/dconnect/src/ipcDConnectService.cpp, line 26= 92 Break: at file /usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.1.6_OS= E/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/ipcDConnectService.cp= p, line 2692 $ -----Original Message----- From: Beat Gaetzi To: vova@fbsd.ru Cc: freebsd-emulation@FreeBSD.org Subject: Re: VBoxManage CLI does not works any more ? Date: Thu, 22 Apr 2010 16:51:17 +0200 Hi, On 04/22/10 16:47, Vladimir Grebenschikov wrote: > $ pkg_info -Ix virtualbox > virtualbox-ose-3.1.6_2 A general-purpose full virtualizer for x86 hardwar= e Could you please update your portstree and build virtualbox-ose-3.1.6_3. This should fix your problem: http://lists.freebsd.org/pipermail/cvs-all/2010-April/311041.html Beat --=20 Vladimir B. Grebenschikov vova@fbsd.ru From owner-freebsd-emulation@FreeBSD.ORG Thu Apr 22 23:29:37 2010 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D44C1106566C for ; Thu, 22 Apr 2010 23:29:37 +0000 (UTC) (envelope-from tedm@mittelstaedt.us) Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [65.75.192.90]) by mx1.freebsd.org (Postfix) with ESMTP id 9D0058FC12 for ; Thu, 22 Apr 2010 23:29:37 +0000 (UTC) Received: from tedsmac.ipinc.net (tedsmac.ipinc.net [65.75.206.119]) by mail.freebsd-corp-net-guide.com (8.14.3/8.14.3) with ESMTP id o3MN83K6016134 for ; Thu, 22 Apr 2010 16:08:04 -0700 (PDT) (envelope-from tedm@mittelstaedt.us) Message-ID: <4BD0D601.6080600@mittelstaedt.us> Date: Thu, 22 Apr 2010 16:04:33 -0700 From: Ted Mittelstaedt User-Agent: Thunderbird 2.0.0.24 (Macintosh/20100228) MIME-Version: 1.0 To: freebsd-emulation@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.2 (mail.freebsd-corp-net-guide.com [65.75.192.90]); Thu, 22 Apr 2010 16:08:04 -0700 (PDT) Subject: Serial ports under VirtualBox X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 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, 22 Apr 2010 23:29:37 -0000 Hi All, Host is FreeBSD 8.0-CURRENT Ports are from CVS done 4/17 VirtualBox 3.1.6 OSE with FreeBSD setup as the host OS Hardware is dual Xeon 2.0Mhz Client OS is Windows XP SP3 XP runs great except for the serial ports. I have an app that calls pagers and dials a USR 56k Sportster I can cu -l /dev/cuau0 -s 57600 to the modem and send AT commands to it just fine. When I first tried accessing the serial port from the XP session it failed completely. Then I found a patch on http://www.virtualbox.org/ticket/1548 and applied this and now I can talk to the modem from the XP session. However there is a problem with opening and closing the serial port. I can run VirtualBox, boot the XP session, go into Hyperterminal, open the assigned com port, send at commands to the modem, get responses, dial into my remote, everything works fine. But then once I close the session and disconnect from the COM port from Hyperterminal, when I try to reopen the port I get nothing. If I reboot the XP session within the virtual machine I still get nothing. I have to close VirtualBox down, then restart it before I can access the serial port again. Any suggestions? Ted From owner-freebsd-emulation@FreeBSD.ORG Fri Apr 23 07:40:42 2010 Return-Path: Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6D13C106567B; Fri, 23 Apr 2010 07:40:42 +0000 (UTC) (envelope-from decke@bluelife.at) Received: from mail.itac.at (mail.itac.at [91.205.172.9]) by mx1.freebsd.org (Postfix) with ESMTP id D0D588FC1F; Fri, 23 Apr 2010 07:40:41 +0000 (UTC) Received: from [91.205.172.21] (helo=webmail.bluelife.at) by mail.itac.at with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.63) (envelope-from ) id 1O5DV9-0001hT-Hq; Fri, 23 Apr 2010 09:40:39 +0200 MIME-Version: 1.0 Date: Fri, 23 Apr 2010 09:40:40 +0200 From: Bernhard Froehlich To: In-Reply-To: <1271965268.13758.21.camel@localhost> References: <1271848624.4068.6.camel@localhost> <6e74840f54319f7b98129e686bddf445@bluelife.at> <1271911737.2639.62.camel@localhost> <1271941698.23318.2.camel@localhost> <1271942066.23318.6.camel@localhost> <4BD05D67.5090107@FreeBSD.org> <1271947660.23318.21.camel@localhost> <4BD06265.8060401@FreeBSD.org> <1271965268.13758.21.camel@localhost> Message-ID: <5838796a22b4aaea04cd9f4bc051ed45@bluelife.at> X-Sender: decke@bluelife.at User-Agent: RoundCube Webmail/0.3.1 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 X-Spam-Score: 2.7 (++) X-Spam-Report: Spam detection software, running on the system "mail.itac.at", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: On Thu, 22 Apr 2010 23:41:08 +0400, Vladimir Grebenschikov wrote: > Now, different story - assertion on VE start trough UI: > $ VirtualBox > Type Manifest File: /home/vova/.VirtualBox/xpti.dat > nsNativeComponentLoader: autoregistering begins. > nsNativeComponentLoader: autoregistering succeeded > nNCL: registering deferred (0) > ###!!! ASSERTION: failed to deserialize/set exception: 'NS_SUCCEEDED(rv)', > file > /usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.1.6_OSE/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/ipcDConnectService.cpp, > line 2692 > Break: at file > /usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.1.6_OSE/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/ipcDConnectService.cpp, > line 2692 > ###!!! ASSERTION: failed to deserialize/set exception: 'NS_SUCCEEDED(rv)', > file > /usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.1.6_OSE/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/ipcDConnectService.cpp, > line 2692 > Break: at file > /usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.1.6_OSE/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/ipcDConnectService.cpp, > line 2692 [...] Content analysis details: (2.7 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.4 ALL_TRUSTED Passed through trusted hosts only via SMTP 3.4 FH_DATE_PAST_20XX The date is grossly in the future. 2.4 DNS_FROM_OPENWHOIS RBL: Envelope sender listed in bl.open-whois.org. -1.7 AWL AWL: From: address is in the auto white-list Cc: freebsd-emulation@FreeBSD.org, Beat Gaetzi Subject: Re: VBoxManage CLI does not works any more ? X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 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, 23 Apr 2010 07:40:42 -0000 On Thu, 22 Apr 2010 23:41:08 +0400, Vladimir Grebenschikov wrote: > Now, different story - assertion on VE start trough UI: > $ VirtualBox > Type Manifest File: /home/vova/.VirtualBox/xpti.dat > nsNativeComponentLoader: autoregistering begins. > nsNativeComponentLoader: autoregistering succeeded > nNCL: registering deferred (0) > ###!!! ASSERTION: failed to deserialize/set exception: 'NS_SUCCEEDED(rv)', > file > /usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.1.6_OSE/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/ipcDConnectService.cpp, > line 2692 > Break: at file > /usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.1.6_OSE/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/ipcDConnectService.cpp, > line 2692 > ###!!! ASSERTION: failed to deserialize/set exception: 'NS_SUCCEEDED(rv)', > file > /usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.1.6_OSE/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/ipcDConnectService.cpp, > line 2692 > Break: at file > /usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.1.6_OSE/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/ipcDConnectService.cpp, > line 2692 Thanks, we will report this assert to the vbox developers. In the meantime you can disable debugging and it should work. -- Bernhard Fröhlich http://www.bluelife.at/ > -----Original Message----- > From: Beat Gaetzi > To: vova@fbsd.ru > Cc: freebsd-emulation@FreeBSD.org > Subject: Re: VBoxManage CLI does not works any more ? > Date: Thu, 22 Apr 2010 16:51:17 +0200 > > Hi, > > On 04/22/10 16:47, Vladimir Grebenschikov wrote: >> $ pkg_info -Ix virtualbox >> virtualbox-ose-3.1.6_2 A general-purpose full virtualizer for x86 >> hardware > > Could you please update your portstree and build virtualbox-ose-3.1.6_3. > This should fix your problem: > http://lists.freebsd.org/pipermail/cvs-all/2010-April/311041.html > > Beat From owner-freebsd-emulation@FreeBSD.ORG Fri Apr 23 09:12:23 2010 Return-Path: Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CF3AA1065674; Fri, 23 Apr 2010 09:12:23 +0000 (UTC) (envelope-from vova@parallels.com) Received: from relay.sw.ru (mailhub.sw.ru [195.214.232.25]) by mx1.freebsd.org (Postfix) with ESMTP id 29A558FC1C; Fri, 23 Apr 2010 09:12:22 +0000 (UTC) Received: from vbook.fbsd.ru ([10.30.1.111]) (authenticated bits=0) by relay.sw.ru (8.13.4/8.13.4) with ESMTP id o3N9CBvM003513 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 23 Apr 2010 13:12:12 +0400 (MSD) Received: from vova by vbook.fbsd.ru with local (Exim 4.71 (FreeBSD)) (envelope-from ) id 1O5Evi-0005S9-Bz; Fri, 23 Apr 2010 13:12:10 +0400 From: Vladimir Grebenschikov To: Bernhard Froehlich In-Reply-To: <5838796a22b4aaea04cd9f4bc051ed45@bluelife.at> References: <1271848624.4068.6.camel@localhost> <6e74840f54319f7b98129e686bddf445@bluelife.at> <1271911737.2639.62.camel@localhost> <1271941698.23318.2.camel@localhost> <1271942066.23318.6.camel@localhost> <4BD05D67.5090107@FreeBSD.org> <1271947660.23318.21.camel@localhost> <4BD06265.8060401@FreeBSD.org> <1271965268.13758.21.camel@localhost> <5838796a22b4aaea04cd9f4bc051ed45@bluelife.at> Content-Type: text/plain; charset="KOI8-R" Content-Transfer-Encoding: quoted-printable Date: Fri, 23 Apr 2010 13:12:09 +0400 Message-ID: <1272013929.2110.26.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.30.0.1 FreeBSD GNOME Team Port Sender: Vladimir Grebenschikov Cc: freebsd-emulation@FreeBSD.org, Beat Gaetzi Subject: Re: VBoxManage CLI does not works any more ? X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: vova@fbsd.ru List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Apr 2010 09:12:23 -0000 Hi=20 Yes, it works after remove debug , thanks a lot for help -----Original Message----- From: Bernhard Froehlich To: vova@fbsd.ru Cc: Beat Gaetzi , freebsd-emulation@FreeBSD.org Subject: Re: VBoxManage CLI does not works any more ? Date: Fri, 23 Apr 2010 09:40:40 +0200 On Thu, 22 Apr 2010 23:41:08 +0400, Vladimir Grebenschikov wrote: > Now, different story - assertion on VE start trough UI: > $ VirtualBox=20 > Type Manifest File: /home/vova/.VirtualBox/xpti.dat > nsNativeComponentLoader: autoregistering begins. > nsNativeComponentLoader: autoregistering succeeded > nNCL: registering deferred (0) > ###!!! ASSERTION: failed to deserialize/set exception: 'NS_SUCCEEDED(rv)', > file > /usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.1.6_OSE/src/libs/xpco= m18a4/ipc/ipcd/extensions/dconnect/src/ipcDConnectService.cpp, > line 2692 > Break: at file > /usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.1.6_OSE/src/libs/xpco= m18a4/ipc/ipcd/extensions/dconnect/src/ipcDConnectService.cpp, > line 2692 > ###!!! ASSERTION: failed to deserialize/set exception: 'NS_SUCCEEDED(rv)', > file > /usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.1.6_OSE/src/libs/xpco= m18a4/ipc/ipcd/extensions/dconnect/src/ipcDConnectService.cpp, > line 2692 > Break: at file > /usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.1.6_OSE/src/libs/xpco= m18a4/ipc/ipcd/extensions/dconnect/src/ipcDConnectService.cpp, > line 2692 Thanks, we will report this assert to the vbox developers. In the meantime you can disable debugging and it should work. --=20 Vladimir B. Grebenschikov vova@fbsd.ru From owner-freebsd-emulation@FreeBSD.ORG Fri Apr 23 09:35:33 2010 Return-Path: Delivered-To: emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9FA821065673 for ; Fri, 23 Apr 2010 09:35:33 +0000 (UTC) (envelope-from decke@bluelife.at) Received: from mail.itac.at (mail.itac.at [91.205.172.9]) by mx1.freebsd.org (Postfix) with ESMTP id 00FFF8FC14 for ; Fri, 23 Apr 2010 09:35:32 +0000 (UTC) Received: from [91.205.172.21] (helo=webmail.bluelife.at) by mail.itac.at with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.63) (envelope-from ) id 1O5FIJ-0002XL-Ao; Fri, 23 Apr 2010 11:35:31 +0200 MIME-Version: 1.0 Date: Fri, 23 Apr 2010 11:35:32 +0200 From: Bernhard Froehlich To: In-Reply-To: <24965843ece55d09d19ca812d96c72d0@bluelife.at> References: <24965843ece55d09d19ca812d96c72d0@bluelife.at> Message-ID: <601d4f6bd6671a0e525d081117fcaad5@bluelife.at> X-Sender: decke@bluelife.at User-Agent: RoundCube Webmail/0.3.1 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 X-Spam-Score: 2.7 (++) X-Spam-Report: Spam detection software, running on the system "mail.itac.at", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: > -------- Original Message -------- > Bernhard; > > I see that VDE support was added with svn r28542, which I have not tested > yet > but can only see thrilled reports about it. > > The line: > > [ "$OS" = "linux" -o "$OS" = "freebsd" ] && echo " --enable-vde enable > VDE > networking" > > in "work/VirtualBox-3.1.51.r28542_OSE/configure" is not "TRUEing" > "$OS" = "freebsd", and thus, VDE support was not compiled in. > > I manually added "--enable-vde" to following line in the port's Makefile: > > CONFIGURE_ARGS+=--with-gcc="${CC}" --with-g++="${CXX}" --enable-vde > > This corrected the problem. Now the VDE Adapter appears in the "Attached > to" > listBox. > > Could the configure script be patched to set the condition to TRUE, or > maybe > the port Makefile could have --enable-vde added, on the next port > revision? [...] Content analysis details: (2.7 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.4 ALL_TRUSTED Passed through trusted hosts only via SMTP 3.4 FH_DATE_PAST_20XX The date is grossly in the future. 2.4 DNS_FROM_OPENWHOIS RBL: Envelope sender listed in bl.open-whois.org. -1.7 AWL AWL: From: address is in the auto white-list Cc: emulation@FreeBSD.org Subject: Re: VDE Support in devel port [WAS: Call for testers: VirtualBox 3.1.4 update] X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 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, 23 Apr 2010 09:35:33 -0000 > -------- Original Message -------- > Bernhard; > > I see that VDE support was added with svn r28542, which I have not tested > yet > but can only see thrilled reports about it. > > The line: > > [ "$OS" = "linux" -o "$OS" = "freebsd" ] && echo " --enable-vde enable > VDE > networking" > > in "work/VirtualBox-3.1.51.r28542_OSE/configure" is not "TRUEing" > "$OS" = "freebsd", and thus, VDE support was not compiled in. > > I manually added "--enable-vde" to following line in the port's Makefile: > > CONFIGURE_ARGS+=--with-gcc="${CC}" --with-g++="${CXX}" --enable-vde > > This corrected the problem. Now the VDE Adapter appears in the "Attached > to" > listBox. > > Could the configure script be patched to set the condition to TRUE, or > maybe > the port Makefile could have --enable-vde added, on the next port > revision? beat@ has updated the devel ports and added VDE and VNC support. A few weeks ago there was also a VNC patch committed upstream so vbox will not need to be patched in the future to have vnc support. http://svn.bluelife.at/index.cgi/blueports/revision/?rev=803 -- Bernhard Fröhlich http://www.bluelife.at/ From owner-freebsd-emulation@FreeBSD.ORG Fri Apr 23 11:54:35 2010 Return-Path: Delivered-To: emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BE709106567B for ; Fri, 23 Apr 2010 11:54:35 +0000 (UTC) (envelope-from lobo@bsd.com.br) Received: from mail-yw0-f193.google.com (mail-yw0-f193.google.com [209.85.211.193]) by mx1.freebsd.org (Postfix) with ESMTP id 829D78FC0A for ; Fri, 23 Apr 2010 11:54:35 +0000 (UTC) Received: by ywh31 with SMTP id 31so4813106ywh.3 for ; Fri, 23 Apr 2010 04:54:34 -0700 (PDT) Received: by 10.101.142.37 with SMTP id u37mr26130189ann.79.1272021861271; Fri, 23 Apr 2010 04:24:21 -0700 (PDT) Received: from papi.localnet ([189.70.162.39]) by mx.google.com with ESMTPS id 22sm9387809anz.8.2010.04.23.04.24.19 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 23 Apr 2010 04:24:20 -0700 (PDT) From: Mario Lobo To: Bernhard Froehlich Date: Fri, 23 Apr 2010 08:23:45 +0000 User-Agent: KMail/1.12.4 (FreeBSD/8.0-STABLE; KDE/4.3.5; amd64; ; ) References: <24965843ece55d09d19ca812d96c72d0@bluelife.at> <601d4f6bd6671a0e525d081117fcaad5@bluelife.at> In-Reply-To: <601d4f6bd6671a0e525d081117fcaad5@bluelife.at> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201004230823.45849.lobo@bsd.com.br> Cc: emulation@freebsd.org Subject: Re: VDE Support in devel port [WAS: Call for testers: VirtualBox 3.1.4 update] X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 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, 23 Apr 2010 11:54:35 -0000 On Friday 23 April 2010 09:35:32 Bernhard Froehlich wrote: > > -------- Original Message -------- > > Bernhard; > > > > I see that VDE support was added with svn r28542, which I have not > > tested > > > yet > > but can only see thrilled reports about it. > > > > The line: > > > > [ "$OS" = "linux" -o "$OS" = "freebsd" ] && echo " --enable-vde enable > > VDE > > networking" > > > > in "work/VirtualBox-3.1.51.r28542_OSE/configure" is not "TRUEing" > > "$OS" = "freebsd", and thus, VDE support was not compiled in. > > > > I manually added "--enable-vde" to following line in the port's > > Makefile: > > CONFIGURE_ARGS+=--with-gcc="${CC}" --with-g++="${CXX}" --enable-vde > > > > This corrected the problem. Now the VDE Adapter appears in the "Attached > > to" > > listBox. > > > > Could the configure script be patched to set the condition to TRUE, or > > maybe > > the port Makefile could have --enable-vde added, on the next port > > revision? > > beat@ has updated the devel ports and added VDE and VNC support. A few > weeks ago there was also a VNC patch committed upstream so vbox will not > need to be patched in the future to have vnc support. > > http://svn.bluelife.at/index.cgi/blueports/revision/?rev=803 > Wonderful news !! Thanks Bernhard. -- Mario Lobo http://www.mallavoodoo.com.br FreeBSD since version 2.2.8 [not Pro-Audio.... YET!!] (99,7% winfoes FREE) From owner-freebsd-emulation@FreeBSD.ORG Sat Apr 24 01:39:28 2010 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ED6E2106566B for ; Sat, 24 Apr 2010 01:39:28 +0000 (UTC) (envelope-from rnejdl@ringofsaturn.com) Received: from tethys.ringofsaturn.com (tethys.ringofsaturn.com [71.252.219.43]) by mx1.freebsd.org (Postfix) with ESMTP id BB0268FC18 for ; Sat, 24 Apr 2010 01:39:28 +0000 (UTC) Received: from ASSP.nospam (tethys.ringofsaturn.com [71.252.219.43]) (authenticated bits=0) by tethys.ringofsaturn.com (8.14.4/8.14.4) with ESMTP id o3O1dQT4068106; Fri, 23 Apr 2010 20:39:26 -0500 (CDT) (envelope-from rnejdl@ringofsaturn.com) Received: from mail.ringofsaturn.com ([71.252.219.43] helo=mail.ringofsaturn.com) with IPv4:25 by ASSP.nospam; 23 Apr 2010 20:39:21 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Date: Fri, 23 Apr 2010 20:39:21 -0500 From: Rusty Nejdl To: Mario Lobo In-Reply-To: <201004232220.24614.lobo@bsd.com.br> References: <201003271749.05978.lobo@bsd.com.br> <201004021321.11300.lobo@bsd.com.br> <201004232220.24614.lobo@bsd.com.br> Message-ID: <3c5e57f16b079a0060aad74fb052245a@ringofsaturn.com> X-Sender: rnejdl@ringofsaturn.com User-Agent: RoundCube Webmail/0.3-trunk Cc: freebsd-emulation@freebsd.org, Bernhard Froehlich Subject: Re: News update [WAS: virtualbox-ose-devel port problem] X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 24 Apr 2010 01:39:29 -0000 Mario, > xorg 1.6.5 > relevant (i think) xorg.conf sections: > -------------------------------------- > Section "Device" > Option "AddARGBGLXVisuals" "true" > Option "AllowGLXWithComposite" "true" > Option "AllowIndirectPixmaps" "true" > Option "AllowSHMPixmaps" "false" > Option "BackingStore" "on" > Option "TrippleBuffer" "false" > Option "PixmapCacheSize" "9000000" > Option "RenderAccel" "on" > Option "DamageEvents" "on" > Option "RandRRotation" "True" > Option "Coolbits" "5" > Identifier "Card0" > Driver "nvidia" > VendorName "nVidia Corporation" > BoardName "GeForce 9800 GT" > BusID "PCI:1:0:0" > EndSection > > Section "Extensions" > Option "Composite" "Enable" > Option "DAMAGE" "True" > Option "RENDER" "True" > Option "MIT-SHM" "true > EndSection > -------------------------------------- Can you try a much simpler xorg.conf? Driver section: Identifier "Card0" Driver "nvidia" VendorName "nVidia Corporation" BoardName "Unknown Board" BusID "PCI:2:0:0" Comment out the Extensions section. > > c) composite enabled (KDE 4.3.5) + 1 CPU per guest > > Same as b) > With the simpler xorg.conf, I can't reproduce this but I am on an Intel processor. Maybe AMD vs Intel has issues? > > e) composite enabled (KDE 4.3.5) + 1 CPU per guest + 3D accel checked > > Same as b) I cannot reproduce any more either but then again, I can't get acceleration working in anything but Ubuntu right now for some reason. Thanks! Rusty Nejdl From owner-freebsd-emulation@FreeBSD.ORG Sat Apr 24 05:11:47 2010 Return-Path: Delivered-To: emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A1180106566C for ; Sat, 24 Apr 2010 05:11:46 +0000 (UTC) (envelope-from jamesbrandongooch@gmail.com) Received: from mail-iw0-f171.google.com (mail-iw0-f171.google.com [209.85.223.171]) by mx1.freebsd.org (Postfix) with ESMTP id 6743F8FC0A for ; Sat, 24 Apr 2010 05:11:46 +0000 (UTC) Received: by iwn1 with SMTP id 1so7488494iwn.27 for ; Fri, 23 Apr 2010 22:11:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=2U8OfJx/5wL67/evHMLL11c+HKsVp/KAoCZxkuXsUR8=; b=GbE3lznN64aX0vesOfZo+hWHYeOrmvNIOp3zWdRD35Tzi+14XT9uzjSA2CQMxmEg0i 6SIDAR19twldWq4TXVk8LaONdOxEBPKnkrjQ84YyjrgzXViwSCt2M+yeC9t4KXCVYkoo kRZu6LUn60CSlbslH1o/VCRoPNCBZbkGuIeF0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=IGPQh4PZlIAWCNYGwBC8b6wnM20DfWdz/EjWh8QgM3TRFO0Z0ZTJ0/6o/wMgHntzM0 MHNG5W0AWvXphGkM3kpYzib9iJk+B8aTDcVaQVSXSumJXmPDdudHqhDIeJMUlzDW3MMJ baZN2ZI3whU1UB5Peu4nDkvgdq8/PNCnjIaUI= MIME-Version: 1.0 Received: by 10.231.182.206 with SMTP id cd14mr302878ibb.39.1272084094872; Fri, 23 Apr 2010 21:41:34 -0700 (PDT) Received: by 10.231.113.36 with HTTP; Fri, 23 Apr 2010 21:41:34 -0700 (PDT) In-Reply-To: <601d4f6bd6671a0e525d081117fcaad5@bluelife.at> References: <24965843ece55d09d19ca812d96c72d0@bluelife.at> <601d4f6bd6671a0e525d081117fcaad5@bluelife.at> Date: Sat, 24 Apr 2010 04:41:34 +0000 Message-ID: From: Brandon Gooch To: Bernhard Froehlich , Beat Gaetzi Content-Type: text/plain; charset=ISO-8859-1 Cc: emulation@freebsd.org Subject: Re: VDE Support in devel port [WAS: Call for testers: VirtualBox 3.1.4 update] X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 24 Apr 2010 05:11:47 -0000 On Fri, Apr 23, 2010 at 9:35 AM, Bernhard Froehlich wrote: [SNIP] > > beat@ has updated the devel ports and added VDE and VNC support. A few > weeks ago there was also a VNC patch committed upstream so vbox will not > need to be patched in the future to have vnc support. > > http://svn.bluelife.at/index.cgi/blueports/revision/?rev=803 > Oh heck yeah! I am blown away by the effort that has been put into porting VirtualBox to FreeBSD. I can't thank you enough for how much of a benefit this has been to my work and home computing needs -- but I'll try anyway: Thanks so much, to everyone who's been a part of getting VirtualBox up and running so well on FreeBSD!!! -Brandon From owner-freebsd-emulation@FreeBSD.ORG Sat Apr 24 17:41:49 2010 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DBB36106566C for ; Sat, 24 Apr 2010 17:41:49 +0000 (UTC) (envelope-from david.wahlund@gmail.com) Received: from mail-bw0-f216.google.com (mail-bw0-f216.google.com [209.85.218.216]) by mx1.freebsd.org (Postfix) with ESMTP id 6E40C8FC12 for ; Sat, 24 Apr 2010 17:41:49 +0000 (UTC) Received: by bwz8 with SMTP id 8so10143346bwz.3 for ; Sat, 24 Apr 2010 10:41:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=fRv7xwTubzAxsSr1hiRAA32iEHI5ibYYGfirhE/aZh0=; b=qGvzUWb7oKnQV12OVE6/QA9AWCuUbit/wVku0xYHjFAhq1OJh4WH+592s7qKCyo97T nFNZOIqNJOgG1VlX4vT+tOll4QoxwgLrX02/9VoOCPQK4lunkSvIlD2wXJQiftlKvMcm 1zKq7KJdIBL5pfv+tukm+IOBublut/zFy7skM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=jtZnl9hS8AxFZ+SGGZNKRO/sg8x6c0hm5ROU0H0Uc27vE+o8WEabBDTYIX3IzIBC4l 8uyeL0Jho46PsNNI+3LuPMLRoP2b/nZW+RRktzM2Ssa/Ueslc6/J+Kh5sIuIA7vfKtl4 STtoq6RDY5/5lETb7B4ELET4wfOxhyNT/XKpQ= MIME-Version: 1.0 Received: by 10.204.163.136 with SMTP id a8mr1032590bky.111.1272129423218; Sat, 24 Apr 2010 10:17:03 -0700 (PDT) Received: by 10.204.78.135 with HTTP; Sat, 24 Apr 2010 10:17:03 -0700 (PDT) Date: Sat, 24 Apr 2010 19:17:03 +0200 Message-ID: From: David Wahlund To: freebsd-emulation@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Shared Folders in FreeBSD guest on WinXP host X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 24 Apr 2010 17:41:49 -0000 Hi Apologies in advance if this question i previously in the list somewhere, the search function for the list returns Internal Server Error. I'm trying to get Shared Folders to work on FreeBSD guest using WinXP host. FreeBSD: 8-STABLE kern.osreldate: 800504 XP-host 3.1.6 Guest Additions 3.1.51 When I do: mount -t vboxsf vbshare /mnt I get: mount: vbshare : Operation not supported by device 'vbshare' is the name I've given to the folder in my vbox host What kernelmodules have to be loaded to enable mounting of shared folder? I've now loaded vboxdrv and vboxguest How can I best troubleshoot this? -David