Hi,<br><br>After adding a lot of lines to our HP switch configurations, I'm now seeing rancid diffs like the one below one or two dozen times a day, on various switches:<br><br>-----------------------------------------------------------------------------------------<br>
<br>- -- configs/<a href="http://switch.example.com">switch.example.com</a>. (revision 103454)<br>@@ -47,7 +47,7 @@<br> ip address dhcp-bootp <br> exit <br> ip authorized-managers a.b.c.d <a href="http://255.0.0.0">255.0.0.0</a> <br>
- ip authorized-managers w.x.y.z <a href="http://255.255.248.0">255.255.248.0</a> <br>+ [24;1Hip authorized-managers w.x.y.z <a href="http://255.255.248.0">255.255.248.0</a> <br>[...]<br><br>-----------------------------------------------------------------------------------------<br>
<br>- -- configs/<a href="http://switchexample.com">switchexample.com</a>. (revision 103525)<br>@@ -47,7 +47,7 @@<br> ip address dhcp-bootp <br> exit <br> ip authorized-managers a.b.c.d <a href="http://255.0.0.0">255.0.0.0</a> <br>
- [24;1Hip authorized-managers w.x.y.z <a href="http://255.255.248.0">255.255.248.0</a> <br>+ ip authorized-managers w.x.y.z <a href="http://255.255.248.0">255.255.248.0</a> <br>[...]<br><br>-----------------------------------------------------------------------------------------<br>
<br>The various configs I see this for have slight variations in length, but the control character appears and disappears on the same line ("ip authorized-managers w.x.y.z <a href="http://255.255.248.0">255.255.248.0</a>"), so it's not that the problem always appears at line N. I've checked out an "offending" revision and verified that the control character is there. I ran hrancid by hand maybe 20 times, and the control character showed up twice.<br>
<br>Does anyone have any ideas why this might be happening? I'm using rancid 2.3.2a6 with expect <a href="http://5.42.1.">5.42.1.</a><br><br>Thanks.