Search found 2219 matches

by mhertz
Fri Jun 04, 2021 7:17 pm
Forum: Support
Topic: [console] Getting Torrent ID
Replies: 6
Views: 7318

Re: [console] Getting Torrent ID

Sorry, too many edits in previous post, so took liberty to make new one, hope okay. Anyway I finally fixed the stalling of deluge-console's 'move' command when run from cli mode(non-interactive/curses mode), so if wanna apply fix yourself, then simply comment out line 61 of '/usr/lib/python3.9/site-...
by mhertz
Fri Jun 04, 2021 12:01 pm
Forum: Support
Topic: Can't download to custom location - permission issue
Replies: 17
Views: 13637

Re: Can't download to custom location - permission issue

Awesome, and you're very welcome :) Indeed that was specifically needed here to refresh the outdated credentials stored in memory of the deluge user. I'ts easy enough to add to the arch wik btw, and possibly i'll also take a quick peek of what's already there sometime later, as haven't read that del...
by mhertz
Fri Jun 04, 2021 10:48 am
Forum: Support
Topic: Can't download to custom location - permission issue
Replies: 17
Views: 13637

Re: Can't download to custom location - permission issue

Thanks. Was as you said, sorry. Can you please try restart deluged and deluge-web again and retest. sudo systemctl stop deluged deluge-web sudo systemctl start deluged deluge-web If still not working, then i'm sorry I don't understand reasoning, as should work, and does here, with those exact permis...
by mhertz
Fri Jun 04, 2021 10:01 am
Forum: Support
Topic: Can't download to custom location - permission issue
Replies: 17
Views: 13637

Re: Can't download to custom location - permission issue

If like that then should work, and does here, I just retested now again. I know you stated so, but just to rule miscomunication fully out, then could you please post output of these too: groups deluge ls -ld /home/otacon/tors ls -ld /home ps aux | grep [d]eluge If what you said you did, is only chan...
by mhertz
Fri Jun 04, 2021 7:55 am
Forum: Support
Topic: Can't download to custom location - permission issue
Replies: 17
Views: 13637

Re: Can't download to custom location - permission issue

First, I'd personally as said remove otacon group from deluge user, and run 'sudo chmod g-x /home/otacon' and then 'sudo chmod o+x /home/otacon'. Honestly not to happy about suggesting that either(execute permission for others on home dir), and possibly would be better as is, but just very much neit...
by mhertz
Thu Jun 03, 2021 6:20 pm
Forum: Support
Topic: [console] Getting Torrent ID
Replies: 6
Views: 7318

Re: [console] Getting Torrent ID

You're very welcome and lol it was you which originally reportet it here, long ago, thanks for that btw, else wouldn't be aware :) I just checked and I never reported it strangely, must've forgot, so i'll do it today or tomorrow. About your issue, then I just tested that it works if you quote the de...
by mhertz
Thu Jun 03, 2021 5:15 pm
Forum: Support
Topic: [console] Getting Torrent ID
Replies: 6
Views: 7318

Re: [console] Getting Torrent ID

It depends. Yes you could parse 'deluge-console info' and btw it supports adding chars with asterisk before or after, e.g. 'deb*' to find your debian iso, and likewise supports same from move command, despite not documented, so if knowing name then don't have to parse output at all. You could also i...
by mhertz
Thu Jun 03, 2021 4:00 pm
Forum: Support
Topic: Can't download to custom location - permission issue
Replies: 17
Views: 13637

Re: Can't download to custom location - permission issue

Sorry I don't know how the f I can continue to screw things up like that, damn, I apologize, I should have posted to you that you should run that chmod command on the user-dir of yours, not tors, as already has adequate perms, sorry again. So, 'sudo chmod o+x /home/otacon'(could also use 'a+x' for a...
by mhertz
Thu Jun 03, 2021 3:12 pm
Forum: Support
Topic: Can't download to custom location - permission issue
Replies: 17
Views: 13637

Re: Can't download to custom location - permission issue

Hmm, I just tried with exact, to the letter, permissions as you, while on arch and using same deluge package as you(deluge from extra repo) - initially fails when changing download dir away from default, and succeds after running 'sudo chmod o+x ****'. Sorry, I don't know why doesn't work for you ho...
by mhertz
Thu Jun 03, 2021 1:25 pm
Forum: Support
Topic: Can't download to custom location - permission issue
Replies: 17
Views: 13637

Re: Can't download to custom location - permission issue

No, as still need execute permission for group on folder '/home/otacon': 'sudo chmod g+x /home/otacon'. Hmm, come to think of it, I think I misunderstood little bit this perm stuff, sorry, I'm not good at these things honestly, so I'd presume group permissions on that folder, only relates to otacon ...