On 25/06/07, Juuso Alasuutari <[EMAIL PROTECTED]> wrote:
> I did as you suggested and left only the 'rocommunity public' line in
> snmpd.conf, but I still get the freeze.

Hmmm...

OK - can you please try the following:

   a)  Replace the directive   "exec  truth   /bin/true"
        with      "sh  truth  /tmp/true"

   b)  Create a shell script  /tmp/true
         containing

                 #!/bin/sh
                 exit 0

and re-test the agent.   Does this also go runaway?
Then

    c)   Edit the shell script /tmp/true to read

                 #!/bin/sh
                 echo true
                 exit 0

and re-test the agent.   What happens then?

Dave

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to