https://bugs.kde.org/show_bug.cgi?id=433204

--- Comment #17 from tagwer...@innerjoin.org ---
I think that baloo_file watches directories (mostly) and not files.

I get this info from a trick of killing the baloo_file process and starting
from the command line under strace. So...

    ps ax | grep baloo_file
    kill ...
    strace baloo_file

This gives shedloads of information; details of every system call. You can
however see the "inotify_add_watch' calls for each individual directory and
their return values - which can either include a steadily increasing count or
the 'changes will be ignored' message. You should be able to see a bit more
about what's happening

I haven't worked how to see what info is being passed to the
baloo_file_extractor process and what it is doing. I also haven't discovered
where baloo logs its activities, that would be good to know!

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to