Your message dated Thu, 28 Feb 2008 21:02:17 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#463815: fixed in xfce4-sensors-plugin 0.10.99.4~svn-r3775-2 has caused the Debian Bug report #463815, regarding xfce4-sensors-plugin: hddtemp stops detecting devices after ERROR reading floppy devices to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [EMAIL PROTECTED] immediately.) -- 463815: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=463815 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems
--- Begin Message ---Package: xfce4-sensors-plugin Version: 0.10.99.4~svn-r3775-1 Severity: normal Tags: patch After starting the plugin I recieve the errormessage from hddtemp: ERROR: /dev/fd0: can't determine bus type (or this bus type is unknown) All right, ok....but my hdd with SMART support is not listet after that error occurs. So I decided to take a look into the Code. I don't know if there is any floppy device with an sensor. For me the following patch works satisfying. diff -Naur xfce4-sensors-plugin_old/panel-plugin/hddtemp.c xfce4-sensors-plugin-0.10.99.4/panel-plugin/hddtemp.c --- xfce4-sensors-plugin_old/panel-plugin/hddtemp.c 2008-02-02 14:04:24.000000000 +0100 +++ xfce4-sensors-plugin-0.10.99.4/panel-plugin/hddtemp.c 2008-02-03 16:54:00.000000000 +0100 @@ -123,7 +123,8 @@ if ( strncmp (dirname, "ram", 3)!=0 && strncmp (dirname, "loop", 4)!=0 && strncmp (dirname, "md", 2)!=0 && - strncmp (dirname, "dm-", 3)!=0 ) { + strncmp (dirname, "dm-", 3)!=0 && + strncmp (dirname, "fd", 2) !=0) { /* TODO: look, if /dev/dirname exists? */ chipfeature = g_new0 (t_chipfeature, 1); chipfeature->name = g_strconcat ("/dev/", dirname, NULL); /* /proc/ide/hda/model ?? */ -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 2.6.24 (SMP w/1 CPU core) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages xfce4-sensors-plugin depends on: ii libatk1.0-0 1.20.0-1 The ATK accessibility toolkit ii libc6 2.7-5 GNU C Library: Shared libraries ii libcairo2 1.4.14-1 The Cairo 2D vector graphics libra ii libfontconfig1 2.5.0-2 generic font configuration library ii libfreetype6 2.3.5-1+b1 FreeType 2 font engine, shared lib ii libglib2.0-0 2.14.3-1 The GLib library of C routines ii libgtk2.0-0 2.12.5-2 The GTK+ graphical user interface ii libpango1.0-0 1.18.4-1 Layout and rendering of internatio ii libpng12-0 1.2.15~beta5-3 PNG library - runtime ii libsensors4 1:3.0.0-5 library to read temperature/voltag ii libx11-6 2:1.0.3-7 X11 client-side library ii libxfce4util4 4.4.2-1 Utility functions library for Xfce ii libxfcegui4-4 4.4.2-1 Basic GUI C functions for Xfce4 ii libxrender1 1:0.9.4-1 X Rendering Extension client libra ii xfce4-panel 4.4.2-1 The Xfce4 desktop environment pane ii zlib1g 1:1.2.3.3.dfsg-8 compression library - runtime Versions of packages xfce4-sensors-plugin recommends: ii hddtemp 0.3-beta15-38 Utility to monitor the temperature ii lm-sensors 1:3.0.0-5 utilities to read temperature/volt -- no debconf information
--- End Message ---
--- Begin Message ---Source: xfce4-sensors-plugin Source-Version: 0.10.99.4~svn-r3775-2 We believe that the bug you reported is fixed in the latest version of xfce4-sensors-plugin, which is due to be installed in the Debian FTP archive: xfce4-sensors-plugin_0.10.99.4~svn-r3775-2.diff.gz to pool/main/x/xfce4-sensors-plugin/xfce4-sensors-plugin_0.10.99.4~svn-r3775-2.diff.gz xfce4-sensors-plugin_0.10.99.4~svn-r3775-2.dsc to pool/main/x/xfce4-sensors-plugin/xfce4-sensors-plugin_0.10.99.4~svn-r3775-2.dsc xfce4-sensors-plugin_0.10.99.4~svn-r3775-2_amd64.deb to pool/main/x/xfce4-sensors-plugin/xfce4-sensors-plugin_0.10.99.4~svn-r3775-2_amd64.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Yves-Alexis Perez <[EMAIL PROTECTED]> (supplier of updated xfce4-sensors-plugin package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Thu, 28 Feb 2008 21:15:23 +0100 Source: xfce4-sensors-plugin Binary: xfce4-sensors-plugin Architecture: source amd64 Version: 0.10.99.4~svn-r3775-2 Distribution: unstable Urgency: low Maintainer: Debian Xfce Maintainers <[EMAIL PROTECTED]> Changed-By: Yves-Alexis Perez <[EMAIL PROTECTED]> Description: xfce4-sensors-plugin - hardware sensors plugin for the Xfce4 panel Closes: 463815 Changes: xfce4-sensors-plugin (0.10.99.4~svn-r3775-2) unstable; urgency=low . * debian/patches: 01_dont-look-at-floppy-disk added, so hddtemp support doesn't try to find a temp sensor in a floppy disk. closes: #463815 * debian/copyright: update format to use © sign. Files: ad15431d215d9dbcb54f202d4d49b712 1157 x11 optional xfce4-sensors-plugin_0.10.99.4~svn-r3775-2.dsc 978e85c31aca367aaa6173859389c521 2650 x11 optional xfce4-sensors-plugin_0.10.99.4~svn-r3775-2.diff.gz 0625e5551560494563a4b6f648672e94 47658 x11 optional xfce4-sensors-plugin_0.10.99.4~svn-r3775-2_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFHxxciTUTAIMXAW64RAsczAJ4hCxMCWPHPNUFyopnCSiI+EoCLhwCfSwBa R5tgrpQQVkpyihPtlgyhEZc= =sfxz -----END PGP SIGNATURE-----
--- End Message ---

