VirtualBox kernel service is not running

Discussions related to using VirtualBox on Linux hosts.
Post Reply
Leloup78
Posts: 188
Joined: 21. Oct 2017, 15:13

VirtualBox kernel service is not running

Post by Leloup78 »

Bonjour,

Every time I open Linux Host, I get a warning message:
“VBoxClient: The VirtualBox kernel service is not running. Quit.

Code: Select all

$ lsmod | grep vbox
vboxnetadp             28672  0
vboxnetflt             36864  0
vboxdrv               696320  2 vboxnetadp,vboxnetflt
--> certain modules are not active (0)...normal or not?

Code: Select all

$ sudo apt update && sudo apt upgrade
 sudo /sbin/vboxconfig
vboxdrv.sh: Stopping VirtualBox services.
vboxdrv.sh: Starting VirtualBox services.
vboxdrv.sh: Building VirtualBox kernel modules.
That looks OK
A version incompatibility between gcc and the kernel

Code: Select all

$ sudo apt install gcc-12 -y
sudo ln -s /usr/bin/gc-12 /usr/bin/gc
sudo /sbin/vboxconfig
(Remark: it is not
gc
but
gcc However in this case I get Access Denied
You don't have permission to access "http://forums.virtualbox.org/posting.php?" on this server.
Reference #18.c5fb1202.1770632602.277281cf
https://errors.edgesuite.net/18.c5fb120 ... 2602.27728
What is wrong?
Regards,
Leloup
Attachments
Sans titre.png
Sans titre.png (9.4 KiB) Viewed 5068 times
Post Reply