Bug 223236
| Summary: | RHEL5-RC-S6 :snmpd error messages seen in /var/log/messages when channel bonding is configured | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | Raghavendra Biligiri <raghavendra_biligiri> | ||||||
| Component: | net-snmp | Assignee: | Jan Safranek <jsafrane> | ||||||
| Status: | CLOSED ERRATA | QA Contact: | David Lawrence <dkl> | ||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | medium | ||||||||
| Version: | 5.1 | CC: | jeffschroeder, jfeeney, rene, sharon.lightcap, wwlinuxengineering | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | All | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | RHBA-2007-0498 | Doc Type: | Bug Fix | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2007-11-07 17:16:02 UTC | Type: | --- | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Bug Depends On: | |||||||||
| Bug Blocks: | 223278 | ||||||||
| Attachments: |
|
||||||||
|
Description
Raghavendra Biligiri
2007-01-18 16:28:16 UTC
Created attachment 145926 [details]
Attached /var/log/messages
Issue is reproducible on RHEL5-B2-Snapshot7(kernel-2.6.18-1.3002.el5). Found dicussions on this issue on the mailing list. http://www.mail-archive.com/net-snmp-users@lists.sourceforge.net/msg11788.html Issue not seen with net-snmp-5.1.2-11.EL4.7(RHEL4-U4). Tracking this against RHEL 5.1.0 as the chances of this making RHEL 5.0.0 at this point appear to be slim to none. Issue not reproducible with net-snmp-5.4-1. This request was evaluated by Red Hat Product Management for inclusion in a Red Hat Enterprise Linux maintenance release. Product Management has requested further review of this request by Red Hat Engineering, for potential inclusion in a Red Hat Enterprise Linux Update release for currently deployed products. This request is not yet committed for inclusion in an Update release. I have set up the channel bonding according to http://kbase.redhat.com/faq/ FAQ_79_258.shtm. I have tried net-snmp*-5.3.1-14.0.1.el5, net-snmp*-5.4-1.fc7 and net-snmp*-5.4-13.fc7, all with the same result: the bug is still present, I can see 'error on subcontainer 'ia_addr' insert (-1)' in the log. Could you please provide me the config files for your channel bonding? And could you please double check the log file, if the message really disappears? I have attached the config files for channel bonding and modprobe.conf file. Below are the steps that I followed to test this issue with net-snmp-5.4-1: 1. Configured channel bonding (mode=1) and restarted network service. 2. Installed net-snmp-5.4-1.src.rpm 3. Ran ./configure in the net-snmp source directory. Did not make any changes, left everything as default during configuration. 4. Executed make and then make install. 5. Changed /usr/sbin/snmpd to /usr/sbin/local/snmpd in the /etc/init.d/snmpd file. 6. Restarted the snmpd service. 7. Log messages displayed that the "no access control information is configured" and displayed the net-snmp version number.Error messages as reported in this issue was not seen. Let me know if I am missing something while reproducing the issue with net-snmp- 5.4-1. Created attachment 154738 [details]
Network config files and modprobe.conf
net-snmp build in this way does not support IPv6 MIBs. This may be sufficient for you, but when IPv6 support is enabled (e.g. by calling rpmbuild -bc net-snmp.spec), the error is back. The interfaces bond0 and eth0/1 share the same IPv6 link address and net-snmp does not like it. Net-snmp will work, only IP-MIP does not support multiple interfaces with one address -> strange log message appears. We can try to log something more meaningful and log it only once, not every 30 sec. *** Bug 245584 has been marked as a duplicate of this bug. *** lunix An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on the solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2007-0498.html *** Bug 371811 has been marked as a duplicate of this bug. *** |