> "TA" == Thomas Anders <[EMAIL PROTECTED]> writes:
TA> It's still the most likely cause. Any volunteers willing to join me fighting
TA> 64-bit compiler warnings? I won't get far w/o some old-timer's help.
I'm willing to help review what you run into. Each case needs to be
considered careful
Wes Hardaker wrote:
> TA> My vote is still for a gap of 1, reserved for emergencies
> TA> (major/security issues).
>
> I'll even suffer and say a gap of 2 may even make sense.
I could probably stand it.
> Of course, it's too late for 5.2,5.3 anyway so we're only talking
> about new stuff (5.4 an
Dave Shield wrote:
> Update of /cvsroot/net-snmp/net-snmp/agent/mibgroup/ucd-snmp
> In directory
> sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv21102/agent/mibgroup/ucd-snmp
>
> Modified Files:
> vmstat.c vmstat.h
> Log Message:
> Use the HAL CPU modules to implement UCD-SNMP-MIB::systemStats.
On 18/08/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> When I set a string value using SNMPSET, the following
> problem occurs:
> - if the string is longer than the previously set value,
> SNMPSET works fine;
> - if the string is shorter than the previously set value,
> the rest of the "string
> "RS" == Robert Story <[EMAIL PROTECTED]> writes:
RS> $ cat include/net-snmp/libtool-config.h.in
And that's included automatically by what file? Or is included
explicitly by what files?
--
Wes Hardaker
Sparta, Inc.
-
> "DS" == Dave Shield <[EMAIL PROTECTED]> writes:
DS> libwombat.so.1
DS> libwombat.so.1.3
DS> libwombat.so.1.3.6.1
DS> Isn't that exactly the sort of approach needed for this situation -
DS> later libraries on a given patch branch should be "mostly compatible"
DS> with earlier ones?
DS> But
> "TA" == Thomas Anders <[EMAIL PROTECTED]> writes:
TA> So let's find a compromise for a realistic position here. How many
TA> releases are we even doing in a branch? We've EOLed 5.1.x after 5.1.4,
TA> so even if we would have introduced incomatible changes for *each*
TA> release in that branc
> "a" == ayan <[EMAIL PROTECTED]> writes:
a> - if the string is shorter than the previously set value,
a> the rest of the "string buffer" retains the characters
a> from the previous SNMPSET operation.
It sounds like the code you're using copies the string into the old
buffer but doesn't ap
Hi,
I am writing code to get and set values for our internal
vendor-defined MIB.
When I set a string value using SNMPSET, the following
problem occurs:
- if the string is longer than the previously set value,
SNMPSET works fine;
- if the string is shorter than the previously set value,
the res
Thomas Anders wrote:
> I'm interested to see embedded perl turned on by default in future releases
> from
> 5.4 onwards. I realize there are a number of configure checks to be
> added/improved to avoid breaking the build for too many people (which I think
> is
> the major argument for *not* turni
Robert Story wrote:
> On Fri, 18 Aug 2006 14:41:32 +0100 Dave wrote:
> DS> I must admit that I'm drawn to Wes' original position - a patches
> DS> branch shouldn't include incompatible changes, so ought to continue
> DS> with the same library number throughout.
>
> I agree too. The hardline posit
On 18/08/06, Jenny Paul <[EMAIL PROTECTED]> wrote:
> I need to embed net-snmp agent within my application. I have
> generated the code for my MIB using mib2c. The problem is that, all the
> values for the SNMP parameters is provided by my application.
Does your application include some fo
On 18/08/06, Siva Prakash Reddy G <[EMAIL PROTECTED]> wrote:
> when i say set the variable i.e., "snmpset -v2c
> -c public 192.168.157.41 ieee802dot11.1.1.1.2.1 i 1", it is not
> calling "*write_method = write_dot11MediumOccupancyLimit;" routine
What are
Dave Shield wrote:
> I must admit that I'm drawn to Wes' original position - a patches
> branch shouldn't include incompatible changes, so ought to continue
> with the same library number throughout.
> In which case I'd suggest using '54' for the 5.4.x branch.
>(Still relatively large, but not
On Fri, 18 Aug 2006 14:41:32 +0100 Dave wrote:
DS> I must admit that I'm drawn to Wes' original position - a patches
DS> branch shouldn't include incompatible changes, so ought to continue
DS> with the same library number throughout.
I agree too. The hardline position would be that a bug that cou
Hi
I need to embed net-snmp agent within my application. I have
generated the code for my MIB using mib2c. The problem is that, all the
values for the SNMP parameters is provided by my application. How will
I make them available to net-snmp agent. I was planning to statically
link my MIB
Title: Message
Hi!
when i say set the variable i.e., "snmpset -v2c -c public
192.168.157.41 ieee802dot11.1.1.1.2.1 i 1", it is not calling
On Thu, 17 Aug 2006 20:45:10 -0700 Wes wrote:
WH> > "TA" == Thomas Anders <[EMAIL PROTECTED]> writes:
WH>
WH> TA> Then, I'd start with putting PACKAGE_* into the internal header
WH> TA> file and work from there. Suggestions for additional entries are
WH> TA> most welcome.
WH>
WH> I think one
> "TA" == Thomas Anders <[EMAIL PROTECTED]> writes:
>> Now, please note that people will get this error for a default build
>> (plain "./configure --with-defaults") on e.g. SuSE Linux 10.1!
TA> Once we've made embedded perl the default, that is. For now, it'd only
TA> happen with --enable-em
On 18/08/06, Robert Story <[EMAIL PROTECTED]> wrote:
> So Dave, do you really think we should go this route (eg 540), or were you
> just throwing it out to see what the reaction would be?
Why Robert, I'm shocked to the deepest core of my being that you could
even *begin* to contemplate that I migh
> "t" == timon <[EMAIL PROTECTED]> writes:
t> I would like to monitor the hardware performance of the ProLiant
t> Server DL380, but the compaq OID is not included by default in the
t> configuration of the NEt-SNMP agent.I think that the agent could be
t> extended to show that information .Doe
Wes Hardaker wrote:
> Update of /cvsroot/net-snmp/net-snmp/agent
> In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv29848/agent
>
> Modified Files:
> snmp_perl.c
> Log Message:
> make configure bail when embedded perl function can not be found ; fix the
> fact that 3 functions are nee
On Fri, 18 Aug 2006 01:02:00 +0200 Thomas wrote:
TA> Dave Shield wrote:
TA> > On 17/08/06, Robert Story <[EMAIL PROTECTED]> wrote:
TA> >> And I'm still waiting for comments from Thomas and Dave, and anyone
TA> >> else who has an opinion.
TA> >
TA> > OK - I'm going to be slightly naughty, and propo
Greetings,
I would like to monitor the hardware performance of the ProLiant Server DL380,
but the compaq OID is not included by default in the configuration of the
NEt-SNMP agent.I think that the agent could be extended to show that
information .Does anyone know how to set the Net-SNMP agent to
Thomas Anders wrote:
> Are there any legacy features waiting to be deprecated?
Or, the other way around, are there any optional modules that now should
be included by default? What about tcp-mib, udp-mib,
ip-mib/ipv4InterfaceTable and/or ip-mib/ipv6InterfaceTable (all for
Linux), Robert?
+Thomas
Thomas Anders wrote:
> configure: error: Perl was compiled with cc but you are using gcc which
Here's an even better one ("./configure --with-cc=/usr/bin/gcc"):
configure: error: Perl was compiled with gcc but you are using
/usr/bin/gcc which likely will not work for embedded perl support.
lol,
Thomas Anders wrote:
> Now, please note that people will get this error for a default build
> (plain "./configure --with-defaults") on e.g. SuSE Linux 10.1!
Once we've made embedded perl the default, that is. For now, it'd only
happen with --enable-embedded-perl, of course.
+Thomas
--
Thomas
Wes Hardaker wrote:
> Update of /cvsroot/net-snmp/net-snmp
> In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv29848
>
> Modified Files:
> configure configure.in acconfig.h
> Log Message:
> make configure bail when embedded perl function can not be found ; fix the
> fact that 3 functio
timon wrote:
> ..I'm using the the mib files from:
>
> http://www.nagiosexchange.org/typo3...gins-cpq.tar.gz
>
> ..convert them in .c and .h files with mib2c
> env MIBS=ALL mib2c -c /usr/local/share/snmp/mib2c.scalar.conf -i compaq
> reconfigureing the Net-SNMP instalation with the new mo
hi,
I'm trying to monitor the hardware of HP PRoLiant DL380 servers with FreeBSD.
For that I'm using NEt-SNMP -the only one that runs on FreeBSD for that
purposes.The problem is that Net-SNMP does NOT include the branch "compaq"
under the branch iso.org.dod.internet.private.enterprises, that is
30 matches
Mail list logo