We resolved the issue by modifying the CentOS-Base.repo by adding the appropriate URL's to the various sections, for example: baseurl=http://vault.centos.org/6.10/os/$basearch/ Thank you, Paul On Tue, Dec 8, 2020 at 1:25 PM Paul Storck <pstorck at numifinancial.com> wrote: > Thank you for the response. I added (copied, edited, pasted from the C6.9 > section) the following to the /etc/yum.repos.d/CentOS-Vault.repo file but > I still get the same error message. > I'm thinking the paths are incorrect in my file because when I try to go > to directly to the URL (http://vault.centos.org/6.10/os/$basearch/) I get > a "404 Not Found" > > [C6.10-base] > name=CentOS-6.10 - Base > baseurl=http://vault.centos.org/6.10/os/$basearch/ > gpgcheck=1 > gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6 > enabled=1 > > [C6.10-updates] > name=CentOS-6.10 - Updates > baseurl=http://vault.centos.org/6.10/updates/$basearch/ > gpgcheck=1 > gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6 > enabled=1 > > [C6.10-extras] > name=CentOS-6.10 - Extras > baseurl=http://vault.centos.org/6.10/extras/$basearch/ > gpgcheck=1 > gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6 > enabled=1 > > [C6.10-contrib] > name=CentOS-6.10 - Contrib > baseurl=http://vault.centos.org/6.10/contrib/$basearch/ > gpgcheck=1 > gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6 > enabled=1 > > [C6.10-centosplus] > name=CentOS-6.10 - CentOSPlus > baseurl=http://vault.centos.org/6.10/centosplus/$basearch/ > gpgcheck=1 > gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6 > enabled=1 > > > On Tue, Dec 8, 2020 at 8:45 AM Subscriber <ml-lists at agoris.net.ua> wrote: > >> ----- On Dec 8, 2020, at 6:31 PM, Paul Storck via CentOS >> centos at centos.org wrote: >> >> > Hello, is it possible to install the final updates for CentOS 6? >> > I ran a yum update and I received this message "Error: Cannot find a >> valid >> > baseurl for repo: base" >> > I assume it's due to the EOL of CentOS 6? >> >> You can add 6.10 section to /etc/yum.repos.d/CentOS-Vault.repo and after >> that install all last updates for CentOS 6 >> >