Hi Dave,

Thanks for the pointer.  I created the link in response to an earlier 
reply from someone suggesting me to do so.

I killed the dead process and ran the command you mentioned.  It began 
execution, so from another SSH session, I tried SNMPwalking to test it, 
but it timed out, so I stopped the command and this was the only output 
I got from it:

wcs001:~# snmpd -f -Le
Turning on AgentX master support.
NET-SNMP version 5.6.1
^CReceived TERM or STOP signal...  shutting down...
wcs001:~#

It seems as if somehow, someway, the installation's been messed up.  I 
would have thought the setup of the snmp service would have been done by 
the 'make install'.  I've followed the instructions very carefully as 
well as Ashwin's additional instructions but still no joy.

Thanks for your help.
Steve.


On 16/02/2011 7:47 PM, Dave Shield wrote:
> On 16 February 2011 03:55, Steve (Telsat Pacific)<st...@telsat.vu>  wrote:
>> I tried adding a soft-link to /etc/init.d/snmpd to /usr/local/sbin/snmpd
> No!
>
> The files under /etc/init.d are *scripts*, used to control starting and 
> stopping
> various services.   They are NOT the server binaries themselves.
>
> Please remove this link.
>
> There is a file 'dist/snmpd-init.d'  which can be copied to /etc/init.d/snmpd
>
>
>
> If you are having problems getting things to work properly, the first step is
> always to go back to basics, and try starting the agent manually - not via
> the "service" mechanism.
>
> Shut down this running service ("service snmpd stop" or using 'kill').
> Then run
>
>        snmpd -f -Le
>
> What does this report?
> If there's nothing obviously wrong, try running a simple query
> (something like "snmpgetnext -v1 -cpublic localhost system")
> Does this work or not?
>
> Dave
>


------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
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