Re: CFV: segfault in snmpd 5.6.1.1, file at.c on HPUX 11i (bug 3562119)

2012-09-17 Thread Wes Hardaker
Niels Baggesen writes: > Here is the patch from the bug tracker. It makes a lot of sense to me :-) Applied -- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourceforge.net -- Live Security Virtual Confe

CFV: segfault in snmpd 5.6.1.1, file at.c on HPUX 11i (bug 3562119)

2012-09-02 Thread Niels Baggesen
Here is the patch from the bug tracker. It makes a lot of sense to me :-) /Niels -- Niels Baggesen - @home - Ã…rhus - Denmark - n...@users.sourceforge.net The purpose of computing is insight, not numbers --- R W Hamming at.dif Description: video/dv --

Re: Segfault in snmpd

2004-09-01 Thread Coders
On Wed, 01 Sep 2004 12:46:29 +0200 Tommy wrote: TC> John P. Looney wrote: TC> > exec .1.3.6.1.4.1.2021.51 memfree /usr/local/bin/memfree$ TC> > exec .1.3.6.1.4.1.2021.100 disk1 /usr/local/bin/diskused /$ TC> TC> The .100 OID is already used by "ucd-snmp/versioninfo", so you cannot TC> just hi-jac

Re: Segfault in snmpd

2004-09-01 Thread John P. Looney
On Wed, Sep 01, 2004 at 12:46:29PM +0200, Tommy Christensen mentioned: > I guess the one in netsnmp_register_old_api() could just be removed, but > I haven't checked all possible error paths in the code (!!). Heh. I thought it might be something like that. Dumb admin does something stupid, and fi

Re: Segfault in snmpd

2004-09-01 Thread Tommy Christensen
John P. Looney wrote: exec .1.3.6.1.4.1.2021.51 memfree /usr/local/bin/memfree$ exec .1.3.6.1.4.1.2021.100 disk1 /usr/local/bin/diskused /$ The .100 OID is already used by "ucd-snmp/versioninfo", so you cannot just hi-jack that one - but how would anybody know that ?! I think a playing-ground subt

Re: Segfault in snmpd

2004-09-01 Thread John P. Looney
On Tue, Aug 31, 2004 at 11:48:16AM -0400, [EMAIL PROTECTED] mentioned: > I could not reproduce the problem with net-snmp-5.1.2, using > an "snmpd.conf" containing only these two lines: > > exec / .1.3.6.1.4.1.2021.100 disk1 /usr/local/bin/diskused / > rwcommunity public > > From the information y

Re: Segfault in snmpd

2004-08-31 Thread slif
I could not reproduce the problem with net-snmp-5.1.2, using an "snmpd.conf" containing only these two lines: exec / .1.3.6.1.4.1.2021.100 disk1 /usr/local/bin/diskused / rwcommunity public >From the information you've provided (thank you!), it seems to me that the config reading process is refer