I'll be the test dummy and try the cPanel method.
If the problem comes back again, then I'll go back to @Chris Rose's solution.
The internal case number is CPANEL-8634.
includepkgs=redis fail2ban
I can confirm that this method also works too. No errors this morning like the last few days.To correct this, you should added p0f*.el7.* to the excludes line in /etc/yum.conf
We're also including CPANEL-8634 with cPanel version 58. A new build is tentatively scheduled for publication today, and I'll update this thread once it's released.Hello,
To update, internal case CPANEL-8634 will address this issue in cPanel version 60 by ensuring the EPEL repository is disabled when invoking YUM from within cPanel. Note that EPEL is currently not a supported repository, and can cause unforeseen issues when enabled.
Thank you.
So any news on the release?Hello @twhiting9275,
Thank you for the valued feedback. To clarify, the resolution associated with CPANEL-8634 won't permanently disable the EPEL YUM repo on a server. Instead, the change will only temporarily disable the EPEL repo when invoking YUM from within cPanel. This addresses the issue, while also allowing for the continued use of the custom repo. There's also discussion in this case of officially supporting EPEL, but that's not something we'd be able to implement right away due to the testing required to determine all of the existing incompatibilities.
Currently, the issue is addressed in cPanel version 59 (development build for cPanel version 60):
Fixed case CPANEL-8634: Perform cPanel YUM calls with EPEL disabled.
I'll update this thread again once the resolution is published to cPanel version 58.
Thank you.
Hello,So any news on the release?
Hello ex300,
this will fix your Problem only until next update.
Add the line:
exclude=p0f
to /etc/yum.repos.d/epel.repo like this:
[epel]
name=Extra Packages for Enterprise Linux 6 - $basearch
#baseurl=http://download.fedoraproject.org/pub/epel/6/$basearch
mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=epel-6&arch=$basearch
failovermethod=priority
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6
exclude=p0f
This fixed it for me.
To correct this, you should added p0f*.el7.* to the excludes line in /etc/yum.conf
Yes, you should revert that manual workaround, as it's no longer required once you system is using cPanel version 58.0.31 or newer.Do I need to undo this previous fix now?
Cool. Thanks!Yes, you should revert that manual workaround, as it's no longer required once you system is using cPanel version 58.0.31 or newer.
58.0.31 is now available on the "RELEASE" build tier.
Thank you.