12 Feb
2008
12 Feb
'08
5:39 a.m.
Joep Ruiter wrote: ...
This is the full log: ... radiusd: #### Opening IP addresses and Ports #### listen { type = "auth" ipaddr = * port = 0 ERROR: Failed to open socket: /etc/freeradius/radiusd.conf[182]: Error binding to port for 0.0.0.0 port 1812
There's a call to "getsockname" which tries to get the *real* IP address that the server is listening on. That call is failing. I'm not sure why. I've added a little more logging in CVS head (2.0.2) which may give some insight, but it won't fix the problem. Alan DeKok.