On Sunday 24 June 2007 15:14:01 Thomas Anders wrote: > Juuso Alasuutari wrote: > > The distribution is Debian unstable, libsnmp version is 5.3.1, and > > Valgrind is 3.2.3. Is this kind of behavior normal from libsnmp, or is > > the test program's code broken in some way? > > Would you mind building net-snmp 5.4.1.pre3 from source, compile the > test program against it and re-run your test?
Not at all. I built and installed the prerelease with `./configure --prefix=/usr && make && make install`. Now snmpd refuses to reply to SNMPv1 and SNMPv2c requests even though I made SNMPv2c the default during ./configure: # snmpwalk -On -v 2c -c public 127.0.0.1 Timeout: No Response from 127.0.0.1 SNMPv3 would apparently work if I would configure snmpd properly, but that's not what I'm after right now (we use SNMPv2c at work): # snmpwalk -On -v 3 -c public 127.0.0.1 snmpwalk: No securityName specified I googled with the error messages I got and fiddled with snmpd.conf for a while, but to no avail. I haven't gathered much knowledge of the inner workings of snmpd yet, so I may well be missing something obvious here. Thanks, Juuso ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
