Re: mib2c - array-user.conf problem

2004-05-31 Thread Coders
5.1.1, or apply a patch: http://sourceforge.net/tracker/index.php?func=detail&aid=963666&group_id=12694&atid=312694 -- Robert Story; NET-SNMP Junkie <http://www.net-snmp.org/> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders> You are lost in a twisty maze of little standards, all different.

Re: create_row( )

2004-06-03 Thread Coders
x. Check out what the serviceTable_create_row() does, and you'll see that dealing with the index is more complex that just setting the value in the table context. -- Robert Story; NET-SNMP Junkie <http://www.net-snmp.org/> Archive: <http://sourceforge.net/mailarchiv

Re: A question for the porting net-snmp to PowerPC.

2004-06-07 Thread Coders
configure for the new environment. There are some cross compiling tips here: http://www.net-snmp.org/faqs/rstory/#cross -- Robert Story; NET-SNMP Junkie <http://www.net-snmp.org/> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders> You are lost

Re: AgentX Subagents - Upper limit of connections?

2004-06-07 Thread Coders
ssue lurking that nobody's hit yet. -- Robert Story; NET-SNMP Junkie <http://www.net-snmp.org/> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders> You are lost in a twisty maze of little standards, all different. --

Re: FreeBSD patch compiles/runs with tcp/tcpTables/udpTables

2004-06-07 Thread Coders
sponses on this? I see at least one confirmation in a bug-report, so I say commit it. BSD has been broken for too long. -- Robert Story; NET-SNMP Junkie <http://www.net-snmp.org/> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders> You are lost in a twisty ma

Re: agent extension MIB

2004-06-07 Thread Coders
behaviour, I'd lean slightly towards defaulting to the old behaviour. -- Robert Story; NET-SNMP Junkie <http://www.net-snmp.org/> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders> You are lost in a twisty maze of little standards, all different.

Re: A question for the porting net-snmp to PowerPC.

2004-06-08 Thread Coders
st=powerpc \ --target=powerpc-hardhat-linux-gnu --with-endianness=big -- Robert Story; NET-SNMP Junkie <http://www.net-snmp.org/> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders> You are lost in a twisty maze of little standards, all differen

Re: agent extension MIB

2004-06-08 Thread Coders
g the behavior and updating the FAQ, I wouldn't raise a stink. -- Robert Story; NET-SNMP Junkie <http://www.net-snmp.org/> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders> You are lost in a twisty maze of little standards, all different. ---

Re: bugfix FreeBSD 5.x ucd-snmp/disk.c

2004-06-08 Thread Coders
e, or even rejected, unless someone has the time to review it carefully to make sure it doesn't break anything. Given the limited time we all have, we have to draw the line somewhere. -- Robert Story; NET-SNMP Junkie <http://www.net-snmp.org/> Archive: <http://sourceforge.net/mailarch

Re: Mib Reading issue -- Please

2004-06-08 Thread Coders
DULE MIBFILE GM> ... GM> GM> Is this a known issue or should I fix and send a patch? Well, I'm not sure what you are proposing to change. Have you tried deleting your .index file so it will be regenerated? -- Robert Story; NET-SNMP Junkie <http://www.net-snmp.org/> Archive:

Re: always reuse the port?

2004-06-08 Thread Coders
rade to a later version, this code is not enabled by default. I can't remember exactly when it changed, though. -- Robert Story; NET-SNMP Junkie <http://www.net-snmp.org/> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders> You are lost in a twis

Re: agent extension MIB

2004-06-09 Thread Coders
release to focus on clearing out the bug back-log instead of the fun stuff (new features). -- Robert Story; NET-SNMP Junkie <http://www.net-snmp.org/> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders> You are lost in a twisty maze of little standards, al

Re: anybody remember why MAXDISKS is hard-coded to 50?

2004-06-10 Thread Coders
special about DS> this constant - it's just used to control the size of the DS> internal data array. The other option would be to use a dynamically sized array (or a netsnmp_container). -- Robert Story; NET-SNMP Junkie <http://www.net-snmp.org/> Archive: <http://sourceforge.ne

Re: A question for the porting net-snmp to PowerPC.

