Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Post migration error with plesk-php70-imagick #54

Open
cloud86robb3rt opened this issue Dec 13, 2024 · 0 comments
Open

Post migration error with plesk-php70-imagick #54

cloud86robb3rt opened this issue Dec 13, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@cloud86robb3rt
Copy link

cloud86robb3rt commented Dec 13, 2024

Describe the bug
Within the action Do: adopting repositories we've encountered the error 'Problem: package plesk-php70-imagick-3.4.3-centos7.21110919.x86_64 from @System requires libMagickCore-6.Q16.so.6()(64bit), but none of the providers can be installed'

2024-12-12 12:30:37,280 - INFO - stderr: Error:
2024-12-12 12:30:37,281 - INFO - stdout: (try to add '--allowerasing' to command line to replace conflicting packages or '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
2024-12-12 12:30:37,359 - INFO - stderr:  Problem: package plesk-php70-imagick-3.4.3-centos7.21110919.x86_64 from @System requires libMagickCore-6.Q16.so.6()(64bit), but none of the providers can be installed
2024-12-12 12:30:37,360 - ERROR - Command ['/usr/bin/dnf', '-y', 'update', '--disablerepo=elevate'] failed with return code 1
2024-12-12 12:30:37,360 - ERROR - Failed: adopting repositories. The reason: Command '['/usr/bin/dnf', '-y', 'update', '--disablerepo=elevate']' returned non-zero exit status 1.
2024-12-12 12:30:38,098 - DEBUG - Error report: [cloudlinux7to8] (dist-upgrader 508dbf9ae8a1d4855b1cdfa1bc9ee89db4d73ef7, upgrader module Plesk::CloudLinux7to8Upgrader 9ae345b84b490dd017396d810c9f769a22041816) process has failed. Error: Failed: adopting repositories. The reason: Command ['/usr/bin/dnf', '-y', 'update', '--disablerepo=elevate']' returned non-zero exit status 1.`

After doing some research we were able to fix this to add an exclude line to the epel.repo config;

exclude=ImageMagick*

cloudlinux7to8_feedback.zip

@cloud86robb3rt cloud86robb3rt added the bug Something isn't working label Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant