cPanel v92 with CentOS 8 install issues
I see an error when I want to set the cpupdate.conf file to edge and install centos 8.
2020-10-13 04:15:01 1413 [6679] (DEBUG): Retrieving http://httpupdate.cpanel.net/cpanelsync/11.91.9999.79/cpanel/scripts/fix-cpanel-perl.xz to the fix-cpanel-perl.xz file...
2020-10-13 04:15:02 1419 [6679] ( WARN): The system could not fetch the optional fix-cpanel-perl.xz file: wget-log: No such file or directory; disabling logging.
wget-log: No such file or directory; disabling logging.
wget-log: No such file or directory; disabling logging.
wget-log: No such file or directory; disabling logging.
wget-log: No such file or directory; disabling logging.
wget-log: No such file or directory; disabling logging.
wget-log: No such file or directory; disabling logging.
2020-10-13 04:15:02 1215 [6679] ( WARN): Script 'fix-cpanel-perl' is not available for cPanel & WHM version 11.91.9999.79. Continuing installation...
-
Looks like it is not working as yet. There are a couple of pre-requisites on a CentOS v8 minimal installation. You must install the following rpms before running the installer: dnf install tar epel-release
However, it then fails on the signature keys on all mirrors, so you won't get much further for now:[2020-10-13 04:04:47 -0400] ***** DIE: Signature verification failed for URL 'http://httpupdate.cpanel.net/cpanelsync/11.91.9999.79/binaries/linux-c8-x86_64/.cpanelsync.bz2'. Could not find public key in keychain. (/usr/local/cpanel/.cpanelsync_binaries__forward_slash__linux-c8-x86_64-cpanelsync_HMRZutJu) Please see https://go.cpanel.net/sigerrors for further information about this error.
0 -
Got it working with a workaround. After breaking out of the failed install, I edited /var/cpanel/cpanel.config that had been created and changed: signature_validation=Release Keyring Only
to:signature_validation=Release and Development Keyrings
then redo the install and it worked. There's probably a much nicer way to do all this. Note: This is to get it working, remember this is experimental from cPanel and should not be used in a production environment.0 -
I see an error when I want to set the cpupdate.conf file to edge and install centos 8.
2020-10-13 04:15:01 1413 [6679] (DEBUG): Retrieving http://httpupdate.cpanel.net/cpanelsync/11.91.9999.79/cpanel/scripts/fix-cpanel-perl.xz to the fix-cpanel-perl.xz file... 2020-10-13 04:15:02 1419 [6679] ( WARN): The system could not fetch the optional fix-cpanel-perl.xz file: wget-log: No such file or directory; disabling logging. wget-log: No such file or directory; disabling logging. wget-log: No such file or directory; disabling logging. wget-log: No such file or directory; disabling logging. wget-log: No such file or directory; disabling logging. wget-log: No such file or directory; disabling logging. wget-log: No such file or directory; disabling logging. 2020-10-13 04:15:02 1215 [6679] ( WARN): Script 'fix-cpanel-perl' is not available for cPanel & WHM version 11.91.9999.79. Continuing installation...
@vacancy this error appears to be a warning and not a fatal error, am I correct in assuming the installation proceeded? @chirpy I see your response to the edge-users list too on this (as did all of us here) I'll touch base with that team and see what we can find out about the EPEL issue0 -
@vacancy this error appears to be a warning and not a fatal error, am I correct in assuming the installation proceeded?
No, the installation does not continue0 -
@chirpy Not sure if you've seen this yet but the following was just sent out: [QUOTE]Thank you for the heads up. There was a slight problem with our publication logic which caused the CentOS 8 files to be signed with the incorrect key. We have since published 91.9999.81 to correct this. We also are looking into solutions for the packages required from EPEL.
@vacancy what is output after:2020-10-13 04:15:02 1215 [6679] ( WARN): Script 'fix-cpanel-perl' is not available for cPanel & WHM version 11.91.9999.79. Continuing installation...
0 -
@chirpy Not sure if you've seen this yet but the following was just sent out:
Yup, got it and updated and looks good from here. Other than the slight hiccups it's looking good.0 -
@vacancy what is output after:
2020-10-13 04:15:02 1215 [6679] ( WARN): Script 'fix-cpanel-perl' is not available for cPanel & WHM version 11.91.9999.79. Continuing installation...
No more, waiting for this command output does not proceed. Now I will try to setup again with the new edge version.0 -
Can't setup for centos 8 even though i followed all the suggested steps. I'm trying to install on centos 8.2 minimal. I installed the epel-release package, changed the key setting. 2020-10-14 12:21:41 274 [10894] (DEBUG): - ssystem [BEGIN]: ps -U nscd -h 2>/dev/null || /sbin/service nscd start 2020-10-14 12:21:41 274 [10894] (DEBUG): 10820 ? Ssl 0:00 /usr/sbin/nscd 2020-10-14 12:21:41 274 [10894] (DEBUG): - ssystem [END] 2020-10-14 12:21:41 1859 [10894] (FATAL): STAGING_DIR must be set to /usr/local/cpanel during installs. Removing /root/installer.lock. [root@45 home]# 2020-10-14 12:21:41 1200 [10985] ( INFO): Installing bootstrap cPanel Perl 2020-10-14 12:21:41 1209 [10985] (DEBUG): Retrieving the fix-cpanel-perl file from /cpanelsync/11.91.9999.81/cpanel/scripts/fix-cpanel-perl.xz if available... 2020-10-14 12:21:41 1413 [10985] (DEBUG): Retrieving http://httpupdate.cpanel.net/cpanelsync/11.91.9999.81/cpanel/scripts/fix-cpanel-perl.xz to the fix-cpanel-perl.xz file... 2020-10-14 12:21:41 1419 [10985] ( WARN): The system could not fetch the optional fix-cpanel-perl.xz file: wget-log: No such file or directory; disabling logging. wget-log: No such file or directory; disabling logging. wget-log: No such file or directory; disabling logging. wget-log: No such file or directory; disabling logging. wget-log: No such file or directory; disabling logging. 2020-10-14 12:21:41 1215 [10985] ( WARN): Script 'fix-cpanel-perl' is not available for cPanel & WHM version 11.91.9999.81. Continuing installation... [root@45 home]
0 -
I solved the problem. The installation path in the cpupdate.conf file was incorrect. "STAGING_DIR=/data" to "STAGING_DIR=/usr/local/cpanel" changed it and started the install. 0 -
I solved the problem. The installation path in the cpupdate.conf file was incorrect. "STAGING_DIR=/data" to "STAGING_DIR=/usr/local/cpanel" changed it and started the install.
That's incredibly odd, though I am glad you found the issue0 -
@cPanelLauren I am also facing similar problem. [QUOTE] [root@cpanel01 home]# cd /home && curl -o latest -L et/cpanelsync/TIERS.asc to the TIERS.asc file... 2020-10-16 09:45:56 2119 [2916] ( INFO): Valid signature for TIERS (file:TIERS, sig:TIERS.asc) 2020-10-16 09:45:56 247 [2916] ( INFO): Installing cPanel & WHM major version 9 0. 2020-10-16 09:45:56 1945 [2916] (DEBUG): - ssystem [BEGIN]: /bin/chronyc makes tep 2020-10-16 09:45:56 1945 [2916] (DEBUG): 506 Cannot talk to daemon 2020-10-16 09:45:56 1945 [2916] (ERROR): - ssystem [EXIT_CODE] '/bin/chronyc' exited with 1 (ignored) 2020-10-16 09:45:56 1945 [2916] (DEBUG): - ssystem [END] 2020-10-16 09:45:56 1947 [2916] ( INFO): The system set the clock to: Fri Oct 16 09:45:56 2020 2020-10-16 09:45:56 1957 [2916] ( INFO): The system changed the clock by 0 secon ds. 2020-10-16 09:45:56 274 [2916] (DEBUG): - ssystem [BEGIN]: ps -U nscd -h 2>/d ev/null || /sbin/service nscd start 2020-10-16 09:45:57 274 [2916] (DEBUG): 2581 ? Ssl 0:00 /usr/s bin/nscd 2020-10-16 09:45:57 274 [2916] (DEBUG): - ssystem [END] 2020-10-16 09:45:57 1846 [2916] (FATAL): Starting with version 57, cPanel & WHM supports 64-bit versions of CentOS 6+, Red Hat Enterprise Linux"" 6+, and CloudL inux" " 6+ only. Removing /root/installer.lock. [root@cpanel01 home]# 2020-10-16 09:45:56 1200 [3020] ( INFO): Installing bootst rap cPanel Perl 2020-10-16 09:45:56 1209 [3020] (DEBUG): Retrieving the fix-cpanel-perl file f rom /cpanelsync/11.90.0.15/cpanel/scripts/fix-cpanel-perl.xz if available... 2020-10-16 09:45:56 1413 [3020] (DEBUG): Retrieving 0 -
@cPanelLauren I am also facing similar problem.
Looks like your trying to install 11.90.0.15, not 11.92 ? And also, can you install on centos-stream 8.3?0 -
Looks like your trying to install 11.90.0.15, not 11.92 ? And also, can you install on centos-stream 8.3?
I'm interested in testing this out yet cant find any support on how to install it, how can it be done if you don't mind sharing ?0 -
The documentation here goes over this as well: Customize Your Installation | cPanel & WHM Documentation 0 -
thank you both 0 -
To install cPanel on CentOS 8 or CentOS 8-Stream, follow these steps respectively, the installation will be performed without any problems. After installing CentOS 8 or CentOS 8-Stream, log in root via ssh [QUOTE] iptables-save > ~/firewall.rules systemctl stop firewalld.service systemctl disable firewalld.service
[QUOTE] nano /etc/selinux/config # This file controls the state of SELinux on the system. # SELINUX= can take one of these three values: # enforcing - SELinux security policy is enforced. # permissive - SELinux prints warnings instead of enforcing. # disabled - No SELinux policy is loaded. SELINUX=disabled # SELINUXTYPE= can take one of these two values: # targeted - Only targeted network daemons are protected. # strict - Full SELinux protection. SELINUXTYPE=targeted
[QUOTE] dnf -y install perl
[QUOTE] nano /etc/cpupdate.conf CPANEL=edge RPMUP=daily SARULESUP=daily STAGING_DIR=/usr/local/cpanel UPDATES=daily
[QUOTE] cd /home && curl -o latest -L0 -
Cant install on CentOS 8 VM. All pre reqs completed. Centos minimal. Error: cPanel & WHM only supports CentOS 8, Red Hat Ent 8, or Cloudlinux 8. 0 -
Hey there, @jandrewsiv In order to do the installation on CentOS 8 you'll need to specify the Edge tier as mentioned above in @provider 's reply. Can you try that and let me know if you still run into issues? 0 -
Hey @cPRex that did it! Thank you and @provider! 0 -
Glad that's all it took! 0
Please sign in to leave a comment.
Comments
22 comments