Your message dated Mon, 18 Feb 2008 19:47:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#459473: fixed in dbus 1.1.4-1
has caused the Debian Bug report #459473,
regarding dbus: Slightly wrong LSB header in init.d script
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.)


-- 
459473: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=459473
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package:  dbus
Version:  0.50-2
Tags:     patch
User:     [EMAIL PROTECTED]
Usertags: incorrect-dependency

When testing dependency based boot sequencing, I discovered what I
believe is a bug in the init.d/dbus script.  It need a mounted /usr/,
but do not depend on $remote_fs which is the dependency required for
scripts needing /usr/.  It only depend on $local_fs, which do not give
this guarantee Also, it list S as one of the stop runlevels, but no
script should ever stop in the boot "runlevel".

This patch should solve the issue.

diff -ur dbus-1.1.2.orig/debian/dbus.init dbus-1.1.2/debian/dbus.init
--- dbus-1.1.2.orig/debian/dbus.init    2008-01-06 20:20:21.000000000 +0100
+++ dbus-1.1.2/debian/dbus.init 2008-01-06 20:22:00.000000000 +0100
@@ -1,10 +1,10 @@
 #! /bin/sh
 ### BEGIN INIT INFO
 # Provides:          dbus
-# Required-Start:    $local_fs $syslog
-# Required-Stop:     $local_fs $syslog
+# Required-Start:    $remote_fs $syslog
+# Required-Stop:     $remote_fs $syslog
 # Default-Start:     2 3 4 5
-# Default-Stop:      S 0 1 6
+# Default-Stop:      0 1 6
 # Short-Description: D-Bus systemwide message bus
 # Description:       D-Bus is a simple interprocess messaging system, used
 #                    for sending messages between applications.

As the stop script do not seem to do anything except killing the
daemon, that task might be better left to the sendsigs script in
runlevel 0 and 6.  If this is indeed the case, I recommend removing 0
and 6 from the Default-Stop list.

Happy hacking,
--
Petter Reinholdtsen



--- End Message ---
--- Begin Message ---
Source: dbus
Source-Version: 1.1.4-1

We believe that the bug you reported is fixed in the latest version of
dbus, which is due to be installed in the Debian FTP archive:

dbus-1-doc_1.1.4-1_all.deb
  to pool/main/d/dbus/dbus-1-doc_1.1.4-1_all.deb
dbus-x11_1.1.4-1_i386.deb
  to pool/main/d/dbus/dbus-x11_1.1.4-1_i386.deb
dbus_1.1.4-1.diff.gz
  to pool/main/d/dbus/dbus_1.1.4-1.diff.gz
dbus_1.1.4-1.dsc
  to pool/main/d/dbus/dbus_1.1.4-1.dsc
dbus_1.1.4-1_i386.deb
  to pool/main/d/dbus/dbus_1.1.4-1_i386.deb
dbus_1.1.4.orig.tar.gz
  to pool/main/d/dbus/dbus_1.1.4.orig.tar.gz
libdbus-1-3_1.1.4-1_i386.deb
  to pool/main/d/dbus/libdbus-1-3_1.1.4-1_i386.deb
libdbus-1-dev_1.1.4-1_i386.deb
  to pool/main/d/dbus/libdbus-1-dev_1.1.4-1_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.
