I am running Domoticz in a jail on my FreeNAS server. All worked ok, but last week I updated my system (via pkg update && pkg upgrade) and was left with a broken Domoticz. The service would start, but after a minute or so, it would stop running. I did some digging in the FreeBSD (FreeNAS is based on FreeBSD) installation and it appeared that the problem lies with the sqlite3 installation. Manually starting Domoticz produced the error:
Code: Select all
/usr/local/lib/libsqlite3.so.0: Undefined symbol "fdatasync"
Since I upgraded my FreeNAS version as well in the same time period (from the previous stable release to the current), I cannot pinpoint the exact cause of the events.
My question is: are more users facing this problem? Should I submit a bug through the FreeBSD bugzilla? Is there an alternative solution?
I use:
FreeNAS 11.1-U6 (latest stable)
Domoticz 4.9700_1 (latest stable)
The FreeBSD port info page https://www.freebsd.org/cgi/ports.cgi?q ... &stype=all states the sqlite *24 version (that crashes) as required.
Hope anyone can direct me here.