BBB, Robotics Cape & Connman

Going back to a known-good image is always good. There have been many fixes and Robert has some images newer than on latest-images.

Can you post your .service file contents?

Hi Kurt,

Grab last night's build:

https://rcn-ee.net/rootfs/bb.org/testing/2016-12-27/iot/

There's still a few corner cases i'm debugging and tricky for users to
actually cause. (I also need to add a restart to the service file,
during first time bootup when the ssh key's take too long to
generate.)

Regards,

Jason,

I’ve flashed back to the 12/18 image multiple times, and keep getting the same problem with connman. I’ll try the latest image from yesterday that Robert suggested.

Here on the contents of my .service file:

[Unit]
Description=Connection service
DefaultDependencies=false
Conflicts=shutdown.target
RequiresMountsFor=/var/lib/connman
After=dbus.service network-pre.target systemd-sysusers.service
Before=network.target multi-user.target shutdown.target
Wants=network.target

[Service]

Type=dbus
BusName=net.connman
Restart=on-failure
ExecStart=/usr/sbin/connmand -n
StandardOutput=null
CapabilityBoundingSet=CAP_KILL CAP_NET_ADMIN CAP_NET_BIND_SERVICE CAP_NET_RAW C$

I believe in some circumstances I saw the above line preventing startup. I’m sure there is a good reason for it however. :slight_smile: