-------------- next part -------------- An embedded message was scrubbed... From: =?iso-8859-1?Q?Pe=F1a=2C_Botp?= <botp at delmonte-phil.com> Subject: tailing error Date: Tue, 9 May 2006 11:21:03 +0800 Size: 1852 Url: http://rubyforge.org/pipermail/win32utils-devel/attachments/20060509/45783cb1/attachment.eml
This is his reply to my reply in which I suggested trying notify_change instead of tail. Dan -------------- next part -------------- An embedded message was scrubbed... From: =?iso-8859-1?Q?Pe=F1a=2C_Botp?= <botp at delmonte-phil.com> Subject: RE: tailing error Date: Tue, 9 May 2006 14:39:22 +0800 Size: 3431 Url: http://rubyforge.org/pipermail/win32utils-devel/attachments/20060509/3f9116ca/attachment.eml
Hi, If you send me the Security event log file, I will investigate the problem. Regards, Park Heesob 2006/5/10, Daniel Berger <djberg96 at gmail.com>:> This is his reply to my reply in which I suggested trying notify_change > instead of tail. > > Dan > >
Attached is the eventlog that was causing the "Insufficient system resources exist to complete the requested service." error. Dan -------------- next part -------------- An embedded message was scrubbed... From: =?iso-8859-1?Q?Pe=F1a=2C_Botp?= <botp at delmonte-phil.com> Subject: RE: tailing error Date: Thu, 11 May 2006 15:24:36 +0800 Size: 10958 Url: http://rubyforge.org/pipermail/win32utils-devel/attachments/20060513/2cbc2b3e/attachment-0001.eml
Hi, I have found the bug. Modify eventlog.h line #7#define MAX_STRINGS 16to#define MAX_STRINGS 160will solve the problem.(some value larger than 16 is needed) 2006/5/14, Daniel Berger <djberg96 at gmail.com>:> Attached is the eventlog that was causing the "Insufficient system> resources exist to complete the requested service." error.>> Dan>>>> ---------- ??? ??? ----------> From: Pe?a, Botp <botp at delmonte-phil.com>> To: "Daniel Berger" <djberg96 at gmail.com>> Date: Thu, 11 May 2006 15:24:36 +0800> Subject: RE: tailing error> fr Daniel Berger [mailto:djberg96 at gmail.com]>> # It doesn''t appear to have made it. Would you like to try again?>> this one should pass.>> sorry for the delay. I had to reconfigure the servers.>> kind regards -botp>Regards, Park Heesob
Heesob Park wrote:> Hi, > I have found the bug. > Modify eventlog.h line #7#define MAX_STRINGS 16to#define MAX_STRINGS 160will solve the problem.(some value larger than 16 is needed)I don''t know that I would call it a bug. Somebody is logging way to much information. ;) Alright, I''ll increase MAX_STRINGS to 128. Regards, Dan
Apparently Analagous Threads
- RE: etc win32utils is case sensitive
- RE: etc win32utils seg faults when a pdc/bdc is queried
- win32 eventlog dup
- question about technieque do with large computation
- Syslogging and remote installer (was RE: seg on windows-pr-0.5.1 (was RE: win32-eventlog 0.4.0))