Search found 41 matches

by sinaptika
Thu Mar 08, 2018 10:30 pm
Forum: Development
Topic: Deluge 2.0 Beta in a Docker
Replies: 12
Views: 16526

Re: Deluge 2.0 Beta in a Docker

Bash is not installed, use /bin/ash.
by sinaptika
Thu Mar 08, 2018 4:52 pm
Forum: Development
Topic: Deluge 2.0 Beta in a Docker
Replies: 12
Views: 16526

Re: Deluge 2.0 Beta in a Docker

I think host networking is the one you use. Bridge is the one with port maping and nat.
I would also mount the config directory (/opt/deluge/config).

hf
by sinaptika
Thu Mar 08, 2018 3:09 pm
Forum: Development
Topic: Deluge 2.0 Beta in a Docker
Replies: 12
Views: 16526

Re: Deluge 2.0 Beta in a Docker

The part before ":" is the image in docker hub. The part after ":" is the tag of the image. sinaptika/deluge: dev is Deluge 2.0b1 sinaptika/deluge == sinaptika/deluge: latest == sinaptika/deluge: 0.8 is Deluge 1.3.15 So :dev is what you are looking for. The tags are also explaine...
by sinaptika
Thu Mar 08, 2018 1:04 pm
Forum: Development
Topic: Deluge 2.0 Beta in a Docker
Replies: 12
Views: 16526

Re: Deluge 2.0 Beta in a Docker

This should get you on your way, as long as you use an x86 cpu. So while it won't work on ARM , it will work fine for you. 1. mkdir ~/deluge 2. docker run -d \ --name c_deluge \ -p 50100:50100 \ -p 58846:58846 \ -p 8112:8112 \ -v ~/deluge:/opt/deluge/complete \ sinaptika/deluge:dev 3. docker exec -i...
by sinaptika
Wed Mar 07, 2018 7:24 pm
Forum: Development
Topic: Deluge 2.0 Beta in a Docker
Replies: 12
Views: 16526

Re: Deluge 2.0 Beta in a Docker

What cpu does your nas use?
by sinaptika
Sat Jan 06, 2018 4:53 pm
Forum: Support
Topic: Torrents say they are Seeding, but they are not
Replies: 3
Views: 6311

Re: Torrents say they are Seeding, but they are not

Install ltconfig: https://github.com/ratanakvlun/deluge-ltconfig/releases I'm not sure if this will help, but it looks like it (also default value is 1600 and that is where you start to see problems): Quote from libtorrent manual: active_tracker_limit is the max number of torrents to announce to the...
by sinaptika
Fri Dec 29, 2017 6:44 pm
Forum: Support
Topic: CIFS Directory problem solved but maybe by brute force
Replies: 1
Views: 1310

Re: CIFS Directory problem solved but maybe by brute force

Try looking for something like UID mapping or UID shifting on the synology.

It's not a deluge/samba thing, it's probably ldap/ad integration. Are you doing AD with Server2012/2016 or Samba?
by sinaptika
Wed Dec 20, 2017 3:02 pm
Forum: Support
Topic: Hash check
Replies: 3
Views: 3414

Re: Hash check

Deluge (lt) checks every piece of the whole download, while downloading.
Why would you want to also check the whole?
What do you think you gain? What would that solve?
by sinaptika
Sat Dec 16, 2017 12:51 pm
Forum: Support
Topic: Can't set priority of file download (or not to download)
Replies: 10
Views: 20836

Re: Can't set priority of file download (or not to download)

toolazy wrote:libtorrent: 1.1.5.0
Use libtorrent 1.0.11, 1.1.x are not compatible with Deluge 1.3.x

Btw how did you manage to get lt 1.1.5? Did you build it from source? Why not use the ppa if on Ubuntu?
by sinaptika
Fri Dec 08, 2017 2:44 pm
Forum: Support
Topic: How to check my version and update?
Replies: 1
Views: 6271

Re: How to check my version and update?

Open the web interface in your browser. Can you see the name of the tab on top? Does it say Deluge Web UI x.y.xy? That's the version If that does not work, try connecting to deluge with a desktop client. The version is mentioned also there. If you have only used the web interface so far: download de...