08-19-2020, 12:54 PM
Maybe I just got up on the wrong side of the bed this morning but from where I'm sitting it's starting to look like you're asking us to do your homework for you.
There's an integrity check function built into moOde to make sure that critical files haven't been modified, hence possibly corrupted, when the system starts. One of those files is /etc/nginx/nginx.conf. Its hash is stored in /var/local/www/db/moode-sqlite3.db, table cfg_hash, row 1
You can peruse posts like moOde and Pi-Hole on Nginx to see how this can be undone.
Regards,
Kent
Code:
20200818 233716 worker: Integrity check (failed:3)
There's an integrity check function built into moOde to make sure that critical files haven't been modified, hence possibly corrupted, when the system starts. One of those files is /etc/nginx/nginx.conf. Its hash is stored in /var/local/www/db/moode-sqlite3.db, table cfg_hash, row 1
Code:
sqlite> select * from cfg_hash;
1|/etc/nginx/nginx.conf|7cfa7f4c830f5c446396ae2397bf59a1|exit
...
You can peruse posts like moOde and Pi-Hole on Nginx to see how this can be undone.
Regards,
Kent