<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Looks like the ios.pm I have is patched with some of that already but some of the items it is looking for are not there. I just patched it manually to filter “log” for the files in disk0 as that is a folder where the log files are going and it is the directory that is triggering the config change match. Since before it was looking for *.txt and vlan*.dat, adding the log as an exclude in comparison resolved the issue. Below is the line changed both the original and how it looks after the change.<div class=""><br class=""></div><div class="">Original:<br class=""><div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(255, 255, 255); background-color: rgb(34, 79, 188);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">if (/(dhcp_[^. ]*\.txt|vlan\.dat|sflog|snooping)/ ||</span></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(255, 255, 255); background-color: rgb(34, 79, 188);" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><span class="Apple-tab-span" style="white-space:pre">          </span> /(smart-log\/agentlog|syslog)\s*$/) {</span></div><div class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><br class=""></span></div><div class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Patched:</span></div><div class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(255, 255, 255); background-color: rgb(34, 79, 188);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">if (/(dhcp_[^. ]*\.txt|vlan\.dat|log|sflog|snooping)/ ||</span></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(255, 255, 255); background-color: rgb(34, 79, 188);" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><span class="Apple-tab-span" style="white-space:pre">          </span> /(smart-log\/agentlog|syslog)\s*$/) {</span></div><div class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><br class=""></span></div><div class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Best,</span></div><div class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><br class=""></span></div><div class=""><span style="font-variant-ligatures: no-common-ligatures" class="">-Troy</span></div><div class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><br class=""></span></div></span></div><blockquote type="cite" class=""><div class="">On Feb 28, 2022, at 11:59 AM, heasley <<a href="mailto:heas@shrubbery.net" class="">heas@shrubbery.net</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">Mon, Feb 28, 2022 at 11:40:06AM -0800, Troy Beisigl:<br class=""><blockquote type="cite" class="">Hello everyone,<br class=""><br class="">I have been seeing this happen every time rancid runs on one ASA only. It is a Cisco FPR running ASA image 9.14(2)15. Has anyone ran into this and is there a patch?<br class=""><br class=""> !Flash: disk0: 805306526  drwx  4096         00:57:32 Nov 13 2021  .private<br class="">- !Flash: disk0: 228    drwx  4096         15:25:01 Feb 27 2022  log<br class="">+ !Flash: disk0: 228    drwx  4096         16:02:37 Feb 28 2022  log<br class=""> !Flash: disk0: 537568801  -rw-  35741420     04:59:48 Apr 16 2021  asdm.bin<br class=""><br class=""></blockquote><br class="">hi.  please try this patch<br class=""><a href="https://github.com/haussli/rancid/commit/3e7126770dcdcc417a23b3dd0024977183abc1c1" class="">https://github.com/haussli/rancid/commit/3e7126770dcdcc417a23b3dd0024977183abc1c1</a><br class=""></div></div></blockquote></div><br class=""></div></body></html>