richard lucassen <[EMAIL PROTECTED]> wrote: > I want to run freeradius (Debian Sarge 0.9.3) under daemontools, but I > can't get the auth-logging and other messages to stderr. I mean e.g. a > line like this:
Ok... > This is in my radiusd.conf: > > log_file = /dev/stderr > log_auth = yes Ok. The issue there is that the log file is probably opened *after* stdin, stdout, and stderr are closed. So /dev/stderr is a "magic" file, and doesn't exist any more once stderr is closed. Why not just use "radiusd -X", and log to stdout? What's so magic about stderr? Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

