Actions
Bug #6675
closedWhen having capital letters in hostname httpd service fails to start on Satellite 6 .
Difficulty:
easy
Triaged:
Yes
Bugzilla link:
Pull request:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1118810
Description of problem:
When having capital letters in hostname httpd service on Satellite 6 fails to start.
Version-Release number of selected component (if applicable):
Satellite 6 Beta 6.0.3
How reproducible:
Always.
Steps to Reproduce:
1. Change hostname to have capital letters, like Example.satellite.com.
2. Run katello-installer.
3. Installation completes 100% with below messages,
- katello-installer
/Stage[main]/Puppet::Server::Config/Exec[puppet_server_config-generate_ca_cert]: Failed to call refresh: /usr/bin/puppet cert --generate VM42.gsslab.pnq.redhat.com returned 24 instead of one of [0]
/Stage[main]/Puppet::Server::Config/Exec[puppet_server_config-generate_ca_cert]: /usr/bin/puppet cert --generate VM42.gsslab.pnq.redhat.com returned 24 instead of one of [0]
Could not start Service[httpd]: Execution of '/usr/share/katello-installer/modules/service_wait/bin/service-wait httpd start' returned 1: Starting httpd: [FAILED]
/Stage[main]/Apache::Service/Service[httpd]/ensure: change from stopped to running failed: Could not start Service[httpd]: Execution of '/usr/share/katello-installer/modules/service_wait/bin/service-wait httpd start' returned 1: Starting httpd: [FAILED]
/Stage[main]/Foreman::Database/Foreman::Rake[db:seed]/Exec[foreman-rake-db:seed]: Failed to call refresh: /usr/sbin/foreman-rake db:seed returned 1 instead of one of [0]
/Stage[main]/Foreman::Database/Foreman::Rake[db:seed]/Exec[foreman-rake-db:seed]: /usr/sbin/foreman-rake db:seed returned 1 instead of one of [0]
Installing Done [100%] [...........................................................]
Something went wrong! Check the log for ERROR-level output
The full log is at /var/log/katello-installer/katello-installer.log
4. Restarting httpd service shows below message,
- service httpd restart
Stopping httpd: [FAILED]
Starting httpd: [Fri Jul 11 20:12:01 2014] [warn] module passenger_module is already loaded, skipping
Syntax error on line 37 of /etc/httpd/conf.d/25-puppet.conf:
SSLCertificateFile: file '/var/lib/puppet/ssl/certs/VM42.gsslab.pnq.redhat.com.pem' does not exist or is empty
[FAILED]
Actual results:
Capital letters in hostname should work without any issue.
Expected results:
When having capital letters in hostaname httpd service fails to start.
Actions