Search found 4 matches

by susron
March 8th, 2016, 9:31 am
Forum: Debian/Ubuntu Package
Topic: Help: pyopenssl (python-ssl) not installed
Replies: 22
Views: 22119

Re: Help: pyopenssl (python-ssl) not installed

Yes, as I said. I was testing 1.0.0RC1 which used SABnzbd.py but to keep things clear, I reverted to sabnzbdplus from the ubuntu package All vestiges of 1.0.0Rc1 are removed. sudo apt-get purge sabnzbdplus sudo apt-get install sabnzbdplus set user in /etc/default/sabnzbdplus set host in defaults 192...
by susron
March 6th, 2016, 3:28 am
Forum: Debian/Ubuntu Package
Topic: Help: pyopenssl (python-ssl) not installed
Replies: 22
Views: 22119

Re: Help: pyopenssl (python-ssl) not installed

Ahh .. sorry let me be clearer, I was testing 1.0.0RC2 but the problems are the same, I will revert to sabnzbdplus from apt 0.7.20-1 App stared from init.d ... but python code below from user shell. systemctl start sabnzbdplus (calling init.d script) /usr/bin/python -OO /usr/bin/sabnzbdplus --daemon...
by susron
March 5th, 2016, 2:34 pm
Forum: Debian/Ubuntu Package
Topic: Help: pyopenssl (python-ssl) not installed
Replies: 22
Views: 22119

Re: Help: pyopenssl (python-ssl) not installed

yeah weird ... Ubuntu 15.10 64bit Desktop python Python 2.7.9 (default, Apr 2 2015, 15:33:21) [GCC 4.9.2] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import sys >>> print sys.path ['', '/usr/lib/python2.7', '/usr/lib/py...
by susron
March 5th, 2016, 3:34 am
Forum: Debian/Ubuntu Package
Topic: Help: pyopenssl (python-ssl) not installed
Replies: 22
Views: 22119

Re: Help: pyopenssl (python-ssl) not installed

If it starts up from the init.d script: SSL fails
on Ubuntu 15.05 startup from systemd: SSL fails

If I run SABnzbd.py --config-file [path to config] from the shell SSL Fails.
if i run /usr/bin/python SABnzbd.py --config-file [path to config] from the shell SSL works.