Re: rfv: add missing manual pages

2006-11-15 Thread Marcus Rueckert
On 2006-11-16 01:23:36 +0100, Thomas Anders wrote: 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 propos

Re: rfv: properly protect nlist code in snmplib/system.c

2006-11-15 Thread Marcus Rueckert
hi, the patch looks fine to me. +1 darix -- openSUSE - SUSE Linux is my linux openSUSE is good for you www.opensuse.org - Take Surveys. Earn Cash. Influence the Future of IT J

rfv: add missing manual pages

2006-11-15 Thread Thomas Anders
-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 properly add these manual pages to our b

Re: rc3 coming out on Friday 10/17.

2006-11-15 Thread Wes Hardaker
> "DS" == Dave Shield <[EMAIL PROTECTED]> writes: DS> Judging by the release schedule, that's intended to be the final RC DS> before the eventual release. Is that still the plan? As I mentioned at the last admin meeting, we'd likely evaluate that plan at the next admin meeting (this Friday).

Re: rc3 coming out on Friday 10/17.

2006-11-15 Thread Thomas Anders
Dave Shield wrote: > In which case we need to come to decisions on all outstanding RFV's > before rc3 is published. We shouldn't really be making *any* changes > to the code after rc3 (unless we're going to roll out rc4) Agreed. > Checking the lists, the main outstanding issues are: > >

Re: rc3 coming out on Friday 10/17.

2006-11-15 Thread Dave Shield
On 15/11/06, Wes Hardaker <[EMAIL PROTECTED]> wrote: > I'm planning on publishing 5.4.rc3 on Friday. This means all patches > intended for consideration need to be published to -coders by midnight > pacific time on Wednesday 11/15 in order to allow for a complete 24 > hours to pass by Friday. Tha

Re: RFV: memSwapError handling

2006-11-15 Thread Dave Shield
On 15/11/06, Thomas Anders <[EMAIL PROTECTED]> wrote: > >> What's wrong with using "virtual memory" for these objects? > > > > I don't want to do this because in most cases, the HAL memory > > entry that's labelled as VIRTMEM does *not* actually monitor > > virtual memory. > At this point in time,

Re: synchronous versus asynchronous

2006-11-15 Thread Mathew Bielejeski
There is an example async app on the net-snmp page. http://net-snmp.sourceforge.net/tutorial/tutorial-5/toolkit/asyncapp/asyncap p.c I used this code to figure out how to perform asynchronous sends in my own project. Mathew Bielejeski http://www.neon.com Message: 1 Date: Tue, 14 Nov 2006 21:11

Re: RFV: memSwapError handling

2006-11-15 Thread Thomas Anders
Dave Shield wrote: > On 13/11/06, Thomas Anders <[EMAIL PROTECTED]> wrote: >> I'm not sure I see the benefits of tweaking the MIB and the code to >> replace "virtual memory" by "real+swap" for these objects. > > The changes to the MIB are intended to make the behaviour more > explicit - thus avoid

rfv: perl cc detection in configure

2006-11-15 Thread Thomas Anders
-Coders, if "perl -V:cc" returns a full path like cc='/usr/bin/cc'; then configure in 5.4.rc2 doesn't recognize it and disables Perl altogether. 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. +Thomas -- T

System : Detect overload of Access Points and redistribute users among them

2006-11-15 Thread Roman Šustek
Hi, I need to propose the system, what will redistribute users among access points. In case that some of AP is overloaded, system will recognice it and reconnect hosts of the AP to another less loaded AP. The system supposed to be based on SNMP. I\'ve tried to find such variables in MIBs of acc

[no subject]

2006-11-15 Thread Roman Šustek
Hi, I need to propose the system, what will redistribute users among access point. In case that some of AP is overloaded, system will recognice it and reconnect host of the AP to another less loaded AP. The system supposed to be based on SNMP. I\'ve tried to find such variables in MIBs of acce

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

2006-11-15 Thread Alef Veld
My guess is that you would need to look into the documentation of the device itself to check for proprietary values they setup for their accesspoint, then using those oids to check for them. My experience is that most devices do have something like that. For example, i ran accross a plethora

How to find out overload of Access Point by SNMP?

2006-11-15 Thread Roman Šustek
Hi, Do somebody know, how could I detect overload in AccessPoint (some orinoco AP) by SNMP? Is there any such variable? I have passed mib2, IEEE802DOT11-MIB, Bridge, but I haven\'t found anything like that. The other thing, is there a way how to get info about users connected to AP, and get

Re: Which computers does answer on SNMPv1

2006-11-15 Thread Thomas Anders
Roman Šustek wrote: > Hi, do anyone know some computers, which answer on SNMPv1. test.net-snmp.org's access control settings only allows for v2c, AFAICS: snmpget -v 2c -c demopublic test.net-snmp.org .1.3.6.1.2.1.1.1.0 SNMPv2-MIB::sysDescr.0 = STRING: FreeBSD snmptest.netsec.tislabs.com 5.4-RELE

Which computers does answer on SNMPv1

2006-11-15 Thread Roman Šustek
Hi, do anyone know some computers, which answer on SNMPv1. Thanks . Roman __ http://auto.sme.sk - Všetko o autách (novinky, testy, autosalón, autoškola, porovnaj si auto) - Take Surveys. Earn Cash. Influence

Re: 5.4 embedded perl build fails on AIX

2006-11-15 Thread Dave Shield
On 15/11/06, Thomas Anders wrote: > Wes Hardaker wrote: > > Is embedded perl on by default for AIX? > > We force --disable-shared, so all Perl is off by default on AIX. OK - So I suggest you log this as a bug, and we can come back to it once 5.4 is out of the door. Dave -