cloudlinux 8 and conflict runing /scripts/update-packages error
Please, how to proceed to fix this conflic?
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
(XID ec9565) “/usr/bin/yum” reported error code “1” when it ended:
-
Hey there! Can you run this command on the system to see if that older package is possibly installed from a testing repository or other non-standard source?
yum whatprovides ea-php53-php-fpm
0 -
It looks like these temporary files:
/opt/cpanel/ea-php53/root/var/run/php-fpm
/opt/cpanel/ea-php53/root/var/log/php-fpmAre conflicting with the new php-fpm package (ea-php53-php-fpm-1:5.3.29-29.el8.cloudlinux.45.x86_64).
Try moving them and try the update one more time You can do so by running:
# mv /opt/cpanel/ea-php53/root/var/run/php-fpm /root/php-fpm_run
# mv /opt/cpanel/ea-php53/root/var/log/php-fpm /root/php-fpm_log
# yum update1 -
Thank you AICT. Moving these files the /scripts/update-packages worked fine.
But no php-fpm file was replaced in /opt/cpanel/ea-php53/root/var/run/ and /log/. As no site is using the php 5.3 this worked for me.
0
Please sign in to leave a comment.
Comments
3 comments