balena-os/meta-balena

NetworkManager not accessible with DBUS from Docker Application since 5.2.0

Closed this issue · 2 comments

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

DBUS API for NetworkManager still broken with 5.3.7

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.