Created
May 7, 2019 13:11
-
-
Save thehonker/6c3d948fa581ffa6a9f9d63786b2e8f7 to your computer and use it in GitHub Desktop.
Working boot, classic ifupdown "VERBOSE=yes" logging
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 --no-pager -xeu networking.service > networking.service.debuglog | |
| root@frr7-test:/var/log/frr# cat networking.service.debuglog | |
| -- Logs begin at Tue 2019-05-07 13:02:59 UTC, end at Tue 2019-05-07 13:03:23 UTC. -- | |
| May 07 13:02:59 frr7-test systemd[1]: Starting Raise network interfaces... | |
| -- 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 07 13:02:59 frr7-test ifup[581]: /bin/run-parts --exit-on-error --verbose /etc/network/if-pre-up.d | |
| May 07 13:02:59 frr7-test ifup[581]: ifup: configuring interface lo=lo (inet) | |
| May 07 13:02:59 frr7-test ifup[581]: /bin/run-parts --exit-on-error --verbose /etc/network/if-pre-up.d | |
| May 07 13:02:59 frr7-test ifup[581]: /bin/ip link set dev lo up | |
| May 07 13:02:59 frr7-test ifup[581]: /bin/run-parts --exit-on-error --verbose /etc/network/if-up.d | |
| May 07 13:02:59 frr7-test ifup[581]: run-parts: executing /etc/network/if-up.d/openssh-server | |
| May 07 13:02:59 frr7-test ifup[581]: run-parts: executing /etc/network/if-up.d/upstart | |
| May 07 13:02:59 frr7-test ifup[581]: ifup: configuring interface lo:1=lo:1 (inet) | |
| May 07 13:02:59 frr7-test ifup[581]: /bin/run-parts --exit-on-error --verbose /etc/network/if-pre-up.d | |
| May 07 13:02:59 frr7-test ifup[581]: /bin/ip addr add 10.66.66.10/255.255.255.255 broadcast 10.66.66.10 dev lo:1 label lo:1 | |
| May 07 13:02:59 frr7-test ifup[581]: /bin/ip link set dev lo:1 up | |
| May 07 13:02:59 frr7-test ifup[581]: /bin/run-parts --exit-on-error --verbose /etc/network/if-up.d | |
| May 07 13:02:59 frr7-test ifup[581]: run-parts: executing /etc/network/if-up.d/openssh-server | |
| May 07 13:02:59 frr7-test ifup[581]: run-parts: executing /etc/network/if-up.d/upstart | |
| May 07 13:02:59 frr7-test ifup[581]: /bin/run-parts --exit-on-error --verbose /etc/network/if-up.d | |
| May 07 13:02:59 frr7-test ifup[581]: run-parts: executing /etc/network/if-up.d/openssh-server | |
| May 07 13:02:59 frr7-test ifup[581]: run-parts: executing /etc/network/if-up.d/upstart | |
| May 07 13:02:59 frr7-test systemd[1]: Started Raise network interfaces. | |
| -- Subject: Unit networking.service has finished start-up | |
| -- Defined-By: systemd | |
| -- Support: https://www.debian.org/support | |
| -- | |
| -- Unit networking.service has finished starting up. | |
| -- | |
| -- The start-up result is done. | |
| root@frr7-test:/var/log/frr# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment