Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

I haven`t installed VirtualBox on my linux-mint-debian-edition system.
Today,when I startx,I got this responses on my displayer:

/etc/mdm/Xsession: Beginning session setup...
localuser:sofa being added to access control list
fcitx 使用的 script 从 run_im 启动。
auto 使用的 script 从 run_im 启动。
default 使用的 script 从 run_im 启动。
Failed to connect to the VirtualBox kernel service
Failed to connect to the VirtualBox kernel service
Failed to connect to the VirtualBox kernel service
Failed to connect to the VirtualBox kernel service
OpenSSL version mismatch. Built against 1000007f, you have 1000103f

````````````````
thanks in advance!

share|improve this question

migrated from serverfault.com Feb 2 at 14:27

1 Answer

Make sure you have dkms installed.

apt-cache search dkms | grep '^dkms'
dkms - Dynamic Kernel Module Support Framework

If this is the case try the following:

$ sudo /etc/init.d/vboxdrv setup
share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.