[rancid] Alteon switch "esecret" problem again - rancid 2.3.6

Krzysztof Zygmunt krzysztof.zygmunt at gmail.com
Mon Apr 18 14:06:42 UTC 2011


[ Sorry for delay in response ]

Hello,

I've done this modificatin:
bash-3.2$ diff /usr/bin/arancid /usr/bin/arancid.original
212c212
< 	next if (/^ *esecret /);
---
>

No success.  We're still getting esecret diff msgs.

On Fri, Apr 15, 2011 at 7:52 AM, john heasley <heas at shrubbery.net> wrote:
> Thu, Apr 14, 2011 at 04:21:42PM +0200, Krzysztof Zygmunt:
>> Hi,
>>
>> I've upgraded to rancid-2.3.6 and I keep receiving emails about esecret diff.
>>
>> like this:
>> - ? ? ? esecret
>> "8e4a202204422022b737e3e3c7f283d05c550d6485fae919c45f3d06aaadbb9e07f7eadf1bc47289183122d1ba97f409179e69e97582d1fafcf5a1cd46ac955d"
>> - ? ? ? esecret2
>> "b1b81fd001800a80b2f5f6b3c230a972d12f64f229662f4e547d78cc0ccfe6b05cab18962298598742a2302fb68292680f5560bf5bcee495a1d81e9d185677e6"
>> + ? ? ? esecret
>> "f4e7475010040200beaea6b3d3b4a1f232aca42b8d26badc89fb80ab8260eee88650d83ada1ac55d02089d6af4b61ee04205c57496882c97c6ac871f3f88d9fc"
>> + ? ? ? esecret2
>> "f7db446c10180028beb2a7a7d3a8a3daadc08120b67c930c9e0046e241b132092d457b120721606b8292176a34ad5dc76414bfd6b23966b865bca343686f59cb"
>>
>>
>> I've found two solutions on the internet but they don't work for me.
>>
>> neither this:
>> http://www.gossamer-threads.com/lists/rancid/users/4690
>> nor that:
>> http://www.shrubbery.net/rancid/search.cgi?config=htdig&restrict=&exclude=&method=and&format=builtin-long&sort=score&words=esecret+alteon
>
> this should do it
>
> Index: bin/arancid.in
> ===================================================================
> --- bin/arancid.in      (revision 2291)
> +++ bin/arancid.in      (working copy)
> @@ -210,6 +210,7 @@
>
>        next if (/^\/\* Configuration dump taken/i);
>        next if (/^\/\* Version.*Base MAC.*/i);
> +       next if (/^ *esecret /);
>
>        if (/^\/?script end/) {
>            $found_end = 1;
>
>


More information about the Rancid-discuss mailing list