Dawgs,<br><br>I received the following error when starting debug mode or issuing "freeradius reload" and catching the error in radius.log:<br><div class="gmail_quote"><br>Tue Mar 24 16:16:05 2009 : Error: Failed binding to socket: Address already in use<br>
Tue Mar 24 16:16:05 2009 : Error: /etc/raddb/radiusd.conf[240]: Error binding to port for 0.0.0.0 port 1812<br>
<br>I disabled IPv6 and verified if there is another service running on this port...<br><br>RADIUS:~ # lsof -i:1812<br>COMMAND  PID USER   FD   TYPE DEVICE SIZE/OFF NODE NAME<br>radiusd 3568 root    5u  IPv4  10046      0t0  UDP *:1812<br>

<br>RADIUS:~ # netstat -unpl<br>Active Internet connections (only servers)<br>Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name<br>udp        0      0 <a href="http://0.0.0.0:1812" target="_blank">0.0.0.0:1812</a>            0.0.0.0:*                           3568/radiusd<br>

udp        0      0 <a href="http://0.0.0.0:1813" target="_blank">0.0.0.0:1813</a>            0.0.0.0:*                           3568/radiusd<br>udp        0      0 <a href="http://0.0.0.0:1814" target="_blank">0.0.0.0:1814</a>            0.0.0.0:*                           3568/radiusd<br>

udp        0      0 <a href="http://0.0.0.0:43956" target="_blank">0.0.0.0:43956</a>           0.0.0.0:*                           2564/avahi-daemon:<br>udp        0      0 <a href="http://0.0.0.0:5353" target="_blank">0.0.0.0:5353</a>            0.0.0.0:*                           2564/avahi-daemon:<br>

udp        0      0 <a href="http://0.0.0.0:111" target="_blank">0.0.0.0:111</a>             0.0.0.0:*                           2347/portmap<br>udp        0      0 <a href="http://0.0.0.0:631" target="_blank">0.0.0.0:631</a>             0.0.0.0:*                           2663/cupsd<br>

<br>According to the outputs above there is just one service running on this port...<br><br>I don't know what else I can do. I saw all topics related to my problem but no one gave me a solution.<br><br><br><br>
</div><br>