I had a problem where using NFS would halt half way through the boot process. I managed to fix this by:
In /lib/systemd/system/connman.service, change the ExecStart line to this: ExecStart=/usr/sbin/connman -n -I eth0 // Prevent connman from managing eth0 Not sure if this is the problem you are having, but this worked for me. If this works for you, you may have an issue with DNS and that needs another fix because connman is no longer managing eth0. Regards, John > On Aug 25, 2016, at 2:44 AM, Tallak Tveide <[email protected]> wrote: > > I ran into this as well... > > -- > For more options, visit http://beagleboard.org/discuss > <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] > <mailto:[email protected]>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/beagleboard/8a00f623-1eb8-4f37-8eb8-606f05edeb9b%40googlegroups.com > > <https://groups.google.com/d/msgid/beagleboard/8a00f623-1eb8-4f37-8eb8-606f05edeb9b%40googlegroups.com?utm_medium=email&utm_source=footer>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- 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/44A2D0AE-C279-4944-8116-3F8D73E6725F%40gmail.com. For more options, visit https://groups.google.com/d/optout.
