Recent on servers with Plesk 12 and the PHP 5.3 distribution from Odin, we’re seeing “abrt” crash reports from Yum with a back trace like:
1 2 |
:miscutils.py:71:checkSig:OSError: [Errno 2] No such file or directory: '/var/cache/yum/x86_64/7/plesk-php-5.3/packages/plesk-php53-ioncube-loader-5.0.18-centos7.15101218.x86_64.rpm' |
Until Odin fixes their repository the only way to get updates to proceed normally is to disable the PHP 5.3 repository by editing:
1 |
/etc/yum.repos.d/plesk-php5.3.repo |
And adding this line:
1 |
enabled=0 |
Since PHP 5.3 is EOL there aren’t any updates expected so disabling the repository should not cause problems.