Discussion:
[rancid] RANCID recording the "quit" command
John Cenile
2017-01-02 04:44:56 UTC
Permalink
Does anyone know how to stop RANCID from tricking itself into thinking a
change has been made?

For example, I get an email every so often (2-3 times a week) saying a
change has been discovered:


===================================================================
retrieving revision 1.68
diff -U 4 -r1.68 switch007
@@ -5,8 +5,9 @@
#
#
#
#
+ qu#
# Module devmgr configuration.
#
configure snmp sysName "switch007"
configure snmp sysLocation "Auckland_A"
@@ -15,8 +16,9 @@
configure slot 1 module X670-48x
configure sys-recovery-level slot 1 reset
configure slot 2 module X670-48x
configure sys-recovery-level slot 2 reset
+ i
#
# Module vlan configuration.
#
configure vlan default delete ports all
@@ -253,8 +255,9 @@
+ t
#
# Module bfd configuration.
#
# Module bgp configuration.



Notice how it's sending the command "quit" while the configuration is still
being outputted?
heasley
2017-01-03 18:36:35 UTC
Permalink
Post by John Cenile
Does anyone know how to stop RANCID from tricking itself into thinking a
change has been made?
For example, I get an email every so often (2-3 times a week) saying a
===================================================================
retrieving revision 1.68
diff -U 4 -r1.68 switch007
@@ -5,8 +5,9 @@
#
#
#
#
+ qu#
# Module devmgr configuration.
#
configure snmp sysName "switch007"
configure snmp sysLocation "Auckland_A"
@@ -15,8 +16,9 @@
configure slot 1 module X670-48x
configure sys-recovery-level slot 1 reset
configure slot 2 module X670-48x
configure sys-recovery-level slot 2 reset
+ i
#
# Module vlan configuration.
#
configure vlan default delete ports all
@@ -253,8 +255,9 @@
+ t
#
# Module bfd configuration.
#
# Module bgp configuration.
Notice how it's sending the command "quit" while the configuration is still
being outputted?
whats a problem with the login script; it is out of sync with the prompts.
Piegorsch, Weylin William
2017-01-02 21:44:28 UTC
Permalink
I had the same issue with Nexus 5010s running NX-OS v4, and with a circa ~2002 version of rancid. Never did find any root cause, but about a year ago we upgraded rancid and the underlying server (it was also circa 2002), that cleared the problem for us.
weylin

From: John Cenile <***@gmail.com>
Date: Sunday, January 1, 2017 at 23:44
To: <rancid-***@shrubbery.net>
Subject: [rancid] RANCID recording the "quit" command

Does anyone know how to stop RANCID from tricking itself into thinking a change has been made?

For example, I get an email every so often (2-3 times a week) saying a change has been discovered:

===================================================================
retrieving revision 1.68
diff -U 4 -r1.68 switch007
@@ -5,8 +5,9 @@
#
#
#
#
+ qu#
# Module devmgr configuration.
#
configure snmp sysName "switch007"
configure snmp sysLocation "Auckland_A"
@@ -15,8 +16,9 @@
configure slot 1 module X670-48x
configure sys-recovery-level slot 1 reset
configure slot 2 module X670-48x
configure sys-recovery-level slot 2 reset
+ i
#
# Module vlan configuration.
#
configure vlan default delete ports all
@@ -253,8 +255,9 @@
+ t
#
# Module bfd configuration.
#
# Module bgp configuration.


Notice how it's sending the command "quit" while the configuration is still being outputted?
Loading...