Your message dated Sun, 20 Jul 2008 16:32:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#490851: fixed in bluez-utils 3.36-1
has caused the Debian Bug report #490851,
regarding bluez-utils: Incorrect startup/shutdown message: dund described as
pand
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.)
--
490851: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=490851
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: bluez-utils
Version: 3.30-3
Severity: minor
Tags: patch
Having enabled dund in the /etc/default/bluetooth file the startup log
message prints pand as the name of the daemon being started which is
slighly confusing, all the more so if pand is also enabled in which case
the log message suggests it is started twice whereas it is actually one
pand and one dund.
The corresponding thing also happens at shutdown.
This appears to be a typo or copy/paste error in /etc/init.d/bluetooth and
the attached patch should fix it.
Regards,
Steve.
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.25.7-ecrins
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages bluez-utils depends on:
ii dbus 1.2.1-2 simple interprocess messaging syst
ii libbluetooth2 3.35-1 Library to use the BlueZ Linux Blu
ii libc6 2.7-10 GNU C Library: Shared libraries
ii libdbus-1-3 1.2.1-2 simple interprocess messaging syst
ii libglib2.0-0 2.16.3-2 The GLib library of C routines
ii libusb-0.1-4 2:0.1.12-12 userspace USB programming library
ii lsb-base 3.2-12 Linux Standard Base 3.2 init scrip
ii makedev 2.3.1-88 creates device files in /dev
ii module-init-tools 3.4-1 tools for managing Linux kernel mo
ii udev 0.114-2 /dev/ and hotplug management daemo
Versions of packages bluez-utils recommends:
ii bluez-audio 3.30-3 Bluetooth audio support
-- no debconf information
--- etc/init.d/bluetooth.orig 2008-04-17 17:42:38.000000000 +0100
+++ etc/init.d/bluetooth 2008-07-14 19:22:54.000000000 +0100
@@ -127,7 +127,7 @@
{
if test "$DUND_ENABLED" != "0"; then
start-stop-daemon --start --quiet --exec $DUND_DAEMON --
$DUND_OPTIONS
- [ "$VERBOSE" != no ] && log_progress_msg "pand"
+ [ "$VERBOSE" != no ] && log_progress_msg "dund"
fi
if test "$PAND_ENABLED" != "0"; then
@@ -141,7 +141,7 @@
{
if test "$DUND_ENABLED" != "0"; then
start-stop-daemon --stop --quiet --exec $DUND_DAEMON || true
- [ "$VERBOSE" != no ] && log_progress_msg "pand"
+ [ "$VERBOSE" != no ] && log_progress_msg "dund"
fi
if test "$PAND_ENABLED" != "0"; then
start-stop-daemon --stop --quiet --exec $PAND_DAEMON || true
--- End Message ---
--- Begin Message ---
Source: bluez-utils
Source-Version: 3.36-1
We believe that the bug you reported is fixed in the latest version of
bluez-utils, which is due to be installed in the Debian FTP archive:
bluetooth_3.36-1_all.deb
to pool/main/b/bluez-utils/bluetooth_3.36-1_all.deb
bluez-audio_3.36-1_amd64.deb
to pool/main/b/bluez-utils/bluez-audio_3.36-1_amd64.deb
bluez-cups_3.36-1_amd64.deb
to pool/main/b/bluez-utils/bluez-cups_3.36-1_amd64.deb
bluez-pcmcia-support_3.36-1_amd64.deb
to pool/main/b/bluez-utils/bluez-pcmcia-support_3.36-1_amd64.deb
bluez-utils_3.36-1.diff.gz
to pool/main/b/bluez-utils/bluez-utils_3.36-1.diff.gz
bluez-utils_3.36-1.dsc
to pool/main/b/bluez-utils/bluez-utils_3.36-1.dsc
bluez-utils_3.36-1_amd64.deb
to pool/main/b/bluez-utils/bluez-utils_3.36-1_amd64.deb
bluez-utils_3.36.orig.tar.gz
to pool/main/b/bluez-utils/bluez-utils_3.36.orig.tar.gz
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.
Filippo Giunchedi <[EMAIL PROTECTED]> (supplier of updated bluez-utils 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: Sun, 20 Jul 2008 17:57:05 +0200
Source: bluez-utils
Binary: bluez-utils bluez-pcmcia-support bluez-cups bluez-audio bluetooth
Architecture: source all amd64
Version: 3.36-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Bluetooth Maintainers <[EMAIL PROTECTED]>
Changed-By: Filippo Giunchedi <[EMAIL PROTECTED]>
Description:
bluetooth - Bluetooth stack utilities
bluez-audio - Bluetooth audio support
bluez-cups - Bluetooth printer driver for CUPS
bluez-pcmcia-support - PCMCIA support files for BlueZ 2.0 Bluetooth tools
bluez-utils - Bluetooth tools and daemons
Closes: 489038 490851 490980
Changes:
bluez-utils (3.36-1) unstable; urgency=medium
.
* New upstream version
+ Use safe function versions for SDP client handling.
(since 3.34)
* Build-dep on libbluetooth >= 3.36
* Remove obsolete pcmcia-cs dep
* Remove old cruft:
- bluez-pan from /etc/default/bluetooth
- bluez-sdp from postinst
* Install *-api.txt
* Update S-V to 3.8.0, no changes needed
* Call hid2hci in init.d restart action (Closes: #490980)
* Fix startup/shutdown message for dund (Closes: #490851)
* Build dfutool (Closes: #489038)
* Fix lintian-catched errors:
- change cupsys dep to cups
- add #debhelper# to bluez-audio.preinst
* Rephrase README.Debian as suggested in #477335
Checksums-Sha1:
aa8f08202e48ac34e92b23a0df1af2a6918ca3cf 1627 bluez-utils_3.36-1.dsc
f53ba1d17829df2c5933fe062d7f8fb1ab8c8e60 953568 bluez-utils_3.36.orig.tar.gz
5c2573cc1c91bf410206afe98f47529169062061 21631 bluez-utils_3.36-1.diff.gz
36f74cba720775341d51b85dfed4c9f67be63d7b 22414 bluetooth_3.36-1_all.deb
2f44a18ad01077a349acd6ef8cda02b01ea06cc2 381400 bluez-utils_3.36-1_amd64.deb
866fff578691506663d210295cd07183115b5086 24046
bluez-pcmcia-support_3.36-1_amd64.deb
da77e53eb45357066d7e6c503f47c2ca0c6771e8 39924 bluez-cups_3.36-1_amd64.deb
8f038b4560893dd532bf561d6f7a4bd6e4fcfd55 137598 bluez-audio_3.36-1_amd64.deb
Checksums-Sha256:
b86920c82eb7e233f145438b0a31d46dbd7d06546019de4b7cf2bd6dc10ea231 1627
bluez-utils_3.36-1.dsc
d5781c9b6604c63720020169df4081c364f3f8e79df951db0421e89667fb891d 953568
bluez-utils_3.36.orig.tar.gz
9b7198ebd3a97ddacc9416e328e3a6a6bb7fb02c9e60a3898e4116a900540299 21631
bluez-utils_3.36-1.diff.gz
60e414205a8fe2a0f9a7f8fa4f06fd440de9d5845a943207aa75fcf4f2c4b3c4 22414
bluetooth_3.36-1_all.deb
9b650ad37a5510ba8448d39debc40d6784b1b5b43d24cfcd912367b96c491b3d 381400
bluez-utils_3.36-1_amd64.deb
0e68e575c12c3f5fe48c44ea1b3e4845e8402a51944c852520a0afcfd75aec01 24046
bluez-pcmcia-support_3.36-1_amd64.deb
4bcdbc4fd0355397aaad8c9a66d95a7a4d9bc96593e3e3332cd202660fa00dfe 39924
bluez-cups_3.36-1_amd64.deb
f9e1601c0644cfc12fd4bfd85036346fd3cfd6559b191c3c6c7881f5a4b06ca1 137598
bluez-audio_3.36-1_amd64.deb
Files:
a78b46ab31a23a54eeeafc3a7a8caab6 1627 admin optional bluez-utils_3.36-1.dsc
4fc292b635ba7b442c7aaf5680199012 953568 admin optional
bluez-utils_3.36.orig.tar.gz
d987a2f11785bd5d22a8d840e0741291 21631 admin optional
bluez-utils_3.36-1.diff.gz
9b85b7f167b042a678b8d011825a45d9 22414 admin optional bluetooth_3.36-1_all.deb
e2601cc4aeff6aeccd46a075672e3fea 381400 admin optional
bluez-utils_3.36-1_amd64.deb
57b51986cb8bbe185adc1db175be38a4 24046 admin extra
bluez-pcmcia-support_3.36-1_amd64.deb
3a2eaf803ab7a543c6b54c09d3dc07ab 39924 admin optional
bluez-cups_3.36-1_amd64.deb
23820213444d0d4354ac0723ecb34a82 137598 admin optional
bluez-audio_3.36-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkiDZiwACgkQABzeamt51AH9GgCfdhS5b52TKbDDYNs7aRGacuYx
XgEAnj1QX3nza9MzNAPQp8S5Y4wuKBdw
=7uF7
-----END PGP SIGNATURE-----
--- End Message ---