Join the community today
Register Now

Beta Branch nginx 1.11.5 default

Discussion in 'Centmin Mod Github Commits' started by eva2000, Oct 12, 2016.

  1. eva2000

    eva2000 Administrator Staff Member

    54,857
    12,238
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,809
    Local Time:
    6:20 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  2. raciasolvo

    raciasolvo Member

    98
    11
    8
    Oct 7, 2016
    Ratings:
    +28
    Local Time:
    11:20 AM
    Nginx 1.11.6
    MariaDB 10.0.27
    I use "4 - Nginx Upgrade" and have error:
    Code (Text):
    /svr-setup/nginx-1.11.5
    nginx configure options (alternate ordering):
    ./configure --with-ld-opt="-lrt -ljemalloc -lpcre -Wl,-z,relro  -Wl,-rpath,/usr/local/lib" --with-cc-opt="-m64 -march=native -g -O3 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wno-sign-compare -Wno-string-plus-int -Wno-deprecated-declarations -Wno-unused-parameter -Wno-unused-const-variable -Wno-conditional-uninitialized -Wno-mismatched-tags -Wno-sometimes-uninitialized -Wno-parentheses-equality -Wno-tautological-compare -Wno-self-assign -Wno-deprecated-register -Wno-deprecated -Wno-invalid-source-encoding -Wno-pointer-sign -Wno-parentheses -Wno-enum-conversion -Wno-c++11-compat-deprecated-writable-strings -Wno-write-strings" --sbin-path=/usr/local/sbin/nginx --conf-path=/usr/local/nginx/conf/nginx.conf --with-http_stub_status_module --with-http_secure_link_module --add-module=../nginx-module-vts --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-threads --with-stream=dynamic --with-stream_ssl_module --with-http_realip_module --add-dynamic-module=../ngx-fancyindex-0.4.0 --add-module=../ngx_cache_purge-2.3 --add-module=../ngx_devel_kit-0.3.0 --add-module=../set-misc-nginx-module-0.31 --add-module=../echo-nginx-module-0.60 --add-module=../redis2-nginx-module-0.13 --add-module=../ngx_http_redis-0.3.7 --add-module=../memc-nginx-module-0.17 --add-module=../srcache-nginx-module-0.31 --add-module=../headers-more-nginx-module-0.31 --with-pcre=../pcre-8.39 --with-pcre-jit --with-http_ssl_module --with-http_v2_module --with-openssl=../libressl-2.4.3
    checking for OS
     + Linux 3.10.0-327.36.1.el7.x86_64 x86_64
    checking for C compiler ... found
     + using Clang C compiler
     + clang version: 3.4.2 (tags/RELEASE_34/dot2-final)
    checking for --with-ld-opt="-lrt -ljemalloc -lpcre -Wl,-z,relro  -Wl,-rpath,/usr/local/lib" ... not found
    ./configure: error: the invalid value in --with-ld-opt="-lrt -ljemalloc -lpcre -Wl,-z,relro -Wl,-rpath,/usr/local/lib"
    
    
    Tue Oct 11 19:04:27 UTC 2016
    Error: 1, Nginx configure failed
    

    1.11.4, 123.09beta01
     
    Last edited: Oct 12, 2016
  3. eva2000

    eva2000 Administrator Staff Member

    54,857
    12,238
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,809
    Local Time:
    6:20 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    To troubleshoot, you need to check the the nginx upgrade log at /root/centminlogs and instructions under Sharing logs and errors heading for using Pastebin.com or Gists to share a sanitised version of the contents of the initial install log. You can see full details at How to troubleshoot Centmin Mod initial install issues

    also what's output of
    Code (Text):
    nginx -t

    when you run centmin.sh menu option 4 there's a nginx upgrade log timestamped at /root/centminlogs

    if you type this command it lists all logs in date ascending order so latest log at bottom
    Code (Text):
    ls -lArt /root/centminlogs

    so copy the entire contents of latest nginx_upgrade log to gist.github.com or pastebin.com
     
  4. eva2000

    eva2000 Administrator Staff Member

    54,857
    12,238
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,809
    Local Time:
    6:20 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  5. raciasolvo

    raciasolvo Member

    98
    11
    8
    Oct 7, 2016
    Ratings:
    +28
    Local Time:
    11:20 AM
    Nginx 1.11.6
    MariaDB 10.0.27
  6. eva2000

    eva2000 Administrator Staff Member

    54,857
    12,238
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,809
    Local Time:
    6:20 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    weird it's just
    Code (Text):
    nginx configure options (alternate ordering):
    ./configure --with-ld-opt="-lrt -ljemalloc -Wl,-z,relro  -Wl,-rpath,/usr/local/lib" --with-cc-opt="-m64 -march=native -g -O3 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wno-sign-compare -Wno-string-plus-int -Wno-deprecated-declarations -Wno-unused-parameter -Wno-unused-const-variable -Wno-conditional-uninitialized -Wno-mismatched-tags -Wno-sometimes-uninitialized -Wno-parentheses-equality -Wno-tautological-compare -Wno-self-assign -Wno-deprecated-register -Wno-deprecated -Wno-invalid-source-encoding -Wno-pointer-sign -Wno-parentheses -Wno-enum-conversion -Wno-c++11-compat-deprecated-writable-strings -Wno-write-strings" --sbin-path=/usr/local/sbin/nginx --conf-path=/usr/local/nginx/conf/nginx.conf --with-http_stub_status_module --with-http_secure_link_module --add-module=../nginx-module-vts --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-threads --with-stream=dynamic --with-stream_ssl_module --with-http_realip_module --add-dynamic-module=../ngx-fancyindex-0.4.0 --add-module=../ngx_cache_purge-2.3 --add-module=../ngx_devel_kit-0.3.0 --add-module=../set-misc-nginx-module-0.31 --add-module=../echo-nginx-module-0.60 --add-module=../redis2-nginx-module-0.13 --add-module=../ngx_http_redis-0.3.7 --add-module=../memc-nginx-module-0.17 --add-module=../srcache-nginx-module-0.31 --add-module=../headers-more-nginx-module-0.31 --with-pcre=../pcre-8.39 --with-pcre-jit --with-http_ssl_module --with-http_v2_module --with-openssl=../libressl-2.4.3
    checking for OS
     + Linux 3.10.0-327.36.1.el7.x86_64 x86_64
    checking for C compiler ... found
     + using Clang C compiler
     + clang version: 3.4.2 (tags/RELEASE_34/dot2-final)
    checking for --with-ld-opt="-lrt -ljemalloc -Wl,-z,relro  -Wl,-rpath,/usr/local/lib" ... not found
    ./configure: error: the invalid value in --with-ld-opt="-lrt -ljemalloc -Wl,-z,relro -Wl,-rpath,/usr/local/lib"

    Does compiling 1.11.4 work or same error ?

    worked fine for my CentOS 7 install
    Code (Text):
    nginx configure options (alternate ordering):
    ./configure --with-ld-opt="-lrt -ljemalloc -Wl,-z,relro  -Wl,-rpath,/usr/local/lib" --with-cc-opt="-m64 -march=native -g -O3 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wno-sign-compare -Wno-string-plus-int -Wno-deprecated-declarations -Wno-unused-parameter -Wno-unused-const-variable -Wno-conditional-uninitialized -Wno-mismatched-tags -Wno-sometimes-uninitialized -Wno-parentheses-equality -Wno-tautological-compare -Wno-self-assign -Wno-deprecated-register -Wno-deprecated -Wno-invalid-source-encoding -Wno-pointer-sign -Wno-parentheses -Wno-enum-conversion -Wno-c++11-compat-deprecated-writable-strings -Wno-write-strings" --sbin-path=/usr/local/sbin/nginx --conf-path=/usr/local/nginx/conf/nginx.conf --with-http_stub_status_module --with-http_secure_link_module --add-module=../nginx-module-vts --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-threads --with-stream=dynamic --with-stream_ssl_module --with-http_realip_module --add-dynamic-module=../ngx-fancyindex-0.4.0 --add-module=../ngx_cache_purge-2.3 --add-module=../ngx_devel_kit-0.3.0 --add-module=../set-misc-nginx-module-0.31 --add-module=../echo-nginx-module-0.60 --add-module=../redis2-nginx-module-0.13 --add-module=../ngx_http_redis-0.3.7 --add-module=../memc-nginx-module-0.17 --add-module=../srcache-nginx-module-0.31 --add-module=../headers-more-nginx-module-0.31 --with-pcre=../pcre-8.39 --with-pcre-jit --with-http_ssl_module --with-http_v2_module --with-openssl=../libressl-2.4.3
    checking for OS
     + Linux 4.7.5-1.el7.elrepo.x86_64 x86_64
    checking for C compiler ... found
     + using Clang C compiler
     + clang version: 3.4.2 (tags/RELEASE_34/dot2-final)
    checking for --with-ld-opt="-lrt -ljemalloc -Wl,-z,relro  -Wl,-rpath,/usr/local/lib" ... found
    checking for -Wl,-E switch ... found
     
  7. raciasolvo

    raciasolvo Member

    98
    11
    8
    Oct 7, 2016
    Ratings:
    +28
    Local Time:
    11:20 AM
    Nginx 1.11.6
    MariaDB 10.0.27
    1.11.4 installed from box. It worked. 1.11.4 does not work after upgrading. Now trying to compile 1.11.4.
     
  8. eva2000

    eva2000 Administrator Staff Member

    54,857
    12,238
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,809
    Local Time:
    6:20 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    do you have anything set in your persistent config file at /etc/centminmod/custom_config.inc ?

    if you comment out all lines in /usr/local/nginx/conf/dynamic-modules.conf and restart nginx does it start up ? if it does what is output for command
    Code (Text):
    nginx -V
     
  9. raciasolvo

    raciasolvo Member

    98
    11
    8
    Oct 7, 2016
    Ratings:
    +28
    Local Time:
    11:20 AM
    Nginx 1.11.6
    MariaDB 10.0.27
    Code (Text):
    /svr-setup/nginx-1.11.4
    nginx configure options (alternate ordering):
    ./configure --with-ld-opt="-lrt -ljemalloc -Wl,-z,relro  -Wl,-rpath,/usr/local/lib" --with-cc-opt="-m64 -march=native -g -O3 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wno-sign-compare -Wno-string-plus-int -Wno-deprecated-declarations -Wno-unused-parameter -Wno-unused-const-variable -Wno-conditional-uninitialized -Wno-mismatched-tags -Wno-sometimes-uninitialized -Wno-parentheses-equality -Wno-tautological-compare -Wno-self-assign -Wno-deprecated-register -Wno-deprecated -Wno-invalid-source-encoding -Wno-pointer-sign -Wno-parentheses -Wno-enum-conversion -Wno-c++11-compat-deprecated-writable-strings -Wno-write-strings" --sbin-path=/usr/local/sbin/nginx --conf-path=/usr/local/nginx/conf/nginx.conf --with-http_stub_status_module --with-http_secure_link_module --add-module=../nginx-module-vts --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-threads --with-stream=dynamic --with-stream_ssl_module --with-http_realip_module --add-dynamic-module=../ngx-fancyindex-0.4.0 --add-module=../ngx_cache_purge-2.3 --add-module=../ngx_devel_kit-0.3.0 --add-module=../set-misc-nginx-module-0.31 --add-module=../echo-nginx-module-0.60 --add-module=../redis2-nginx-module-0.13 --add-module=../ngx_http_redis-0.3.7 --add-module=../memc-nginx-module-0.17 --add-module=../srcache-nginx-module-0.31 --add-module=../headers-more-nginx-module-0.31 --with-pcre=../pcre-8.39 --with-pcre-jit --with-http_ssl_module --with-http_v2_module --with-openssl=../libressl-2.4.3
    checking for OS
     + Linux 3.10.0-327.36.1.el7.x86_64 x86_64
    checking for C compiler ... found
     + using Clang C compiler
     + clang version: 3.4.2 (tags/RELEASE_34/dot2-final)
    checking for --with-ld-opt="-lrt -ljemalloc -Wl,-z,relro  -Wl,-rpath,/usr/local/lib" ... not found
    ./configure: error: the invalid value in --with-ld-opt="-lrt -ljemalloc -Wl,-z,relro -Wl,-rpath,/usr/local/lib"
    
    
    Wed Oct 12 07:08:35 UTC 2016
    Error: 1, Nginx configure failed
    


    Code (Text):
    # nginx -V
    nginx version: nginx/1.11.4
    built by clang 3.4.2 (tags/RELEASE_34/dot2-final)
    built with LibreSSL 2.4.3
    TLS SNI support enabled
    configure arguments: --with-ld-opt='-lrt -ljemalloc -Wl,-z,relro' --with-cc-opt='-m64 -mtune=native -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wno-sign-compare -Wno-string-plus-int -Wno-deprecated-declarations -Wno-unused-parameter -Wno-unused-const-variable -Wno-conditional-uninitialized -Wno-mismatched-tags -Wno-c++11-extensions -Wno-sometimes-uninitialized -Wno-parentheses-equality -Wno-tautological-compare -Wno-self-assign -Wno-deprecated-register -Wno-deprecated -Wno-invalid-source-encoding -Wno-pointer-sign -Wno-parentheses -Wno-enum-conversion' --sbin-path=/usr/local/sbin/nginx --conf-path=/usr/local/nginx/conf/nginx.conf --with-http_ssl_module --with-http_v2_module --with-http_gzip_static_module --with-http_stub_status_module --with-http_sub_module --with-http_addition_module --with-http_image_filter_module --with-http_secure_link_module --with-http_realip_module --with-http_geoip_module --with-openssl-opt=enable-tlsext --add-module=../ngx-fancyindex-ngx-fancyindex --add-module=../ngx_cache_purge-2.3 --add-module=../nginx-http-concat-master --add-module=../memc-nginx-module-0.17 --add-module=../srcache-nginx-module-0.31 --add-module=../ngx_devel_kit-0.3.0 --add-module=../set-misc-nginx-module-0.30 --add-module=../echo-nginx-module-0.59 --add-module=../redis2-nginx-module-0.13 --add-module=../ngx_http_redis-0.3.7 --add-module=../nginx_upstream_check_module-0.3.0 --add-module=../nginx-module-vts --add-module=../headers-more-nginx-module-0.30 --with-openssl=../libressl-2.4.3 --with-libatomic --with-pcre=../pcre-8.38 --with-pcre-jit


    Code (Text):
    # ls /etc/centminmod/custom_config.inc
    ls: cannot access /etc/centminmod/custom_config.inc: No such file or directory


    Code (Text):
    # cat dynamic-modules.conf
    #load_module "modules/ngx_http_image_filter_module.so";
    #load_module "modules/ngx_http_fancyindex_module.so";
    #load_module "modules/ngx_stream_module.so";
    
    # service nginx restart
    Restarting nginx (via systemctl):                          [  OK  ]
     
    Last edited: Oct 12, 2016
  10. eva2000

    eva2000 Administrator Staff Member

    54,857
    12,238
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,809
    Local Time:
    6:20 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  11. raciasolvo

    raciasolvo Member

    98
    11
    8
    Oct 7, 2016
    Ratings:
    +28
    Local Time:
    11:20 AM
    Nginx 1.11.6
    MariaDB 10.0.27
    Trouble :banghead:
    Code (Text):
    /svr-setup/nginx-1.11.5
    nginx configure options (alternate ordering):
    ./configure --with-ld-opt="-lrt -ljemalloc -Wl,-z,relro -Wl,-rpath,/usr/local/lib" --with-cc-opt="-m64 -march=native -g -O3 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wno-sign-compare -Wno-string-plus-int -Wno-deprecated-declarations -Wno-unused-parameter -Wno-unused-const-variable -Wno-conditional-uninitialized -Wno-mismatched-tags -Wno-sometimes-uninitialized -Wno-parentheses-equality -Wno-tautological-compare -Wno-self-assign -Wno-deprecated-register -Wno-deprecated -Wno-invalid-source-encoding -Wno-pointer-sign -Wno-parentheses -Wno-enum-conversion -Wno-c++11-compat-deprecated-writable-strings -Wno-write-strings" --sbin-path=/usr/local/sbin/nginx --conf-path=/usr/local/nginx/conf/nginx.conf --with-http_stub_status_module --with-http_secure_link_module --add-module=../nginx-module-vts --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-threads --with-stream=dynamic --with-stream_ssl_module --with-http_realip_module --add-dynamic-module=../ngx-fancyindex-0.4.0 --add-module=../ngx_cache_purge-2.3 --add-module=../ngx_devel_kit-0.3.0 --add-module=../set-misc-nginx-module-0.31 --add-module=../echo-nginx-module-0.60 --add-module=../redis2-nginx-module-0.13 --add-module=../ngx_http_redis-0.3.7 --add-module=../memc-nginx-module-0.17 --add-module=../srcache-nginx-module-0.31 --add-module=../headers-more-nginx-module-0.31 --with-pcre=../pcre-8.39 --with-pcre-jit --with-http_ssl_module --with-http_v2_module --with-openssl=../libressl-2.4.3
    checking for OS
     + Linux 3.10.0-327.36.1.el7.x86_64 x86_64
    checking for C compiler ... found
     + using Clang C compiler
     + clang version: 3.4.2 (tags/RELEASE_34/dot2-final)
    checking for --with-ld-opt="-lrt -ljemalloc -Wl,-z,relro -Wl,-rpath,/usr/local/lib" ... not found
    ./configure: error: the invalid value in --with-ld-opt="-lrt -ljemalloc -Wl,-z,relro -Wl,-rpath,/usr/local/lib"
    
    
    Wed Oct 12 07:32:37 UTC 2016
    Error: 1, Nginx configure failed
    
     
  12. eva2000

    eva2000 Administrator Staff Member

    54,857
    12,238
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,809
    Local Time:
    6:20 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    do you have anything set in your persistent config file at /etc/centminmod/custom_config.inc ?

    can you post the contents of /svr-setup/nginx-1.11.5/objs/autoconf.err to pastebin or gist.github.com
     
  13. raciasolvo

    raciasolvo Member

    98
    11
    8
    Oct 7, 2016
    Ratings:
    +28
    Local Time:
    11:20 AM
    Nginx 1.11.6
    MariaDB 10.0.27
    Code (Text):
    # ls /etc/centminmod/custom_config.inc
    ls: cannot access /etc/centminmod/custom_config.inc: No such file or directory


    Downgraded centmin to stable.
    Code (Text):
    Wed Oct 12 07:54:12 UTC 2016
    Success: Nginx make ok
    
    nginx: [emerg] dlopen() "/usr/local/nginx/modules/ngx_http_image_filter_module.so" failed (/usr/local/nginx/modules/ngx_http_image_filter_module.so: cannot open shared object file: No such file or directory) in /usr/local/nginx/conf/dynamic-modules.conf:1
    
    nginx seems to be still running, trying to stop it again...
    ...
    ...
    ...
    Wed Oct 12 07:54:21 UTC 2016
    Success: Nginx was installed properly
    ...
    ...
    ...
    Starting nginx (via systemctl):  [  OK  ]
    *************************************************
    * nginx updated
    *************************************************
    
    --------------------------------------------------------
    Centmin Mod 1.2.3-eva2000.08 - http://centminmod.com
    --------------------------------------------------------


    Now upgrading to beta
     
  14. eva2000

    eva2000 Administrator Staff Member

    54,857
    12,238
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,809
    Local Time:
    6:20 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    yes this is only a 123.09beta01 nginx related issue for nginx
     
  15. raciasolvo

    raciasolvo Member

    98
    11
    8
    Oct 7, 2016
    Ratings:
    +28
    Local Time:
    11:20 AM
    Nginx 1.11.6
    MariaDB 10.0.27
    Miracle :D
    Code (Text):
    --------------------------------------------------------
            Centmin Mod Updater Sub-Menu
    --------------------------------------------------------
    1). Setup Centmin Mod Github Environment
    2). Update Centmin Mod Current Branch
    3). Update Centmin Mod Newer Branch
    4). Back to Main menu
    --------------------------------------------------------
    Enter option [ 1 - 4 ] 3
    --------------------------------------------------------
    
    Update Centmin Mod to newer branch via git
    You need to input the name of the branch
    List of current remote branches by descending date order
    
    2016-10-12 01:51:12 +1000 16 hours ago  123.08stable
    
    Enter the branch name you want to switch to i.e. 123.08beta03 : 123.09beta01
    
    123.09beta01 branch does not exists
    try again...
     
  16. raciasolvo

    raciasolvo Member

    98
    11
    8
    Oct 7, 2016
    Ratings:
    +28
    Local Time:
    11:20 AM
    Nginx 1.11.6
    MariaDB 10.0.27
    123.08stable
    Code (Text):
    nginx version: nginx/1.11.5
    built by clang 3.4.2 (tags/RELEASE_34/dot2-final)
     
  17. eva2000

    eva2000 Administrator Staff Member

    54,857
    12,238
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,809
    Local Time:
    6:20 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    centmin.sh menu option 23 in 123.08stable isn't same or as improved as 123.09beta01

    after switching to 123.08stable did you make sure to exit centmin.sh and re-enter /usr/local/src/centminmod to re-run centmin.sh menu option 23 ?

    if not just wipe install directory for centmin mod via git command line
    Just do a fresh Centmin Mod code replacement by wiping /usr/local/src/centminmod as outlined similar to update guide here for older than .07 releases.

    replace branchname with branch you want either 123.08stable or 123.09beta01
    Code (Text):
    branchname=123.09beta01
    cd /usr/local/src
    rm -rf centminmod*
    git clone -b ${branchname} --depth=1 https://github.com/centminmod/centminmod.git centminmod
    cd centminmod
    ./centmin.sh


    then try centmin.sh menu option 4
     
  18. raciasolvo

    raciasolvo Member

    98
    11
    8
    Oct 7, 2016
    Ratings:
    +28
    Local Time:
    11:20 AM
    Nginx 1.11.6
    MariaDB 10.0.27
    Yes, twice.

    Hm... Some days ago I switched brnches using menu. Trying:
    Code (Text):
    Enter option [ 1 - 24 ] 23
    --------------------------------------------------------
    
    --------------------------------------------------------
            Centmin Mod Updater Sub-Menu
    --------------------------------------------------------
    1). Setup Centmin Mod Github Environment
    2). Update Centmin Mod Current Branch
    3). Update Centmin Mod Newer Branch
    4). Back to Main menu
    --------------------------------------------------------
    Enter option [ 1 - 4 ] 1
    --------------------------------------------------------
    
    setup Centmin Mod git sourced install...
    
    download github.com centmin mod 123.08stable branch repo
    Cloning into 'centminmod'...
    


    Code (Text):
    3). Update Centmin Mod Newer Branch
    4). Back to Main menu
    --------------------------------------------------------
    Enter option [ 1 - 4 ] 3
    --------------------------------------------------------
    
    Update Centmin Mod to newer branch via git
    You need to input the name of the branch
    List of current remote branches by descending date order
    
    2016-10-12 18:05:30 +1000 25 minutes ago        123.09beta01
    2016-10-12 01:51:23 +1000 17 hours ago  master
    2016-10-12 01:51:23 +1000 17 hours ago  master
    2016-10-12 01:51:12 +1000 17 hours ago  123.08stable
    2016-05-10 09:55:40 +1000 5 months ago  123.09beta01le5
    2016-02-04 03:57:20 +1000 8 months ago  123.09beta01le4
    2016-01-21 08:47:28 +1000 9 months ago  123.09beta01-gcc2
    2016-01-17 04:47:23 +1000 9 months ago  123.09beta01le3
    2016-01-05 07:29:32 +1000 9 months ago  123.09beta01le2
    2015-12-30 02:03:08 +1000 10 months ago 123.09beta01le
    2015-12-23 05:39:43 +1000 10 months ago 123.09beta01-gcc
    2015-07-26 22:47:23 +1000 1 year, 3 months ago  123.08beta03
    2015-07-16 07:46:33 +1000 1 year, 3 months ago  123.08beta03-el7ffmpeg-fix
    2015-07-10 19:59:08 +1000 1 year, 3 months ago  123.07stable
    2015-06-14 13:15:27 +1000 1 year, 4 months ago  123.08beta03-rtmp
    2015-06-03 21:13:57 +1000 1 year, 4 months ago  123.08beta03libressl
    2015-03-25 03:45:39 +1000 1 year, 7 months ago  123.08zerodown
    2014-06-23 17:08:44 +1000 2 years, 4 months ago 123.06stable
            ->
    
    Enter the branch name you want to switch to i.e. 123.08beta03: 123.09beta01
    
    
    download github.com centmin mod 123.09beta01 branch repo
    Cloning into 'centminmod'...
    
    
     
  19. eva2000

    eva2000 Administrator Staff Member

    54,857
    12,238
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,809
    Local Time:
    6:20 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  20. Revenge

    Revenge Active Member

    469
    93
    28
    Feb 21, 2016
    Portugal
    Ratings:
    +354
    Local Time:
    8:20 AM
    1.9.x
    10.1.x