2004-06-10 Thread Coders
If that still doesn't help, let us know and we'll go from there. -- Robert Story; NET-SNMP Junkie <http://www.net-snmp.org/> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders> You are lost in a twisty maze of little standards, all different.

Re: Subagent Question

2004-06-10 Thread Coders
e the return. This will be fixed in 5.1.2 and beyond. -- Robert Story; NET-SNMP Junkie <http://www.net-snmp.org/> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders> You are lost in a twisty maze of little

Re: Question about snmp_sess_send error

2004-06-10 Thread Coders
but the pdu is all ready freed up by snmp_sess_send? Nope, what you've done is correct. -- Robert Story; NET-SNMP Junkie <http://www.net-snmp.org/> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders> You are los

Re: WWW-MIB

2004-06-11 Thread Coders
-snmp.org/> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders> You are lost in a twisty maze of little standards, all different. --- This SF.Net email is sponsored by the new InstallShield X. >From Windows

Re: How to use files *.m2d ?

2004-06-11 Thread Coders
ut losing your changes, you should use the new utility mib2c-update (also new for 5.2). -- Robert Story; NET-SNMP Junkie <http://www.net-snmp.org/> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders> You are lost in a twisty maze

Re: Subagent Question

2004-06-11 Thread Coders
ert Story; NET-SNMP Junkie <http://www.net-snmp.org/> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders> You are lost in a twisty maze of little standards, all different. --- This SF.Net email is spons

Re: is this a bug for multi-threaded library

2004-06-15 Thread Coders
7;< 1' and see if that works any better for you. -- Robert Story; NET-SNMP Junkie <http://www.net-snmp.org/> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders> You are lost in a twisty maze of little standards, all different. --

Re: Win32 TODO

2004-06-16 Thread Coders
a feature request tracker. -- Robert Story; NET-SNMP Junkie <http://www.net-snmp.org/> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders> You are lost in a twisty maze of little standards, all different. --

Re: extending net-snmp agent for web based network management

2004-06-16 Thread Coders
http://www.net-snmp.org/> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders> You are lost in a twisty maze of little standards, all different. --- This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference Lear

Re: pass directive

2004-06-17 Thread Coders
riginal example by looking at the remaining BBC> .1.1.1 in the OID. That should work. Make sure you handle get-next properly! -- Robert Story; NET-SNMP Junkie <http://www.net-snmp.org/> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders> You are lost in a twi

Re: Outstanding Solaris bugs - can we fix for 5.1.2?

2004-06-18 Thread Coders
ied to V5-1-patches and main branches. MS> MS> -Coders, the hr_filesys.FRSIZE.diff patch of patch #956272 MS> applies cleanly to a copy of the V5-0-patches branch. MS> MS> Let me know if this patch is approved for V5-0-patches. If a patch is a bug fix, doesn't break an

Re: pass, exec, possibly more broken

2004-06-18 Thread Coders
anged from size_t back to ssize_t, MS> > Builds on FreeBSD, Linux, and Win32 compile and run without problems. MS> > MS> > I did not run pass nor pass_persist, as the problem description MS> > indicates the error occurs under certain conditions. MS> > MS> > The one line

Re: OCTET-STRING index Problem

2004-06-18 Thread Coders
> index.oids = (oid *) & index_oid; MR> index.len = index_oid[0]+1; Ok, that sets up an index. But when are you doing this? What do you do with index once you've built it? -- Robert Story; NET-SNMP Junkie <http://www.net-snmp.org/> Archive: <http://sourceforge.ne

Re: Blocking handler

2004-06-20 Thread Coders
/> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders> You are lost in a twisty maze of little standards, all different. --- This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference Learn from the ex

Re: Maximum responsePdu packet size

2004-06-21 Thread Coders
fragmentation is generally considered a bad thing. -- Robert Story; NET-SNMP Junkie <http://www.net-snmp.org/> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders> You are lost in a twisty maze of little standards, all different. -

Re: subagent problem

2004-06-21 Thread Coders
; NET-SNMP Junkie <http://www.net-snmp.org/> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders> You are lost in a twisty maze of little standards, all different. --- This SF.Net email is sponsored by Th

