KloxoNGCommunity / kloxo

Kloxo 8 - A rebuild of KloxoNG for EL 8, 9 and beyond
https://kloxo.org
GNU Affero General Public License v3.0
1 stars 0 forks source link

/var/log/hiawatha not being created at install time #2

Open luckytanuki opened 1 month ago

luckytanuki commented 1 month ago

Jul 23 13:29:19 kng hiawatha[209487]: Error creating logfile /var/log/hiawatha/system.log or changing its protection or ownership. Jul 23 13:29:19 kng hiawatha[209487]: Error creating logfile /var/log/hiawatha/garbage.log or changing its protection or ownership. Jul 23 13:29:19 kng hiawatha[209487]: Error creating logfile /var/log/hiawatha/exploit.log or changing its protection or ownership. Jul 23 13:29:19 kng hiawatha[209487]: Error creating logfile /var/log/hiawatha/access.log or changing its protection or ownership.

/script/fix-urgent contains following lines but failed to work if [ ! -d /var/log/hiawatha ] ; then mkdir -p /var/log/hiawatha fi