Hello Erik, I have played around with pre-build packages for different SuSE version. There I have discovered a small problem: When I install a bunch of packages with one command (rpm -i *.rpm), it is done in the wrong order: clamav-toaster needs the qmail-toaster package to be already installed, otherwise the directories /var/log/qmail/clamd and /var/qmail/supervise/clamd are owned by "root" instead of "qmaill".
This causes hundreds of "clamd multilog: fatal: unable to switch to current directory: access denied" error messages appear on the screen. I recommend to change line 412 in clamav-toaster.spec from "Requires: zlib >= 1.2.3" to "Requires: zlib >= 1.2.3, qmail-toaster" Best regards, Johannes -- |--------------------------------- | weberhofer GmbH | Johannes Weberhofer | information technologies, Austria | | phone : +43 (0)1 5454421 0 | email: [EMAIL PROTECTED] | fax : +43 (0)1 5454421 19 | web : http://weberhofer.at | mobile: +43 (0)699 11998315 |----------------------------------------------------------->> --------------------------------------------------------------------- QmailToaster hosted by: VR Hosted <http://www.vr.org> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
