QNAP NAS - No Web page
Posted: July 7th, 2016, 7:43 pm
Hi all,
I've just installed SABnzbdplus_160522.qpkg on a qnap ts-453 NAS.
I have Python 2.7.9 and git_2.1.0_x86.qpkg installed.
Sab appears to have installed, directories have been created but I cannot access the web GUI. I've tried changing the host address in the sabnzbd.ini file from 0.0.0.0 to the NAS IP but no change.
When I try to run from the command line using "/etc/init.d/sabnzbd.sh start" among other things, I get the below output which ends telling me it can't find the python module "six". I've read that this is a library package to transition between python 2 and python 3. I'm not sure why this would be needed since Sab requires python 2.7, which I have.
At any rate, I'm totally out of my wheel house here, hoping someone may be able to point me in the right direction.
Thanks very much,
Russ
Performing SABnzbdplus prestartup checks at Fri Jul 8 01:05:21 BST 2016...
Checking for git... Found!
HEAD is now at 2d77051 V10.15 ready for merge.
Already up-to-date.
Checking environment
Checking if all configured directories exist....... Done
Creating Symbolic links for required utils. Done
Done
Already up-to-date.
Starting SABnzbdplusTraceback (most recent call last):
File "SABnzbd.py", line 54, in <module>
import cherrypy
File "/share/CACHEDEV1_DATA/.qpkg/SABnzbdplus/sabnzbd/cherrypy/__init__.py", line 64, in <module>
from cherrypy._cperror import HTTPError, HTTPRedirect, InternalRedirect
File "/share/CACHEDEV1_DATA/.qpkg/SABnzbdplus/sabnzbd/cherrypy/_cperror.py", line 122, in <module>
import six
ImportError: No module named six
Done (Fri Jul 8 01:05:41 BST 2016)
I've just installed SABnzbdplus_160522.qpkg on a qnap ts-453 NAS.
I have Python 2.7.9 and git_2.1.0_x86.qpkg installed.
Sab appears to have installed, directories have been created but I cannot access the web GUI. I've tried changing the host address in the sabnzbd.ini file from 0.0.0.0 to the NAS IP but no change.
When I try to run from the command line using "/etc/init.d/sabnzbd.sh start" among other things, I get the below output which ends telling me it can't find the python module "six". I've read that this is a library package to transition between python 2 and python 3. I'm not sure why this would be needed since Sab requires python 2.7, which I have.
At any rate, I'm totally out of my wheel house here, hoping someone may be able to point me in the right direction.
Thanks very much,
Russ
Performing SABnzbdplus prestartup checks at Fri Jul 8 01:05:21 BST 2016...
Checking for git... Found!
HEAD is now at 2d77051 V10.15 ready for merge.
Already up-to-date.
Checking environment
Checking if all configured directories exist....... Done
Creating Symbolic links for required utils. Done
Done
Already up-to-date.
Starting SABnzbdplusTraceback (most recent call last):
File "SABnzbd.py", line 54, in <module>
import cherrypy
File "/share/CACHEDEV1_DATA/.qpkg/SABnzbdplus/sabnzbd/cherrypy/__init__.py", line 64, in <module>
from cherrypy._cperror import HTTPError, HTTPRedirect, InternalRedirect
File "/share/CACHEDEV1_DATA/.qpkg/SABnzbdplus/sabnzbd/cherrypy/_cperror.py", line 122, in <module>
import six
ImportError: No module named six
Done (Fri Jul 8 01:05:41 BST 2016)