From owner-freebsd-emulation@FreeBSD.ORG Sun Oct 20 02:48:29 2013 Return-Path: Delivered-To: vbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 349C1BB2 for ; Sun, 20 Oct 2013 02:48:29 +0000 (UTC) (envelope-from gosha-necr@yandex.ru) Received: from forward1m.mail.yandex.net (forward1m.mail.yandex.net [IPv6:2a02:6b8:0:2519::3:10]) by mx1.freebsd.org (Postfix) with ESMTP id A03DA2F55 for ; Sun, 20 Oct 2013 02:48:28 +0000 (UTC) Received: from web22m.yandex.ru (web22m.yandex.ru [37.140.138.113]) by forward1m.mail.yandex.net (Yandex) with ESMTP id C66491220A39 for ; Sun, 20 Oct 2013 06:48:25 +0400 (MSK) Received: from 127.0.0.1 (localhost [127.0.0.1]) by web22m.yandex.ru (Yandex) with ESMTP id 79A4276025B; Sun, 20 Oct 2013 06:48:25 +0400 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1382237305; bh=LeDXbtDWnf8yjTkzmvQNNlY68a8X/TvAE3pyzloNNuM=; h=From:To:Subject:Date; b=PQHFO33i0v3qM+LjA4hzwvafTrLGRqZtlPQqSfp9jGhhHqebuyTUp9vY4QjksJ0uG YyINZ99bjFHuOcYuR8kJm6jrQL0WaD7L3+wkApDPJ92nrkCoj0wQn1XfPB/Bks74+H uAptgRlriv1ZhenTP9kmrdMCxjCSG+c0k9X3m4DQ= Received: from net245.234.188-30.ertelecom.ru (net245.234.188-30.ertelecom.ru [188.234.245.30]) by web22m.yandex.ru with HTTP; Sun, 20 Oct 2013 06:48:25 +0400 From: =?koi8-r?B?59XM0cXXIOfP28E=?= To: vbox@freebsd.org Subject: Problem with virtualbox on FreeBSD 10-BETA1 Message-Id: <35791382237305@web22m.yandex.ru> X-Mailer: Yamail [ http://yandex.ru ] 5.0 Date: Sun, 20 Oct 2013 08:48:25 +0600 X-Mailman-Approved-At: Sun, 20 Oct 2013 05:14:15 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.14 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, 20 Oct 2013 02:48:29 -0000 Good day! I have a troubles with VirtualBox on my PC: Hardware: 8Gb RAM , Intel Core Quad 6300 OS: FreeBSD 10-Beta1 AMD64 (today's svnup'ed and rebuilded world and kernel) uname -a: FreeBSD BSD-VBOX 10.0-BETA1 FreeBSD 10.0-BETA1 #0: Thu Oct 17 22:04:29 MSK 2013 mike@BSD-VBOX:/usr/obj/usr/src/sys/BSDSERV amd64 I do: 1. svnup system sources 2. steps to buildworld and install it 3. Install VirtualBox 4.2.18 options for install: DBUS, UDPTUNNEL, VNC 4. add to /boot/loader.conf vboxdrv_load="YES" 5. add to /etc/rc.conf vboxnet_enable="YES" dbus_enable="YES" 6. add my user to vboxusers 7. after reboot: kldstat | grep -i vbox 3 3 0xffffffff80aa3000 51400 vboxdrv.ko 4 2 0xffffffff80c12000 29c0 vboxnetflt.ko 7 1 0xffffffff80c20000 3f30 vboxnetadp.ko 8. When I try to do something with VboxManage, I get that error: VboxManage list ostypes VBoxManage: error: Failed to create the VirtualBox object! VBoxManage: error: Code NS_ERROR_ABORT (0x80004004) - Operation aborted (extended info not available) VBoxManage: error: Most likely, the VirtualBox COM server is not running or failed to start. 9.cat ~/.VirtualBox/VBoxSVC.log VirtualBox XPCOM Server 4.2.18_OSE r88780 freebsd.amd64 (Oct 17 2013 22:49:51) release log 00:00:00.000869 main Log opened 2013-10-17T17:27:38.818569000Z 00:00:00.000901 main OS Product: FreeBSD 00:00:00.000914 main OS Release: 10.0-BETA1 00:00:00.000926 main OS Version: FreeBSD 10.0-BETA1 #0: Thu Oct 17 22:04:29 MSK 2013 mike@BSD-VBOX:/usr/obj/usr/src/sys/BSDSERV 00:00:00.000939 main Host RAM: 8181MB total, 8040MB available 00:00:00.000946 main Executable: /usr/local/lib/virtualbox/VBoxSVC 00:00:00.000948 main Process ID: 838 00:00:00.000950 main Package type: BSD_64BITS_GENERIC (OSE) Also I'm try various recommendations (rm -rf /tmp/.vbox* ; rm -rf ~/.VirtualBox ) In the freebsd-emulator@ someone else confirm that he has similar issue with VirtualBox on 10-BETA1