rainfallsevensamurai
rainfallsevensamurai
Thank you, that makes sense. ``` ss -tulpn | grep LISTEN tcp LISTEN 0 50 0.0.0.0:445 0.0.0.0:* users:(("smbd",pid=11905,fd=31)) tcp LISTEN 0 5 0.0.0.0:6881 0.0.0.0:* users:(("qbittorrent-nox",pid=11945,fd=32)) tcp LISTEN 0 10 0.0.0.0:9090...
I removed deluge to try if qbittorent would work. ``` [ OK ] DietPi-Services | avahi-daemon active (running) since Thu 2021-05-20 11:30:39 CEST; 28min ago [ OK ] DietPi-Services |...
After installing deluge via dietpi-software: ``` [ OK ] DietPi-Services | avahi-daemon active (running) since Thu 2021-05-20 12:04:51 CEST; 7s ago [ OK ] DietPi-Services | proftpd active (running) since...
My old RPI3 is still up and running deluge and is perfectly accessible via browser and the Deluge application on the same laptop I trying to reach the Odroid. Could...
Thank you for trying. I ran: `sudo pkill deluge-web` `deluge-web` Obviously it's not running in the background then, however the web page is loading now. -edit- Killed it again, ran...
Thanks again for your support! Rebooted, still got the timeout Restarted the service, still got a timeout
``` systemctl restart deluge-web.service sudo -u debian-deluged /usr/bin/deluge-web -l /var/log/deluged/web.log -L warning Traceback (most recent call last): File "/usr/bin/deluge-web", line 11, in load_entry_point('deluge==1.3.15', 'console_scripts', 'deluge-web')() File "/usr/lib/python2.7/dist-packages/deluge/ui/web/web.py", line 144, in...
No error messages, but the website still timeouts. If I stop the service again and try your second command with `--fork` I get:`Couldn't listen on 0.0.0.0:8112: [Errno 98] Address already...
Yeah, I did: ``` root@odroid:~# systemctl stop deluge-web.service root@odroid:~# systemctl status deluge-web.service ● deluge-web.service - Deluge Web UI (DietPi) Loaded: loaded (/etc/systemd/system/deluge-web.service; disabled; vendor preset: enabled) Active: inactive (dead) Docs:...
Did a reboot. ``` ps -ef | grep deluge-web: debian-+ 2693 1 0 13:52 ? 00:00:03 /usr/bin/python /usr/bin/deluge-web -l /var/log/deluged/web.log -L warning root 3843 3801 0 14:01 pts/0 00:00:00 grep...