On Sat, Feb 14, 2015 at 09:20:47PM +0100, Raul wrote: > > Jung-uk Kim <[email protected]> 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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-emulation To unsubscribe, send any mail to "[email protected]"
