bug-gnu-radius
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-gnu-radius] NeedHelp


From: Igor V. Ruzanov
Subject: [Bug-gnu-radius] NeedHelp
Date: Mon, 12 Nov 2007 12:50:51 +0300 (MSK)

Hello!

I'm using gnu-radius of version 1.4, where [radiusd -V] output gives:
radiusd: GNU Radius version 1.4 (i686-pc-linux-gnu)
Compilation platform: linux
Debugging flags:
Compilation flags: PWD_SHADOW=SHADOW
Compilation defaults:
Ports in use:
 AUTH: 1812
 ACCT: 1813
Paths:
 configuration directory: /usr/local/etc/raddb
 logging directory:       /var/adm
 accounting directory:    /var/adm/radacct
 pidfile directory:       /var/run

1)radiusd ran in Debian Linux box with a kernel 2.6.18. In short the conditions of bug that is taking place: - when my `detail' file reaches up to 2Gb in size, radiusd writes the logs kind of (from radius.log):
Nov 11 21:56:44 Acct.notice: Terminating unresponsive ACCT child 10584, status: 
FAILURE
Nov 11 21:56:44 Acct.notice: Terminating unresponsive ACCT child 10585, status: 
FAILURE
Nov 11 21:56:44 Acct.notice: Terminating unresponsive ACCT child 10586, status: 
FAILURE
Nov 11 21:56:44 Acct.notice: Terminating unresponsive ACCT child 10587, status: 
FAILURE
Nov 11 21:56:44 Acct.notice: Terminating unresponsive ACCT child 10588, status: 
FAILURE
Nov 11 21:56:44 Acct.notice: Terminating unresponsive ACCT child 10589, status: 
FAILURE
Nov 11 21:56:44 Main.notice: child 13316 terminated on signal 25
Nov 11 21:56:44 Main.notice: child 13317 terminated on signal 25
Nov 11 21:56:44 Main.notice: child 13318 terminated on signal 25
Nov 11 21:56:44 Main.notice: child 13314 terminated on signal 25
Nov 11 21:56:44 Main.notice: child 13315 terminated on signal 25

and service sending events to radius server (on the same machine) gets inoperational at all. It seems like radiusd doesn't support large files (more than 2Gb). Is there passible to solve the problem with large files support? Maybe i have to upgrade GNU-Radius up to version 1.5?

2)Compilation options of the package (from config.status):
Configured with: ../src/configure -v 
--enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr \
--enable-shared --with-system-zlib --libexecdir=/usr/lib 
--without-included-gettext --enable-threads=posix \
--enable-nls --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu 
--enable-libstdcxx-debug --enable-mpfr \
--with-tune=i686 --enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.1.2 20061028 (prerelease) (Debian 4.1.1-19)

3)And my config-file:
# For detailed description, run:
#       info Radius config

option {
        max-requests 1024;
        resolve no;
        username-chars "_#*-+";
};

logging {
        prefix-hook "default_log_prefix";
        channel default {
                file "radius.log";
                print-category yes;
                print-level yes;
        };
        channel info {
                file "radius.info";
                print-pid yes;
        };
        channel debug {
                file "radius.debug";
        };
        category auth {
                print-auth yes;
                print-failed-pass yes;
        };
        category info {
                channel info;
        };
        category debug {
                channel debug;
        };
        category * {
                channel default;
        };
};

auth {
        port 1812;
        max-requests 127;
        request-cleanup-delay 2;
        detail yes;
detail-file-name "=nas_name(request_source_ip()) + \"/detail.auth\"";
        strip-names yes;
        checkrad-assume-logged yes;
        reject-malformed-names yes;
};

acct {
        port 1813;
        max-requests 127;
        request-cleanup-delay 2;
        detail yes;
        detail-file-name "=nas_name(request_source_ip()) + \"/detail\"";
        time-to-live 300;
};

rewrite {
        load "checknas.rw";
        load "log-hook.rw";
        load "nas-ip.rw";
};

# snmp {
#       listen no;
# };



Thank you!

+-------------------------------------------+
! CANMOS ISP Network                        !
+-------------------------------------------+
! Best regards                              !
! Igor V. Ruzanov, network operational staff!
! e-Mail: address@hidden                   !
+-------------------------------------------+




reply via email to

[Prev in Thread] Current Thread [Next in Thread]