Originally posted by TheBigAmbulance
View Post
Since you found a workaround, there is not really a need to dig deeper, but if you're interested you could check /var/log/freeradius/* to see if the programs own logging system has catched errors.
If you wish to log the results of the init script, you could add something like "exec > /var/log/my_freeradius.log 2>&1" below the shebang (#!/bin/sh) in /etc/init.d/freeradius (this should output stdout and stderr of the init script into /var/log/my_freeradius.log that you could check after booting).
You can also enable bootlogging in /etc/default/bootlogd, but you might not get much out of it (it's been sort of iffy for years)
Leave a comment: