This is a discussion on snmptrapd VACM error message bug? within the SNMP Coders forums, part of the Networking and Network Related category; Hi, I previously asked this question on irc, tanders pointed me here. When launching snmptrapd (5.4) I get following ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi,
I previously asked this question on irc, tanders pointed me here. When launching snmptrapd (5.4) I get following error message: snmptrapd[29559]: 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 snmptrapd.conf file for this agent. My snmptrapd.conf includes the directive 'disableAuthorization yes'. The error message comes from agent/mibgroup/mibII/vacm_conf.c line 1121 that looks like: if (MASTER_AGENT == agent_mode) I believe this line should look like: if ((MASTER_AGENT == agent_mode) && (strcmp(name, "snmptrapd")) since there is a specific check handling snmptrapd and checking the NETSNMP_DS_APP_NO_AUTHORIZATION boolean a few lines down in the code. //Gustaf ------------------------------------------------------------------------- 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 Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/...et-snmp-coders |
![]() |
| Thread Tools | |
| Display Modes | |
|
|