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.
Created attachment 516564[details]
core dump
Description of problem:
Setup a kerberos server and configured the matahari broker/agents to authenticate through it. The broker would startup but when the agents where started, they always segfaulted.
Version-Release number of selected component (if applicable):
matahari-0.4.2-2.el6.x86_64
matahari-agent-lib-0.4.2-2.el6.x86_64
matahari-broker-0.4.2-2.el6.x86_64
matahari-host-0.4.2-2.el6.x86_64
matahari-lib-0.4.2-2.el6.x86_64
matahari-network-0.4.2-2.el6.x86_64
matahari-service-0.4.2-2.el6.x86_64
matahari-sysconfig-0.4.2-2.el6.x86_64
How reproducible:
100%
Steps to Reproduce:
1. configure matahari broker/agents to use kerberos
2. start broker
3. start matahari agent
Actual results:
agent seg faults
Expected results:
agent connects to broker
I should have also attached this which is in /var/log/messages when the seg fault occurs:
Aug 3 15:08:37 ibm-crichton-02 host[4802]: int MatahariAgent::init(int, char**, const char*): Connecting host to Qpid broker at amqp:tcp:127.0.0.1:49000
Aug 3 15:08:37 ibm-crichton-02 kernel: matahari-qmf-ho[4802]: segfault at 148 ip 00007fc62d6ec354 sp 00007fffc82dfea0 error 4 in libsigar.so[7fc62d6dd000+1e000]
Aug 3 15:08:37 ibm-crichton-02 abrt[4806]: saved core dump of pid 4802 (/usr/sbin/matahari-qmf-hostd) to /var/spool/abrt/ccpp-2011-08-03-15:08:37-4802.new/coredump (12480512 bytes)
Aug 3 15:08:37 ibm-crichton-02 abrtd: Directory 'ccpp-2011-08-03-15:08:37-4802' creation detected
Aug 3 15:08:37 ibm-crichton-02 abrtd: Package 'matahari-host' isn't signed with proper key
Aug 3 15:08:37 ibm-crichton-02 abrtd: Corrupted or bad dump /var/spool/abrt/ccpp-2011-08-03-15:08:37-4802 (res:2), deleting
Disregard everything in the original comment...this has nothing to do with Kerberos integration. I inadvertently smoke tested the brew rpms on a RHEL 6.1 server and then began immediate testing of kerberos intergration using RHEL 6.2.
The problem is sigar-1.6.5-0.2.git58097d9 which is install with RHEL 6.2 nightly builds. If you go back to RHEL 6.1, the brew rpms work as expected. If you upgrade sigar on RHEL 6.1 to use sigar-1.6.5-0.2.git58097d9, seg faults begin happening.
Technical note added. If any revisions are required, please edit the "Technical Notes" field
accordingly. All revisions will be proofread by the Engineering Content Services team.
New Contents:
No description required
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory, and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
http://rhn.redhat.com/errata/RHBA-2011-1569.html
Created attachment 516564 [details] core dump Description of problem: Setup a kerberos server and configured the matahari broker/agents to authenticate through it. The broker would startup but when the agents where started, they always segfaulted. Version-Release number of selected component (if applicable): matahari-0.4.2-2.el6.x86_64 matahari-agent-lib-0.4.2-2.el6.x86_64 matahari-broker-0.4.2-2.el6.x86_64 matahari-host-0.4.2-2.el6.x86_64 matahari-lib-0.4.2-2.el6.x86_64 matahari-network-0.4.2-2.el6.x86_64 matahari-service-0.4.2-2.el6.x86_64 matahari-sysconfig-0.4.2-2.el6.x86_64 How reproducible: 100% Steps to Reproduce: 1. configure matahari broker/agents to use kerberos 2. start broker 3. start matahari agent Actual results: agent seg faults Expected results: agent connects to broker