> On Sun, 09 May 2010 13:50:38 +0200, Magnus Fromreide
> said:
>> There is no RPM in openSUSE 11.2 that provides the Perl module
>> TAP::Harness.
MF> I do agree that it is annoying.
TAP is a generic testing result protocol (that looks like it may even
make it's way through the IETF).
> On Sun, 09 May 2010 17:51:52 +0200, Magnus Fromreide
> said:
MF> Ok with me but why not just revert the patch? The old version had the
MF> whole #ifdef pile in snmp_transport.c and the new snmp_transport_inits.h
MF> doesn't seem to add that much.
The new system is significantly differ
> On Wed, 12 May 2010 09:32:59 +0200 (CEST), Tomas Macek
> said:
TM> i64 = vp->val.counter64->low;
TM> i64 |= vp->val.counter64->high << 32;
TM> the proper implementation on 64bit system? Or how should I work with
TM> counter64?
Well, that will work but you should be using an unsigned
> On Thu, 13 May 2010 11:11:04 +0200, Bufalo said:
B> traphandle default "/bin/sh /home/javier/copia.sh"
don't put it in quotes. IE:
traphandle default /bin/sh /home/javier/copia.sh
--
Wes Hardaker
Please mail all replies to [email protected]
---
> On Thu, 13 May 2010 13:27:39 -0400, Brad Lira
> said:
BL> How can i read the snmpd.conf file when my custom modules loads in net-snmp?
BL> thanks for your help.
If you call the register_config_handler() function you can register your
own tokens to be found in the snmpd.conf file. See
Bart,
> Revision: 18726
> http://net-snmp.svn.sourceforge.net/net-snmp/?rev=18726&view=rev
> Author: bvassche
> Date: 2010-05-14 08:42:19 + (Fri, 14 May 2010)
>
> Log Message:
> ---
> libtool bug fix: also pass flags starting with -f to the linker since these
> can af
On Fri, May 14, 2010 at 5:04 PM, Jan Safranek wrote:
> I've noticed that my recent autoconf voodoo with lm_sensors detection does
> not work in 5.5 branch, because configure.d/config_os_headers is checked
> *after* configure.d/config_modules_lib.
>
> In the trunk you moved configure.d/config_os_h
Hi Bart,
I've noticed that my recent autoconf voodoo with lm_sensors detection
does not work in 5.5 branch, because configure.d/config_os_headers is
checked *after* configure.d/config_modules_lib.
In the trunk you moved configure.d/config_os_headers before
configure.d/config_modules_lib in SVN
Hi Bart,
OS Name: Microsoft(R) Windows(R) Server 2003, Enterprise
Edition
OS Version:5.2.3790 Service Pack 2 Build 3790
OS Manufacturer: Microsoft Corporation
Thanks,
Duy
_
From: [email protected] [mailto:bart.vanass...@gm
Hello Duy,
Thanks for the feedback. On which Windows version have you observed this
behavior ?
Bart.
On Fri, May 14, 2010 at 12:47 PM, Duy Doan Khuong wrote:
> Hi Bart,
>
>
>
> I modify as your guide, and now Net-SNMP service works as expected. Thank
> you.
>
>
>
>
>
> I have removed ip entr
Hi Bart,
I modify as your guide, and now Net-SNMP service works as expected. Thank
you.
I have removed ip entry from additionaloptions, and run unregisteragent.bat,
run registeragent.bat, started Net_SNMP, it also works as expected.
I have stopped Net-SNMP agent, and started build in
Hello Duy,
This means that you have found a bug in one of Microsofts SNMP extension
DLLs. You can switch from the Microsoft implementation of IP-MIB to the
Net-SNMP implementation by modifying the third line of registeragent.bat as
follows:
set additionaloptions= -Lf "C:/usr/log/snmpd.log" -I-win
Hi Bart,
I have installed Net-SNMP service with winExtDll support.
The third line of C:\usr\registeragent.bat on my system:
set additionaloptions= -Lf "C:/usr/log/snmpd.log"
-I-udp,udpTable,tcp,tcpTable,icmp,ip,interfaces,system_mib,sysORTable
Duy
_
From: bart.vanass
On Fri, May 14, 2010 at 11:09 AM, Duy Doan Khuong wrote:
> I’m using Net-snmp 5.5. When I install snmpd service mode (Net-SNMP Agent
service), run netsnmpwalk:
> C:\>netsnmpwalk -v 2c -c public 192.168.98.193 1.3.6.1.2.1.4.20.1.1
> IP-MIB::ipAdEntAddr.0.0.0.0 = IpAddress: 84.73.84.89
> IP-MIB::ipA
Hi all,
I'm using Net-snmp 5.5. When I install snmpd service mode (Net-SNMP Agent
service), run netsnmpwalk:
C:\>netsnmpwalk -v 2c -c public 192.168.98.193 1.3.6.1.2.1.4.20.1.1
IP-MIB::ipAdEntAddr.0.0.0.0 = IpAddress: 84.73.84.89
IP-MIB::ipAdEntAddr.10.11.12.193 = IpAddress: 10.11.12.
15 matches
Mail list logo