Page 1 of 1
Fail to start,
Posted: May 21st, 2008, 2:55 am
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
Re: Fail to start,
Posted: May 21st, 2008, 9:14 am
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
Re: Fail to start,
Posted: May 21st, 2008, 2:54 pm
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é
Re: Fail to start,
Posted: May 21st, 2008, 4:23 pm
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.
Re: Fail to start,
Posted: May 22nd, 2008, 5:13 am
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é
Re: Fail to start,
Posted: May 22nd, 2008, 5:32 am
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.
Re: Fail to start,
Posted: May 23rd, 2008, 12:39 pm
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é