-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
sasa wrote:
> On Tue, 24 Jul 2007 17:13:35 +0200, Giorgio Bellussi wrote:
>> May be the same problem reported here?
>>
>> http://lurker.clamav.net/message/20070412.092605.99bfd0cf.en.html
>>
>
> yes ! I think that the same problem.
> I don't have undesrtood what file I must modify for resolve my problem.
> I have created rpm (on fedora core) file from source clamav.
> Thanks.
>
> Salvatore.
I believe the problem was with the CRON script file. Look in
/etc/cron.daily/freshclam
I've pasted my version below:
> #!/bin/bash
>
> # Remove garbage occasionally left after unsuccessful updates
> find /var/lib/clamav/ -type f -name '*.cvd' -exec touch -a '{}' ';'
> find /var/lib/clamav/ -type d -name '*.inc' | while read dir; do
> find $dir -exec touch -a '{}' ';' ; done
> /usr/sbin/tmpwatch 72 /var/lib/clamav
>
The old script actually touched a file that did not exist and created
a '*.cvd' file in the database directory. This caused the problem.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFGpmLUkNLDmnu1kSkRAoa4AJ9eI7qGpyah8tp2TbwSTzGn3NIyMwCfQvTA
ctjXWGKh8c7YYKOwYX60wuE=
=GkVG
-----END PGP SIGNATURE-----
--
Scanned by ClamAV - http://www.clamav.net
_______________________________________________
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://lurker.clamav.net/list/clamav-users.html