Startup error - 0.4.5

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
routenull0
Newbie
Newbie
Posts: 3
Joined: October 13th, 2008, 12:48 pm

Startup error - 0.4.5

Post by routenull0 »

Code: Select all

Exception in thread CPHTTPServer Thread-7:
Traceback (most recent call last):
  File "/usr/lib64/python2.4/threading.py", line 442, in __bootstrap
    self.run()
  File "/usr/lib64/python2.4/threading.py", line 422, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/home/user/SABnzbd-0.4.5/cherrypy/_cpserver.py", line 114, in _start_http
    self.httpserver.start()
  File "/home/user/SABnzbd-0.4.5/cherrypy/_cpwsgiserver.py", line 370, in start
    raise socket.error, msg
error: (13, 'Permission denied')
http://forums.sabnzbd.org/index.php?topic=1025.0

Says was filed as ticket #98, but can't find a solution.

This is a new install on a new server, I am trying to run it as logged in user, not sudo.  Root cannot right to the NFS mount, so I have to run it as user with UID 500.  That pops up when I run it as the user.  Folder was extracted to users home dir.
routenull0
Newbie
Newbie
Posts: 3
Joined: October 13th, 2008, 12:48 pm

Re: Startup error - 0.4.5

Post by routenull0 »

If I sudo it, the error goes away and everything works perfectly.
routenull0
Newbie
Newbie
Posts: 3
Joined: October 13th, 2008, 12:48 pm

Re: Startup error - 0.4.5

Post by routenull0 »

If you do not intend to run as root, port has to be higher than reserver 1-1024 range.
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: Startup error - 0.4.5

Post by shypike »

routenull0 wrote: Says was filed as ticket #98, but can't find a solution.
What routenull0 says is correct. Most Posix systems do allow normal users to access the
lower port numbers. The default port SABnzbd uses is 8080 for this reason.

Ticket #98 is not about solving this problem, but about giving a more useful error report.
Post Reply