also, it seems you installed it under /usr/bin, best practices for rancid & package management in general is not do this. perhaps install it under the rancid user's homedir & make sure $HOME/bin is in your $PATH first. second option is that you used a vendor provided rancid package instead of building from source, which might not include par. third option is that your cron or whatever scheduler you're using is does not have par in it's $PATH.
// nick -----Original Message----- From: Rancid-discuss [mailto:[email protected]] On Behalf Of Charles T. Brooks Sent: Tuesday, October 16, 2018 16:45 To: Andrew Meyer <[email protected]> Cc: [email protected] Subject: Re: [rancid] error after migrating to new server Short answer, yes. But "par" is troublesome. RANCiD needs a program by that name for "parallel command processing", but the name conflicts with other software packages, particularly on Ubuntu linux as I recall. I don't know if it conflicts with Amazon's linux. I renamed it to rancid_par back when I built the Red Hat packages of RANCiD 3.4.1, but I haven't done so in more recent packages because I don't need any of the other programs named "par" on any of my Red Hat boxen. --Charlie From: Rancid-discuss [[email protected]] on behalf of Andrew Meyer [[email protected]] Sent: Tuesday, October 16, 2018 10:14 AM To: [email protected] Subject: [rancid] error after migrating to new server Recently we have migrated from our in house setup to AWS. Rancid is installed on Amazon Linux 2, but i'm seeing this issue in the logs: cat NetworkDevices.20181016.140101 starting: Tue Oct 16 14:01:01 UTC 2018 Trying to get all of the configs. /usr/bin/control_rancid: line 503: par: command not found ===================================== Getting missed routers: round 1. /usr/bin/control_rancid: line 533: par: command not found ===================================== Getting missed routers: round 2. /usr/bin/control_rancid: line 533: par: command not found ===================================== Getting missed routers: round 3. /usr/bin/control_rancid: line 533: par: command not found ===================================== Getting missed routers: round 4. /usr/bin/control_rancid: line 533: par: command not found On branch master Your branch is up-to-date with 'origin/master'. nothing to commit, working tree clean Everything up-to-date ending: Tue Oct 16 14:01:01 UTC 2018 Is this a command that didn't get installed? ------------------ CONFIDENTIALITY NOTICE --------------- This message, including any attachments, is for the sole use of the intended recipient(s) and may contain privileged confidential information protected by law. Any unauthorized review, use, disclosure or distribution of this message is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of this message. ------------------ CONFIDENTIALITY NOTICE --------------- _______________________________________________ Rancid-discuss mailing list [email protected] http://www.shrubbery.net/mailman/listinfo/rancid-discuss ________________________________ Volg Aquafin op Facebook<https://www.facebook.com/AquafinNV> | Twitter<https://twitter.com/aquafinnv> | YouTube<http://www.youtube.com/channel/UCk_4P5BJ-MtEEDCkCsR_KqQ?feature=mhee> | LinkedIN<http://www.linkedin.com/company/aquafin/products> In het kader van de uitoefening van onze taken verzamelen we bij Aquafin persoonsgegevens. Hoe we omgaan met deze gegevens en wat de rechten van de betrokkenen zijn, kan je nalezen in onze privacy policy<https://www.aquafin.be/nl-be/privacy-policy>. [https://www.aquafin.be/sites/aquafin/files/styles/paragraph_with_caption/public/2018-08/email_banner_web_0.jpg]<https://www.chap-eau.be/> P Denk aan het milieu. Druk deze mail niet onnodig af. _______________________________________________ Rancid-discuss mailing list [email protected] http://www.shrubbery.net/mailman/listinfo/rancid-discuss
