Page 1 of 1

starting sab automatically in ubuntu?

Posted: February 24th, 2011, 1:14 pm
by jonneymendoza
Hi. i have managed to install and setup sab using this guide http://wiki.sabnzbd.org/install-ubuntu-repo but for some reason. whenever i boot my ubuntu server, sab doesnt start automatically. it only starts once i login via ssh into my server and type sabnzbplus to start it.

if i dont do this, i cant access the ui for sab and so get the impressions sab cant be started automatically. also. if i do start it via ssh, when i close/terminate my connection to my server by closing down putty, SAB seems to shut itself down as well

Re: starting sab automatically in ubuntu?

Posted: February 24th, 2011, 1:42 pm
by rascalli
* make sure you start it as a deamon.
* With an init.d scriptyou can make it to start at boot

Isn't that included ?

Re: starting sab automatically in ubuntu?

Posted: February 24th, 2011, 1:43 pm
by jonneymendoza
rascalli wrote: * make sure you start it as a deamon.
* With an init.d scriptyou can make it to start at boot

Isn't that included ?
how do u start it as daemon?  there is a sabnzb ini file localed in /etc/default/sabnzbdplus

Re: starting sab automatically in ubuntu?

Posted: February 24th, 2011, 1:52 pm
by jonneymendoza
edit: i tried editing the ini file using  vi /etc/default/sabnzbdplus and everytime i try to save the file by typing ZZ i get the following error below:


E45: 'readonly' option is set (add ! to override)

Re: starting sab automatically in ubuntu?

Posted: February 24th, 2011, 3:51 pm
by jcfp
jonneymendoza wrote:edit: i tried editing the ini file using  vi /etc/default/sabnzbdplus and everytime i try to save the file by typing ZZ i get the following error below:

E45: 'readonly' option is set (add ! to override)
You forgot to use the force. Try with sudo in front of the vi command.

Re: starting sab automatically in ubuntu?

Posted: February 25th, 2011, 5:52 pm
by jonneymendoza
cool ok i got it working but it doesnt start at boot time. there does not seem to be any options under the etc/init.d/sabnzbplus file to specify it to be started automatically at boot time