[Pkg-bluetooth-maintainers] Bug#555655: Parsing /etc/bluetooth/main.conf failed: No such file or directory.

Oleksandr Gavenko gavenkoa at gmail.com
Tue Nov 10 20:31:13 UTC 2009


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!





More information about the Pkg-bluetooth-maintainers mailing list