Re: Maximum responsePdu packet size

2004-06-21 Thread Coders
he MAX_PDU, then, must be for limiting the size of get-bulk responses. Although that doesn't explain why it's not used anywhere in the code! -- Robert Story; NET-SNMP Junkie <http://www.net-snmp.org/> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-code

Re: duplicate traps being sent

2004-06-23 Thread Coders
sink defined. I'd guess that multiple snmpd.conf files are being read, and thus more than on trap2sink is being read. Or you also have a trapsink or informsink configured. -- Robert Story; NET-SNMP Junkie <http://www.net-snmp.org/> Archive: <http://sourceforge.net/mailarchive/forum

Re: Blocking handler

2004-06-24 Thread Coders
p.org/> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders> You are lost in a twisty maze of little standards, all different. --- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Bri

Re: usmStatsNotInTimeWindows issues

2004-06-24 Thread Coders
you? I'd actually prefer something that indicated cvs, too: "5.2.0-cvs", or "pre-5.2.0-cvs". The other developers don't agree with us. The policy seems to be that the version numbers only change after a release. -- Robert Story; NET-SNMP Junkie <http://www.net-sn

Re: web pages need update

2004-06-24 Thread Coders
ilarchive/forum.php?forum=net-snmp-coders> You are lost in a twisty maze of little standards, all different. --- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 -

auto-update of cvs version?

2004-06-24 Thread Coders
on branch tag (v5-1-patches) d) ?? 3) If/How to identify branch version. Give XXX from (1) above, a) XXX[+-]-mm-dd b) XXX[+-]n, where n is incremented [daily|weekly|manually] c) ?? -- Robert Story; NET-SNMP Junkie <http://www.net-snmp.org/> Archive: <http://sou

Re: Cross compile problems

2004-06-24 Thread Coders
/not/usr cd /tmp tar xvf net-snmp-target.tar not Then copy the tar ball to your target, and on your target cd / tar xvf net-snmp-target.tar -- Robert Story; NET-SNMP Junkie <http://www.net-snmp.org/> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders> You a

Re: PPC build

2004-06-24 Thread Coders
system on the BBC> build system. See this link for some tips on cross compiling. http://www.net-snmp.org/faqs/rstory/#cross -- Robert Story; NET-SNMP Junkie <http://www.net-snmp.org/> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders> You are

Re: [ 973728 ] main branch fails to load tcpConnect and udp Table

2004-06-24 Thread Coders
when the OID SN> ls below the base OID of the table ? I just checked in a fix that I think will fix the problem. Let me know if it helps... -- Robert Story; NET-SNMP Junkie <http://www.net-snmp.org/> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders> You

Re: Handler Architecture Documentation

2004-06-24 Thread Coders
a members mean? http://www.net-snmp.org/tutorial-5/agent/annotated.html -- Robert Story; NET-SNMP Junkie <http://www.net-snmp.org/> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders> You are lost in a twisty maze of little standards, all different. ---

Re: auto-update of cvs version?

2004-06-25 Thread Coders
hould be triggered by cvs activity, not simply by time. eg start/reset a N hour timer on each checkin. After the timer expires, update the timestamp. A good value for N would probably be 4-12 hours. -- Robert Story; NET-SNMP Junkie <http://www.net-snmp.org/> Archive: <http://sourceforge.net/mailarc

Re: auto-update of cvs version?

2004-06-25 Thread Coders
e completely, and just use "cvs-main", though at that point more detail really becomes necessary. DS> I think we need some input on this one Agreed... -- Robert Story; NET-SNMP Junkie <http://www.net-snmp.org/> Archive: <http://sou

Re: libcrypto.so.0.9.7 (Solaris 8)

2004-06-25 Thread Coders
. BS> BS> What do I need to do to my configure string so it remembers where it is? Did you update /etc/ld.so.conf to include /usr/local/ssl/lib, and then run lddconfig? -- Robert Story; NET-SNMP Junkie <http://www.net-snmp.org/> Archive: <http://sourceforge.net/mailarchive/forum.

Re: problem in sending request to multiple hosts

