Comment 4 for bug 399543

Revision history for this message
bobya (bobya) wrote :

I also had this problem , what i did to solve it is that I edited the /etc/init.d/bluetooth startup script and just commented the stop line and added "exit 0".
After this change the installation process had passed.
I checked the new startup script and there was another solution made by the package team "pkill -TERM bluetoothd || true" this should always return true :)