-
-
Notifications
You must be signed in to change notification settings - Fork 254
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[BUG] Operation not permitted (ix-file-permissions.sh) #3837
Comments
@varioous If you want to enable/disable cores, use the provided feature ENV-"TYPO3_SOLR_ENABLED_CORES": If you want for example deploying the stuff from your git repo to Apache Solr Service/Stages, We'll not fix the "specials" like this, to avoid even more complexity, but we want to document the Docker Build tweak of EXT:solr image on #3838. |
Hi, I also ran into this issue (switching from 11.5 to 12.0.5) and I think I found the cause of it: In v11.6 you introduced the new files here. The workflow is supposed to be that the But in the solr Docker, which your image is based on, the runinit-db script is looking for files to execute with this command: find /docker-entrypoint-initdb.d/ -mindepth 1 -type f | sort -n which in your case results in the following output order: /docker-entrypoint-initdb.d/as-sudo/fix-file-permissions.sh
/docker-entrypoint-initdb.d/as-sudo-tweaks.sh
/docker-entrypoint-initdb.d/disable-cores.sh So the Best regards |
When starting solr service the start fails everytime with:
ddev logs -s solr /opt/solr/docker/scripts/solr-foreground: running /docker-entrypoint-initdb.d/as-sudo/fix-file-permissions.sh chown: changing ownership of '/var/solr/data/cores': Operation not permitted
Steps to reproduce the behavior:
.ddev-docker-compose.solr.yaml
Expected behavior
Solr started successfully
Used versions:
Additional context
Setup: Windows + Docker-Desktop + WSL2
The text was updated successfully, but these errors were encountered: