The ofono job on the Ubuntu phone has the following start rule: start on started dbus and rild-ready
The rild-ready event will have been emitted as soon as 'initctl emit' is called, but the command won't return until all jobs depending on it have finished. If ofono has not started, the cause will be that the 'started dbus' event has not triggered, rather than that rild hasn't started correctly. dbus is 'start on filesystem'. The filesystem event happens late in boot and requires all the filesystems to have been successfully mounted. So something is probably blocking one or more filesystem mounts from completing. Additional information to gather when this problem occurs: ps awx|grep mountall initctl list status dbus If this problem is consistently reproducible, modifying /etc/init/mountall.conf to run mountall with --verbose and capturing /var/log/upstart/mountall.log would also be helpful. ** Changed in: canonical-devices-system-image Status: Confirmed => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1480785 Title: ofono does not start after upgrade (initclt stalls when sending an event) To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1480785/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs