首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >“警告:字符设备/dev/vboxdrv不存在。”

“警告:字符设备/dev/vboxdrv不存在。”
EN

Unix & Linux用户
提问于 2014-11-27 23:57:24
回答 1查看 26.3K关注 0票数 2
代码语言:javascript
复制
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.

这是我在命令行中运行virtualbox时遇到的错误.有什么我能做的吗?

我试着更新apt-get并尝试运行虚拟盒.但是它不能正常工作

更新一下,它现在就发布了。

代码语言:javascript
复制
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.

(process:4695): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.

(process:4695): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.

(process:4695): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
Qt WARNING: QGtkStyle was unable to detect the current GTK+ theme.
Qt WARNING: Qt: Session management error: None of the authentication protocols specified are supported

(process:4695): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
EN

回答 1

Unix & Linux用户

回答已采纳

发布于 2014-11-28 00:01:05

错误信息是清楚的。

您必须安装两个软件包:

代码语言:javascript
复制
# apt-get update; apt-get install virtualbox-dkms linux-headers-amd64
票数 2
EN
页面原文内容由Unix & Linux提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://unix.stackexchange.com/questions/170352

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档