radiusd -X

Alan Buxey A.L.M.Buxey at lboro.ac.uk
Sun May 2 19:45:32 CEST 2010


Hi,
> It means some other process is already listening on that port. The
> most usual case is that you already have radius running.
> 
> Try running:
> ps aux | grep radius
> 
> The output should say if you already have radius running.

aye. 

netstat -anp

etc should also show you whats on port 1812 too. most likely
the radiusd service already. if so

killall radiusd

or use your OS service command to stop it eg /etc/init.d/radiusd stop
or service radiusd stop

alan



More information about the Freeradius-Users mailing list