freeradius-mysql crash on freeradius startup
Bug #1888122 reported by
János Milus
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Do |
New
|
Undecided
|
Unassigned |
Bug Description
Ubuntu 20.04 fresh install
Freeradius crash on startup with core dump.
libmysqlclient21 version 8.0.20-
After downgrading libmysqlclient21 to 8.0.19-0ubuntu5 it works fine.
To post a comment you must log in.
/etc/freeradius /3.0/mods- enabled/ sql file is:
sql { ${dialect} "
dialect = "mysql"
driver = "rlm_sql_
server = "localhost"
port = 3306
login = "radius"
password = "XXXXXXXXXXXXXXXXX"
radius_db = "radius"
acct_table1 = "radacct"
acct_table2 = "radacct"
pool {
start = ${thread[ pool].start_ servers} pool].min_ spare_servers} pool].max_ servers}
spare = ${thread[ pool].max_ spare_servers}
uses = 0
retry_ delay = 30
lifetime = 0
idle_ timeout = 60
min = ${thread[
max = ${thread[
}
$INCLUDE ${modconfdir} /${.:name} /main/$ {dialect} /queries. conf
}