Package: bluez-utils
Version: 3.36-3

Under /var/log/daemon.log I found messages like this:

Nov 8 20:58:32 desktop hcid[3902]: Parsing /etc/bluetooth/main.conf failed: No such file or directory

which occur on /etc/init.d/bluetooth start/restart.

According to http://www.bluez.org/bluez-40/:

With this new major version a lot of things have been changed:
 * The main configuration file is /etc/bluetooth/main.conf and follows 
INI-style syntax

Search about main.conf in man/docs have no result:

$ dpkg -L bluez-utils | while read file; do \
    case $file in \
       *.gz) gzip -c $file | grep main.conf; ;; \
       *) grep main.conf $file; ;;
    esac; \
  done
Binary file /usr/sbin/hcid match

I think this message must go away until in docs we have no description for /etc/bluetooth/main.conf with new version of bluez-utils

--

Best regards!



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to