oxidized
oxidized copied to clipboard
Sections get mixed up in output sometimes
I have a strange bug that occurs only on one of our Nokia SR devices. Sometimes (once or twice a day) the section comment for show debug
replaces a line of the output from file type bootlog.txt
and the CLI command for show debug
is added.
See this Diff:
@@ -146,7 +146,7 @@
# >>>Testing SDRAM from 0x0000000002200000 to 0x0000000080000000
# >>>Testing SDRAM from 0xffffffffe0000000 to 0xfffffffffe000000
# >>>Testing SDRAM from 0x0000000080000000 to 0x00000001e4000000
-# >>>Testing Compact Flash 1... OK (XXX-ALU)
+# # COMMAND: show debug
# >>>Testing Compact Flash 3... OK (YYY-ALU)
# Board Serial Number is 'NS1234'
# Chassis Serial Number is 'NS5678'
@@ -248,7 +248,7 @@
# MAJOR: CLI #1008 The SNMP daemon is disabled. To enable SNMP, execute the command 'config>system>snmp no shutdown'.
# Login:
# ===============================================================================
-# # COMMAND: show debug
+# A:swbb01-xxx# show debug
# debug
# exit
# # COMMAND: file type config.dbg
What could I do to stop this from happening?