2004-06-25 Thread Coders
000 or so, and as you get responses, close the session and re-open a new one. Or, even better, re-use one session, instead of creating a new one for each host. -- Robert Story; NET-SNMP Junkie <http://www.net-snmp.org/> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-s

Re: CVS out of date

2004-06-26 Thread Coders
t-snmp.org/> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders> You are lost in a twisty maze of little standards, all different. --- This SF.Net email sponsored by Black Hat Briefings & Training. Attend B

Re: Cache handler [next handlers]

2004-06-28 Thread Coders
p://www.net-snmp.org/> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders> You are lost in a twisty maze of little standards, all different. --- This SF.Net email sponsored by Black Hat Briefings & Trai

Re: Cache handler

2004-06-28 Thread Coders
d use it to add extra data, without changing the structure. -- Robert Story; NET-SNMP Junkie <http://www.net-snmp.org/> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders> You are lost in a twisty maze of little standards, all different. ---

Re: Problem accessing data structure

2004-06-28 Thread Coders
unkie <http://www.net-snmp.org/> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders> You are lost in a twisty maze of little standards, all different. --- This SF.Net email sponsored by Black Hat Briefings & Train

Re: Threading in 4.2.5 Agent

2004-06-28 Thread Coders
not running as TGS> agent x) All versions of the agent are single threaded, and are not thread safe. -- Robert Story; NET-SNMP Junkie <http://www.net-snmp.org/> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders> You are lost in a twisty maze of l

inetNetToMediaTable vs ipNetToPhysicalTable

2004-06-28 Thread Coders
nd re-add with the new name (and hope it doesn't change again), or just update the OID and live with the name inconsistency? -- Robert Story; NET-SNMP Junkie <http://www.net-snmp.org/> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders> You are lost in a

Re: Cache handler

2004-06-29 Thread Coders
uest. In fact, the latest ifTable implementation uses the new auto-reload feature to keep the cache up to date even in the absence of any requests. -- Robert Story; NET-SNMP Junkie <http://www.net-snmp.org/> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders>

Re: Cache handler [next handlers]

2004-06-29 Thread Coders
added back. And in keeping with Wes' rule that we don't try and force any particular coding style (within reason) on anyone, just say the word and I'll revert the cache handler to the original style. However, unless there are objections to

Re: inetNetToMediaTable vs ipNetToPhysicalTable

2004-06-29 Thread Coders
a merge can happen for 5.3. -- Robert Story; NET-SNMP Junkie <http://www.net-snmp.org/> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders> You are lost in a twisty maze of little standards, all different. --- Thi

Re: moldy build problem [solaris]

2004-06-29 Thread Coders
verified as well. Hopefully Bruce can help us out with that one, if he's paying attention. -- Robert Story; NET-SNMP Junkie <http://www.net-snmp.org/> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders> You are lost in a twisty maze

Re: ucd-snmp latest package

2004-06-29 Thread Coders
s cvs branch, but I'm not sure. -- Robert Story; NET-SNMP Junkie <http://www.net-snmp.org/> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders> You are lost in a twisty maze of little standards, all different. -

Re: problem starting snmpd

2004-06-29 Thread Coders
solution. I hadn't heard that one before. What happens if you leave syslog running but start snmpd in a terminal window like so: snmpd -f -L -- Robert Story; NET-SNMP Junkie <http://www.net-snmp.org/> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-

Re: V3 passwords with cross-compile

2004-06-29 Thread Coders
somewhere else on the local machine to create the tarball for the target: make install prefix=/tmp exec_prefix=/tmp -- Robert Story; NET-SNMP Junkie <http://www.net-snmp.org/> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders> You are lost in

Re: Problem accessing data structure

2004-06-29 Thread Coders
tatic structure -- Robert Story; NET-SNMP Junkie <http://www.net-snmp.org/> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders> You are lost in a twisty maze of little standards, all different. --- This

Re: inetNetToMediaTable vs ipNetToPhysicalTable

2004-06-30 Thread Coders
hould continue to support the DS> traditional tables as well, for compatibility with existing N/M DS> applications that expect to query for this information. Exactly. I think we'll all agree here. -- Robert Story; NET-SNMP Junkie <http://www.net-snmp.o

Re: Cache handler

2004-06-30 Thread Coders
deal with the fact that their decisions on whether or not to allow this set, which was made in RESERVE 1 or 2, needs to be re-evaluated. The only way they could easily deal with this would be to bail with GENERR. -- Robert Story; NET-SNMP Junkie <http://www.net-snmp.org/> Archive:

Re: inetNetToMediaTable vs ipNetToPhysicalTable

2004-06-30 Thread Coders
d *will* before 5.2.0 goes out... -- Robert Story; NET-SNMP Junkie <http://www.net-snmp.org/> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders> You are lost in a twisty maze of little standards, all different. -

Re: Cache handler [next handlers]

2004-06-30 Thread Coders
lowed DS> my initial impulse, and pulled out of the project completely until DS> that was finished. Hmm.. pulled out of what project until what was finished? At any rate, it's just like my inetNetToMedia problem. It's never easy to track a moving targ

Re: Bug 919537 (916605) - Memory leak during setting.

2004-06-30 Thread Coders
into 5.1.3 (I won't get to it in time for 5.1.2). If the back port is easy, then it might go into 5.0.x as well. -- Robert Story; NET-SNMP Junkie <http://www.net-snmp.org/> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders> You are lost in a twist

Re: auto-update of cvs version?

2004-07-01 Thread Coders
think for a released branch, it makes sense to use that last release + '+cvs'. -- Robert Story; NET-SNMP Junkie <http://www.net-snmp.org/> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders> You are lost in a twisty maze of little standards, all di

Re: Cache handler

2004-07-01 Thread Coders
less global list to worry about, if we ever go multi-threaded. DS> What about breaking stale locks? Good question. Initially I'd say not worry about them, as a stale lock would imply a serious bug somewhere. But a watchdog alarm to

Re: Cache handler [next handlers]

2004-07-01 Thread Coders
On Wed, 30 Jun 2004 15:20:06 -0700 Wes wrote: WH> >>>>> On Wed, 30 Jun 2004 13:08:25 -0400, Robert Story (Coders) WH> 2) However, Robert is wrong that it helps APIs. Thems theres fightin' words. I would understand 'I disagree', but 'wrong' seems

Re: Cache handler [next handlers]

2004-07-01 Thread Coders
g bugs (for example) or arguing with you, DS> is time I'm not spending on the book (or doing what I'm DS> actually being paid for!) I know the feeling. I'll try and be less argumentative. :-) DS> The only way I could have managed to concentrate on the DS> one task woul

