Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
[root@qeblade40 ~]# rpm -qi httpd
Name : httpd Relocations: (not relocatable)
Version : 2.2.15 Vendor: Red Hat, Inc.
Release : 15.el6_2.1 Build Date: Tue 07 Feb 2012 09:52:02 AM EST
Install Date: Tue 09 Oct 2012 11:28:32 AM EDT Build Host: x86-010.build.bos.redhat.com
Group : System Environment/Daemons Source RPM: httpd-2.2.15-15.el6_2.1.src.rpm
Size : 3061778 License: ASL 2.0
Signature : RSA/8, Thu 09 Feb 2012 09:37:37 AM EST, Key ID 199e2f91fd431d51
Packager : Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla>
URL : http://httpd.apache.org/
Summary : Apache HTTP Server
Description :
The Apache HTTP Server is a powerful, efficient, and extensible
web server.
[root@qeblade40 ~]# cat /proc/version
Linux version 2.6.32-279.el6.x86_64 (mockbuild.bos.redhat.com) (gcc version 4.4.6 20120305 (Red Hat 4.4.6-4) (GCC) ) #1 SMP Wed Jun 13 18:24:36 EDT 2012
Created attachment 625041 [details] /var/log/katello/katello-configure/main.log Description of problem: When running katello-configure during initial install a segfault error is thrown during httpd service management (chkconfig httpd on, service httpd restart) ## /var/log/messages Oct 9 12:20:03 qeblade40 kernel: httpd[7330]: segfault at 30 ip 00007fa076a5c7c7 sp 00007fff358e0ad0 error 4 in libapr-1.so.0.3.9[7fa076a48000+2b000] ## /var/log/katello/katello-configure/main.log 121009-12:20:02 info: /File[/etc/pulp/repo_auth.conf]: Scheduling refresh of Exe c[reload-apache2] 121009-12:20:02 debug: Exec[setup-crl-symlink](provider=posix): Executing '/usr/ bin/openssl x509 -in '/etc/candlepin/certs/candlepin-ca.crt' -hash -noout | /usr /bin/xargs -I{} /bin/ln -sf '/var/lib/candlepin/candlepin-crl.crl' '/etc/pki/pul p/content/{}.r0'' 121009-12:20:02 debug: Executing '/usr/bin/openssl x509 -in '/etc/candlepin/cert s/candlepin-ca.crt' -hash -noout | /usr/bin/xargs -I{} /bin/ln -sf '/var/lib/can dlepin/candlepin-crl.crl' '/etc/pki/pulp/content/{}.r0'' 121009-12:20:02 notice: /Stage[main]/Pulp::Config/Exec[setup-crl-symlink]: Trigg ered 'refresh' from 3 events 121009-12:20:02 debug: Service[httpd](provider=redhat): Executing '/sbin/service httpd status' 121009-12:20:02 debug: Puppet::Type::Service::ProviderRedhat: Executing '/sbin/c hkconfig httpd' 121009-12:20:03 debug: Service[httpd](provider=redhat): Executing '/sbin/service httpd start' 121009-12:20:03 debug: Puppet::Type::Service::ProviderRedhat: Executing '/sbin/chkconfig httpd' 121009-12:20:03 debug: Puppet::Type::Service::ProviderRedhat: Executing '/sbin/chkconfig httpd on' 121009-12:20:03 notice: /Stage[main]/Apache2::Service/Service[httpd]/ensure: ensure changed 'stopped' to 'running' 121009-12:20:03 debug: Service[httpd](provider=redhat): Executing '/sbin/service httpd status' 121009-12:20:03 debug: Service[httpd](provider=redhat): Executing '/sbin/service httpd restart' Version-Release number of selected component (if applicable): 1.1 [root@qeblade40 katello-configure]# rpm -qa |grep katello katello-1.1.12-14.el6cf.noarch katello-qpid-broker-key-pair-1.0-1.noarch katello-cli-common-1.1.8-7.el6cf.noarch katello-candlepin-cert-key-pair-1.0-1.noarch katello-cli-1.1.8-7.el6cf.noarch katello-glue-pulp-1.1.12-14.el6cf.noarch katello-all-1.1.12-14.el6cf.noarch katello-glue-candlepin-1.1.12-14.el6cf.noarch katello-selinux-1.1.1-1.el6cf.noarch katello-configure-1.1.9-7.el6cf.noarch katello-qpid-client-key-pair-1.0-1.noarch katello-certs-tools-1.1.8-1.el6cf.noarch katello-common-1.1.12-14.el6cf.noarch How reproducible: 100% Steps to Reproduce: 1. `yum install katello-all` 2. `katello-configure` (no args) 3. inspect /var/log/messages for segfault error Additional info: Performance of katello does not appear to be affected