Welcome to Centmin Mod Community
Become a Member

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

    917
    188
    43
    Jun 30, 2017
    Ratings:
    +293
    Local Time:
    11:22 AM
    Nginx 1.13.9
    MariaDB 10.1.31
    Actually, is this correct?
    Code (Text):
    nprestart
    Redirecting to /bin/systemctl restart nginx.service
    Redirecting to /bin/systemctl restart php-fpm.service


     
  2. Jon Snow

    Jon Snow Active Member

    917
    188
    43
    Jun 30, 2017
    Ratings:
    +293
    Local Time:
    11:22 AM
    Nginx 1.13.9
    MariaDB 10.1.31
    Code (Text):
    systemctl status nginx.service
    ● nginx.service - Centmin Mod NGINX Server
       Loaded: loaded (/usr/lib/systemd/system/nginx.service; enabled; vendor preset: disabled)
      Drop-In: /etc/systemd/system/nginx.service.d
               └─failure-restart.conf, openfileslimit.conf
       Active: active (running) since Fri 2022-08-12 09:04:15 UTC; 31s ago
      Process: 54939 ExecStop=/bin/sh -c /bin/kill -s TERM $(/bin/cat /usr/local/nginx/logs/nginx.pid) (code=exited, status=0/SUCCESS)
      Process: 54944 ExecStart=/usr/local/sbin/nginx -c /usr/local/nginx/conf/nginx.conf (code=exited, status=0/SUCCESS)
      Process: 54943 ExecStartPre=/usr/local/sbin/nginx -t (code=exited, status=0/SUCCESS)
     Main PID: 54946 (nginx)
       CGroup: /system.slice/nginx.service
               ├─54946 nginx: master process /usr/local/sbin/nginx -c /usr/local/nginx/conf/nginx.conf
               └─54947 nginx: worker process
    
    Aug 12 09:04:15 xxx-xx-xxx-xxx.ip.linodeusercontent.com systemd[1]: Stopped Centmin Mod NGINX Server.
    Aug 12 09:04:15 xxx-xx-xxx-xxx.ip.linodeusercontent.com systemd[1]: Starting Centmin Mod NGINX Server...
    Aug 12 09:04:15 xxx-xx-xxx-xxx.ip.linodeusercontent.com nginx[54943]: nginx: the configuration file /usr/local/nginx/conf/nginx.conf syntax is ok
    Aug 12 09:04:15 xxx-xx-xxx-xxx.ip.linodeusercontent.com nginx[54943]: nginx: configuration file /usr/local/nginx/conf/nginx.conf test is successful
    Aug 12 09:04:15 xxx-xx-xxx-xxx.ip.linodeusercontent.com systemd[1]: Failed to parse PID from file /usr/local/nginx/logs/nginx.pid: Invalid argument
    Aug 12 09:04:15 xxx-xx-xxx-xxx.ip.linodeusercontent.com systemd[1]: Started Centmin Mod NGINX Server.
    
     
  3. eva2000

    eva2000 Administrator Staff Member

    58,904
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    12:22 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    Could just of been temp github and pecl.php.net connectivity issues.

    yes :)
     
  4. eva2000

    eva2000 Administrator Staff Member

    58,904
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    12:22 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    Seems other folks reporting pecl.php.net slowness or downtime. I added a 60 second timeout to pecl.php.net downloads in updated 124.00stable and 130.00beta01 to see if we can wait out the response.

    https://stackoverflow.com/questions...or-channel-pecl-php-net-connection-to-ssl-pec

    Might be the long term solution to download via github source for each pecl.php.net download but then if github has network issues, then it's the same :)