Welcome to Centmin Mod Community
Register Now

New Install error.

Discussion in 'Install & Upgrades or Pre-Install Questions' started by KinderOvO, Jul 6, 2015.

  1. KinderOvO

    KinderOvO Member

    92
    1
    8
    Jan 13, 2015
    Ratings:
    +1
    Local Time:
    2:15 PM
    1.4
    10
    2015-07-05 18:12:15 (0.00 B/s) - “1.9.32.4.tar.gz” saved [1540/1540]

    Download done.


    gzip: stdin: not in gzip format
    tar: Child returned status 1
    tar: Error is not recoverable: exiting now
    Error: 1.9.32.4.tar.gz extraction failed.
    check Centmin Mod log for details at /root/centminlogs/
    Aborting script...


    i sue command github for install.

    yum -y install wget nano bc unzip
    branchname=123.08beta03
    wget -O /usr/local/src/${branchname}.zip https://github.com/centminmod/centminmod/archive/${branchname}.zip
    cd /usr/local/src
    unzip ${branchname}.zip
    cd centminmod-${branchname}
    chmod +x centmin.sh
     
  2. rdan

    rdan Well-Known Member

    5,451
    1,412
    113
    May 25, 2014
    Ratings:
    +2,206
    Local Time:
    12:15 PM
    Mainline
    10.2
    related to ngx_pagespeed.
     
  3. eva2000

    eva2000 Administrator Staff Member

    55,445
    12,257
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,841
    Local Time:
    2:15 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    yeah seems like ngx_pagespeed tarball didn't finish downloading or was abruptly terminated

    Code:
    Error: 1.9.32.4.tar.gz extraction failed.
    try OS reload and start again.. probably just an issue temporarily
     
  4. KinderOvO

    KinderOvO Member

    92
    1
    8
    Jan 13, 2015
    Ratings:
    +1
    Local Time:
    2:15 PM
    1.4
    10
    i reload os, and other error

    centminmod-123.08beta03]# service nginx restart
    /etc/init.d/nginx: line 71: /usr/local/sbin/nginx: No such file or directory
     
  5. eva2000

    eva2000 Administrator Staff Member

    55,445
    12,257
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,841
    Local Time:
    2:15 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Nginx failed to install - need to look into initial install log to find out why

    Some standard copy and paste questions etc for you
    • Server or VPS details ? XEN, KVM, OpenVZ, VMWare or dedicated server ? OS ? CentOS 6.6 or 7.1 ? 32bit or 64bit ?
    • What version of Centmin Mod ? .07 stable or .08 beta03 ?
    • Was it fresh install or upgrade ?
    • How long ago did you install Centmin Mod ?
    • There's numerous code changes, bug fixes over time, so ensure you have latest Centmin Mod code installed by upgrading your Centmin Mod code as instructed below.

    Troubleshooting Initial Install



    To troubleshoot initial installation, you need to check the initial install log at /root/centminlogs. You can see full details at How to troubleshoot Centmin Mod initial install issues | Centmin Mod Community

    Upgrading Centmin Mod Code to Latest Version



    Upgrading Centmin Mod involves 2 parts.
    1. Upgrading the actual Centmin Mod code which you downloaded via zip file or via github. This is heart of Centmin Mod where the code is the engine that runs centmin.sh shell based menu and all the automation you're accustomed to.
    2. Upgrade software that Centmin Mod installed or manages. For this part following outline at Upgrade - How to upgrade Centmin Mod is best.
    So essentially, you can upgrade from .07 to .08 in place, but not everything is upgraded as some things like server initial environment setup isn't changed i.e. how swap, tmp setup and allocation are created etc. The main parts from part 2 above are what in place upgrades do i.e. Nginx and PHP-FPM compilation and config/settings parameters and MariaDB version from 5.5 to 10.0.x. If you want the full environment changed including tmp and swap setup to .08's configuration, then you would need a fresh OS install and fresh .08 initial install. You can think of it like upgrading Windows 7 to Windows 8. An in place upgrade will upgrade code but won't change your computer environment from when you installed Windows 7 i.e. disk configuration and partition sizes won't change from when you initially installed Windows 7. Only way to change that would be fresh Windows 8 install.

    There's 3 ways you can upgrade your .07 stable or .08 beta02 code you have on your server. They are outlined in respective upgrade sections of the first posts linked below:
    1. For .07 stable 1st post see section on upgrades Install - Centmin Mod 1.2.3-eva2000.07 stable install
    2. For .08 beta 02 1st post see section on upgrade to latest code CentOS 7.x - How to help test .08 CentOS 7 Betas with Github code ?
    3. For either .07 stable or .08 beta02 via github command line Upgrade - Working with git command line for updating Centmin Mod local copies
    Github commit log for
     
  6. KinderOvO

    KinderOvO Member

    92
    1
    8
    Jan 13, 2015
    Ratings:
    +1
    Local Time:
    2:15 PM
    1.4
    10
    [1;33;40mDownload 1.9.32.4.tar.gz ...
    [m--2015-07-05 09:59:43-- https://dl.google.com/dl/page-speed/psol/1.9.32.4.tar.gz
    Resolving dl.google.com... 2607:f8b0:4007:805::100e, 74.125.224.142, 74.125.224.132, ...
    Connecting to dl.google.com|2607:f8b0:4007:805::100e|:443... connected.
    HTTP request sent, awaiting response... 302 Found
    Location: Google - Product Unavailable [following]
    --2015-07-05 09:59:43-- Google - Product Unavailable
    Connecting to dl.google.com|2607:f8b0:4007:805::100e|:80... connected.
    HTTP request sent, awaiting response... 206 Partial Content
    Length: 1540 (1.5K), 0 remaining [text/html]
    Saving to: “1.9.32.4.tar.gz”

    0K , 100% 0.00 =0s

    2015-07-05 09:59:43 (0.00 B/s) - “1.9.32.4.tar.gz” saved [1540/1540]

    [1;33;40mDownload done.
    [m
    gzip: stdin: not in gzip format
    tar: Child returned status 1
    tar: Error is not recoverable: exiting now
    [1;32;40mError: 1.9.32.4.tar.gz extraction failed.
     
  7. KinderOvO

    KinderOvO Member

    92
    1
    8
    Jan 13, 2015
    Ratings:
    +1
    Local Time:
    2:15 PM
    1.4
    10
  8. eva2000

    eva2000 Administrator Staff Member

    55,445
    12,257
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,841
    Local Time:
    2:15 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    google blocked your download as it's from a country banned by them
    Google - Product Unavailable
    You'd need to use a VPS in another location. What country is the server located in ?

    Also doesn't help you have slow downloads due to poor server connectivity as that's one slow install time !
    Code:
    Total Centmin Mod Install Time: 18426.076752447 seconds