ifSpeed incorrect

2008-07-16 Thread Chris Pawelko
Good morning, I am running a Debian Based Linux for an embedded PC. When I do a query on the interfaces, the ifSpeed comes up as 10 MBps instead of 100 MBps (which it should be). When I add to the snmpd.conf file: ifSpeed.2 1 It changes the ifSpeed value to the correct value. But after a

Net-SNMP is blocking process on handler?

2008-07-16 Thread Baltazar Francois
Hi all, I want to know if when an handler is called the whole snmpd process is blocked? I have made the following test : i have put an infinite cycle on an handler whith a : while (1) sleep(1); When handler is called, process seems to be blocked on this call and it does not respond to other r