balena-os / meta-balena

A collection of Yocto layers used to build balenaOS images
https://www.balena.io/os
968 stars 115 forks source link

NetworkManager not accessible with DBUS from Docker Application since 5.2.0 #3427

Closed autonoma-official closed 2 weeks ago

autonoma-official commented 4 months ago

Since the update from NetworkManager in 5.2.0 it is not possible to connect to nm over dbus anymore. We have python application in a docker container. This application change network settings over dbus. Worked perfectly until new networkmanager is used in 5.2.0

Testet with 5.2.0

autonoma-official commented 3 months ago

DBUS API for NetworkManager still broken with 5.3.7

autonoma-official commented 2 weeks ago

the reason was, that the newest sdbus libary in python was not compatible with our software anymore.

the newest networkmanager is sending more information to dbus as before. this new keys leads to issues with the old library.