Search found 17 matches

by Cas_vt
Wed Jul 28, 2021 11:22 am
Forum: Support
Topic: Torrents don't seed (queue settings)
Replies: 3
Views: 13976

Re: Torrents don't seed (queue settings)

Hey @zoniacoble,
I still haven't found a way to make it work...
7000+ views but nobody want's to help
by Cas_vt
Sat Jun 05, 2021 9:44 am
Forum: Support
Topic: Torrents don't seed (queue settings)
Replies: 3
Views: 13976

Torrents don't seed (queue settings)

I have downloading setup the following: [1] Download 1 torrent at the time at full speed. [2] When done downloading (100%), "move" the torrent to the seeding list/queue. [3] Move on to the next torrent in the download queue (and start at step 1 again). Very normal. Now I want to do the sam...
by Cas_vt
Tue Apr 06, 2021 2:15 pm
Forum: Support
Topic: How to set permissions and ownership correctly for the downloads
Replies: 5
Views: 11511

Re: How to set permissions and ownership correctly for the downloads

I already have Umask set to 000. But I also need to run chown so why not run chmod too, to ensure right permissions? But there's a new problem. The "execute" plugin works, but the command doesn't. I've set it up to run "sudo chmod -R 777 /home/cas/Downloads/*" and also "sudo...
by Cas_vt
Tue Apr 06, 2021 12:09 pm
Forum: Support
Topic: How to set permissions and ownership correctly for the downloads
Replies: 5
Views: 11511

Re: How to set permissions and ownership correctly for the downloads

The strange thing is, that when I set the downloaded files to chmod -R 666, I can't access them, but when I set all the files to chmod -R 777, I CAN access them. Which is strange. Because accessing a folder requires read, but the difference is executable... Why? That doesn't make sense. In this case...
by Cas_vt
Sat Apr 03, 2021 12:51 pm
Forum: Support
Topic: How to set permissions and ownership correctly for the downloads
Replies: 5
Views: 11511

How to set permissions and ownership correctly for the downloads

Hey there, I have problems with the permissions and ownerships of the files that are downloaded by deluge. The problem is that when the files are downloaded (download folder is /home/cas/Downloads, so downloads folder of a different user but it is able to download to it fine), Sonarr and Radarr aren...
by Cas_vt
Fri Mar 19, 2021 4:10 pm
Forum: Support
Topic: Deluge keeps giving problems no matter how hard I try
Replies: 36
Views: 17527

Re: Deluge keeps giving problems no matter how hard I try

changing "-c" to "--confirm" worked. So it's done. Everything works and I'm very happy with it! I just want to thank you for the probably few 1000 words written by you to help me. I truly appreciate that! So I just wanted to thank you. That's all
by Cas_vt
Thu Mar 18, 2021 11:53 am
Forum: Support
Topic: Deluge keeps giving problems no matter how hard I try
Replies: 36
Views: 17527

Re: Deluge keeps giving problems no matter how hard I try

Okay. So it worked.. almost. I copied the contents of the auth and hostlist.conf to the auth and hostlist.conf files inside ~/... . And it works. I can do "deluge-console cache" and it gives an output. I can do "deluge-console add blalblabl" and it adds the torrent. But there's o...
by Cas_vt
Thu Mar 18, 2021 8:18 am
Forum: Support
Topic: Deluge keeps giving problems no matter how hard I try
Replies: 36
Views: 17527

Re: Deluge keeps giving problems no matter how hard I try

Okay I've read this quite a few times now and I think I understand it... (hopefully). To make sure: [1] I need to check if hostlist.conf and auth have only one host in them. I checked that and it has indeed only one host in both files! Great [2] I need to copy the contents (only the contents to avoi...
by Cas_vt
Wed Mar 17, 2021 2:32 pm
Forum: Support
Topic: Deluge keeps giving problems no matter how hard I try
Replies: 36
Views: 17527

Re: Deluge keeps giving problems no matter how hard I try

It's a wonder. It worked: sudo find /usr -path *deluge/i18n/util.py -exec sed -i "s/names='ngettext'/names=['ngettext']/" {} \; sudo find /usr -path *deluge/log.py -exec sudo sed -i 's/stack_info=False/*args, **kwargs/' {} \; The error doesn't show anymore. It doesn't show the error using ...
by Cas_vt
Wed Mar 17, 2021 10:17 am
Forum: Support
Topic: Deluge keeps giving problems no matter how hard I try
Replies: 36
Views: 17527

Re: Deluge keeps giving problems no matter how hard I try

I added the torrents again but now changed the download location from "/home/cas/Downloads" to "/var/lib/deluged/Downloads". They all work. So I was right and it wasn't a dns issue but a user-permissions isssue. I did "sudo chmod a+rw /home/cas/Downloads", and that enab...