Home > radius error > radius error warning unresponsive child

Radius Error Warning Unresponsive Child

for request in module sqlcomponent accounting Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] Hello all!! I facing this problem with my Freeradius 2.1.3, and I don't know how to solve it :( My NAS is sending only accounting registers to my freeradius server. My freeradius server, is configured to store these registers into a MySQL server. I have configured "max_request_time = 120", in the case of MySQL slow performance, but the problem perssits. My questions are: - how can I solve this issue? - When a child is unresponsive, the register is lost, or another child stores it into the database? Thx in advance. Regards RADIUSD.CONF: prefix = /usr/local exec_prefix = ${prefix} sysconfdir = ${prefix}/etc localstatedir = ${prefix}/var sbindir = ${exec_prefix}/sbin logdir = ${localstatedir}/log/radius raddbdir = ${sysconfdir}/raddb radacctdir = ${logdir}/radacct name = radiusd confdir = ${raddbdir} run_dir = ${localstatedir}/run/radiusd db_dir = ${raddbdir} libdir = ${exec_prefix}/lib pidfile = ${run_dir}/${name}.pid max_request_time = 120 cleanup_delay = 1 max_requests = 10240 listen { type = auth ipaddr = * port = 0 } listen { ipaddr = * port = 0 type = acct } hostname_lookups = no allow_core_dumps = no regular_expressions = yes extended_expressions = yes log { destination = files file = ${logdir}/radius.log syslog_facility = daemon stripped_names = no auth = no auth_badpass = no auth_goodpass = no } checkrad = ${sbindir}/checkrad security { max_attributes = 200 reject_delay = 1 status_server = yes } proxy_requests = yes $INCLUDE proxy.conf $INCLUDE clients.conf thread pool { start_servers = 50 max_servers = 100 min_spare_servers = 10 max_spare_servers = 30 max_requests_per_server = 5 } modules { $INCLUDE ${confdir}/modules/ $INCLUDE eap.conf $INCLUDE sql.conf $INCLUDE sql/mysql/counter.conf } instantiate { exec expr expiration logintime } $INCLUDE policy.conf $INCLUDE sites-enabled/ Previous message: Problem receiving requests Next message: Error: WARNING: Unresponsive child for request in module sqlcomponent accounting Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] More information about the Freeradius-Users mailing list

[ thread ] [ subject ] [ author ] Hi, > Hello all, > > I am continuously getting this error message on my > /var/log/radius/radius.log file: > > Mon Sep 28 18:26:55 2009 : Error: WARNING: Unresponsive child (id > 1094719808) for request 24026 (in component accounting module > rlm_exec) > > In effect, I got a timeout on account start and stop which resulted > that even the user is able http://lists.freeradius.org/pipermail/freeradius-users/2009-February/035718.html to authenticate and authorize, accounting > side fails. > > I have attached my/etc/raddb/radiusd.conf for more information. this sort of message means that the child process is taking ages to do what is asked of it. in this case, its accounting and the accounting config is trying http://lists.cistron.nl/pipermail/freeradius-users/2009-September/041517.html to run some external executable which is taking a while to do its thing. i see you are using PERL - there are known issues with PERL and CentOS/RHEL is regards to process start up time - with rlm_exec you are having to start this up and connect etc everything - you'd be better off using the rlm_perl PERL module to do your work - check out the example.pl - see how to call it for the accounting and then just call 'perl' in your accounting config rather than that rlm_exec method. better still - ditch 1.1.x , move to 2.1.x and use a virtual server for accounting with asynchronous buffered access so that accounting doesnt affect your live authentication etc alan Previous message: Error: WARNING: Unresponsive child Next message: Error: WARNING: Unresponsive child Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] More information about the Freeradius-Users mailing list

