Page 2 of 3

Re: Can't update to 6.10 from 6.9?

Posted: 2019/08/21 16:49:15
by scaryvoid
versionlock? I don't see that option:

Code: Select all

yum versionlock list
Loaded plugins: fastestmirror
No such command: versionlock. Please use /usr/bin/yum --help

Re: Can't update to 6.10 from 6.9?

Posted: 2019/08/21 17:11:12
by TrevorH
It's a plugin but if it doesn't understand versionlock then the plugin is not installed so it's not that.

Re: Can't update to 6.10 from 6.9?

Posted: 2019/08/22 16:08:05
by scaryvoid
I also can't update from any newly added repo like remi or the mysql community repos. When I did an update the other day it did update a few packages, below is the the yum.log. Not sure if any of this is relevant.

Code: Select all

Aug 20 11:04:20 Updated: yum-3.2.29-81.el6.centos.0.1.noarch
Aug 20 11:04:20 Updated: yum-plugin-fastestmirror-1.1.30-42.el6_10.noarch
Aug 20 11:04:21 Updated: dracut-004-411.el6.noarch
Aug 20 11:04:21 Updated: dracut-kernel-004-411.el6.noarch
Aug 20 11:04:21 Updated: yum-utils-1.1.30-42.el6_10.noarch
Aug 20 11:04:21 Updated: innotop-1.12.0-1.el6.noarch
Aug 20 11:04:23 Updated: ca-certificates-2018.2.22-65.1.el6.noarch
Aug 20 11:04:23 Updated: python-setuptools-0.6.10-4.el6_9.noarch
Aug 20 11:04:29 Updated: kernel-firmware-2.6.32-754.18.2.el6.noarch
Aug 20 11:04:30 Updated: hwdata-0.233-20.1.el6.noarch
Aug 20 11:04:31 Updated: tzdata-2019b-2.el6.noarch

Re: Can't update to 6.10 from 6.9?

Posted: 2019/08/22 16:32:02
by TrevorH
Aug 20 11:04:29 Updated: kernel-firmware-2.6.32-754.18.2.el6.noarch
So it's not updating because it's already installed? What was the complete and unedited output from rpm -q kernel ? Show the command prompt that you enter the command at, including the entire command you type, right the way through until the command prompt returns. Don't edit it.

Re: Can't update to 6.10 from 6.9?

Posted: 2019/08/22 16:48:30
by scaryvoid

Code: Select all

┌╼(cory@vps-6814)─(0)─(~)─(2019-08-22 10:32:12)
└──╼(205 files, 42Mb)─> rpm -q kernel
kernel-2.6.32-220.2.1.el6.i686
kernel-2.6.32-220.7.1.el6.i686
kernel-2.6.32-431.29.2.el6.i686
kernel-2.6.32-642.15.1.el6.i686
kernel-2.6.32-696.18.7.el6.i686

┌╼(cory@vps-6814)─(0)─(~)─(2019-08-22 10:47:36)
└──╼(205 files, 42Mb)─> 

Re: Can't update to 6.10 from 6.9?

Posted: 2019/08/22 17:21:10
by TrevorH
What is the output from

rpm -q --qf '%{version}\n' centos-release

Re: Can't update to 6.10 from 6.9?

Posted: 2019/08/22 17:22:17
by scaryvoid

Code: Select all

╼(cory@vps-6814)─(0)─(~)─(2019-08-22 11:18:52)
└──╼(205 files, 42Mb)─> rpm -q --qf '%{version}\n' centos-release
6

┌╼(cory@vps-6814)─(0)─(~)─(2019-08-22 11:21:36)
└──╼(205 files, 42Mb)─> 

Re: Can't update to 6.10 from 6.9?

Posted: 2019/08/23 14:38:25
by scaryvoid
This machine is a clone of one of our production servers. I've had our VPS provider spin it up again using the latest backup from the production server so that I can try the update process again. Below is data I've collected before I attempt the update. Is there any more data you would like to see before I make the attempt?

Code: Select all

┌╼(cory@vps-6814)─(0)─(~)─(2019-08-23 08:30:34)
└──╼(205 files, 42Mb)─> rpm -q centos-release
centos-release-6-9.el6.12.3.i686

