Beiträge von DiXi

    After a trail on error i collected these commands to solve it. Please check the result of dkms status first! this will show you the status of the installed kernel modules. This one is probably empty or showing errors


    First uninstall the plugin. Then login to your openmediavault as root using ssh


    Bash
    dpkg --configure -a
    dkms autoinstall
    dkms status

    Now the output of dkms status shows something like virtualbox, 5.2.24, 4.19.0-0.bpo.5-amd64, x86_64: installed. Right now you are good to go an reinstall the plugin.


    Hope I could help you guys out!

    Same problem here, if I run virtualbox from the command-line I get this:

    Bash
    # VBoxManage list vms
    WARNING: The character device /dev/vboxdrv does not exist.
    	 Please install the virtualbox-dkms package and the appropriate
    	 headers, most likely linux-headers-amd64.
    
    
    	 You will not be able to start VMs until this problem is fixed.