解决 vboxdrv.sh: failed: Cannot change group vboxusers for device /dev/vboxdrv.

Posted sucicada

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决 vboxdrv.sh: failed: Cannot change group vboxusers for device /dev/vboxdrv.相关的知识,希望对你有一定的参考价值。

来自:https://blog.csdn.net/su_cicada/article/details/86773043

virtualbox 报错 ,看提示让执行以下

sudo /sbin/vboxconfig

如果报错:

vboxdrv.sh: failed: Cannot change group vboxusers for device /dev/vboxdrv.

那么应该是本用户没有加入vboxusers.
参考:
https://ubuntuforums.org/archive/index.php/t-790303.html
执行:

sudo addgroup vboxusers 
sudo adduser your_username vboxusers 
sudo /etc/init.d/vboxdrv setup 

即可


错误原因应该是我卸载mysql时将一些旧的配置删了,我不知道,我相信没人会闲到犯和我一样的错误




以上是关于解决 vboxdrv.sh: failed: Cannot change group vboxusers for device /dev/vboxdrv.的主要内容,如果未能解决你的问题,请参考以下文章

fedora25 安装virtualbox5.1 出现提示Kernel driver not installed (rc=-1908) 错误的解决方法

ipa-server-install command failed, exception: RuntimeError: CA did not start in 300.0s

checkpoint 防火墙系统报错1--the internal CA certificate failed(内部CA损坏)

GitHub Desktop报错fatal: unable to access 'https://github.com……: schannel: failed to open CA file

Module build failed (from ./node_modules/_eslint-loader@2.2.1@eslint-loader/index.js): TypeError: Ca

CA2227 使用 Dictionary 的解决方法是啥?