Discussion:
[gentoo-user] VboxClient: the virtualbox kernel service is not running. Exiting
(too old to reply)
t***@sys-concept.com
2023-12-12 20:30:01 UTC
Permalink
After upgrade when I log in, I have message pop-up on to right hand screen:

"VboxClient: the virtualbox kernel service is not running. Exiting"

Anybody know what it is or how to fix it? There are various posts about it but non of them apply to Gentoo installation.

The drivers seems to be loaded.

lsmod | grep vbox
vboxnetflt 28672 0
vboxnetadp 28672 0
vboxdrv 421888 2 vboxnetadp,vboxnetflt
--
Thelma
Vít Smolík
2023-12-12 21:00:06 UTC
Permalink
Post by t***@sys-concept.com
"VboxClient: the virtualbox kernel service is not running. Exiting"
Anybody know what it is or how to fix it? There are various posts about
it but non of them apply to Gentoo installation.
The drivers seems to be loaded.
lsmod | grep vbox
vboxnetflt 28672 0
vboxnetadp 28672 0
vboxdrv 421888 2 vboxnetadp,vboxnetflt
--
Thelma
Pretty stupid question, but is the notification on the host system (the
system running the vm) or in the OS running on the VM?

May the Force be with you,
Vít Smolík.
Wol
2023-12-12 21:00:13 UTC
Permalink
"VboxClient: the virtualbox kernel service is not running.  Exiting"
Anybody know what it is or how to fix it?  There are various posts about
it  but non of them apply to Gentoo installation.
The drivers seems to be loaded.
 lsmod | grep vbox
vboxnetflt             28672  0
vboxnetadp             28672  0
vboxdrv               421888  2 vboxnetadp,vboxnetflt
Is this a vbox upgrade or a kernel upgrade? If it's a kernel upgrade, I
always force a re-emerge of the modules.

Cheers,
Wol
t***@sys-concept.com
2023-12-12 22:10:02 UTC
Permalink
"VboxClient: the virtualbox kernel service is not running.  Exiting"
Anybody know what it is or how to fix it?  There are various posts about it  but non of them apply to Gentoo installation.
The drivers seems to be loaded.
  lsmod | grep vbox
vboxnetflt             28672  0
vboxnetadp             28672  0
vboxdrv               421888  2 vboxnetadp,vboxnetflt
Is this a vbox upgrade or a kernel upgrade? If it's a kernel upgrade, I always force a re-emerge of the modules.
Cheers,
Wol
It was a virtualbox upgrade (not kernel), the notification is on Gentoo host system running VM.

I might be related to "app-emulation/virtualbox-guest-additions"
Unmerging this package solved the problem, no more pop-up at login.
Grant Edwards
2023-12-12 22:20:01 UTC
Permalink
Post by t***@sys-concept.com
It was a virtualbox upgrade (not kernel), the notification is on
Gentoo host system running VM.
Were you trying to run guest additions on the host?
Post by t***@sys-concept.com
I might be related to "app-emulation/virtualbox-guest-additions"
Unmerging this package solved the problem, no more pop-up at login.
https://packages.gentoo.org/packages/app-emulation/virtualbox-guest-additions

"VirtualBox kernel modules and user-space tools for Gentoo guests"

https://wiki.gentoo.org/wiki/VirtualBox

Guest Additions

To install the Guest Additions, invoke the following command on the
Gentoo guest system:

root #emerge --ask app-emulation/virtualbox-guest-additions

You do not install Gentoo virtualbox-guest-additions on the Gentoo
host.
t***@sys-concept.com
2023-12-12 22:40:01 UTC
Permalink
Post by Grant Edwards
Post by t***@sys-concept.com
It was a virtualbox upgrade (not kernel), the notification is on
Gentoo host system running VM.
Were you trying to run guest additions on the host?
Gentoo is a main machine; Windows is running in VirtualBox on Gentoo Host.

So the package "app-emulation/virtualbox-guest-additions"
I think it installs some additional enhancement in Windows VM.
Post by Grant Edwards
Post by t***@sys-concept.com
I might be related to "app-emulation/virtualbox-guest-additions"
Unmerging this package solved the problem, no more pop-up at login.
https://packages.gentoo.org/packages/app-emulation/virtualbox-guest-additions
"VirtualBox kernel modules and user-space tools for Gentoo guests"
https://wiki.gentoo.org/wiki/VirtualBox
Guest Additions
To install the Guest Additions, invoke the following command on the
root #emerge --ask app-emulation/virtualbox-guest-additions
You do not install Gentoo virtualbox-guest-additions on the Gentoo
host.
No, I stared Windows VM and installed virtualbox-guest-additions in there; it installed OK
The the error message I was getting
"VboxClient: the virtualbox kernel service is not running. Exiting"

was when I log into XFCE desktop, the above masses just pop-up for about 4-sec. and it dissipated.
Where were no errors starting Windows-VM, it is just annoying message pop-up; never seen it before.
Loading...