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
Starting a new weblate server following the instructions here fails with a
"permission denied" error.
This occurs on multiple different systems and both with older and newer Weblate versions (though the error is different between v4.17 and v4.18).
All systems are RHEL systems.
I saw a related issue #1831 but the suggestions to use the "bleeding" version did not fix it either.
Version I tested:
edge
bleeing
v4.18
v4.17
Logging into the container while it is running and checking the permissions of the /tmp/nginx folder gives me: "drwxr-x---, 2 root root 40 Jul 26 09:47 nginx"
I also tried turning "read_only" in the docker-compose file to "false".
Wait for the DB & Redis to start up.
The Web container starts up and performs migrations.
After that if fails (see screenshots).
Expected behavior
Container is able to write to /tmp/nginx and starts up normally
Screenshots
Exception traceback
No response
Additional context
I have an old server where version 4.14 is running on. That version works but if I go to that server and try to launch version 17 or 18 it fails with the above errors as well.
The text was updated successfully, but these errors were encountered:
This issue has been marked as a question by a Weblate team member. Why? Because it belongs more to the professional Weblate Care or community Discussions than here. We strive to answer these reasonably fast here, too, but purchasing the support subscription is more responsible and faster for your business. And it makes Weblate stronger as well. Thanks!
In case your question is already answered, making a donation is the right way to say thank you!
Describe the issue
Starting a new weblate server following the instructions here fails with a
"permission denied" error.
This occurs on multiple different systems and both with older and newer Weblate versions (though the error is different between v4.17 and v4.18).
All systems are RHEL systems.
I saw a related issue #1831 but the suggestions to use the "bleeding" version did not fix it either.
Version I tested:
edge
bleeing
v4.18
v4.17
Logging into the container while it is running and checking the permissions of the /tmp/nginx folder gives me: "drwxr-x---, 2 root root 40 Jul 26 09:47 nginx"
I also tried turning "read_only" in the docker-compose file to "false".
I already tried
Steps to reproduce the behavior
Download docker-compose file from GitHub: https://github.com/WeblateOrg/docker-compose.git
Set "WEBLATE_SITE_DOMAIN" in environment file
Run "sudo docker-compose up" in the directory
Wait for the DB & Redis to start up.
The Web container starts up and performs migrations.
After that if fails (see screenshots).
Expected behavior
Container is able to write to /tmp/nginx and starts up normally
Screenshots
Exception traceback
No response
Additional context
I have an old server where version 4.14 is running on. That version works but if I go to that server and try to launch version 17 or 18 it fails with the above errors as well.
The text was updated successfully, but these errors were encountered: