From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: ulogd large file support Date: Tue, 19 Jun 2007 15:57:28 +0200 Message-ID: <4677E0C8.2000309@netfilter.org> References: <20070619133053.GA27793@dreamhosted.se> <4677DBC8.1090401@trash.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Cc: Andreas Lundin , netfilter-devel@lists.netfilter.org To: Patrick McHardy Return-path: In-Reply-To: <4677DBC8.1090401@trash.net> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-devel-bounces@lists.netfilter.org Errors-To: netfilter-devel-bounces@lists.netfilter.org List-Id: netfilter-devel.vger.kernel.org Patrick McHardy wrote: > Andreas Lundin wrote: >> ulogd seems to be missing large file support. Here is a simple patch >> to make configure handle it, but there is a line that is commented in >> Rules.make.in which will prevent the option to be used during compile >> time (search for @DEFS@ in Rules.make.in). >> >> I compiled ulogd-1.24 with -D_FILE_OFFSET_BITS=64 and it can now write >> to log files larger than 2G on my system. > > Applied, thanks. I've ran into this a couple of days ago with ulogd2, > so I've applied your patch there as well. JFYI: I just applied another patch on top of it to check for autoconf >= 2.50 (required by AC_SYS_LARGEFILE), removed autogenerated libipulog/Makefile from SVN and uncomment the @DEFS@ line in Rules.make.in to pass -D_FILE_OFFSET_BITS=64 at compilation stage. I'm still working with Marius Tomaschewski on several pending patches. We'll release a new version once we've finish with them. -- The dawn of the fourth age of Linux firewalling is coming; a time of great struggle and heroic deeds -- J.Kadlecsik got inspired by J.Morris