On 24 July 2012 09:16, mohamad hosein jafari <smhjafar...@gmail.com> wrote:
> you means I use Killall snmptrap  command?

No
You are still getting confused between "snmptrap" and "snmptrapd"

"snmptrapd" is the trap receiver - the program that runs all the time, listening
for incoming traps and processing/logging them.
"snmptrap" is used for generating traps - a command-line tool that is run
individually.

snmptrap sends the trap to snmptrapd
Note the 'd' at the end of the name - this stands for "daemon".

It's the daemon (snmptrapd) that's running all the time,
which is blocking the (new) daemon that you are trying to start.
So it's the daemon that you need to shut down.

Try
     killall snmptrapd

Please try to keep these two clear in your mind (and in your messages).
The potential for confusion if you mix them up is immense!

Dave

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to