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

Handle OS Permission Errors #31

Open
nleanba opened this issue Aug 3, 2023 · 0 comments
Open

Handle OS Permission Errors #31

nleanba opened this issue Aug 3, 2023 · 0 comments
Labels

Comments

@nleanba
Copy link
Member

nleanba commented Aug 3, 2023

When retrieving or creating files, deno runs into permission problems (linux filesystem)

This can be solved by one-time running

docker exec -u 0 [name of backend-container] chmod -R a+rw ./blobs/ rdf.ttl

This should be fixed automatically somehow when updating to a deno version of the package.

Note that the deno backend will return a message instruction to execute this command, but this message has to be seen -- it is useless when interacting via the cockpit.

Also, the message as sent by the backend only sets +r, but +w is necessary for document creation.

@nleanba nleanba added the deno label Aug 3, 2023
@retog retog added the invalid This doesn't seem right label Aug 3, 2023
@nleanba nleanba removed the invalid This doesn't seem right label Feb 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants