Can not update webmin & usermin [Solved]

Hello Guys and thanks in advance.

So when i try to update usermin and webmin i get the following error.
Dont have any issues with all other updates.
Any idea?

Update Packages Now updating usermin .. Installing package(s) with command yum -y install usermin .. Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * addons: centos.hyve.com * base: repo.umbeehosting.com * centosplus: mirror.sov.uk.goscomb.net * extras: repo.umbeehosting.com * updates: centos.hyve.com http://people.redhat.com/rcollet/php54/rhel/5/i386/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found Trying other mirror. Setting up Install Process Resolving Dependencies --> Running transaction check ---> Package usermin.noarch 0:1.570-1 set to be updated http://people.redhat.com/rcollet/php54/rhel/5/i386/repodata/e54c0915363e863fbca966caef8ed88aec78e5d3-filelists.sqlite.bz2: [Errno 14] HTTP Error 404: Not Found Trying other mirror. Error: failure: repodata/e54c0915363e863fbca966caef8ed88aec78e5d3-filelists.sqlite.bz2 from php54: [Errno 256] No more mirrors to try. You could try using --skip-broken to work around the problem You could try running: package-cleanup --problems package-cleanup --dupes rpm -Va --nofiles --nodigest .. install failed!

Now updating webmin …
Installing package(s) with command yum -y install webmin …
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile

No packages were installed. Check the messages above for the cause of the error.

Howdy,

Well, the repository that is generating errors is the “people.redhat.com” repository that contains PHP 5.4.

If you disable that repository, are you then able to update Webmin and Usermin?

-Eric

hey Eric and thanks for ur reply.
Could you explain from where i will disable that repository. I am newbie and have no idea.
Thanks in advance!

It would be a “.repo” file in the /etc/yum.repos.d/ directory.

If one of those doesn’t stand out to you as the culprit, what files do you see in there?

-Eric

CentOS-Base.repo CentOS-Media.repo virtualmin-bleed.repo
CentOS-Base.repo.rpmnew CentOS-Vault.repo virtualmin.repo
CentOS-Debuginfo.repo software_collections_php54.repo

Thats all repos i have which one should i “delete”? or comment out or what ? :smiley:

Thanks!

Edit*** Problem solved i disable updates at software_collections_php54.repo and everything updates normal now.

Thanks Eric!!!