Hi guys!
I have got a little quest - in a few words I have two SBC with ConfD installed on.
------ dev1 -----
[morik@DEV1 ~/sshfs/dataplane-sdk-usage-example]$ confd --version
7.3
[morik@DEV1 ~/sshfs/dataplane-sdk-usage-example]$ cat /etc/*lease
PRETTY_NAME=“Debian GNU/Linux bullseye/sid”
NAME=“Debian GNU/Linux”
ID=debian
HOME_URL=“https://www.debian.org/”
SUPPORT_URL=“https://www.debian.org/support”
BUG_REPORT_URL=“https://bugs.debian.org/”
------ dev2 -----
[morik@DEV2 ~/sshfs/dataplane-sdk-usage-example]$ confd --version
7.3
[morik@DEV2 ~/sshfs/dataplane-sdk-usage-example]$ cat /etc/*lease
PRETTY_NAME=“Debian GNU/Linux bullseye/sid”
NAME=“Debian GNU/Linux”
ID=debian
HOME_URL=“https://www.debian.org/”
SUPPORT_URL=“https://www.debian.org/support”
BUG_REPORT_URL=“https://bugs.debian.org/”
----- question -----
I have tried to restart ConfD on the dev2 there is all fine, but on the dev1 I got the next error: “Failed to load AAA: The loaded revision of module tailf-aaa is incompatible with module ietf-netconf-acm”
but the configuration of ConfD on dev1 and dev2 is the same
could you please shed lite on this
Also I have tried:
- fully remove confd from dev1 and install again
- copy configuration (/etc/confd/, /var/confd/) from dev2 on dev1
but unfortunately, it did not help me, a few screenshots attached,
please let me know if you need additional information
Regards,