Search found 12 matches

by JeepNut
January 18th, 2015, 11:34 pm
Forum: General Help
Topic: Re: port issue I think [SuSE] - SOLVED
Replies: 19
Views: 10210

Re: port issue I think [SuSE] - SOLVED

All the installation appears to be fine. I have now been succesful starting. Someone on the openSuSE forum did finally reply. It seems it's just a matter of how you say it.... This works: user@MYPc:~/SABnzbd-0.7.20> python SABnzbd.py --server 127.0.0.1:8080 This doesn't: user@MyPc:~/SABnzbd-0.7.20> ...
by JeepNut
January 18th, 2015, 9:32 pm
Forum: General Help
Topic: Re: port issue I think [SuSE] - SOLVED
Replies: 19
Views: 10210

Re: port issue I think [SuSE]

I've still not been successful running SABnzbd so I wanted to document all steps of the installation process on an openSuSE 13.2 system. My installation overview with comments with pkgs available on the 13.2 repositories: Python 2.7.8-1.1 believed to meet install requirement Python-Cheetah 2.4.4-9.1...
by JeepNut
January 14th, 2015, 12:20 pm
Forum: General Help
Topic: Re: port issue I think [SuSE] - SOLVED
Replies: 19
Views: 10210

Re: port issue I think [SuSE]

I do very much appreciate the help.
So at this point I'll try an full reinstallation with the pkg parked on my /home/user path and will follow up with the results.
Where ever you are in this round world, have an excellent day!
by JeepNut
January 13th, 2015, 11:05 pm
Forum: General Help
Topic: Re: port issue I think [SuSE] - SOLVED
Replies: 19
Views: 10210

Re: port issue I think [SuSE]

yes the word Start then nothing more until I hit ^C.
by JeepNut
January 13th, 2015, 11:06 am
Forum: General Help
Topic: Re: port issue I think [SuSE] - SOLVED
Replies: 19
Views: 10210

Re: port issue I think [SuSE]

Thanks sander. Results of that test were that after starting the routine, the terminal screen remained blank for 10 minutes. So I did ^C to stop the routine Then it printed the text shown: user@MyPC:~/SABnzbd-0.7.20> python echo-test.py Start ^CTraceback (most recent call last): File "echo-test...
by JeepNut
January 11th, 2015, 8:18 pm
Forum: General Help
Topic: Re: port issue I think [SuSE] - SOLVED
Replies: 19
Views: 10210

Re: port issue I think [SuSE]

Maybe this is what jcfp is referencing? I ran ifconfig as su and this is part of what came back. lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:5661 errors:0 dropped:0 overruns:0 frame:0 TX packets:5661 errors:0 dropped:0 overruns:0 ...
by JeepNut
January 11th, 2015, 7:35 pm
Forum: General Help
Topic: Re: port issue I think [SuSE] - SOLVED
Replies: 19
Views: 10210

Re: port issue I think [SuSE]

For sure! I may not know what I'm doing but I can follow instructions.... ;) user@MyPC:~/SABnzbd-0.7.20> python SABnzbd.py --server 0.0.0.0:40001 2015-01-11 18:49:51,973::INFO::[SABnzbd:1262] -------------------------------- 2015-01-11 18:49:51,973::INFO::[SABnzbd:1263] SABnzbd.py-0.7.20 (rev=1df294...
by JeepNut
January 11th, 2015, 6:50 pm
Forum: General Help
Topic: Re: port issue I think [SuSE] - SOLVED
Replies: 19
Views: 10210

Re: port issue I think [SuSE]

Do this: cd cd SABnzbd-0.7.20 python SABnzbd.py --server 0.0.0.0:40000 OK that runs the routine. Back to the html error page: SABnzbd.py 0.7.20 SABnzbd needs a free tcp/ip port for its internal web server. Port 40000 on localhost was tried , but it is not available. Some other software uses the por...
by JeepNut
January 11th, 2015, 6:39 pm
Forum: General Help
Topic: Re: port issue I think [SuSE] - SOLVED
Replies: 19
Views: 10210

Re: port issue I think [SuSE]

2015-01-09 00:54:49,665::INFO::[SABnzbd:1528] Starting web-interface on 127.0.0.1:40000 [...] error: [Errno 99] Cannot assign requested address Looks like some network setup problem. Is 127.0.0.1 available? Loopback device up? Anything strange in resolv.conf? What happens if you use 0.0.0.0 for the...
by JeepNut
January 11th, 2015, 6:25 pm
Forum: General Help
Topic: Re: port issue I think [SuSE] - SOLVED
Replies: 19
Views: 10210

Re: port issue I think [SuSE]

You bet!

Code: Select all

user@MyPC:~> python SABnzbd.py --server 0.0.0.0:40000
python: can't open file 'SABnzbd.py': [Errno 2] No such file or directory
user@MyPC:~>
Seems it's really not able to find the file.
by JeepNut
January 11th, 2015, 5:47 pm
Forum: General Help
Topic: Re: port issue I think [SuSE] - SOLVED
Replies: 19
Views: 10210

Re: port issue I think [SuSE]

Interesting. Let's do some tests: What is the result of: Basic listen: nc -l 40001 This seemed to have created some activity for the system. But the terminal remained blank for more than 10 minutes. I did ^C to end the process in the terminal. Running SAB as root: sudo python SABnzbd.py --server lo...
by JeepNut
January 11th, 2015, 4:58 pm
Forum: General Help
Topic: Re: port issue I think [SuSE] - SOLVED
Replies: 19
Views: 10210

Re: port issue I think [SuSE] - SOLVED

Have asked in the openSuSE forums but no response to this point. Here's the basic system info: ASUS A8N32-SLI Deluxe / AMDAthlon(tm) 64x2 4800+ 2.4MHz Linux 3.16.7-7-desktop / openSUSE 13.2 (Harlequin) (x86_64) KDE 4.14.3 / WD2500HHTZ-6 Raptor SATA system partition Never used SABnzbd before but have...