Your message dated Wed, 12 Aug 2009 22:05:01 +0000
with message-id <[email protected]>
and subject line Bug#541250: fixed in p910nd 0.93-2
has caused the Debian Bug report #541250,
regarding p910nd: Incorrect runlevels and dependencies in init.d LSB header
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.)
--
541250: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=541250
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: p910nd
Version: 0.93-1
Severity: important
Tags: patch
User: [email protected]
Usertags: incorrect-runlevels incorrect-dependency
With dependency based boot sequencing, I discovered what I believe is
a bug in the init.d/p910nd script. The runlevel list state that it
should stop in runlevel 2 and not start in runlevel 4. This is
inconsistent with the Debian runlevels and the arguments used for
update-rc.d. Also, 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 fail to
start in runlevel 2 and 4 by default with dependency based boot
sequencing, and will start to early in the boot sequence.
diff -ur omnievents-2.6.2/etc/init.d/omniorb-eventservice.in
omnievents-2.6.2-pere/etc/init.d/omniorb-eventservice.in
--- omnievents-2.6.2/etc/init.d/omniorb-eventservice.in 2005-05-11
20:44:21.000000000 +0200
+++ omnievents-2.6.2-pere/etc/init.d/omniorb-eventservice.in 2009-08-12
20:07:45.000000000 +0200
@@ -14,10 +14,10 @@
### BEGIN INIT INFO
# Provides: omniorb-eventservice
-# Required-Start: $syslog $network
-# Required-Stop: $syslog
-# Default-Start: 3 4 5
-# Default-Stop: 0 1 2 6
+# Required-Start: $remote_fs $syslog $network
+# Required-Stop: $remote_fs $syslog
+# Default-Start: 2 3 4 5
+# Default-Stop: 0 1 6
# Short-Description: CORBA event service
# Description: CORBA event service. http://www.omnievents.org/
### END INIT INFO
Happy hacking,
--
Petter Reinholdtsen
--- End Message ---
--- Begin Message ---
Source: p910nd
Source-Version: 0.93-2
We believe that the bug you reported is fixed in the latest version of
p910nd, which is due to be installed in the Debian FTP archive:
p910nd_0.93-2.diff.gz
to pool/main/p/p910nd/p910nd_0.93-2.diff.gz
p910nd_0.93-2.dsc
to pool/main/p/p910nd/p910nd_0.93-2.dsc
p910nd_0.93-2_i386.deb
to pool/main/p/p910nd/p910nd_0.93-2_i386.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.
Mario Izquierdo (mariodebian) <[email protected]> (supplier of updated
p910nd 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: Wed, 12 Aug 2009 20:46:09 +0200
Source: p910nd
Binary: p910nd
Architecture: source i386
Version: 0.93-2
Distribution: unstable
Urgency: low
Maintainer: [email protected]
Changed-By: Mario Izquierdo (mariodebian) <[email protected]>
Description:
p910nd - small printer daemon intended for diskless workstations
Closes: 541250
Changes:
p910nd (0.93-2) unstable; urgency=low
.
* Fix debian/p910nd.init:
- Rename PIDFILE p910nd => p9100d
- Set verbose by default
* Standards-Version bumped to 3.8.2:
debian/p910nd.init fixed, /var/run and /var/lock/p190nd created on init.d
script, since these 2 dirs could be mounted as a temporary filesystem.
* debian/p910nd.init:
- Fix LSB start/stop and depends headers (Closes: #541250)
.
* Upload sponsored by Petter Reinholdtsen.
Checksums-Sha1:
82928bf6cddc38fce5bb718588b95d77a2c7c65f 1004 p910nd_0.93-2.dsc
70e3d57535b072f6cc86212ef6666e7c4e57222e 4299 p910nd_0.93-2.diff.gz
3c6f20f995c905123c1e527f5645ef2ef2532b3e 12106 p910nd_0.93-2_i386.deb
Checksums-Sha256:
7b49da607d2ac8651a85c30019953fa923abfb1335dd722e89e509fcbd55a649 1004
p910nd_0.93-2.dsc
f0399934e86ccf3dd28bb1a9522f70a83454e32bb53ffe6e415db25f9998ab5d 4299
p910nd_0.93-2.diff.gz
80919ca461500e94a65cfc0db5bb053ae4593ffcf1f891bfa6edcdcd03dbd472 12106
p910nd_0.93-2_i386.deb
Files:
0b8acb5d42344a85464343217c9ff609 1004 net extra p910nd_0.93-2.dsc
21e3ef4d7569b94652f50a5ba41198b3 4299 net extra p910nd_0.93-2.diff.gz
2e766ac074d6429bfd0ea78af08ad531 12106 net extra p910nd_0.93-2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iD8DBQFKgyPJ20zMSyow1ykRAgzSAKDGCboK+AL11n4e/fqIK93JlS3m2wCdHYRd
1VkpNHAg+1KlFf8Xp37TAzQ=
=xmKa
-----END PGP SIGNATURE-----
--- End Message ---