04-05-2019, 02:20 PM
(This post was last modified: 04-05-2019, 04:44 PM by circular_mews.)
Hi,
I've been duckduckgoing and have found no results on how to disable a service that slows down boot up time on my laptop with linux-lite and apparently I don't need it as I'm not using virtualbox. The console shows after:
Started LSB disk temperature monitoring
A start job is running for vbox.add service 5m 20s
and it takes about 3 or 4 minutes for this to run its course.
I did a removal (not complete removal) of any software I could find related to virtualbox in Synaptic, such as virtualbox-guest-utils, virtualbox-guest-x11, and virtualbox-guest-dkms but that didn't help.
I then went to Session and Startup and unticked vboxclient under application startup but that didn't help. I then edited /etc/xdg/autostart/vboxclient.desktop and changed the following line to false
Didn't help.
Apparently it isn't a service that I see under
so I'm out of ideas.
I've been duckduckgoing and have found no results on how to disable a service that slows down boot up time on my laptop with linux-lite and apparently I don't need it as I'm not using virtualbox. The console shows after:
Started LSB disk temperature monitoring
A start job is running for vbox.add service 5m 20s
and it takes about 3 or 4 minutes for this to run its course.
I did a removal (not complete removal) of any software I could find related to virtualbox in Synaptic, such as virtualbox-guest-utils, virtualbox-guest-x11, and virtualbox-guest-dkms but that didn't help.
I then went to Session and Startup and unticked vboxclient under application startup but that didn't help. I then edited /etc/xdg/autostart/vboxclient.desktop and changed the following line to false
Code:
X-GNOME-Autostart-enabled=false
Apparently it isn't a service that I see under
Code:
service --status-all