Re: NeedHelp

"Sergey Poznyakoff" <[email protected]> Mon, 12 Nov 2007 21:40:45 +0200
Newsgroups gmane.comp.gnu.radius.bugs
Organization Err, what do you mean?
Message-ID <[email protected]>
Igor V. Ruzanov <[email protected]> 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