Thanks for the help Mike - I ran /etc/init.d/snmpd stop and then snmpd -Le -C -c /etc/snmp/snmpd.conf :10161, then checked for open ports and it only shows smux port 199 as open. Here is the output:
snmpd -Le -C -c //etc/init.d/snmpd stop Stopping network management services:Received TERM or STOP signal... shutting down... snmpd snmptrapd. [EMAIL PROTECTED]:~# snmpd -Le -C -c /etc/snmp/snmpd.conf :10161 netsnmp_assert !"registration != duplicate" failed agent_registry.c:535 netsnmp_subtree_load() netsnmp_assert !"registration != duplicate" failed agent_registry.c:535 netsnmp_subtree_load() netsnmp_assert !"registration != duplicate" failed agent_registry.c:535 netsnmp_subtree_load() NET-SNMP version 5.4.1 [smux_accept] accepted fd 7 from 127.0.0.1:57894 [smux_accept] accepted fd 7 from 10.1.1.2:48005 Sorry for all the noobian questions and thanks for your help. Thanks, Brian -----Original Message----- From: Mike Ayers [mailto:[EMAIL PROTECTED] Sent: Friday, October 31, 2008 2:25 PM To: Moran, Brian; [email protected] Subject: RE: not ablt to launch snmpd > From: Moran, Brian [mailto:[EMAIL PROTECTED] > Sent: Friday, October 31, 2008 2:00 PM > [init_smux] bind failed: Address already in use ^^^^^^^^^^^^^^^^^^^^^^ > Server Exiting with code 1 ^^^^^^^^^^^^^^^^^^^ > If I do a walk, I get: ...results from the SNMP server that was already running. Servers can't share ports. Shut the old one down or pick another port: # snmpd -Le -C -c /etc/snmp/snmpd.conf :10161 Some things even root can't do. HTH, Mike ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Net-snmp-users mailing list [email protected] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users
