El Sat, 01 Mar 2014 21:04:32 -0500, tony escribió: > hola a todos me encuentro configurando un servicio con freeradius mgetty > y msql y estoy atascado con el sgte error: >
(...) > Sat Mar 1 20:59:31 2014 : Error: Failed binding to authentication address * > port 1812: Address already in use > Sat Mar 1 20:59:31 2014 : Error: /etc/freeradius/radiusd.conf[240]: Error > binding to port for 0.0.0.0 port 1812 > > > si fueran tan amables de explicarme que pasa no tengo internet y eso > dificulta un tanto las cosas... Pues parece que se trata de un error común: *** http://www.computerandyou.net/2011/04/troubleshooting-freeradius/ Running the RADIUS server may also result in the following error: Error: Failed binding to authentication address * port 1812: Address already in use /usr/local/etc/raddb/radiusd.conf[240]: Error binding to port for 0.0.0.0 port 1812 The reason for this error is that another instance of radius is running and has occupied the port. See which radius process is running: ps aux | grep radius And then kill that process: sudo kill -9 process_id *** Saludos, -- Camaleón -- To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/pan.2014.03.02.07.42...@gmail.com