Your message dated Tue, 27 Aug 2013 16:48:42 +0000 with message-id <[email protected]> and subject line Bug#720213: fixed in lm-sensors 1:3.3.4-2 has caused the Debian Bug report #720213, regarding rename of config-file results in error message when '/etc/init.d/fancontrol start' is called 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.) -- 720213: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=720213 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: fancontrol Version: 1:3.1.2-6 Severity: normal Tags: patch upstream A rename of the fancontrol config-file /etc/fancontrol results in an error message when '/etc/init.d/fancontrol start' is called even if CONF is set corretly. The CONF-variable is not passed through in the 'start' case at least. Have a look at the patch. -- System Information: Debian Release: 6.0.7 APT prefers oldstable-updates APT policy: (500, 'oldstable-updates'), (500, 'oldstable') Architecture: i386 (i686) Kernel: Linux 2.6.38-bpo.2-686 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=de_DE (charmap=ISO-8859-1) Shell: /bin/sh linked to /bin/dash Versions of packages fancontrol depends on: ii lsb-base 3.2-23.2squeeze1 Linux Standard Base 3.2 init scrip fancontrol recommends no packages. fancontrol suggests no packages. -- Configuration Files: /etc/init.d/fancontrol changed: .. /lib/lsb/init-functions [ -f /etc/default/rcS ] && . /etc/default/rcS PATH=/bin:/usr/bin:/sbin:/usr/sbin DAEMON=/usr/sbin/fancontrol DESC="fan speed regulator" NAME="fancontrol" PIDFILE=/var/run/fancontrol.pid CONF=/etc/fancontrol.conf test -x $DAEMON || exit 0 case "$1" in start) if [ -f $CONF ] ; then if $DAEMON --check $CONF 1>/dev/null 2>/dev/null ; then log_daemon_msg "Starting $DESC" "$NAME" start-stop-daemon --start --quiet --background --pidfile $PIDFILE --startas $DAEMON $CONF log_end_msg $? else log_failure_msg "Not starting fancontrol, broken configuration file; please re-run pwmconfig." fi else if [ "$VERBOSE" != no ]; then log_warning_msg "Not starting fancontrol; run pwmconfig first." fi fi ;; stop) log_daemon_msg "Stopping $DESC" "$NAME" start-stop-daemon --stop --quiet --pidfile $PIDFILE --oknodo --startas $DAEMON rm -f $PIDFILE log_end_msg $? ;; restart) $0 stop sleep 3 $0 start ;; force-reload) if start-stop-daemon --stop --test --quiet --pidfile $PIDFILE --startas $DAEMON ; then $0 restart fi ;; status) status_of_proc $DAEMON $NAME && exit 0 || exit $? ;; *) log_success_msg "Usage: /etc/init.d/fancontrol {start|stop|restart|force-reload|status}" exit 1 ;; esac exit 0 -- no debconf information--- /tmp/fancontrol 2013-08-19 17:55:40.634568822 +0200 +++ /etc/init.d/fancontrol 2013-08-19 17:54:20.845714678 +0200 @@ -25,9 +25,9 @@ case "$1" in start) if [ -f $CONF ] ; then - if $DAEMON --check 1>/dev/null 2>/dev/null ; then + if $DAEMON --check $CONF 1>/dev/null 2>/dev/null ; then log_daemon_msg "Starting $DESC" "$NAME" - start-stop-daemon --start --quiet --background --pidfile $PIDFILE --startas $DAEMON + start-stop-daemon --start --quiet --background --pidfile $PIDFILE --startas $DAEMON $CONF log_end_msg $? else log_failure_msg "Not starting fancontrol, broken configuration file; please re-run pwmconfig."--- /tmp/fancontrol 2013-08-19 17:55:40.634568822 +0200 +++ /etc/init.d/fancontrol 2013-08-19 17:54:20.845714678 +0200 @@ -25,9 +25,9 @@ case "$1" in start) if [ -f $CONF ] ; then - if $DAEMON --check 1>/dev/null 2>/dev/null ; then + if $DAEMON --check $CONF 1>/dev/null 2>/dev/null ; then log_daemon_msg "Starting $DESC" "$NAME" - start-stop-daemon --start --quiet --background --pidfile $PIDFILE --startas $DAEMON + start-stop-daemon --start --quiet --background --pidfile $PIDFILE --startas $DAEMON $CONF log_end_msg $? else log_failure_msg "Not starting fancontrol, broken configuration file; please re-run pwmconfig."
--- End Message ---
--- Begin Message ---Source: lm-sensors Source-Version: 1:3.3.4-2 We believe that the bug you reported is fixed in the latest version of lm-sensors, which is due to be installed in the Debian FTP archive. 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. Aurelien Jarno <[email protected]> (supplier of updated lm-sensors 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.8 Date: Tue, 27 Aug 2013 18:36:05 +0200 Source: lm-sensors Binary: lm-sensors libsensors4 libsensors4-dev fancontrol sensord Architecture: source all amd64 Version: 1:3.3.4-2 Distribution: unstable Urgency: low Maintainer: Aurelien Jarno <[email protected]> Changed-By: Aurelien Jarno <[email protected]> Description: fancontrol - utilities to read temperature/voltage/fan sensors libsensors4 - library to read temperature/voltage/fan sensors libsensors4-dev - lm-sensors development kit lm-sensors - utilities to read temperature/voltage/fan sensors sensord - hardware sensor information logging daemon Closes: 720213 Changes: lm-sensors (1:3.3.4-2) unstable; urgency=low . * debian/fancontrol.init: pass the config file location as argument of the fancontrol daemon (closes: #720213). Checksums-Sha1: dac30478a11cfd9609f96e167239613a7f5f5d35 1299 lm-sensors_3.3.4-2.dsc 8459198fb02418c9ba47145e7be22c48f18ea8bd 29468 lm-sensors_3.3.4-2.debian.tar.xz b3d22ab8a86289eda432a4ae259f18224a146cba 43554 fancontrol_3.3.4-2_all.deb 2a169a147dbe5c55cc60335be1fbe18f3e60cdd9 109032 lm-sensors_3.3.4-2_amd64.deb 33829f555b006f3b69f21dcb615cd26aae8f0aa3 50782 libsensors4_3.3.4-2_amd64.deb 29860e8d38e3d93b72818a760aa0c03c62f29b18 57264 libsensors4-dev_3.3.4-2_amd64.deb 8eb6bab3304324f5e6bd9712c7b83aa3d025b0c0 45164 sensord_3.3.4-2_amd64.deb Checksums-Sha256: 2d21841b430cacf066e966cc61781c1662069548bc8d0c2d3a63d9f07e4b9874 1299 lm-sensors_3.3.4-2.dsc 8caa515e14424076ffb81c60d35ab13bc51167535cd46c1a5186ed3362bc2eae 29468 lm-sensors_3.3.4-2.debian.tar.xz 331cb2575c1a4c1b5f13a0afddce909419bab25c9138ecdf1f399fa5ec505aa2 43554 fancontrol_3.3.4-2_all.deb 85dce11e62037d0fae0b5cc786f6a3a5cac9d1a09950826a7d5a003d011ee482 109032 lm-sensors_3.3.4-2_amd64.deb efdc0057b28927ffdaa81f31daeee5de8508552e15a3e0fc017eb46f4b10d27d 50782 libsensors4_3.3.4-2_amd64.deb 81779ec4821b384253e05cea0fda864feeb2fd8d71c6c5e6048d3b250466960e 57264 libsensors4-dev_3.3.4-2_amd64.deb dcc97669bd35f06c2441e694b773c7719451dccbbee4de1120fb0629d96b7c2f 45164 sensord_3.3.4-2_amd64.deb Files: 4894e3e97eee0400078fe0acb24bce03 1299 utils extra lm-sensors_3.3.4-2.dsc 3d8ca38f5e6790f8877255949e8f2f43 29468 utils extra lm-sensors_3.3.4-2.debian.tar.xz ac05d99e87d3a0e4d4998d89a9214570 43554 utils extra fancontrol_3.3.4-2_all.deb acd2035c455635d5bce2f74b4df261a7 109032 utils extra lm-sensors_3.3.4-2_amd64.deb 1585db5c22a0a609857e343dd0485ea0 50782 libs optional libsensors4_3.3.4-2_amd64.deb 2c15c786f075ad27b3b1885608d553d5 57264 libdevel extra libsensors4-dev_3.3.4-2_amd64.deb b51d16f4c971f7b4cbcdf06fc7130b4f 45164 utils extra sensord_3.3.4-2_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iD8DBQFSHNXVw3ao2vG823MRAj0WAJ9pfXSoIUJevGA6f4paAjcVaVFbMACeIuZM uceX2qMYonL0N4LxYlMqL4s= =QEHN -----END PGP SIGNATURE-----
--- End Message ---

