Date: Fri, 27 Mar 2015 20:38:54 +0000 From: Leonard Rucker <leonard.rucker@gmail.com> To: Warren Block <wblock@wonkity.com>, Ivo Karabojkov <karabojkov@kit.bg> Cc: freebsd-emulation@freebsd.org Subject: Re: Troubles with VirtualBox 4.3.26 Message-ID: <CANeRTV9je-WLXfX7fMegwyeSUcuuhYTt1LtVxe-scbVapYd_mg@mail.gmail.com> In-Reply-To: <alpine.BSF.2.20.1503270910520.79253@wonkity.com> References: <alpine.BSF.2.20.1503260925520.29894@wonkity.com> <20150326140429.77be3c5f@Papi> <55150605.9030202@kit.bg> <alpine.BSF.2.20.1503270849300.75841@wonkity.com> <alpine.BSF.2.20.1503270910520.79253@wonkity.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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 VBoxHeadless, 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 running 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 <wblock@wonkity.com> 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 <vmname> > >> > >> 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) = 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" >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CANeRTV9je-WLXfX7fMegwyeSUcuuhYTt1LtVxe-scbVapYd_mg>