On Fri, Sep 2, 2011 at 11:37 AM, Anne Wilson <cannewil...@googlemail.com> wrote:

> No.  As I reported yesterday, that returns
>
> ls: cannot access
> /home/anne/.kde/share/apps/kmail/imap/.1687036093.directory/.INBOX.directory/Newsletters:
> No such file or directory

Anne,
    Typical troubleshooting something like this (a problem is reported
in a certain file or directory that you cannot later find) involves
walking the *entire* path, starting at the root (/) and seeing where
the trail ends.  For example, start with:

cd /home/anne/.kde
ls
and see what is there, does "share" exist, if so then
cd share
ls
and see if "apps" exists, if it does then
cd apps
ls
... until you get to the point where the path component you are
looking for does NOT exist. The question then becomes why did it exist
in the past and it does not now. Perhaps you will find a similar
directory with a different number at the beginning. Perhaps the
application changes that number as part of the revision control
sequence on it's data.

Just saying that ClamAV is reporting finding things in files that do
not exist is not a terribly helpful statement.

-- 
{--------1---------2---------3---------4---------5---------6---------7---------}
Paul Kraus
-> Senior Systems Architect, Garnet River ( http://www.garnetriver.com/ )
-> Sound Designer: Frankenstein, A New Musical
(http://www.facebook.com/event.php?eid=123170297765140)
-> Sound Coordinator, Schenectady Light Opera Company (
http://www.sloctheater.org/ )
-> Technical Advisor, RPI Players
_______________________________________________
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://www.clamav.net/support/ml

Reply via email to