Salta al contenuto principale

CentOS 7 - General Support • Unable to download httpd updates

Hi all,

I am unable to download any updates for Apache in particular, on one of our CentOS 7 boxes. Note that no other packages seem to be affected.
I am presented with the following error message:

CODE:

httpd-2.4.6-99.el7.centos.1.x8 FAILEDhttp://mirror.ventraip.net.au/centos/7.9.2009/updates/x86_64/Packages/httpd-2.4.6-99.el7.centos.1.x86_64.rpm: [Errno 14] HTTP Error 500 - Internal Server Error                                                                                       ]  0.0 B/s |    0 B  --:--:-- ETATrying other mirror..... and so on .... 
Things I have tried:
  • Verified our local and upstream (at least to the ISP) network isn't blocked or filtered. We are not using any proxy.
  • Ran the following commands:

CODE:

 rm -fr /var/cache/yum/* yum clean all yum makecache yum --disablerepo=\* --enablerepo=base,extras,updates update
I'd be grateful for anyone's insight here. I also considered trying to proxy the traffic via my local machine (for testing) but was never able to get that to work.
-Mike.

Additional diagnostic information:
cat /etc/os-release
NAME="CentOS Linux"
VERSION="7 (Core)"
ID="centos"
ID_LIKE="rhel fedora"
VERSION_ID="7"
PRETTY_NAME="CentOS Linux 7 (Core)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:centos:centos:7"
HOME_URL="https://www.centos.org/"
BUG_REPORT_URL="https://bugs.centos.org/"

CENTOS_MANTISBT_PROJECT="CentOS-7"
CENTOS_MANTISBT_PROJECT_VERSION="7"
REDHAT_SUPPORT_PRODUCT="centos"
REDHAT_SUPPORT_PRODUCT_VERSION="7"

Linux redacted 3.10.0-1160.90.1.el7.x86_64 #1 SMP Thu May 4 15:21:22 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux

# ll /etc/yum.repos.d/
total 56
-rw-r--r--. 1 root root 1664 Apr 26 17:04 CentOS-Base.repo
-rw-r--r--. 1 root root 1664 Apr 24 18:56 CentOS-Base.repo.bac
-rw-r--r--. 1 root root 1309 Nov 24 2020 CentOS-CR.repo
-rw-r--r--. 1 root root 649 Nov 24 2020 CentOS-Debuginfo.repo
-rw-r--r--. 1 root root 314 Nov 24 2020 CentOS-fasttrack.repo
-rw-r--r--. 1 root root 630 Nov 24 2020 CentOS-Media.repo
-rw-r--r--. 1 root root 1331 Nov 24 2020 CentOS-Sources.repo
-rw-r--r--. 1 root root 8515 Nov 24 2020 CentOS-Vault.repo
-rw-r--r--. 1 root root 616 Nov 24 2020 CentOS-x86_64-kernel.repo
-rw-r--r--. 1 root root 293 Nov 13 2020 datto-rpm-repo-el.repo
-rw-r--r--. 1 root root 1358 Sep 5 2021 epel.repo
-rw-r--r--. 1 root root 1457 Sep 5 2021 epel-testing.repo

cat /etc/yum.conf
[main]
cachedir=/var/cache/yum/$basearch/$releasever
keepcache=0
debuglevel=2
logfile=/var/log/yum.log
exactarch=1
obsoletes=1
gpgcheck=1
plugins=1
installonly_limit=5
bugtracker_url=http://bugs.centos.org/set_project.php? ... tegory=yum
distroverpkg=centos-release
# PUT YOUR REPOS HERE OR IN separate files named file.repo
# in /etc/yum.repos.d
timeout = 500.0
minrate = 1

Statistics: Posted by JMMike — 2023/08/31 07:24:28


Distro