freeradius sqlite3 unable to open database file

Alan DeKok aland at deployingradius.com
Fri Mar 31 02:56:26 CEST 2017


On Mar 30, 2017, at 6:06 PM, Antonio Silva <asilva at wirelessmundi.com> wrote:
> 
> Hi,
> 
> with sqlite3 is working fine using version 3.0.13, but time to time i have to restart it because is unable open sqlite file.
> There is no other process using this file and after the restart it works fine for a few days more.
> 
> Any idea how can i track this done?
> ...
> Mar 29 09:25:20 H radiusd[3167]: rlm_sql_sqlite: Error opening SQLite database "radius.db": Code 0x000e (14): unable to open database file

  That's an error produced by SQLite.  I'm not sure why it's happening.  Maybe because some file descriptors aren't being closed?

  But the underlying connection pool is used for all SQL modules, so it should work...

  Alan DeKok.




More information about the Freeradius-Users mailing list