Anyone having trouble with yum check-updates? I have a cron script that runs hourly and I've seen it's failing with the following:
If I run yum check-updates, I see:
I've tried a yum clean all, which removes the file, but when I do a yum update or a yum check-updates, it breaks with the same message (different number at the end).
From googling, it seems stuff like this has happened in the past, and it was because of a problem with the repo's server. I'm trying to determine if that is the case here, or if I'm just having this problem.
I put this in the Security section because right now, I cannot get EPEL security updates. I suspect if I disable the repository (just temporarily), then other updates should come through....
Any suggestions?
Thanks!
Code:
Updateinfo file is not valid XML: <open file '/var/cache/yum/x86_64/7/epel/gen/updateinfo.xml', mode 'rt' at 0x1ce80c0>
Code:
[[email protected] spork]# yum check-updates
Loaded plugins: fastestmirror, universal-hooks
Loading mirror speeds from cached hostfile
* EA4: 69.72.212.11
* cpanel-addons-production-feed: 69.72.212.11
* base: mirrors.linode.com
* epel: fedora-epel.mirrors.tds.net
* extras: mirrors.linode.com
* updates: mirrors.linode.com
Updateinfo file is not valid XML: <open file '/var/cache/yum/x86_64/7/epel/gen/updateinfo.xml', mode 'rt' at 0x1d175d0>
From googling, it seems stuff like this has happened in the past, and it was because of a problem with the repo's server. I'm trying to determine if that is the case here, or if I'm just having this problem.
I put this in the Security section because right now, I cannot get EPEL security updates. I suspect if I disable the repository (just temporarily), then other updates should come through....
Any suggestions?
Thanks!