net-snmp as subagent

2006-10-22 Thread Johnny Ljunggren
the subagent. Is there a way to remove them? I tried to do that at compile time and at run time, but was unsuccessful in getting the correct parameters. Could someone point me in the right direction? thanks -- Johnny Ljunggr

Problems creating rpms for Mandrake 9.2

2007-02-01 Thread Johnny Ljunggren
-- Johnny Ljunggren, Navtek AS - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application

Re: Problems creating rpms for Mandrake 9.2

2007-02-01 Thread Johnny Ljunggren
mp-perl-files) --- > (xxdir=`pwd` && cd $RPM_BUILD_ROOT && find usr/lib*/perl5 -type f | sed 's/^/\//' > $xxdir/net-snmp-perl-files) 180c180 < %{_mandir}/man3/* --- > %{_mandir}/man3/[^A-Z]* 183,184c183 < #%{_libdir}/*.so* < %{_libdir}/* --- > %{_libdir}/

Problem using net-snmp as subagent (Error in packet)

2007-02-02 Thread Johnny Ljunggren
d net-snmp 5.3.1 and 5.4 but the results are the same. I'd appreciate some help on resolving this issue. Where will the problem likely be? What are the usual reasons for this? best regards -- Johnny Ljunggren, Navtek AS ---

Re: Problem using net-snmp as subagent (Error in packet)

2007-02-04 Thread Johnny Ljunggren
been looking at are agentx/subagent.c and snmplib/snmp_api.c. Can anyone point me to a more specific place to look for this problem? best regards -- Johnny Ljunggren, Navtek AS - Using Tomcat but need to do more? Need to s

Re: Problem using net-snmp as subagent (Error in packet)

2007-02-06 Thread Johnny Ljunggren
Dave Shield wrote: > On 02/02/07, Johnny Ljunggren <[EMAIL PROTECTED]> wrote: >> I've made a master AgentX (using agentpp) that uses net-snmp as subagent > I've done a bit of poking about, and suspect that the Net-SNMP subagent > may > be returning an invalid

Re: ERROR

2007-02-08 Thread Johnny Ljunggren
hat the port number used is default (161) regards -- Johnny Ljunggren, Navtek AS - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make you

Re: Problem using net-snmp as subagent (Error in packet)

2007-02-08 Thread Johnny Ljunggren
n I go about doing that? best regards -- Johnny Ljunggren, Navtek AS - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job ea

sysDescr information

2007-02-08 Thread Johnny Ljunggren
Hello I'd like to know where snmpd get the information that is entered into sysDescr? ie. what source file implements this? I'm running a linux system if that matters. best regards -- Johnny Ljunggren, Navtek AS -

Re: sysDescr information

2007-02-08 Thread Johnny Ljunggren
>> I'd like to know where snmpd get the information that is entered into >> sysDescr? ie. what source file implements this? > >agent/mibgroup/mibII/system_mib.c Thanks, just what I needed -- John

Re: Problem using net-snmp as subagent (Error in packet)

2007-02-09 Thread Johnny Ljunggren
dumps in the subagent > and issue a GET request for one of the offending instances. How do I do that? I'll see if I can figure it out myself too. FYI: snmpd is the subagent. -- Johnny Ljunggren, Navtek AS - Using

Re: [AGENT++] Best way to update sysContact++

2007-02-09 Thread Johnny Ljunggren
ust 2005 asking the same but unfortunately no reply. thanks -- Johnny Ljunggren, Navtek AS - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to ma

Re: Problem using net-snmp as subagent (Error in packet)

2007-02-10 Thread Johnny Ljunggren
Dave Shield wrote: > On 08/02/07, Johnny Ljunggren <[EMAIL PROTECTED]> wrote: >> > I'm pretty sure that the problem lies in the encoding of the OID .0.0, > Can you try turning on packet dumps in the subagent > and issue a GET request for one of the offending instances

Re: [AGENT++] Best way to update sysContact++

2007-02-10 Thread Johnny Ljunggren
++ sysGroup class. Just named the classes something else and changed the constructor to add sysName, sysContact and sysLocation. Seemed to work well. -- Johnny Ljunggren, Navtek AS - Using Tomcat but need to do more? Need to suppo

Re: Problem using net-snmp as subagent (Error in packet)

2007-02-10 Thread Johnny Ljunggren
ug output from my master agent, and an ethereal dump. It seems that my message with attachments got blocked so I put them here instead: http://www.navtek.no/~johnny/snmpd -- Johnny Ljunggren, Navtek AS - Using Tomcat but need t

Re: Problem using net-snmp as subagent (Error in packet)

2007-02-12 Thread Johnny Ljunggren
http://www.navtek.no/~johnny/snmpd/agentxdump.log Thanks for the effort! -- Johnny Ljunggren, Navtek AS - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrate

Re: Problem using net-snmp as subagent (Error in packet)

2007-02-12 Thread Johnny Ljunggren
, is there a way to block only these types of OID's? It would at least help through the first deadline I've got. -- Johnny Ljunggren, Navtek AS - Using Tomcat but need to do more? Need to support web services,

Re: Problem using net-snmp as subagent (Error in packet)

2007-02-13 Thread Johnny Ljunggren
; That should encode .0.0 just as any other OID, I'll bring it up with the Agentpp developers to see if they should deal with this differently. At least it seems like they should. Thanks a lot for your effort! -- Johnny Ljunggren, Navtek AS

Re: Problem using net-snmp as subagent (Error in packet)

2007-02-14 Thread Johnny Ljunggren
lemented to map a zero length OID to 0.0 for NET-SNMP subagents. Instead a AgentX protocol error is thrown, which could lead to a subagent disconnect (if not sure if it actually does). -- Johnny Ljunggren, Navtek AS - Take Su