Setting Up On CentOS Server

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
Robin Hood
Newbie
Newbie
Posts: 6
Joined: August 12th, 2011, 10:04 pm

Setting Up On CentOS Server

Post by Robin Hood »

I'm sorry in advance for my complete lack of skill with setting things up on my server.

I'm using the installation guide from http://wiki.sabnzbd.org/install-on-centos-5-5. I believe I had to change the last command.

And, for a short period of time I'll be able to see the script by going to my server's IP:8080/sabnzbd/.

However, it doesn't seem to stay there (and I haven't been able to get it to stay up) and I've never been able to get it to download anything.

Thank you so much for the help! I'm new to Usenet in general, but have found your program VERY helpful!
Robin Hood
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Setting Up On CentOS Server

Post by shypike »

What did you use as "the last command"?
If you start it from an ssh terminal, you need to run it in daemon mode.
Robin Hood
Newbie
Newbie
Posts: 6
Joined: August 12th, 2011, 10:04 pm

Re: Setting Up On CentOS Server

Post by Robin Hood »

I used:

Code: Select all

python26 SABnzbd-0.6.7/SABnzbd.py -s 0.0.0.0:8080
I'm sorry, but I don't know how to run it in daemon mode? Would you be so kind as to share that command with me? I'm so excited by the idea of being able to download from Usenet directly to my server!

Thanks for helping me out! =D
User avatar
rascalli
Moderator
Moderator
Posts: 656
Joined: January 18th, 2008, 12:30 am
Location: Bossche bollen land

Re: Setting Up On CentOS Server

Post by rascalli »

for demon you use : -d
Robin Hood
Newbie
Newbie
Posts: 6
Joined: August 12th, 2011, 10:04 pm

Re: Setting Up On CentOS Server

Post by Robin Hood »

So instead of:

Code: Select all

python26 SABnzbd-0.6.7/SABnzbd.py -s 0.0.0.0:8080
I'd use:

Code: Select all

python26 SABnzbd-0.6.7/SABnzbd.py -d 0.0.0.0:8080
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Setting Up On CentOS Server

Post by shypike »

No, it's

Code: Select all

python26 SABnzbd-0.6.7/SABnzbd.py -d -s 0.0.0.0:8080
And upgrade to 0.6.8.
Robin Hood
Newbie
Newbie
Posts: 6
Joined: August 12th, 2011, 10:04 pm

Re: Setting Up On CentOS Server

Post by Robin Hood »

EDIT: Everything is fine. For some reason I had to change the port to 7777, but I upgraded to 0.6.8 and now things seem to be going VERY well (knock on wood).

Thank you all SOO much! This community has been WAY more helpful than I would have anticipated!
User avatar
rascalli
Moderator
Moderator
Posts: 656
Joined: January 18th, 2008, 12:30 am
Location: Bossche bollen land

Re: Setting Up On CentOS Server

Post by rascalli »

Are you sure you stopped sabnzbd that was running on 8080 ??
Robin Hood
Newbie
Newbie
Posts: 6
Joined: August 12th, 2011, 10:04 pm

Re: Setting Up On CentOS Server

Post by Robin Hood »

How would I be sure of such a thing? When I go to SERVER_IP:8080 I don't get anything.

If I wanted to ask about settings, should I open a new thread? I'll try to snoop around some to see if the answers are there (I've read the wiki on it).

At my house here I can download at about 7 MB/s (the limit of my internet speed) with 50 connections, and 120M for the amount to be stored to RAM. However, on my server (with a 1 gbps) with the same settings I'm getting significantly slower results. I've tried lowering the connections to 20 (as per the wiki) but to no avail. I also tried increasing the connections (as per my stupid intuition, I suppose).

Thank you all once again! I'm really blown away by how helpful you've been!
Post Reply