maybe freeradius has already started
you are trying to running in verbose mode but the normal mode has already started. try to kill the normal mode first, find the pid of the normal mode process
type "pidof radiusd"
youll find the pid number then
type "kill -9 [pid number]"
after that u can start command "radiusd -X"
|