embedded PowerPC Warning: Unknown token: dlmod.

2012-12-21 Thread Mark Gardinier
57: Warning: Unknown token: dlmod. I've search the net for a solution but can't find one that works. This also happens when I use net-snmp version 5.7.2. Any help is greatly appreciated. I'm using version 5.4.4 because it is closest to the version I have on my host system. The host works fine

Re: Warning: Unknown token: rwcommunity

2012-06-11 Thread Dave Shield
On 8 June 2012 19:20, Haughton, Steve shaugh...@astromed.com wrote: I traced the problem to the snmpd.log file which mentions “Unknown token rwcommunity”. I assume the problem is in the fact that I am building for an embedded system and I configured out of the build as much as I could

Warning: Unknown token: rwcommunity

2012-06-09 Thread Haughton, Steve
/net-snmp/mib_indexes /etc/snmp/snmpd.conf: line 3: Warning: Unknown token: rwcommunity. NET-SNMP version 5.7.1 -- Snmpd.conf --- # set communities rwcommunityprivate # System contact information

Re: Warning: Unknown token: extend

2011-08-02 Thread Dave Shield
On 28 July 2011 19:22, ch...@darksun.sk wrote: what means this warning ? # snmpd -c snmpd5.conf -Le -D snmpd5.conf: line 4: Warning: Unknown token: extend. It means that the agent was compiled without support for the extend (or exec) module. Did you compile this binary yourself

Warning: Unknown token: extend

2011-07-28 Thread chamo
hi i am new to net-snmp so may by i am asking a stupid question but what means this warning ? is it mistake of compilation or is it missing some files ? #snmpd -c snmpd5.conf -Le -D snmpd5.conf: line 4: Warning: Unknown token: extend. NET-SNMP version 5.5

Re: embedded-perl on win32: warning unknown token: perl

2008-09-25 Thread Alex Burger
Hi Marco. The Windows binaries on SourceForge are compiled with the regular Perl modules, but not with embedded Perl. The binaries are built using MSVC so the build system has to be modified to support it. It's something I want to look at for the next release. Have a look at the following

embedded-perl on win32: warning unknown token: perl

2008-09-19 Thread Marco Dings
something like perl do myscript.pl in snmpd.conf I find a message in my snmp.log file warning unknown token: perl I've searched the web read the help files but cannot figure it out. Supposedly embedded-perl support is enabled by default, yet it will not recognize it. any suggestion what I'm

RE: embedded-perl on win32: warning unknown token: perl

2008-09-19 Thread Marco Dings
: Re: embedded-perl on win32: warning unknown token: perl 2008/9/19 Marco Dings [EMAIL PROTECTED]: I've gotten the latest binaries from sourceforge (5.4.1.2) As soon as I put something like perl do myscript.pl in snmpd.conf I find a message in my snmp.log file warning unknown token: perl

Warning: Unknown token

2008-02-15 Thread BIbhudatta Nayak
. C:/usr/snmp/persist/mysnmpproj.conf: line 32: Warning: Unknown token: setserialn o. Warning: no access control information configured. It's unlikely this agent can serve any useful purpose in this state. Run snmpconf -g basic_setup to help you configure the mysnmpproj.conffile f

Re: Warning: Unknown token: agentxRetries

2008-01-04 Thread Dave Shield
On 04/01/2008, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I am using 5.0.9 net-snmp on blackfin uclinux. A very old release, that is no longer supported. I can see the codes under agent/mibgroup/agentx/ are not compiled. Dose it mean that the agentx is not used? Correct. And the resule is

Re: Warning: Unknown token: agentxRetries

2008-01-04 Thread goon863
Is there any way to control agentxretries just 1 times?Can i change somewhere in code to?Is there any fuction to control 5 times? Thanks a lot!- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R)

RE: Warning: Unknown token: agentxRetries

2008-01-04 Thread Mike Ayers
are getting the Warning: Unknown token: agentxRetries message, then you most likely do not have AgentX support in your agent. Try: $ snmpd -H 21 | grep -i agentx If there is no output, then you do not have agentx support. Otherwise, try putting the agentxRetries in agentx.conf. HTH

Warning: Unknown token: agentxRetries

2008-01-03 Thread goon863
Hi, I want to control the agent to agentxRetries 1 times.I add the agentxRetries 0 to snmpd.conf.when run snmpd -f -L ,it shows Warning: Unknown token: agentxRetries.Is there any way to agentxRetries 1 times?Where to change the code net-snmp?Is it netsnmp_ds_set_int(NETSNMP_DS_APPLICATION_ID

Re: Warning: Unknown token: agentxRetries

2008-01-03 Thread goon863
snmpd -f -L ,it shows Warning: Unknown token: agentxRetries. That should have worked. Are you working with a vendor-supplied distribution, or one you compiled yourself? Which version? Are you sure it includes AgentX support? What happens if you run snmpd -f -Le -X ? Dave

Warning: Unknown token: monitor

2006-11-15 Thread BENAMAR Khalid
hello in a first computer i have configured the snmpd for monitoring (test monitor directive ) it work but in the second computer i use the same snmpd.conf when i launch snmpd -c . it dosn't knew monitor cat snmpd.log /usr/local/snmp/snmpconf/snmpd.conf: line 23: Warning: Unknown token

Re: Warning: Unknown token: monitor

2006-11-15 Thread BENAMAR Khalid
thanks Dave _ MSN Messenger : appels gratuits de PC à PC ! http://www.msn.fr/newhotmail/Default.asp?Ath=f - Take Surveys. Earn Cash. Influence the Future of

Re: Warning: Unknown token: agentSecName.

2004-09-01 Thread Dave Shield
: Unknown token: agentSecName. Did you compile the agent yourself? If so, how did you run configure? How is the agent being started? What is the exact command (including parameters)? Can you see this line in your snmpd.conf file? If not, try running snmpd -f -Le -Dread_config and looking

Re: Warning: Unknown token: agentSecName.

2004-09-01 Thread Ernest SO
the start agent cmd is /usr/local/net-snmp/sbin/snmpd - Original Message - From: Dave Shield [EMAIL PROTECTED] To: Ernest SO [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, September 01, 2004 4:40 PM Subject: Re: Warning: Unknown token: agentSecName. I set my community

Re: Warning: Unknown token: agentSecName.

2004-09-01 Thread Ernest SO
/local/net-snmp/share/snmp/mibs --w ith-mib-modules=host - Original Message - From: Dave Shield [EMAIL PROTECTED] To: Ernest SO [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, September 01, 2004 4:40 PM Subject: Re: Warning: Unknown token: agentSecName. I set my community

Warning: Unknown token: agentSecName.

2004-08-31 Thread Ernest SO
I set my community to public and the following sentense. rocommunity public rouser public --- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1