Re: Agent config error: Optional File does not exist

2004-10-26 Thread Marco Waller
Thanks, Thomas and Robert. Thomas Anders wrote: Marco Waller wrote: calling the 5.1.2 agent on my Linux PC with attached snmp.conf results in a very strange log message "Optional File does not exist". That's bug 1040686: http://sourceforge.net/tracker/index.php?func=detail&aid=1040686&group_id=126

Re: Agent config error: Optional File does not exist

2004-10-26 Thread Users
On Tue, 26 Oct 2004 17:08:51 +0200 Marco wrote: MW> ./snmpd -C -c '/var/snmp/snmpd.conf,/usr/local/share/snmp/snmp.conf' The problem is the use of strtok in a look which calls other code that also uses strtok. You have three options. Upgrade to 5.2.rc1. Patch the 5.1.x code to use strtok_r in read

Re: Agent config error: Optional File does not exist

2004-10-26 Thread Thomas Anders
Marco Waller wrote: calling the 5.1.2 agent on my Linux PC with attached snmp.conf results in a very strange log message "Optional File does not exist". That's bug 1040686: http://sourceforge.net/tracker/index.php?func=detail&aid=1040686&group_id=12694&atid=112694 It's fixed in 5.2.rc1 (by applying

Agent config error: Optional File does not exist

2004-10-26 Thread Marco Waller
Hi, calling the 5.1.2 agent on my Linux PC with attached snmp.conf results in a very strange log message "Optional File does not exist". Everything is fine, both conf files are read successfully. If I put the syscontact description in the first line the error disappears. Does anybody know why ? Mar