Bug#395164: Monit fails if log file is too large

2006-10-25 Thread Thom May
Package: monit Version: 1:4.8.1-2 Severity: grave Justification: renders package unusable When a file grows larger than 2GB, monit claims it no longer exists. This causes service failure actions to be executed, resulting in potential downtime or unecessary notification of downtime. -- To

Bug#395164: Monit fails if log file is too large

2006-10-25 Thread Martin Pala
Hi, there is support for large files (2GB) in monit cvs already and it will be part of next monit version. Another solution which works even with current monit versions is to compile it with 64-bit support on platforms which supports it (the large files then aren't problem). Martin Thom

Bug#395164: Monit fails if log file is too large

2006-10-25 Thread Stefan Alfredsson
Hi, Martin Pala wrote: there is support for large files (2GB) in monit cvs already and it will be part of next monit version. Would this be easy to backport to 4.8.1 or are there major changes involved? As we are nearing the next official debian release, I'm hesitant to include the cvs

Bug#395164: Monit fails if log file is too large

2006-10-25 Thread Martin Pala
I think it should be possible ... i've just resent the original patch which implemented the large files support (contributed by Will Bryant). We did some modifications for portability reasons during the integration, but it should work as is for linux. Cheers, Martin Stefan Alfredsson wrote:

Bug#395164: Monit fails if log file is too large

2006-10-25 Thread Michael Mende
Tags: patch Patches are available via monit cvs. Log message: Added large file support patch by Will Bryant URL: http://www.mail-archive.com/monit-dev@nongnu.org/msg00457.html Discussion: http://www.mail-archive.com/monit-dev@nongnu.org/msg00428.html attached is an edited version of the patches

Bug#395164: Monit fails if log file is too large

2006-10-25 Thread Steve Langasek
tags 395164 lfs thanks On Wed, Oct 25, 2006 at 02:35:46PM +0200, Martin Pala wrote: there is support for large files (2GB) in monit cvs already and it will be part of next monit version. Another solution which works even with current monit versions is to compile it with 64-bit support on