<div dir="ltr"><div>Looks like there is only one group and the permissions look correct to me.  </div><div><br></div><div>[root@observium /]# cd /var/rancid/</div><div>[root@observium rancid]# ls<br></div><div>logs  observium  SVN<br></div><div>[root@observium rancid]# cd logs</div><div>[root@observium logs]# ls</div><div>[root@observium logs]# cd ..</div><div>[root@observium rancid]# cd observium/</div><div>[root@observium observium]# ls</div><div>configs  old  router.db  routers.all  routers.down  routers.up</div><div>[root@observium observium]# ls -l<br></div><div>total 16</div><div>drwxr-x---. 2 rancid rancid   24 Sep 22 11:41 configs</div><div>drwxrwxr-x. 2 rancid rancid   75 Sep 22 11:05 old</div><div>-rw-rw----. 1 rancid rancid 2069 Sep 22 10:48 router.db</div><div>-rw-r-----. 1 rancid rancid 1719 Sep 22 11:25 routers.all</div><div>-rw-r-----. 1 rancid rancid    1 Sep 22 11:25 routers.down</div><div>-rw-r-----. 1 rancid rancid 1718 Sep 22 11:25 routers.up</div><div>[root@observium observium]#</div><div><br></div><div><br></div><div><div>It doesn't work at all anymore.  I found this at the end of the logs:</div><div><br></div><div><div>rancid observium hung on <a href="http://observium.gvsd.ca">observium.gvsd.ca</a>?  Old lockfile still exists:</div><div>-rw-r-----. 1 rancid rancid 0 Sep 22 11:25 /tmp/.observium.run.lock</div></div></div><div><br></div><div><br></div><div>Dan.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Sep 25, 2017 at 10:33 PM, heasley <span dir="ltr"><<a href="mailto:heas@shrubbery.net" target="_blank">heas@shrubbery.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Mon, Sep 25, 2017 at 08:19:53AM -0500, Dan Letkeman:<br>
<span class="">> I'm not to familiar with using groups.  Cron job looks like this:<br>
><br>
> SHELL=/bin/bash<br>
> PATH=/sbin:/bin:/usr/sbin:/<wbr>usr/bin<br>
> MAILTO=root<br>
> HOME=/var/rancid<br>
> # Run config differ every day at 00:30am<br>
> 30 00 * * * rancid /usr/libexec/rancid/rancid-run<br>
><br>
><br>
> But, I think I may have found an issue with my OS updates that might be<br>
> part of the problem.  Running CentOS 7.  When I did a yum update I recieved<br>
> this:<br>
><br>
> --> Finished Dependency Resolution<br>
> Error: Package: rancid-3.2-2.el7.x86_64 (@epel)<br>
>            Requires: perl(<a href="http://newgetopt.pl" rel="noreferrer" target="_blank">newgetopt.pl</a>)<br>
>            Removing: perl-Perl4-CoreLibs-0.001-291.<wbr>el7.noarch (@base)<br>
>                perl(<a href="http://newgetopt.pl" rel="noreferrer" target="_blank">newgetopt.pl</a>)<br>
>            Updated By: perl-Perl4-CoreLibs-0.003-7.<wbr>el7.noarch (base)<br>
>                Not found<br>
>  You could try using --skip-broken to work around the problem<br>
<br>
</span>there is only one thing that requires that lib and it is an example<br>
script; if you are not using rtrfilter, you can force that installation.<br>
<span class=""><br>
> On Sun, Sep 24, 2017 at 7:37 PM, Piegorsch, Weylin William <<a href="mailto:weylin@bu.edu">weylin@bu.edu</a>><br>
> wrote:<br>
><br>
> > What rancid group is your cron job passing to do-diffs?  Is it the same<br>
> > group that you’ve modified, or a different one?  Did you update the<br>
> > router.db file of the group that do-diffs is executing?<br>
<br>
</span>While rancid-run can take a rancid group as an argument, the groups normally<br>
come from LIST_OF_GROUPS in rancid.conf.<br>
<br>
I am more suspicious that you have more than one rancid group<br>
(/var/rancid/<groupname>) and you've updated one but not another with the<br>
same devices.  another possibility is that permissions are incorrect on<br>
files/directories in the rancid group's directory, presumably:<br>
        chown -R rancid /var/rancid<br>
