Search found 2215 matches

by mhertz
Sun May 30, 2021 5:33 pm
Forum: Support
Topic: Cannot Install Plugins 2.0.4 dev56 Docker
Replies: 1
Views: 4731

Re: Cannot Install Plugins 2.0.4 dev56 Docker

Rename to match python version, probably 3.9.
by mhertz
Sat May 29, 2021 6:24 pm
Forum: Support
Topic: Tracker timeout
Replies: 6
Views: 14314

Re: Tracker timeout

Proxy hostname runs dns lookups through proxy also. Proxy peers, communicates with peers in/out through proxy, and proxy trackers, announces through proxy to trackers. Its hard to say, because they could harvest your ip from the tracker, and send you dmca letter through isp, but if they want to actu...
by mhertz
Fri May 28, 2021 3:21 pm
Forum: Support
Topic: testing out wireguard and network namespace
Replies: 4
Views: 5744

Re: testing out wireguard and network namespace

If you cannot connect with deluge-console inside namespace, then presumably not running under same user as deluged, or add arg to use same profile folder as deluged, for auth to work. Anyway, deluge UIs comunicate with deluged daemon through a TCP port, and not unix socket like e.g. rtorrent support...
by mhertz
Mon May 24, 2021 9:59 pm
Forum: Windows OS
Topic: deluge brings my home network to a stand still
Replies: 3
Views: 25602

Re: deluge brings my home network to a stand still

You're very welcome, and no worries in the slightest, just happy you've found the culprit and gotten it solved, would never have cought that myself I'd suspect so good job :) Thanks for reporting back with solution also, never know who else stumbles upon same issue later. I've heard before some chea...
by mhertz
Mon May 24, 2021 7:15 pm
Forum: Support
Topic: renaming the excutable for /bin/ps command
Replies: 3
Views: 5028

Re: renaming the excutable for /bin/ps command

Sorry I completelly missed the ball on this one lol, thanks for spelling it out for me :) Yeah, that is because of deluge using setproctitle for changing process-name of UIs. If reading up on changing ps process-name in general, then not super easy with regular means, so if possible for you then eas...
by mhertz
Mon May 24, 2021 5:35 pm
Forum: Support
Topic: renaming the excutable for /bin/ps command
Replies: 3
Views: 5028

Re: renaming the excutable for /bin/ps command

Sorry but what exactly isn't working? I just tested 'ln -s /usr/bin/deluge-gtk ~/.local/bin/foo', and 'foo' started GTKUI fine for me. I also tested non-symlinked deluge-gtk connecting fine to symlinked deluged, if that was the scenario, sorry wasen't sure honestly and i'm probably misunderstanding ...
by mhertz
Mon May 24, 2021 4:46 pm
Forum: Support
Topic: How to use a specific network interface/device?
Replies: 4
Views: 14237

Re: How to use a specific network interface/device?

No it doesn't change that. However I didn't seem to see that, but granted didn't sniff traffic with tcpdump or wireshark etc, but only saw that with VPN off, then no traffic in deluge UI and DHT showing 0 nodes and the ipmagnet test-torrent didn't anounce own IP when checking the ipmagnet site durin...
by mhertz
Mon May 24, 2021 9:51 am
Forum: Windows OS
Topic: Adding 1000's of completed torrents to a new PC install?
Replies: 2
Views: 29227

Re: Adding 1000's of completed torrents to a new PC install?

You need the state folder from old pc's deluge profile folder, and then if paths is same, then i'd guess would work, or else need search/replace. I'm no expert on this, but check out shamael's good advice about tracker key changing in this thread + it's posted follow-up link later, which info should...
by mhertz
Mon May 24, 2021 8:11 am
Forum: Windows OS
Topic: deluge brings my home network to a stand still
Replies: 3
Views: 25602

Re: deluge brings my home network to a stand still

A VPN should bypass throttling/traffic-shaping from ISP, agreed. I did a quick search, and read a couple Google hits and seemingly there is several people that have like minded issues with PIA and deluge, and the issues seemingly stems from either PIA's VPN software, or a compatibility problem with ...
by mhertz
Sun May 23, 2021 2:15 pm
Forum: Support
Topic: How to use a specific network interface/device?
Replies: 4
Views: 14237

Re: How to use a specific network interface/device?

In deluge2 you can bind to ip's for incoming and ip's or interfaces for outgoing(in deluge1 there was only an incoming option). However, Strangelovian has submitted very nice, still unmerged PR, adding ability to use interface names in both, plus comma-seperated several entries of ip's/interfaces(pl...