bin/159160: bsnmpd(1) broken after upgrade in 9.0-CURRENT

Andrew Bliznak andriko.b at gmail.com
Thu Aug 4 09:40:12 UTC 2011


The following reply was made to PR bin/159160; it has been noted by GNATS.

From: Andrew Bliznak <andriko.b at gmail.com>
To: bug-followup at freebsd.org
Cc:  
Subject: Re: bin/159160: bsnmpd(1) broken after upgrade in 9.0-CURRENT
Date: Thu, 4 Aug 2011 12:32:19 +0300

 2011/8/4 Aur=E9lien M=E9r=E9 <freebsd at amc-os.com>:
 > Hi,
 >
 > I just installed fresh i386 and amd64 9.0-BETA1 from CD on a QEMU and bsn=
 mpd
 > seems to work correctly on both versions.
 >
 > 521814016 28 jul 19:12 FreeBSD-9.0-BETA1-i386-disc1.iso
 > 636563456 28 jul 19:52 FreeBSD-9.0-BETA1-amd64-disc1.iso
 >
 > frww# uname -a
 > FreeBSD frww.tst 9.0-BETA1 FreeBSD 9.0-BETA1 #0: Thu Jul 28 17:15:31 UTC
 > 2011 root at farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
 > frww# /usr/local/bin/snmpwalk -c public -v1 localhost sysName
 > SNMPv2-MIB::sysName.0 =3D STRING: frww.tst
 >
 > I'll try recompiling my upgraded server and the fresh install, using the
 > last cvsup to see if something changes...
 >
 
 heh, it's simple:
 on my system
 
 $ ls -lt /lib | tail -5
 -r--r--r--  1 root  wheel  1179416 Aug  2 16:27 libc.so.7
 -r--r--r--  1 root  wheel     5848 May  5 15:32 libsbuf.so.5
 -r--r--r--  1 root  wheel    53296 Dec  3  2010 libbsnmp.so.5
 -r--r--r--  1 root  wheel    71092 Mar  1  2010 libz.so.5
 -r--r--r--  1 root  wheel    56404 Jan 20  2010 libutil.so.8
 $
 $ nm -D /lib/libbsnmp.so.5 | fgrep snmp_pdu_decode
 00008990 T snmp_pdu_decode
 $ nm -D /usr/lib/libbsnmp.so.5 | fgrep snmp_pdu_decode
 0000b2c0 T snmp_pdu_decode
 0000a380 T snmp_pdu_decode_header
 0000aae0 T snmp_pdu_decode_scoped
 0000a230 T snmp_pdu_decode_secmode
 
 removing old libs from /lib solve problem
 
 this pr can be closed
 
 
 > Aur=E9lien
 >
 >


More information about the freebsd-bugs mailing list