<div dir="ltr">Hello All,
<div><br></div><div>I have been working on migrating my existing working config over to a server running Freeradius 3.0.0.</div><div>The config was copied over by going through the config files line by line and inserting, no config file has been directly copied over.</div>
<div><br></div><div>All is well until I try to authenticate against it.</div><div><br></div><div>radiusd -X is ok, no errors.</div><div><div>Listening on auth address 127.0.0.1 port 18120 as server inner-tunnel</div><div>
Listening on auth address * port 1812 as server default</div><div>Listening on acct address * port 1813 as server default</div><div>Opening new proxy address * port 1814</div><div>Listening on proxy address * port 1814</div>
<div>Ready to process requests.</div></div><div><br></div><div><br></div><div>Then on authentication it crashes out:</div><div><div>(11) eap : Tunneled authentication was successful.</div><div>(11) eap : SUCCESS</div><div>
(11) eap : Saving tunneled attributes for later</div><div>(11) eap : Reply was handled</div><div>(11) eap : New EAP session, adding 'State' attribute to reply 0x39749cfb307e85b8</div><div>(11)   [eap] = ok</div><div>
(11)  } #  post-proxy = ok</div><div>Segmentation fault (core dumped)</div></div><div><br></div><div>The system is Ubuntu 13.10 and freeradius was compiled using the following steps:</div><div><br></div><div><p style="margin:0in;font-family:Calibri;font-size:11pt">
tar -zxvf
freeradius-server-3.0.0.tar.gz </p>

<p style="margin:0in;font-family:Calibri;font-size:11pt">cd
freeradius-server-3.0.0/</p>

<p style="margin:0in;font-family:Calibri;font-size:11pt">apt-get install gcc</p>

<p style="margin:0in;font-family:Calibri;font-size:11pt">apt-get install make</p>

<p style="margin:0in;font-family:Calibri;font-size:11pt">apt-get install
libssl-dev</p>

<p style="margin:0in;font-family:Calibri;font-size:11pt">apt-get install
libtalloc-dev</p>

<p style="margin:0in;font-family:Calibri;font-size:11pt">apt-get install
libmysqlclient-dev</p>

<p style="margin:0in;font-family:Calibri;font-size:11pt"> ./configure 
--sysconfdir=/etc</p>

<p style="margin:0in;font-family:Calibri;font-size:11pt">make</p>

<p style="margin:0in;font-family:Calibri;font-size:11pt">make install</p><p style="margin:0in;font-family:Calibri;font-size:11pt"><br></p><p style="margin:0in;font-family:Calibri;font-size:11pt">Bertalan</p></div></div>