The Divvun and Giellatekno teams build language technology aimed at minority and indigenous languages
View GiellaLT on GitHub divvungiellatekno/giellalt.uit.no
On the satni.uit.no
server we run the termwiki and the sátni databases.
TODO: Write what to do in case of an emergency.
Some information can be found here.
The termwiki stops once in a while because the root disk is filled with log files and such.
There is a cronjob that takes care of deleting unneeded log files:
00 21 * * * find /var/log -name "*log-*"|xargs rm -v
10 21 * * * dnf clean all
20 21 * * * yum clean all
If the termwiki is down, manually perform the jobs above, in the listed order, then do the following commands. This should be enough to get termwiki on its feet again.
sudo systemctl restart mysqld
sudo systemctl restart php-fpm
sudo systemctl restart httpd