| Summary: | disable fam when not displaying a directory | ||
|---|---|---|---|
| Product: | [Applications] konqueror | Reporter: | Kevin Gilbert <kmg952> |
| Component: | general | Assignee: | Konqueror Bugs <konqueror-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Kevin Gilbert
2004-08-10 08:59:47 UTC
actually it's not supposed to watch directories not visible, so there must be a bug. Did you call fuser on the device to find out what process is blocking the device? 1) The problem is visible on my USB flash drive, mount point /mnt/flash 2) If I use konqueror to manipulate the files on the flash drive, fam locks the mount point 3) Instead of 'fuser' I use 'lsof | grep flash' 4) Just tried a test: a) when konqueror is positioned at the mount point, the output from lsof shows fam accessing the mount point and all first level subdirectories b) when I move konqueror to my home directory, lsof reports that fam is only accessing the mount point - the first level subdirectories are no longer being monitored So I guess it is a bug after all. |