<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=utf-8">
<META content="MSHTML 6.00.6000.16945" name=GENERATOR></HEAD>
<BODY style="MARGIN: 4px 4px 1px; FONT: 10pt Tahoma">
<DIV>I can't get FreeRadius to start. No other instance of FreeRadius is running when I try to start FreeRadius.</DIV>
<DIV>I'm using FreeRadius 1.1.7-21.4.47</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>Here is my debug info when I enter radiusd -x</DIV>
<DIV> </DIV>
<DIV>Module: Loaded exec<BR>rlm_exec: Wait=yes but no output defined. Did you mean output=none?<BR>Module: Instantiated exec (exec)<BR>Module: Loaded expr<BR>Module: Instantiated expr (expr)<BR>Module: Loaded PAP<BR>Module: Instantiated pap (pap)<BR>Module: Loaded CHAP<BR>Module: Instantiated chap (chap)<BR>Module: Loaded MS-CHAP<BR>Module: Instantiated mschap (mschap)<BR>Module: Loaded System<BR>Module: Instantiated unix (unix)<BR>Module: Loaded eap<BR>rlm_eap: Loaded and initialized type md5<BR>rlm_eap: Loaded and initialized type leap<BR>rlm_eap: Loaded and initialized type gtc<BR>rlm_eap: Loaded and initialized type mschapv2<BR>Module: Instantiated eap (eap)<BR>Module: Loaded preprocess<BR>rlm_preprocess: Error reading /etc/raddb/huntgroups (didnt change anything in this file)<BR>radiusd.conf[1019]: preprocess: Module instantiation failed.<BR>radiusd.conf[1800] Unknown module "preprocess".<BR>radiusd.conf[1790] Failed to parse authorize section.<BR>radius:~ #<BR><BR>Here is line 1019:<BR>preprocess {<BR>huntgroups = ${confdir}/huntgroups<BR>hints = ${confdir}/hints<BR><BR># This hack changes Ascend's wierd port numberings<BR># to standard 0-??? port numbers so that the "+" works<BR># for IP address assignments.<BR>with_ascend_hack = no<BR>ascend_channels_per_line = 23<BR><BR># Windows NT machines often authenticate themselves as<BR># NT_DOMAIN\username<BR>#<BR># If this is set to 'yes', then the NT_DOMAIN portion<BR># of the user-name is silently discarded.<BR>#<BR># This configuration entry SHOULD NOT be used.<BR># See the "realms" module for a better way to handle<BR># NT domains.<BR>with_ntdomain_hack = no<BR><BR># Specialix Jetstream 8500 24 port access server.<BR>#<BR># If the user name is 10 characters or longer, a "/"<BR># and the excess characters after the 10th are<BR># appended to the user name.<BR>#<BR># If you're not running that NAS, you don't need<BR># this hack.<BR>with_specialix_jetstream_hack = no<BR><BR># Cisco (and Quintum in Cisco mode) sends it's VSA attributes<BR># with the attribute name *again* in the string, like:<BR>#<BR>#   H323-Attribute = "h323-attribute=value".<BR>#<BR># If this configuration item is set to 'yes', then<BR># the redundant data in the the attribute text is stripped<BR># out.  The result is:<BR>#<BR>#  H323-Attribute = "value"<BR>#<BR># If you're not running a Cisco or Quintum NAS, you don't<BR># need this hack.<BR>with_cisco_vsa_hack = no<BR>}<BR><BR><BR>Here is line 1800:<BR>preprocess<BR><BR>#<BR>#  If you want to have a log of authentication requests,<BR>#  un-comment the following line, and the 'detail auth_log'<BR>#  section, above.<BR>#auth_log<BR><BR>#attr_filter<BR><BR>#<BR>#  The chap module will set 'Auth-Type := CHAP' if we are<BR>#  handling a CHAP request and Auth-Type has not already been set<BR>chap<BR><BR>#<BR>#  If the users are logging in with an MS-CHAP-Challenge<BR>#  attribute for authentication, the mschap module will find<BR>#  the MS-CHAP-Challenge attribute, and add 'Auth-Type := MS-CHAP'<BR>#  to the request, which will cause the server to then use<BR>#  the mschap module for authentication.<BR>mschap<BR><BR>#<BR>#  If you have a Cisco SIP server authenticating against<BR>#  FreeRADIUS, uncomment the following line, and the 'digest'<BR>#  line in the 'authenticate' section.<BR>#digest<BR><BR>#<BR>#  Look for IPASS style 'realm/', and if not found, look for<BR>#  '@realm', and decide whether or not to proxy, based on<BR>#  that.<BR>#IPASS<BR><BR>#<BR>#  If you are using multiple kinds of realms, you probably<BR>#  want to set "ignore_null = yes" for all of them.<BR>#  Otherwise, when the first style of realm doesn't match,<BR>#  the other styles won't be checked.<BR>#<BR>suffix<BR>#ntdomain<BR><BR>Here is line 1790:<BR>authorize {<BR>#<BR>#  The preprocess module takes care of sanitizing some bizarre<BR>#  attributes in the request, and turning them into attributes<BR>#  which are more standard.<BR>#<BR>#  It takes care of processing the 'raddb/hints' and the<BR>#  'raddb/huntgroups' files.<BR>#<BR>#  It also adds the %{Client-IP-Address} attribute to the request.</DIV></BODY></HTML>