I can't get 0.7.0 to start on my OSX 10.6.4 server either. I was running all the previous versions without any issue before. Here is what I know so far.
- My /etc/hosts file is fine
Code: Select all
##
# Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting. Do not change this entry.
##
127.0.0.1 localhost
255.255.255.255 broadcasthost
::1 localhost
fe80::1%lo0 localhost
- I had disabled IPv6 but I enabled it and it in my network preference pannel and that had no effect, I still cannot start 0.7.0.
- I can ping localhost and I can also ping 127.0.0.1
- I have tried changing my host entry in the sabnzbd.ini file to 0.0.0.0, 127.0.0.1, ::1, * and my actual local IP address (192.168.1.75). None of these allowed me to start 0.7.0
- I have tried the following CLI startup options
Code: Select all
/Applictions/SABnzbd.app/Contents/MacOS/SABnzbd --server ::1:8080
Code: Select all
/Applictions/SABnzbd.app/Contents/MacOS/SABnzbd --server localhost:8080
Code: Select all
/Applictions/SABnzbd.app/Contents/MacOS/SABnzbd --server 127.0.0.1:8080
Code: Select all
/Applictions/SABnzbd.app/Contents/MacOS/SABnzbd --server 192.168.1.75:8080
Code: Select all
/Applictions/SABnzbd.app/Contents/MacOS/SABnzbd
- With all of those CLI startup options I get the following output in the terminal window
Code: Select all
Suzanne:~ admin$ /Applications/SABnzbd.app/Contents/MacOS/SABnzbd --server localhost:8080
INFO:root:Console logging for OSX App disabled
2012-06-17 08:20:28,613::INFO::[SABnzbd:1241] Console logging for OSX App disabled
Suzanne:~ admin$
- If I put the --console option on my CLI startup command I get the following
Code: Select all
Suzanne:~ admin$ /Applications/SABnzbd.app/Contents/MacOS/SABnzbd --server localhost:8080 --console
INFO:root:--------------------------------
INFO:root:SABnzbd.py-0.7.0 (rev=d88b5a3b3e26beecaa4b7f8cbb5f2901de3d6024)
INFO:root:Platform = posix
INFO:root:Python-version = 2.7.1 (r271:86832, Jun 16 2011, 16:59:05)
[GCC 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)]
INFO:root:Arguments = /Applications/SABnzbd.app/Contents/Resources/SABnzbd.py --server localhost:8080 --console
INFO:root:[osx] IO priority setting
INFO:root:[osx] IO priority set to throttle for process scope
INFO:root:Read INI file /Users/admin/Library/Application Support/SABnzbd/sabnzbd.ini
INFO:root:Loading data for bookmarks.sab from /Users/admin/Library/Application Support/SABnzbd/admin/bookmarks.sab
INFO:root:Loading data for rss_data.sab from /Users/admin/Library/Application Support/SABnzbd/admin/rss_data.sab
INFO:root:Loading data for totals9.sab from /Users/admin/Library/Application Support/SABnzbd/admin/totals9.sab
INFO:root:Loading postproc queue
INFO:root:Loading data for postproc1.sab from /Users/admin/Library/Application Support/SABnzbd/admin/postproc1.sab
INFO:root:Loading data for queue9.sab from /Users/admin/Library/Application Support/SABnzbd/admin/queue9.sab
INFO:root:Loading data for watched_data.sab from /Users/admin/Library/Application Support/SABnzbd/admin/watched_data.sab
INFO:root:Resuming
INFO:root:All processes started
INFO:root:Web dir is /Applications/SABnzbd.app/Contents/Resources/interfaces/Plush
INFO:root:Web dir is /Applications/SABnzbd.app/Contents/Resources/interfaces/Config
INFO:root:_yenc module... found!
INFO:root:par2 binary... found (/Applications/SABnzbd.app/Contents/Resources/osx/par2/par2-sl)
INFO:root:unrar binary... found (/Applications/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:8080
INFO:cherrypy.error:[17/Jun/2012:08:21:46] ENGINE Bus STARTING
INFO:cherrypy.error:[17/Jun/2012:08:21:46] ENGINE Started monitor thread '_TimeoutMonitor'.
ERROR:cherrypy.error:[17/Jun/2012:08:21:46] ENGINE Error in HTTP server: shutting down
Traceback (most recent call last):
File "cherrypy/process/servers.pyc", line 75, in _start_http_thread
File "cherrypy/wsgiserver/__init__.pyc", line 1644, in start
error: [Errno 49] Can't assign requested address
INFO:cherrypy.error:[17/Jun/2012:08:21:46] ENGINE Bus STOPPING
INFO:cherrypy.error:[17/Jun/2012:08:21:46] ENGINE HTTP Server None already shut down
ERROR:cherrypy.error:[17/Jun/2012:08:21:46] ENGINE Error in 'start' listener <bound method ServerAdapter.start of <cherrypy.process.servers.ServerAdapter object at 0x104760990>>
Traceback (most recent call last):
File "cherrypy/process/wspbus.pyc", line 147, in publish
File "cherrypy/process/servers.pyc", line 62, in start
File "cherrypy/process/servers.pyc", line 97, in wait
error: [Errno 49] Can't assign requested address
INFO:cherrypy.error:[17/Jun/2012:08:21:46] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('fe80::1%lo0', 8080)) already shut down
INFO:cherrypy.error:[17/Jun/2012:08:21:46] ENGINE Stopped thread '_TimeoutMonitor'.
INFO:cherrypy.error:[17/Jun/2012:08:21:46] ENGINE Bus STOPPED
INFO:cherrypy.error:[17/Jun/2012:08:21:46] ENGINE Bus EXITING
INFO:cherrypy.error:[17/Jun/2012:08:21:46] ENGINE Bus EXITED
Exception in thread HTTPServer Thread-10:
Traceback (most recent call last):
File "threading.pyc", line 530, in __bootstrap_inner
File "threading.pyc", line 483, in run
File "cherrypy/process/servers.pyc", line 75, in _start_http_thread
File "cherrypy/wsgiserver/__init__.pyc", line 1644, in start
error: [Errno 49] Can't assign requested address
INFO:cherrypy.error:[17/Jun/2012:08:21:46] ENGINE Serving on 0.0.0.0:8080
ERROR:cherrypy.error:[17/Jun/2012:08:21:46] ENGINE Shutting down due to error in start listener:
Traceback (most recent call last):
File "cherrypy/process/wspbus.pyc", line 184, in start
File "cherrypy/process/wspbus.pyc", line 147, in publish
File "cherrypy/process/servers.pyc", line 62, in start
File "cherrypy/process/servers.pyc", line 97, in wait
error: [Errno 49] Can't assign requested address
INFO:cherrypy.error:[17/Jun/2012:08:21:46] ENGINE Bus STOPPING
INFO:cherrypy.error:[17/Jun/2012:08:21:46] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('0.0.0.0', 8080)) shut down
INFO:cherrypy.error:[17/Jun/2012:08:21:46] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('fe80::1%lo0', 8080)) already shut down
INFO:cherrypy.error:[17/Jun/2012:08:21:46] ENGINE No thread running for _TimeoutMonitor.
INFO:cherrypy.error:[17/Jun/2012:08:21:46] ENGINE Bus STOPPED
INFO:cherrypy.error:[17/Jun/2012:08:21:46] ENGINE Bus EXITING
INFO:cherrypy.error:[17/Jun/2012:08:21:46] ENGINE Bus EXITED
ERROR:root:Failed to start web-interface:
Traceback (most recent call last):
File "/Applications/SABnzbd.app/Contents/Resources/SABnzbd.py", line 1466, in main
File "cherrypy/process/wspbus.pyc", line 184, in start
File "cherrypy/process/wspbus.pyc", line 147, in publish
File "cherrypy/process/servers.pyc", line 62, in start
File "cherrypy/process/servers.pyc", line 97, in wait
error: [Errno 49] Can't assign requested address
ERROR:root:Failed to start web-interface : [Errno 49] Can't assign requested address
INFO:root:SABnzbd shutting down...
INFO:root:Saving data for bookmarks.sab in /Users/admin/Library/Application Support/SABnzbd/admin/bookmarks.sab
INFO:root:URLGrabber shutting down
INFO:root:Saving data for watched_data.sab in /Users/admin/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 /Users/admin/Library/Application Support/SABnzbd/admin/postproc1.sab
INFO:root:Saving queue
INFO:root:Saving data for queue9.sab in /Users/admin/Library/Application Support/SABnzbd/admin/queue9.sab
INFO:root:Saving data for totals9.sab in /Users/admin/Library/Application Support/SABnzbd/admin/totals9.sab
INFO:root:Saving data for rss_data.sab in /Users/admin/Library/Application Support/SABnzbd/admin/rss_data.sab
INFO:root:Saving data for bookmarks.sab in /Users/admin/Library/Application Support/SABnzbd/admin/bookmarks.sab
INFO:root:Saving data for watched_data.sab in /Users/admin/Library/Application Support/SABnzbd/admin/watched_data.sab
INFO:root:Saving postproc queue
INFO:root:Saving data for postproc1.sab in /Users/admin/Library/Application Support/SABnzbd/admin/postproc1.sab
INFO:root:All processes stopped
2012-06-17 08:21:46.216 SABnzbd[28975:3307] *** __NSAutoreleaseNoPool(): Object 0x10454ab80 of class NSCFString autoreleased with no pool in place - just leaking
2012-06-17 08:21:46.220 SABnzbd[28975:3307] *** __NSAutoreleaseNoPool(): Object 0x104533c60 of class NSURL autoreleased with no pool in place - just leaking
2012-06-17 08:21:46.221 SABnzbd[28975:3307] *** __NSAutoreleaseNoPool(): Object 0x1040147d0 of class OC_PythonString autoreleased with no pool in place - just leaking
2012-06-17 08:21:46.225 SABnzbd[28975:3307] *** __NSAutoreleaseNoPool(): Object 0x10406aaf0 of class NSCFData autoreleased with no pool in place - just leaking
2012-06-17 08:21:46.226 SABnzbd[28975:3307] *** __NSAutoreleaseNoPool(): Object 0x104545ee0 of class NSCFString autoreleased with no pool in place - just leaking
2012-06-17 08:21:46.227 SABnzbd[28975:3307] *** __NSAutoreleaseNoPool(): Object 0x10406a5d0 of class NSURL autoreleased with no pool in place - just leaking
2012-06-17 08:21:46.227 SABnzbd[28975:3307] *** __NSAutoreleaseNoPool(): Object 0x1040147d0 of class OC_PythonString autoreleased with no pool in place - just leaking
2012-06-17 08:21:46.228 SABnzbd[28975:3307] *** __NSAutoreleaseNoPool(): Object 0x10454b220 of class NSCFData autoreleased with no pool in place - just leaking
INFO:root:[osx] application terminating
INFO:root:[osx] application stopping daemon
INFO:cherrypy.error:[17/Jun/2012:08:21:46] ENGINE Bus STOPPING
INFO:cherrypy.error:[17/Jun/2012:08:21:46] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('0.0.0.0', 8080)) already shut down
INFO:cherrypy.error:[17/Jun/2012:08:21:46] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('fe80::1%lo0', 8080)) already shut down
INFO:cherrypy.error:[17/Jun/2012:08:21:46] ENGINE No thread running for _TimeoutMonitor.
INFO:cherrypy.error:[17/Jun/2012:08:21:46] ENGINE Bus STOPPED
INFO:cherrypy.error:[17/Jun/2012:08:21:46] ENGINE Bus EXITING
INFO:cherrypy.error:[17/Jun/2012:08:21:46] ENGINE Bus EXITED
INFO:root:Leaving SABnzbd
Suzanne:~ admin$
I am at a loss here and I am not sure what my next steps are. I can and have rolled back to 0.6.15 because that is the only backup version I have of SABnzbd. Any ideas, or other directions to go in?