Hi all, i'm new on this ML.<br>I've problem after upgrading from v1 to v2<br><br>----------<br># /etc/init.d/freeradius start<br><br> * Starting FreeRADIUS daemon freeradius                                                            <br>
radiusd: Error: No log destination specified.<br>----------<br>
<br>In radiusd.conf the parameter of log are right with all permess:<br><br>----------<br>prefix = /usr<br>exec_prefix = /usr<br>sysconfdir = /etc<br>localstatedir = /var<br>sbindir = ${exec_prefix}/sbin<br>logdir = /var/log/freeradius<br>
raddbdir = /etc/freeradius<br>radacctdir = ${logdir}/radacct<br><br>#  Location of config and logfiles.<br>confdir = ${raddbdir}<br>run_dir = ${localstatedir}/run/freeradius<br><br>#<br>#  The logging messages for the server are appended to the<br>
#  tail of this file.<br>#<br>log_file = ${logdir}/radius.log<br>----------<br><br>I've search on the ML archive and i've found another thread with this problem but seems different.<br>In my case freeradius not start with -X option and exit with error<br>
<br>----------<br># freeradius -X<br><br>...<br>...<br>...<br> Module: Instantiating suffix<br>  realm suffix {<br>        format = "suffix"<br>        delimiter = "@"<br>        ignore_default = no<br>
        ignore_null = no<br>  }<br> Module: Linked to module rlm_files<br> Module: Instantiating files<br>  files {<br>        usersfile = "/etc/freeradius/users"<br>        acctusersfile = "/etc/freeradius/acct_users"<br>
        preproxy_usersfile = "/etc/freeradius/preproxy_users"<br>        compat = "no"<br>  }<br>/etc/freeradius/radiusd.conf[1860]: Entry is not a reference to a module<br>/etc/freeradius/radiusd.conf[1789]: Errors parsing authorize section.<br>
----------<br>
<br>The two line in radiusd.conf:<br><br>----------<br>...<br>1787 #  Make *sure* that 'preprocess' comes before any realm if you<br>1788 #  need to setup hints for the remote radius server<br>1789 authorize {<br>
...<br>1856        #  Look in an SQL database.  The schema of the database<br>1857        #  is meant to mirror the "users" file.<br>1858        #<br>1859        #  See "Authorization Queries" in sql.conf<br>
1860        sql # Edited<br>...<br>----------<br><br>Any ideas?<br>Thanks<br><br>