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 _______________________________________________ Bug-gnu-radius mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-gnu-radius
