Re: [Nut-upsuser] [Bug 535583] Excessive logging by apcsmart program

2011-02-15 Thread Arnaud Quette
2011/2/15 Lupe Christoph On Monday, 2011-02-14 at 21:54:20 -, Arnaud Quette wrote: I definitely need more info! please reply to ALL: - what is the exact model and date of manufacturing? SmartUPS 300I NET. I have the serial number (GS9809283199) but no date. it seems to be a

Re: [Nut-upsuser] upsd crashes with a broken pipe error

2011-02-15 Thread Zach La Celle
Resurrecting this problem, because I finally caught it in the debugger... Here's the trace, with some GDB prints. Please excuse the length. - ... 545815.397326 mainloop: polling 4 filedescriptors *** glibc detected *** /sbin/upsd: malloc(): memory

Re: [Nut-upsuser] upsd crashes with a broken pipe error

2011-02-15 Thread Arjen de Korte
Citeren Zach La Celle lace...@roboticresearch.com: You can see where the problem happens in parseconf.c, on line 125 with the code: /* resize the lists */ ctx-arglist = realloc(ctx-arglist, sizeof(char *) * ctx-numargs); With the given arguments, this