Actions
Bug #19710
closedMissing nodescerts.pem during postinst
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
Description
vagrant@rudder-root-tests:~$ sudo systemctl status apache2.service ● apache2.service - The Apache HTTP Server Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset: enabled) Active: failed (Result: exit-code) since Thu 2021-08-05 17:07:13 UTC; 10s ago Docs: https://httpd.apache.org/docs/2.4/ Process: 41843 ExecStart=/usr/sbin/apachectl start (code=exited, status=1/FAILURE) Aug 05 17:07:13 rudder-root-tests systemd[1]: Starting The Apache HTTP Server... Aug 05 17:07:13 rudder-root-tests apachectl[41847]: AH00526: Syntax error on line 7 of /opt/rudder/etc/rudder-apache-relay-ssl.conf: Aug 05 17:07:13 rudder-root-tests apachectl[41847]: SSLCACertificateFile: file '/var/rudder/lib/ssl/nodescerts.pem' does not exist or is empty Aug 05 17:07:13 rudder-root-tests apachectl[41843]: Action 'start' failed. Aug 05 17:07:13 rudder-root-tests apachectl[41843]: The Apache error log may have more information. Aug 05 17:07:13 rudder-root-tests systemd[1]: apache2.service: Control process exited, code=exited, status=1/FAILURE Aug 05 17:07:13 rudder-root-tests systemd[1]: apache2.service: Failed with result 'exit-code'. Aug 05 17:07:13 rudder-root-tests systemd[1]: Failed to start The Apache HTTP Server.
Actions