Dear Robert,

bb-wl18xx-wlan0.service causes issues if connman is not installed.  There
are two issues:

1. On line 183 of /usr/bin/bb-wl18xx-wlan0, it says

  connmanctl_bin=$(which connmanctl)

This should say

  connmanctl_bin=$(which connmanctl || true)

2. The .service file says "type=forking", which causes systemd to get in
a loop restarting the service if the script didn't fork.  I've worked
around it by changing the type to oneshot, but that's obviously not
workable in general.

I believe the proper solution is to split the script into two parts -- one
that sets up the firmware, and one that sets up the tether.  This would be
two services, one of type forking, one of type oneshot.

Thanks for your help,

-- Juliusz

-- 
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 beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/8737by6w5t.wl-jch%40irif.fr.
For more options, visit https://groups.google.com/d/optout.

Reply via email to