Diego Andres Asenjo Gonzalez <[EMAIL PROTECTED]> wrote: > I'm running the radius with a very basic script: > > echo "Starting RADIUS" > /usr/local/sbin/radiusd -y -x & > > But the file /usr/local/var/log/radius/radius.log don't change.
Exactly. > When I run the script the logs that I need are shown in the standard > input, is it correct? That's what you told it to do. Don't use '-x', and there will be nothing printed to standard out, and the log files will be used. See the 'man' page. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