Re: Can SNMP constrain the access the mib vars?

2004-07-01 Thread Coders
FAQ on access control. You can specify OID branches, or even individual instances. -- Robert Story; NET-SNMP Junkie <http://www.net-snmp.org/> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders> You are lost in a twisty maze of littl

Re: Cache handler [next handlers]

2004-07-01 Thread Coders
On Thu, 01 Jul 2004 11:15:10 -0700 Wes wrote: WH> >>>>> On Thu, 1 Jul 2004 13:39:46 -0400, Robert Story (Coders) WH> DS> - By default, handlers return success/failure, but don't explicitly WH> DS> call the next handler in the chain. [...] WH> WH> Robert&

Re: auto-update of cvs version?

2004-07-01 Thread Coders
On Thu, 01 Jul 2004 11:21:01 -0700 Wes wrote: WH> >>>>> On Thu, 1 Jul 2004 08:26:11 -0400, Robert Story (Coders) WH> WH> Robert> (side note: I think we ought to use .0 for initial releases- WH> Robert> eg 5.2.0.pre0, 6.0.0. opinions?) WH> WH> What gain?

Re: auto-update of cvs version?

2004-07-01 Thread Coders
+ new branch: 5.3.sera ... -- Robert Story; NET-SNMP Junkie <http://www.net-snmp.org/> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders> You are lost in a twisty maze of little standards, all different.

Re: Cache handler [next handlers]

2004-07-02 Thread Coders
nal) helpers as far as possible (and mark the DS> exceptions clearly). Noted. Added to my todo list. -- Robert Story; NET-SNMP Junkie <http://www.net-snmp.org/> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders> You are lost in a

