Fail to start,

Questions and bug reports for Beta releases should be posted here.
Forum rules
Help us help you:
  • 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
User avatar
fluefiske
Newbie
Newbie
Posts: 25
Joined: March 9th, 2008, 3:09 am

Fail to start,

Post by fluefiske »

Hello everyone,

I'am a newbie here and have some troubles to get SABNZBD running on my Freecom datatank gateway 2TB, it runs on linux. I followed the instr. in de install.txt however when i try to start the script it stops in the middle without any errors. SHYSPIKE told me to try  to run it with the option -b0 ,that is what i also did however it makes no difference it stops in the middle of the script.

This is a copy of the log i hope anyone can help me.

21/May/2008:07:44:07 HTTP INFO Serving HTTP on http://localhost:7000/

And then it stops..................................

Thank you very much in front,

André van Stijn
Last edited by fluefiske on May 21st, 2008, 3:04 am, edited 1 time in total.
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Fail to start,

Post by shypike »

You run it on a NAS and listen only on localhost, that won't work.
You should have SABnzbd listen on the IP address of the NAS.

Start it this way:
./SABnzbd.py -b0 -s 0.0.0.0:7000

or

./SABnzbd.py -b -s :7000

or (supposing 192.168.1.2 is your NAS's IP).

./SABnzbd/py -b0 -s 192.168.1.2:7000
User avatar
fluefiske
Newbie
Newbie
Posts: 25
Joined: March 9th, 2008, 3:09 am

Re: Fail to start,

Post by fluefiske »

Great that did the job, however now it is only running local. Any idea what i have to do to solve it ???

Thnx,

André
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Fail to start,

Post by shypike »

What do you mean by "running local".
The settings I told you are supposed to make SABnzbd listen on port 7000 for OTHER computers.
What's the last line of the logging now?
Which one of the examples have you used?
Have you tried with your PC?

Also, if running on a NAS, you need to use the -d option.
If not, SABnzbd will be terminated when you stop the terminal session.

Please read the Wiki pages, before foolign around. Running SABnzbd on a NAS is not that easy.
User avatar
fluefiske
Newbie
Newbie
Posts: 25
Joined: March 9th, 2008, 3:09 am

Re: Fail to start,

Post by fluefiske »

What i mean is that i can run the webinterface from 192.168.1.1:7000/sabnzbd however when i'am trying to access it from the outsite domainname:7000/sabnzbd it's not working. When i run a portscan on my external ip adres it says that the port is not open, while the portscan on 192.168.1.1:7000/sabnzbd reports everything oke.

I have started the script with this command: python /home/sabnzbd/SABnzbd.py -d -b0 -s :7000
I tried also the other options you suggested however without result.

I'am running on a NAS and that it is not easy thats what i descovered, i'am reading and trying now for days.

p.s. i have visited the wiki quit a lot but my knowledge about these stuff is  not enough

Thanks in front,

André
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Fail to start,

Post by shypike »

Have you tried to contact SABnzbd on the NAS from another PC inside your home network ?

I'm not sure what your network setup is.
If you want a PC outside your home to connect to the NAS, you need to
tell your router that traffic for port 7000 needs to go to the NAS (it's called port redirection).
You should use the web-interface usrenname/password in that case too.

If you don't know these things already, I would advise against opening up your home network
to external systems. Think before you leap.
User avatar
fluefiske
Newbie
Newbie
Posts: 25
Joined: March 9th, 2008, 3:09 am

Re: Fail to start,

Post by fluefiske »

After a lot of trying the different suggestions, i was able at last to get it working. Everything but the par2 is working ??? In the beginning it worked however now i get the message
No PAR2 program found, repairs not possible

I did install par2cmdline via ipkg but it comes everytime back with this message.

Does anybody has a sollution ?

Thnx,

André
Post Reply