Anchal Arora <[EMAIL PROTECTED]> wrote: > When I run the daemon as > > radiusd -fy > The log file radius.log gets created in /usr/local/var/log/radius > (default) directory with the initial messages and the last one being > "Ready to process requests" > > Thereafter I sent a RADIUS request from a client which got > authenticated successfully but it was not logged in the log file.
Don't use the command-line options. The entries in the configuration file are preferred. > When I > run the daemon as > >radiusd -fyx > then all the messages appear on the console including the receipt of the > request and the response sent. Even giving the directory for the log > file explicitly via the -l flag did not work. When running in debug mode, ALL log messages go to the console. And the '-l' flag shouldn't be used. Set the logdir in the configuration file. > Also the log files radutmp and radwtmp are not being generated. Hence > radwho does not show any logged in users. <shrug> Look at the debug messages to see why. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
