1)
Code: Select all
Secure (SSL) connections from SABnzbd to newsservers and HTTPS websites will be encrypted, however, validating a server's identity using its certificates is not possible. Python 2.7.9 or above, OpenSSL 1.0.2 or above and up-to-date local CA certificates are required.
Code: Select all
opkg install ca-certificates
Package ca-certificates (20180409-3) installed in root is up to date.
2)
Code: Select all
Speed up repairs by installing multicore Par2, it is available for many platforms.
Code: Select all
par2 -V
par2cmdline version 0.8.0
3)
Code: Select all
SABYenc: Not available
Code: Select all
pip install sabyenc --upgrade
Collecting sabyenc
Using cachedxxxxxxles.pythonhosted .org/packages/4f/30/a1a313ee4d9881cc5e119fcefb9f746df71f1b4fa6d3b53cc334799dbfd8/sabyenc-335 .tar .gz
Complete output from command python setup. py egg_info:
usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: -c --help [cmd1 cmd2 ...]
or: -c --help-commands
or: -c cmd --help
error: invalid command 'egg_info'
----------------------------------------
Command "python setup.py egg_ info" failed with error code 1 in /tmp/pip-install-HAPVGF/sabyenc/
I checked for egg_info
Code: Select all
[/share/CE_CACHEDEV1_DATA/ . qpkg] # find -name egg_info*
./container-station/usr/local/container-station/python/lib/python2.7/site-packages/setuptools/command/egg_info .py
./container-station/usr/local/container-station/python/lib/python2.7/site-packages/setuptools/command/egg_info .pyc
./Python3/pkgs/setuptools-18.3.2/setuptools/command/egg_info .py
./Python3/pkgs/setuptools-18.3.2/setuptools/command/__pycache__/egg_info.cpython-35 .pyc
./Python3/pkgs/setuptools-18.3.2/build/lib/setuptools/command/egg_info .py
./Entware-3x/lib/python2.7/site-packages/setuptools/command/egg_info .pyc
./QSabNZBdPlus/lib/python2.7/site-packages/setuptools/command/egg_info .py
./QSabNZBdPlus/lib/python2.7/site-packages/setuptools/command/egg_info .pyc
Code: Select all
python -c "import sabyenc ; print sabyenc.__version__ "
Traceback (most recent call last):
File "<string>", line 1, in <module>
ImportError: No module named sabyenc
Code: Select all
Config File: /share/CE_CACHEDEV1_DATA/.qpkg/QSabNZBdPlus/SAB_CONFIG/config.ini
Parameters: SABnzbd.py --config-file /share/CE_CACHEDEV1_DATA/.qpkg/QSabNZBdPlus/SAB_CONFIG/config.ini --server 0.0.0.0:8282 --https 8243 --daemon
Python Version: 2.7.13 (default, Jan 14 2017, 19:54:44) [GCC 4.8.4] [UTF-8]
OpenSSL: OpenSSL 1.0.2j 26 Sep 2016