a bit of a loss here as to what caused it but my sabnzbd service in my freenas jail stopped working this morning. When I try to manually start the service I get the following output now:
Code: Select all
# service sabnzbd start
Starting sabnzbd.
Traceback (most recent call last):
File "/usr/local/bin/SABnzbd.py", line 88, in <module>
import sabnzbd
File "/usr/local/lib/python2.7/site-packages/sabnzbd/__init__.py", line 78, in <module>
from sabnzbd.nzbqueue import NzbQueue
File "/usr/local/lib/python2.7/site-packages/sabnzbd/nzbqueue.py", line 42, in <module>
import sabnzbd.downloader
File "/usr/local/lib/python2.7/site-packages/sabnzbd/downloader.py", line 34, in <module>
from sabnzbd.utils.sslinfo import ssl_protocols
File "/usr/local/lib/python2.7/site-packages/sabnzbd/utils/sslinfo.py", line 12, in <module>
from OpenSSL import SSL
File "/usr/local/lib/python2.7/site-packages/OpenSSL/__init__.py", line 8, in <module>
from OpenSSL import rand, crypto, SSL
File "/usr/local/lib/python2.7/site-packages/OpenSSL/rand.py", line 12, in <module>
from OpenSSL._util import (
File "/usr/local/lib/python2.7/site-packages/OpenSSL/_util.py", line 6, in <module>
from cryptography.hazmat.bindings.openssl.binding import Binding
File "/usr/local/lib/python2.7/site-packages/cryptography/hazmat/bindings/openssl/binding.py", line 250, in <module>
_verify_openssl_version(Binding.lib.SSLeay())
File "/usr/local/lib/python2.7/site-packages/cryptography/hazmat/bindings/openssl/binding.py", line 230, in _verify_openssl_version
"You are linking against OpenSSL 0.9.8, which is no longer "
RuntimeError: You are linking against OpenSSL 0.9.8, which is no longer support by the OpenSSL project. You need to upgrade to a newer version of OpenSSL.
/usr/local/etc/rc.d/sabnzbd: WARNING: failed to start sabnzbd