Tried changing /etc/init/ofono.override to include a job dependency in
there, but it failed because it seems upstart tried to start the job as
soon the android-container event was available.

Changed /etc/init/ofono.override to:
"""
start on (started dbus and
          android-container init.svc.ril-daemon=running and
          file FILE=/dev/socket)
"""

Then checking syslog, after a reboot:
Oct  4 00:18:55 ubuntu-phablet kernel: [    6.159072] init: ofono pre-start 
process (660) terminated with status 127

The issue is gone after I remove the android-container line.

I might be missing something as I'm not that familiar with the upstart
syntax.

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

Title:
  upstart-local-bridge not handling all events sent to it

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

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

Reply via email to