Hi guys, I was installing freeradius and after complete successfull installation and some configuration , while testing by running freeradius -X i was getting some errors as below: /etc/freeradius/sql.conf[22]: Instantiation failed for module "sql" /etc/freeradius/sites-enabled/default[159]: Failed to find module "sql". /etc/freeradius/sites-enabled/default[62]: Errors parsing authorize section. I have tried fix without any luck. Can some one help on this? -- Thanks Kambey
Kambey Kisambu wrote:
I was installing freeradius and after complete successfull installation and some configuration , while testing by running freeradius -X i was getting some errors as below: /etc/freeradius/sql.conf[22]: Instantiation failed for module "sql" /etc/freeradius/sites-enabled/default[159]: Failed to find module "sql". /etc/freeradius/sites-enabled/default[62]: Errors parsing authorize section.
I have tried fix without any luck. Can some one help on this?
This is in the FAQ. Alan DeKok.
Hi,
Hi guys, I was installing freeradius and after complete successfull installation and some configuration , while testing by running freeradius -X i was getting some errors as below: /etc/freeradius/sql.conf[22]: Instantiation failed for module "sql" /etc/freeradius/sites-enabled/default[159]: Failed to find module "sql". /etc/freeradius/sites-enabled/default[62]: Errors parsing authorize section.
you havent supplied the full debug log which means we dont get all the info - it sounds like your server wasnt built with the required SQL module support - OR that you have only installed the basic freeradius daemon from package repository and not the other package that gives sql support - lots of distros split the freeradius package up into different packages eg freeradius2 freeradius2-mysql freeradius2-postgresql freeradius2-yada-yada-yada alan
After checking the logs, i found nas table was not found in radius database. I created and solve the problem but now i'm getting another error concerning ip address as below: listen { type = "auth" ipaddr = * port = 1812 Failed binding to authentication address * port 1812: Address already in use /etc/freeradius/radiusd.conf[241]: Error binding to port for 0.0.0.0 port 1812 Any assistance is appreciated. Thanks, Kambey On Fri, Oct 7, 2011 at 1:28 PM, Alan Buxey <A.L.M.Buxey@lboro.ac.uk> wrote:
Hi,
Hi guys, I was installing freeradius and after complete successfull installation and some configuration , while testing by running freeradius -X i was getting some errors as below: /etc/freeradius/sql.conf[22]: Instantiation failed for module "sql" /etc/freeradius/sites-enabled/default[159]: Failed to find module "sql". /etc/freeradius/sites-enabled/default[62]: Errors parsing authorize section.
you havent supplied the full debug log which means we dont get all the info - it sounds like your server wasnt built with the required SQL module support - OR that you have only installed the basic freeradius daemon from package repository and not the other package that gives sql support - lots of distros split the freeradius package up into different packages eg
freeradius2 freeradius2-mysql freeradius2-postgresql freeradius2-yada-yada-yada
alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/devel.html
Hi,
error concerning ip address as below:
listen { ������� type = "auth" ������� ipaddr = * ������� port = 1812 Failed binding to authentication address * port 1812: Address already in use /etc/freeradius/radiusd.conf[241]: Error binding to port for 0.0.0.0 port 1812
server already running. stop the service or eg 'killall radiusd' and try again alan
On 10/07/2011 01:15 PM, Kambey Kisambu wrote:
After checking the logs, i found nas table was not found in radius database. I created and solve the problem but now i'm getting another error concerning ip address as below:
This is not a development question. Please re-post on the freeradius-users lists.
Thanks. it fix. -- kambey On Fri, Oct 7, 2011 at 5:44 PM, Phil Mayers <p.mayers@imperial.ac.uk> wrote:
On 10/07/2011 01:15 PM, Kambey Kisambu wrote:
After checking the logs, i found nas table was not found in radius database. I created and solve the problem but now i'm getting another error concerning ip address as below:
This is not a development question.
Please re-post on the freeradius-users lists.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/** list/devel.html <http://www.freeradius.org/list/devel.html>
participants (4)
-
Alan Buxey -
Alan DeKok -
Kambey Kisambu -
Phil Mayers