John Syne
unread,Apr 22, 2016, 7:23:35 PM4/22/16Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to beagl...@googlegroups.com
Over the past couple of weeks, connman has been updated twice and in each instance it breaks my BBB over NFS.
Here is what happens:
In my /lib/systemd/system/connman.service, I have a line:
ExecStart=/usr/sbin/connman -n -I eth0 // Prevent connman from managing eth0
which the upgrade changes to:
ExecStart=/usr/sbin/connman -n
and that breaks my apt-get upgrade while updating connman because I see:
nfs: server 10.100.116.105 not responding, still trying
My only option is to cycle the BBB power and then issue the following command to complete the connman installation:
dpkg —configure -a
Now I am able to boot, but DNS won’t work (connman isn’t managing eth0)
To fix this, I have to delete
/usr/lib/tempfile.d/connman/resolv.conf
and then create a file
/var/run/connman/resolv.conf
which /etc/resolv.conf is linked to.
Is there a better way to deal with this issue?
Regards,
John