Re: testing on AIX

2004-07-03 Thread Coders
d Net-SNMP static. Indeed, this is mentioned in README.aix. -- Robert Story; NET-SNMP Junkie <http://www.net-snmp.org/> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders> You are lost in a twisty maze of little standards, all different. ---

Re: auto-update of cvs version?

2004-07-03 Thread Coders
elease cycle: 1) There is a pre1, in which only a few bugs are found 2) There is a fc1, in which no show-stopper bugs are found Here's an example of what I'd like to see for the 5.2. release line: Event version --

Re: auto-update of cvs version?

2004-07-05 Thread Coders
cant new features) for two weeks after an x.y release. I don't particularly like the idea, but I can see the writing on the wall... so, ok. If there are pending new features, it's just as easy to create a x.y+1-new features branch, to be merged back into main once x.y patches has been creat

Re: Architecture help needed..

2004-07-06 Thread Coders
ry; NET-SNMP Junkie <http://www.net-snmp.org/> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders> You are lost in a twisty maze of little standards, all different. --- This SF.Net email sponsored by Bl

Re: Architecture help needed..

2004-07-06 Thread Coders
nmp request processing. If that is too long, then the data thread might need to be tweaked to have a temporary store for statistics collected while waiting for the lock. -- Robert Story; NET-SNMP Junkie <http://www.net-snmp.org/> Archive: <http://sourceforge.net/mailarchive/forum.php?forum

Re: When snmpd is started as daemon, stops responding

2004-07-06 Thread Coders
ttp://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders> You are lost in a twisty maze of little standards, all different. --- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings &

Re: maybe a trap bug

2004-07-08 Thread Coders
lientaddr 192.168.1.1 or in snmpd.conf, like so: [snmp] clientaddr 192.168.1.1 -- Robert Story; NET-SNMP Junkie <http://www.net-snmp.org/> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders> You are lost in a twisty maze of little standards, all diffe

Re: Test 32 on Solaris complains about kill.exe]

2004-07-08 Thread Coders
-installed headers in the mibgroup tree. They shouldn't be in installed headers. If you are having problems, I'm almost certainly to blame. What kind of problems are you having? -- Robert Story; NET-SNMP Junkie <http://www.net-snmp.org/> Archive: <http://sourceforge.net/mai

Re: is snmpconf command working?

2004-07-09 Thread Coders
f line 174, near JS> ""$ENV{HOME}/.snmp")" This is a known issue on BSD systems. Do you have the latest version of net-snmp? If not, try upgrading. -- Robert Story; NET-SNMP Junkie <http://www.net-snmp.org/> Archive: <http://sourceforge.net/mailarchive/forum.p

Re: auto-update of cvs version?

2004-07-09 Thread Coders
On Fri, 09 Jul 2004 11:53:42 -0700 Wes wrote: WH> >>>>> On Sat, 3 Jul 2004 16:40:06 -0400, Robert Story (Coders) WH> Robert> 5.2.fc1 prep -> MAIN=5.2.fc1 --\__ release WH> Robert> 5.2.fc1 published -> MAIN=5.2.fc2.dev --/ WH> WH&

Re: AgentX configuration

2004-07-09 Thread Coders
e that all calls to init_snmp will read in any snmp.conf files found in the conf path, so that would be a good choice if you wanted to affect all your subagents... -- Robert Story; NET-SNMP Junkie <http://www.net-snmp.org/> Archive: <http://sourceforge.net/mailarchive/forum.php?f

Re: Man Pages Install

2004-08-16 Thread Coders
Junkie <http://www.net-snmp.org/> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders> You are lost in a twisty maze of little standards, all different. --- SF.Net email is sponsored by Shop4tech.com-Lowest price o

Re: Get data using Tcp6

2004-08-16 Thread Coders
reason this [' ']' is FT> added at the first place. Are they used somewhere else? No, I'm pretty sure once the command line has been parsed, the should be able to be discarded -- Robert Story; NET-SNMP Junkie <http://www.net-snmp.org/> Archive: <http://sourcefo

Re: new portability patch

