Comment 3 for bug 1234898

Revision history for this message
Ricardo Salveti (rsalveti) wrote :

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.