GiellaLT provides an infrastructure for rule-based language technology aimed at minority and indigenous languages, and streamlines building anything from keyboards to speech technology. Read more about Why. See also How to get started, and our Privacy document.
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