New to TrueNAS, need help to understand how app storage works

MrYoshii

Cadet
Joined
Mar 19, 2023
Messages
9
Hello
I have installed subnzbd and configured NFS to go on my array1.
1679475772662.png

Under shares -> edit file system alcs i have set:
1679476007437.png

But in sub I get errors saying can not edit/create dir.
What have i missed?
 

MrYoshii

Cadet
Joined
Mar 19, 2023
Messages
9
Or should I not use truenas for a media server and install a vm or something?
 

LarsR

Guru
Joined
Oct 23, 2020
Messages
719
the folks from truecharts wrote a really good explanation see:
and
 

MrYoshii

Cadet
Joined
Mar 19, 2023
Messages
9
the folks from truecharts wrote a really good explanation see:
and
hi thanks for your answer. I did setup it that way and if i start a shell in the pot i can create files on the mountpoins.
The problem is that the app itself is not able to, and I'm not sure why.
 

MisterE2002

Patron
Joined
Sep 5, 2015
Messages
211
login the shell of the POD.
I set the user explicit to 1001, is the id of "abc" in your case 568?

Code:
root@sabnzbd-ix-chart-865989f95f-878gw:/# ps -ef |grep sab
root          37       1  0 Mar24 ?        00:00:00 s6-supervise svc-sabnzbd
abc          138      37 31 Mar24 ?        10:33:01 python3 /app/sabnzbd/SABnzbd.py --config-file /config --server ::
root        9654    9640  0 09:30 pts/0    00:00:00 grep sab
root@sabnzbd-ix-chart-865989f95f-878gw:/# id abc
uid=1001(abc) gid=1001(abc) groups=1001(abc),1000(users)


You also did not change the truenas defaults? meaning " apps" is 568 in truenas itself?
 
Top