@centromere We have the same problem, is there already a solution?
I have to correct myself a little, the error is just similar. It seems that the frr is running though. We also see briefly how the bgp router is set up
42232 - Ss 0:18.86 /usr/local/sbin/watchfrr -d -r /usr/local/etc/rc.d/frrbBrestartbB%s -s /usr/local/etc/rc.d/frrbBstartbB%s -k /usr/local/etc/rc.d/frrbBstopbB%s -b bB -t 30 zebra mgmtd staticd bgpd
frr-reload.py /var/etc/frr/frr.conf --reload
[78701|mgmtd] sending configuration
[78923|zebra] sending configuration
[79902|bgpd] sending configuration
[81349|watchfrr] sending configuration
[81506|staticd] sending configuration
Waiting for children to finish applying config...
[78701|mgmtd] done
[79902|bgpd] done
[81349|watchfrr] done
[78923|zebra] done
[81506|staticd] done
[83692|mgmtd] sending configuration
[83752|zebra] sending configuration
[84958|bgpd] sending configuration
[86227|watchfrr] sending configuration
[86505|staticd] sending configuration
Waiting for children to finish applying config...
[84958|bgpd] done
[83692|mgmtd] done
[86505|staticd] done
[83752|zebra] done
[86227|watchfrr] done
cat /var/log/frr/frr-reload.log
2024-05-30 07:23:52,336 INFO: /var/run/frr/reload-5VBEZR.txt content
['router bgp 65000\n'
' address-family ipv4 unicast\n'
' neighbor 169.254.185.105 activate\n'
' exit\n'
'exit\n',
'router bgp 65000\n'
' address-family ipv4 unicast\n'
' neighbor 169.254.146.9 activate\n'
' exit\n'
'exit\n',
'line vty\nexit\n',
'router bgp 65000\n'
' address-family ipv4 unicast\n'
' neighbor 169.254.185.105 activate\n'
' exit\n'
'exit\n',
'router bgp 65000\n'
' address-family ipv4 unicast\n'
' neighbor 169.254.146.9 activate\n'
' exit\n'
'exit\n',
'line vty\nexit\n']