• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Plesk 12 update conflicts mod_fcgid cloudlinux w/ psa-mod_fcgid-2.3.9

Plesk 12 update conflicts mod_fcgid cloudlinux w/ psa-mod_fcgid-2.3.9 - SOLVED

Parallels Plesk Panel 12 error after trying to update Plesk 12 with CloudLinux. I turned off automatic updates and am currently looking into this problem. I have a fresh install of Plesk 12 which was CentOS 6.5 and converted to CloudLinux 6. If anyone has come across this problem and has a fix, please share it. Here are the logs:


Running rpm_check_debug
Fatal error during packages installation: Test Transaction Errors:

file /etc/httpd/conf.d/fcgid.conf from install of mod_fcgid-2.3.9-1.el6.cloudlinux.x86_64 conflicts with file from package psa-mod_fcgid-2.3.9-14033111.x86_64

file /usr/lib64/httpd/modules/mod_fcgid.so from install of mod_fcgid-2.3.9-1.el6.cloudlinux.x86_64 conflicts with file from package psa-mod_fcgid-2.3.9-14033111.x86_64

YumTestTransactionError: Test Transaction Errors:

file /etc/httpd/conf.d/fcgid.conf from install of mod_fcgid-2.3.9-1.el6.cloudlinux.x86_64 conflicts with file from package psa-mod_fcgid-2.3.9-14033111.x86_64

file /usr/lib64/httpd/modules/mod_fcgid.so from install of mod_fcgid-2.3.9-1.el6.cloudlinux.x86_64 conflicts with file from package psa-mod_fcgid-2.3.9-14033111.x86_64

ERROR: Failed to run the Yum utility.
The Yum utility failed to install the required packages.
Attention! Your software might be inoperable.
Please, contact product technical support
 
Last edited:
Hello,

we had the same issue at one of our servers which we updated recently. We did the following which worked in our case:

1) backup fcgid.conf from httpd/conf.d
2) check the psa-mod_fcgid package with "yum info psa-mod_fcgid". It seems that was an older version from the plesk 10.4 repo(!)
3) we removed it "yum remove psa-mod_fcgid", which also unistalls psa-mod-fcgid-configurator
4) then install it from cloudlinux repo "yum install mod_fcgid", restart apache
5) rerun plesk installer which updated fine and reinstalled psa-mod-fcgid-configurator

Hope it works for you as well
 
Back
Top