http://www.freeradius.org/faq/#3.4 describes setting up logging through daemontools/supervise. I am running freeradius-0.9.3 and have the following configuration as per the FAQ:

$ cat /etc/radiusd/run
#!/bin/sh
exec 2>&1
exec /usr/local/sbin/radiusd -fyz -lstderr

$ cat /etc/radiusd/log/run
#!/bin/sh
exec setuidgid radiuslog multilog t ./main

But the only thing logged through supervise is my startup messages:

$ cat /etc/radiusd/log/main/current
@400000003fc78e3d06ff9294 Fri Nov 28 11:04:35 2003 : Info: Starting - reading configuration files ...
@400000003fc78f6b16f3e09c Fri Nov 28 11:09:37 2003 : Info: Starting - reading configuration files ...
@400000003fc78f7535ea5c4c Fri Nov 28 11:09:47 2003 : Info: Starting - reading configuration files ...
@400000003fc790cb11bd8eac Fri Nov 28 11:15:29 2003 : Info: Starting - reading configuration files ...


I have tested authentication that result in Access-Reject as well as Access-Accept but neither of them make it to the logs.

Is there something I'm missing?

Also, manpage radiusd(8) lists the "-v" option in the SYNOPSIS but does not describe it below. I could assume it means "verbose", but maybe it means "version"?

TIA

DS


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

Reply via email to