problem after upgrading to 'virtualbox-ose-4.3.22'
Gary Palmer
gpalmer at freebsd.org
Sun Feb 15 17:06:33 UTC 2015
On Sat, Feb 14, 2015 at 09:20:47PM +0100, Raul wrote:
>
> Jung-uk Kim <jkim at 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
More information about the freebsd-emulation
mailing list