sabnzbd with ubuntuserver 8.10

Get help with all aspects of SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
macme
Newbie
Newbie
Posts: 2
Joined: January 27th, 2009, 3:27 pm

sabnzbd with ubuntuserver 8.10

Post by macme »

My question
I installed sabnzbd 0.4.2, working good no problems, but i need to have another computer logt in with Putty (SSH terminal) with the line #cd SABnzbd-0.4.2
and then ./SABnzbd.py -b0 -s 192.168.1.71:7777 to activate the server, is there another way to solve this matter????
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: sabnzbd with ubuntuserver 8.10

Post by shypike »

Yes, run it as a daemon (-d). Else it terminates as you close the terminal session.
Check out the Wiki !
macme
Newbie
Newbie
Posts: 2
Joined: January 27th, 2009, 3:27 pm

Re: sabnzbd with ubuntuserver 8.10

Post by macme »

Is there not a start script that i can put in "Bootup and Shutdown" from my server?

./SABnzbd.py -d0 -s 192.168.1.71:7777 no effect

how to do this???

-d --daemon Start in daemon mode Startup and run in without a terminal window and do not start the browser. Do NOT assume that the user profile can be used. You must either use the -f option of have the INI file in the program directory.
Last edited by macme on January 27th, 2009, 4:27 pm, edited 1 time in total.
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: sabnzbd with ubuntuserver 8.10

Post by shypike »

First, it's -d not -d0
Are you sure it has no effect? The effect is that it runs in the background (so invisible for the terminal).
Check with  ps -A | grep SAB

For an example init.d script, see: http://sabnzbd.wikidot.com/install-as-a-unix-daemon
Or use the unoffical Ubuntu repository by JCFP: http://sabnzbd.wikidot.com/install-ubuntu-repo
It has init.d support also.
Post Reply