On Fri, Oct 7, 2011 at 2:58 PM, andreapepa <andrea.pepa@trentinonetwork.it> wrote:
http://freeradius.1045715.n5.nabble.com/file/n4879265/proxy.conf proxy.conf hi all, After some modification to the proxy.conf freeradius doesn't start anymore terminating without errors or messages what is going wrong?:
while it may not be visible directly, reading the debug log helps find the problem you know. See this block?
home_server_pool my_auth_failover { type = fail-over home_server = localhost }
... and then again near the bottom
realm testrealm.it { auth_pool = f3_auth_pool acct_pool = f3_acct_pool } home_server_pool my_auth_failover { type = fail-over home_server = localhost }
remove the duplicate home_server_pool definition. -- Fajar