That's definitely pointing to the issue:
Code: Select all
00:13:16.691364 nspr-6 Failed to open "/dev/vboxdrvu", errno=13, rc=VERR_VM_DRIVER_NOT_ACCESSIBLE
00:13:19.861856 nspr-3 Failed to open "/dev/vboxdrvu", errno=13, rc=VERR_VM_DRIVER_NOT_ACCESSIBLE
00:13:20.221628 nspr-7 Failed to open "/dev/vboxdrvu", errno=13, rc=VERR_VM_DRIVER_NOT_ACCESSIBLE
00:13:20.618300 nspr-3 Failed to open "/dev/vboxdrvu", errno=13, rc=VERR_VM_DRIVER_NOT_ACCESSIBLE
00:13:20.736523 nspr-7 Failed to open "/dev/vboxdrvu", errno=13, rc=VERR_VM_DRIVER_NOT_ACCESSIBLE
00:13:28.058932 nspr-5 Failed to open "/dev/vboxdrvu", errno=13, rc=VERR_VM_DRIVER_NOT_ACCESSIBLE
00:13:28.237131 nspr-4 Failed to open "/dev/vboxdrvu", errno=13, rc=VERR_VM_DRIVER_NOT_ACCESSIBLE
00:13:28.242866 nspr-5 NetIfAdpCtlOut: VBoxNetAdpCtl: Error while retrieving link speed for wlo1: VBoxNetAdpCtl: ioctl failed: Operation not supported
00:13:28.247429 nspr-5 NetIfAdpCtlOut: VBoxNetAdpCtl: Error while retrieving link speed for wlo1: VBoxNetAdpCtl: ioctl failed: Operation not supported
00:13:28.375790 nspr-7 Failed to open "/dev/vboxdrvu", errno=13, rc=VERR_VM_DRIVER_NOT_ACCESSIBLE
00:14:50.636038 nspr-2 Failed to open "/dev/vboxdrvu", errno=13, rc=VERR_VM_DRIVER_NOT_ACCESSIBLE
00:14:59.581248 main VirtualBox: object deletion starts
00:14:59.581288 main ERROR [COM]: aRC=VBOX_E_OBJECT_IN_USE (0x80bb000c) aIID={4afe423b-43e0-e9d0-82e8-ceb307940dda} aComponent={MediumWrap} aText={Medium '/home/brian.mckee/.VirtualBox/Machines/Windows 10/Windows 10.vdi' cannot be closed because it is still attached to 1 virtual machines}, preserve=false aResultDetail=0
00:14:59.581886 Watcher ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={0169423f-46b4-cde9-91af-1e9d5b6cd945} aComponent={VirtualBoxWrap} aText={The object is not ready}, preserve=false aResultDetail=0
00:14:59.581943 main VirtualBox: object deleted
I think the implication is that something is still using the vbox object...
I have already tried re-installing virtualbox and it's modules. The option to forget the previous disconnect is greyed out...
The modules are loaded:
Code: Select all
lsmod | grep vbox
vboxnetadp 28672 0
vboxnetflt 28672 0
vboxdrv 479232 2 vboxnetadp,vboxnetflt
Hmmm. /dev/vboxusb also exists, yet the tool doesn't see it...
Let's look at the devices:
Code: Select all
ls -lah /dev/vbox*
crw------- 1 root root 10, 57 Aug 17 14:53 /dev/vboxdrv
crw------- 1 root root 10, 56 Aug 17 14:53 /dev/vboxdrvu
crw------- 1 root root 10, 55 Aug 17 14:53 /dev/vboxnetctl
/dev/vboxusb:
total 0
drwxr-x--- 4 root vboxusers 80 Aug 17 14:53 .
drwxr-xr-x 21 root root 4.9K Aug 17 14:53 ..
drwxr-x--- 2 root vboxusers 100 Aug 17 14:53 001
drwxr-x--- 2 root vboxusers 80 Aug 17 14:53 003
The group is wrong? Shouldn't it be vboxusers? Must resist strong urge to change owners on the modules.
I'm running kernel 5.7.12 because last I checked vbox doesn't support 5.8.
How do I clear this up?