Search found 41 matches

by sinaptika
Thu Oct 12, 2017 6:17 am
Forum: Support
Topic: Deuged, libtorrent, raspian stretch all the errors
Replies: 16
Views: 18910

Re: Deuged, libtorrent, raspian stretch all the errors

Thanks! I'm testing in a container, where i'm dropped in as root, so I didn't even notice i'm appending as a regular user.
I'm gonna edit my post.
by sinaptika
Thu Oct 12, 2017 6:05 am
Forum: Support
Topic: Compiled from source 1.3.15 but has libtorrent error.
Replies: 8
Views: 4963

Re: Compiled from source 1.3.15 but has libtorrent error.

I made a boo boo typo, my bad. Correct commands: sudo apt-get install dirmngr sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 249AD24C sudo su -c "echo "deb http://ppa.launchpad.net/deluge-team/ppa/ubuntu trusty main" >> /etc/apt/sources.list.d/deluge.list" sudo apt...
by sinaptika
Wed Oct 11, 2017 3:44 pm
Forum: Support
Topic: Compiled from source 1.3.15 but has libtorrent error.
Replies: 8
Views: 4963

Re: Compiled from source 1.3.15 but has libtorrent error.

1. Don't use libtorrent 1.1.4 ! Use libtorrent 1.0.11 2. Use a PPA. You say you are using retropie. On their site, they mention (like you said), they are based on raspbian jessie. With raspbian jessie, there will be no problems using deluge official ppa. Commands: sudo apt-key adv --keyserver keyser...
by sinaptika
Tue Oct 03, 2017 4:37 pm
Forum: Support
Topic: Bash scripting deluge-console
Replies: 1
Views: 2845

Re: Bash scripting deluge-console

Try:

Code: Select all

deluge-console "connect localhost deluge deluge;pause *"
If on localhost, like in the example:

Code: Select all

deluge-console -c /path/to/deluge/config "pause *"
by sinaptika
Mon Sep 25, 2017 6:52 pm
Forum: Support
Topic: Can't Set Deluge Config Location
Replies: 3
Views: 4607

Re: Can't Set Deluge Config Location

Stupid suggestion, but can you replace your ExecStart line with this one:

Code: Select all

ExecStart=/usr/bin/deluged --do-not-daemonize --config=/etc/deluge
Also look at /var/lib/deluge/.config. Are there any core.conf files there?
by sinaptika
Sat Sep 23, 2017 8:44 am
Forum: Support
Topic: dependencies on fedora workstation
Replies: 2
Views: 2523

Re: dependencies on fedora workstation

Deluge-gtk is a gui client for deluge and part of Deluge.
This is GTK: https://www.gtk.org/
It's used for building graphical user interfaces.
On Fedora, one of the dependancies of gtk is apparently also "lash panel".
by sinaptika
Sat Sep 23, 2017 8:35 am
Forum: Support
Topic: Deluge file name/location question
Replies: 1
Views: 2797

Re: Deluge file name/location question

I'm not sure I understand completely, but if I do: 1. Right click on a torrent and choose "Move Storage" With that you can move the data to the path as seen by the container running deluged 2. After you have the data where you want it, just click on the torrent in the client. On the bottom...
by sinaptika
Tue Sep 05, 2017 2:25 pm
Forum: Support
Topic: Stange upload behaviour
Replies: 5
Views: 3420

Re: Stange upload behaviour

Although you can disable uTP and with it, utp connections, it should not be an issue. Except perhaps, if you are using some weird package.
Where did you install deluge from? What version?
Since you disabled uTP, you are using ltConfig, right? What version of libtorrent is it reporting?
by sinaptika
Tue Aug 29, 2017 1:41 pm
Forum: Support
Topic: [Solved] Next Announce not working over ~1,550 torrents
Replies: 6
Views: 8311

Re: Next Announce not working over ~1,550 torrents

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 their trackers. 1. If you are using gtkui client, go to Edit/Preferences/Plug...