On Monday 31 March 2003 13:42, Thanh Nguyen wrote:
> I also "su" to root and tried to start snmpd as root, I still got this
> error:
>
> bash-2.03# sbin/snmpd -A -V -L
> bash-2.03# Error opening specified endpoint "udp:161"
> Server Exiting with code 1
>
> bash-2.03# netstat -a | grep 161
> *.161 Idle
>
> Does anyone knows what causing the error above ?
looks like some process that is running is already bound to port 161, make
sure no other process is running that may be bound to that port (snmpdx in
solaris for example). If you really can't find it, try grabbing 'lsof' for
your platform and run something like"
'lsof | grep IPv4'
to see all the processes that are bound to network ports on your system
--
Mike Culbertson
-------------------------------------------------------
This SF.net email is sponsored by: ValueWeb:
Dedicated Hosting for just $79/mo with 500 GB of bandwidth!
No other company gives more support or power for your dedicated server
http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/
|