Deluge-web stuck after start
Posted: Wed Jan 02, 2019 10:49 pm
Installed deluged, deluge-console and deluge-web on raspberry with raspbian stretch and external usb hdd. Got it working but then I tried to make the connection work through ssl. I followed the usual guide excep that I didn't use self-signed key but one from let's encrypt. I used the web-ui to set the new name for the cert and private key and restarted the daemon and client, but then the web-ui wouldn't start and there is also no output to the log or the console. It simply freezes silently.
I followed this guide for the ssl part: viewtopic.php?t=39785
And this guide for general setup: https://www.howtogeek.com/142044/how-to ... rrent-box/
This is the output from the log:
This is the start script in /etc/systemd/system:
This is how it looks like when starting from shell:
http://prntscr.com/m2ctb2
Versions:
pi@Jovian:~ $ deluged -v
deluged: 1.3.15.dev0
libtorrent: 1.1.11.0
raspbian stretch, python 2.7.13
Never had a linux program freeze silently like this.
I followed this guide for the ssl part: viewtopic.php?t=39785
And this guide for general setup: https://www.howtogeek.com/142044/how-to ... rrent-box/
This is the output from the log:
Code: Select all
[INFO ] 00:13:01 ui:124 Deluge ui 1.3.13
[INFO ] 00:13:01 ui:127 Starting web ui..
[INFO ] 00:13:01 server:664 Starting server in PID 20034.
Code: Select all
[Unit]
Description=Deluge Bittorrent Client Web Interface
Documentation=man:deluge-web
After=network-online.target deluged.service
Wants=deluged.service
[Service]
Type=simple
User=deluge
Group=deluge
UMask=027
# This 5 second delay is necessary on some systems
# to ensure deluged has been fully started
ExecStartPre=/bin/sleep 5
ExecStart=/usr/bin/deluge-web -l /var/log/deluge/web.log -L info
Restart=on-failure
[Install]
WantedBy=multi-user.target
http://prntscr.com/m2ctb2
Versions:
pi@Jovian:~ $ deluged -v
deluged: 1.3.15.dev0
libtorrent: 1.1.11.0
raspbian stretch, python 2.7.13
Never had a linux program freeze silently like this.