Andreas Faust <[EMAIL PROTECTED]> wrote: > 1st of all, I have it running under supervise control, although my > run script looks almost exactly like the one in the FAQ, radiusd > logs to /var/log/radius/radius.log it shouldn'be that way, should it?
The server will log to whatever file you tell it to. See the 'logdir' directive in 'raddb/radiusd.conf' The 'log' directory described in the FAQ, when talking about daemontools, means the daemontools logging, not FreeRADIUS. > 2nd, if you try to connect to multiple different databases, you get > an error. Even when you specify the right driver, the driver will be > loaded, but then the driver first loadad will be used. So, if you > have a MySQL and a PostgreSQL Database, you connect first to the > MySQL and then to the Postgres, The mysql driver will be loaded, > connection will be established, psql-driver will be loaded, and then > you get an mysql-error, saying that you cannot connect to the > database. I haven't tried that. You probably need to make two different instances of the SQL module. One can then use MySQL, and the other uses PostgreSQL. That should work. > 3rd, your bug-report website is not reachable for me.. is it on purpose ? It's down temporarily. It should be back up soon. > But after all, its a very good radius program. > I really like it. That's nice to hear, thanks. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
