Hi Maximiliano,

please take a look at the last strace output of baloo_file to see, which files 
get opened by baloo:

strace -e trace=open baloo_file_extractor


open("/usr/lib/i386-linux-gnu/qt5/plugins/kf5/kfilemetadata/
kfilemetadata_taglibextractor.so", O_RDONLY|O_CLOEXEC) = 7
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 7
open("/usr/lib/i386-linux-gnu/libtag.so.1", O_RDONLY|O_CLOEXEC) = 7
open("/etc/localtime", O_RDONLY|O_CLOEXEC) = 7
open("/home/ullhan63/.config/kdeglobals", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 7
open("/home/ullhan63/.config/baloofilerc", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 7
open("/etc/udev/udev.conf", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 7
open("/etc/fstab", O_RDONLY|O_CLOEXEC)  = 10
open("/etc/mtab", O_RDONLY|O_CLOEXEC)   = 10
open("/etc/mtab", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 11
open("/home/ullhan63/.config/kdeglobals", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 12
open("/home/ullhan63/.config/baloofilerc", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 12
open("/etc/udev/udev.conf", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 12
open("/sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/
block/sda/sda9/uevent", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 12
open("/run/udev/data/b8:9", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 12
open("/usr/lib/i386-linux-gnu/qt5/plugins/kf5/org.kde.kidletime.platforms", 
O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 12
open("/usr/lib/i386-linux-gnu/qt5/plugins/kf5/org.kde.kidletime.platforms/
KF5IdleTimeKWaylandPlugin.so", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 12
open("/usr/lib/i386-linux-gnu/qt5/plugins/kf5/org.kde.kidletime.platforms/
KF5IdleTimeKWinWaylandPrivatePlugin.so", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 12
open("/usr/lib/i386-linux-gnu/qt5/plugins/kf5/org.kde.kidletime.platforms/
KF5IdleTimeXcbPlugin0.so", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 12
open("/usr/lib/i386-linux-gnu/qt5/plugins/kf5/org.kde.kidletime.platforms/
KF5IdleTimeXcbPlugin0.so", O_RDONLY|O_CLOEXEC) = 12
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 12
open("/usr/lib/i386-linux-gnu/libQt5X11Extras.so.5", O_RDONLY|O_CLOEXEC) = 12
open("/dev/tty", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 12
XSync seems available and ready
XSync Inited
Supported, init completed
Created alarm 20971521
Cstrace: Process 21858 detached


Interesting is this line from above:

open("/sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/
block/sda/sda9/uevent", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 12

As you see, baloo wants to open a file from sda9, which IMO is strange. /dev/
sda9 does not exist on my system. Not quite correct, of course it exists, but 
as it is encrypted, the device is now /dev/mapper/usr.

Maybe it has nothing to do with it, wanted just to mention it. 

The alarm number which is shown, changes at every run.

Don't know if this helps, but I think, any information could be valuable.

Best

Hans
 

Reply via email to