After a power failure or dirty shutdown I Have to use run sudo netxmsd-d every time to get it back working. What's the issue?
Hi,
that probably means that you don't have startup script for netxmsd or it is not registered for auto start. You should consult manuals for your OS/distribution on how to enable autostart. IN NetXMS source code ynder contrib/startup you can find startup scripts for various platforms.
Best regards,
Victor
Start up scripts are there. Like I mentioned, if I perform a clean reboot netxms works properly. Checked log and noted on every dirty shutdown
[ERROR] Unable to establish connection with database (Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2))
A clean reboot fixes the issue or running netxmsd -d
Switching to postgres fixed the issue.