Page 1 of 1

Boot Privledges

Posted: April 4th, 2017, 8:57 am
by icculus
Hi I am building my first Ubuntu server 16.04.2 in Virtualbox

I can manually start and start as a service. When I reboot it fails. The log says something like it doesn't have permission to run .sabnzbd in my home/user folder.

I have successfully installed sabnzbdplus, added: username, 0.0.0.0, 8080, made /etc/init.d/sabnzbdplus executable with +x, used update-rc.d sabnzbdplus defaults

edit: drwxr-xr-x 4 "username" "username" 4.0k Apr 4 9:19 .sabnzbd

Re: Boot Privledges

Posted: April 7th, 2017, 4:34 am
by jcfp
Looks like the settings dir is unavailable during boot. Encrypted homedir?

Re: Boot Privledges

Posted: April 7th, 2017, 7:39 am
by icculus
YES! Thank you I forgot I picked that setting when installing server. I started over and didn't encrypt and everything works. Thanks jcfp.