File Descriptor Event Management

2005-02-22 Thread Olsson, Sten
About two years ago I modified some net-snmp code for my Project and am now finally able to post this patch. I have another patch that depends on this one that I will post next. Comments are appreciated. Actual patch is submitted to sourceforge tracker->patches. Patch is for clean-cvs-V5-2-pat

Re: Configuring snmpd agent with additional mibs

2005-02-22 Thread Alan . Anderson
Robert, It looks like the dynamically loadable module is the way to go for me. Relative paths confuse configure when symbolically linking into the net-snmp source tree. Thanks again, Alan Robert Story <[EMAIL PROTECTED]> Robert Story <[EMAIL PROTECTED]> 02/22/2005 01:31 PM Please res

Re: Configuring snmpd agent with additional mibs

2005-02-22 Thread Robert Story
On Tue, 22 Feb 2005 09:00:33 -0600 [EMAIL PROTECTED] wrote: AAC> % ./configure --with-mib-modules="nstAgentModuleObject" AAC> The problem is...I do not want to drop the source objects in the net-snmp AAC> source directory tree. I want to use a directory outside of the net-snmp AAC> source tree. Do

Re: Stepping into my compiled libnetsnmpagent.so.5 with gdb when there is a system shared library of the same name?

2005-02-22 Thread Robert Story
On Tue, 22 Feb 2005 08:45:23 -0600 [EMAIL PROTECTED] wrote: AAC> That worked. It would be sweet if the '--base-agent-libs' generated these AAC> libraries in the right order. Yep, that's the idea. Now that I have independent confirmation, I'll be checking in that fix. AAC> how do I jump on the irc

Configuring snmpd agent with additional mibs

2005-02-22 Thread Alan . Anderson
Hi, I am trying to understand if this is possible to do and wondered if anyone has tried this. Since there is nothing really new under the sun, I figured someone has. Anyway, I would like to add additional mibs to snmpd using 'configure', just as the tutorial instructs (very good job on the tutori

Re: Stepping into my compiled libnetsnmpagent.so.5 with gdb when there is a system shared library of the same name?

2005-02-22 Thread Alan . Anderson
Robert, That worked. It would be sweet if the '--base-agent-libs' generated these libraries in the right order. Then we could go back and forth between static and shared like the example belowbut you probably knew that. NETSNMPBASELIBS := $(shell $(NETSNMPCONFIG) --base-agent-libs) #LIBS=$(NET

Re: Warnings

2005-02-22 Thread Robert Story
On Fri, 18 Feb 2005 16:54:58 -0800 Ike wrote: IE> SunOS quarks 5.8 Generic_108528-19 sun4u sparc SUNW,Sun-Blade-100 Thanks. These warning can safely be ignored. -- Robert Story; NET-SNMP Junkie Support: Archive:

Re: AgentX problem on Win32 - MinGW

2005-02-22 Thread Robert Story
On Tue, 22 Feb 2005 09:29:27 +0100 Maurizio wrote: MR> I had modify the script "net-snmp-config" adding this line: MR> netsnmp_ds_set_string(NETSNMP_DS_APPLICATION_ID, MR>NETSNMP_DS_AGENT_X_SOCKET, "localhost:705"); MR> and the generated subagent file is (netsnmptmp.25

Re: IPv6 on Windows [not Linux]

2005-02-22 Thread Andy Smith
Alex Burger wrote: Robert Story wrote: On Wed, 16 Feb 2005 09:24:23 -0500 Alex wrote: AB> Windows XP with service pack 1 includes a production quality version of AB> IPv6. There is IPv6 support before sp1, but it is not considered AB> production quality. Well, that's a good enough reason not to

Re: IPv6 on Windows [not Linux]

2005-02-22 Thread Andy Smith
Robert Story wrote: On Wed, 16 Feb 2005 09:24:23 -0500 Alex wrote: AB> Windows XP with service pack 1 includes a production quality version of AB> IPv6. There is IPv6 support before sp1, but it is not considered AB> production quality. Well, that's a good enough reason not to put it in our bina

Re: IPv6 on Windows [not Linux]

2005-02-22 Thread Dave Shield
On Mon, 2005-02-21 at 17:33, Robert Story wrote: > On Sun, 20 Feb 2005 18:42:26 -0500 Alex wrote: > AB> Another option is to compile 2 (or 4 if SSL) ways and include them all > AB> in the binary installer. The user can then pick what support they want > AB> during installation. That would of co

RE: AgentX problem on Win32 - MinGW

2005-02-22 Thread Penz, Bernhard
Hi, Have you tried to snmpwalk the net-snmp master agent to check if it is running? Have you tried to do a "ping localhost" to check if it works? Have you tried to do a "telnet localhost 705" to check if the master agent is listening on the socket? Because the error message below indicates that yo

Re: AgentX problem on Win32 - MinGW

2005-02-22 Thread Maurizio RUBINI
Thanks Robert, I had Try your suggest. I had modify the script "net-snmp-config" adding this line: netsnmp_ds_set_string(NETSNMP_DS_APPLICATION_ID, NETSNMP_DS_AGENT_X_SOCKET, "localhost:705"); and the generated subagent file is (netsnmptmp.2512.c): /* gene