On Mon, 15 Nov 2004 17:48:23 +0100 Frédéric wrote:
FB> it calls snmp_shutdown("<my-app>")
FB> which produces traces like :
FB> 
FB> No log handling enabled - turning on stderr logging
FB> read_config_store open failure on /var/lib/snmp/<my-app>.conf
FB> read_config_store open failure on /var/lib/snmp/<my-app>.conf
FB> read_config_store open failure on /var/lib/snmp/<my-app>.conf

Add this to your app during startup:

   netsnmp_ds_set_boolean(NETSNMP_DS_LIBRARY_ID,
                               NETSNMP_DS_LIB_DONT_PERSIST_STATE, 1);

-- 
Robert Story; NET-SNMP Junkie
Support: <http://www.net-snmp.org/> <irc://irc.freenode.net/#net-snmp>  
Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-users>

You are lost in a twisty maze of little standards, all different. 


-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
_______________________________________________
Net-snmp-users mailing list
[EMAIL PROTECTED]
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to