Alan, I�m still having problem with the datail auth log. I�ve recompiled the FreeRadius with the option "--without-threads" and the problem is the same.
There is just one difference. Now the error message in the radius.log is: ": Error: Unexpected error in select(): No child processes" Thanks for your help, Rodney. "Alan DeKok" <[EMAIL PROTECTED]>@lists.cistron.nl em 10/30/2003 04:34:01 PM Favor responder a [EMAIL PROTECTED] Enviado Por: [EMAIL PROTECTED] Para: [EMAIL PROTECTED] cc: Assunto: Re: Detail Auth Log Problem [EMAIL PROTECTED] wrote: > I un-commented the "auth_log" and the "datail auth_log" lines on the > radius.conf file in order to have a datail log file (auth-detail -%Y%m%d). > However, when a user try to connect, the radius server stop to work. The > daemon "radiusd" goes down. Unbelievable! Believe it. Sun has decided that the ctime_r() function on Solaris is different from any other platform. The server isn't fixed in 0.9.2 to handle Solaris-specific weirdness. do: $ ./configure --without-threads $ make $ make install And the problem should be fixed. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
