30 Mar
2017
30 Mar
'17
8:56 p.m.
On Mar 30, 2017, at 6:06 PM, Antonio Silva <asilva@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.