Closed Ben-Atherton closed 2 years ago
Hi Ben, ¿Could you give me some advice about customizing the crs-setup.conf? I get the same 'Device or resource busy' error. Thanks!
I'm not sure why I ended up closing this issue as it is something I am still experiencing, has anyone got any ideas?
The issue is that we use sed
to modify rules. That doesn't work if you mount read-only (not sure whether mounting in general is an issue). We will need a way to disable this for your use case (e.g., an additional variable).
If you are providing a custom crs-setup.conf, I presume you don't need any of the variables that control paranoia level etc., correct? We could then call this "MANUAL_MODE" and ignore all those variables.
That sounds like a good solution to me
Sorry for the delay. #83 should fix this issue, with the new MANUAL_MODE
.
I am using this image but wish to override the crs-setup.conf file so that I can enable Application Specific Rule Exclusions, I have my docker-compose.yml file setup as below:
However the container goes into a reboot loop and the following errors are present in the logs:
Any ideas what I am doing wrong here or if this is a bug? There are no specific instructions in the readme about this.
Thanks in advance