You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I started to have some permission problems on my containers so I did a quick ls -l check on the appdata folder and the ownership as set as 998:998 for all the folders when it usually should be nobody:user (99:100).
After investigating the issue by activating each container at a time and using the system for a bit, I arrived at this app.
Once turned on it will set it's folder to the unknown user/group. I've tried to set UID and GID variables to 99:100 but the issue still remains. (Shouldn't the variables be called PUID and PGID?)
A couple seconds later and it will chown every single folder on appdata into those values too.
Not sure what's causing this but if anyone wants to install the package they should be aware of possible instability and file access issues.
The text was updated successfully, but these errors were encountered:
I started to have some permission problems on my containers so I did a quick
ls -l
check on the appdata folder and the ownership as set as 998:998 for all the folders when it usually should be nobody:user (99:100).After investigating the issue by activating each container at a time and using the system for a bit, I arrived at this app.
Once turned on it will set it's folder to the unknown user/group. I've tried to set UID and GID variables to 99:100 but the issue still remains. (Shouldn't the variables be called PUID and PGID?)
A couple seconds later and it will
chown
every single folder on appdata into those values too.Not sure what's causing this but if anyone wants to install the package they should be aware of possible instability and file access issues.
The text was updated successfully, but these errors were encountered: