Comment 0 for bug 293037

Revision history for this message
Cham (cham-soops) wrote :

Binary package hint: snmpd

Description: Ubuntu 8.04.1
Release: 8.04

snmpd:
  Installed: 5.4.1~dfsg-4ubuntu4
  Candidate: 5.4.1~dfsg-4ubuntu4
  Version table:
 *** 5.4.1~dfsg-4ubuntu4 0
        500 http://nl.archive.ubuntu.com hardy/main Packages
        100 /var/lib/dpkg/status

Last friday I upgraded the system from 7.10 to 8.04. Since then snmpd craches.

snmpd crashes shortly after a invocation.
Nov 3 11:51:20 buitenmuur kernel: [259297.467773] snmpd[21127]: segfault at b7f68000 eip b7d4e040 esp bf8b71f0 error 4

file: /etc/defaults/snmpd

# This file controls the activity of snmpd and snmptrapd

# MIB directories. /usr/share/snmp/mibs is the default, but
# including it here avoids some strange problems.
export MIBDIRS=/usr/share/snmp/mibs

# snmpd control (yes means start daemon).
SNMPDRUN=yes

# snmpd options (use syslog, close stdin/out/err).
SNMPDOPTS='-LS 0-4 d -Lf /dev/null -smux -u snmp -p /var/run/snmpd.pid 127.0.0.1 192.168.169.254'

# snmptrapd control (yes means start daemon). As of net-snmp version
# 5.0, master agentx support must be enabled in snmpd before snmptrapd
# can be run. See snmpd.conf(5) for how to do this.
TRAPDRUN=no

# snmptrapd options (use syslog).
TRAPDOPTS='-Lsd -p /var/run/snmptrapd.pid'

# create symlink on Debian legacy location to official RFC path
SNMPDCOMPAT=yes