Description of problem: After fresh install of Spacewalk 1.8 with postgresql. I ran the spacewalk-setup --disconnected script and httpd fails to start with error "Certificate not found: 'Server-Cert'" Version-Release number of selected component (if applicable): How reproducible: After fresh install run spacewalk-setup --disconnected Steps to Reproduce: 1. Fresh install of spacewalk 1.8 2.spacewalk-setup --disconnected 3. Actual results: No errors running script except at end Tomcat failed to start properly or the installer ran out of tries. Tomcat manually restarted, but httpd will not start. Expected results: httpd to start Additional info:
What OS is this?
This is on Centos 6.3.
Googling for the error message suggests it comes from mod_nss. Spacewalk does not require not configure mod_nss so I assume this somehow got installed on your machine prior to installing Spacewalk.
True mod_nss is installed. This server also has 389-ds insalled and mod_nss installs as a dependency. httpd worked fine until spacewalk was installed. Is there a way to have spacewalk installed and working with mod_nss?
I'd suggest starting with two separate installations before attempting to integrate them.
I got both to work by turning off NSSEngine in /etc/httd/conf.d/nss.conf. Then tomcat would not start. I had to copy all the jar files under WEB-INF/lib the symbolic links wouldn't work. Everything is working now. Thanks
This BZ closed some time during 2.5, 2.6 or 2.7. Adding to 2.7 tracking bug.