Hello OSMC folks.
Immediately with the December update, the following observed on my Raspberry Pi 3:
Wifi (wlan0) won’t connect automatically anymore, requiring manual intervention on every reboot.
nmbd and smbd fail to start (" reinit_after_fork() failed, error code 2") which in turn does not allow samba to run.
Torrenter add-on cannot work anymore: search runs OK, but looks like it cannot parse torrent file content anymore, so no file listing displayed.
. https://paste.osmc.tv/rocadewuvi
P.S. Update rollback feature would be really appreciated… Thank you guys anyway for the outstanding system!
You’ll have to ask the developer regarding point (3).
As things stand, on your system you are successfully connecting to wired (eth0), so connman will not try to connect to wlan0 automatically. (The file /etc/connman.conf contains the line PreferredTechnologies=ethernet,wifi to prefer ethernet over wifi.) There is a description of how it works at https://01.org/connman/documentation.
You can still try a few things:
In connmanctl make sure that autoconnect is true for the wifi interface. (Type help in connmanctl for more information.)
If that doesn’t work, a simple shell script running the connmanctl connect wifi_xxxxxx_managed_psk command might also work.
Wow. Thank you @dillthedog looks like exactly that issue. Never thought good old /etc/network/interfaces to be replaced with this strange stuff. Still not clear why did it work before, anyway:
located a more detailed reference and added to the /etc/connman.conf:
AlwaysConnectedTechnologies=ethernet,wifi #AlwaysConnectedTechnologies = -------------> List of technologies with AutoConnect = true which are always connected regardless of PreferredTechnologies setting