From owner-freebsd-emulation@FreeBSD.ORG Mon Mar 30 20:05:56 2015 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 554E7D2D; Mon, 30 Mar 2015 20:05:56 +0000 (UTC) Received: from leo.kit-bg.com (leo.kit-bg.com [185.20.91.82]) by mx1.freebsd.org (Postfix) with ESMTP id BE64AD83; Mon, 30 Mar 2015 20:05:54 +0000 (UTC) Received: from leo.kit-bg.com (localhost [127.0.0.1]) by leo.kit-bg.com (Postfix) with ESMTP id 15BF5D9F; Mon, 30 Mar 2015 23:05:46 +0300 (EEST) X-Virus-Scanned: amavisd-new at kit-bg.com Received: from [10.10.77.10] (unknown [10.10.77.10]) by leo.kit-bg.com (Postfix) with ESMTPSA id 122FDD9E; Mon, 30 Mar 2015 23:05:41 +0300 (EEST) Message-ID: <5519AC94.1030803@kit.bg> Date: Mon, 30 Mar 2015 23:05:40 +0300 From: Ivo Karabojkov User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: rnejdl@ringofsaturn.com, Leonard Rucker Subject: Re: Troubles with VirtualBox 4.3.26 References: <20150326140429.77be3c5f@Papi> <55150605.9030202@kit.bg> In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="EEnrMBab15JQwB8i7M9mirsftuIeQp0DX" X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: freebsd-emulation@freebsd.org, owner-freebsd-emulation@freebsd.org X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Mar 2015 20:05:56 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --EEnrMBab15JQwB8i7M9mirsftuIeQp0DX Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable I tried to reproduce your problem yesterday by: 1. Installing VirtualBox 4.26 on a system where it was not installed befo= re 2. Upgrading VirtualBox 4.24 to 4.26 on another system running in a production environment. Both systems are FreeBSD 10.1-Release with latest updates (via freebsd-update) 64 bit and without X. VirtualBox runs in headless mode. I succeeded in both cases, both systems are running well and no problems at all. Considering the message by Christoph Moench-Tegeder: https://lists.freebsd.org/pipermail/freebsd-emulation/2015-March/012390.h= tml - I have no OpenSSL from ports built. I hope this might help as VirtualBox is very important for FreeBSD "completeness". P.S. Sorry, I've messed up with the "reply to list" again... On 27.3.2015 =D0=B3. 22:50 =D1=87., Rusty Nejdl wrote: > > I have the same here on that as well. VBox is completely dead for me. > > Rusty > > =20 > > =20 > > On 2015-03-27 15:38, Leonard Rucker wrote: > >> I am also having an issue with Virtual Box >> >> FreeBSD FileKeeper 10.1-STABLE FreeBSD 10.1-STABLE #0 r280326: Sat Mar= 21 >> 10:35:36 PDT 2015 >> >> virtualbox-ose-4.3.26 >> >> However my error is different if I try to run VBoxManage or VBoxHeadle= ss, >> it will return after about 10 minutes with the following error. >> >> %VBoxManage list vms >> >> VBoxManage: error: Failed to create the VirtualBox object! >> >> VBoxManage: error: Code NS_ERROR_FACTORY_NOT_REGISTERED (0x80040154) -= >> Class not registered (extended info not available) >> >> VBoxManage: error: Most likely, the VirtualBox COM server is not runni= ng or >> failed to start. >> >> I'm not sure if this has a similar cause or not. >> >> >> On Fri, Mar 27, 2015 at 8:18 AM Warren Block > wrote: >>> On Fri, 27 Mar 2015, Warren Block wrote: >>>> On Fri, 27 Mar 2015, Ivo Karabojkov wrote: >>>>> I usually use VirtualBox with VNC and webservice on headless >>>>> servers. I noticed that after any update if the VMs are not turned >>>>> off but with saved state the new version of VirtualBox is unable >>>>> to start them and the process terminates with an error. To start >>>>> the VMs you should discard their states by running (as vboxusers >>>>> if this is the user who runs VirtualBox services): VBoxManage >>>>> discardstate This is always necesarry in my case after >>>>> almost any update of >>> VirtualBox >>>> My VMs were all shut down before the upgrade. At this point, I have >>>> tried multiple versions of the operating system, rebuilding >>>> everything VirtualBox depends on, removing CPUTYPE from >>> make.conf, >>>> and twm rather than xfce. The problem has not changed, though. >>> A diff between the truss output of a failed session of 'VBoxManage >>> list vms' and a working one shows that the problems start here: >>> connect(5,{ AF_UNIX "/tmp/.vbox-wblock-ipc/ipcd" },106) ERR#61 >>> 'Connection refused' When the command works: connect(5,{ AF_UNIX >>> "/tmp/.vbox-wblock-ipc/ipcd" },106) =3D 0 (0x0) In a new terminal >>> window, 'VBoxManage list vms' fails the first three times, then >>> works. After that, it usually works again in that same terminal. It >>> still can't start a VM. >>> _______________________________________________ >>> 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 " >> _______________________________________________ >> freebsd-emulation@freebsd.org m= ailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-emulation >> To unsubscribe, send any mail to "freebsd-emulation-unsubscribe@freebs= d.org " --EEnrMBab15JQwB8i7M9mirsftuIeQp0DX Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBAgAGBQJVGayVAAoJEO+MRErbUwwKuYMP/iXf0S4kr8dT7iSjqLIt52U+ pXvvKgYvYxyWqpIwIv6O0bII7ltGG6/ioeKaqNDG2ViAZOOk4KotDXtqRgFl/nkc ooBwheDHHm9XgHuxeb2iBbGfCOph83okI1iB5aKHBvZsTwP744DZk8HYkeerRNVh JieFvKmtVOlCv/d1VBcNY1Ycl6hEOgwyualunrg10ldFL5x4NTWoVy5JEaO5VO5Q v8/s84XAUNXLBLk9prZY4GBTmeD6yOi/6HEs8s2W7ixvj8hQ+4WJ+nciM8YGjG6r IaSWrKpAAAfv3hCs25PxCxHZE+VJgQjR5bPEzUH95511kLEZTPrSSBdvwgx1sR7v 4QlEDosOHjtAOPWTEF8oP25uGkCOGxAiE23nhlUjiJa5tLqNXmIYtGKBGEKV9O0/ KCng7dQ6LWO3r7h+1TlLFdrZfB24HCZEKwYSF0uPkoRvjR22phgQOqNd6G2JwZnC Rzz/+rTW70+FoHR2NNDeof+XNaVImMUFOPDb8s/q/IhutUTPVAeUwpetJFCrTWAJ 5kXuGeUdLelLk1BdAsR/wiB24SRKXsPT5PsgYiJeHYgrxqF+abeKpNJS5iMhg9eY rcXiueBXmuWdQpDtKDCr6Ltc2gX6hbr+ZrPKiNKoeZraBAMt5ECabwAiKovcWMdD R8/YaRhJwbqQBCRj5EcN =v/Yw -----END PGP SIGNATURE----- --EEnrMBab15JQwB8i7M9mirsftuIeQp0DX--