Issue
Yum error
Error: Transaction test error:
file /opt/cpanel/ea-php53/root/var/log/php-fpm from install of ea-php53-php-fpm-1:5.3.29-29.el8.cloudlinux.45.x86_64 conflicts with file from package ea-php53-php-fpm-1:5.3.29-29.el8.cloudlinux.43.x86_64
file /opt/cpanel/ea-php53/root/var/run/php-fpm from install of ea-php53-php-fpm-1:5.3.29-29.el8.cloudlinux.45.x86_64 conflicts with file from package ea-php53-php-fpm-1:5.3.29-29.el8.cloudlinux.43.x86_64
Environment
- CloudLinux
- cPanel
ea-php53
<5.3.29-29.el8
Solution
- Remove duplicates packages by following steps from the article: How do I fix duplicated packages issue
- Update the package
ea-php53-php-fpm
to the latest version (ea-php53-php-fpm-5.3.29-29.el8.cloudlinux.46.x86_64
)
# yum update ea-php53-php-fpm* --enablerepo=cl-ea4
- If the issue persists, move the temporary files from /opt/cpanel/ea-php53/root/var/log/php-fpm and /opt/cpanel/ea-php53/root/var/run/php-fpm and re-run the update:
# mv /opt/cpanel/ea-php53/root/usr/var/run/php-fpm /root/php-fpm_run
# mv /opt/cpanel/ea-php53/root/usr/var/log/php-fpm /root/php-fpm_log
Cause
Internal product issue
Comments
0 comments
Please sign in to leave a comment.