ECLUST2-VS4 ! adsroot ! itcs ! umich ! edu [Download message RAW] I have not seen any answers and strangly enough I did not even find http://marc.info/?l=freeradius-users&m=119098342504464 in the archive so I thought I would resend it. Thanks. --- Walt Reynolds Principal Systems Security Development Engineer Information Technology Central Services University of Michigan (734) 615-9438 > -----Original Message----- > From: Reynolds, Walter > Sent: Friday, September 21, 2007 10:37 AM > To: 'freeradius-users@lists.freeradius.org' > Subject: Unresponsive Child Crashing Server 1.1.6 > > > I am having radius error a problem where my Freeradius service is crashing several > times a day. It will follow an alert in the log with Unresponsive > Child which I know is usually doe to a slow back end authentication > method (usually SQL). Well I am using Kerberos as the back end and > every time I debug the Kerberos server responds radius error warning very quickly. I have > no programming or database queries to slow things down. Even stranger > is that this is a beta server and the load on it is really very light. > > Last three days however have lots of problems: > > Tue Sep 18 00:37:03 2007 : Error: WARNING: Unresponsive child (id > 1210108256) for request 487 > Tue Sep 18 07:27:18 2007 : Error: WARNING: Unresponsive child (id > 1210108256) for request 672 > Tue Sep 18 10:46:27 2007 : Error: WARNING: Unresponsive child (id > 1189128544) for request 173 > Tue Sep 18 12:07:55 2007 : Error: WARNING: Unresponsive child (id > 1231087968) for request 127 > Tue Sep 18 12:55:55 2007 : Error: WARNING: Unresponsive child (id > 1210108256) for request 72 > Tue Sep 18 14:59:33 2007 : Error: WARNING: Unresponsive child (id > 1220598112) for request 86 > Tue Sep 18 15:53:20 2007 : Error: WARNING: Unresponsive child (id > 1220598112) for request 102 > Tue Sep 18 17:04:41 2007 : Error: WARNING: Unresponsive child (id > 1220598112)

 

Related content

radius error dropping conflicting packet from client

Radius Error Dropping Conflicting Packet From Client p Report Content as Inappropriate diams diams Error Received conflicting packet Hi all Sometimes when there are too many requests from a NAS like right after rebooting it and thus breaking current sessions etc freeradius under FreeBSD begins loggin many many lines like this after the NAS re-sends unanswered packets Error Received conflicting packet from client port - ID due to unfinished request Giving relatedl up on old request I looked in src main event c and found this code default gettimeofday when NULL when tv sec - If the cached request was

radius error received conflicting packet from client

Radius Error Received Conflicting Packet From Client p author Ivan Kalik wrote Our radius-server timeout is high enough minutes Once again I relatedl suppose that what freeradius thinks of as Received conflicting packet are rather a bit delayed packets normally treated as Discarding conflicting packet i e they arrive at freeradius in maybe second after the first request but freeradius drops the current request instead of the new one Soon I'm gonna rebuild freeradius with changed tv sec and check that huh do you not understand the basic context of this issue if the NAS has sent a repeat RADIUS

radius error messages

Radius Error Messages table id toc tbody tr td div id toctitle Contents div ul li a href Nps Event Viewer a li li a href Nps Log Viewer a li li a href Message Authenticator Attribute That Is Not Valid a li ul td tr tbody table p August RADIUS Error Messages draft-zorn-radius-err-msg- txt Status of this Memo By submitting this Internet-Draft each author represents that any applicable patent or other IPR relatedl claims of which he or she is aware have been or a radius message was received from the invalid radius client ip address will be disclosed

radius error discarding duplicate request from client

Radius Error Discarding Duplicate Request From Client p diams diams Report Content as Inappropriate diams diams Error Discarding duplicate request from client What relatedl does this mean Error Discarding duplicate request from client I get this every time a session expires Session-Timeout every -hours For every new login I get two messages in the log file one successful login and the error see log here Sun Feb Auth Login OK user du from client highstreet port cli F C Sun Feb Error Discarding duplicate request from client highstreet - ID due to unfinished request Sun Feb Auth Login OK linx