On 21/07/07, Leland Wallace <[EMAIL PROTECTED]> wrote:
> Turning on AgentX master support.
> agentx/master: initializing...
> Error: Couldn't open a master agentx socket to listen on ():
>
> and then it quits. Shouldn't the default port be used here?

Not quite.
By default, it should be listening on the default socket, as set by:

    netsnmp_register_default_domain("agentx", "unix");
    netsnmp_register_default_target("agentx", "unix", NETSNMP_AGENTX_SOCKET);

This evaluates to the named socket '/var/agentx/master',
rather than the TCP port 705.


Dave

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to