-
-
Notifications
You must be signed in to change notification settings - Fork 886
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
WSL2 pict-rs IO error: Permission denied #831
Comments
What user and group own the pictrs volume folder? |
I used the Root user for the test environment, everything else is default. |
The pictrs volume folder needs to be owned by 991:991 to work correctly with the container |
The ansible deploy does this automatically btw, but I think in docker unfortunately it does need a
I'll add that to the docker install instructions. |
@dessalines @asonix |
I installed with docker and did this but still have the same errors as the screenshot. I run locally, no changes make to the |
You followed these instructions? https://lemmy.ml/docs/administration_install_docker.html#docker-installation You'll need to What error are you getting? |
Try to stop the container ( |
Thanks, I tried that and also tried to remove and rebuild all but still getting the same error. This is the folders cd ~/lemmy
ls -la volumes
drwxr-xr-x 4 user staff 128 9 Jan 18:03 .
drwxr-xr-x 7 user staff 224 12 Jan 01:09 ..
drwxr-xr-x 2 991 991 64 9 Jan 17:29 pictrs
drwx------@ 25 user staff 800 11 Jan 23:58 postgres |
Might have to do with your postgres folder then? I have no idea what might be messed up with your docker install but mine has root group:
|
I'm using WSL2 with Docker Desktop and according to the documentation to install it, he gives the error:
I was running successfully with pictshare before and I'm not sure which part of the permissions are wrong, how do I fix it? Thank you for being open source.
The text was updated successfully, but these errors were encountered: