Re: "exec" buffer size problem

2004-10-31 Thread Johann Glaser
Hi! > Dave> If it's due to the change in the handling of forking off sub-processes, > Dave> then it will have been broken since 5.1 - i.e. for almost a year. > Dave> If it's taken that long to come to light, then I don't really think > Dave> this counts as a "show stopper". > > Robert> I consider

Re: "exec" buffer size problem

2004-10-25 Thread Dave Shield
Dave> If it's due to the change in the handling of forking off sub-processes, Dave> then it will have been broken since 5.1 - i.e. for almost a year. Dave> If it's taken that long to come to light, then I don't really think Dave> this counts as a "show stopper". Robert> I consider any segfault or

Re: "exec" buffer size problem

2004-10-22 Thread Users
On Thu, 21 Oct 2004 12:12:16 +0100 Dave wrote: DS> >>> If the total amount of data is above 4k, snmpd hangs. DS> DS> >> (It's probably too late to fix this for the full 5.2 release, DS> >> but we can certainly try to address this for the following version.) DS> > DS> > I don't know, a previousl

Re: "exec" buffer size problem

2004-10-21 Thread Dave Shield
>>> After upgrading to 5.1.2-5 again, I did some more tests. When the total >>> amount of data is below 4k, snmpd works but truncates the output of my >>> script at 1023 bytes. If the total amount of data is above 4k, snmpd >>> hangs. >> (It's probably too late to fix this for the full 5.2 relea

Re: "exec" buffer size problem

2004-10-20 Thread Users
On Mon, 18 Oct 2004 12:17:12 +0100 Dave wrote: DS> > After upgrading to 5.1.2-5 again, I did some more tests. When the total DS> > amount of data is below 4k, snmpd works but truncates the output of my DS> > script at 1023 bytes. If the total amount of data is above 4k, snmpd DS> > hangs. DS> DS>

Re: "exec" buffer size problem

2004-10-18 Thread Dave Shield
> After upgrading to 5.1.2-5 again, I did some more tests. When the total > amount of data is below 4k, snmpd works but truncates the output of my > script at 1023 bytes. If the total amount of data is above 4k, snmpd > hangs. > Unfortunately, downgrading all SNMP-related pages to 5.1-5 doesn't >

"exec" buffer size problem

2004-10-16 Thread Johann Glaser
Hi! Today I updated my system running a Net-SNMP daemon. A few years ago I wrote an external script which is executed by snmpd with this line from snmpd.conf: exec .1.3.6.1.4.1.2021.50 mon_host /root/mon_host.sh This /root/mon_host.sh retrieves accounting information from the firewall and then e