Hi,<br><br>FreeRADIUS still crashes on reload with predefined configuration <br>(without python module this time).<br>Is there a workaround to reload FreeRADIUS configuration without stopping <br>FreeRADIUS server ?<br><br>
Some logs follow :<br><br>$ radiusd -d <configuration directory><br>Wed Apr 18 15:27:01 2007 : Info: Starting - reading configuration files ...<br>$ tail -f /exec/products/freeradius/v116/var/log/radius/radius.log<br>
Wed Apr 18 15:27:01 2007 : Info: Using deprecated naslist file.  Support for this will go away soon.<br>Wed Apr 18 15:27:01 2007 : Info: rlm_exec: Wait=yes but no output defined. Did you mean output=none?<br>Wed Apr 18 15:27:01 2007 : Info: Ready to process requests.
<br>$ ps aux | grep -v grep | grep radiusd | awk '{print $2}'<br>9804<br><br>/* Access-Request sending */<br>/* Access-Reject received */<br><br>$ kill -HUP 9804<br><br>$ tail -f /exec/products/freeradius/v116/var/log/radius/radius.log
<br>Wed Apr 18 15:31:34 2007 : Info: Reloading configuration files.<br>$ ps aux | grep -v grep | grep radiusd | awk '{print $2}'<br>9804<br><br>/* Access-Request sending */<br>/* no response */<br><br>$ ps aux | grep -v grep | grep radiusd | awk '{print $2}'
<br><nothing><br><br>-------------------------------------------------------------------------------<br>/* FreeRADIUS archive : freeradius-1.1.6.tar.gz retrieved on April 16th<br>(md5sum a053d353ce5f393cb70795fd363a586f) */
<br><br>/* FreeRADIUS server compilation and installation */<br>$ ./configure --prefix=/exec/products/freeradius/v<VERSION>\<br>                --exec-prefix=/exec/products/freeradius/v<VERSION> \<br>                --with-openssl-includes=/usr/include/openssl \
<br>                --with-openssl-libraries=/usr/lib<br>$ make<br>$ make install<br><br>Platform : RedHat AS4 Update 3<br><br>Installed RPM :<br>    - python-devel-2.3.4-14.1.i386.rpm<br>    - zlib-devel-1.2.1.2-1.2.i386.rpm
<br>    - e2fsprogs-devel-1.35-12.3.EL4.i386.rpm<br>    - krb5-devel-1.3.4-27.i386.rpm<br>    - openssl-devel-0.9.7a-43.8.i386.rpm<br>    - glibc-headers-2.3.4-2.19.i386.rpm<br>    - glibc-devel-2.3.4-2.19.i386.rpm<br>    - 
gcc-3.4.5-2.i386.rpm<br><br>-------------------------------------------------------------------------------<br><br>Thanks.<br><br><div><span class="gmail_quote">2007/4/10, Alan DeKok <<a href="mailto:aland@deployingradius.com">
aland@deployingradius.com</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Nicolas Castel wrote:<br>> I tried to use the rlm_python module, but it seems to get the freeradius
<br>> server crash when i send a SIGHUP to radiusd process. The test has been<br>> done with the head of freeradius 1.1 branch and with the default<br>> configuration. I just wanted to print some info about the request thanks
<br>> to  the rlm_python module. Is it a known bug ?<br><br>  Yes.  There is a work-around in 1.1.6, which should be released this week.<br><br>  Alan DeKok.<br>--<br>  <a href="http://deployingradius.com">http://deployingradius.com
</a>       - The web site of the book<br>  <a href="http://deployingradius.com/blog/">http://deployingradius.com/blog/</a> - The blog<br>-<br>List info/subscribe/unsubscribe? See <a href="http://www.freeradius.org/list/devel.html">
http://www.freeradius.org/list/devel.html</a><br></blockquote></div><br>