Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Mar 2023 07:18:38 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 265956] emulators/virtualbox-ose-kmod: fails to work on 13.1-RELEASE
Message-ID:  <bug-265956-7788-kFZgxyHnyc@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-265956-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-265956-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D265956

--- Comment #3 from Graham Perrin <grahamperrin@freebsd.org> ---
root@fuji:~ # grep vbox /etc/rc.conf
vboxdrv_load=3D"YES"
vboxnet_enable=3D"YES"
root@fuji:~ #=20

Below, I use kldload only because the module is not loaded.=20

(In reply to Guido Falsi from comment #1)

root@fuji:~ # kldload vboxdrv
kldload: an error occurred while loading module vboxdrv. Please check dmesg=
(8)
for more details.
root@fuji:~ # dmesg | tail -n 3
linker_load_file: /boot/modules/vboxdrv.ko - unsupported file type
KLD vboxdrv.ko: depends on kernel - not available or version mismatch
linker_load_file: /boot/modules/vboxdrv.ko - unsupported file type
root@fuji:~ # pkg info -x virtualbox-ose
virtualbox-ose-6.1.36_1
virtualbox-ose-kmod-6.1.36
root@fuji:~ # freebsd-version -kru
13.1-RELEASE-p6
13.1-RELEASE-p6
13.1-RELEASE-p7
root@fuji:~ # uname -aKU
FreeBSD fuji 13.1-RELEASE-p6 FreeBSD 13.1-RELEASE-p6 GENERIC amd64 1301000
1301000
root@fuji:~ #=20

FreeBSD repository, latest:=20

root@fuji:~ # pkg -vv | grep -e url -e enabled -e priority
    url             :
"pkg+http://pkg0.bme.freebsd.org/FreeBSD:13:amd64/latest",
    enabled         : yes,
    priority        : 4,
    url             :
"file:///usr/local/poudriere/data/packages/thirteen-default",
    enabled         : yes,
    priority        : 3
root@fuji:~ # pkg info virtualbox-ose-kmod
virtualbox-ose-kmod-6.1.36
Name           : virtualbox-ose-kmod
Version        : 6.1.36
Installed on   : Wed Aug  3 04:27:03 2022 BST
Origin         : emulators/virtualbox-ose-kmod
Architecture   : FreeBSD:13:amd64
Prefix         : /usr/local
Categories     : kld emulators
Licenses       : GPLv2
Maintainer     : vbox@FreeBSD.org
WWW            : https://www.virtualbox.org/
Comment        : VirtualBox kernel module for FreeBSD
Options        :
        DEBUG          : off
        VIMAGE         : on
Annotations    :
        FreeBSD_version: 1300139
        cpe            :
cpe:2.3:a:oracle:vm_virtualbox:6.1.36:::::freebsd13:x64
        repo_type      : binary
        repository     : FreeBSD
Flat size      : 548KiB
Description    :
VirtualBox is a family of powerful x86 virtualization products for
enterprise as well as home use. Not only is VirtualBox an extremely
feature rich, high performance product for enterprise customers, it
is also the only professional solution that is freely available as
Open Source Software under the terms of the GNU General Public License.

WWW: https://www.virtualbox.org/
root@fuji:~ #

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-265956-7788-kFZgxyHnyc>