Freeradius 1.1.3 not forking child processes
Hello, I just installed 1.1.3 on my system and it doesn't fork the 5 freeradius processes. (start_servers = 5) No errors in radius.log and offcourse debugging mode doesn't help because that only starts a single process. Build from scratch on a debian sarge system with adapted configure rules: ---./configure \
--->---$(confflags) \ --->-----config-cache \ --->-----prefix=/usr \ --->-----exec-prefix=/usr \ --->-----mandir=$(mandir) \ --->-----sysconfdir=/etc \ --->-----libdir=$(libdir) \ --->-----datadir=/usr/share \ --->-----localstatedir=/var \ --->-----with-raddbdir=$(raddbdir) \ --->-----with-logdir=/var/log/$(package) \ -----with-system-libtool --->--disable-ltdl-install \ -----with-large-files --with-udpfromto --->--with-edir \ -----with-snmp \ -----enable-strict-dependencies \ --->-----enable-developer \ --->-----with-rlm-perl-lib-dir=/usr/lib/libperl.so \ --->-----with-experimental-modules \ ---${buildssl}
Kind Regards, J. -- Jonathan De Graeve Network/System Engineer Imelda vzw Informatica Dienst 015/50.52.98 Jonathan.de.graeve@imelda.be
"Jonathan De Graeve" <Jonathan.De.Graeve@imelda.be> wrote:
Hello, I just installed 1.1.3 on my system and it doesn't fork the 5 freeradius processes. (start_servers = 5)
You're running Linux 2.6. It doesn't show multiple threads as separate processes. Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog
On 8 Sep 2006, at 22:02, Alan DeKok wrote:
"Jonathan De Graeve" <Jonathan.De.Graeve@imelda.be> wrote:
Hello, I just installed 1.1.3 on my system and it doesn't fork the 5 freeradius processes. (start_servers = 5)
You're running Linux 2.6. It doesn't show multiple threads as separate processes.
Alan DeKok.
ps -efL | grep radius ... will show your 5 threads, if it only shows one, then one you only have! Regards, James -- James J J Hooper Information Services University of Bristol --
participants (3)
-
Alan DeKok -
James J J Hooper -
Jonathan De Graeve