Get the most out of your Centmin Mod LEMP stack
Become a Member

Nginx [nginx-announce] nginx-1.11.11

Discussion in 'Nginx and PHP-FPM news & discussions' started by eva2000, Mar 22, 2017.

  1. eva2000

    eva2000 Administrator Staff Member

    54,110
    12,179
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,739
    Local Time:
    5:40 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Changes with nginx 1.11.11 21 Mar 2017

    *) Feature: the "worker_shutdown_timeout" directive.

    *) Feature: vim syntax highlighting scripts improvements.
    Thanks to Wei-Ko Kao.

    *) Bugfix: a segmentation fault might occur in a worker process if the
    $limit_rate variable was set to an empty string.

    *) Bugfix: the "proxy_cache_background_update",
    "fastcgi_cache_background_update", "scgi_cache_background_update",
    and "uwsgi_cache_background_update" directives might work incorrectly
    if the "if" directive was used.


    *) Bugfix: a segmentation fault might occur in a worker process if
    number of large_client_header_buffers in a virtual server was
    different from the one in the default server.

    *) Bugfix: in the mail proxy server.


    --
    Maxim Dounin
    http://nginx.org/
    _______________________________________________
    nginx-announce mailing list
    nginx-announce@nginx.org
    http://mailman.nginx.org/mailman/listinfo/nginx-announce

    Continue reading...
     
  2. pamamolf

    pamamolf Premium Member Premium Member

    4,074
    427
    83
    May 31, 2014
    Ratings:
    +833
    Local Time:
    9:40 AM
    Nginx-1.25.x
    MariaDB 10.3.x
    Upgrade doesn't work :(

    Code:
    2 errors generated.
    make[1]: *** [objs/addon/src/ngx_http_echo_request_info.o] Error 1
    make[1]: *** Waiting for unfinished jobs....
    make[1]: Leaving directory `/svr-setup/nginx-1.11.11'
    make: *** [build] Error 2
    
    real    0m9.375s
    user    0m37.714s
    sys    0m26.993s
    
    strip nginx binary...
    ls: cannot access objs/nginx: No such file or directory
    strip: 'objs/nginx': No such file
    ls: cannot access objs/nginx: No such file or directory
    
    
    Tue Mar 21 17:47:01 UTC 2017
    Error: 2, Nginx make failed
    Latest Centos 7.x
    LAtest Centminmod beta...

    Log attached:
     

    Attached Files:

    Last edited: Mar 22, 2017
  3. Andy

    Andy Active Member

    543
    89
    28
    Aug 6, 2014
    Ratings:
    +132
    Local Time:
    1:40 AM
    Same issue
     
  4. rdan

    rdan Well-Known Member

    5,443
    1,402
    113
    May 25, 2014
    Ratings:
    +2,194
    Local Time:
    3:40 PM
    Mainline
    10.2
    Works fine for me:).
     
  5. cloud9

    cloud9 Premium Member Premium Member

    431
    117
    43
    Oct 6, 2015
    England
    Ratings:
    +217
    Local Time:
    7:40 AM
    1.25.3
    10.6.x
    Same issue here
     
  6. pamamolf

    pamamolf Premium Member Premium Member

    4,074
    427
    83
    May 31, 2014
    Ratings:
    +833
    Local Time:
    9:40 AM
    Nginx-1.25.x
    MariaDB 10.3.x
    Code:
    built by gcc 5.3.1 20160406 (Red Hat 5.3.1-6) (GCC)
    Then the issue may be related to Clang that i use?
     
  7. rdan

    rdan Well-Known Member

    5,443
    1,402
    113
    May 25, 2014
    Ratings:
    +2,194
    Local Time:
    3:40 PM
    Mainline
    10.2
    I think the errors you guys having is because of: ORESTY_ECHOVER
     
  8. pamamolf

    pamamolf Premium Member Premium Member

    4,074
    427
    83
    May 31, 2014
    Ratings:
    +833
    Local Time:
    9:40 AM
    Nginx-1.25.x
    MariaDB 10.3.x
    Gcc was not help as i got the same error.... :(
     
  9. eva2000

    eva2000 Administrator Staff Member

    54,110
    12,179
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,739
    Local Time:
    5:40 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    looks like incompatibility with openresty echo nginx module GitHub - openresty/echo-nginx-module: An Nginx module for bringing the power of "echo", "sleep", "time" and more to Nginx's config file

    compile error: ngx_http_connection_t uses ngx_chain_t instead of ngx_buf_t in nginx1.11.10 · Issue #64 · openresty/echo-nginx-module · GitHub

    and

    Nginx 1.11.11 Compilation Error · Issue #1016 · openresty/lua-nginx-module · GitHub

    As 1.11.11 isn't a security release, for now stick with 1.11.10 :)
     
  10. pamamolf

    pamamolf Premium Member Premium Member

    4,074
    427
    83
    May 31, 2014
    Ratings:
    +833
    Local Time:
    9:40 AM
    Nginx-1.25.x
    MariaDB 10.3.x
    Hoping to try it that may help for my 502 errors :)
     
  11. Jimmy

    Jimmy Well-Known Member

    1,788
    390
    83
    Oct 24, 2015
    East Coast USA
    Ratings:
    +990
    Local Time:
    2:40 AM
    No problem upgrading for me.
     
  12. eva2000

    eva2000 Administrator Staff Member

    54,110
    12,179
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,739
    Local Time:
    5:40 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    you both probably had NGINX_OPENRESTY='n' disabled for openresty nginx modules which is enabled by default NGINX_OPENRESTY='y' and required for some nginx usage cases like wordpress redis cache at nginx level etc.

    If you web apps don't use nginx set or echo commands, then you can probably disable NGINX_OPENRESTY='n' but i'd just stick with nginx 1.11.10 until fix is made for openresty echo and lua nginx modules

     
  13. Jimmy

    Jimmy Well-Known Member

    1,788
    390
    83
    Oct 24, 2015
    East Coast USA
    Ratings:
    +990
    Local Time:
    2:40 AM
    I don't have any entry for NGINX_OPENRESTY='n' in my custom_config.

    I have a very stock version of CMM beta. So, unless this was set to enable very recently, it's probably still enabled.

    Looks like it actually didn't upgrade. Must have missed the error message.
     
  14. eva2000

    eva2000 Administrator Staff Member

    54,110
    12,179
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,739
    Local Time:
    5:40 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  15. RB1

    RB1 Active Member

    292
    75
    28
    Nov 11, 2016
    California
    Ratings:
    +122
    Local Time:
    11:40 PM
    Nginx 1.21.x
    MariaDB 10.1.x
    Yes, I also had the same issues with 1.11.11. My sites started to crash after attempting the update so I had to recompile with 1.11.10. Waiting for a fix :)
     
  16. eva2000

    eva2000 Administrator Staff Member

    54,110
    12,179
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,739
    Local Time:
    5:40 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    looks like nginx 1.11.12 was released for a quick bug fix though we'd still waiting on echo nginx fix too
    http://nginx.org/en/CHANGES
     
  17. eva2000

    eva2000 Administrator Staff Member

    54,110
    12,179
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,739
    Local Time:
    5:40 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    FYI, just updated 123.09beta01 with a temp work around fix using the echo nginx module patch so that nginx 1.11.11+ can compile :) Just until Openresty folks update their echo nginx module

     
  18. pamamolf

    pamamolf Premium Member Premium Member

    4,074
    427
    83
    May 31, 2014
    Ratings:
    +833
    Local Time:
    9:40 AM
    Nginx-1.25.x
    MariaDB 10.3.x
    no official update yet for the openresty and echo?
     
  19. eva2000

    eva2000 Administrator Staff Member

    54,110
    12,179
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,739
    Local Time:
    5:40 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+