I have installed freeradius-0.7.1 on two new Redhat8.0 linux test machines 
and it went in and compiled OK. I have radius working on both machine in 
that they can proxy for each other and communicate with my regular older 
Livington radius software on an undisclosed third machine. The radtest 
works for local authentications and remote (proxy) authentications.

The major problem I have is that it is not logging anything. One machine 
runs radius as a user named radiusd, the other as root just to test if 
it's a file permissions problem. Neither machine logs. I have checked the 
archives for the past two months of the mailing list and read the FAQ and 
have not got any good ideas. Any suggestions on what to check next?

TIA for any ideas / feel free to ask for more specific details

Jason Philbrook
Midcoast Internet Solutions


[root@testdns raddb]# grep -v \# radiusd.conf 
prefix = /usr/local
exec_prefix = ${prefix}
sysconfdir = ${prefix}/etc
localstatedir = ${prefix}/var
sbindir = ${exec_prefix}/sbin
logdir = ${localstatedir}/log/radius
raddbdir = ${sysconfdir}/raddb
radacctdir = ${logdir}/radacct
confdir = ${raddbdir}
run_dir = ${localstatedir}/run/radiusd
libdir = ${exec_prefix}/lib
pidfile = ${run_dir}/radiusd.pid
max_request_time = 30
delete_blocked_requests = no
cleanup_delay = 5
max_requests = 1024
bind_address = *
port = 0
hostname_lookups = no
allow_core_dumps = no
regular_expressions     = yes
extended_expressions    = yes
log_stripped_names = yes
log_auth = yes
log_auth_badpass = yes
log_auth_goodpass = yes
usercollide = no
lower_user = no
lower_pass = no
nospace_user = no
nospace_pass = no
[chop]
       detail {
                detailfile = ${radacctdir}/%{Client-IP-Address}/detail
                detailperm = 0600
        }
[chop]
accounting {
        detail
        unix
        radutmp
}
[chop]

[root@testdns raddb]# grep -v \# clients.conf 


client 127.0.0.1 {
        secret          = testing123
        shortname       = localhost
}

client testlincoln.midcoast.com {
        secret          = ************
        shortname       = testlincoln
}


[root@testdns var]# pwd
/usr/local/var
[root@testdns var]# ls -lartR
.:
total 16
drwxr-xr-x    3 root     root         4096 Oct 23 13:48 log
drwxr-xr-x   15 root     root         4096 Oct 23 13:48 ..
drwxr-xr-x    3 root     root         4096 Oct 23 13:48 run
drwxr-xr-x    4 root     root         4096 Oct 23 13:48 .

./log:
total 12
drwxr-xr-x    3 root     root         4096 Oct 23 13:48 .
drwxr-xr-x    3 root     root         4096 Oct 23 13:48 radius
drwxr-xr-x    4 root     root         4096 Oct 23 13:48 ..

./log/radius:
total 12
drwxr-xr-x    3 root     root         4096 Oct 23 13:48 ..
drwxr-xr-x    2 root     root         4096 Oct 23 13:48 radacct
drwxr-xr-x    3 root     root         4096 Oct 23 13:48 .

./log/radius/radacct:
total 8
drwxr-xr-x    3 root     root         4096 Oct 23 13:48 ..
drwxr-xr-x    2 root     root         4096 Oct 23 13:48 .

./run:
total 12
drwxr-xr-x    2 root     root         4096 Oct 23 13:48 radiusd
drwxr-xr-x    4 root     root         4096 Oct 23 13:48 ..
drwxr-xr-x    3 root     root         4096 Oct 23 13:48 .

./run/radiusd:
total 8
drwxr-xr-x    3 root     root         4096 Oct 23 13:48 ..
drwxr-xr-x    2 root     root         4096 Oct 23 13:48 .
[root@testdns var]# 

no detail file of any sort is found on the hard drive.

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to