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

3 comments

  • 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
  • Julio Santos

    Hello, 

    I had the same problem and noticed that mid-installation there was a change to the /etc/resolv.conf file, and it started displaying the error.

    How did I fix it?

    1) I updated the /etc/resolv.conf file
    nameserver 8.8.8.8
    nameserver 1.1.1.1

    2) I ran the command chattr +i /etc/resolv.com (to prevent any changes to the file)

    3) I ran this command to fix the installation:
    /usr/local/cpanel/scripts/upcp --sync

    Now the problem is solved, I hope this helps!

    0
  • cPRex Jurassic Moderator

    Julio Santos - you may want to check with your datacenter to see what non-public resolvers you can use in that file instead, as public resolvers can cause issues with spam detection tools so it's not recommended they be used long-term.

    0

Please sign in to leave a comment.