/etc/freeradius/radiusd.conf[236]: Error binding to port for 0.0.0.0 port 1812
Dear sir, I had installed freeradius on ubuntu 9.04, but got an error when applying the command : freeradius -X the result of freeradius -X command as per attachement file. Your attention and help would be highly appreciated. Thanks & best regards, Edi Sujono
Hi,
Failed binding to socket: Address already in use /etc/freeradius/radiusd.conf[236]: Error binding to port for 0.0.0.0 port 1812
fairly obvious - somethings already running on that port. suggest that the system is already starting the daemon... use the system scripts to stop the process (eg /etc/init.d/freeradius2 stop or such) or killall radiusd netatst -anp | grep 1812 will show the name of the process using port 1812 once nothing is on that port, you can use it with radiusd -X alan
--- Pada Rab, 28/7/10, Alan Buxey <A.L.M.Buxey@lboro.ac.uk> menulis:
Dari: Alan Buxey <A.L.M.Buxey@lboro.ac.uk> Judul: Re: /etc/freeradius/radiusd.conf[236]: Error binding to port for 0.0.0.0 port 1812 Kepada: "FreeRadius users mailing list" <freeradius-users@lists.freeradius.org> Cc: "Edi Sujono" <edisujono6@gmail.com> Tanggal: Rabu, 28 Juli, 2010, 6:01 PM Hi,
Failed binding to socket: Address already in use /etc/freeradius/radiusd.conf[236]: Error binding to port for 0.0.0.0 port 1812
fairly obvious - somethings already running on that port. suggest that the system is already starting the daemon... use the system scripts to stop the process (eg /etc/init.d/freeradius2 stop or such) or killall radiusd
netatst -anp | grep 1812
will show the name of the process using port 1812
once nothing is on that port, you can use it with radiusd -X
alan -
Yes... thank you Alan, my freeradius is now running. thanks & best regards Edi
participants (2)
-
Alan Buxey -
Edi Sujono