Re: How to find out overload of Access Point by SNMP?

2006-11-16 Thread Dave Shield
On 15 Nov 2006 14:42:19 +0100 (CET), Roman Ĺ ustek [EMAIL PROTECTED] wrote: Do somebody know, how could I detect overload in AccessPoint (some orinoco AP) by SNMP? Is there any such variable? Try talking to Orinoco about this. They will know the capabilities of their equipment much better than

Re: rfv: add missing manual pages

2006-11-16 Thread Dave Shield
On 16/11/06, Thomas Anders [EMAIL PROTECTED] wrote: Attached please find the proposed patch to properly add these manual pages to our build process, thereby fixing bug 1577913 raised by Apple. I'm calling for votes to include this in 5.4. +1 Dave

Re: rfv: perl cc detection in configure

2006-11-16 Thread Dave Shield
On 15/11/06, Thomas Anders [EMAIL PROTECTED] wrote: The attached trivial patch adds the slash to the list of valid symbols to fix this bug. I'm calling for votes to include this in 5.4. Tentatively (since I don't really have a feeling for what values this field might take, but...) +1

com2sec question

2006-11-16 Thread Michael Klamut
All, Is there a way to limit access through the com2sec commands for a specific IP address? I got it working for a subnet, but I want to limit the SNMP read-wrie community for a specific IP address. Any help would be appreciated. Thanks, Mike

Re: rfv: 5.4.rc2 SNMP.pm MIB code broken on 64-bit

2006-11-16 Thread Jochen Friedrich
Hi Thomas, I think it's overdue. I'm happy to attach a revised patch that changes all oid length variables/parameters consistently to size_t, matching the main library. I'm calling for votes to include this in 5.4. +1 from me. From the Debian point of view, the next release will support yet

win32 Visual Buiding

2006-11-16 Thread Olivier MOURAND
Dear all, in order to make a subagent for windows using visual C++ 6.0 + sdk, could you tell me where can be found the Configure/ nmake scripts and win32 workspaces? thank you in advance best regards begin:vcard fn:Olivier MOURAND n:MOURAND;Olivier org:Thomson Broadcast Multimedia;DED / SNL

snmptrapd failure

2006-11-16 Thread Jagdeep Palan
Hi, We are using the version for snmptrapd NET-SNMP Version: 5.0.9 on our solaris box. When we start the daemon snmptrapd we get the high performance utilisation as below: bash-3.00$ sar 1 1 00:15:35%usr%sys%wio %idle 00:15:36 82 18 0 0 Our solaris box

Re: rfv: add missing manual pages

2006-11-16 Thread Jochen Friedrich
Thomas Anders schrieb: -Coders, I've committed a few additional manual pages that have been supplied by Debian: encode_keychange.1.def mib2c-update.1.def tkmib.1.def fixproc.1.def net-snmp-config.1.def traptoemail.1.def Attached please find the proposed patch to

Re: win32 Visual Buiding

2006-11-16 Thread Dave Shield
On 15/11/06, Olivier MOURAND [EMAIL PROTECTED] wrote: in order to make a subagent for windows using visual C++ 6.0 + sdk, could you tell me where can be found the Configure/ nmake scripts and win32 workspaces? Please see the file README.win32 This includes sections on: Microsoft Visual C++

Re: com2sec question

2006-11-16 Thread Dave Shield
On 15/11/06, Michael Klamut [EMAIL PROTECTED] wrote: Is there a way to limit access through the com2sec commands for a specific IP address? $ man snmpd.conf com2sec [-Cn CONTEXT] SECNAME SOURCE COMMUNITY map an SNMPv1 or SNMPv2c community string to a security name -

Debian packages and RFCs

2006-11-16 Thread Jochen Friedrich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, net-snmp-5.4 comes with the new directory doc/rfc containing several IETF RFCs. Unfortunately, they come with a license that prevents a redistribution under the Debian terms (see http://wiki.debian.org/NonFreeIETFDocuments for details). This

Re: win32 Visual Buiding

2006-11-16 Thread Dave Shield
[ First - *please* don't mail me privately, without copying any responses to the mailing list. I don't have the time or inclination to offer private, unpaid, SNMP consultancy. Keep discussions to the list, where others can both learn and offer advice. Thanks. ] On

FW: [osol-code] Re: freemem

2006-11-16 Thread Bruce Shaw
Apparently we're not the only ones thinking about the definitions of free memory. This is from an Open Solaris mailing list and may help to clear up confusion (or further muddy the waters ) surrounding this issue. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

mib2c not work well on FedoraCore5

2006-11-16 Thread sam luo
Dear all, I got some problems using mib2c. It seems the mib2c not work well on my FC5. I use net-snmp-5.3.1.tar.gz on FedoraCore5. My operation step by step is: (as root) 1. copy the net-snmp-5.3.1.tar.gz to /usr/local/src 2. tar zxvf net-snmp-5.3.1.tar.gz 3. cd net-snmp-5.3.1 4.

Re: mib2c not work well on FedoraCore5

2006-11-16 Thread sam luo
Dear Daniel, Thanks for your suggestion, but the mib2c still not works well, I tried the command env MIBS=+OSEE-TEST-MIB mib2c ustScalarSet. # env MIBS=+OSEE-TEST-MIB mib2c ustScalarSet (result is:) Cannot find module (IP-MIB): At line 0 in (none) Cannot find module (IF-MIB): At line 0

Re: Debian packages and RFCs

2006-11-16 Thread Wes Hardaker
JF == Jochen Friedrich [EMAIL PROTECTED] writes: JF net-snmp-5.4 comes with the new directory doc/rfc containing JF several IETF RFCs. Unfortunately, they come with a license that JF prevents a redistribution under the Debian terms (see JF http://wiki.debian.org/NonFreeIETFDocuments for

Re: snmptrapd failure

2006-11-16 Thread Wes Hardaker
JP == Jagdeep Palan [EMAIL PROTECTED] writes: JP This daemon is working perfectly fine in other solaris box with same JP version. Can you attach a debugger (like GDB) to it and find out what it is currently doing that is using so much CPU time? -- Wes Hardaker Sparta, Inc.

Re: rfv: perl cc detection in configure

2006-11-16 Thread Wes Hardaker
TA == Thomas Anders [EMAIL PROTECTED] writes: TA I'm calling for votes to include this in 5.4. +1 and applied for you as I work toward 5.4.rc3 -- Wes Hardaker Sparta, Inc. - Take Surveys. Earn Cash. Influence the Future

Re: mib2c not work well on FedoraCore5

2006-11-16 Thread sam luo
Dear all, I've solved this problem. Mabye mib2c can't find the right place where mibs are. Before useing mib2c, you should set the MIBDIRS env var. export MIBS=all export MIBDIRS=/usr/local/share/snmp/mibs then use mib2c ,it works! Best regars, Sam On 11/17/06, sam luo [EMAIL PROTECTED]

Re: snmptrapd failure

2006-11-16 Thread Thomas Anders
Wes Hardaker wrote: JP == Jagdeep Palan [EMAIL PROTECTED] writes: JP This daemon is working perfectly fine in other solaris box with same JP version. Can you attach a debugger (like GDB) to it and find out what it is currently doing that is using so much CPU time? The only related issue