┌╼(cory@vps-6814)─(0)─(~)─(2019-08-23 08:30:43)
└──╼(205 files, 42Mb)─> grep -ir exclud /etc/yum.*

┌╼(cory@vps-6814)─(0)─(~)─(2019-08-23 08:31:07)
└──╼(205 files, 42Mb)─> rpm -q kernel
kernel-2.6.32-220.2.1.el6.i686
kernel-2.6.32-220.7.1.el6.i686
kernel-2.6.32-431.29.2.el6.i686
kernel-2.6.32-642.15.1.el6.i686
kernel-2.6.32-696.18.7.el6.i686

┌╼(cory@vps-6814)─(0)─(~)─(2019-08-23 08:31:16)
└──╼(205 files, 42Mb)─> yum --disablerepo=\* --enablerepo=base,updates --noplugins --showdupli list kernel
base                                                                                                                                                                                                                   | 3.7 kB     00:00     
updates                                                                                                                                                                                                                | 3.4 kB     00:00     
Installed Packages
kernel.i686                                                                                                   2.6.32-220.2.1.el6                                                                                                     @updates 
kernel.i686                                                                                                   2.6.32-220.7.1.el6                                                                                                     @updates 
kernel.i686                                                                                                   2.6.32-431.29.2.el6                                                                                                    installed
kernel.i686                                                                                                   2.6.32-642.15.1.el6                                                                                                    installed
kernel.i686                                                                                                   2.6.32-696.18.7.el6                                                                                                    @updates 

┌╼(cory@vps-6814)─(0)─(~)─(2019-08-23 08:31:50)
└──╼(205 files, 42Mb)─> ping mirrorlist.centos.org
PING mirrorlist.centos.org (212.69.166.138) 56(84) bytes of data.
64 bytes from babylon.castlegem.co.uk (212.69.166.138): icmp_seq=1 ttl=42 time=145 ms
64 bytes from babylon.castlegem.co.uk (212.69.166.138): icmp_seq=2 ttl=42 time=145 ms
^C
--- mirrorlist.centos.org ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1778ms
rtt min/avg/max/mdev = 145.855/145.908/145.962/0.385 ms

┌╼(cory@vps-6814)─(0)─(~)─(2019-08-23 08:32:19)
└──╼(205 files, 42Mb)─> yum versionlock list
Loaded plugins: fastestmirror
No such command: versionlock. Please use /usr/bin/yum --help

┌╼(cory@vps-6814)─(0)─(~)─(2019-08-23 08:32:28)
└──╼(205 files, 42Mb)─> 

Re: Can't update to 6.10 from 6.9?

Posted: 2019/08/23 14:44:26
by TrevorH
What is the output from

Code: Select all

curl "http://mirrorlist.centos.org/?release=6&arch=i386&repo=os&infra=$infra"

Re: Can't update to 6.10 from 6.9?

Posted: 2019/08/23 15:16:35
by scaryvoid

Code: Select all

┌╼(cory@vps-6814)─(0)─(~)─(2019-08-23 08:32:28)
└──╼(205 files, 42Mb)─> curl "http://mirrorlist.centos.org/?release=6&arch=i386&repo=os&infra=$infra"
http://mirror.us.oneandone.net/linux/distributions/centos/6.10/os/i386/
http://ftp.ussg.iu.edu/linux/centos/6.10/os/i386/
http://mirror.cs.vt.edu/pub/CentOS/6.10/os/i386/
http://mirror.wdc1.us.leaseweb.net/centos/6.10/os/i386/
http://mirror.cc.columbia.edu/pub/linux/centos/6.10/os/i386/
http://centos.s.uw.edu/centos/6.10/os/i386/
http://mirror.ash.fastserv.com/centos/6.10/os/i386/
http://mirror.grid.uchicago.edu/pub/linux/centos/6.10/os/i386/
http://centos.mirrors.hoobly.com/6.10/os/i386/
http://reflector.westga.edu/repos/CentOS/6.10/os/i386/

┌╼(cory@vps-6814)─(0)─(~)─(2019-08-23 09:16:05)
└──╼(205 files, 42Mb)─>