Your message dated Wed, 20 Aug 2014 21:04:27 +0000
with message-id <[email protected]>
and subject line Bug#754830: fixed in bluez 5.21-3
has caused the Debian Bug report #754830,
regarding bluez: rfcomm and bluetoothd fail to start
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.)


-- 
754830: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=754830
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: bluez
Version: 5.21-1
Severity: grave

/etc/init.d/bluetooth fails to start.
First:

        Starting bluetooth: bluetoothd rfcomm/usr/bin/rfcomm: invalid option -- 
'f'

After editing the file and removing that option, next thing coms up:

        Starting bluetooth: bluetoothd rfcommMissing dev parameter

Still, everything is reported with an [ ok ] message, which is confusing
at best.

I identified two other bug reports pointing in the same direction:

        712386  [bluez] invalid option passed to rfcomm tool
        737502  bluez: conffiles not removed

reported already on some experimental version.

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.14-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages bluez depends on:
ii  dbus                 1.8.6-1
ii  init-system-helpers  1.19
ii  kmod                 18-1
ii  libc6                2.19-7
ii  libdbus-1-3          1.8.6-1
ii  libglib2.0-0         2.40.0-3
ii  libreadline6         6.3-6
ii  libudev1             204-14
ii  lsb-base             4.1+Debian13
ii  udev                 204-14

bluez recommends no packages.

bluez suggests no packages.

-- Configuration Files:
/etc/init.d/bluetooth [Errno 2] No such file or directory: 
'/etc/init.d/bluetooth'

Yes.  The attempt to make it work:

--- /etc/init.d/bluetooth.orig  2014-06-27 21:50:43.000000000 +0200
+++ /etc/init.d/bluetooth.mine  2014-07-14 18:39:02.721719759 +0200
@@ -103,14 +103,17 @@

 start_rfcomm()
 {
-       if [ -x $RFCOMM ] && [ -f $RFCOMM_CONF ] ; then
+#      if [ -x $RFCOMM ] && [ -f $RFCOMM_CONF ] ; then
+       if [ -x $RFCOMM ] ; then
                # rfcomm must always succeed for now: users
                # may not yet have an rfcomm-enabled kernel
                 if [ "$VERBOSE" != no ]; then
                       log_progress_msg "${RFCOMM##*/}"
-                      $RFCOMM -f $RFCOMM_CONF bind all || :
+#                     $RFCOMM -f $RFCOMM_CONF bind all || :
+                      $RFCOMM bind all || :
                 else
-                      $RFCOMM -f $RFCOMM_CONF bind all >/dev/null 2>&1 || :
+#                     $RFCOMM -f $RFCOMM_CONF bind all >/dev/null 2>&1 || :
+                      $RFCOMM bind all >/dev/null 2>&1 || :
                 fi
        fi
 }
