11 Nov
2011
11 Nov
'11
5:20 p.m.
On Fri, Nov 11, 2011 at 3:51 PM, Fajar A. Nugraha <list@fajar.net> wrote:
(1) run it as root (2) make sure nothing else is running on that port (e.g. another freeradius instance) (3) if you don't know what (1) and (2) means, spend some time to learn some linux/unix basics. Especially the commands su/sudo, netstat, ps, and kiil.
-- Fajar
I run freeradius as root. e.g $sudo freeradius -X According to lsof, nothing is using port 1820. (netstat shows the same) $lsof -i :1820 Thanks, PaulH