no debugging output after reread of configs in 1.1.2
I am using freeradius 1.1.2. Having it run with radiusd -AX shows the expected output. A kill -1 `pidof radiusd` lets it reread its configuration ... proxy: wake_all_if_all_dead = no security: max_attributes = 200 security: reject_delay = 1 security: status_server = no main: debug_level = 0 here the kill: read_config_files: reading dictionary read_config_files: reading naslist read_config_files: reading clients read_config_files: reading realms and that's it. Authentication still works, but no debugging output is displayed. Norbert Wegener
Norbert Wegener <nw@sbs.de> wrote:
Authentication still works, but no debugging output is displayed.
The debug flag from the command line gets lost on a HUP. That should be fixed some time, I guess... Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog
participants (2)
-
Alan DeKok -
Norbert Wegener