<div dir="ltr">Hi Terry,<div><br></div><div>Thanks for the suggestion. Added the variables to rancid.conf and ran it again.</div><div>It produced the same messages in the log file.</div><div><br></div><div>Funny thing. I tried to install rancid3.1, and it worked flawlessly with the same version of Perl.</div><div>Then i tried to go back to 3.2 and the same thing again.</div><div><br></div><div>I will go through the compilation logs to see if there is something not quite right here.</div><div><br></div><div>Cheers,</div><div>Simon.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On 24 March 2015 at 03:04, Terry Kennedy <span dir="ltr"><<a href="mailto:TERRY@tmk.com" target="_blank">TERRY@tmk.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">  This is because Perl 5.18 and newer changed their sort algorithm. You<br>
should be able to fix it by adding:<br>
<br>
# TMK - Deal with Perl 5.18's new random hashing (by nuking it)<br>
#PERL_HASH_SEED_DEBUG="1"; export PERL_HASH_SEED_DEBUG<br>
PERL_HASH_SEED="0123456789ABCDEF"; export PERL_HASH_SEED<br>
PERL_PERTURB_KEYS="0"; export PERL_PERTURB_KEYS<br>
<br>
  near the top of your rancid.conf file. You can pick some random hex<br>
string for PERL_HASH_SEED if you like.<br>
<br>
  For a more complete explanation of what Perl is doing by default, see:<br>
<a href="http://perldoc.perl.org/perlsec.html#Algorithmic-Complexity-Attacks" target="_blank">http://perldoc.perl.org/perlsec.html#Algorithmic-Complexity-Attacks</a><br>
<br>
  There's some earlier discussion of the issue (without resolution) here:<br>
<a href="http://www.shrubbery.net/pipermail/rancid-discuss/2014-May/007630.html" target="_blank">http://www.shrubbery.net/pipermail/rancid-discuss/2014-May/007630.html</a><br>
<br>
        Terry Kennedy             <a href="http://www.ispnetinc.net" target="_blank">http://www.ispnetinc.net</a><br>
        ISPnet, Inc.              New York, NY USA<br>
        <a href="mailto:terry@tmk.com">terry@tmk.com</a>             800-806-NETS<br>
_______________________________________________<br>
Rancid-discuss mailing list<br>
<a href="mailto:Rancid-discuss@shrubbery.net">Rancid-discuss@shrubbery.net</a><br>
<a href="http://www.shrubbery.net/mailman/listinfo/rancid-discuss" target="_blank">http://www.shrubbery.net/mailman/listinfo/rancid-discuss</a><br>
</blockquote></div><br></div>