@@ -129,14 +132,17 @@

 restart_rfcomm()
 {
-       if [ -x $RFCOMM ] && [ -f $RFCOMM_CONF ] ; then
+#      if [ -x $RFCOMM ] && [ -f $RFCOMM_CONF ] ; then
+       if [ -x $RFCOMM ] ; then
                if [ "$VERBOSE" != no ]; then
                       log_progress_msg  "${RFCOMM##*/}"
                       $RFCOMM unbind all || :
-                      $RFCOMM -f $RFCOMM_CONF bind all || :
+#                     $RFCOMM -f $RFCOMM_CONF bind all || :
+                      $RFCOMM bind all || :
                else
                       $RFCOMM unbind all >/dev/null 2>&1|| :
-                      $RFCOMM -f $RFCOMM_CONF bind all >/dev/null 2>&1 || :
+#                     $RFCOMM -f $RFCOMM_CONF bind all >/dev/null 2>&1 || :
+                      $RFCOMM bind all >/dev/null 2>&1 || :
                fi
        fi
 }

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: bluez
Source-Version: 5.21-3

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

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.
Nobuhiro Iwamatsu <[email protected]> (supplier of updated bluez 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: SHA256

Format: 1.8
Date: Sat, 09 Aug 2014 03:48:22 +0900
Source: bluez
Binary: libbluetooth3 libbluetooth3-dbg libbluetooth-dev bluetooth bluez 
bluez-dbg bluez-cups bluez-obexd bluez-hcidump bluez-test-scripts
Architecture: source amd64 all
Version: 5.21-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Bluetooth Maintainers 
<[email protected]>
Changed-By: Nobuhiro Iwamatsu <[email protected]>
Description:
 bluetooth  - Bluetooth support
 bluez      - Bluetooth tools and daemons
 bluez-cups - Bluetooth printer driver for CUPS
 bluez-dbg  - Bluetooth tools and daemons (with debugging symbols)
 bluez-hcidump - Analyses Bluetooth HCI packets
 bluez-obexd - bluez obex daemon
 bluez-test-scripts - BlueZ test scripts
 libbluetooth-dev - Development files for using the BlueZ Linux Bluetooth 
library
 libbluetooth3 - Library to use the BlueZ Linux Bluetooth stack
 libbluetooth3-dbg - Library to use the BlueZ Linux Bluetooth stack with 
debugging sym
Closes: 737502 754830 756890
Changes:
 bluez (5.21-3) unstable; urgency=medium
 .
   * Remove old conf files. (Closes: #737502, #756890)
   * Remove rfcomm support from init script. (Closes: #754830)
Checksums-Sha1:
 e21a0208c197d2e065b073407e78e95d6eb466f1 2673 bluez_5.21-3.dsc
 8571c97608bfc063e22b8cfca981f4eddc7e0d97 21796 bluez_5.21-3.debian.tar.xz
 85d9b1c66dc37e527a68f60eaf5c7037e5fac86f 84074 libbluetooth3_5.21-3_amd64.deb
 a3d42a3d86802b9cd03d2cabcb3025c2826f57f4 35940 
libbluetooth3-dbg_5.21-3_amd64.deb
 3e7da2070b04cf7ef0cd1a079262e7b7580a3d80 153210 
libbluetooth-dev_5.21-3_amd64.deb
 2f0667bb4610beb30ff00011536b1a8d45dfbaa7 36026 bluetooth_5.21-3_all.deb
 7e678a3aa08054f03259ed0d709d929033aac685 694744 bluez_5.21-3_amd64.deb
 e3c367fbd720ff567e5dfb12b5bbcb80e3e16122 3530540 bluez-dbg_5.21-3_amd64.deb
 c1b6cec4ecb748bb290849dadbd4ee331f76c3a5 83182 bluez-cups_5.21-3_amd64.deb
 b4f7aa9ba87b88ec0d44fefaf6127ba3c3ac6e74 183270 bluez-obexd_5.21-3_amd64.deb
 e95d883ec7de13964311247f9d9ac1733098d6fb 167692 bluez-hcidump_5.21-3_amd64.deb
 bbb814c5fa4afdef5b5c992d8861e436b9fb3da2 67644 
bluez-test-scripts_5.21-3_all.deb
Checksums-Sha256:
 a20da6b141f3648d5c296fc69e8ce0281c901378460d76bc061de22dfb9df76d 2673 
bluez_5.21-3.dsc
 bcc06e8aa48467efc00f8535456c0c4641b2beed14f519f656529d02539c0a2e 21796 
bluez_5.21-3.debian.tar.xz
 079ad62aec62c2fafc446d30b29ffc15151dc2f0081375035a31c19858d2a5d7 84074 
libbluetooth3_5.21-3_amd64.deb
 87a73ce5d437b3b68804db2bd81c6d7019f9a29d413142a472f7ec63eae0667d 35940 
libbluetooth3-dbg_5.21-3_amd64.deb
 5858cf5f1cf7bb2c1b21f4cee1379d739b322ccceb6b6e4fe4c1d24a27e7106b 153210 
libbluetooth-dev_5.21-3_amd64.deb
 32c37eac397638af4f196cc3a94fd7f2168e08c17337c13ccedfff8d909f0a84 36026 
bluetooth_5.21-3_all.deb
 d4f8298289121bf7c8f808f1800d3ab48a047d975621c06df45d995ec11e6229 694744 
bluez_5.21-3_amd64.deb
 34ae5379c0a053ed1b407ff94a2877669417eaedc45dba63316c48870808d401 3530540 
bluez-dbg_5.21-3_amd64.deb
 c1808d20694826deee19d6b3e49f08743285a068fad3ff011e8c1ac55d96a8f8 83182 
bluez-cups_5.21-3_amd64.deb
 7aef95c20c489991bc822390f7d31ed26533e4a553997baf6a3668bd92cd4d07 183270 
bluez-obexd_5.21-3_amd64.deb
 4063e864e8b4bdf677e5049de4b5c8d15c02f5e5f9753ee94685ce587735d00a 167692 
bluez-hcidump_5.21-3_amd64.deb
 e743bc31ccc2f9d43f7b4b400cbdcbb5c04fbeff6f729d670cc3fad962d0aad2 67644 
bluez-test-scripts_5.21-3_all.deb
Files:
 e345a995edd53cd972b3c1e92333df1c 84074 libs optional 
libbluetooth3_5.21-3_amd64.deb
 345a6a4cba43ef00d90b44e307f27b2a 35940 debug extra 
libbluetooth3-dbg_5.21-3_amd64.deb
 f055ab5c95db535ba3ccaf86f5c2cb45 153210 libdevel extra 
libbluetooth-dev_5.21-3_amd64.deb
 7d321949121ba541083f3e9c4f02bf68 36026 admin optional bluetooth_5.21-3_all.deb
 1a79b117edaf898a624b03a7f271d8b5 694744 admin optional bluez_5.21-3_amd64.deb
 4d0b9263f20f94b44d70bad37df9f412 3530540 debug extra bluez-dbg_5.21-3_amd64.deb
 7000875d5d8f2298f079373bfe672c55 83182 admin optional 
bluez-cups_5.21-3_amd64.deb
 77368b302516c65945f7c6b11050cc17 183270 admin optional 
bluez-obexd_5.21-3_amd64.deb
 fc6d228bec1ed8f3d4c66b4924711887 167692 admin optional 
bluez-hcidump_5.21-3_amd64.deb
 d289159503643fa9034030003044d437 67644 admin optional 
bluez-test-scripts_5.21-3_all.deb
 4c244c85fafd5519b6d80b663458eb19 2673 admin optional bluez_5.21-3.dsc
 a5469cd0157d16b7aba3d5a4c0d40663 21796 admin optional 
bluez_5.21-3.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJT9Lz3AAoJEDIkf7tArR+moO8QAI/4iuWacQsimgf5KMSdtL5o
YP/9WreimM44zM6b/6OBs0r4J6z9Ofz35ik4cLaIw1YTXbkhsruTMBFZwhdYZ9tH
XvyfNejuTw+oM8ycMA40U9PwM+nMUKfl/j90V555l9LAp2WzYx6N7hkheydSS4tV
iKzl6mUPe+93dmnz2z9VehnZw0LuwoZlr+XgyxKXhYjEEe3FsZH4TzSp7n+6sfPl
wIQS2q/d8jkB9CVuNVZQzh+8yrnksbLdorbJFVZRWz8XIlUV13L7zGUkbAXqm3r/
VMYV9jXJgSRI1Bmyp5YosXl8VcS6RQOHl6GVpoTMVGxwr5LhdL5JR4BviYQLhM+E
I0PqlCTnpoNVZ7jK4D65iuSdnDZMfX8oKBOp2Z0ZP4ozXVpc80FolzdeocZjgzI6
r7Kycri+mS+JjXnWK8KSF67J4vqf71nkWPGF4Zo7+baCuxWoN7qyzl89fu0RQTcX
eGS2wxJHnzNgOKnYoNV5scjrlNXDqzlQl4IbNueAZdeFlRc6ulFj/VFfegY3PLfG
0H5SIwPCq8YU02DJRGCCDRe3EkWL8dPv3MSiK7WTytQaE0M3JnsIlw8gigOfBpKr
oq/B8n/OSLW4vj/I2w05kkkAYPr107JJBYkL3W3nOhKcgRAr1phQC+7jbiXs3JlC
BGCKNTxFs2kzip7TXVas
=yH8+
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to