[Ubuntu 10.04 Desktop] Unable to get Webmin or Vboxdrv to auto start on boot
- by Matthew Hodgkins
Ever since installing Ubuntu 10.04 I've had issues getting things to auto-start.
I have installed webmin and VirtualBox but every time I reboot I have to manually run:
sudo /etc/init.d/webmin start
sudo /etc/init.d/vboxdrv start
I have run:
sudo update-rc.d -f webmin remove
and then
hodge@hodge-fs:~$ sudo update-rc.d webmin defaults…