2004-08-16 Thread Coders
rg/> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders> You are lost in a twisty maze of little standards, all different. --- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DV

Re: Small issues

2004-08-16 Thread Coders
Let us know if you run into anything else. -- Robert Story; NET-SNMP Junkie <http://www.net-snmp.org/> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders> You are lost in a twisty maze of little standards, all different. -

Re: Bug 919537 (916605) - memory leak

2004-08-16 Thread Coders
x27; for 5.1.2. -- Robert Story; NET-SNMP Junkie <http://www.net-snmp.org/> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders> You are lost in a twisty maze of little standards, all different. --- SF.

Re: Bug report and Rqeust for confirm

2004-08-16 Thread Coders
5.x branches. -- Robert Story; NET-SNMP Junkie <http://www.net-snmp.org/> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders> You are lost in a twisty maze of little standards, all different. --- SF.N

Re: Writing multi-threaded subagent

2004-08-16 Thread Coders
;http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders> You are lost in a twisty maze of little standards, all different. --- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for only $2

Re: Bug report and Rqeust for confirm (about memory leaks on SET)

2004-08-16 Thread Coders
to put out a poposed patch in the next day or so... -- Robert Story; NET-SNMP Junkie <http://www.net-snmp.org/> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders> You are lost in a twisty maze of little

Re: Data range overflow make snmpd crash when process SET command (in DEBUG mode with gdb)

2004-08-16 Thread Coders
. -- Robert Story; NET-SNMP Junkie <http://www.net-snmp.org/> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders> You are lost in a twisty maze of little standards, all different. --- SF.Net email is sponsored by

Re: Debian: snmpd cannot handle 64 bit interface counters

2004-08-16 Thread Coders
investigate. Anyone else have any insights? -- Robert Story; NET-SNMP Junkie <http://www.net-snmp.org/> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders> You are lost in a twisty maze of little standards, all different. ---

Re: Bug 919537 (916605) - memory leak

2004-08-16 Thread Coders
;func=detail&aid=702435 http://sourceforge.net/tracker/?group_id=12694&atid=112694&func=detail&aid=916605 -- Robert Story; NET-SNMP Junkie <http://www.net-snmp.org/> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders> You are lost

Re: disable logging

2004-08-16 Thread Coders
g messages on console. At startup, close file descriptors 0, 1 and 2, and then immediately open /dev/null, and call dup twice. The agent will then be logging to /dev/null. -- Robert Story; NET-SNMP Junkie <http://www.net-snmp.org/> Archive: <http://sourceforge.net/mailarchive/forum.php?f

Re: IPV6 support for Linux

2004-08-16 Thread Coders
t; Any help is appreciated. Did you configure with ipv6 support? Does ipv6 work by itself? -- Robert Story; NET-SNMP Junkie <http://www.net-snmp.org/> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders> You are lost in a twisty maze of littl

Re: Broken pipe in table using iterator

2004-08-19 Thread Coders
lags |= NETSNMP_ITERATOR_FLAG_SORTED; I don't think that flag was added until 5.1. -- Robert Story; NET-SNMP Junkie <http://www.net-snmp.org/> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders> You are

Re: Table implementation

2004-08-19 Thread Coders
ject/showfiles.php?group_id=66232&package_id=65191 -- Robert Story; NET-SNMP Junkie <http://www.net-snmp.org/> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders> You are lost in a twisty maze of little standards, all different. --

Re: IPV6 support for Linux

2004-08-19 Thread Coders
't have time for further investigation at the moment. -- Robert Story; NET-SNMP Junkie <http://www.net-snmp.org/> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders> You are lost in a twisty maze o

Re: How to make Net-SNMP threadsafe

2004-08-19 Thread Coders
mp.org/> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders> You are lost in a twisty maze of little standards, all different. --- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100

Re: snmpd crash on adding row to table

2004-08-20 Thread Coders
ckopt, which, if supported by the OS, will allow a socket to be re-used immediately. -- Robert Story; NET-SNMP Junkie <http://www.net-snmp.org/> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders> You are lost in a twisty maze of little

  1   2   3   4   5   6   7   >