From owner-freebsd-emulation@FreeBSD.ORG Fri Sep 12 15:13:43 2014 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8F65C937 for ; Fri, 12 Sep 2014 15:13:43 +0000 (UTC) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 735B9D2A for ; Fri, 12 Sep 2014 15:13:42 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1XSSXY-00059J-0T for freebsd-emulation@freebsd.org; Fri, 12 Sep 2014 08:13:36 -0700 Date: Fri, 12 Sep 2014 08:13:36 -0700 (PDT) From: Beeblebrox To: freebsd-emulation@freebsd.org Message-ID: <1410534816005-5948434.post@n5.nabble.com> Subject: virtualbox additions issue MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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: Fri, 12 Sep 2014 15:13:43 -0000 virtualbox additions have not been working for quite some time. I start virtualbox services with a script: #!/bin/sh kldload vboxdrv kldload vboxguest service vboxnet onestart service vboxguest onestart service vboxservice onestart And I get this error: Starting vboxservice. VBoxService: error: VbglR3Init failed with rc=VERR_FILE_NOT_FOUND /usr/local/etc/rc.d/vboxservice: WARNING: failed to start vboxservice pkg info: virtualbox-ose-4.3.12_1 General-purpose full virtualizer for x86 hardware virtualbox-ose-additions-4.3.12 VirtualBox additions for FreeBSD guests virtualbox-ose-kmod-4.3.12 VirtualBox kernel module for FreeBSD ~/.VBoxSVC.log shows: 00:00:01.121163 nspr-2 ERROR [COM]: aRC=NS_ERROR_FAILURE (0x80004005) aIID={1254a96a-ae57-4484-946a-22d86c1f98af} aComponent={SystemProperties} aText={Cannot determine default Guest Additions ISO location. Most likely they are not available}, preserve=false ----- FreeBSD-11-current_amd64_root-on-zfs_RadeonKMS -- View this message in context: http://freebsd.1045724.n5.nabble.com/virtualbox-additions-issue-tp5948434.html Sent from the freebsd-emulation mailing list archive at Nabble.com.