Welcome to Centmin Mod Community
Register Now

Install Installer not working

Discussion in 'Install & Upgrades or Pre-Install Questions' started by Jon Snow, Aug 12, 2022.

  1. Jon Snow

    Jon Snow Active Member

    783
    158
    43
    Jun 30, 2017
    Ratings:
    +232
    Local Time:
    12:53 AM
    Nginx 1.13.9
    MariaDB 10.1.31
    Is the install script working for anyone right now?
    Code (Text):
    yum -y update; curl -O https://centminmod.com/installer.sh && chmod 0700 installer.sh && bash installer.sh


    $5 Linode VPS:


    shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory

    Created command shortcuts:
    * type cmdir to change to Centmin Mod install directory
    at /usr/local/src/centminmod
    * type centmin call and run centmin.sh
    at /usr/local/src/centminmod/centmin.sh

    ---------------------------------------------------------------------------
    Total Curl Installer YUM or DNF Time: 92.7286 seconds
    Total YUM Time: 11.744591991 seconds
    Total YUM or DNF + Source Download Time: 25.6808
    Total Nginx First Time Install Time: 209.2693
    Total PHP First Time Install Time: 175.0254
    Download From Github Time: 1.2978
    Total Time Other eg. source compiles: 385.3111
    Total Centmin Mod Install Time: 795.2866
    ---------------------------------------------------------------------------
    Total Install Time (curl yum + cm install + zip download): 889.3130 seconds
    ---------------------------------------------------------------------------
    1 AMD EPYC 7642 48-Core Processor
    1 2299.998
    ---------------------------------------------------------------------------
    Centmin Mod Version: 124.00stable.s44
    Install Summary Logs: /root/centminlogs/installer_summary_links.log
     
  2. eva2000

    eva2000 Administrator Staff Member

    53,508
    12,132
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,675
    Local Time:
    1:53 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    What's not working, I see you got the post-install time summary which suggests it worked ?

    you can ignore the message
     
  3. Jon Snow

    Jon Snow Active Member

    783
    158
    43
    Jun 30, 2017
    Ratings:
    +232
    Local Time:
    12:53 AM
    Nginx 1.13.9
    MariaDB 10.1.31
    When I restart nginx, it doesn't work.

    I rebuilt the server and re-ran the install. Same thing. Then I deleted the Linode and spun up another. Nothing changed.

    Code (Text):
    nprestart
    Restarting nginx (via systemctl):  Job for nginx.service failed because the control process exited with error code. See "systemctl status nginx.service" and "journalctl -xe" for details.
                                                               [FAILED]
    Job for php-fpm.service failed because the control process exited with error code. See "systemctl status php-fpm.service" and "journalctl -xe" for details.
    Restarting php-fpm (via systemctl) [  OK  ][/code]
    
    [codeb]systemctl status nginx.service
    ● nginx.service - SYSV: Nginx is an HTTP(S) server, HTTP(S) reverse proxy and IMAP/POP3 proxy server
       Loaded: loaded (/etc/rc.d/init.d/nginx; bad; vendor preset: disabled)
       Active: failed (Result: exit-code) since Thu 2022-08-11 22:11:28 UTC; 22s ago
         Docs: man:systemd-sysv-generator(8)
      Process: 31773 ExecStart=/etc/rc.d/init.d/nginx start (code=exited, status=5)
    
    Aug 11 22:11:28 xxx-xx-xxx-xxx.ip.linodeusercontent.com systemd[1]: Starting SYSV: Nginx is an HTTP(S) server, HTTP(S) reverse proxy and IMAP/POP3 proxy server...
    Aug 11 22:11:28 xxx-xx-xxx-xxx.ip.linodeusercontent.com systemd[1]: nginx.service: control process exited, code=exited status=5
    Aug 11 22:11:28 xxx-xx-xxx-xxx.ip.linodeusercontent.com systemd[1]: Failed to start SYSV: Nginx is an HTTP(S) server, HTTP(S) reverse proxy and IMAP/POP3 proxy server.
    Aug 11 22:11:28 xxx-xx-xxx-xxx.ip.linodeusercontent.com systemd[1]: Unit nginx.service entered failed state.
    Aug 11 22:11:28 xxx-xx-xxx-xxx.ip.linodeusercontent.com systemd[1]: nginx.service failed


    Code (Text):
    journalctl -xe
    Aug 11 22:01:01 xxx-xx-xxx-xxx.ip.linodeusercontent.com run-parts(/etc/cron.hourly)[56186]: finished 0anacron
    Aug 11 22:05:01 xxx-xx-xxx-xxx.ip.linodeusercontent.com systemd[1]: Started Session 28 of user root.
    -- Subject: Unit session-28.scope has finished start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- 
    -- Unit session-28.scope has finished starting up.
    -- 
    -- The start-up result is done.
    Aug 11 22:05:01 xxx-xx-xxx-xxx.ip.linodeusercontent.com CROND[56237]: (root) CMD (/usr/lib64/sa/sa1 1 1)
    Aug 11 22:07:36 xxx-xx-xxx-xxx.ip.linodeusercontent.com sshd[56273]: Did not receive identification string from 45.61.186.249 port 50360
    Aug 11 22:09:01 xxx-xx-xxx-xxx.ip.linodeusercontent.com anacron[56184]: Job `cron.daily' started
    Aug 11 22:09:01 xxx-xx-xxx-xxx.ip.linodeusercontent.com run-parts(/etc/cron.daily)[56294]: starting diskalert
    Aug 11 22:09:01 xxx-xx-xxx-xxx.ip.linodeusercontent.com run-parts(/etc/cron.daily)[56324]: finished diskalert
    Aug 11 22:09:01 xxx-xx-xxx-xxx.ip.linodeusercontent.com run-parts(/etc/cron.daily)[56326]: starting logrotate
    Aug 11 22:09:01 xxx-xx-xxx-xxx.ip.linodeusercontent.com run-parts(/etc/cron.daily)[56331]: finished logrotate
    Aug 11 22:09:01 xxx-xx-xxx-xxx.ip.linodeusercontent.com run-parts(/etc/cron.daily)[56333]: starting man-db.cron
    Aug 11 22:09:25 xxx-xx-xxx-xxx.ip.linodeusercontent.com run-parts(/etc/cron.daily)[31682]: finished man-db.cron
    Aug 11 22:09:25 xxx-xx-xxx-xxx.ip.linodeusercontent.com run-parts(/etc/cron.daily)[31684]: starting mlocate
    Aug 11 22:09:28 xxx-xx-xxx-xxx.ip.linodeusercontent.com run-parts(/etc/cron.daily)[31693]: finished mlocate
    Aug 11 22:09:28 xxx-xx-xxx-xxx.ip.linodeusercontent.com anacron[56184]: Job `cron.daily' terminated
    Aug 11 22:10:01 xxx-xx-xxx-xxx.ip.linodeusercontent.com systemd[1]: Started Session 29 of user root.
    -- Subject: Unit session-29.scope has finished start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- 
    -- Unit session-29.scope has finished starting up.
    -- 
    -- The start-up result is done.
    Aug 11 22:10:01 xxx-xx-xxx-xxx.ip.linodeusercontent.com CROND[31703]: (root) CMD (/usr/lib64/sa/sa1 1 1)
    Aug 11 22:11:27 xxx-xx-xxx-xxx.ip.linodeusercontent.com polkitd[510]: Registered Authentication Agent for unix-process:31727:216284 (system bus name :1.147 [/usr/bin/pkttyagent --notify-fd 5 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
    Aug 11 22:11:27 xxx-xx-xxx-xxx.ip.linodeusercontent.com systemd[1]: Reloading.
    Aug 11 22:11:27 xxx-xx-xxx-xxx.ip.linodeusercontent.com polkitd[510]: Unregistered Authentication Agent for unix-process:31727:216284 (system bus name :1.147, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus)
    Aug 11 22:11:28 xxx-xx-xxx-xxx.ip.linodeusercontent.com polkitd[510]: Registered Authentication Agent for unix-process:31767:216308 (system bus name :1.148 [/usr/bin/pkttyagent --notify-fd 5 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
    Aug 11 22:11:28 xxx-xx-xxx-xxx.ip.linodeusercontent.com systemd[1]: Starting SYSV: Nginx is an HTTP(S) server, HTTP(S) reverse proxy and IMAP/POP3 proxy server...
    -- Subject: Unit nginx.service has begun start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- 
    -- Unit nginx.service has begun starting up.
    Aug 11 22:11:28 xxx-xx-xxx-xxx.ip.linodeusercontent.com systemd[1]: nginx.service: control process exited, code=exited status=5
    Aug 11 22:11:28 xxx-xx-xxx-xxx.ip.linodeusercontent.com systemd[1]: Failed to start SYSV: Nginx is an HTTP(S) server, HTTP(S) reverse proxy and IMAP/POP3 proxy server.
    -- Subject: Unit nginx.service has failed
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- 
    -- Unit nginx.service has failed.
    -- 
    -- The result is failed.
    Aug 11 22:11:28 xxx-xx-xxx-xxx.ip.linodeusercontent.com systemd[1]: Unit nginx.service entered failed state.
    Aug 11 22:11:28 xxx-xx-xxx-xxx.ip.linodeusercontent.com systemd[1]: nginx.service failed.
    Aug 11 22:11:28 xxx-xx-xxx-xxx.ip.linodeusercontent.com polkitd[510]: Unregistered Authentication Agent for unix-process:31767:216308 (system bus name :1.148, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus)
    Aug 11 22:11:28 xxx-xx-xxx-xxx.ip.linodeusercontent.com polkitd[510]: Registered Authentication Agent for unix-process:31783:216317 (system bus name :1.149 [/usr/bin/pkttyagent --notify-fd 5 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
    Aug 11 22:11:28 xxx-xx-xxx-xxx.ip.linodeusercontent.com systemd[1]: Starting PHP FastCGI Process Manager...
    -- Subject: Unit php-fpm.service has begun start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- 
    -- Unit php-fpm.service has begun starting up.
    Aug 11 22:11:28 xxx-xx-xxx-xxx.ip.linodeusercontent.com systemd[31789]: Failed at step EXEC spawning /usr/local/sbin/php-fpm: No such file or directory
    -- Subject: Process /usr/local/sbin/php-fpm could not be executed
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- 
    -- The process /usr/local/sbin/php-fpm could not be executed and failed.
    -- 
    -- The error number returned by this process is 2.
    Aug 11 22:11:28 xxx-xx-xxx-xxx.ip.linodeusercontent.com systemd[1]: php-fpm.service: control process exited, code=exited status=203
    Aug 11 22:11:28 xxx-xx-xxx-xxx.ip.linodeusercontent.com systemd[1]: Failed to start PHP FastCGI Process Manager.
    -- Subject: Unit php-fpm.service has failed
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- 
    -- Unit php-fpm.service has failed.
    -- 
    -- The result is failed.
    Aug 11 22:11:28 xxx-xx-xxx-xxx.ip.linodeusercontent.com systemd[1]: Unit php-fpm.service entered failed state.
    Aug 11 22:11:28 xxx-xx-xxx-xxx.ip.linodeusercontent.com systemd[1]: php-fpm.service failed.
    Aug 11 22:11:28 xxx-xx-xxx-xxx.ip.linodeusercontent.com polkitd[510]: Unregistered Authentication Agent for unix-process:31783:216317 (system bus name :1.149, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus)
    lines 1588-1666/1666 (END)
     
  4. Jon Snow

    Jon Snow Active Member

    783
    158
    43
    Jun 30, 2017
    Ratings:
    +232
    Local Time:
    12:53 AM
    Nginx 1.13.9
    MariaDB 10.1.31
    I also found that the install time for a 1 CPU server was fast which is weird.
     
  5. Jon Snow

    Jon Snow Active Member

    783
    158
    43
    Jun 30, 2017
    Ratings:
    +232
    Local Time:
    12:53 AM
    Nginx 1.13.9
    MariaDB 10.1.31
    Code (Text):
    service nginx status
    ● nginx.service - SYSV: Nginx is an HTTP(S) server, HTTP(S) reverse proxy and IMAP/POP3 proxy server
       Loaded: loaded (/etc/rc.d/init.d/nginx; bad; vendor preset: disabled)
       Active: failed (Result: exit-code) since Thu 2022-08-11 22:15:41 UTC; 55min ago
         Docs: man:systemd-sysv-generator(8)
      Process: 32070 ExecStart=/etc/rc.d/init.d/nginx start (code=exited, status=5)
    
    Aug 11 22:15:41 xxx-xx-xxx-xxx.ip.linodeusercontent.com systemd[1]: Starting SYSV: Nginx is an HTTP(S) server, HTTP(S) reverse proxy and IMAP/POP3 proxy server...
    Aug 11 22:15:41 xxx-xx-xxx-xxx.ip.linodeusercontent.com systemd[1]: nginx.service: control process exited, code=exited status=5
    Aug 11 22:15:41 xxx-xx-xxx-xxx.ip.linodeusercontent.com systemd[1]: Failed to start SYSV: Nginx is an HTTP(S) server, HTTP(S) reverse proxy and IMAP/POP3 proxy server.
    Aug 11 22:15:41 xxx-xx-xxx-xxx.ip.linodeusercontent.com systemd[1]: Unit nginx.service entered failed state.
    Aug 11 22:15:41 xxx-xx-xxx-xxx.ip.linodeusercontent.com systemd[1]: nginx.service failed.
     
  6. eva2000

    eva2000 Administrator Staff Member

    53,508
    12,132
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,675
    Local Time:
    1:53 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  7. Jon Snow

    Jon Snow Active Member

    783
    158
    43
    Jun 30, 2017
    Ratings:
    +232
    Local Time:
    12:53 AM
    Nginx 1.13.9
    MariaDB 10.1.31
    Code (Text):
    nginx -t
    -bash: nginx: command not found
     
  8. Jon Snow

    Jon Snow Active Member

    783
    158
    43
    Jun 30, 2017
    Ratings:
    +232
    Local Time:
    12:53 AM
    Nginx 1.13.9
    MariaDB 10.1.31
  9. eva2000

    eva2000 Administrator Staff Member

    53,508
    12,132
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,675
    Local Time:
    1:53 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Looks like maybe your server or region/data center had internet connectivity issues as a lot of dependencies failed to download properly so both Nginx and PHP-FPM failed to compile/install

    Code (Text):
    tar (child): openssl-1.1.1q.tar.gz: Cannot open: No such file or directory
    tar (child): Error is not recoverable: exiting now
    tar: Child returned status 2
    tar: Error is not recoverable: exiting now
    

    Code (Text):
    tar (child): /svr-setup/srcache-nginx-module_v0.32.tar.gz: Cannot open: No such file or directory
    tar (child): Error is not recoverable: exiting now
    tar: Child returned status 2
    tar: Error is not recoverable: exiting now
    tar (child): /svr-setup/set-misc-nginx-module_v0.32.tar.gz: Cannot open: No such file or directory
    tar (child): Error is not recoverable: exiting now
    tar: Child returned status 2
    tar: Error is not recoverable: exiting now
    tar (child): /svr-setup/echo-nginx-module_v0.62.tar.gz: Cannot open: No such file or directory
    tar (child): Error is not recoverable: exiting now
    tar: Child returned status 2
    tar: Error is not recoverable: exiting now
    tar (child): /svr-setup/redis2-nginx-module_v0.15.tar.gz: Cannot open: No such file or directory
    tar (child): Error is not recoverable: exiting now
    tar: Child returned status 2
    tar: Error is not recoverable: exiting now
    

    Tried a different datacenter? Or check Linode's status page to see if there's any reported outages or maintenance windows.
     
  10. Jon Snow

    Jon Snow Active Member

    783
    158
    43
    Jun 30, 2017
    Ratings:
    +232
    Local Time:
    12:53 AM
    Nginx 1.13.9
    MariaDB 10.1.31
    None reported today

    https://status.linode.com/
     
  11. Jon Snow

    Jon Snow Active Member

    783
    158
    43
    Jun 30, 2017
    Ratings:
    +232
    Local Time:
    12:53 AM
    Nginx 1.13.9
    MariaDB 10.1.31
    Is there a way I can test this to confirm?
     
  12. eva2000

    eva2000 Administrator Staff Member

    53,508
    12,132
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,675
    Local Time:
    1:53 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Well you can try a different Linode datacenter region.

    Anyway, I did find an Nginx bug with headers more nginx module in 124.00stable due to 130.00beta01 backported fixes. So I did update 124.00stable with a fix. But that only accounts for one of your issues. Your dependency downloads failed for other stuff.

    edit: actually see on Upcloud test VPS also had a failed download - could be Github issue but nothing logged there https://www.githubstatus.com/

    Code (Text):
    tar: Child returned status 1
    tar: Error is not recoverable: exiting now
    tar (child): /svr-setup/ngx_http_redis-0.4.0-cmm.tar.gz: Cannot open: No such file or directory
    tar (child): Error is not recoverable: exiting now
    tar: Child returned status 2
    tar: Error is not recoverable: exiting now
    


    but after fix in 124.00stable, working
    On your initial install log missing a lot of nginx modules as dependencies were not able to be downloaded
     
  13. Jon Snow

    Jon Snow Active Member

    783
    158
    43
    Jun 30, 2017
    Ratings:
    +232
    Local Time:
    12:53 AM
    Nginx 1.13.9
    MariaDB 10.1.31
    Trying a different datacenter as I type.
     
  14. Jon Snow

    Jon Snow Active Member

    783
    158
    43
    Jun 30, 2017
    Ratings:
    +232
    Local Time:
    12:53 AM
    Nginx 1.13.9
    MariaDB 10.1.31
    Same issue.
     
  15. Jon Snow

    Jon Snow Active Member

    783
    158
    43
    Jun 30, 2017
    Ratings:
    +232
    Local Time:
    12:53 AM
    Nginx 1.13.9
    MariaDB 10.1.31
    I'm trying again since I see you posted up the fix in the other forum.
     
  16. Jon Snow

    Jon Snow Active Member

    783
    158
    43
    Jun 30, 2017
    Ratings:
    +232
    Local Time:
    12:53 AM
    Nginx 1.13.9
    MariaDB 10.1.31
    The time was better but it still looks incomplete :(
    Code (Text):
    Total Curl Installer YUM or DNF Time: 173.6126 seconds
    Total YUM Time: 16.890400802 seconds
    Total YUM or DNF + Source Download Time: 94.3910
    Total Nginx First Time Install Time: 389.5998
    Total PHP First Time Install Time: 293.9851
    Download From Github Time: 1.5084
    Total Time Other eg. source compiles: 422.8619
    Total Centmin Mod Install Time: 1200.8379
     
  17. eva2000

    eva2000 Administrator Staff Member

    53,508
    12,132
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,675
    Local Time:
    1:53 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Can you try the 130.00beta01 installer to check if it's specific to 124.00stable and/or github.com download connectivity

    I tested latest 124.00stable on 4cpu Upcloud NYC KVM VPS and worked fine

    Code (Text):
    ---------------------------------------------------------------------------
    Total Curl Installer YUM or DNF Time: 83.9804 seconds
    Total YUM Time: 10.258159079 seconds
    Total YUM or DNF + Source Download Time: 255.3564
    Total Nginx First Time Install Time: 168.9613
    Total PHP First Time Install Time: 214.1301
    Download From Github Time: 0.8182
    Total Time Other eg. source compiles: 434.5988
    Total Centmin Mod Install Time: 1073.0465
    ---------------------------------------------------------------------------
    Total Install Time (curl yum + cm install + zip download): 1157.8451 seconds
    ---------------------------------------------------------------------------
    4 AMD EPYC 7543 32-Core Processor
    4 2794.748
    ---------------------------------------------------------------------------
    Centmin Mod Version: 124.00stable.s45
    Install Summary Logs: /root/centminlogs/installer_summary_links.log
    ---------------------------------------------------------------------------
    


    and further up in initial install output is the post install version check list which looks right
    Code (Text):
    *************************************************
    * Post-Install Check List....
    *************************************************
    
    --------------------------------------------------------
    Check ccache Version:
    --------------------------------------------------------
    ccache version 3.7.12
    
    Copyright (C) 2002-2007 Andrew Tridgell
    Copyright (C) 2009-2020 Joel Rosdahl
    
    This program is free software; you can redistribute it and/or modify it under
    the terms of the GNU General Public License as published by the Free Software
    Foundation; either version 3 of the License, or (at your option) any later
    version.
    
    --------------------------------------------------------
    Check Nginx Version:
    --------------------------------------------------------
    nginx version: nginx/1.21.6 (120822-004828-centos7-kvm-0f98c76)
    built by gcc 10.2.1 20210130 (Red Hat 10.2.1-11) (GCC) 
    built with OpenSSL 1.1.1q  5 Jul 2022
    TLS SNI support enabled
    configure arguments: --with-ld-opt='-Wl,-E -L/usr/local/zlib-cf/lib -L/usr/local/nginx-dep/lib -ljemalloc -Wl,-z,relro -Wl,-rpath,/usr/local/zlib-cf/lib:/usr/local/nginx-dep/lib -flto=4 -fuse-ld=gold' --with-cc-opt='-I/usr/local/zlib-cf/include -I/usr/local/nginx-dep/include -m64 -march=x86-64 -DTCP_FASTOPEN=23 -g -O3 -fstack-protector-strong -flto=4 -fuse-ld=gold --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wno-pointer-sign -Wimplicit-fallthrough=0 -Wno-missing-profile -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-unused-result -fcode-hoisting -Wno-cast-function-type -Wno-format-extra-args -Wno-vla-parameter -Wp,-D_FORTIFY_SOURCE=2' --sbin-path=/usr/local/sbin/nginx --conf-path=/usr/local/nginx/conf/nginx.conf --build=120822-004828-centos7-kvm-0f98c76 --with-compat --without-pcre2 --with-http_stub_status_module --with-http_secure_link_module --with-libatomic --with-http_gzip_static_module --with-http_sub_module --with-http_addition_module --with-http_image_filter_module=dynamic --with-http_geoip_module --with-stream_geoip_module --with-stream_realip_module --with-stream_ssl_preread_module --with-threads --with-stream --with-stream_ssl_module --with-http_realip_module --add-dynamic-module=../ngx-fancyindex-0.4.2 --add-module=../ngx_cache_purge-2.5.1 --add-dynamic-module=../ngx_devel_kit-0.3.0 --add-dynamic-module=../set-misc-nginx-module-0.32 --add-dynamic-module=../echo-nginx-module-0.62 --add-module=../redis2-nginx-module-0.15 --add-module=../ngx_http_redis-0.4.0-cmm --add-module=../memc-nginx-module-0.19 --add-module=../srcache-nginx-module-0.32 --add-dynamic-module=../headers-more-nginx-module-0.34 --with-pcre-jit --with-zlib=../zlib-cloudflare-1.3.0 --with-http_ssl_module --with-http_v2_module --with-openssl=../openssl-1.1.1q
    
    --------------------------------------------------------
    Check PHP-FPM Version:
    --------------------------------------------------------
    PHP 7.4.30 (cli) (built: Aug 12 2022 00:53:35) ( NTS )
    Copyright (c) The PHP Group
    Zend Engine v3.4.0, Copyright (c) Zend Technologies
        with Zend OPcache v7.4.30, Copyright (c), by Zend Technologies
    
    --------------------------------------------------------
    Check MariaDB installed RPM Versions:
    --------------------------------------------------------
    MariaDB-server-10.3.35-1.el7.centos.x86_64
    MariaDB-client-10.3.35-1.el7.centos.x86_64
    MariaDB-shared-10.3.35-1.el7.centos.x86_64
    MariaDB-compat-10.3.35-1.el7.centos.x86_64
    MariaDB-common-10.3.35-1.el7.centos.x86_64
    MariaDB-devel-10.3.35-1.el7.centos.x86_64
    
    --------------------------------------------------------
    Check Memcached Server Version:
    --------------------------------------------------------
    memcached 1.6.5
    
    --------------------------------------------------------
    Check CSF Firewall Version:
    --------------------------------------------------------
    csf: v14.17 (generic)
    
    --------------------------------------------------------
    Check Siege Benchmark Version:
    --------------------------------------------------------
    SIEGE 4.0.4
    
    Copyright (C) 2017 by Jeffrey Fulmer, et al.
    This is free software; see the source for copying conditions.
    There is NO warranty; not even for MERCHANTABILITY or FITNESS
    FOR A PARTICULAR PURPOSE.
    
    
    --------------------------------------------------------
    Check mysqlreport version:
    --------------------------------------------------------
    mysqlreport v3.5-maria11 Jul 4 2013
    
    --------------------------------------------------------
    Check pure-ftpd Version:
    --------------------------------------------------------
    pure-ftpd v1.0.47
    
    --------------------------------------------------------
    Check YUM Repo List
    --------------------------------------------------------
    Loaded plugins: fastestmirror, priorities, versionlock
    Loading mirror speeds from cached hostfile
     * base: centos.mirror.constant.com
     * centos-sclo-rh: nyc.mirrors.clouvider.net
     * centos-sclo-sclo: mirrors.advancedhosters.com
     * epel: ftp-nyc.osuosl.org
     * extras: mirrors.advancedhosters.com
     * updates: nyc.mirrors.clouvider.net
    221 packages excluded due to repository priority protections
    repo id                  repo name                                   status
    base/7/x86_64            CentOS-7 - Base                             7,774+2,298
    centos-sclo-rh/x86_64    CentOS-7 - SCLo rh                             8,000+24
    centos-sclo-sclo/x86_64  CentOS-7 - SCLo sclo                                816
    epel/x86_64              Extra Packages for Enterprise Linux 7 - x86  12,797+959
    extras/7/x86_64          CentOS-7 - Extras                                   512
    mariadb                  MariaDB                                            95+6
    percona-release-x86_64/7 Percona Original release/x86_64 YUM reposit    2,418+46
    prel-release-noarch/7    Percona Release release/noarch YUM reposito           5
    updates/7/x86_64         CentOS-7 - Updates                            3,274+827
    repolist: 35,691
    
    --------------------------------------------------------
    mytimes check:
    /usr/bin/mytimes
    --------------------------------------------------------
    Fri Aug 12 00:59:52 UTC 2022    [UTC]
    Fri Aug 12 10:59:52 AEST 2022   [Australia/Brisbane]
    Thu Aug 11 17:59:52 PDT 2022    [America/Los_Angeles]
    Thu Aug 11 19:59:52 CDT 2022    [America/Chicago]
    Thu Aug 11 20:59:52 EDT 2022    [America/New_York]
    Thu Aug 11 20:59:52 EDT 2022    [America/Montreal]
    Fri Aug 12 01:59:52 BST 2022    [Europe/London]
    Fri Aug 12 02:59:52 CEST 2022   [Europe/Berlin]
    Fri Aug 12 07:59:52 +07 2022    [Asia/Bangkok]
    Fri Aug 12 07:59:52 +07 2022    [Asia/Ho_Chi_Minh]
    Fri Aug 12 07:59:52 WIB 2022    [Asia/Jakarta]
    Fri Aug 12 08:59:52 +08 2022    [Asia/Kuala_Lumpur]
    Fri Aug 12 08:59:52 +08 2022    [Asia/Singapore]
    --------------------------------------------------------
    
     
    Last edited: Aug 12, 2022
  18. Jon Snow

    Jon Snow Active Member

    783
    158
    43
    Jun 30, 2017
    Ratings:
    +232
    Local Time:
    12:53 AM
    Nginx 1.13.9
    MariaDB 10.1.31
    Doing that right now.
     
  19. eva2000

    eva2000 Administrator Staff Member

    53,508
    12,132
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,675
    Local Time:
    1:53 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Might actually be an additional pecl.php.net issue, even on Upcloud test header check taking 47 seconds!
    Code (Text):
    time curl -Iv https://pecl.php.net/package/imagick
    * About to connect() to pecl.php.net port 443 (#0)
    *   Trying 104.236.228.160...
    * Connected to pecl.php.net (104.236.228.160) port 443 (#0)
    * Initializing NSS with certpath: sql:/etc/pki/nssdb
    *   CAfile: /etc/pki/tls/certs/ca-bundle.crt
      CApath: none
    * SSL connection using TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
    * Server certificate:
    *       subject: CN=*.php.net
    *       start date: May 17 12:11:06 2022 GMT
    *       expire date: Jun 18 12:11:05 2023 GMT
    *       common name: *.php.net
    *       issuer: CN=GlobalSign GCC R3 DV TLS CA 2020,O=GlobalSign nv-sa,C=BE
    > HEAD /package/imagick HTTP/1.1
    > User-Agent: curl/7.29.0
    > Host: pecl.php.net
    > Accept: */*
    > 
    < HTTP/1.1 200 OK
    HTTP/1.1 200 OK
    < Date: Fri, 12 Aug 2022 08:22:28 GMT
    Date: Fri, 12 Aug 2022 08:22:28 GMT
    < Server: Apache/2.4.25 (Debian)
    Server: Apache/2.4.25 (Debian)
    < Set-Cookie: PHPSESSID=2q3dacqnkrdaukkhk4fuaqfuh7; path=/
    Set-Cookie: PHPSESSID=2q3dacqnkrdaukkhk4fuaqfuh7; path=/
    < Expires: Thu, 19 Nov 1981 08:52:00 GMT
    Expires: Thu, 19 Nov 1981 08:52:00 GMT
    < Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    < Pragma: no-cache
    Pragma: no-cache
    < Strict-Transport-Security: max-age=31536000
    Strict-Transport-Security: max-age=31536000
    < Content-Type: text/html; charset=utf-8
    Content-Type: text/html; charset=utf-8
    
    < 
    * Connection #0 to host pecl.php.net left intact
    
    real    0m47.652s
    user    0m0.028s
    sys     0m0.044s
    
     
  20. Jon Snow

    Jon Snow Active Member

    783
    158
    43
    Jun 30, 2017
    Ratings:
    +232
    Local Time:
    12:53 AM
    Nginx 1.13.9
    MariaDB 10.1.31
    130.00beta01 might be fine:

    Code (Text):
    Total Curl Installer YUM or DNF Time: 187.3400 seconds
    Total YUM Time: 18.977436766 seconds
    Total YUM or DNF + Source Download Time: 65.2104
    Total Nginx First Time Install Time: 974.0045
    Total PHP First Time Install Time: 969.2184
    Download From Github Time: 1.7660
    Total Time Other eg. source compiles: 577.3016
    Total Centmin Mod Install Time: 2585.7350
    ---------------------------------------------------------------------------
    Total Install Time (curl yum + cm install + zip download): 2774.8410 seconds
    ---------------------------------------------------------------------------
    1 AMD EPYC 7601 32-Core Processor
    1 2199.990
    ---------------------------------------------------------------------------
    Centmin Mod Version: 130.00beta01.b132

    This seems realistic and no errors with restarting nginx/php-fmp.