Search found 3679 matches

by Cas
Tue Aug 02, 2022 6:43 pm
Forum: Development
Topic: Please fix this: TCP: request_sock_TCP: Possible SYN flooding on port X. Sending cookies. Check SNMP counters.
Replies: 2
Views: 32356

Re: Please fix this: TCP: request_sock_TCP: Possible SYN flooding on port X. Sending cookies. Check SNMP counters.

Which port are you getting the SYN flooding messages for?

What version of libtorrent are you using? libtorrent handles the bittorrent listen sockets so that it could be a setting or bug that needs resolved there.
by Cas
Thu Jun 30, 2022 8:01 pm
Forum: Support
Topic: Trackers are not added through magnets.
Replies: 15
Views: 15772

Re: Trackers are not added through magnets.

What version of libtorrent?

Could you create a Trac issue with details of the problem, thanks
by Cas
Wed Jun 29, 2022 10:52 am
Forum: Development
Topic: Deluge Console Improvements?
Replies: 1
Views: 30360

Re: Deluge Console Improvements?

Sure we welcome changes, try to make the PRs concise for review
by Cas
Wed Jun 29, 2022 10:32 am
Forum: Support
Topic: Deluge 2.1.0 failed to run on Ubuntu 20.04 because of libtorrent version miss match.
Replies: 3
Views: 7253

Re: Deluge 2.1.0 failed to run on Ubuntu 20.04 because of libtorrent version miss match.

I shall update the repo both by fixing the control file and including libtorrent 1.2 for Bionic and Focal.

If you need libtorrent in meantime you can use the daily PPA: https://code.launchpad.net/~libtorrent. ... /1.2-daily
by Cas
Wed Jun 29, 2022 10:20 am
Forum: Windows OS
Topic: Deluge Windows Builds
Replies: 156
Views: 1666706

Re: Deluge Windows Builds

Just to note that I have released Deluge 2.1 with Windows builds, with default libtorrent 1.2.15 or optional 2.0.6

http://download.deluge-torrent.org/windows/
https ftp link: https://ftp-osl.osuosl.org/pub/deluge/windows/
by Cas
Wed Jun 29, 2022 10:18 am
Forum: Windows OS
Topic: Unofficial Deluge 2.0.x for Windows installer
Replies: 265
Views: 476745

Re: Unofficial Deluge 2.0.x for Windows installer

Just to add that I have released Deluge 2.1 with Windows builds, with default libtorrent 1.2.15 or optional 2.0.6

http://download.deluge-torrent.org/windows/
https site link: https://ftp-osl.osuosl.org/pub/deluge/windows/
by Cas
Fri May 20, 2022 10:42 am
Forum: Support
Topic: Change listening port via WebUI JSON?
Replies: 3
Views: 7535

Re: Change listening port via WebUI JSON?

The config key should be listen_ports with two values
by Cas
Wed Mar 02, 2022 9:23 am
Forum: Plugins
Topic: web UI
Replies: 4
Views: 10108

Re: web UI

Can you provide a screenshot of the issue?

The alternative is to run the deluge-web command from terminal as a background service
by Cas
Sat Feb 19, 2022 9:03 am
Forum: Development
Topic: Dev version and https trackers
Replies: 10
Views: 53577

Re: Dev version and https trackers

I was able to replicate with the following random tracker https://tr.highstar.shop:443/announce added to a created torrent so it was as mhertz suggested the path to CA cert cannot be found for the PyPi libtorrent. However I am surprised that the following would not work for you on Ubuntu: SSL_CERT_F...
by Cas
Fri Feb 18, 2022 7:25 pm
Forum: Development
Topic: Dev version and https trackers
Replies: 10
Views: 53577

Re: Dev version and https trackers

@jeps How did you install the dev version of Deluge and libtorrent?

The primary reason https trackers don't work is due to libtorrent not being build with or finding the openssl libs.