Learn about Centmin Mod LEMP Stack today
Become a Member

Nginx Nginx upgrade stuck on this stage

Discussion in 'Install & Upgrades or Pre-Install Questions' started by rdan, Feb 24, 2016.

Tags:
  1. rdan

    rdan Well-Known Member

    5,451
    1,412
    113
    May 25, 2014
    Ratings:
    +2,206
    Local Time:
    4:31 AM
    Mainline
    10.2

     
  2. eva2000

    eva2000 Administrator Staff Member

    55,458
    12,257
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,841
    Local Time:
    6:31 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    probably a very slow download for devtoolset-3 yum packages from the slc6-scl.repo for the required GCC 4.9.1 compiler on CentOS 6 for ngx_pagespeed 1.10 compatibility which requires GCC >4.8+ to compile

    you can open another ssh session while keeping that one alive and look at top or ps output to see what it's doing
    Code:
    top -c
    ps aufx
     
  3. rdan

    rdan Well-Known Member

    5,451
    1,412
    113
    May 25, 2014
    Ratings:
    +2,206
    Local Time:
    4:31 AM
    Mainline
    10.2
    But I'm on Centos 7.
     
  4. eva2000

    eva2000 Administrator Staff Member

    55,458
    12,257
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,841
    Local Time:
    6:31 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    you using ngx_brotli with NGINX_LIBBROTLI=y ? as brotli library also needs devtoolset-3 GCC to compile the library

    what does the top or ps aufx list show ?
     
  5. rdan

    rdan Well-Known Member

    5,451
    1,412
    113
    May 25, 2014
    Ratings:
    +2,206
    Local Time:
    4:31 AM
    Mainline
    10.2
    I have it disabled on custom config.
    Can't monitor it right now again since second attempt works well.
     
  6. eva2000

    eva2000 Administrator Staff Member

    55,458
    12,257
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,841
    Local Time:
    6:31 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    ah so temporarily connectivity issues !