yum load-transaction error Could not find txmbr

General support questions
Post Reply
User avatar
rdcunix
Posts: 3
Joined: 2018/10/24 08:41:27

yum load-transaction error Could not find txmbr

Post by rdcunix » 2018/10/24 09:33:51

Hi everyone,

It's my first post in this forum, I have a problem with yum load-transaction:

[root@nagios ~]# yum load-transaction /root/yum_save_tx-2018-09-26-10-48GH8i7m.yumtx
Loaded plugins: fastestmirror
loading transaction from /root/yum_save_tx-2018-09-26-10-48GH8i7m.yumtx
Loading mirror speeds from cached hostfile
Could not find txmbr: libxml2,x86_64,0,2.7.6,20.el6_7.1 from origin: a
Error: Transaction members, relations are missing or ts has been modified, aborting.

Someone has had this problem in the past? This loadtransaction has be committed on 26-09-2018.

Thanks in advance for help! ;)

User avatar
TrevorH
Site Admin
Posts: 33215
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: yum load-transaction error Could not find txmbr

Post by TrevorH » 2018/10/24 11:21:34

There is no libxml2-2.7.6-20.el6_7.1 package in the current CentOS 6 repos. The current version is 2.7.6-21.el6_8.1 and I went back through the older 6.8 and 6.9 repos and none of them have the release that your transaction says it is looking for so I have no idea where it got that from. In the 6.8 repos, the package was in base at 2.7.6-21.el6 and then got updated some time later to 2.7.6-21.el6_8.1.

Ah, I found the one your transaction is looking for and it belongs to CentOS 6.7 and was in the updates repo for that version.

You should not run any CentOS 6 lower than 6.10 as there are known and expoitable security bugs in all previous versions.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

User avatar
rdcunix
Posts: 3
Joined: 2018/10/24 08:41:27

Re: yum load-transaction error Could not find txmbr

Post by rdcunix » 2018/10/24 13:17:27

Thanks TrevorH for the quick reply.
There isn't any possibility to have a not upgraded repo on september? Because we would replicate the same upgrade in test and in production. Obviously we know that it is neither recommended and not safe.

Thanks in advance!

User avatar
rdcunix
Posts: 3
Joined: 2018/10/24 08:41:27

[SOLVED] yum load-transaction error Could not find txmbr

Post by rdcunix » 2018/10/24 13:45:43

We have finally solved the problem!

I enable this repo:

Code: Select all

[C6.7-base]
name=CentOS-6.7 - Base
baseurl=http://vault.centos.org/6.7/os/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
enabled=1

[C6.7-updates]
name=CentOS-6.7 - Updates
baseurl=http://vault.centos.org/6.7/updates/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
enabled=1

[C6.7-extras]
name=CentOS-6.7 - Extras
baseurl=http://vault.centos.org/6.7/extras/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
enabled=1
Yum load-transaction satisfy the dependency. After this upgrade I' ll manualy update this package to the lastest version.

User avatar
TrevorH
Site Admin
Posts: 33215
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: yum load-transaction error Could not find txmbr

Post by TrevorH » 2018/10/24 13:51:02

You really don't want to be on 6.7 anyway. That's from mid-2015 through until 6.8 came out in May 2016 so you are at least 2 years out of date.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

Post Reply