Closed anfedotov closed 8 months ago
Are you able to start the daemons without systemd? Like running first /usr/lib/frr/mgmtd
and see if you have any other issues?
Thanks for your answer. If start deamons without systemd, error messages will be not appear.
root@Hub1:~# /usr/lib/frr/mgmtd -d
root@Hub1:~# /usr/lib/frr/zebra -d
root@Hub1:~# /usr/lib/frr/bgpd -d
....
root@Hub1:~# pkill zebra
root@Hub1:~# pkill bgpd
root@Hub1:~# pkill mgmtd
But if start => stop watchfrr.sh (/usr/lib/frr/watchfrr.sh start usr/lib/frr/watchfrr.sh stop
), errors messages will appear int the journalctl.
Can you show show logging
? It would tell the logging level and explain why you see those logs. Syslog is disabled in your case, that's why you don't see error/warning/etc. messages until log syslog ...
is not enabled.
Description
When running
systemctl restart frr.service
and default configuration bgp, I get an error messages in syslog and journald.If string
log syslog informational
is deleted from default config, messages will be not appear. Help me please to understand why these error messages are appear.Version
How to reproduce
When running
systemctl restart frr.service
orsystemctl stop frr.service
and default configuration bgpExpected behavior
no error messages in during shutdown frr.service with default configuration bgp
Actual behavior
When running
systemctl restart frr.service
and default configuration bgp, I get an error messages in syslog and journald:Additional context
I have following versions and configs:
Checklist