REG: module load problem
Hi, I am using v3.0.11 and sqlcounter is getting included before sql and that is creating problems i tried doing instantiate sql sqlcounter no help! including dictionary file /usr/local/share/freeradius/dictionary including dictionary file /usr/local/share/freeradius/dictionary.dhcp including dictionary file /usr/local/share/freeradius/dictionary.vqp including dictionary file /usr/local/etc/raddb/dictionary including configuration file /usr/local/etc/raddb/radiusd.conf including configuration file /usr/local/etc/raddb/proxy.conf including configuration file /usr/local/etc/raddb/clients.conf including files in directory /usr/local/etc/raddb/mods-enabled/ including configuration file /usr/local/etc/raddb/mods-enabled/exec including configuration file /usr/local/etc/raddb/mods-enabled/sradutmp including configuration file /usr/local/etc/raddb/mods-enabled/digest including configuration file /usr/local/etc/raddb/mods-enabled/echo including configuration file /usr/local/etc/raddb/mods-enabled/always including configuration file /usr/local/etc/raddb/mods-enabled/unpack including configuration file /usr/local/etc/raddb/mods-enabled/logintime including configuration file /usr/local/etc/raddb/mods-enabled/detail.log including configuration file /usr/local/etc/raddb/mods-enabled/sqlcounter /usr/local/etc/raddb/mods-enabled/sqlcounter[43]: Reference "${modules.sql.dialect}" not found /usr/local/etc/raddb/mods-enabled/sqlcounter[52]: Reference "${modconfdir}/sql/counter/${dialect}/${.:instance}.conf" points to a variable which has not been expanded. please suggest a solution
On Feb 11, 2016, at 11:45 PM, Anirudh Malhotra <8zero2ops@gmail.com> wrote
I am using v3.0.11 and sqlcounter is getting included before sql and that is creating problems
The files get included in the order that they exist in the directory. Which is easy to implement, but imperfect. The short answer is that you can edit the sqlcounter configuration by hand. Replace there references to "${modules.sql.dialect}" etc. with the actual SQL dialect from the SQL module configuration. Alan DeKok.
Yeah did that, i already read it in one of your previous mails. But thought if you have filed a fix. Thats ok thanks anyways :) BR, Anirudh Malhotra 8zero2 Mail: 8zero2.in@gmail.com Facebook: www.facebook.com/8zero2 Twitter: @8zero2_in Blog: blog.8zero2.in On 12 Feb 2016, 19:04 +0530, Alan DeKok<aland@deployingradius.com>, wrote:
On Feb 11, 2016, at 11:45 PM, Anirudh Malhotra<8zero2ops@gmail.com>wrote
I am using v3.0.11 and sqlcounter is getting included before sql and that is creating problems
The files get included in the order that they exist in the directory. Which is easy to implement, but imperfect.
The short answer is that you can edit the sqlcounter configuration by hand. Replace there references to "${modules.sql.dialect}" etc. with the actual SQL dialect from the SQL module configuration.
Alan DeKok.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
participants (2)
-
Alan DeKok -
Anirudh Malhotra