From heas at shrubbery.net Tue Dec 6 01:42:49 2016 From: heas at shrubbery.net (heasley) Date: Tue, 6 Dec 2016 01:42:49 +0000 Subject: [rancid] RANCiD 3.6 Message-ID: <20161206014249.GR19446@shrubbery.net> RANCiD 3.6 is available at ftp://ftp.shrubbery.net/pub/rancid/rancid-3.6.0.tar.gz The next release will be 4.0, which will no longer include support for Compass EOS. A fix for handling of ACOS AFLEX groups that was removed in 3.6 is a WiP for 4.0 and we need folks who can test it. Change log contents for 3.6: rancid.pm: ipaddrval() if IPv6 prefix length is missing, simply set 128. *login: in_proc must be global in expect_after. had trouble reproducing the original error, but this should be the correct fix. xlogin: escape the * in lastprompt - Mattieu Beretti *login: change handling of ssh key-related prompts to one line at a time to eliminate timing-related problem. alogin: login() eat one line at a time a10login: remove the aflex-specific stuff. This is the wrong way to do this and it doesn't work properly anyway. control_rancid: create /configs if it does not exist hrancid: use rancid.pm (removes code duplication) rancid.pm: check for existence of functions for given device type after loading the modules for the type. return failure if any are missing. par: add -FH options rancid.types.conf, iosshtech.pm: Add device type ciscoshtech for example purposes acos.pm: filter trailing WS & recognize incomplete/invalid command error in basicFilter() acos.pm: filter trailing WS in ShowAflex() acos.pm: 'show vlan' is 'show vlans' in ACOS 4.x. acos.pm: Add cmd 'show partition-config all' for ACOS 4.x, where 'show running-config all-partitions' does not work. acos.pm: recognize invalid cmd error in ShowRunningConfig() and filter the config size comment fnlogin: missing "end" to exit global mode for -[csx] - Richard Goode plogin: add -m & -M rancid.pm: missing variable initialization nxos.pm: fix bug in recognizing the end of an access-list hlogin: set tty init options when there is no controlling tty and set set the term width to 132 when there is no controlling tty and for -[sc] so that the hp device does not wrap lines. ios.pm: also filter IPv6 PDP addresses - Reuben Farrelly ios.pm: evaluation license periods are displayed differently lg: Add show interface optics iosxr.pm: More useless FPD messages junos.pm: handle a transient cmd protocol failure seen in show version control_rancid: use git ls-files instead of git status for .gitignore and /rancid.conf fnrancid: fix formatting around removal of private-keys bigip.pm: filter snmpv3 oscillating auth-password-encrypted iosxr.pm: filter useless FPD upgrade message From sathish.i at ctrls.in Wed Dec 7 14:31:08 2016 From: sathish.i at ctrls.in (Sathish Kumar. Ippani) Date: Wed, 7 Dec 2016 14:31:08 +0000 Subject: [rancid] New Rancid Installation Message-ID: Hello Everyone, Thanks you for giving some time to read my issue and helping me. May be it is simple but I am not able to resolve myself, hope I need some experts support. I was installed rancid for the first time and it is working fine till I have upgrade perl 5.10 to 5.20. After I upgrade perl ver to 5.20.2 my viewvc (GUI) stopped working. Can anybody suggest some solutions. I am very new to Linux and CLI. Thanks, sathish ________________________________ Disclaimer: The contents of this e-mail message and any attachments are confidential and are intended solely for the addressee. If you have received this transmission in error, please immediately notify the sender by return e-mail and delete this message and its attachments. Any unauthorized use, copying or dissemination of this transmission is prohibited. Neither the confidentiality nor the integrity of this message can be vouched for following transmission on the Internet. -------------- next part -------------- An HTML attachment was scrubbed... URL: From heas at shrubbery.net Wed Dec 7 15:39:06 2016 From: heas at shrubbery.net (heasley) Date: Wed, 7 Dec 2016 15:39:06 +0000 Subject: [rancid] New Rancid Installation In-Reply-To: References: Message-ID: <20161207153906.GB85632@shrubbery.net> Wed, Dec 07, 2016 at 02:31:08PM +0000, Sathish Kumar. Ippani: > Hello Everyone, > > Thanks you for giving some time to read my issue and helping me. > > May be it is simple but I am not able to resolve myself, hope I need some experts support. > > I was installed rancid for the first time and it is working fine till I have upgrade perl 5.10 to 5.20. > > After I upgrade perl ver to 5.20.2 my viewvc (GUI) stopped working. > > Can anybody suggest some solutions. I am very new to Linux and CLI. IIRC, viewvc can be run on the command-line. do that and use perl -c to look for compile/run-time errors in viewvc. i'd expect it to be a missing dependency or new compiler constraint. obvious, but also make sure that you have the most recent version. From sathish.i at ctrls.in Mon Dec 12 08:04:23 2016 From: sathish.i at ctrls.in (Sathish Kumar. Ippani) Date: Mon, 12 Dec 2016 08:04:23 +0000 Subject: [rancid] Fortigate Backup with Rancid Message-ID: Hello All, I am unable configure rancid for fortigate backup. 1. Added user and password details in .cloginrc 2. Updated raouter-db file IP;fortigate;up 3. Tried test login with flogin, not able to connect to forti gate. Could any help me here to add forti gate devices in Rancid. Regards, Sathish ________________________________ Disclaimer: The contents of this e-mail message and any attachments are confidential and are intended solely for the addressee. If you have received this transmission in error, please immediately notify the sender by return e-mail and delete this message and its attachments. Any unauthorized use, copying or dissemination of this transmission is prohibited. Neither the confidentiality nor the integrity of this message can be vouched for following transmission on the Internet. -------------- next part -------------- An HTML attachment was scrubbed... URL: From heas at shrubbery.net Mon Dec 12 21:25:32 2016 From: heas at shrubbery.net (heasley) Date: Mon, 12 Dec 2016 21:25:32 +0000 Subject: [rancid] Fortigate Backup with Rancid In-Reply-To: References: Message-ID: <20161212212532.GG57590@shrubbery.net> Mon, Dec 12, 2016 at 08:04:23AM +0000, Sathish Kumar. Ippani: > Hello All, > > I am unable configure rancid for fortigate backup. > > > 1. Added user and password details in .cloginrc > > 2. Updated raouter-db file IP;fortigate;up > > 3. Tried test login with flogin, not able to connect to forti gate. flogin is not the login script for fortigate. See etc/rancid.types.base or try plogin if your user can read the router.db files. The rancid FAQ has some basic debugging guidelines. > Could any help me here to add forti gate devices in Rancid. > > Regards, > Sathish > > ________________________________ > Disclaimer: The contents of this e-mail message and any attachments are confidential and are intended solely for the addressee. If you have received this transmission in error, please immediately notify the sender by return e-mail and delete this message and its attachments. Any unauthorized use, copying or dissemination of this transmission is prohibited. Neither the confidentiality nor the integrity of this message can be vouched for following transmission on the Internet. > _______________________________________________ > Rancid-announce mailing list > Rancid-announce at shrubbery.net > http://www.shrubbery.net/mailman/listinfo/rancid-announce From heas at shrubbery.net Fri Dec 16 20:37:05 2016 From: heas at shrubbery.net (heasley) Date: Fri, 16 Dec 2016 20:37:05 +0000 Subject: [rancid] RANCiD 3.6.1 Message-ID: <20161216203705.GB1019@shrubbery.net> RANCiD 3.6.1 is available at ftp://ftp.shrubbery.net/pub/rancid/rancid-3.6.1.tar.gz The next release will be 4.0, which will no longer include support for Compass EOS. A fix for handling of ACOS AFLEX groups that was removed in 3.6 is a WiP for 4.0 and we need folks who can test it. 3.6.1 is just a maintence release, primarily for the par bug, which will does not affect Linux, FreeBSD, or NetBSD. Change log contents for 3.6.1: ios.pm: filter license registration timestamp fnrancid: filter oscillating md5-keys par.c: fix misplaced pointer deref -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 273 bytes Desc: not available URL: