From owner-freebsd-emulation@FreeBSD.ORG Sun Feb 15 17:06:33 2015 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 493FD17E for ; Sun, 15 Feb 2015 17:06:33 +0000 (UTC) Received: from mail.in-addr.com (mail.in-addr.com [IPv6:2a01:4f8:191:61e8::2525:2525]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0C256E33 for ; Sun, 15 Feb 2015 17:06:33 +0000 (UTC) Received: from gjp by mail.in-addr.com with local (Exim 4.85 (FreeBSD)) (envelope-from ) id 1YN2eL-0007tg-OT; Sun, 15 Feb 2015 17:06:29 +0000 Date: Sun, 15 Feb 2015 17:06:29 +0000 From: Gary Palmer To: Raul Subject: Re: problem after upgrading to 'virtualbox-ose-4.3.22' Message-ID: <20150215170629.GB29176@in-addr.com> References: <20150214172038.Horde.M41WLY1KB2DrBugNTuhVfg1@turing.b2n.org> <54DF7AB4.5000809@abinet.ru> <54DF9DDF.4050900@FreeBSD.org> <20150214212047.Horde.yYcnQV20nC4yA66Iskx13Q9@turing.b2n.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150214212047.Horde.yYcnQV20nC4yA66Iskx13Q9@turing.b2n.org> X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: gpalmer@freebsd.org X-SA-Exim-Scanned: No (on mail.in-addr.com); SAEximRunCond expanded to false Cc: 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: Sun, 15 Feb 2015 17:06:33 -0000 On Sat, Feb 14, 2015 at 09:20:47PM +0100, Raul wrote: > > Jung-uk Kim 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