Archive for February 4th, 2008

Moodle performance

Monday, February 4th, 2008

Interesting thread on the Moodle performance forum about tuning a RedHat server setup.

Clamscan: cannot parse config file

Monday, February 4th, 2008

Error message from clamdscan: cannot parse config file: Indeed, config file /etc/clamd.conf was not on the system. Turns out I was missing clamav-server, searched rpm, installed and everything worked fine. Clamav rpms were in development repository so enabled dev repos with --enablerepo=development: yum --enablerepo=development install clamav-server  yum --enablerepo=development update clamav-data still some problem with ...