Weird logs on Debian 11 + OwaSys 547

With every update check there is these 4 log entries. These spam the log and waste the limited space on the device.

What is producing these entries? Is it part of the identity process?

System Log

Jun 30 16:08:39 HOSTNAME mender-update[1474823]: record_id=43229 severity=info time="2025-Jun-30 16:08:39.576912" name="Global" msg="No update available"
Jun 30 16:08:39 HOSTNAME mender-update[3244514]: cat: /sys/class/net/bonding_masters/address: Not a directory
Jun 30 16:08:39 HOSTNAME mender-update[3244515]: Device "bonding_masters" does not exist.
Jun 30 16:08:40 HOSTNAME mender-update[1474823]: record_id=43230 severity=info time="2025-Jun-30 16:08:40.862176" name="Global" msg="Inventory data submitted successfully"

Hi @stefan-novaziun,

Without more context, I’d guess that it is a side effect of this script: mender/support/mender-inventory-network at master · mendersoftware/mender · GitHub

Possibly the bonding_masters interface shows up but exhibits a different directory tree / file level API than expected from a standard interface. The proper way forward would probably be to extend the mender-inventory-network script accordingly (PRs accepted), alternatively you can try to just add a filter or such to silence it on your device.

Greetz,
Josef