Re: How to solve this problem.

2012-09-11 Thread Dave Shield
On 11 September 2012 05:32, Jatin Bodarya wrote: > If the port is allocated to another process kill it with > Kill -9 PROCESSID Arggg No!! Do not NOT *NOT* use "kill -9" as your weapon of choice. Use a simple "kill" by all means - that at least allows the process a chance t

RE: How to solve this problem.

2012-09-10 Thread Jatin Bodarya
I am using Ubuntu 12.04 version in Vmware when i was trying to compile an SNMP file i am getting an error Error opening specified endpoint "udp:161" please help me out Try this out..may be it will help you with this error. Netstat -anp | grep 161 If the por