Search found 41 matches

by sinaptika
Fri Dec 01, 2017 11:54 am
Forum: Support
Topic: Unable to get umask working on service
Replies: 1
Views: 1481

Re: Unable to get umask working on service

1.
Stop changing umask for deluge-web (deluge-web.service) and change it back to 027

2.
You should change umask for deluged (deluged.service). Deluged is the one doing the downloading, deluge-web is just the web interface.
by sinaptika
Mon Nov 27, 2017 2:38 pm
Forum: Support
Topic: Did something silly before reading
Replies: 5
Views: 2573

Re: Did something silly before reading

shamael wrote:Do not forget to stop respective daemons prior any change.
Stop deluge-web first!!

Then edit web.conf:
Look around line 25-26 and change session timeout to (if I may suggest) a non zero value :)

Code: Select all

"session_timeout": 3600,
by sinaptika
Wed Nov 22, 2017 9:52 pm
Forum: Development
Topic: Deluge 2.0 Beta 1
Replies: 206
Views: 541245

Re: Deluge 2.0 Beta 1

Try with tags, this works for me (setup.py install might need root/sudo):

Code: Select all

git clone https://github.com/deluge-torrent/deluge.git
cd deluge
git checkout tags/deluge-2.0b1
python setup.py -q build
python setup.py -q install
by sinaptika
Tue Oct 31, 2017 1:28 pm
Forum: Support
Topic: Connect Deluge to my server
Replies: 8
Views: 4576

Re: Connect Deluge to my server

P.S. Also port number for the daemon is 58846, not 8112 (that's for the web interface)
by sinaptika
Fri Oct 27, 2017 11:53 am
Forum: Windows OS
Topic: Language
Replies: 7
Views: 10327

Re: Language

Are you trying to use Deluge in English?
Otherwise, Deluge should auto detect your OS language and locale.
by sinaptika
Wed Oct 25, 2017 7:59 pm
Forum: Support
Topic: Autoconnect to daemon on boot - Ubuntu
Replies: 2
Views: 2743

Re: Autoconnect to daemon on boot - Ubuntu

1. Remove the line from /etc/init/deluge-web.conf
2. Stop deluge-web
3. Edit and add id in to: /home/user1/.config/deluge/deluge-web.conf :)
by sinaptika
Wed Oct 25, 2017 11:48 am
Forum: Support
Topic: autoconnect to daemon on restart - raspbian
Replies: 9
Views: 4887

Re: autoconnect to daemon on restart - raspbian

Fabio I still have no clue what you want. Also why are you changing permissions on web.conf? Why did you run chmod 444 on web.conf? Anyway and this is just a guess, based on your so far: I think you want your web interface (deluge-web) to automatically connect to a running deluge daemon (deluged) ru...
by sinaptika
Wed Oct 25, 2017 9:56 am
Forum: Support
Topic: autoconnect to daemon on restart - raspbian
Replies: 9
Views: 4887

Re: autoconnect to daemon on restart - raspbian

What are you trying to do exactly?
Automatically connect the web interface to a running delug-daemon (deluged)?
or
Automatically start deluged on reboot?
by sinaptika
Mon Oct 23, 2017 4:26 pm
Forum: Support
Topic: question when adding torrents
Replies: 5
Views: 4063

Re: question when adding torrents

When adding magnet links, you will not be able to chose the files you download, until you start downloading.
When adding .torrent files you can choose files and directories before you start.
by sinaptika
Fri Oct 13, 2017 8:35 am
Forum: Development
Topic: Solved: Some git.deluge-torrent.org issues?
Replies: 0
Views: 6781

Solved: Some git.deluge-torrent.org issues?

I'm having some problems running: git clone git://deluge-torrent.org/deluge.git Result: fatal: unable to connect to deluge-torrent.org: deluge-torrent.org[0: 140.211.166.20]: errno=No route to host Github works ok. Anyone else having problems? I'm also behind a proxy, so it could be something on my ...