jdownloader 2 plugin - invalid directory on mount point

Alister

Explorer
Joined
Sep 18, 2011
Messages
52
I've installed the jdownloader plugin

I have a mount point

/mnt/test -> /mbt/Big/Huge/test

from shell of plugin

touch /mnt/test/test.txt

creates a file

/mnt/Big/Huge/test.txt

proving that modify permission is working

When I se jd2 to use /mnt/test as directory it fails with "invalid directory" but /usr/local/jdownloader works
 

Alister

Explorer
Joined
Sep 18, 2011
Messages
52
Using shell

I found that the jdownloader user is not a member of wheel, adding to wheel has fixed the issue

pw group mod wheel -m jdownloader

Not good long term, but it works for now

directory permissions on /mnt are

root@Jd-plugin:/mnt # ls -lA
total 162
drwxrwxrwx+ 30 root wheel 53 Aug 28 11:35 Huge
drwxrwxr-x+ 111 1001 wheel 176 Aug 30 21:09 test
drwxrwxr-x+ 2 1001 wheel 2 Aug 17 23:02 test-s
 

Alister

Explorer
Joined
Sep 18, 2011
Messages
52
And it's stopped working

I'm going to try putting

pw group mod wheel -m jdownloader

in /etc/rc

and see what happens

I can't find who created the plugin though
 

ans

Cadet
Joined
Oct 1, 2021
Messages
3
alister,

Have you been able to figure this out? I am having the same problem.
 

Alister

Explorer
Joined
Sep 18, 2011
Messages
52
put the pw command in /etc/rc got it working
 

ans

Cadet
Joined
Oct 1, 2021
Messages
3
Thanks, I will have to somehow figure out how to do that. I am new to all of this.
 

Alister

Explorer
Joined
Sep 18, 2011
Messages
52
WebUI -> Jails -> expand Jd-plugin -> shell

you'll need nano as it's a simpler editor

pkg install nano
 

dotbanana

Cadet
Joined
Oct 2, 2021
Messages
2
I have the same problem as the thread starter with the jdownloader-plugin.
Permissions in the mounted folder are okay, i can touch and create folders, but jdownloader shows 'Invalid download directory'.
Unfortunately the command

Code:
pw group mod wheel -m jdownloader 


does nothing for me in this regards.
It's the standard plugin-jail, i have not changed anything.
 

dotbanana

Cadet
Joined
Oct 2, 2021
Messages
2
I figured a way out to make it work:

Jails -> jdownloader -> Mount Points -> Three points next to mount point -> Edit ACL -> Scroll down and add ACL item
Who: Group
Group: wheel (use the dropdown)
All the other things default
-> Save
 

ans

Cadet
Joined
Oct 1, 2021
Messages
3
alister, I got that installed. not sure what to do from their.

dotbanana, that didn't work for me.
 
Top