[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-gnu-radius] NeedHelp
From: |
Sergey Poznyakoff |
Subject: |
Re: [Bug-gnu-radius] NeedHelp |
Date: |
Mon, 12 Nov 2007 21:40:45 +0200 |
Igor V. Ruzanov <address@hidden> ha escrit:
> Nov 11 21:56:44 Main.notice: child 13316 terminated on signal 25
The operating system dispatches signal 25 (SIGXFSZ) when an attempt to
append data to a file results in its size exceeding the size limit
for the file system it is hosted on.
Apparently, your log files are hosted on a file system with a 2G size
limit. Either provide for a proper rotation of these files, or migrate
to a filesystem that supports bigger files.
Regards,
Sergey