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 -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/0173B620-6D50-4236-BFEA-61D4046B2BE0%40gmail.com. For more options, visit https://groups.google.com/d/optout.
