Your message dated Mon, 18 Feb 2008 19:47:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#458392: fixed in dbus 1.1.4-1
has caused the Debian Bug report #458392,
regarding dbus: fails to detect mounted /proc on GNU/kFreeBSD
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.)


-- 
458392: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=458392
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: dbus
Version: 1.1.2-1
Severity: important

Since version 1.1.2-1 dbus fails to start on GNU/kFreeBSD with the 
following message on GNU/kFreeBSD:
* Can't start system message bus - /proc is not mounted

The init script checks for /proc/filesystems which exists on GNU/Linux,
but not on other systems.

I suggest to check for a more common file like /proc/1/, /proc/mounts,
/proc/self or /proc/version.

FYI, here is the content of /proc on a GNU/kFreeBSD system:
0     12  17  21  26   3   4     434  439  484  9        meminfo  self
1     13  18  22  27   30  4041  435  441  5    cmdline  mounts   stat
10    14  19  23  28   31  4042  436  442  6    cpuinfo  mtab     uptime
11    15  2   24  280  32  4053  437  481  7    devices  net      version
1135  16  20  25  29   33  433   438  483  8    loadavg  scsi


-- System Information:
Debian Release: lenny/sid
Architecture: kfreebsd-i386 (i686)

Kernel: kFreeBSD 6.2-1-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages dbus depends on:
ii  adduser                       3.105      add and remove users and groups
ii  debianutils                   2.28.2     Miscellaneous utilities specific t
ii  libc0.1                       2.7-4      GNU C Library: Shared libraries
ii  libdbus-1-3                   1.1.2-1    simple interprocess messaging syst
ii  libexpat1                     1.95.8-4   XML parsing C library - runtime li
ii  lsb-base                      3.1-24     Linux Standard Base 3.1 init scrip

Versions of packages dbus recommends:
ii  dbus-x11                      1.1.2-1    simple interprocess messaging syst

-- no debconf information



--- 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