<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Alexandre Chapellon wrote:
<blockquote cite="mid:1253146569.3556.23.camel@mcbain.mana.lan"
 type="cite">
  <meta http-equiv="Content-Type" content="text/html; ">
  <meta name="GENERATOR" content="GtkHTML/3.26.3">
I'm running freeradius on  debien 5.0 system.<br>
I have noticed that freeradius only fork one process whereas it's not
running in single server mode:<br>
  <br>
  <i>ps aux | grep '^freerad.*\/usr\/sbin\/freeradius'</i><br>
  <i>freerad   1930  1.6  3.9 833900 82072 ?        Ssl  Sep15  25:42
/usr/sbin/freeradius</i><br>
  <br>
  <br>
  <br>
I thought I should have 5 freeradius processes forked at startup...<br>
Is there something wrong here?<br>
  <br>
regards</blockquote>
By defaults, ps shows only parent process<br>
Try `ps -eLf` to see threads<br>
<br>
<div class="moz-signature">-- <br>
<pre>Best regards,
 Denis Volkov</pre>
</div>
</body>
</html>