What's new

Deluge problems

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

andyvxi

Occasional Visitor
Hi,

Can anyone tell me if there are currently any problems with installing or running Deluge on Entware?

Until recently, I had this going without a problem, then suddenly, it would no longer start up, offering some messages that my limited experience couldn't understand. It may have coincided with a recent firmware upgrade. After playing around a bit, I just decided to factory reset my AX68U and start from scratch.

Now, Deluge still won't start, and is offering a whole range of new errors.

So it would be good to know if this is a problem with my device in particular or if it's a wider problem and I should not waste my time on it. So, is anyone else experiencing something similar?

Thanks.
Andy
 
Last edited:
This is what I see now when trying to start Deluge:

xxxxxx@RT-AX68U-9408:/tmp/home/root# Traceback (most recent call last):
File "/opt/bin/deluged", line 33, in <module>
sys.exit(load_entry_point('deluge==2.1.1', 'gui_scripts', 'deluged')())
File "/opt/lib/python3.10/site-packages/deluge/core/daemon_entry.py", line 87, in start_daemon
from deluge.core.daemon import is_daemon_running
File "/opt/lib/python3.10/site-packages/deluge/core/daemon.py", line 19, in <module>
from deluge.core.core import Core
File "/opt/lib/python3.10/site-packages/deluge/core/core.py", line 40, in <module>
from deluge.core.rpcserver import export
File "/opt/lib/python3.10/site-packages/deluge/core/rpcserver.py", line 28, in <module>
from deluge.crypto_utils import check_ssl_keys, get_context_factory
File "/opt/lib/python3.10/site-packages/deluge/crypto_utils.py", line 12, in <module>
from OpenSSL import crypto
File "/opt/lib/python3.10/site-packages/OpenSSL/__init__.py", line 8, in <module>
File "/opt/lib/python3.10/site-packages/OpenSSL/crypto.py", line 17, in <module>
File "/opt/lib/python3.10/site-packages/OpenSSL/_util.py", line 6, in <module>
File "/opt/lib/python3.10/site-packages/cryptography/hazmat/bindings/openssl/binding.py", line 14, in <module>
ImportError: /opt/lib/python3.10/site-packages/cryptography/hazmat/bindings/_openssl.abi3.so: undefined symbol: FIPS_mode
 
Fixed. It's better to re-install deluge from scratch:
Bash:
opkg --autoremove remove deluge-ui-web
opkg install deluge-ui-web
 
Cool. It's back up and running again. There was a slight bump during the first install attempt when python3-cryptography - 3.4.8-2a refused to install, but after running package update and upgrade again, it finally cooperated on the next attempt.

Many thanks for the fast help!! Much appreciated.
 

Similar threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top