Michael Biebl <[EMAIL PROTECTED]> (supplier of updated dbus 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: Tue, 04 Dec 2007 21:31:12 +0100
Source: dbus
Binary: dbus dbus-x11 libdbus-1-3 dbus-1-doc libdbus-1-dev
Architecture: source all i386
Version: 1.1.4-1
Distribution: unstable
Urgency: low
Maintainer: Utopia Maintenance Team <[EMAIL PROTECTED]>
Changed-By: Michael Biebl <[EMAIL PROTECTED]>
Description: 
 dbus       - simple interprocess messaging system
 dbus-1-doc - simple interprocess messaging system (documentation)
 dbus-x11   - simple interprocess messaging system (X11 deps)
 libdbus-1-3 - simple interprocess messaging system
 libdbus-1-dev - simple interprocess messaging system (development headers)
Closes: 454142 458392 459473 462182
Changes: 
 dbus (1.1.4-1) unstable; urgency=low
 .
   [ Loic Minier ]
   * Merge patch from Ubuntu to build a devhelp file; thanks Martin Pitt;
     closes: #454142.
     - Build-dep on xsltproc.
     - New patch, dbus-1.0.1-generate-xml-docs, enables generation of XML docs
       which serve as source for the devhelp generation.
     - Add a XSLT file from the Fedora package, debian/doxygen_to_devhelp.xsl.
     - Generate the devhelp file from the XML files thanks to the XSL file via
       xsltproc in build/dbus-1-doc::.
     - Install the devhelp index in dbus-1-doc and move the HTML documentation
       around; add a symlink from the gtk-doc dir.
   * Misc smallish whitespace cleanups.
   * Start dbus at runlevel priority 12 and stop at priority 88.  This
     eliminates the race condition of starting the X session before hal is
     running.  Migrate rc?.d symlinks from 20 to 12/88 on upgrades.  This need
     to be kept until after lenny is released.
   * Set LSB Default-Stop section to 1 and only install a shutdown script for
     runlevel 1 to only stop dbus when going down to single user mode; dbus can
     simply be killed like everything else on shutdown or reboot by sendsigs;
     drop rc0 and rc6.d symlinks on upgrades.
   * Bump up dbus-x11 conflicts/replaces to << 1.1.2 to match the transition
     version in Ubuntu and reduce the delta.
   * Cleanup trailing whitespace.
   * Drop superfluous exit 0 at the end of dbus' init script which is set -e.
   * Add ${shlibs:Depends} to libdbus-1-dev.
   * Simplify dbus.postinst.
   * Rename patch dbus-1.0.1-generate-xml-docs to
     10_dbus-1.0.1-generate-xml-docs to reflect current patch stack order.
   * Set shlibs via DEB_DH_MAKESHLIBS_ARGS_ALL instead of libdbus-1-3.shlibs
     and extract libdbus-1-3 package name from control to avoid hardcoding the
     SONAME and package name.
 .
   [ Michael Biebl ]
   * New upstream release.
   * Deprecate the ENABLED option and remove it from /etc/default/dbus. Print a
     warning message in the init script if this option is still used.
   * debian/patches/03_uuid_nul.patch
     - Removed, merged upstream.
   * debian/patches/04_dbus_launch.patch
     - Removed, merged upstream.
   * debian/control
     - Bump Standards-Version to 3.7.3. No further changes required.
   * debian/dbus.init
     - Fix LSB init header. Use $remote_fs instead of $local_fs as the
       daemon requires /usr to be mounted.
       Remove S from Should-Stop. (Closes: #459473)
     - Use mountpoint to check if /proc is mounted. (Closes: #458392)
     - Decrease retry-time to 5 secs on stop. (Closes: #462182)
Files: 
 3818ed5ae671c382be367a3af919f742 1160 devel optional dbus_1.1.4-1.dsc
 e08fdf702cae648acd9780eca0ce4df6 1400585 devel optional dbus_1.1.4.orig.tar.gz
 cf24cb709c574efaeb9a271a6bb7590b 23814 devel optional dbus_1.1.4-1.diff.gz
 78faa367e0f28b1f8348c69393374267 1818426 doc optional 
dbus-1-doc_1.1.4-1_all.deb
 134b94caac5232a0a1863663159e6797 320546 devel optional dbus_1.1.4-1_i386.deb
 264e3bbc65bbd90a5fe6055740c80501 59884 x11 optional dbus-x11_1.1.4-1_i386.deb
 ba99bc666acb1101d768dbdf213f0d40 141228 libs optional 
libdbus-1-3_1.1.4-1_i386.deb
 2caf7a09d1946cb99880bdbe762d1293 210408 libdevel optional 
libdbus-1-dev_1.1.4-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHud2E4VUX8isJIMARAoKEAKCCPKxfzACi8RmvSoj5XiHkCohs1wCffvro
ThTwOues891n2siX5QvgNuo=
=K3EF
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to