> On Apr 4, 2005 10:14 PM, Alan DeKok <[EMAIL PROTECTED]> wrote:
>
> > > Mon Apr  4 12:15:58 2005 : Error: Dropping conflicting packet from
> > > client XXX:1645 - ID: 103 due to unfinished request 221
> >
> >   Your database is too slow, or your NAS is too fast.
>
> mmhhh, database seems ok, I'm not having performance issues with it...
>
> also, another issue that worries me is that if I change my
> authentication method on /etc/raddb/users so as to be the following:
>
> DEFAULT         Auth-Type := Accept
>                 Exec-Program-Wait = "/usr/local/php4/bin/php
> /path/to/script.php",
>                 Service-Type = Framed-User,
>                 Framed-Protocol = PPP,
>                 Fall-Through = 0
>
> and script.php is just:
>
> <?
> exit(0);
> ?>
>
> I start receiving the following similar errors:
>
> Thu Apr  7 19:05:43 2005 : Error: Discarding duplicate request from
> client XXX:1645 - ID: 139 due to unfinished request 73857
> Thu Apr  7 19:05:53 2005 : Error: Discarding duplicate request from
> client XXX:1645 - ID: 139 due to unfinished request 73857
> Thu Apr  7 19:06:36 2005 : Error: WARNING: Unresponsive child (id
> 1467612080) for request 73857
>
> what may be happening??
> It can't take long to execute that!!!
>
> should I run the radius in debug mode?

That may be helpful

> is this suitable in production?
>

If its suitable to change the authentication method to test a php script,
then its definately suitable to run in debug mode.  I run in debug mode in
production whenever there is an issue.  If you're fast in killing the pid
and starting in debug mode, then you won't lose any auth's.

What does top show you?





- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to