This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| root@frr7-test:/var/log/frr# !journalctl | |
| journalctl -xeu networking.service --no-pager | |
| -- Logs begin at Mon 2019-05-06 17:19:18 UTC, end at Mon 2019-05-06 17:22:53 UTC. -- | |
| May 06 17:19:18 frr7-test systemd[1]: Starting ifupdown2 networking initialization... | |
| -- Subject: Unit networking.service has begun start-up | |
| -- Defined-By: systemd | |
| -- Support: https://www.debian.org/support | |
| -- | |
| -- Unit networking.service has begun starting up. | |
| May 06 17:19:18 frr7-test networking[559]: networking: Configuring network interfaces |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| root@frr7-test:/var/log/frr# cat zebra_debug.log | |
| 2019/05/06 17:19:19 ZEBRA: Registration for extended cmd ACK failed : 92 Protocol not available | |
| 2019/05/06 17:19:19 ZEBRA: Registration for extended dp ACK failed : 92 Protocol not available | |
| 2019/05/06 17:19:19 ZEBRA: Setting netlink socket receive buffer size: 212992 -> 180000000 | |
| 2019/05/06 17:19:19 ZEBRA: [EC 4043309105] Disabling MPLS support (no kernel support) | |
| 2019/05/06 17:19:19 ZEBRA: Initializing internal label manager | |
| 2019/05/06 17:19:19 ZEBRA: zebra 7.0 starting: vty@2601 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2019/05/06 17:19:19 ZEBRA: netlink_parse_info: netlink-listen (NS 0) type RTM_NEWADDR(20), len=76, seq=1557163160, pid=607 | |
| 2019/05/06 17:19:19 ZEBRA: netlink_interface_addr RTM_NEWADDR lo flags 0x80: | |
| 2019/05/06 17:19:19 ZEBRA: IFA_LOCAL 10.66.66.10/32 | |
| 2019/05/06 17:19:19 ZEBRA: IFA_ADDRESS 10.66.66.10/32 | |
| 2019/05/06 17:19:19 ZEBRA: IFA_CACHEINFO pref -1, valid -1 | |
| 2019/05/06 17:19:19 ZEBRA: MESSAGE: ZEBRA_INTERFACE_ADDRESS_ADD 10.66.66.10/32 on lo(0) | |
| 2019/05/06 17:19:19 ZEBRA: rib_update : AFI_IP event 0 | |
| 2019/05/06 17:19:19 ZEBRA: rib_update : AFI_IP6 event 0 | |
| 2019/05/06 17:19:19 ZEBRA: netlink_parse_info: netlink-listen (NS 0) type RTM_NEWROUTE(24), len=60, seq=0, pid=0 | |
| 2019/05/06 17:19:19 ZEBRA: RTM_NEWROUTE ipv4 proto kernel NS 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| /usr/bin/kvm\ | |
| -id 5007\ | |
| -name cm2\ | |
| -chardev socket,id=qmp,path=/var/run/qemu-server/5007.qmp,server,nowait\ | |
| -mon chardev=qmp,mode=control\ | |
| -chardev socket,id=qmp-event,path=/var/run/qmeventd.sock,reconnect=5\ | |
| -mon chardev=qmp-event,mode=control\ | |
| -pidfile /var/run/qemu-server/5007.pid\ |
NewerOlder