The problematic part is in the bluez postinst script:
# Automatically added by dh_installinit
if [ -x "/etc/init.d/bluetooth" ] || [ -e "/etc/init/bluetooth.conf" ]; then
        if [ ! -e "/etc/init/bluetooth.conf" ]; then
                update-rc.d bluetooth defaults >/dev/null
        fi
        invoke-rc.d bluetooth start || exit $?
fi


$ sudo invoke-rc.d bluetooth start ; echo "exit code: $?"
start: Job failed to start
invoke-rc.d: initscript bluetooth, action "start" failed.
exit code: 1

$ sudo /etc/init.d/bluetooth start ; echo "exit code: $?"
 * Starting bluetooth                                                           
                              [ OK ] 
exit code: 0

$ sudo start bluetooth ; echo "exit code: $?"
start: Job failed to start
exit code: 1


So the Upstart job has an issue. Unfortunately after adding 'console output' to 
the bluetooth Upstart job configuration the job started without issues. Once I 
encounter this issue again I will further troubleshoot...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1301962

Title:
  package update of bluez 4.98-2ubuntu7 (Precise) to 4.101-0ubuntu10
  (Trusty) fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1301962/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to