Re: port issue I think [SuSE] - SOLVED
Posted: January 11th, 2015, 4:58 pm
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 been using openSuSE since vers. 8.
I'm stuck with trying to run SABnzbd on openSuSE 13.2. Don't seem to be a lot of posts about this so it must be something basic getting by me.
All dependencies, etc. seem fine, and all goes well right up to the point of it starting. Then it chokes on the port. No matter what port I try to use.
or port 8080 or whatever your preference.
It always throws up the html page error re: the port being unavailable and shows the next incrementally higher port as a suggestion.
Which never works either.
I don't find the server to be running already in the system monitor.
I've opened the firewall port 8080 and 40000 at alternate times and no change in behavior.
I've dropped the firewall entirely and tried it with no change in behavior.
I've tried modifying the port in advance in the /home/<user>/.sabnzbd.ini file. Was no help.
It seems to ME that the problem is just that the pkg can't use ports and maybe isn't a SABnzbd issue at all.
I'm not aware that it needs to be run as SuperUser, so I won't unless that's what's required.
Here's a snip from the setup log.
All looks like it's going along swimmingly until it tries to actually start the web interface.
Bus engine starts, then all shuts down after a few seconds.
Hoping there's another openSuSE user that can tell me what I can do to find out what's blocking this puppy from running....
Thanks!
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 been using openSuSE since vers. 8.
I'm stuck with trying to run SABnzbd on openSuSE 13.2. Don't seem to be a lot of posts about this so it must be something basic getting by me.
All dependencies, etc. seem fine, and all goes well right up to the point of it starting. Then it chokes on the port. No matter what port I try to use.
Code: Select all
User@MyPC:~/SABnzbd-0.7.20> python SABnzbd.py --server localhost:40000It always throws up the html page error re: the port being unavailable and shows the next incrementally higher port as a suggestion.
Which never works either.
I don't find the server to be running already in the system monitor.
I've opened the firewall port 8080 and 40000 at alternate times and no change in behavior.
I've dropped the firewall entirely and tried it with no change in behavior.
I've tried modifying the port in advance in the /home/<user>/.sabnzbd.ini file. Was no help.
It seems to ME that the problem is just that the pkg can't use ports and maybe isn't a SABnzbd issue at all.
I'm not aware that it needs to be run as SuperUser, so I won't unless that's what's required.
Here's a snip from the setup log.
Code: Select all
2015-01-09 00:54:49,655::INFO::[__init__:335] All processes started
2015-01-09 00:54:49,655::INFO::[SABnzbd:335] Web dir is /home/<user>/SABnzbd-0.7.20/interfaces/Plush
2015-01-09 00:54:49,655::INFO::[SABnzbd:335] Web dir is /home/<user>/SABnzbd-0.7.20/interfaces/Config
2015-01-09 00:54:49,662::INFO::[SABnzbd:464] _yenc module... found!
2015-01-09 00:54:49,662::INFO::[SABnzbd:472] par2 binary... found (/usr/bin/par2)
2015-01-09 00:54:49,662::INFO::[SABnzbd:480] unrar binary... found (/usr/bin/unrar)
2015-01-09 00:54:49,663::INFO::[SABnzbd:485] unzip binary... found (/usr/bin/unzip)
2015-01-09 00:54:49,663::INFO::[SABnzbd:491] nice binary... found (/usr/bin/nice)
2015-01-09 00:54:49,663::INFO::[SABnzbd:495] ionice binary... found (/usr/bin/ionice)
2015-01-09 00:54:49,663::INFO::[SABnzbd:500] pyOpenSSL... found (True)
2015-01-09 00:54:49,665::INFO::[SABnzbd:1528] Starting web-interface on 127.0.0.1:40000
2015-01-09 00:54:49,666::INFO::[_cplogging:55] [09/Jan/2015:00:54:49] ENGINE Bus STARTING
2015-01-09 00:54:49,669::INFO::[_cplogging:55] [09/Jan/2015:00:54:49] ENGINE Started monitor thread '_TimeoutMonitor'.
2015-01-09 00:54:49,673::ERROR::[_cplogging:55] [09/Jan/2015:00:54:49] ENGINE Error in HTTP server: shutting down
Traceback (most recent call last):
File "/home/<user>/SABnzbd-0.7.20/cherrypy/process/servers.py", line 75, in _start_http_thread
self.httpserver.start()
File "/home/<user>/SABnzbd-0.7.20/cherrypy/wsgiserver/__init__.py", line 1644, in start
raise socket.error, msg
error: [Errno 99] Cannot assign requested address
etc., etc., etc.Bus engine starts, then all shuts down after a few seconds.
Hoping there's another openSuSE user that can tell me what I can do to find out what's blocking this puppy from running....
Thanks!