Red Hat Bugzilla – Bug 991213
snmpd hangs starting when sendmail queue groups are defined
Last modified: 2013-11-21 17:52:05 EST
Created attachment 781775 [details] patch Description of problem: A bug in the config parsing leads to a endless loop when it encounters queue groups defined in the cf. Fixed upstream in 5.6 Version-Release number of selected component (if applicable): 5.5-44 How reproducible: 100% Steps to Reproduce: 1. define sendmail queue group in sendmail.cf eg: cd /etc/mail; add to sendmail.mc define(`QUEUE_DIR', `/var/spool/mqueue/q*')dnl QUEUE_GROUP(`mqueue', `F=f, I=1m, R=10')dnl make && make restart 2. attempt to start snmpd Actual results: It hangs. Expected results: It should start. Additional info: Patch is back ported from 5.6 and appears to fix the bug, allowing snmpd to start when sendmail queue groups are defined.
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-2013-1693.html