> What's the command that is giving you this message?
> How exactly are you running it?
>

I'm running
  /usr/local/sbin/snmpd -V -Dagentx

and my initial setup looks like this

  netsnmp_ds_set_boolean(NETSNMP_DS_APPLICATION_ID,
                         NETSNMP_DS_AGENT_ROLE, 1);
  init_agent("NetSnmp");
  init_snmp("NetSnmp");
  snmp_select_info(&fds, &fdset, &timeout, &block);

Not sure what else you might need as interesting info.

> It looks suspiciously as if it's trying to run as an
> AgentX subagent - is that expected?


Yes.

Reply via email to