Your message dated Thu, 13 Aug 2009 21:52:03 +0200
with message-id <[email protected]>
and subject line Re: Bug#541363: lm-sensors: Incorrect init.d script
dependencies
has caused the Debian Bug report #541363,
regarding lm-sensors: Incorrect init.d script dependencies
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.)
--
541363: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=541363
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: lm-sensors sensord
Version: 1:2.10.3-1
Severity: important
Tags: patch
User: [email protected]
Usertags: incorrect-dependency
With dependency based boot sequencing, I discovered what I believe is
a bug in the lm-sensors init.d scripts. The dependencies are not
correct. It uses files in /usr/, and thus need to depend on
$remote_fs.
<URL:
http://refspecs.freestandards.org/LSB_2.1.0/LSB-generic/LSB-generic/initscrcomconv.html
>
documents the LSB header format. Some debian notes are available from
<URL: http://wiki.debian.org/LSBInitScripts >.
This patch should solve the issue. Without it, the init.d start to
early in the boot sequence.
diff -ru lm-sensors-3-3.1.1/debian/lm-sensors.fancontrol.init
lm-sensors-3-3.1.1-pere/debian/lm-sensors.fancontrol.init
--- lm-sensors-3-3.1.1/debian/lm-sensors.fancontrol.init 2009-08-13
19:06:40.000000000 +0200
+++ lm-sensors-3-3.1.1-pere/debian/lm-sensors.fancontrol.init 2009-08-13
19:07:20.000000000 +0200
@@ -2,8 +2,8 @@
### BEGIN INIT INFO
# Provides: fancontrol
-# Required-Start: $local_fs
-# Required-Stop: $local_fs
+# Required-Start: $remote_fs
+# Required-Stop: $remote_fs
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: fancontrol
diff -ru lm-sensors-3-3.1.1/debian/lm-sensors.lm-sensors.init
lm-sensors-3-3.1.1-pere/debian/lm-sensors.lm-sensors.init
--- lm-sensors-3-3.1.1/debian/lm-sensors.lm-sensors.init 2009-08-13
19:06:40.000000000 +0200
+++ lm-sensors-3-3.1.1-pere/debian/lm-sensors.lm-sensors.init 2009-08-13
19:07:27.000000000 +0200
@@ -2,7 +2,7 @@
### BEGIN INIT INFO
# Provides: lm-sensors
-# Required-Start: $local_fs
+# Required-Start: $remote_fs
# Required-Stop:
# Default-Start: S
# Default-Stop:
diff -ru lm-sensors-3-3.1.1/debian/sensord.init
lm-sensors-3-3.1.1-pere/debian/sensord.init
--- lm-sensors-3-3.1.1/debian/sensord.init 2009-08-13 19:06:40.000000000
+0200
+++ lm-sensors-3-3.1.1-pere/debian/sensord.init 2009-08-13 19:07:52.000000000
+0200
@@ -2,8 +2,8 @@
### BEGIN INIT INFO
# Provides: sensord
-# Required-Start: $local_fs $syslog lm-sensors
-# Required-Stop: $local_fs $syslog
+# Required-Start: $remote_fs $syslog lm-sensors
+# Required-Stop: $remote_fs $syslog
# Default-Start: 2 3 4 5
# Default-Stop: 1
# Short-Description: lm-sensors daemon
Happy hacking,
--
Petter Reinholdtsen
--- End Message ---
--- Begin Message ---
Version: 3.1.1-3
On Thu, Aug 13, 2009 at 07:11:38PM +0200, Petter Reinholdtsen wrote:
>
> Package: lm-sensors sensord
> Version: 1:2.10.3-1
> Severity: important
> Tags: patch
> User: [email protected]
> Usertags: incorrect-dependency
>
> With dependency based boot sequencing, I discovered what I believe is
> a bug in the lm-sensors init.d scripts. The dependencies are not
> correct. It uses files in /usr/, and thus need to depend on
> $remote_fs.
>
> <URL:
> http://refspecs.freestandards.org/LSB_2.1.0/LSB-generic/LSB-generic/initscrcomconv.html
> >
> documents the LSB header format. Some debian notes are available from
> <URL: http://wiki.debian.org/LSBInitScripts >.
>
> This patch should solve the issue. Without it, the init.d start to
> early in the boot sequence.
>
Fixed in version 3.1.1-3, but the wrong bug has been put in the
changelog. Closing the bug manually with this mail.
--
Aurelien Jarno GPG: 1024D/F1BCDB73
[email protected] http://www.aurel32.net
--- End Message ---