<br>
Also, look at the rancid logs for given group.<br>
<br>
> > weylin<br>
> ><br>
> ><br>
> ><br>
> > *From: *Dan Letkeman <<a href="mailto:danletkeman@gmail.com">danletkeman@gmail.com</a>><br>
> > *Date: *Friday, September 22, 2017 at 12:13<br>
> > *To: *rancid-discuss <<a href="mailto:rancid-discuss@shrubbery.net">rancid-discuss@shrubbery.net</a>><br>
> > *Subject: *[rancid] Can't update router.db<br>
<div class="HOEnZb"><div class="h5">> ><br>
> ><br>
> ><br>
> > Hello,<br>
> ><br>
> ><br>
> ><br>
> > I have a rancid install on centos.  It appears to all be working however,<br>
> > if I replace the contents of the router.db file with the new devices it<br>
> > still connects to the old ones.  I have deleted the file and created a new<br>
> > one with only the new device ip addresses and it still continues to try and<br>
> > get configs from the old devices???  Where is it getting this from?<br>
> ><br>
> ><br>
> ><br>
> > I am able to clogin to any of the new devices without trouble, so its not<br>
> > a connection issue, but somehow the old router.db file is cached?<br>
> ><br>
> ><br>
> ><br>
> > drwxr-x---. 2 rancid rancid   24 Sep 22 11:11 configs<br>
> ><br>
> > -rw-r--r--. 1 rancid rancid 2069 Sep 22 10:48 router.db<br>
> ><br>
> ><br>
> ><br>
> ><br>
> ><br>
> > 10.10.10.1;cisco;up<br>
> ><br>
> > 10.10.10.14;cisco;up<br>
> ><br>
> > 10.10.10.194;cisco;up<br>
> ><br>
> > 10.10.10.5;cisco;up<br>
> ><br>
> > 10.100.104.11;mikrotik;up<br>
> ><br>
> > 10.100.104.12;mikrotik;up<br>
> ><br>
> > 10.100.207.3;mikrotik;up<br>
> ><br>
> > 10.100.207.4;mikrotik;up<br>
> ><br>
> > 10.100.4.10;cisco;up<br>
> ><br>
> > 10.100.4.6;cisco;up<br>
> ><br>
> > 10.104.0.1;cisco;up<br>
> ><br>
> > 10.104.1.11;cisco;up<br>
> ><br>
> > 10.104.12.11;cisco;up<br>
> ><br>
> > 10.105.50.1;cisco;up<br>
> ><br>
> > 10.16.0.1;cisco;up<br>
> ><br>
> > 10.16.1.21;cisco;up<br>
> ><br>
> > 10.16.1.31;cisco;up<br>
> ><br>
> > 10.16.12.11;cisco;up<br>
> ><br>
> > 10.168.0.1;cisco;up<br>
> ><br>
> > 10.168.1.11;cisco;up<br>
> ><br>
> > 10.168.1.21;cisco;up<br>
> ><br>
> > 10.168.1.31;cisco;up<br>
> ><br>
> > 10.168.1.41;cisco;up<br>
> ><br>
> > 10.168.1.51;cisco;up<br>
> ><br>
> > 10.168.12.11;cisco;up<br>
> ><br>
> > 10.175.0.3;mikrotik;up<br>
> ><br>
> > 10.175.0.4;mikrotik;up<br>
> ><br>
> ><br>
> ><br>
> > etc......<br>
> ><br>
> ><br>
> ><br>
> ><br>
> ><br>
> > Any help would be appreciated.<br>
> ><br>
> ><br>
> ><br>
> > Thanks,<br>
> ><br>
> > Dan.<br>
> ><br>
<br>
</div></div><div class="HOEnZb"><div class="h5">> ______________________________<wbr>_________________<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" rel="noreferrer" target="_blank">http://www.shrubbery.net/<wbr>mailman/listinfo/rancid-<wbr>discuss</a><br>
<br>
</div></div></blockquote></div><br></div>