Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Feb 2015 17:06:29 +0000
From:      Gary Palmer <gpalmer@freebsd.org>
To:        Raul <raul@b2n.org>
Cc:        freebsd-emulation@freebsd.org
Subject:   Re: problem after upgrading to 'virtualbox-ose-4.3.22'
Message-ID:  <20150215170629.GB29176@in-addr.com>
In-Reply-To: <20150214212047.Horde.yYcnQV20nC4yA66Iskx13Q9@turing.b2n.org>
References:  <20150214172038.Horde.M41WLY1KB2DrBugNTuhVfg1@turing.b2n.org> <54DF7AB4.5000809@abinet.ru> <54DF9DDF.4050900@FreeBSD.org> <20150214212047.Horde.yYcnQV20nC4yA66Iskx13Q9@turing.b2n.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Feb 14, 2015 at 09:20:47PM +0100, Raul wrote:
> 
> Jung-uk Kim <jkim@freebsd.org> escribi??:
> 
> >>> [....] % VBoxManage list vms Could not find VirtualBox
> >>> installation. Please reinstall. [....]
> > You should be in vboxusers group to run these commands.
> 
> Thank you for your suggestion.
> The user that run VBoxManage is on vboxusers group.
> 
> Portdowngrade didn't help me this time.
> No backup from portmaster, as the upgrade went fine.
> No clue from search engines.
> 
> any help? :)

Did you compile without X11 support?  I can duplicate this on
one of my boxes which is headless.  The problem is VBoxManage
looks for the VirtualBox command, but it doesn't exist in 
/usr/local/lib/virtualbox/

The VirtualBox requires QT4 / X11 support

If you do

/usr/local/lib/virtualbox/VBoxManage list vms

does it work?

Would replacing VirtualBox on lines 22 and 23 of 
/usr/local/lib/virtualbox/VBox.sh with VBoxManage fix the issue
for you?

Regards,

Gary



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150215170629.GB29176>