Search found 18 matches

by zone4444
Sat Apr 01, 2023 6:10 pm
Forum: Support
Topic: IPv6 and iptable rules
Replies: 2
Views: 4563

Re: IPv6 and iptable rules

Shwycs,
Ty for the reply. Will read this as it sounds very interesting and test it when I'm ready.

**Edit: Been testing the rules you suggested (tailored to my specific ports ofc) for the past 24 hours and it all seems to be working fine now.
by zone4444
Mon Jan 31, 2022 3:40 pm
Forum: Support
Topic: IPv6 and iptable rules
Replies: 2
Views: 4563

IPv6 and iptable rules

Hello, Whenever I flush my ip6tables on Ubuntunu 20.04 then Deluge starts seeding/uploading on IPv6. As soon as I enable the following IPv6 iptable rules, Deluge becomes unconnectable on IPv6 (it is configured for port 44973) and any seed/peer using IPv6 becomes totally unable to download from me. -...
by zone4444
Fri Jan 14, 2022 10:31 pm
Forum: Support
Topic: Deluge service won't start anymore on Raspbian
Replies: 3
Views: 5318

Re: Deluge service won't start anymore on Raspbian

I might be wrong... but I think you already had an instance of the deluged service running, thus why the port was taken. Executiing rm .pid might have just terminated the old instance allowing you to run the deluge daemon once more.
by zone4444
Fri Jan 14, 2022 9:41 pm
Forum: Support
Topic: Deluge service won't start anymore on Raspbian
Replies: 3
Views: 5318

Re: Deluge service won't start anymore on Raspbian

Try this please:

Code: Select all

sudo lsof -i :58846
by zone4444
Fri Jan 14, 2022 7:53 pm
Forum: Support
Topic: Deluged Error when checking service status
Replies: 8
Views: 7278

Re: Deluged Error when checking service status

Code: Select all

sudo -u deluge chown /home/deluge/.config/deluge/test123
chown: missing operand after ‘/home/deluge/.config/deluge/test123’
ofc because we haven't added the owner group:user, so I successfully tried

Code: Select all

sudo -u deluge touch /home/deluge/.config/deluge/test123
by zone4444
Fri Jan 14, 2022 7:31 pm
Forum: Support
Topic: Deluged Error when checking service status
Replies: 8
Views: 7278

Re: Deluged Error when checking service status

No worries, appreciate any help I can get. sudo nano /etc/systemd/system/deluged.service [Unit] Description=Deluge Bittorrent Client Daemon After=network-online.target [Service] Type=simple User=deluge Group=deluge UMask=007 ExecStart=/usr/bin/deluged -d Restart=on-failure # Configures the time to w...
by zone4444
Fri Jan 14, 2022 6:25 pm
Forum: Support
Topic: Deluged Error when checking service status
Replies: 8
Views: 7278

Re: Deluged Error when checking service status

Ok I executed the code above and when I try: sudo systemctl start deluged.service I get: Jan 14 18:43:40 ******** deluged[8866]: [Failure instance: Traceback: <class 'PermissionError'>: [Errno 13] Permission denied: '/home/deluge/.config/deluge/state/.safe_state_check' Jan 14 18:43:40 ******** delug...
by zone4444
Fri Jan 14, 2022 5:42 pm
Forum: Support
Topic: Deluged Error when checking service status
Replies: 8
Views: 7278

Deluged Error when checking service status

Hello, when I type: sudo systemctl status deluged.service I get the following error(s): Jan 14 17:37:21 ***********deluged[53808]: observer(event) Jan 14 17:37:21 ***********deluged[53808]: File "/usr/lib/python3/dist-packages/twisted/logger/_legacy.py", line 93, in __call__ Jan 14 17:37:2...
by zone4444
Thu Jan 13, 2022 2:30 pm
Forum: Windows OS
Topic: All torrents disappeared after Deluge Crash
Replies: 11
Views: 65249

Re: All torrents disappeared after Deluge Crash

Very late reply, I know, and I do not mean to revive an old thread but just to add some info if anyone happens to read it. The torrent files for deluge are usually located under "deluge/.config/deluge/state/". So it is not a single folder called "config state" as the op imagined ...
by zone4444
Thu Jan 13, 2022 3:56 am
Forum: Support
Topic: Deluge crashed
Replies: 1
Views: 4507

Deluge crashed

Hello, Deluge (on Linux Ubuntu 20.04) crashed as soon as I added a torrent today. I have already made a back up copy of the /deluge/.config/state folder. However, when I restored the contents of that folder from my back up and restarted the deluge daemon I still cannot see any torrents loaded in del...