Search found 3 matches
- Wed Aug 31, 2022 1:52 am
- Forum: Support
- Topic: [SOLVED] Trackers are timing out after Ubuntu 22.04 upgrade
- Replies: 2
- Views: 4805
Re: Trackers are timing out after Ubuntu 22.04 upgrade
OK, I've solved the last piece of the puzzle. The permissions for the directories where the files download to needed to be re-applied for example: chown -R deluge:deluge /srv/torrents and chmod -R 775 deluge:deluge /var/lib/deluge Not sure why this got messed up, but it appears to all be working aga...
- Tue Aug 30, 2022 3:45 am
- Forum: Support
- Topic: [SOLVED] Trackers are timing out after Ubuntu 22.04 upgrade
- Replies: 2
- Views: 4805
Re: Trackers are timing out after Ubuntu 22.04 upgrade
I've made some progress. I have a bridge setup on the server that runs deluge. I found that dhcpcd was assigning a DHCP address to both the bridge and the bridge interface. It must have been confusing the router. At the bottom of /etc/dhcpcd.conf I added the line: denyinterfaces enp2s0 (this is the ...
- Mon Aug 29, 2022 7:13 am
- Forum: Support
- Topic: [SOLVED] Trackers are timing out after Ubuntu 22.04 upgrade
- Replies: 2
- Views: 4805
[SOLVED] Trackers are timing out after Ubuntu 22.04 upgrade
Hello, Deluge was working great until I upgraded to Ubuntu 22.04 from 20.04 recently. All my recently added torrents run into tracker errors. I see the tracker status "Announce Sent", "Announce OK", and then I get "Error: skipping tracker announce (unreachable)" or &quo...