Re: net-snmp and 6.1 (confusion)

2006-11-14 Thread gahn
thanks bill: no, i did "cat > /var/log/snmpd.log" every time i restarted the server. here is the error message after i disabled snmpd in rc.conf (with entry "bsnmpd="NO"): [EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECT

Re: net-snmp and 6.1 (confusion)

2006-11-14 Thread Bill Moran
In response to gahn <[EMAIL PROTECTED]>: > the entry "bsnmpd_enable="NO"" does works and the > result from "sockstat" showed there is no snmpd > running. then i added following entries in rc.conf: > > snmpd_enable="YES" > snmpd_flags="-a -p /var/run/snmpd.pid" > snmptrapd_enable="YES" > snmptrapd

Re: net-snmp and 6.1 (confusion)

2006-11-14 Thread gahn
the entry "bsnmpd_enable="NO"" does works and the result from "sockstat" showed there is no snmpd running. then i added following entries in rc.conf: snmpd_enable="YES" snmpd_flags="-a -p /var/run/snmpd.pid" snmptrapd_enable="YES" snmptrapd_flags="-a -p /var/run/snmptrapd.pid" snmpd_conffile="/usr

Re: net-snmp and 6.1

2006-11-14 Thread Frank Staals
gahn wrote: hi: is a generic snmp running with 6.1? i installed net-snmp on 6.1 and it seems to have conflict with some another snmp process: [init_smux] bind failed: Address already in use Error opening specified endpoint "udp:161" Server Exiting with code 1 i have no anothe snmp application

Re: net-snmp and 6.1

2006-11-14 Thread gahn
thanks. it definitely helped...-:) really i can't recall i ever activate the "bsnmpd". best --- Frank Staals <[EMAIL PROTECTED]> wrote: > gahn wrote: > > thanks. > > > > i didn't recall that i activated any snmp but > there is > > a bsnmpd running though: > > > > root snmpd 414 13 tc

Re: net-snmp and 6.1

2006-11-14 Thread Frank Staals
gahn wrote: thanks. i didn't recall that i activated any snmp but there is a bsnmpd running though: root snmpd 414 13 tcp4 *:199 *:* root snmpd 414 14 udp4 *:161 *:* root snmptrapd 408 10 udp4 *:162 *:* how cou

net-snmp and 6.1

2006-11-14 Thread gahn
hi: is a generic snmp running with 6.1? i installed net-snmp on 6.1 and it seems to have conflict with some another snmp process: [init_smux] bind failed: Address already in use Error opening specified endpoint "udp:161" Server Exiting with code 1 i have no anothe snmp application running except

Re: net-snmp and 6.1

2006-11-14 Thread gahn
thanks. i didn't recall that i activated any snmp but there is a bsnmpd running though: root snmpd 414 13 tcp4 *:199 *:* root snmpd 414 14 udp4 *:161 *:* root snmptrapd 408 10 udp4 *:162 *:* how could i remove it?