Hi there,
I've tried to use sqlite rather than mariaDB with my services, but when I put the up, they can't connect to the ircd (unrealircd):
ERROR: Closing Link: [127.0.0.1] (Registration Timeout)
Received ERROR from uplink: Closing Link: [127.0.0.1] (Registration Timeout)
So, I rollback my .confs to use mariadb (mysql) and it works like a charm.
The sqlite db was well filled (I setted the db_sql::import to true) and there is a really few datas in it (as in the original one).
does anyone already enconter this trouble ?