https://bugzilla.suse.com/show_bug.cgi?id=1200162 https://bugzilla.suse.com/show_bug.cgi?id=1200162#c6 --- Comment #6 from Luis Henriques <lhenriques@suse.com> --- (In reply to S��awomir Lach from comment #5)
Attached, but I do not known if it contains useful information.
Actually, it does. I think 'lsof' doesn't work the way you expect it to. It looks like the 1st thing lsof is doing on your 2nd call ("lsof /etc") is to walk through all the mount points on your system and it is blocking in your filesystem's mount point "/vsimple-ipc" (see the end of the strace output). So, I don't think this is a fuse issue but something missing/bogus in your implementation. And yes, "lsof" is not very intuitive -- everytime I need to use it I need to spend a lot of time going through it's manpage several times. -- You are receiving this mail because: You are the assignee for the bug.