20 Jun
2016
20 Jun
'16
9:18 a.m.
Hi,
/etc/freeradius/sites/control-socket[23]: No address specified in listen section
not sites-enabled path? what have you been doing to your config?
Config is just the (stripped) default from raddb/sites-available/control-socket:
listen { type = control socket = ${run_dir}/${name}.sock }
works here: listen { type = control socket = ${run_dir}/${name}.sock uid = radiusd gid = radiusd mode = rw } ensure that the server has permissions to write to that ${run_dir} path? alan