Skip to main content

cPanel install error: [8894] (FATAL): The background process “EA4 Install” failed with a fatal error: The subprocess reported error number 127 when it ended

Comments

1 comment

  • InterServed

    Hi there !

    I did encounter this problem a few times, here's how we fixed the install:
    /scripts/ea4_fresh_install
    export CPANEL_BASE_INSTALL=1;/usr/local/cpanel/scripts/cpanel_initial_install
    unset CPANEL_BASE_INSTALL
    /usr/local/cpanel/scripts/check_cpanel_pkgs --fix
    /usr/local/cpanel/scripts/upcp --sync

    If using AlmaLinux 9 or CloudLinux 9, you can also install this missing RPMs that for some reason cPanel doesn't install as default.
    dnf install rsyslog-logrotate libc-client -y

    0

Please sign in to leave a comment.