Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nvim-server: Changing ownership for appdata folders #1

Open
Hugo-Matias opened this issue Jan 6, 2024 · 0 comments
Open

nvim-server: Changing ownership for appdata folders #1

Hugo-Matias opened this issue Jan 6, 2024 · 0 comments

Comments

@Hugo-Matias
Copy link

Hugo-Matias commented Jan 6, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant