Hi,<br><br>After adding a lot of lines to our HP switch configurations, I&#39;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>.&nbsp;&nbsp;&nbsp; (revision 103454)<br>@@ -47,7 +47,7 @@<br>&nbsp;&nbsp;&nbsp;&nbsp; ip address dhcp-bootp <br>&nbsp;&nbsp;&nbsp;&nbsp; exit <br>&nbsp; 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>+ ip 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>.&nbsp;&nbsp;&nbsp; (revision 103525)<br>@@ -47,7 +47,7 @@<br>&nbsp;&nbsp;&nbsp;&nbsp; ip address dhcp-bootp <br>&nbsp;&nbsp;&nbsp;&nbsp; exit <br>&nbsp; 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>+ 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 (&quot;ip authorized-managers w.x.y.z <a href="http://255.255.248.0">255.255.248.0</a>&quot;), so it&#39;s not that the problem always appears at line N.&nbsp; I&#39;ve checked out an &quot;offending&quot; revision and verified that the control character is there.&nbsp; 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?&nbsp; I&#39;m using rancid 2.3.2a6 with expect <a href="http://5.42.1.">5.42.1.</a><br><br>Thanks.