nautilus-clamscan doesn't find viruses after DB update with freshclam
Bug #665764 reported by
Pedro Dias
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
nautilus-clamscan |
New
|
Undecided
|
Unassigned |
Bug Description
After an update of the clamav database using freshclam (runs by default every hour) nautilus-clamscan no longer detects any viruses in files previously infected (right after bootup of ubuntu). By executing the command 'nautilus -q', or rebooting, the problem temporarily disappears until the next automatic update.
OS: Ubuntu 10.04.1 LTS
Package versions: linux-generic-pae (2.6.32.25.27), nautilus (1:2.30.
To post a comment you must log in.
Invoking the same function that nautilus-clamscan uses to scan the files from within python causes an error:
Python 2.6.5 (r265:79063, Apr 16 2010, 13:09:56) scanfile( "/tmp/xpto. pdf")
[GCC 4.4.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import pyclamav
>>> ret=pyclamav.
LibClamAV Error: cl_load: engine == NULL
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
pyclamav.error: Null argument passed to function
>>>