Webserver won't start [OS X]
Posted: February 15th, 2013, 2:54 pm
I'm having issues starting SABnzbD+ on any port. I have tried a few (8080,9090,7070,etc.) as well as verified that these ports are not in use by any other process. Here is the log from when I launch the application:
Any ideas? I'm running OS X 10.8.2, and just downloaded a fresh version of SAB.
As a (potentially unrelated?) side note, my browsers are not redirecting localhost to 0.0.0.0 or 192.0.0.1 (e.g. when using SickBeard or Headphones).
Thanks for any help.
Code: Select all
INFO:root:--------------------------------
INFO:root:SABnzbd.py-0.7.11 (rev=a50412a32751f4d1d555020dea20a2da43d6a309)
INFO:root:Platform = posix
INFO:root:Python-version = 2.7.2 (default, Jun 20 2012, 16:23:33)
[GCC 4.2.1 Compatible Apple Clang 4.0 (tags/Apple/clang-418.0.60)]
INFO:root:Arguments = /Applications/Downloaders/SABnzbd.app/Contents/Resources/SABnzbd.py --console
INFO:root:[osx] IO priority setting
INFO:root:[osx] IO priority set to throttle for process scope
INFO:root:Read INI file /var/root/Library/Application Support/SABnzbd/sabnzbd.ini
INFO:root:Loading data for bookmarks.sab from /var/root/Library/Application Support/SABnzbd/admin/bookmarks.sab
INFO:root:Loading data for rss_data.sab from /var/root/Library/Application Support/SABnzbd/admin/rss_data.sab
INFO:root:Loading data for totals9.sab from /var/root/Library/Application Support/SABnzbd/admin/totals9.sab
INFO:root:/var/root/Library/Application Support/SABnzbd/admin/totals9.sab missing, trying old cache
INFO:root:/var/root/Library/Application Support/SABnzbd/cache/totals9.sab missing
INFO:root:Loading postproc queue
INFO:root:Loading data for postproc1.sab from /var/root/Library/Application Support/SABnzbd/admin/postproc1.sab
INFO:root:Loading data for queue9.sab from /var/root/Library/Application Support/SABnzbd/admin/queue9.sab
INFO:root:Loading data for watched_data.sab from /var/root/Library/Application Support/SABnzbd/admin/watched_data.sab
INFO:root:Setting schedule for midnight BPS reset
INFO:root:Resuming
INFO:root:All processes started
INFO:root:Web dir is /Applications/Downloaders/SABnzbd.app/Contents/Resources/interfaces/Plush
INFO:root:Web dir is /Applications/Downloaders/SABnzbd.app/Contents/Resources/interfaces/Config
INFO:root:_yenc module... found!
INFO:root:par2 binary... found (/Applications/Downloaders/SABnzbd.app/Contents/Resources/osx/par2/par2-sl)
INFO:root:unrar binary... found (/Applications/Downloaders/SABnzbd.app/Contents/Resources/osx/unrar/unrar)
INFO:root:unzip binary... found (/usr/bin/unzip)
INFO:root:nice binary... found (/usr/bin/nice)
INFO:root:ionice binary... NOT found!
INFO:root:pyOpenSSL... found (True)
INFO:root:Starting web-interface on 0.0.0.0:9090
ERROR:root:Failed to start web-interface:
Traceback (most recent call last):
File "/Applications/Downloaders/SABnzbd.app/Contents/Resources/SABnzbd.py", line 1489, in main
File "cherrypy/process/servers.pyc", line 228, in check_port
gaierror: [Errno 8] nodename nor servname provided, or not known
ERROR:root:Failed to start web-interface : [Errno 8] nodename nor servname provided, or not known
INFO:root:Lauching browser with /tmp/tmpqLPrsT.html
INFO:root:SABnzbd shutting down...
INFO:root:Saving data for bookmarks.sab in /var/root/Library/Application Support/SABnzbd/admin/bookmarks.sab
INFO:root:URLGrabber shutting down
INFO:root:Saving data for watched_data.sab in /var/root/Library/Application Support/SABnzbd/admin/watched_data.sab
INFO:root:Dirscanner shutting down
INFO:root:Saving postproc queue
INFO:root:Saving data for postproc1.sab in /var/root/Library/Application Support/SABnzbd/admin/postproc1.sab
INFO:root:Saving queue
INFO:root:Saving data for queue9.sab in /var/root/Library/Application Support/SABnzbd/admin/queue9.sab
INFO:root:Saving data for rss_data.sab in /var/root/Library/Application Support/SABnzbd/admin/rss_data.sab
INFO:root:Saving data for bookmarks.sab in /var/root/Library/Application Support/SABnzbd/admin/bookmarks.sab
INFO:root:Saving data for watched_data.sab in /var/root/Library/Application Support/SABnzbd/admin/watched_data.sab
INFO:root:Saving postproc queue
INFO:root:Saving data for postproc1.sab in /var/root/Library/Application Support/SABnzbd/admin/postproc1.sab
INFO:root:All processes stopped
INFO:root:[osx] application terminating
INFO:root:[osx] application stopping daemon
INFO:cherrypy.error:[15/Feb/2013:20:45:55] ENGINE Bus STOPPING
INFO:cherrypy.error:[15/Feb/2013:20:45:55] ENGINE HTTP Server None already shut down
INFO:cherrypy.error:[15/Feb/2013:20:45:55] ENGINE No thread running for _TimeoutMonitor.
INFO:cherrypy.error:[15/Feb/2013:20:45:55] ENGINE Bus STOPPED
INFO:cherrypy.error:[15/Feb/2013:20:45:55] ENGINE Bus EXITING
INFO:cherrypy.error:[15/Feb/2013:20:45:55] ENGINE Bus EXITED
INFO:root:Leaving SABnzbdAs a (potentially unrelated?) side note, my browsers are not redirecting localhost to 0.0.0.0 or 192.0.0.1 (e.g. when using SickBeard or Headphones).
Thanks for any help.