<div dir="ltr">I patched the pm as heasley suggested and that seems to have worked, thank you!<div>Andreas, I could not find an arrancid, did you mean arancid (arancid - Alteon WebOS plugin for rancid)?<br clear="all"><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><p class="MsoNormal" style="color:rgb(34,34,34)"><b><span style="font-size:9pt;color:rgb(20,35,158)"><br></span></b></p><p class="MsoNormal" style=""><font color="#14239e"><span style="font-size:12px"><b>Steve</b></span></font></p><p class="MsoNormal" style="color:rgb(34,34,34)"><br></p></div></div></div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Jan 20, 2023 at 2:52 PM Andreas Ott <<a href="mailto:andreas@h169.naund.org">andreas@h169.naund.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br>
<br>
On Fri, Jan 20, 2023 at 02:16:21PM -1000, Steve O'Brien wrote:<br>
> I have just started to deploy Arista switches in my mostly Cisco network.<br>
> My first one that I added to Rancid is sending diffs every run:<br>
> <br>
> Index: configs/switch<br>
> ===================================================================<br>
> retrieving revision 1.8<br>
> diff -u -4 -r1.8 switch<br>
> @@ -65,9 +65,9 @@<br>
>   !Flash:        -rw-         568            Nov 2  2021  SsuRestore.log<br>
>   !Flash:        -rw-         568            Nov 2  2021<br>
> SsuRestoreLegacy.log<br>
>   !Flash:        drwx        4096           Sep 15  2021  aboot<br>
>   !Flash:        -rw-          18           Jan 10  2022  boot-config<br>
> - !Flash:        drwx        4096           Jan 19 16:01  debug<br>
> + !Flash:        drwx        4096           Jan 19 17:01  debug<br>
> <br>
> Any help would be greatly appreciated!<br>
<br>
Coincidentally I fixed this earlier this week on one of our rancid instances.<br>
<br>
In the file 'arrancid' look for the section '# This routine parses "dir flash:"'<br>
and add the following line(s)<br>
<br>
+       # Ignore debug subdirectory<br>
+       /drwx.*debug/ && next;<br>
<br>
before it invokes the function  <br>
        ProcessHistory("FLASH","","","!Flash: $_");<br>
<br>
<br>
Apparently newer EOS versions such as 4.27 are now frequently touching the debug <br>
directory in the filesystem.<br>
<br>
<br>
Cheers, andreas<br>
</blockquote></div>