[Bug 219929] New: kde menu -> system seems to stat mount points
https://bugzilla.novell.com/show_bug.cgi?id=219929 Summary: kde menu -> system seems to stat mount points Product: SUSE Linux 10.1 Version: Final Platform: PowerPC OS/Version: Linux Status: NEW Severity: Normal Priority: P5 - None Component: KDE AssignedTo: kde-maintainers@suse.de ReportedBy: olh@novell.com QAContact: kde-maintainers@suse.de selecting 'System' from the KDE menu seems to trigger a stat on all mount points. It did have for a few seconds until it displayed the actual contents of the 'System' submenu. Now imagine if any of the mount points were a hanging NFS mount point... Luckily there was only a scsi drive in stand by mode. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=219929 ------- Comment #1 from olh@novell.com 2006-11-10 09:38 MST ------- Created an attachment (id=104708) --> (https://bugzilla.novell.com/attachment.cgi?id=104708&action=view) sles10-kde-menu-system-tries-to-access-mount-points.png -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=219929 dmueller@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |olh@novell.com ------- Comment #2 from dmueller@novell.com 2006-11-10 13:08 MST ------- that would be strange, and I could only think that it searches for icons or desktop files there. what are your mountpoints? can you reproduce it, what is it stat'ing for? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=219929 ------- Comment #3 from olh@novell.com 2006-11-10 13:22 MST ------- how do I know? what process do I have to strace? olaf@nectarine:~> cat /proc/mounts rootfs / rootfs rw 0 0 udev /dev tmpfs rw 0 0 /dev/hda11 / ext2 rw,nogrpid 0 0 proc /proc proc rw 0 0 sysfs /sys sysfs rw 0 0 debugfs /sys/kernel/debug debugfs rw 0 0 devpts /dev/pts devpts rw 0 0 /dev/sda7 /abuild ext2 rw,nogrpid 0 0 /dev/hdb11 /install/hdb reiserfs ro 0 0 nfsd /proc/fs/nfsd nfsd rw 0 0 automount(pid3263) /mounts autofs rw 0 0 automount(pid3265) /suse autofs rw 0 0 automount(pid3267) /secret autofs rw 0 0 usbfs /proc/bus/usb usbfs rw 0 0 wotan:/real-home/olh /suse/olh nfs rw,nosuid,v3,rsize=8192,wsize=8192,hard,intr,nolock,proto=tcp,addr=wotan 0 0 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=219929 olh@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED Info Provider|olh@novell.com | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=219929 dmueller@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO Info Provider| |olh@novell.com ------- Comment #4 from dmueller@novell.com 2006-11-13 16:07 MST ------- it should be either kicker (unlikely) or kded (likely). those are unique apps, so try strace -p $(pidof kicker) / strace -p $(pidof kded). from the mountpoints I see nothing wrong. my current guess is that it is the hal backend of the media manager that is causing the stat of the mountpoint. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=219929 ------- Comment #5 from olh@novell.com 2006-11-16 04:28 MST ------- I tried this, kicker, kded or the both hald processes did not do the stat. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=219929 ------- Comment #6 from dmueller@novell.com 2006-11-16 05:07 MST ------- can you trigger it by running "dcop kded mediamanager fullList" ? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=219929 coolo@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Info Provider|olh@novell.com |gregkh@novell.com ------- Comment #7 from coolo@novell.com 2006-11-16 05:50 MST ------- kicker does for sure. It does a statfs to display the size and amount of free space on the media. And I see no way to not do that on power saved media ;( Greg, do you see one? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=219929 ------- Comment #8 from dmueller@novell.com 2006-11-16 06:03 MST ------- either the kernel should provide a way to say "only do statfs if you it is expected to return fast" or the kernel should cache the root inode, superblock and whatever else it needs for statfs to succeed before powering down a device. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=219929 ------- Comment #9 from dmueller@novell.com 2006-11-16 06:04 MST ------- or perhaps hald can supply an event that we can abuse for "this device is going to power down soon, run statfs if you want to cache it". -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=219929 gregkh@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED Info Provider|gregkh@novell.com | ------- Comment #10 from gregkh@novell.com 2006-11-16 09:50 MST ------- No, I don't see a way to not do that on media that is plugged in, unless you want to look at the property in HAL that shows it is a removable device. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=219929 coolo@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEW Component|KDE |KDE Product|SUSE Linux 10.1 |openSUSE 10.3 QAContact|kde-maintainers@suse.de |qa@suse.de Version|Final |unspecified ------- Comment #11 from coolo@novell.com 2006-11-16 10:10 MST ------- Which won't help as builtin disks can powerdown too. But we can at least make the menu not stall when this happens, but not for 10.2 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=219929 ------- Comment #13 from olh@novell.com 2006-11-23 08:08 MST ------- one could argue that it is fixed in 10.2 because the kde menu looks now different. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=219929 ------- Comment #14 from dmueller@novell.com 2006-11-23 13:50 MST ------- huh? it should still have a list of partitions together with its size, nothing should have changed. anyway, does df also wake up your drive? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=219929 dmueller@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Normal |Enhancement Status|NEW |ASSIGNED -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=219929 ------- Comment #16 from olh@novell.com 2006-12-07 04:58 MST ------- I see it in 10.2 when clicking on the kde menu. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=219929 ------- Comment #17 from dmueller@novell.com 2007-01-18 08:52 MST ------- does stat <mountpoint> trigger them? it really does nothing more than a stat and a statfs() call.. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=219929 Stephan Binner <stbinner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Group|novellonly | CC| |stbinner@novell.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=219929 Olaf Hering <olh@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Found By|Other |Development -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=219929 Stephan Binner <stbinner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P3 - Medium -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=219929 User llunak@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=219929#c18 Lubos Lunak <llunak@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |funtasyspace@yahoo.com --- Comment #18 from Lubos Lunak <llunak@novell.com> 2008-07-30 07:38:53 MDT --- *** Bug 271307 has been marked as a duplicate of this bug. *** https://bugzilla.novell.com/show_bug.cgi?id=271307 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com