Hi, <br>      I am having suse 11.1 & radius(2.1.6) in raddb/radiusd.conf , you can check log section. In my case it is by default enabled to log to files & the file is ${logdir}/radius.log. So in your case log file would be /usr/local/var/log/radius/radius.log<br>
Also  You can configure radius in log section to log onto syslog or to stderr , change the facility etc..<br>Regards,<br>Prateek<br><br><div class="gmail_quote">On Thu, Jul 19, 2012 at 4:38 AM, John Giordano <span dir="ltr"><<a href="mailto:john.giordano@ttmi.us" target="_blank">john.giordano@ttmi.us</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Howdy,<br>
<br>
So we have installed FreeRADIUS 2.1.7 via YUM on a 5.6 CentOS Server and 2.1.12 from source on a 5.1 RHEL Server.<br>
<br>
Both are working and are running pretty sweet.  What I can't seem to get working though is getting the RADIUS server to log somewhere that user joe-bob logged in, then user daisy-duke failed to login, etc.  If I run the server in debug mode via radiusd -X I do see this spit to STDOUT.  However, how can I get it to log to a file somewhere on the disk is my question.<br>

<br>
This is from the RHEL 5.1 server running latest, stable of the FreeRadius Server:<br>
<br>
[root@foo radacct]# pwd<br>
/usr/local/var/log/radius/radacct<br>
<br>
[root@foo radacct]# ls -la<br>
total 8<br>
drwx------ 2 root root 4096 Jul 18 17:01 .<br>
drwx------ 3 root root 4096 Jul 18 17:01 ..<br>
[root@ttmi-nms2 radacct]#<br>
<br>
Nada....<br>
<br>
I have this in the radiusd.conf:<br>
<br>
prefix = /usr/local<br>
exec_prefix = ${prefix}<br>
sysconfdir = ${prefix}/etc<br>
localstatedir = ${prefix}/var<br>
sbindir = ${exec_prefix}/sbin<br>
logdir = ${localstatedir}/log/radius<br>
raddbdir = ${sysconfdir}/raddb<br>
radacctdir = ${logdir}/radacct<br>
<br>
and<br>
<br>
  #  Log authentication requests to the log file.<br>
        #<br>
        #  allowed values: {no, yes}<br>
        #<br>
        auth = yes<br>
<br>
Any ideas?  Thanks!!!!!!!!!!!!!<br>
<br>
-jg<br>
-<br>
List info/subscribe/unsubscribe? See <a href="http://www.freeradius.org/list/users.html" target="_blank">http://www.freeradius.org/list/users.html</a><br>
</blockquote></div><br>