Linux Lite Forums

Software - Support => Other => Topic started by: circular_mews on April 05, 2019, 10:20:15 AM

Title: disable start job vbox.add service
Post by: circular_mews on April 05, 2019, 10:20:15 AM
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
Code: [Select]
X-GNOME-Autostart-enabled=falseDidn't help.
Apparently it isn't a service that I see under
Code: [Select]
service --status-allso I'm out of ideas. 
Title: Re: disable start job vbox.add service
Post by: ralphy on April 05, 2019, 10:59:47 AM
I did remove the virtualbox packages you mentioned and also purged them but that shouldn't make a difference.

Code: [Select]
sudo apt remove --purge virtualbox-guest-utils virtualbox-guest-x11 virtualbox-guest-dkms
In your case you're looking for services. Simply disable the services and your boot up time will skyrocket. Therefore, you want to disable the vboxadd and vboxadd-service services as follow:

From Terminal:
Code: [Select]
sudo systemctl disable vboxadd vboxadd-service
Reboot and ENJOY!  ;D
So, users do not necessarily need remove the packages unless (as in your case) don't have a need for them. Disabling the services will be plenty enough.
 
Title: Re: disable start job vbox.add service
Post by: Jerry on April 05, 2019, 11:15:06 AM


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 correct instructions are in the Linux Lite 4.0 release announcement here in the Forums.

Sent from my Mobile phone using Tapatalk

Title: Re: disable start job vbox.add service
Post by: circular_mews on April 05, 2019, 12:52:34 PM
Ralphy and Jerry, thanks!  Sorry you had to repeat yourselves.  Earlier today I did a search here for "vbox" and it didn't bring up any results, probably due to dial-up or having ublock origin extension enabled.  I've disabled it for this site, tried again and this time it brought up many questions with answers concerning the same question.   ::)