Running "nmcli d" spits out lots of messages like the following:
,----
| (process:13414): libnm-glib-WARNING **: Error in get_property: Method "Get" with signature "ss" on interface "org.freedesktop.DBus.Properties" doesn't exist
`----
Everytime my Puppet agent is run (by an hourly cronjob in my case), it
runs the Facter data gathering program, which tries to get the network
configuration, which runs "nmcli d". Which prints warnings on STDERR,
so they end up being mailed to me. So I get this message every hour in
my email.
The message looks like something that needs to be ported to a new API,
but I'm no expert.
Thanks,
Roland.