RE: radwtmp 2GB file size limit

2004-07-29 Thread Drew Weaver
Apache also dies when it hits the 2GB limit for a log file, so maybe it is an unwritten FS limit? -Drew -Original Message- From: Christian Balzer [mailto:[EMAIL PROTECTED] Sent: Thursday, July 29, 2004 9:11 AM To: [EMAIL PROTECTED] Subject: radwtmp 2GB file size limit Hello

Re: radwtmp 2GB file size limit

2004-07-29 Thread Kostas Kalevras
On Thu, 29 Jul 2004, Christian Balzer wrote: Hello, the subject says it all and pretty much also sums up how I searched the archive to see if this was previously reported. If it escaped my search, sorry. This is Debian Sarge, thus freeradius 0.9.3. When the radwtmp file reaches 2GB

Re: radwtmp 2GB file size limit

2004-07-29 Thread Christian Balzer
Kostas wrote: Recompile freeradius. In configure pass the option --with-large-files (by default it's not set). I got hand rolled and Debian package freeradius servers , so I could do that. Though for maintainability reasons I prefer packages whenever possible. And in the end a silent death

Re: radwtmp 2GB file size limit

2004-07-29 Thread Damjan
Apache also dies when it hits the 2GB limit for a log file, so maybe it is an unwritten FS limit? No, your Apache is not compiled with large files support (LSB). If you compile your own Apache ./configure it like this (if I remember corectly): CFLAGS='-D_LARGEFILE_SOURCE