You are not logged in.

#1 2011-09-22 21:01:53

E_user
Member
From: Prague
Registered: 2011-09-22
Posts: 22

Deluge doesn't download to other dir then /srv/deluge

Hello,

I have a problem with the deluge. It doesn't download in a different directory than /srv/deluge. I tried / or /home/user/dl.

I installed it from https://wiki.archlinux.org/index.php/Deluge

Please, help me. thanks

Offline

#2 2011-09-22 21:33:24

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Deluge doesn't download to other dir then /srv/deluge

Works for me - I'm using deluge 1.3.3-3.
In ~/.config/deluge/core.conf you have a  "download_location" setting - what does it say?

Offline

#3 2011-09-22 21:35:28

Skipper_the_eye_child
Member
Registered: 2011-09-15
Posts: 27

Re: Deluge doesn't download to other dir then /srv/deluge

Have you set the correct permissions/ownership to your dl directory?

ls -dl /home/user/dl

Offline

#4 2011-09-23 07:27:35

E_user
Member
From: Prague
Registered: 2011-09-22
Posts: 22

Re: Deluge doesn't download to other dir then /srv/deluge

karol wrote:

Works for me - I'm using deluge 1.3.3-3.
In ~/.config/deluge/core.conf you have a  "download_location" setting - what does it say?

It say "download_location": "/srv/deluge/dl/temp", Thats ok I think.


Skipper_the_eye_child wrote:

Have you set the correct permissions/ownership to your dl directory?

ls -dl /home/user/dl

drwxr-xr-x 2 root root 4096 Sep 23 00:16 /home/e/dl

Offline

#5 2011-09-23 12:40:01

Skipper_the_eye_child
Member
Registered: 2011-09-15
Posts: 27

Re: Deluge doesn't download to other dir then /srv/deluge

Are you running Deluge as root?

If not change the ownership of the download directory to that of the user you have setup:

chown -R your_user:its_group /home/user/dl

Apologies if this is obvious stuff, but I know that i've been stumped by a similar issue in the past!

Last edited by Skipper_the_eye_child (2011-09-23 12:45:36)

Offline

#6 2011-09-23 13:41:13

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Deluge doesn't download to other dir then /srv/deluge

I'm running deluge as a user and it used my home directory, I didn't have to change anything. Try editing that line to point to e.g. /home/user/dl.

Offline

#7 2011-09-23 14:32:07

Skipper_the_eye_child
Member
Registered: 2011-09-15
Posts: 27

Re: Deluge doesn't download to other dir then /srv/deluge

I'm not exactly sure what you are telling me... you still cannot download to /home/user/dl having changed ownership? Or you have had some success running Deluge as user?

Offline

#8 2011-09-23 14:40:52

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Deluge doesn't download to other dir then /srv/deluge

I simply run deluge as a user and it downloaded the torrent (Archlinux iso) to my home directory - /home/karol, as specified by

  "download_location": "/home/karol",

The location was already set when I installed deluge. I can change that location and deluge respects that.
When you run 'deluge foobar.torrent' you can set the download location in the 'Options' tab IIRC.
You can also set it up in Edit -> Preferences.

Last edited by karol (2011-09-23 14:41:49)

Offline

#9 2011-09-23 16:49:42

E_user
Member
From: Prague
Registered: 2011-09-22
Posts: 22

Re: Deluge doesn't download to other dir then /srv/deluge

I have deluge on my home server with no GUI. I manage it with SSH and WebUI. In my home folder I have only ui.conf. I edit my core.conf in /srv/deluge/.config/deluge.

"move_completed_path": "/home/public/dl"

In this configuration it doesn't work. /home/public folder is not user's folder.

Maybe this is a problem of access rights to the /home/public folder.

I'm trying to explain the problem, but my english is not perfect.

Offline

#10 2011-09-23 18:04:17

Skipper_the_eye_child
Member
Registered: 2011-09-15
Posts: 27

Re: Deluge doesn't download to other dir then /srv/deluge

Your English is fine E_user, i'd you mistaken for karol when s/he followed up my post - I wasn't paying close attention! Apologies the both of you.

But yes, likewise, my setup is the same as karol's: i've no experience where servers are concerned.

How about checking the ownership of /srv/deluge and matching /home/user/dl to it? Assuming downloads are working fine here...

Last edited by Skipper_the_eye_child (2011-09-23 21:11:27)

Offline

#11 2011-09-23 19:32:22

E_user
Member
From: Prague
Registered: 2011-09-22
Posts: 22

Re: Deluge doesn't download to other dir then /srv/deluge

Permissions looks similar.

[root@Josh e]# ls -dl /srv/deluge
drwxr-xr-x 3 deluge deluge 4096 Sep 23 23:08 /srv/deluge
[root@Josh e]# ls -dl /home/public/dl/temp
drwxr-xr-x 2 root root 4096 Sep 23 23:16 /home/public/dl/temp

But it have some differents. I think the problem is in permissions. Deluge can't write into the dir /home/public. I have to learn more about it... When I find where is the problem, I will post about it. But if somebody know solution, please share it. smile Thank you.

Offline

#12 2011-09-23 20:45:30

Skipper_the_eye_child
Member
Registered: 2011-09-15
Posts: 27

Re: Deluge doesn't download to other dir then /srv/deluge

Here's some info for you:
http://www.zzee.com/solutions/linux-permissions.shtml

Try (as root):

chown -R deluge:deluge /home/public/dl

Offline

#13 2011-09-23 21:15:39

E_user
Member
From: Prague
Registered: 2011-09-22
Posts: 22

Re: Deluge doesn't download to other dir then /srv/deluge

Skipper_the_eye_child wrote:

Here's some info for you:
http://www.zzee.com/solutions/linux-permissions.shtml

Try (as root):

chown -R deluge:deluge /home/public/dl

Solved. Thank you.

Offline

Board footer

Powered by FluxBB