[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#332222: kdelibs4c2: kde constantly polls my harddrive



Package: kdelibs-bin
Version: 4:3.4.2-4
Followup-For: Bug #332222


I have noticed the same problem - flashing of the hdd led (approx. 3
times/sec). I traced it down to kded. I used strace on kded and found
the reason to be the following:
strace -f -e trace=open,close,read,write kded
[cut]
[pid 29040] open("/dev/dvd", O_RDONLY|O_NONBLOCK|O_LARGEFILE) = 16
[pid 29040] close(16)                   = 0
[pid 29040] open("/dev/dvd", O_RDONLY|O_NONBLOCK|O_LARGEFILE) = 16
[pid 29040] close(16)                   = 0
[pid 29040] open("/dev/dvd", O_RDONLY|O_NONBLOCK|O_LARGEFILE) = 16
[pid 29040] close(16)                   = 0
[pid 29040] open("/dev/dvd", O_RDONLY|O_NONBLOCK|O_LARGEFILE) = 16
[pid 29040] close(16)                   = 0
[pid 29040] open("/dev/dvd", O_RDONLY|O_NONBLOCK|O_LARGEFILE) = 16
[pid 29040] close(16)                   = 0
[pid 29040] open("/dev/dvd", O_RDONLY|O_NONBLOCK|O_LARGEFILE) = 16
[pid 29040] close(16)                   = 0
[pid 29040] open("/dev/dvd", O_RDONLY|O_NONBLOCK|O_LARGEFILE) = 16
[pid 29040] close(16)                   = 0
[pid 29040] open("/dev/dvd", O_RDONLY|O_NONBLOCK|O_LARGEFILE) = 16
[pid 29040] close(16)                   = 0
Process 29040 detached
Process 29027 detached

You get the idea. It's trying to open the dvd device all the time. If I
comment the /dev/dvd line in the fstab it starts without a problem. Here
is my fstab line:
/dev/dvd		/cdrom		auto	user,noauto,ro,utf8

I think the bug should be reassigned to kdelibs-bin as kded is there.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686
Locale: LANG=bg_BG, LC_CTYPE=bg_BG (charmap=CP1251)

Versions of packages kdelibs-bin depends on:
ii  kdelibs4c2                4:3.4.2-4      core libraries for all KDE applica
ii  libart-2.0-2              2.3.17-1       Library of functions for 2D graphi
ii  libaudio2                 1.7-3          The Network Audio System (NAS). (s
ii  libbz2-1.0                1.0.2-11       high-quality block-sorting file co
ii  libc6                     2.3.5-8        GNU C Library: Shared libraries an
ii  libcupsys2                1.1.23-12      Common UNIX Printing System(tm) - 
ii  libfontconfig1            2.3.2-1        generic font configuration library
ii  libfreetype6              2.1.7-2.4      FreeType 2 font engine, shared lib
ii  libgcc1                   1:4.0.2-2      GCC support library
ii  libice6                   6.8.2.dfsg.1-7 Inter-Client Exchange library
ii  libidn11                  0.5.18-1       GNU libidn library, implementation
ii  libjpeg62                 6b-10          The Independent JPEG Group's JPEG 
ii  libpng12-0                1.2.8rel-5     PNG library - runtime
ii  libqt3-mt                 3:3.3.5-1      Qt GUI Library (Threaded runtime v
ii  libsm6                    6.8.2.dfsg.1-7 X Window System Session Management
ii  libstdc++6                4.0.2-2        The GNU Standard C++ Library v3
ii  libx11-6                  6.8.2.dfsg.1-7 X Window System protocol client li
ii  libxcursor1               1.1.3-1        X cursor management library
ii  libxext6                  6.8.2.dfsg.1-7 X Window System miscellaneous exte
ii  libxft2                   2.1.7-1        FreeType-based font drawing librar
ii  libxi6                    6.8.2.dfsg.1-7 X Window System Input extension li
ii  libxinerama1              6.8.2.dfsg.1-7 X Window System multi-head display
ii  libxml2                   2.6.22-2       GNOME XML library
ii  libxrandr2                6.8.2.dfsg.1-7 X Window System Resize, Rotate and
ii  libxrender1               1:0.9.0-2      X Rendering Extension client libra
ii  libxslt1.1                1.1.15-1       XSLT processing library - runtime 
ii  libxt6                    6.8.2.dfsg.1-7 X Toolkit Intrinsics
ii  menu-xdg                  0.2.1          freedesktop.org menu compliant win
ii  netpbm                    2:10.0-10      Graphics conversion tools
ii  perl                      5.8.7-7        Larry Wall's Practical Extraction 
ii  python                    2.3.5-3        An interactive high-level object-o
ii  xlibs                     6.8.2.dfsg.1-7 X Window System client libraries m
ii  zlib1g                    1:1.2.3-8      compression library - runtime

Versions of packages kdelibs-bin recommends:
ii  perl-suid                     5.8.7-7    Runs setuid Perl scripts

-- no debconf information



Reply to: