2009/2/19 Sergio Cabaço <[email protected]>:
> My passwords are greater than 8 chars. Another thing I've notice is that, the 
> engineBoot is always 1
> and never increments? I thing this might be a problem but I don't know the 
> solution either.
> This engineBoot is in the same file, the snmpd.conf.

Hmmmm...it sounds like the agent is failing to rewrite the
(persistent) snmpd.conf file.
That would certainly explain the behaviour you are seeing.
(Although it wouldn't explain why the createUser line is disappearing..)

I presume you are running this as root?

All I can suggestis that you try

    snmpd -f -Le -Dread_config
    ^C

Then look through the debug output.
You ought to see various lines of the form:

   read_config: storing: ......

Is there anything like that?

Also, what do you see if you run

   snmpd -f -Le
   ^C

(i.e. no debug output at all).
Are there any error or warning messages?

Dave

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to