[rancid] End of config in Extreme Switches

Aleksey P paleola at gmail.com
Tue Oct 1 12:26:04 UTC 2013


In 2.3.8 forgot to comment all commands except  "show configuration". Now
in logs only "End of run not found:"


2013/10/1 Aleksey P <paleola at gmail.com>

> Hello to all.
> we use rancid 2.3.4 with Extreme Summit X670 and X650 with XOS 15.3.2.11.
> I know that in Extreme swithes there no "End of configuration file"
> string. To fix this I changed "xrancid" file:
>
>  -       if (/^# End of configuration file/i) {
>
>  -           printf STDERR "    End WriteTerm: $_" if ($debug);
>
>  -           $found_end = 1;
>
>  -           return(0);
>
>  -       }
>
> for
>
> + if (/^# Module vrrp configuration./i) {
>
> + printf STDERR " End WriteTerm: $_" if ($debug);
>
> + $found_end = 1;
>
> + return(0);
>
> + }
>
> So rancid found vrrp config and then exit.
> But now we use "mlag" on Extreme and its config below vrrp. So rancid exit
> before this config and we have some missed config lines.
> I tried rancid 2.3.8 (clean install on other server), with all default
> config files, but only see
> "...configuration appears to be truncated.
> ...missed cmd(s): show configuration"
> in logs.
>
> Help me please.
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.shrubbery.net/pipermail/rancid-discuss/attachments/20131001/5bb8eca8/attachment.html>


More information about the Rancid-discuss mailing list