Comment 8 for bug 2011716

Revision history for this message
Loan Harrouin (loanh) wrote :

Got the same issue here. Deploying the really basic all-in-on configuration as explain in the doc: https://docs.openstack.org/project-deploy-guide/kolla-ansible/zed/quickstart.html

The original issue is coming from here:
++++ whoami
+++ [[ root == \r\o\o\t ]]
+++ [[ rocky =~ debian|ubuntu ]]
+++ rm -rf /var/run/httpd/htcacheclean /run/httpd/htcacheclean '/tmp/httpd*'
+++ [[ rocky =~ centos|rocky ]]
+++ [[ ! -e /etc/pki/tls/certs/localhost.crt ]]
+++ /usr/libexec/httpd-ssl-gencerts
Could not write to /tmp/dhparams.pem. Check directory permissions.

What is weird is that when i run a container based on this image as root, i am able to run the script /usr/libexec/httpd-ssl-gencerts and generate the localhost.crt file without issue.