Join the community today
Become a Member

CentOS 7.x 1.2.3-eva2000.08 beta install attempts work log

Discussion in 'Beta release code' started by eva2000, Jul 10, 2014.

  1. eva2000

    eva2000 Administrator Staff Member

    53,537
    12,134
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,677
    Local Time:
    3:36 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    This thread is just my work log and notes for testing .08 beta https://github.com/centminmod/centminmod/commits/123.08centos7beta01 on CentOS 7.0. If folks want to help test Centmin Mod .08 + CentOS 7 branch read and follow instructions at https://community.centminmod.com/threads/how-to-help-test-08-centos-7-betas-with-github-code.813/


    My first attempt was as expected, some things installed right and some had errors needed fixing i.e. nginx init.d and need for systemd equivalent and a few boo-boos for MariaDB 5.5 official yum install I came across.

    Code:
    *************************************************
    * Post-Install Check List....
    *************************************************
    
    --------------------------------------------------------
    Check ccache Version:
    --------------------------------------------------------
    ccache version 2.4
    Copyright Andrew Tridgell 2002
    Released under the GNU GPL v2 or later
    
    --------------------------------------------------------
    Check Nginx Version:
    --------------------------------------------------------
    nginx version: nginx/1.7.2
    built by gcc 4.8.2 20140120 (Red Hat 4.8.2-16) (GCC)
    TLS SNI support enabled
    configure arguments: --with-cc-opt='-I/svr-setup/staticlibssl/include -I/usr/include' --with-ld-opt='-L/svr-setup/staticlibssl/lib -Wl,-rpath -lssl -lcrypto -ldl -lz' --sbin-path=/usr/local/sbin/nginx --conf-path=/usr/local/nginx/conf/nginx.conf --with-http_ssl_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_flv_module --with-http_realip_module --with-openssl-opt=enable-tlsext --add-module=../ngx-fancyindex-ngx-fancyindex --add-module=../ngx_cache_purge-2.1 --add-module=../headers-more-nginx-module-0.25 --add-module=../nginx-accesskey-2.0.3 --add-module=../nginx-http-concat-master --with-http_dav_module --add-module=../nginx-dav-ext-module-0.0.3 --with-openssl=../openssl-1.0.1h --with-libatomic --with-pcre=../pcre-8.35 --with-pcre-jit --with-http_spdy_module --add-module=../ngx_pagespeed-release-1.8.31.4-beta
    
    --------------------------------------------------------
    Check PHP-FPM Version:
    --------------------------------------------------------
    inc/centminfinish.inc: line 32: php: command not found
    
    --------------------------------------------------------
    Check MariaDB installed RPM Versions:
    --------------------------------------------------------
    mariadb-libs-5.5.35-3.el7.x86_64
    
    --------------------------------------------------------
    Check Memcached Server Version:
    --------------------------------------------------------
    memcached 1.4.20
    
    --------------------------------------------------------
    Check CSF Firewall Version:
    --------------------------------------------------------
    csf: v7.04 (generic)
    
    --------------------------------------------------------
    Check Siege Benchmark Version:
    --------------------------------------------------------
    SIEGE 3.0.6
    
    Copyright (C) 2014 by Jeffrey Fulmer, et al.
    This is free software; see the source for copying conditions.
    There is NO warranty; not even for MERCHANTABILITY or FITNESS
    FOR A PARTICULAR PURPOSE.
    
    
    --------------------------------------------------------
    Check ngx_pagespeed Control Script:
    http://centminmod.com/nginx_ngx_pagespeed.html
    --------------------------------------------------------
    Detected 7.0
    pscontrol handler
    pscontrol edit
    pscontrol on
    pscontrol off
    pscontrol statson
    pscontrol statsoff
    
    --------------------------------------------------------
    Check mysqlreport version:
    --------------------------------------------------------
    mysqlreport v3.5-maria11 Jul 4 2013
    
    --------------------------------------------------------
    Check NSD Bind Version:
    --------------------------------------------------------
    NSD version 3.2.17
    Written by NLnet Labs.
    
    Copyright (C) 2001-2011 NLnet Labs.  This is free software.
    There is NO warranty; not even for MERCHANTABILITY or FITNESS
    FOR A PARTICULAR PURPOSE.
    it was fast as some stuff didn't install right i.e. MariaDB 5.5 yum official yum repo instead of CentOS 7.0 vesion
    Code:
    ccache stats:
    cache directory                     /home/.ccache
    cache hit                           1057
    cache miss                          2516
    called for link                      177
    compile failed                        46
    preprocessor error                    39
    not a C/C++ file                     141
    autoconf compile/link                400
    unsupported compiler option            9
    no input file                         79
    files in cache                      5032
    cache size                         163.5 Mbytes
    max cache size                       2.0 Gbytes
    
    Total Centmin Mod Install Time: 980.700744313 seconds
    CSF Firewall seems to be working

    Code:
    [root@centos7 ~]# systemctl is-active csf
    active
    
    [root@centos7 ~]# systemctl is-active lfd
    active
     
    Last edited: Jul 11, 2014
  2. eva2000

    eva2000 Administrator Staff Member

    53,537
    12,134
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,677
    Local Time:
    3:36 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Made a bug fix commit to .08 centos 7 beta 01 branch and running a 2nd install now.

    Looks like centos 7 EPEL yum mirror is under heavy load or being hammered

    okay MariaDB 5.5 via official MariaDB YUM repo failed as disablerepo=* prevents dependencies being installed for MariaDB-server-5.5.38-1.el6.x86_64 heh

    Code:
    MariaDB 5.5 YUM install...
    yum -q -y --disableplugin=fastestmirror,downloadonly --disablerepo=* --enablerepo=mariadb install MariaDB-client MariaDB-common MariaDB-compat MariaDB-devel MariaDB-server MariaDB-shared
    Error: Package: MariaDB-server-5.5.38-1.el6.x86_64 (mariadb)
               Requires: perl(DBI)
    You could try using --skip-broken to work around the problem
    You could try running: rpm -Va --nofiles --nodigest
     
  3. eva2000

    eva2000 Administrator Staff Member

    53,537
    12,134
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,677
    Local Time:
    3:36 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    3rd .08 beta install attempt

    Code:
    ccache stats:
    cache directory                     /home/.ccache
    cache hit (direct)                   713
    cache hit (preprocessed)             309
    cache miss                          2550
    called for link                      216
    called for preprocessing             153
    compile failed                        46
    preprocessor error                    39
    bad compiler arguments                20
    unsupported source language           62
    autoconf compile/link                405
    unsupported compiler option           14
    no input file                         92
    files in cache                      6007
    cache size                         185.5 Mbytes
    max cache size                       2.0 Gbytes
    
    Total YUM Time: 230.069545684 seconds
    Total Centmin Mod Install Time: 1176.212066404 seconds
    nearly there, MariaDB 5.5.38 official YUM repo installed fine

    Code:
    *************************************************
    * Post-Install Check List....
    *************************************************
    
    --------------------------------------------------------
    Check ccache Version:
    --------------------------------------------------------
    ccache version 3.1.9
    
    Copyright (C) 2002-2007 Andrew Tridgell
    Copyright (C) 2009-2011 Joel Rosdahl
    
    This program is free software; you can redistribute it and/or modify it under
    the terms of the GNU General Public License as published by the Free Software
    Foundation; either version 3 of the License, or (at your option) any later
    version.
    
    --------------------------------------------------------
    Check Nginx Version:
    --------------------------------------------------------
    nginx version: nginx/1.7.3
    built by gcc 4.8.2 20140120 (Red Hat 4.8.2-16) (GCC)
    TLS SNI support enabled
    configure arguments: --with-cc-opt='-I/svr-setup/staticlibssl/include -I/usr/include' --with-ld-opt='-L/svr-setup/staticlibssl/lib -Wl,-rpath -lssl -lcrypto -ldl -lz' --sbin-path=/usr/local/sbin/nginx --conf-path=/usr/local/nginx/conf/nginx.conf --with-http_ssl_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_flv_module --with-http_realip_module --with-openssl-opt=enable-tlsext --add-module=../ngx-fancyindex-ngx-fancyindex --add-module=../ngx_cache_purge-2.1 --add-module=../headers-more-nginx-module-0.25 --add-module=../nginx-accesskey-2.0.3 --add-module=../nginx-http-concat-master --with-http_dav_module --add-module=../nginx-dav-ext-module-0.0.3 --with-openssl=../openssl-1.0.1h --with-libatomic --with-pcre=../pcre-8.35 --with-pcre-jit --with-http_spdy_module --add-module=../ngx_pagespeed-release-1.8.31.4-beta
    
    --------------------------------------------------------
    Check PHP-FPM Version:
    --------------------------------------------------------
    inc/centminfinish.inc: line 32: php: command not found
    
    --------------------------------------------------------
    Check MariaDB installed RPM Versions:
    --------------------------------------------------------
    MariaDB-common-5.5.38-1.el6.x86_64
    MariaDB-devel-5.5.38-1.el6.x86_64
    MariaDB-compat-5.5.38-1.el6.x86_64
    MariaDB-client-5.5.38-1.el6.x86_64
    MariaDB-shared-5.5.38-1.el6.x86_64
    MariaDB-server-5.5.38-1.el6.x86_64
    
    --------------------------------------------------------
    Check Memcached Server Version:
    --------------------------------------------------------
    memcached 1.4.20
    
    --------------------------------------------------------
    Check CSF Firewall Version:
    --------------------------------------------------------
    csf: v7.04 (generic)
    
    --------------------------------------------------------
    Check Siege Benchmark Version:
    --------------------------------------------------------
    SIEGE 3.0.6
    
    Copyright (C) 2014 by Jeffrey Fulmer, et al.
    This is free software; see the source for copying conditions.
    There is NO warranty; not even for MERCHANTABILITY or FITNESS
    FOR A PARTICULAR PURPOSE.
    
    
    --------------------------------------------------------
    Check ngx_pagespeed Control Script:
    http://centminmod.com/nginx_ngx_pagespeed.html
    --------------------------------------------------------
    Detected 7.0
    pscontrol handler
    pscontrol edit
    pscontrol on
    pscontrol off
    pscontrol statson
    pscontrol statsoff
    
    --------------------------------------------------------
    Check mysqlreport version:
    --------------------------------------------------------
    mysqlreport v3.5-maria11 Jul 4 2013
    
    --------------------------------------------------------
    Check NSD Bind Version:
    --------------------------------------------------------
    NSD version 3.2.17
    Written by NLnet Labs.
    
    Copyright (C) 2001-2011 NLnet Labs.  This is free software.
    There is NO warranty; not even for MERCHANTABILITY or FITNESS
    FOR A PARTICULAR PURPOSE.
    
    --------------------------------------------------------
    Check YUM Repo List
    --------------------------------------------------------
    Loaded plugins: fastestmirror, priorities
    Loading mirror speeds from cached hostfile
    * base: mirror.overthewire.com.au
    * epel: mirror.aarnet.edu.au
    * extras: centos.mirror.serversaustralia.com.au
    * rpmforge: mirror.ventraip.net.au
    * updates: mirror.overthewire.com.au
    81 packages excluded due to repository priority protections
    repo id             repo name                                        status
    base/7.0/x86_64     CentOS-7.0 - Base                                6,551+1,914
    epel/x86_64         Extra Packages for Enterprise Linux 7 - x86_64     4,166+507
    extras/7.0/x86_64   CentOS-7.0 - Extras                                       30
    mariadb             MariaDB                                                  7+2
    rpmforge            RHEL 7.0 - RPMforge.net - dag                         177+46
    updates/7.0/x86_64  CentOS-7.0 - Updates                                  244+72
    repolist: 11,175
    
    Only php-fpm install has some problems

    Code:
    configure: error: utf8_mime2text() has new signature, but U8T_CANONICAL is missing. This should not happen. Check config.log for additional information.
    make: *** No targets specified and no makefile found.  Stop.
    
    real    0m0.003s
    user    0m0.001s
    sys     0m0.002s
    make: *** No rule to make target `install'.  Stop.
    
    real    0m0.003s
    user    0m0.002s
    sys     0m0.001s
    ----------------------------------------------------------------------------------
    PHP was not installed properly
    ----------------------------------------------------------------------------------
    
    PHP-FPM error - seems missing libc-client-devel package in CentOS 7. Okay needed uw-imap-devel package

    Code:
    yum --disableplugin=priorities list libc-client-devel
    Loaded plugins: fastestmirror
    Loading mirror speeds from cached hostfile
    * base: mirror.overthewire.com.au
    * epel: mirror.aarnet.edu.au
    * extras: centos.mirror.serversaustralia.com.au
    * rpmforge: mirror.ventraip.net.au
    * updates: mirror.overthewire.com.au
    Error: No matching Packages to list
    getting past that need to make sure libtidy is installed

    Code:
    checking for TIDY support... yes
    configure: error: Cannot find libtidy
    
    Code:
    [root@centos7 fpm-build]# yum list libtidy*
    Loaded plugins: fastestmirror, priorities
    Loading mirror speeds from cached hostfile
    * base: mirror.overthewire.com.au
    * epel: mirror.aarnet.edu.au
    * extras: centos.mirror.serversaustralia.com.au
    * rpmforge: mirror.ventraip.net.au
    * updates: mirror.overthewire.com.au
    81 packages excluded due to repository priority protections
    Available Packages
    libtidy.x86_64                                                              0.99.0-31.20091203.el7                                                        epel
    libtidy-devel.x86_64                                                        0.99.0-31.20091203.el7                                                        epel
    libtidyp.x86_64                                                             1.02-11.el7                                                                   epel
    libtidyp-devel.x86_64                                                       1.02-11.el7    
    All fixed PHP 5.4.30 installed

    Code:
    PHP 5.4.30 (cli) (built: Jul 10 2014 08:52:06)
    Copyright (c) 1997-2014 The PHP Group
    Zend Engine v2.4.0, Copyright (c) 1998-2014 Zend Technologies
     
  4. eva2000

    eva2000 Administrator Staff Member

    53,537
    12,134
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,677
    Local Time:
    3:36 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    4th attempt looks good :)

    Code:
    ccache stats:
    cache directory                     /home/.ccache
    cache hit (direct)                   766
    cache hit (preprocessed)             313
    cache miss                          3486
    called for link                      231
    called for preprocessing             244
    compile failed                        54
    preprocessor error                    46
    bad compiler arguments                54
    unsupported source language           64
    autoconf compile/link                615
    unsupported compiler option           14
    no input file                        135
    files in cache                      7867
    cache size                         273.3 Mbytes
    max cache size                       2.0 Gbytes
    
    Total YUM Time: 285.730987844 seconds
    Total Centmin Mod Install Time: 1385.419162293 seconds
    Also 114+ seconds of that was due to slow local MariaDB official YUM repo mirror :(

    Code:
    PLEASE REMEMBER TO SET A PASSWORD FOR THE MariaDB root USER !
    To do so, start the server, then issue the following commands:
    
    '/usr/bin/mysqladmin' -u root password 'new-password'
    '/usr/bin/mysqladmin' -u root -h centos7.localdomain password 'new-password'
    
    Alternatively you can run:
    '/usr/bin/mysql_secure_installation'
    
    which will also give you the option of removing the test
    databases and anonymous user created by default.  This is
    strongly recommended for production servers.
    
    See the MariaDB Knowledgebase at http://mariadb.com/kb or the
    MySQL manual for more instructions.
    
    Please report any problems at http://mariadb.org/jira
    
    The latest information about MariaDB is available at http://mariadb.org/.
    You can find additional information about the MySQL part at:
    http://dev.mysql.com
    Support MariaDB development by buying support/new features from
    SkySQL Ab. You can contact us about this at sales@skysql.com.
    Alternatively consider joining our community based development effort:
    http://mariadb.com/kb/en/contributing-to-the-mariadb-project/
    
    
    real    1m54.376s
    user    0m5.534s
    sys     0m7.532s
    
    systemctl restart mysql.service
    systemctl stop mysql.service
    systemctl start mysql.service
    Code:
    *************************************************
    * Post-Install Check List....
    *************************************************
    
    --------------------------------------------------------
    Check ccache Version:
    --------------------------------------------------------
    ccache version 3.1.9
    
    Copyright (C) 2002-2007 Andrew Tridgell
    Copyright (C) 2009-2011 Joel Rosdahl
    
    This program is free software; you can redistribute it and/or modify it under
    the terms of the GNU General Public License as published by the Free Software
    Foundation; either version 3 of the License, or (at your option) any later
    version.
    
    --------------------------------------------------------
    Check Nginx Version:
    --------------------------------------------------------
    nginx version: nginx/1.7.3
    built by gcc 4.8.2 20140120 (Red Hat 4.8.2-16) (GCC)
    TLS SNI support enabled
    configure arguments: --with-cc-opt='-I/svr-setup/staticlibssl/include -I/usr/include' --with-ld-opt='-L/svr-setup/staticlibssl/lib -Wl,-rpath -lssl -lcrypto -ldl -lz' --sbin-path=/usr/local/sbin/nginx --conf-path=/usr/local/nginx/conf/nginx.conf --with-http_ssl_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_flv_module --with-http_realip_module --with-openssl-opt=enable-tlsext --add-module=../ngx-fancyindex-ngx-fancyindex --add-module=../ngx_cache_purge-2.1 --add-module=../headers-more-nginx-module-0.25 --add-module=../nginx-accesskey-2.0.3 --add-module=../nginx-http-concat-master --with-http_dav_module --add-module=../nginx-dav-ext-module-0.0.3 --with-openssl=../openssl-1.0.1h --with-libatomic --with-pcre=../pcre-8.35 --with-pcre-jit --with-http_spdy_module --add-module=../ngx_pagespeed-release-1.8.31.4-beta
    
    --------------------------------------------------------
    Check PHP-FPM Version:
    --------------------------------------------------------
    PHP 5.4.30 (cli) (built: Jul 10 2014 09:38:13)
    Copyright (c) 1997-2014 The PHP Group
    Zend Engine v2.4.0, Copyright (c) 1998-2014 Zend Technologies
    
    --------------------------------------------------------
    Check MariaDB installed RPM Versions:
    --------------------------------------------------------
    MariaDB-common-5.5.38-1.el6.x86_64
    MariaDB-devel-5.5.38-1.el6.x86_64
    MariaDB-compat-5.5.38-1.el6.x86_64
    MariaDB-client-5.5.38-1.el6.x86_64
    MariaDB-shared-5.5.38-1.el6.x86_64
    MariaDB-server-5.5.38-1.el6.x86_64
    
    --------------------------------------------------------
    Check Memcached Server Version:
    --------------------------------------------------------
    memcached 1.4.20
    
    --------------------------------------------------------
    Check CSF Firewall Version:
    --------------------------------------------------------
    csf: v7.04 (generic)
    
    --------------------------------------------------------
    Check Siege Benchmark Version:
    --------------------------------------------------------
    SIEGE 3.0.6
    
    Copyright (C) 2014 by Jeffrey Fulmer, et al.
    This is free software; see the source for copying conditions.
    There is NO warranty; not even for MERCHANTABILITY or FITNESS
    FOR A PARTICULAR PURPOSE.
    
    
    --------------------------------------------------------
    Check ngx_pagespeed Control Script:
    http://centminmod.com/nginx_ngx_pagespeed.html
    --------------------------------------------------------
    Detected 7.0
    pscontrol handler
    pscontrol edit
    pscontrol on
    pscontrol off
    pscontrol statson
    pscontrol statsoff
    
    --------------------------------------------------------
    Check mysqlreport version:
    --------------------------------------------------------
    mysqlreport v3.5-maria11 Jul 4 2013
    
    --------------------------------------------------------
    Check NSD Bind Version:
    --------------------------------------------------------
    NSD version 3.2.17
    Written by NLnet Labs.
    
    Copyright (C) 2001-2011 NLnet Labs.  This is free software.
    There is NO warranty; not even for MERCHANTABILITY or FITNESS
    FOR A PARTICULAR PURPOSE.
    
    --------------------------------------------------------
    Check YUM Repo List
    --------------------------------------------------------
    Loaded plugins: fastestmirror, priorities
    Loading mirror speeds from cached hostfile
    * base: centos.mirror.serversaustralia.com.au
    * epel: mirror.aarnet.edu.au
    * extras: centos.mirror.serversaustralia.com.au
    * rpmforge: mirror.ventraip.net.au
    * updates: mirror.overthewire.com.au
    81 packages excluded due to repository priority protections
    repo id             repo name                                        status
    base/7.0/x86_64     CentOS-7.0 - Base                                6,551+1,914
    epel/x86_64         Extra Packages for Enterprise Linux 7 - x86_64     4,166+507
    extras/7.0/x86_64   CentOS-7.0 - Extras                                       30
    mariadb             MariaDB                                                  7+2
    rpmforge            RHEL 7.0 - RPMforge.net - dag                         177+46
    updates/7.0/x86_64  CentOS-7.0 - Updates                                  244+72
    repolist: 11,175
    Looks like Axivo CentOS 6.x repo ain't working on CentOS 7

    Code:
    [root@centos7 ~]# yum list available --enablerepo=axivo
    Loaded plugins: fastestmirror, priorities
    Loading mirror speeds from cached hostfile
    * base: mirror.optus.net
    * epel: fedora.mirror.serversaustralia.com.au
    * extras: mirror.optus.net
    * rpmforge: mirror.web24.net.au
    * updates: centos.mirror.serversaustralia.com.au
    Error: requested datatype primary not available
    Code:
    php --ri apc
    
    apc
    
    APC Support => enabled
    Version => 3.1.13
    APC Debugging => Disabled
    MMAP Support => Enabled
    MMAP File Mask =>
    Locking type => pthread mutex Locks
    Serialization Support => php, igbinary
    Revision => $Revision: 327136 $
    Build Date => Jul 10 2014 09:39:01
    
    Directive => Local Value => Master Value
    apc.enabled => On => On
    apc.shm_segments => 1 => 1
    apc.shm_size => 32M => 32M
    apc.shm_strings_buffer => 4M => 4M
    apc.include_once_override => Off => Off
    apc.num_files_hint => 4096 => 4096
    apc.user_entries_hint => 4096 => 4096
    apc.gc_ttl => 3600 => 3600
    apc.ttl => 7200 => 7200
    apc.user_ttl => 7200 => 7200
    apc.mmap_file_mask => no value => no value
    apc.filters => no value => no value
    apc.cache_by_default => On => On
    apc.file_update_protection => 2 => 2
    apc.enable_cli => On => On
    apc.max_file_size => 1M => 1M
    apc.stat => On => On
    apc.canonicalize => On => On
    apc.stat_ctime => Off => Off
    apc.write_lock => On => On
    apc.slam_defense => Off => Off
    apc.report_autofilter => Off => Off
    apc.rfc1867 => Off => Off
    apc.rfc1867_prefix => upload_ => upload_
    apc.rfc1867_name => APC_UPLOAD_PROGRESS => APC_UPLOAD_PROGRESS
    apc.rfc1867_freq => 0 => 0
    apc.rfc1867_ttl => 3600 => 3600
    apc.coredump_unmap => Off => Off
    apc.preload_path => no value => no value
    apc.file_md5 => Off => Off
    apc.use_request_time => On => On
    apc.lazy_functions => Off => Off
    apc.lazy_classes => Off => Off
    apc.serializer => igbinary => igbinary
    Code:
    [root@centos7 ~]# php --ri memcache
    
    memcache
    
    memcache support => enabled
    Version => 3.0.8
    Revision => $Revision: 329835 $
    
    Directive => Local Value => Master Value
    memcache.allow_failover => 1 => 1
    memcache.max_failover_attempts => 20 => 20
    memcache.default_port => 11211 => 11211
    memcache.chunk_size => 32768 => 32768
    memcache.protocol => ascii => ascii
    memcache.hash_strategy => consistent => consistent
    memcache.hash_function => crc32 => crc32
    memcache.redundancy => 1 => 1
    memcache.session_redundancy => 2 => 2
    memcache.compress_threshold => 20000 => 20000
    memcache.lock_timeout => 15 => 15
    [root@centos7 ~]# php --ri memcached
    
    memcached
    
    memcached support => enabled
    Version => 2.2.0
    libmemcached version => 1.0.18
    SASL support => yes
    Session support => yes
    igbinary support => yes
    json support => yes
    msgpack support => no
    
    Directive => Local Value => Master Value
    memcached.sess_locking => 1 => 1
    memcached.sess_consistent_hash => 0 => 0
    memcached.sess_binary => 0 => 0
    memcached.sess_lock_wait => 150000 => 150000
    memcached.sess_lock_max_wait => 0 => 0
    memcached.sess_lock_expire => 0 => 0
    memcached.sess_prefix => memc.sess.key. => memc.sess.key.
    memcached.sess_number_of_replicas => 0 => 0
    memcached.sess_randomize_replica_read => 0 => 0
    memcached.sess_remove_failed => 0 => 0
    memcached.sess_connect_timeout => 3000 => 3000
    memcached.sess_sasl_username => no value => no value
    memcached.sess_sasl_password => no value => no value
    memcached.compression_type => fastlz => fastlz
    memcached.compression_factor => 1.3 => 1.3
    memcached.compression_threshold => 2000 => 2000
    memcached.serializer => igbinary => igbinary
    memcached.use_sasl => 0 => 0
    memcached.store_retry_count => 2 => 2
    [root@centos7 ~]# php --ri imagick
    
    imagick
    
    imagick module => enabled
    imagick module version => 3.1.2
    imagick classes => Imagick, ImagickDraw, ImagickPixel, ImagickPixelIterator
    ImageMagick version => ImageMagick 6.7.8-9 2014-06-10 Q16 http://www.imagemagick.org
    ImageMagick copyright => Copyright (C) 1999-2012 ImageMagick Studio LLC
    ImageMagick release date => 2014-06-10
    ImageMagick number of supported formats:  => 209
    ImageMagick supported formats => 3FR, A, AAI, AI, ART, ARW, AVI, AVS, B, BGR, BGRA, BMP, BMP2, BMP3, BRF, C, CAL, CALS, CANVAS, CAPTION, CIN, CIP, CLIP, CMYK, CMYKA, CR2, CRW, CUR, CUT, DCM, DCR, DCX, DDS, DFONT, DNG, DOT, DPX, EPDF, EPI, EPS, EPS2, EPS3, EPSF, EPSI, EPT, EPT2, EPT3, ERF, EXR, FAX, FITS, FRACTAL, FTS, G, G3, GIF, GIF87, GRADIENT, GRAY, GROUP4, HALD, HDR, HISTOGRAM, HRZ, HTM, HTML, ICB, ICO, ICON, INFO, INLINE, IPL, ISOBRL, J2C, J2K, JNG, JP2, JPC, JPEG, JPG, JPX, K, K25, KDC, LABEL, M, M2V, M4V, MAC, MAP, MAT, MATTE, MEF, MIFF, MNG, MONO, MOV, MP4, MPC, MPEG, MPG, MRW, MSL, MSVG, MTV, MVG, NEF, NRW, NULL, O, ORF, OTB, OTF, PAL, PALM, PAM, PANGO, PATTERN, PBM, PCD, PCDS, PCL, PCT, PCX, PDB, PDF, PDFA, PEF, PES, PFA, PFB, PFM, PGM, PGX, PICON, PICT, PIX, PJPEG, PLASMA, PNG, PNG24, PNG32, PNG8, PNM, PPM, PREVIEW, PS, PS2, PS3, PSB, PSD, PTIF, PWP, R, RADIAL-GRADIENT, RAF, RAS, RGB, RGBA, RGBO, RLA, RLE, SCR, SCT, SFW, SGI, SHTML, SR2, SRF, STEGANO, SUN, SVG, SVGZ, TEXT, TGA, THUMBNAIL, TIFF, TIFF64, TILE, TIM, TTC, TTF, TXT, UBRL, UIL, UYVY, VDA, VICAR, VID, VIFF, VST, WBMP, WMF, WMV, WMZ, WPG, X, X3F, XBM, XC, XCF, XPM, XPS, XV, XWD, Y, YCbCr, YCbCrA, YUV
    
    Directive => Local Value => Master Value
    imagick.locale_fix => 0 => 0
    imagick.progress_monitor => 0 => 0
    ok so not 100% yet

    CSF Firewall start/stop is still using on init.d

    Code:
    systemctl enable lfd.service
    lfd.service is not a native service, redirecting to /sbin/chkconfig.
    Executing /sbin/chkconfig lfd on
    The unit files have no [Install] section. They are not meant to be enabled
    using systemctl.
    Possible reasons for having this kind of units are:
    1) A unit may be statically enabled by being symlinked from another unit's
       .wants/ or .requires/ directory.
    2) A unit's purpose may be to act as a helper for some other unit which has
       a requirement dependency on it.
    3) A unit may be started when needed via activation (socket, path, timer,
       D-Bus, udev, scripted systemctl call, ...).
    systemctl start lfd.service
    *************************************************
    * CSF firewall installed
    *************************************************
    same with PHP-FPM seems my work around for systemctl command needs to skip application to old init.d versions such as CSF, PHP-FPM, memcached, nsd etc.

    Code:
    [root@centos7 ~]# service php-fpm restart
    Gracefully shutting down php-fpm . done
    Starting php-fpm  done
    
    [root@centos7 ~]# systemctl restart php-fpm
    Job for php-fpm.service failed. See 'systemctl status php-fpm.service' and 'journalctl -xn' for details.
    MariaDB from official MariaDB YUM repo works with both old init.d and systemd

    Code:
    [root@centos7 ~]# service mysql restart
    Shutting down MySQL. SUCCESS!
    Starting MySQL. SUCCESS!
    
    [root@centos7 ~]# systemctl restart mysql
    
    [root@centos7 ~]# systemctl status mysql
    mysql.service - LSB: start and stop MySQL
       Loaded: loaded (/etc/rc.d/init.d/mysql)
       Active: active (exited) since Thu 2014-07-10 10:11:13 UTC; 8s ago
      Process: 23208 ExecStart=/etc/rc.d/init.d/mysql start (code=exited, status=0/SUCCESS)
    
    Jul 10 10:11:13 centos7.localdomain systemd[1]: Starting LSB: start and stop MySQL...
    Jul 10 10:11:13 centos7.localdomain mysql[23208]: Starting MySQL SUCCESS!
    Jul 10 10:11:13 centos7.localdomain systemd[1]: Started LSB: start and stop MySQL.
    
    [root@centos7 ~]# systemctl is-active mysql
    active
    chkconfig --list to list SysV services and systemd services via systemctl list-unit-files

    Code:
    [root@centos7 ~]# chkconfig --list
    
    Note: This output shows SysV services only and does not include native
          systemd services. SysV configuration data might be overridden by native
          systemd configuration.
    
          If you want to list systemd services use 'systemctl list-unit-files'.
          To see services enabled on particular target use
          'systemctl list-dependencies [target]'.
    
    csf             0:off   1:off   2:on    3:on    4:on    5:on    6:off
    iprdump         0:off   1:off   2:on    3:on    4:on    5:on    6:off
    iprinit         0:off   1:off   2:on    3:on    4:on    5:on    6:off
    iprupdate       0:off   1:off   2:on    3:on    4:on    5:on    6:off
    lfd             0:off   1:off   2:on    3:on    4:on    5:on    6:off
    mysql           0:off   1:off   2:on    3:on    4:on    5:on    6:off
    netconsole      0:off   1:off   2:off   3:off   4:off   5:off   6:off
    network         0:off   1:off   2:on    3:on    4:on    5:on    6:off
    nginx           0:off   1:off   2:on    3:on    4:off   5:on    6:off
    php-fpm         0:off   1:off   2:on    3:on    4:on    5:on    6:off
    
    Code:
    [root@centos7 ~]# systemctl list-unit-files
    UNIT FILE                                   STATE
    proc-sys-fs-binfmt_misc.automount           static
    dev-hugepages.mount                         static
    dev-mqueue.mount                            static
    proc-sys-fs-binfmt_misc.mount               static
    sys-fs-fuse-connections.mount               static
    sys-kernel-config.mount                     static
    sys-kernel-debug.mount                      static
    tmp.mount                                   disabled
    brandbot.path                               disabled
    systemd-ask-password-console.path           static
    systemd-ask-password-plymouth.path          static
    systemd-ask-password-wall.path              static
    session-1.scope                             static
    session-6.scope                             static
    session-9.scope                             static
    arp-ethers.service                          disabled
    auditd.service                              enabled
    autovt@.service                             disabled
    avahi-daemon.service                        enabled
    blk-availability.service                    disabled
    brandbot.service                            static
    console-getty.service                       disabled
    console-shell.service                       disabled
    cpupower.service                            disabled
    crond.service                               enabled
    dbus-org.fedoraproject.FirewallD1.service   enabled
    dbus-org.freedesktop.Avahi.service          enabled
    dbus-org.freedesktop.hostname1.service      static
    dbus-org.freedesktop.locale1.service        static
    dbus-org.freedesktop.login1.service         static
    dbus-org.freedesktop.machine1.service       static
    dbus-org.freedesktop.NetworkManager.service enabled
    dbus-org.freedesktop.nm-dispatcher.service  enabled
    dbus-org.freedesktop.timedate1.service      static
    dbus.service                                static
    debug-shell.service                         disabled
    dm-event.service                            disabled
    dnsmasq.service                             disabled
    dracut-cmdline.service                      static
    dracut-initqueue.service                    static
    dracut-mount.service                        static
    dracut-pre-mount.service                    static
    dracut-pre-pivot.service                    static
    dracut-pre-trigger.service                  static
    dracut-pre-udev.service                     static
    dracut-shutdown.service                     static
    ebtables.service                            disabled
    emergency.service                           static
    firewalld.service                           enabled
    getty@.service                              enabled
    halt-local.service                          static
    haveged.service                             enabled
    initrd-cleanup.service                      static
    initrd-parse-etc.service                    static
    initrd-switch-root.service                  static
    initrd-udevadm-cleanup-db.service           static
    irqbalance.service                          enabled
    kdump.service                               enabled
    kmod-static-nodes.service                   static
    lvm2-lvmetad.service                        disabled
    lvm2-monitor.service                        enabled
    lvm2-pvscan@.service                        static
    messagebus.service                          static
    microcode.service                           enabled
    NetworkManager-dispatcher.service           enabled
    NetworkManager-wait-online.service          disabled
    NetworkManager.service                      enabled
    ntpd.service                                enabled
    ntpdate.service                             disabled
    plymouth-halt.service                       disabled
    plymouth-kexec.service                      disabled
    plymouth-poweroff.service                   disabled
    plymouth-quit-wait.service                  disabled
    plymouth-quit.service                       disabled
    plymouth-read-write.service                 disabled
    plymouth-reboot.service                     disabled
    plymouth-start.service                      disabled
    plymouth-switch-root.service                static
    polkit.service                              static
    postfix.service                             enabled
    quotaon.service                             static
    rc-local.service                            static
    rdisc.service                               disabled
    rescue.service                              static
    rhel-autorelabel-mark.service               static
    rhel-autorelabel.service                    static
    rhel-configure.service                      static
    rhel-dmesg.service                          disabled
    rhel-domainname.service                     disabled
    rhel-import-state.service                   static
    rhel-loadmodules.service                    static
    rhel-readonly.service                       static
    rngd.service                                enabled
    rsyncd.service                              disabled
    rsyslog.service                             enabled
    saslauthd.service                           disabled
    serial-getty@.service                       static
    snmpd.service                               disabled
    snmptrapd.service                           disabled
    sshd-keygen.service                         static
    sshd.service                                enabled
    sshd@.service                               static
    svnserve.service                            disabled
    sysstat.service                             enabled
    systemd-ask-password-console.service        static
    systemd-ask-password-plymouth.service       static
    systemd-ask-password-wall.service           static
    systemd-backlight@.service                  static
    systemd-binfmt.service                      static
    systemd-fsck-root.service                   static
    systemd-fsck@.service                       static
    systemd-halt.service                        static
    systemd-hibernate.service                   static
    systemd-hostnamed.service                   static
    systemd-hybrid-sleep.service                static
    systemd-initctl.service                     static
    systemd-journal-flush.service               static
    systemd-journald.service                    static
    systemd-kexec.service                       static
    systemd-localed.service                     static
    systemd-logind.service                      static
    systemd-machined.service                    static
    systemd-modules-load.service                static
    systemd-nspawn@.service                     disabled
    systemd-poweroff.service                    static
    systemd-quotacheck.service                  static
    systemd-random-seed.service                 static
    systemd-readahead-collect.service           enabled
    systemd-readahead-done.service              static
    systemd-readahead-drop.service              enabled
    systemd-readahead-replay.service            enabled
    systemd-reboot.service                      static
    systemd-remount-fs.service                  static
    systemd-shutdownd.service                   static
    systemd-suspend.service                     static
    systemd-sysctl.service                      static
    systemd-timedated.service                   static
    systemd-tmpfiles-clean.service              static
    systemd-tmpfiles-setup-dev.service          static
    systemd-tmpfiles-setup.service              static
    systemd-udev-settle.service                 static
    systemd-udev-trigger.service                static
    systemd-udevd.service                       static
    systemd-update-utmp-runlevel.service        static
    systemd-update-utmp.service                 static
    systemd-user-sessions.service               static
    systemd-vconsole-setup.service              static
    teamd@.service                              static
    tuned.service                               enabled
    wpa_supplicant.service                      disabled
    -.slice                                     static
    machine.slice                               static
    system.slice                                static
    user.slice                                  static
    avahi-daemon.socket                         enabled
    dbus.socket                                 static
    dm-event.socket                             enabled
    lvm2-lvmetad.socket                         enabled
    rsyncd.socket                               disabled
    sshd.socket                                 disabled
    syslog.socket                               static
    systemd-initctl.socket                      static
    systemd-journald.socket                     static
    systemd-shutdownd.socket                    static
    systemd-udevd-control.socket                static
    systemd-udevd-kernel.socket                 static
    basic.target                                static
    bluetooth.target                            static
    cryptsetup.target                           static
    ctrl-alt-del.target                         disabled
    default.target                              enabled
    emergency.target                            static
    final.target                                static
    getty.target                                static
    graphical.target                            disabled
    halt.target                                 disabled
    hibernate.target                            static
    hybrid-sleep.target                         static
    initrd-fs.target                            static
    initrd-root-fs.target                       static
    initrd-switch-root.target                   static
    initrd.target                               static
    kexec.target                                disabled
    local-fs-pre.target                         static
    local-fs.target                             static
    multi-user.target                           enabled
    network-online.target                       static
    network.target                              static
    nss-lookup.target                           static
    nss-user-lookup.target                      static
    paths.target                                static
    poweroff.target                             disabled
    printer.target                              static
    reboot.target                               disabled
    remote-fs-pre.target                        static
    remote-fs.target                            enabled
    rescue.target                               disabled
    rpcbind.target                              static
    runlevel0.target                            disabled
    runlevel1.target                            disabled
    runlevel2.target                            disabled
    runlevel3.target                            disabled
    runlevel4.target                            disabled
    runlevel5.target                            disabled
    runlevel6.target                            disabled
    shutdown.target                             static
    sigpwr.target                               static
    sleep.target                                static
    slices.target                               static
    smartcard.target                            static
    sockets.target                              static
    sound.target                                static
    suspend.target                              static
    swap.target                                 static
    sysinit.target                              static
    system-update.target                        static
    time-sync.target                            static
    timers.target                               static
    umount.target                               static
    systemd-readahead-done.timer                static
    systemd-tmpfiles-clean.timer                static
    
    221 unit files listed.
    looks like i don't have to worry much the old init.d files do work on CentOS 7 it seems :)

    Code:
    [root@centos7 ~]# service memcached status
    Memcached server is running
    
    Code:
    [root@centos7 ~]# service memcached restart
    Memcached server stopped
    Memcached server already running
    
    Code:
    [root@centos7 ~]# fpmrestart
    Gracefully shutting down php-fpm . done
    Starting php-fpm  done
    
    Code:
    [root@centos7 ~]# nprestart
    Restarting nginx (via systemctl):                          [  OK  ]
    Gracefully shutting down php-fpm . done
    Starting php-fpm  done
    
    Code:
    [root@centos7 ~]# mysqladmin ver
    mysqladmin  Ver 9.0 Distrib 5.5.38-MariaDB, for Linux on x86_64
    Copyright (c) 2000, 2014, Oracle, Monty Program Ab and others.
    
    Server version          5.5.38-MariaDB
    Protocol version        10
    Connection              Localhost via UNIX socket
    UNIX socket             /var/lib/mysql/mysql.sock
    Uptime:                 22 min 8 sec
    
    Threads: 1  Questions: 15  Slow queries: 0  Opens: 1  Flush tables: 2  Open tables: 27  Queries per second avg: 0.011
     
  5. dorobo

    dorobo Active Member

    420
    104
    43
    Jun 6, 2014
    Ratings:
    +162
    Local Time:
    1:36 PM
    latest
    latest
    my first attempt on Vultr 768mb Seattle instance (Thanks for the Ramnode guide George)

    Code:
    Download php-5.5.14.tar.gz ...
    Initializing download: http://www.php.net/get/php-5.5.14.tar.gz/from/www.php.net/mirror
    HTTP/1.1 404 Not Found
    Error: php-5.5.14.tar.gz download failed.
    check Centmin Mod log for details at /root/centminlogs/
    Aborting script...
    
    ccache stats:
    cache directory                     /home/.ccache
    cache hit (direct)                     0
    cache hit (preprocessed)               0
    cache miss                             0
    files in cache                         0
    cache size                             0 Kbytes
    max cache size                       2.0 Gbytes
    :D

    had to edit line 27 of inc/downloads.inc into

    Code:
    $DOWNLOADAPP ${PHP_MIRRORURL}/get/php-${PHP_VERSION}.tar.gz/from/this/mirror $AXELPHPTARGZ $WGETRETRY
    @eva2000, so

    /etc/init.d/xxxxx start

    can't be used because of systemd right but

    service xxxxx start

    can still be used? (because it is automatically redirected)

    but of course the right command will be to use systemctl.
     
    Last edited: Jul 11, 2014
  6. eva2000

    eva2000 Administrator Staff Member

    53,537
    12,134
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,677
    Local Time:
    3:36 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    yeah you can use service servicename start as it maps to systemd for old init.d setups.

    So PHP 5.5.14 didn't work that is strange as that has nothing to do with CentOS 6 or 7 itself

    line 27 was https://github.com/centminmod/centminmod/blob/123.08centos7beta01/inc/downloads.inc#L27

    but you're right confirm that PHP 5.5.14 download url aborts with 404 not found

    Code:
    Initializing download: http://www.php.net/get/php-5.5.14.tar.gz/from/www.php.net/mirror
    HTTP/1.1 404 Not Found
    tar (child): php-5.5.14.tar.gz: Cannot open: No such file or directory
    tar (child): Error is not recoverable: exiting now
    tar: Child returned status 2
    tar: Error is not recoverable: exiting now
    inc/php_upgrade.inc: line 184: cd: php-5.5.14: No such file or directory
    looks like a change over at php.net recently for all PHP versions so need to update .07 release too
     
  7. dorobo

    dorobo Active Member

    420
    104
    43
    Jun 6, 2014
    Ratings:
    +162
    Local Time:
    1:36 PM
    latest
    latest
    2nd attempt looks good

    Code:
    # php-fpm -v
    PHP 5.5.14 (fpm-fcgi) (built: Jul 11 2014 08:25:52)
    Copyright (c) 1997-2014 The PHP Group
    Zend Engine v2.5.0, Copyright (c) 1998-2014 Zend Technologies
        with Zend OPcache v7.0.4-dev, Copyright (c) 1999-2014, by Zend Technologies
    Code:
    # mysql -u root -pxxxxxx
    Welcome to the MariaDB monitor.  Commands end with ; or \g.
    Your MariaDB connection id is 7
    Server version: 5.5.38-MariaDB MariaDB Server
    
    Copyright (c) 2000, 2014, Oracle, Monty Program Ab and others.
    
    Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
    Code:
    # systemctl status nginx
    nginx.service - SYSV: Nginx is an HTTP(S) server, HTTP(S) reverse proxy and IMAP/POP3 proxy server
       Loaded: loaded (/etc/rc.d/init.d/nginx)
       Active: active (running) since Fri 2014-07-11 08:32:17 PHT; 7min ago
      Process: 29660 ExecStop=/etc/rc.d/init.d/nginx stop (code=exited, status=0/SUCCESS)
      Process: 29668 ExecStart=/etc/rc.d/init.d/nginx start (code=exited, status=0/SUCCESS)
     Main PID: 29675 (nginx)
       CGroup: /system.slice/nginx.service
               ├─29675 nginx: master process /usr/local/sbin/nginx -c /usr/local/nginx/...
               └─29677 nginx: worker process
    
    Jul 11 08:32:17 xxx.org systemd[1]: Starting SYSV: Nginx is an HTTP(S....
    Jul 11 08:32:17 xxxx.org nginx[29668]: Starting nginx: [  OK  ]
    Jul 11 08:32:17 xxxx.org systemd[1]: Started SYSV: Nginx is an HTTP(S)....
    Hint: Some lines were ellipsized, use -l to show in full.
    Code:
    # systemctl status postfix
    postfix.service - Postfix Mail Transport Agent
       Loaded: loaded (/usr/lib/systemd/system/postfix.service; enabled)
       Active: active (running) since Fri 2014-07-11 08:32:26 PHT; 8min ago
      Process: 30285 ExecStop=/usr/sbin/postfix stop (code=exited, status=0/SUCCESS)
      Process: 30300 ExecStart=/usr/sbin/postfix start (code=exited, status=0/SUCCESS)
      Process: 30297 ExecStartPre=/usr/libexec/postfix/chroot-update (code=exited, status=0/SUCCESS)
      Process: 30295 ExecStartPre=/usr/libexec/postfix/aliasesdb (code=exited, status=0/SUCCESS)
     Main PID: 30372 (master)
       CGroup: /system.slice/postfix.service
               ├─30372 /usr/libexec/postfix/master -w
               ├─30373 pickup -l -t unix -u
               └─30374 qmgr -l -t unix -u
    how come firewalld is running alongside csf?

    Code:
    csf.service                                                                               loaded active exited    LSB: ConfigServer Firewall (csf)
    dbus.service                                                                              loaded active running   D-Bus System Message Bus
    firewalld.service                                                                         loaded active running   firewalld - dynamic firewall daemon
     
  8. eva2000

    eva2000 Administrator Staff Member

    53,537
    12,134
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,677
    Local Time:
    3:36 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    i believe firewalld interfaces with iptables still just like csf does ?

    also for php upgrades you need to do same url change in line 179 of php_upgrade.inc too - updating .07 stable, .08 beta 01 and .08 centos 7 beta 01 right now
     
  9. dorobo

    dorobo Active Member

    420
    104
    43
    Jun 6, 2014
    Ratings:
    +162
    Local Time:
    1:36 PM
    latest
    latest
    thanks George.

    looks like it's ready for primetime? Yes? :D
     
  10. eva2000

    eva2000 Administrator Staff Member

    53,537
    12,134
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,677
    Local Time:
    3:36 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  11. eva2000

    eva2000 Administrator Staff Member

    53,537
    12,134
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,677
    Local Time:
    3:36 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    5th Install test. This time on RamNode 512MB CKVM VPS https://community.centminmod.com/th...de-for-ramnode-ckvm-vps-server.797/#post-3617

    Code:
    --------------------------------------------------------
    Centmin Mod 1.2.3-eva2000.08 - http://centminmod.com
    --------------------------------------------------------
                       Centmin Mod Menu           
    --------------------------------------------------------
    1).  Centmin Install
    2).  Add Nginx vhost domain
    3).  NSD setup domain name DNS
    4).  Nginx Upgrade / Downgrade
    5).  PHP Upgrade / Downgrade
    6).  XCache Re-install
    7).  APC Cache Re-install
    8).  XCache Install
    9).  APC Cache Install
    10). Memcached Server Re-install
    11). MariaDB 5.2, 5.5, 10 Upgrade Sub-Menu
    12). Zend OpCache Install/Re-install
    13). Install ioping.sh vbtechsupport.com/1239/
    14). SELinux disable
    15). Install/Re-install ImageMagick PHP Extension
    16). Change SSHD Port Number
    17). Multi-thread compression: pigz,pbzip2,lbzip2,p7zip etc
    18). Suhosin PHP Extension install
    19). Install FFMPEG and FFMPEG PHP Extension
    20). NSD Re-install
    21). Update - Nginx + PHP-FPM + Siege
    22). Exit
    --------------------------------------------------------
    Enter option [ 1 - 22 ] 1
    --------------------------------------------------------
    
    Only 2 cpu threads so install time is a bit slower.

    Code:
    ccache stats:
    cache directory                     /home/.ccache
    cache hit (direct)                   766
    cache hit (preprocessed)             303
    cache miss                          3432
    called for link                      232
    called for preprocessing             244
    compile failed                        54
    preprocessor error                    46
    bad compiler arguments                54
    unsupported source language           57
    autoconf compile/link                615
    unsupported compiler option           14
    no input file                        135
    files in cache                      7837
    cache size                         272.9 Mbytes
    max cache size                       2.0 Gbytes
    
    Total YUM Time: 266.329858848 seconds
    Total Centmin Mod Install Time: 1604.032095683 seconds
    Centmin Mod LEMP Web stack installed
    • CentOS 7.0 64bit netinstall
    • Nginx 1.7.3 + ngx_pagespeed 1.8.31-4 beta and additional Nginx modules listed here (more modules to be added soon)
    • PHP 5.4.30 (PHP-FPM) + APC 3.1.13 + igbinary
    • MariaDB 5.5.38 via official MariaDB YUM repo
    • Additional source compiled PHP Extensions: imagick 3.1.2, memcache 3.0.8, memcached 2.2.0, libmemcached 1.0.18
    • Memcached 1.4.20 server with Libevent 2.0.21
    • CSF Firewall 7.0.4
    • Siege 3.0.6 benchmark
    Nginx 1.7.3 compiled modules

    Idle memory usage after Centmin Mod LEMP web stack installation is ~151MB - not bad for 64bit install with all the above software etc :D

    Code:
    free -m
                 total       used       free     shared    buffers     cached
    Mem:           490        191        298         22          0         39
    -/+ buffers/cache:        151        338
    Swap:         2055         57       1998
    smem reported memory usage

    Code:
    smem -kpt
      PID User     Command                         Swap      USS      PSS      RSS
      546 avahi    avahi-daemon: chroot helpe    224.0K     4.0K     4.0K     4.0K
      440 root     /usr/sbin/lvmetad -f            3.1M     4.0K     5.0K    64.0K
      572 root     /sbin/iprupdate --daemon       96.0K    12.0K    12.0K    16.0K
      570 root     /sbin/iprinit --daemon         96.0K    16.0K    16.0K    20.0K
      582 root     /sbin/iprdump --daemon         80.0K    16.0K    16.0K    20.0K
      560 root     login -- root                 572.0K    28.0K    28.0K    32.0K
    10183 root     -bash                         328.0K    60.0K    60.0K    64.0K
    1285 root     /usr/sbin/sshd -D             716.0K   124.0K   127.0K   220.0K
      539 root     /usr/sbin/irqbalance --fore   108.0K   144.0K   163.0K   384.0K
      537 avahi    avahi-daemon: running [clus   188.0K   136.0K   166.0K   336.0K
    14828 nsd      /usr/local/sbin/nsd -c /etc        0    80.0K   196.0K   680.0K
      505 root     /sbin/auditd -n               328.0K   196.0K   201.0K   336.0K
      485 root     /usr/sbin/anacron -s               0   224.0K   227.0K   332.0K
    14831 nsd      /usr/local/sbin/nsd -c /etc        0   148.0K   248.0K   540.0K
    14857 root     /bin/sh /usr/bin/mysqld_saf        0   324.0K   349.0K   624.0K
    14830 nsd      /usr/local/sbin/nsd -c /etc        0   296.0K   388.0K   708.0K
    1156 root     /sbin/dhclient -d -sf /usr/    11.7M   420.0K   421.0K   476.0K
      454 root     /usr/lib/systemd/systemd-ud   464.0K   408.0K   422.0K   688.0K
      552 root     /usr/sbin/crond -n            272.0K   424.0K   439.0K   704.0K
      541 root     /usr/lib/systemd/systemd-lo   180.0K   416.0K   465.0K   844.0K
    29278 nobody   /usr/local/bin/memcached -d        0   644.0K   656.0K   884.0K
      725 polkitd  /usr/lib/polkit-1/polkitd -     6.1M   500.0K   692.0K     1.0M
    21490 root     /usr/bin/python -Es /usr/sb     9.7M   612.0K   706.0K   980.0K
      542 dbus     /bin/dbus-daemon --system -   240.0K   724.0K   748.0K  1004.0K
      538 root     /usr/sbin/rsyslogd -n         668.0K   532.0K   972.0K     1.5M
    10237 root     sshd: root@pts/1              708.0K   904.0K   977.0K     1.4M
    30280 root     /usr/libexec/postfix/master        0     1.1M     1.1M     1.4M
    30281 postfix  pickup -l -t unix -u               0     1.0M     1.1M     1.6M
    30282 postfix  qmgr -l -t unix -u                 0     1.0M     1.2M     1.7M
    14844 root     nginx: master process /usr/        0   436.0K     1.2M     2.0M
      534 root     /usr/bin/python -Es /usr/sb    12.9M     1.5M     1.7M     2.2M
      653 root     /usr/sbin/NetworkManager --     3.1M     1.7M     1.9M     2.4M
      432 root     /usr/lib/systemd/systemd-jo   168.0K     1.6M     2.0M     2.7M
    16511 root     -bash                              0     2.1M     2.3M     2.9M
    14845 nginx    nginx: worker process              0     1.9M     2.7M     3.7M
    15994 root     /usr/sbin/haveged -w 1024 -        0     3.2M     3.3M     3.7M
    30982 root     php-fpm: master process (/u        0     4.5M     4.5M     4.8M
        1 root     /usr/lib/systemd/systemd --   628.0K     5.1M     5.2M     5.7M
    16755 root     python /usr/bin/smem -kpt          0     6.3M     6.6M     7.4M
    31455 root     lfd - sleepin                      0    13.2M    13.3M    13.6M
    15909 mysql    /usr/sbin/mysqld --basedir=        0    23.2M    23.4M    23.9M
    -------------------------------------------------------------------------------
       41 9                                       52.5M    75.2M    79.9M    93.5M 
    Post Centmin Mod .08 beta 01 install check list
    Code:
    *************************************************
    * Post-Install Check List....
    *************************************************
    
    --------------------------------------------------------
    Check ccache Version:
    --------------------------------------------------------
    ccache version 3.1.9
    
    Copyright (C) 2002-2007 Andrew Tridgell
    Copyright (C) 2009-2011 Joel Rosdahl
    
    This program is free software; you can redistribute it and/or modify it under
    the terms of the GNU General Public License as published by the Free Software
    Foundation; either version 3 of the License, or (at your option) any later
    version.
    
    --------------------------------------------------------
    Check Nginx Version:
    --------------------------------------------------------
    nginx version: nginx/1.7.3
    built by gcc 4.8.2 20140120 (Red Hat 4.8.2-16) (GCC)
    TLS SNI support enabled
    configure arguments: --with-cc-opt='-I/svr-setup/staticlibssl/include -I/usr/include' --with-ld-opt='-L/svr-setup/staticlibssl/lib -Wl,-rpath -lssl -lcrypto -ldl -lz' --sbin-path=/usr/local/sbin/nginx --conf-path=/usr/local/nginx/conf/nginx.conf --with-http_ssl_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_flv_module --with-http_realip_module --with-openssl-opt=enable-tlsext --add-module=../ngx-fancyindex-ngx-fancyindex --add-module=../ngx_cache_purge-2.1 --add-module=../headers-more-nginx-module-0.25 --add-module=../nginx-accesskey-2.0.3 --add-module=../nginx-http-concat-master --with-http_dav_module --add-module=../nginx-dav-ext-module-0.0.3 --with-openssl=../openssl-1.0.1h --with-libatomic --with-pcre=../pcre-8.35 --with-pcre-jit --with-http_spdy_module --add-module=../ngx_pagespeed-release-1.8.31.4-beta
    
    --------------------------------------------------------
    Check PHP-FPM Version:
    --------------------------------------------------------
    PHP 5.4.30 (cli) (built: Jul 10 2014 17:02:40)
    Copyright (c) 1997-2014 The PHP Group
    Zend Engine v2.4.0, Copyright (c) 1998-2014 Zend Technologies
    
    --------------------------------------------------------
    Check MariaDB installed RPM Versions:
    --------------------------------------------------------
    MariaDB-common-5.5.38-1.el6.x86_64
    MariaDB-devel-5.5.38-1.el6.x86_64
    MariaDB-compat-5.5.38-1.el6.x86_64
    MariaDB-client-5.5.38-1.el6.x86_64
    MariaDB-shared-5.5.38-1.el6.x86_64
    MariaDB-server-5.5.38-1.el6.x86_64
    
    --------------------------------------------------------
    Check Memcached Server Version:
    --------------------------------------------------------
    memcached 1.4.20
    
    --------------------------------------------------------
    Check CSF Firewall Version:
    --------------------------------------------------------
    csf: v7.04 (generic)
    
    --------------------------------------------------------
    Check Siege Benchmark Version:
    --------------------------------------------------------
    SIEGE 3.0.6
    
    Copyright (C) 2014 by Jeffrey Fulmer, et al.
    This is free software; see the source for copying conditions.
    There is NO warranty; not even for MERCHANTABILITY or FITNESS
    FOR A PARTICULAR PURPOSE.
    
    
    --------------------------------------------------------
    Check ngx_pagespeed Control Script:
    http://centminmod.com/nginx_ngx_pagespeed.html
    --------------------------------------------------------
    Detected 7.0
    pscontrol handler
    pscontrol edit
    pscontrol on
    pscontrol off
    pscontrol statson
    pscontrol statsoff
    
    --------------------------------------------------------
    Check mysqlreport version:
    --------------------------------------------------------
    mysqlreport v3.5-maria11 Jul 4 2013
    
    --------------------------------------------------------
    Check NSD Bind Version:
    --------------------------------------------------------
    NSD version 3.2.17
    Written by NLnet Labs.
    
    Copyright (C) 2001-2011 NLnet Labs.  This is free software.
    There is NO warranty; not even for MERCHANTABILITY or FITNESS
    FOR A PARTICULAR PURPOSE.
    
    --------------------------------------------------------
    Check YUM Repo List
    --------------------------------------------------------
    Loaded plugins: fastestmirror, priorities
    Loading mirror speeds from cached hostfile
    * base: mirror.keystealth.org
    * epel: mirrors.cat.pdx.edu
    * extras: mirrors.syringanetworks.net
    * rpmforge: repoforge.eecs.wsu.edu
    * updates: mirror.supremebytes.com
    81 packages excluded due to repository priority protections
    repo id             repo name                                        status
    base/7.0/x86_64     CentOS-7.0 - Base                                6,551+1,914
    epel/x86_64         Extra Packages for Enterprise Linux 7 - x86_64     4,197+507
    extras/7.0/x86_64   CentOS-7.0 - Extras                                       30
    mariadb             MariaDB                                                  7+2
    rpmforge            RHEL 7.0 - RPMforge.net - dag                         177+46
    updates/7.0/x86_64  CentOS-7.0 - Updates                                  250+76
    repolist: 11,212
    
    Trying Centmin Mod .08 beta centmin.sh menu option 5 to upgrade PHP from default 5.4.30 to 5.5.14 and selected yes to Zend Opcache install prompt :)

    Code:
    ./centmin.sh
    
    --------------------------------------------------------
    Centmin Mod 1.2.3-eva2000.08 - http://centminmod.com
    --------------------------------------------------------
                       Centmin Mod Menu            
    --------------------------------------------------------
    1).  Centmin Install
    2).  Add Nginx vhost domain
    3).  NSD setup domain name DNS
    4).  Nginx Upgrade / Downgrade
    5).  PHP Upgrade / Downgrade
    6).  XCache Re-install
    7).  APC Cache Re-install
    8).  XCache Install
    9).  APC Cache Install
    10). Memcached Server Re-install
    11). MariaDB 5.2, 5.5, 10 Upgrade Sub-Menu
    12). Zend OpCache Install/Re-install
    13). Install ioping.sh vbtechsupport.com/1239/
    14). SELinux disable
    15). Install/Re-install ImageMagick PHP Extension
    16). Change SSHD Port Number
    17). Multi-thread compression: pigz,pbzip2,lbzip2,p7zip etc
    18). Suhosin PHP Extension install
    19). Install FFMPEG and FFMPEG PHP Extension
    20). NSD Re-install
    21). Update - Nginx + PHP-FPM + Siege
    22). Exit
    --------------------------------------------------------
    Enter option [ 1 - 22 ] 5
    --------------------------------------------------------
    Custom configure CSF settings...set
    
    Do you want to run YUM install checks ?  [y/n]
    
    This will increase your upgrade duration time wise.
    Check the change log centminmod.com/changelog.html
    to see if any Nginx or PHP related new additions
    which require checking YUM prequisites are met.
    If no new additions made, you can skip the
    YUM install check to speed up upgrade time.
    
    [y/n]: n
    PHP Upgrade - Would you like to continue? [y/n] y
    
    Install which version of PHP? (version i.e. 5.4.30): 5.5.14
    Do you want to update to latest php-fpm.conf ? It will overwrite your existing php-fpm.conf [y/n]: y
    Does this server have less than <=2048MB of memory installed ? [y/n]: y
    
    -----------------------------------------------------------------------------------------
    Detected PHP 5.5 branch.
    You can compile Zend OPcache (Zend Optimizer Plus+) support
    as an alternative to using APC Cache or Xcache cache.
    But Zend OPcache only provides PHP opcode cache and
    DOESN'T do data caching, so if you web apps such as Wordpress,
    Drupal or vBulletin require data caching to APC or Xcache,
    it won't work with Zend OPcache.
    
    -----------------------------------------------------------------------------------------
    Do you want to use Zend OPcache [y/n] ? y
    Completed fine :)

    Code:
    PHP 5.5.14 (cli) (built: Jul 11 2014 02:19:16)
    Copyright (c) 1997-2014 The PHP Group
    Zend Engine v2.5.0, Copyright (c) 1998-2014 Zend Technologies
        with Zend OPcache v7.0.4-dev, Copyright (c) 1999-2014, by Zend Technologies
    Last set of lines near PHP 5.5.14 upgrade completion

    Code:
    Backing up existing php-fpm.conf at /usr/local/etc/php-fpm.conf-oldversion_110714-021631
    If you have made an custom changes to /usr/local/etc/php-fpm.conf, you will find
    they still exist in backup at /usr/local/etc/php-fpm.conf-oldversion_110714-021631
    -rw-r--r--. 1 root root 1.8K Jul 11 02:02 php-fpm.conf-oldversion_110714-015131
    -rw-r--r--. 1 root root 1.8K Jul 11 02:02 php-fpm.conf
    -rw-r--r--. 1 root root  22K Jul 11 02:19 php-fpm.conf.default
    -rw-r--r--. 1 root root 1.8K Jul 11 02:20 php-fpm.conf-oldversion_110714-021631
    
    Backing up existing php.conf at /usr/local/nginx/conf/php.conf-oldversion_110714-021631
    If you have made an custom changes to /usr/local/nginx/conf/php.conf, you will find
    they still exist in backup at /usr/local/nginx/conf/php.conf-oldversion_110714-021631
    -rw-r--r--. 1 root root 2.1K Jul 11 02:02 php.conf-oldversion_110714-015131
    -rw-r--r--. 1 root root 2.1K Jul 11 02:02 php.conf
    -rw-r--r--. 1 root root 2.1K Jul 11 02:20 php.conf-oldversion_110714-021631
    
    y
    
    Copying php-fpm-min.conf /usr/local/etc/php-fpm.conf
    
    will need to reinstall memcached extensions if needed
    systemctl restart php-fpm.service
    Job for php-fpm.service failed. See 'systemctl status php-fpm.service' and 'journalctl -xn' for details.
    *************************************************
    
    Fri Jul 11 02:20:12 UTC 2014
    Success: PHP was installed properly
    
    *************************************************
    
    -------------------------------------------------------
    Password protected hostname.domainname.com/46849_opcache.php
    -------------------------------------------------------
    Username: opadmin
    Password: g669CokhuQ+qpVloMo6pUQ==
    -------------------------------------------------------
    
    ***************************************************
    * PHP upgraded and auto reinstalled PHP extensions
    ***************************************************
    
    ccache stats:
    cache directory                     /home/.ccache
    cache hit (direct)                  2354
    cache hit (preprocessed)             379
    cache miss                          5200
    called for link                      264
    called for preprocessing             355
    compile failed                        70
    preprocessor error                    82
    bad compiler arguments                69
    unsupported source language           57
    autoconf compile/link               1282
    unsupported compiler option           15
    no input file                        167
    files in cache                     11369
    cache size                         457.9 Mbytes
    max cache size                       2.0 Gbytes
    Centmin Mod .08 beta 01 still has bugs to fix for PHP 5.5 upgrade - seems Imagick, Memcache/Memcached/igbinary PHP extensions didn't auto reinstall, so would need to run centmin.sh menu options 10 and 15 to reinstall Memcache/Memcached/igbinary and Imagick PHP extensions.

    Code:
    --------------------------------------------------------
    Centmin Mod 1.2.3-eva2000.08 - http://centminmod.com
    --------------------------------------------------------
                       Centmin Mod Menu             
    --------------------------------------------------------
    1).  Centmin Install
    2).  Add Nginx vhost domain
    3).  NSD setup domain name DNS
    4).  Nginx Upgrade / Downgrade
    5).  PHP Upgrade / Downgrade
    6).  XCache Re-install
    7).  APC Cache Re-install
    8).  XCache Install
    9).  APC Cache Install
    10). Memcached Server Re-install
    11). MariaDB 5.2, 5.5, 10 Upgrade Sub-Menu
    12). Zend OpCache Install/Re-install
    13). Install ioping.sh vbtechsupport.com/1239/
    14). SELinux disable
    15). Install/Re-install ImageMagick PHP Extension
    16). Change SSHD Port Number
    17). Multi-thread compression: pigz,pbzip2,lbzip2,p7zip etc
    18). Suhosin PHP Extension install
    19). Install FFMPEG and FFMPEG PHP Extension
    20). NSD Re-install
    21). Update - Nginx + PHP-FPM + Siege
    22). Exit
    --------------------------------------------------------
    Enter option [ 1 - 22 ] 15
    --------------------------------------------------------
    Check for php extensions
    *************************************************
    * Installing imagick PHP Extension
    *************************************************
    Seems some issues with menu option 10 for Memcached reinstall that need to check out too. Okay problem wasn't with menu option 10, but with the way I setup .08 centos 7 beta 01 to map service servicename restart to systemctl restart servicename. It doesn't register with PHP-FPM to reload and make the PHP extensions available.

    Issuing proper service php-fpm restart, registers all the PHP extensions properly. Committed a fix for this in .08 centos 7 beta 01 branch at https://github.com/centminmod/centminmod/commit/671181c7b8e863e3868bf53e80ab482e9099771c

    centminmod_php5514_phpinfo01.png

    Full list of installed and compiled PHP modules

    Code:
    php -m
    [PHP Modules]
    bcmath
    bz2
    calendar
    Core
    ctype
    curl
    date
    dom
    enchant
    ereg
    exif
    filter
    ftp
    gd
    gettext
    gmp
    hash
    iconv
    igbinary
    imagick
    imap
    intl
    json
    libxml
    mbstring
    memcache
    memcached
    mhash
    mysql
    mysqli
    mysqlnd
    openssl
    pcntl
    pcre
    PDO
    pdo_mysql
    pdo_sqlite
    Phar
    posix
    pspell
    readline
    Reflection
    session
    shmop
    SimpleXML
    soap
    sockets
    SPL
    sqlite3
    standard
    sysvmsg
    sysvsem
    sysvshm
    tidy
    tokenizer
    xml
    xmlreader
    xmlrpc
    xmlwriter
    Zend OPcache
    zip
    zlib
    
    [Zend Modules]
    Zend OPcache
     
    Last edited: Jul 11, 2014
  12. eva2000

    eva2000 Administrator Staff Member

    53,537
    12,134
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,677
    Local Time:
    3:36 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    6th Centmin Mod .08 beta install on CentOS 7.0

    confirmed the fix committed at https://github.com/centminmod/centminmod/commit/671181c7b8e863e3868bf53e80ab482e9099771c has resolved PHP 5.4.30 to 5.5.14 upgrade via centmin.sh menu option 5 and all custom compiled PHP extensions are auto reinstalled and fully recognised :)

    Code:
    mysqladmin ver
    mysqladmin  Ver 9.0 Distrib 5.5.38-MariaDB, for Linux on x86_64
    Copyright (c) 2000, 2014, Oracle, Monty Program Ab and others.
    
    Server version          5.5.38-MariaDB
    Protocol version        10
    Connection              Localhost via UNIX socket
    UNIX socket             /var/lib/mysql/mysql.sock
    Uptime:                 1 hour 2 min 55 sec
    
    Threads: 1  Questions: 15  Slow queries: 0  Opens: 1  Flush tables: 2  Open tables: 27  Queries per second avg: 0.003
    
    Code:
    php -v
    PHP 5.5.14 (cli) (built: Jul 11 2014 10:42:48) 
    Copyright (c) 1997-2014 The PHP Group
    Zend Engine v2.5.0, Copyright (c) 1998-2014 Zend Technologies
        with Zend OPcache v7.0.4-dev, Copyright (c) 1999-2014, by Zend Technologies
    
    Code:
    php --ini
    Configuration File (php.ini) Path: /usr/local/lib
    Loaded Configuration File:         /usr/local/lib/php.ini
    Scan for additional .ini files in: /etc/centminmod/php.d
    Additional .ini files parsed:      /etc/centminmod/php.d/igbinary.ini,
    /etc/centminmod/php.d/imagick.ini,
    /etc/centminmod/php.d/memcache.ini,
    /etc/centminmod/php.d/memcached.ini,
    /etc/centminmod/php.d/zendopcache.ini
    
    Code:
    php -m
    [PHP Modules]
    bcmath
    bz2
    calendar
    Core
    ctype
    curl
    date
    dom
    enchant
    ereg
    exif
    filter
    ftp
    gd
    gettext
    gmp
    hash
    iconv
    igbinary
    imagick
    imap
    intl
    json
    libxml
    mbstring
    memcache
    memcached
    mhash
    mysql
    mysqli
    mysqlnd
    openssl
    pcntl
    pcre
    PDO
    pdo_mysql
    pdo_sqlite
    Phar
    posix
    pspell
    readline
    Reflection
    session
    shmop
    SimpleXML
    soap
    sockets
    SPL
    sqlite3
    standard
    sysvmsg
    sysvsem
    sysvshm
    tidy
    tokenizer
    xml
    xmlreader
    xmlrpc
    xmlwriter
    Zend OPcache
    zip
    zlib
    
    [Zend Modules]
    Zend OPcache
    

    Code:
    chkconfig --list
    
    Note: This output shows SysV services only and does not include native
          systemd services. SysV configuration data might be overridden by native
          systemd configuration.
    
          If you want to list systemd services use 'systemctl list-unit-files'.
          To see services enabled on particular target use
          'systemctl list-dependencies [target]'.
    
    csf             0:off   1:off   2:on    3:on    4:on    5:on    6:off
    iprdump         0:off   1:off   2:on    3:on    4:on    5:on    6:off
    iprinit         0:off   1:off   2:on    3:on    4:on    5:on    6:off
    iprupdate       0:off   1:off   2:on    3:on    4:on    5:on    6:off
    lfd             0:off   1:off   2:on    3:on    4:on    5:on    6:off
    memcached       0:off   1:off   2:off   3:on    4:on    5:on    6:off
    mysql           0:off   1:off   2:on    3:on    4:on    5:on    6:off
    netconsole      0:off   1:off   2:off   3:off   4:off   5:off   6:off
    network         0:off   1:off   2:on    3:on    4:on    5:on    6:off
    nginx           0:off   1:off   2:on    3:on    4:off   5:on    6:off
    nsd             0:off   1:off   2:on    3:on    4:off   5:on    6:off
    php-fpm         0:off   1:off   2:on    3:on    4:on    5:on    6:off
    
    Code:
    systemctl list-unit-files
    UNIT FILE                                   STATE  
    proc-sys-fs-binfmt_misc.automount           static  
    dev-hugepages.mount                         static  
    dev-mqueue.mount                            static  
    proc-sys-fs-binfmt_misc.mount               static  
    sys-fs-fuse-connections.mount               static  
    sys-kernel-config.mount                     static  
    sys-kernel-debug.mount                      static  
    tmp.mount                                   disabled
    brandbot.path                               disabled
    systemd-ask-password-console.path           static  
    systemd-ask-password-plymouth.path          static  
    systemd-ask-password-wall.path              static  
    session-1.scope                             static  
    session-4.scope                             static  
    arp-ethers.service                          disabled
    auditd.service                              enabled 
    autovt@.service                             disabled
    avahi-daemon.service                        enabled 
    blk-availability.service                    disabled
    brandbot.service                            static  
    console-getty.service                       disabled
    console-shell.service                       disabled
    cpupower.service                            disabled
    crond.service                               enabled 
    dbus-org.fedoraproject.FirewallD1.service   enabled 
    dbus-org.freedesktop.Avahi.service          enabled 
    dbus-org.freedesktop.hostname1.service      static  
    dbus-org.freedesktop.locale1.service        static  
    dbus-org.freedesktop.login1.service         static  
    dbus-org.freedesktop.machine1.service       static  
    dbus-org.freedesktop.NetworkManager.service enabled 
    dbus-org.freedesktop.nm-dispatcher.service  enabled 
    dbus-org.freedesktop.timedate1.service      static  
    dbus.service                                static  
    debug-shell.service                         disabled
    dm-event.service                            disabled
    dnsmasq.service                             disabled
    dracut-cmdline.service                      static  
    dracut-initqueue.service                    static  
    dracut-mount.service                        static  
    dracut-pre-mount.service                    static  
    dracut-pre-pivot.service                    static  
    dracut-pre-trigger.service                  static  
    dracut-pre-udev.service                     static  
    dracut-shutdown.service                     static  
    ebtables.service                            disabled
    emergency.service                           static  
    firewalld.service                           enabled 
    getty@.service                              enabled 
    halt-local.service                          static  
    haveged.service                             enabled 
    initrd-cleanup.service                      static  
    initrd-parse-etc.service                    static  
    initrd-switch-root.service                  static  
    initrd-udevadm-cleanup-db.service           static  
    irqbalance.service                          enabled 
    kdump.service                               enabled 
    kmod-static-nodes.service                   static  
    lvm2-lvmetad.service                        disabled
    lvm2-monitor.service                        enabled 
    lvm2-pvscan@.service                        static  
    messagebus.service                          static  
    microcode.service                           enabled 
    NetworkManager-dispatcher.service           enabled 
    NetworkManager-wait-online.service          disabled
    NetworkManager.service                      enabled 
    ntpd.service                                enabled 
    ntpdate.service                             disabled
    plymouth-halt.service                       disabled
    plymouth-kexec.service                      disabled
    plymouth-poweroff.service                   disabled
    plymouth-quit-wait.service                  disabled
    plymouth-quit.service                       disabled
    plymouth-read-write.service                 disabled
    plymouth-reboot.service                     disabled
    plymouth-start.service                      disabled
    plymouth-switch-root.service                static  
    polkit.service                              static  
    postfix.service                             enabled 
    quotaon.service                             static  
    rc-local.service                            static  
    rdisc.service                               disabled
    rescue.service                              static  
    rhel-autorelabel-mark.service               static  
    rhel-autorelabel.service                    static  
    rhel-configure.service                      static  
    rhel-dmesg.service                          disabled
    rhel-domainname.service                     disabled
    rhel-import-state.service                   static  
    rhel-loadmodules.service                    static  
    rhel-readonly.service                       static  
    rngd.service                                enabled 
    rsyncd.service                              disabled
    rsyslog.service                             enabled 
    saslauthd.service                           disabled
    serial-getty@.service                       static  
    snmpd.service                               disabled
    snmptrapd.service                           disabled
    sshd-keygen.service                         static  
    sshd.service                                enabled 
    sshd@.service                               static  
    svnserve.service                            disabled
    sysstat.service                             enabled 
    systemd-ask-password-console.service        static  
    systemd-ask-password-plymouth.service       static  
    systemd-ask-password-wall.service           static  
    systemd-backlight@.service                  static  
    systemd-binfmt.service                      static  
    systemd-fsck-root.service                   static  
    systemd-fsck@.service                       static  
    systemd-halt.service                        static  
    systemd-hibernate.service                   static  
    systemd-hostnamed.service                   static  
    systemd-hybrid-sleep.service                static  
    systemd-initctl.service                     static  
    systemd-journal-flush.service               static  
    systemd-journald.service                    static  
    systemd-kexec.service                       static  
    systemd-localed.service                     static  
    systemd-logind.service                      static  
    systemd-machined.service                    static  
    systemd-modules-load.service                static  
    systemd-nspawn@.service                     disabled
    systemd-poweroff.service                    static  
    systemd-quotacheck.service                  static  
    systemd-random-seed.service                 static  
    systemd-readahead-collect.service           enabled 
    systemd-readahead-done.service              static  
    systemd-readahead-drop.service              enabled 
    systemd-readahead-replay.service            enabled 
    systemd-reboot.service                      static  
    systemd-remount-fs.service                  static  
    systemd-shutdownd.service                   static  
    systemd-suspend.service                     static  
    systemd-sysctl.service                      static  
    systemd-timedated.service                   static  
    systemd-tmpfiles-clean.service              static  
    systemd-tmpfiles-setup-dev.service          static  
    systemd-tmpfiles-setup.service              static  
    systemd-udev-settle.service                 static  
    systemd-udev-trigger.service                static  
    systemd-udevd.service                       static  
    systemd-update-utmp-runlevel.service        static  
    systemd-update-utmp.service                 static  
    systemd-user-sessions.service               static  
    systemd-vconsole-setup.service              static  
    teamd@.service                              static  
    tuned.service                               enabled 
    wpa_supplicant.service                      disabled
    -.slice                                     static  
    machine.slice                               static  
    system.slice                                static  
    user.slice                                  static  
    avahi-daemon.socket                         enabled 
    dbus.socket                                 static  
    dm-event.socket                             enabled 
    lvm2-lvmetad.socket                         enabled 
    rsyncd.socket                               disabled
    sshd.socket                                 disabled
    syslog.socket                               static  
    systemd-initctl.socket                      static  
    systemd-journald.socket                     static  
    systemd-shutdownd.socket                    static  
    systemd-udevd-control.socket                static  
    systemd-udevd-kernel.socket                 static  
    basic.target                                static  
    bluetooth.target                            static  
    cryptsetup.target                           static  
    ctrl-alt-del.target                         disabled
    default.target                              enabled 
    emergency.target                            static  
    final.target                                static  
    getty.target                                static  
    graphical.target                            disabled
    halt.target                                 disabled
    hibernate.target                            static  
    hybrid-sleep.target                         static  
    initrd-fs.target                            static  
    initrd-root-fs.target                       static  
    initrd-switch-root.target                   static  
    initrd.target                               static  
    kexec.target                                disabled
    local-fs-pre.target                         static  
    local-fs.target                             static  
    multi-user.target                           enabled 
    network-online.target                       static  
    network.target                              static  
    nss-lookup.target                           static  
    nss-user-lookup.target                      static  
    paths.target                                static  
    poweroff.target                             disabled
    printer.target                              static  
    reboot.target                               disabled
    remote-fs-pre.target                        static  
    remote-fs.target                            enabled 
    rescue.target                               disabled
    rpcbind.target                              static  
    runlevel0.target                            disabled
    runlevel1.target                            disabled
    runlevel2.target                            disabled
    runlevel3.target                            disabled
    runlevel4.target                            disabled
    runlevel5.target                            disabled
    runlevel6.target                            disabled
    shutdown.target                             static  
    sigpwr.target                               static  
    sleep.target                                static  
    slices.target                               static  
    smartcard.target                            static  
    sockets.target                              static  
    sound.target                                static  
    suspend.target                              static  
    swap.target                                 static  
    sysinit.target                              static  
    system-update.target                        static  
    time-sync.target                            static  
    timers.target                               static  
    umount.target                               static  
    systemd-readahead-done.timer                static  
    systemd-tmpfiles-clean.timer                static  
    
    220 unit files listed.
    
     
  13. eva2000

    eva2000 Administrator Staff Member

    53,537
    12,134
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,677
    Local Time:
    3:36 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    7th test run as I added Nginx Sticky Module and Nginx Upstream Check module support as outlined at https://community.centminmod.com/threads/centmin-mod-08-ideas.618/
    Actual commit for the new Nginx module changes https://github.com/centminmod/centminmod/commit/418c8ef199530d6c9a1e986f8dec1f98b01be9bc

    Code:
    ccache stats:
    cache directory                     /home/.ccache
    cache hit (direct)                   767
    cache hit (preprocessed)             335
    cache miss                          3496
    called for link                      268
    called for preprocessing             244
    compile failed                        54
    preprocessor error                    46
    bad compiler arguments                54
    unsupported source language           61
    autoconf compile/link                615
    unsupported compiler option           14
    no input file                        135
    files in cache                      7912
    cache size                         274.4 Mbytes
    max cache size                       2.0 Gbytes
    
    Total YUM Time: 273.731149598 seconds
    Total Centmin Mod Install Time: 1423.109394359 seconds
    Nginx compiled modules

     
  14. eva2000

    eva2000 Administrator Staff Member

    53,537
    12,134
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,677
    Local Time:
    3:36 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    8th install

    Fixed OpenResty Nginx module support as well https://community.centminmod.com/threads/fix-outdated-nginx-openresty-module-support.823/. It's enabled by default with NGINX_OPENRESTY='y' with this later commit https://github.com/centminmod/centminmod/commit/9974706c5be1a4611f5e41155013488b74209591 so can properly test it.

    Two OpenResty modules are added when enabled, memc module https://github.com/openresty/memc-nginx-module and srcache modules https://github.com/openresty/srcache-nginx-module

    Just wish there was faster MariaDB download mirrors for Aussie servers (my home Virtualbox test server). MariaDB download to Australia is 10x times slower = 300 seconds vs 30 seconds to USA server

    almost 5 mins to install MariaDB packages for Aussies like myself
    Code:
    cat /root/centminlogs/centminmod_1.2.3-eva2000.08_130714-175736_yum-log.log | grep -C1 MariaDB
    Jul 13 08:14:51 Installed: perl-DBI-1.627-4.el7.x86_64
    Jul 13 08:19:31 Installed: MariaDB-compat-5.5.38-1.el6.x86_64
    Jul 13 08:19:31 Installed: MariaDB-common-5.5.38-1.el6.x86_64
    Jul 13 08:19:33 Installed: MariaDB-client-5.5.38-1.el6.x86_64
    Jul 13 08:19:44 Installed: MariaDB-server-5.5.38-1.el6.x86_64
    Jul 13 08:19:44 Installed: MariaDB-shared-5.5.38-1.el6.x86_64
    Jul 13 08:19:46 Installed: MariaDB-devel-5.5.38-1.el6.x86_64
    Jul 13 08:19:56 Installed: perl-DBD-MySQL-4.023-5.el7.x86_64
     
    Last edited: Jul 13, 2014
  15. Floren

    Floren Active Member

    148
    77
    28
    Jun 6, 2014
    Ratings:
    +77
    Local Time:
    1:36 AM
  16. eva2000

    eva2000 Administrator Staff Member

    53,537
    12,134
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,677
    Local Time:
    3:36 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Sweet, having repo in place is good enough for me as it's just the auto setup by Centmin Mod for yum priorities that needs processing on 3rd party YUM repos :)
     
  17. eva2000

    eva2000 Administrator Staff Member

    53,537
    12,134
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,677
    Local Time:
    3:36 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  18. eva2000

    eva2000 Administrator Staff Member

    53,537
    12,134
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,677
    Local Time:
    3:36 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    9th install run this time anyone notice what version of MariaDB is installed by default ;)

    Code:
    mysqladmin ver
    mysqladmin  Ver 9.1 Distrib 10.0.12-MariaDB, for Linux on x86_64
    Copyright (c) 2000, 2014, Oracle, SkySQL Ab and others.
    
    Server version          10.0.12-MariaDB
    Protocol version        10
    Connection              Localhost via UNIX socket
    UNIX socket             /var/lib/mysql/mysql.sock
    Uptime:                 1 min 57 sec
    
    Threads: 1  Questions: 17  Slow queries: 0  Opens: 1  Flush tables: 1  Open tables: 63  Queries per second avg: 0.145
    Code:
    *************************************************
    * Post-Install Check List....
    *************************************************
    
    --------------------------------------------------------
    Check ccache Version:
    --------------------------------------------------------
    ccache version 3.1.6
    
    Copyright (C) 2002-2007 Andrew Tridgell
    Copyright (C) 2009-2011 Joel Rosdahl
    
    This program is free software; you can redistribute it and/or modify it under
    the terms of the GNU General Public License as published by the Free Software
    Foundation; either version 3 of the License, or (at your option) any later
    version.
    
    --------------------------------------------------------
    Check Nginx Version:
    --------------------------------------------------------
    nginx version: nginx/1.7.4
    TLS SNI support enabled
    configure arguments: --with-cc-opt='-I/svr-setup/staticlibssl/include -I/usr/include' --with-ld-opt='-L/svr-setup/staticlibssl/lib -Wl,-rpath -lssl -lcrypto -ldl -lz' --sbin-path=/usr/local/sbin/nginx --conf-path=/usr/local/nginx/conf/nginx.conf --with-http_ssl_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_flv_module --with-http_realip_module --with-openssl-opt=enable-tlsext --add-module=../ngx-fancyindex-ngx-fancyindex --add-module=../ngx_cache_purge-2.1 --add-module=../headers-more-nginx-module-0.25 --add-module=../nginx-accesskey-2.0.3 --add-module=../nginx-http-concat-master --with-http_dav_module --add-module=../nginx-dav-ext-module-0.0.3 --add-module=../openresty-memc-nginx-module-1518da4 --add-module=../openresty-srcache-nginx-module-ffa9ab7 --add-module=../nginx-sticky-module-1.2.5 --add-module=../nginx_upstream_check_module-0.1.9 --with-openssl=../openssl-1.0.1i --with-libatomic --with-pcre=../pcre-8.35 --with-pcre-jit --with-http_spdy_module --add-module=../ngx_pagespeed-release-1.8.31.4-beta
    
    --------------------------------------------------------
    Check PHP-FPM Version:
    --------------------------------------------------------
    PHP 5.4.31 (cli) (built: Aug 11 2014 12:09:10)
    Copyright (c) 1997-2014 The PHP Group
    Zend Engine v2.4.0, Copyright (c) 1998-2014 Zend Technologies
        with Zend OPcache v7.0.3, Copyright (c) 1999-2014, by Zend Technologies
    
    --------------------------------------------------------
    Check MariaDB installed RPM Versions:
    --------------------------------------------------------
    MariaDB-server-10.0.12-1.el6.x86_64
    MariaDB-common-10.0.12-1.el6.x86_64
    MariaDB-client-10.0.12-1.el6.x86_64
    MariaDB-devel-10.0.12-1.el6.x86_64
    MariaDB-compat-10.0.12-1.el6.x86_64
    MariaDB-shared-10.0.12-1.el6.x86_64
    
    --------------------------------------------------------
    Check Memcached Server Version:
    --------------------------------------------------------
    memcached 1.4.20
    
    --------------------------------------------------------
    Check CSF Firewall Version:
    --------------------------------------------------------
    csf: v7.07 (generic)
    
    --------------------------------------------------------
    Check Siege Benchmark Version:
    --------------------------------------------------------
    SIEGE 3.0.6
    
    Copyright (C) 2014 by Jeffrey Fulmer, et al.
    This is free software; see the source for copying conditions.
    There is NO warranty; not even for MERCHANTABILITY or FITNESS
    FOR A PARTICULAR PURPOSE.
    
    
    --------------------------------------------------------
    Check ngx_pagespeed Control Script:
    http://centminmod.com/nginx_ngx_pagespeed.html
    --------------------------------------------------------
    Detected 6.5
    pscontrol handler
    pscontrol edit
    pscontrol on
    pscontrol off
    pscontrol statson
    pscontrol statsoff
    
    --------------------------------------------------------
    Check mysqlreport version:
    --------------------------------------------------------
    mysqlreport v3.5-maria11 Jul 4 2013
    
    --------------------------------------------------------
    Check NSD Bind Version:
    --------------------------------------------------------
    NSD version 3.2.17
    Written by NLnet Labs.
    
    Copyright (C) 2001-2011 NLnet Labs.  This is free software.
    There is NO warranty; not even for MERCHANTABILITY or FITNESS
    FOR A PARTICULAR PURPOSE.
    
    --------------------------------------------------------
    Check YUM Repo List
    --------------------------------------------------------
    Loaded plugins: downloadonly, fastestmirror, priorities
    Loading mirror speeds from cached hostfile
    * base: mirror.ventraip.net.au
    * epel: fedora.mirror.uber.com.au
    * extras: mirror.aarnet.edu.au
    * rpmforge: mirror.ventraip.net.au
    * updates: centos.wtl.nsw.au.glomirror.com.au
    1566 packages excluded due to repository priority protections
    repo id        repo name                                             status
    base           CentOS-6 - Base                                       4,859+1,508
    epel           Extra Packages for Enterprise Linux 6 - x86_64        8,471+2,607
    extras         CentOS-6 - Extras                                              14
    mariadb        MariaDB                                                      11+1
    rpmforge       RHEL 6 - RPMforge.net - dag                           3,201+1,517
    updates        CentOS-6 - Updates                                        941+365
    repolist: 17,497
    Code:
    mysql -t -e "SELECT * FROM mysql.plugin;"
    +---------------------------+------------------------+
    | name                      | dl                     |
    +---------------------------+------------------------+
    | METADATA_LOCK_INFO        | metadata_lock_info.so  |
    | QUERY_CACHE_INFO          | query_cache_info.so    |
    | QUERY_RESPONSE_TIME       | query_response_time.so |
    | QUERY_RESPONSE_TIME_AUDIT | query_response_time.so |
    +---------------------------+------------------------+
    
    Code:
    mysql -t -e "SHOW PLUGINS;"
    +-----------------------------+----------+--------------------+------------------------+---------+
    | Name                        | Status   | Type               | Library                | License |
    +-----------------------------+----------+--------------------+------------------------+---------+
    | binlog                      | ACTIVE   | STORAGE ENGINE     | NULL                   | GPL     |
    | mysql_native_password       | ACTIVE   | AUTHENTICATION     | NULL                   | GPL     |
    | mysql_old_password          | ACTIVE   | AUTHENTICATION     | NULL                   | GPL     |
    | CSV                         | ACTIVE   | STORAGE ENGINE     | NULL                   | GPL     |
    | MEMORY                      | ACTIVE   | STORAGE ENGINE     | NULL                   | GPL     |
    | MyISAM                      | ACTIVE   | STORAGE ENGINE     | NULL                   | GPL     |
    | MRG_MyISAM                  | ACTIVE   | STORAGE ENGINE     | NULL                   | GPL     |
    | BLACKHOLE                   | ACTIVE   | STORAGE ENGINE     | NULL                   | GPL     |
    | InnoDB                      | ACTIVE   | STORAGE ENGINE     | NULL                   | GPL     |
    | XTRADB_READ_VIEW            | ACTIVE   | INFORMATION SCHEMA | NULL                   | GPL     |
    | XTRADB_INTERNAL_HASH_TABLES | ACTIVE   | INFORMATION SCHEMA | NULL                   | GPL     |
    | XTRADB_RSEG                 | ACTIVE   | INFORMATION SCHEMA | NULL                   | GPL     |
    | INNODB_TRX                  | ACTIVE   | INFORMATION SCHEMA | NULL                   | GPL     |
    | INNODB_LOCKS                | ACTIVE   | INFORMATION SCHEMA | NULL                   | GPL     |
    | INNODB_LOCK_WAITS           | ACTIVE   | INFORMATION SCHEMA | NULL                   | GPL     |
    | INNODB_CMP                  | ACTIVE   | INFORMATION SCHEMA | NULL                   | GPL     |
    | INNODB_CMP_RESET            | ACTIVE   | INFORMATION SCHEMA | NULL                   | GPL     |
    | INNODB_CMPMEM               | ACTIVE   | INFORMATION SCHEMA | NULL                   | GPL     |
    | INNODB_CMPMEM_RESET         | ACTIVE   | INFORMATION SCHEMA | NULL                   | GPL     |
    | INNODB_CMP_PER_INDEX        | ACTIVE   | INFORMATION SCHEMA | NULL                   | GPL     |
    | INNODB_CMP_PER_INDEX_RESET  | ACTIVE   | INFORMATION SCHEMA | NULL                   | GPL     |
    | INNODB_BUFFER_PAGE          | ACTIVE   | INFORMATION SCHEMA | NULL                   | GPL     |
    | INNODB_BUFFER_PAGE_LRU      | ACTIVE   | INFORMATION SCHEMA | NULL                   | GPL     |
    | INNODB_BUFFER_POOL_STATS    | ACTIVE   | INFORMATION SCHEMA | NULL                   | GPL     |
    | INNODB_METRICS              | ACTIVE   | INFORMATION SCHEMA | NULL                   | GPL     |
    | INNODB_FT_DEFAULT_STOPWORD  | ACTIVE   | INFORMATION SCHEMA | NULL                   | GPL     |
    | INNODB_FT_DELETED           | ACTIVE   | INFORMATION SCHEMA | NULL                   | GPL     |
    | INNODB_FT_BEING_DELETED     | ACTIVE   | INFORMATION SCHEMA | NULL                   | GPL     |
    | INNODB_FT_CONFIG            | ACTIVE   | INFORMATION SCHEMA | NULL                   | GPL     |
    | INNODB_FT_INDEX_CACHE       | ACTIVE   | INFORMATION SCHEMA | NULL                   | GPL     |
    | INNODB_FT_INDEX_TABLE       | ACTIVE   | INFORMATION SCHEMA | NULL                   | GPL     |
    | INNODB_SYS_TABLES           | ACTIVE   | INFORMATION SCHEMA | NULL                   | GPL     |
    | INNODB_SYS_TABLESTATS       | ACTIVE   | INFORMATION SCHEMA | NULL                   | GPL     |
    | INNODB_SYS_INDEXES          | ACTIVE   | INFORMATION SCHEMA | NULL                   | GPL     |
    | INNODB_SYS_COLUMNS          | ACTIVE   | INFORMATION SCHEMA | NULL                   | GPL     |
    | INNODB_SYS_FIELDS           | ACTIVE   | INFORMATION SCHEMA | NULL                   | GPL     |
    | INNODB_SYS_FOREIGN          | ACTIVE   | INFORMATION SCHEMA | NULL                   | GPL     |
    | INNODB_SYS_FOREIGN_COLS     | ACTIVE   | INFORMATION SCHEMA | NULL                   | GPL     |
    | INNODB_SYS_TABLESPACES      | ACTIVE   | INFORMATION SCHEMA | NULL                   | GPL     |
    | INNODB_SYS_DATAFILES        | ACTIVE   | INFORMATION SCHEMA | NULL                   | GPL     |
    | INNODB_CHANGED_PAGES        | ACTIVE   | INFORMATION SCHEMA | NULL                   | GPL     |
    | FEDERATED                   | DISABLED | STORAGE ENGINE     | NULL                   | GPL     |
    | ARCHIVE                     | DISABLED | STORAGE ENGINE     | NULL                   | GPL     |
    | PERFORMANCE_SCHEMA          | ACTIVE   | STORAGE ENGINE     | NULL                   | GPL     |
    | Aria                        | ACTIVE   | STORAGE ENGINE     | NULL                   | GPL     |
    | FEEDBACK                    | DISABLED | INFORMATION SCHEMA | NULL                   | GPL     |
    | partition                   | ACTIVE   | STORAGE ENGINE     | NULL                   | GPL     |
    | METADATA_LOCK_INFO          | ACTIVE   | INFORMATION SCHEMA | metadata_lock_info.so  | GPL     |
    | QUERY_CACHE_INFO            | ACTIVE   | INFORMATION SCHEMA | query_cache_info.so    | BSD     |
    | QUERY_RESPONSE_TIME         | ACTIVE   | INFORMATION SCHEMA | query_response_time.so | GPL     |
    | QUERY_RESPONSE_TIME_AUDIT   | ACTIVE   | AUDIT              | query_response_time.so | GPL     |
    +-----------------------------+----------+--------------------+------------------------+---------+
    
    Code:
    mysql -t -e "SHOW ENGINES;"
    +
    --------------------+---------+----------------------------------------------------------------------------+--------------+------+------------+
    | Engine             | Support | Comment                                                                    | Transactions | XA   | Savepoints |
    +--------------------+---------+----------------------------------------------------------------------------+--------------+------+------------+
    | CSV                | YES     | CSV storage engine                                                         | NO           | NO   | NO         |
    | MRG_MyISAM         | YES     | Collection of identical MyISAM tables                                      | NO           | NO   | NO         |
    | MEMORY             | YES     | Hash based, stored in memory, useful for temporary tables                  | NO           | NO   | NO         |
    | BLACKHOLE          | YES     | /dev/null storage engine (anything you write to it disappears)             | NO           | NO   | NO         |
    | MyISAM             | DEFAULT | MyISAM storage engine                                                      | NO           | NO   | NO         |
    | InnoDB             | YES     | Percona-XtraDB, Supports transactions, row-level locking, and foreign keys | YES          | YES  | YES        |
    | ARCHIVE            | NO      | Archive storage engine                                                     | NULL         | NULL | NULL       |
    | FEDERATED          | NO      | FederatedX pluggable storage engine                                        | NULL         | NULL | NULL       |
    | PERFORMANCE_SCHEMA | YES     | Performance Schema                                                         | NO           | NO   | NO         |
    | Aria               | YES     | Crash-safe tables with MyISAM heritage                                     | NO           | NO   | NO         |
    +--------------------+---------+----------------------------------------------------------------------------+--------------+------+------------+
    
     
    Last edited: Aug 11, 2014
  19. eva2000

    eva2000 Administrator Staff Member

    53,537
    12,134
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,677
    Local Time:
    3:36 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    10th install run this time Centmin Mod .08 beta on a 128MB OpenVZ VPS CentOS 6.5 32bit server at RamNode which only costs US$14.88/yr - yes 1 year :D Centmin Mod needs 256MB minimum to install, but with a minor tweak can install on 128MB VPS if it has some swap available :)

    Yeah not technically, CentOS 7.0 but it is testing the .08 centos 7 beta 01 on CentOS 6.5 :) Unfortunately, CentOS 7.0 minimum memory memory requirements are higher so 128MB VPS won't work.

    This is for an actual live testing site for https/SSL certificates I am working on at sslspdy.com

    nodequery_128mb_08beta.png
     
  20. eva2000

    eva2000 Administrator Staff Member

    53,537
    12,134
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,677
    Local Time:
    3:36 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    11th successful install - this time had to make quite a few updates for 123.08centos7beta01 branch as seen at Commits · centminmod/centminmod · GitHub

    Code:
    *************************************************
    * Post-Install Check List....
    *************************************************
    
    --------------------------------------------------------
    Check ccache Version:
    --------------------------------------------------------
    ccache version 3.1.9
    
    Copyright (C) 2002-2007 Andrew Tridgell
    Copyright (C) 2009-2011 Joel Rosdahl
    
    This program is free software; you can redistribute it and/or modify it under
    the terms of the GNU General Public License as published by the Free Software
    Foundation; either version 3 of the License, or (at your option) any later
    version.
    
    --------------------------------------------------------
    Check Nginx Version:
    --------------------------------------------------------
    nginx version: nginx/1.7.4
    TLS SNI support enabled
    configure arguments: --with-cc-opt='-I/svr-setup/staticlibssl/include -I/usr/include' --with-ld-opt='-L/svr-setup/staticlibssl/lib -Wl,-rpath -lssl -lcrypto -ldl -lz' --sbin-path=/usr/local/sbin/nginx --conf-path=/usr/local/nginx/conf/nginx.conf --with-http_ssl_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_flv_module --with-http_realip_module --with-openssl-opt=enable-tlsext --add-module=../ngx-fancyindex-ngx-fancyindex --add-module=../ngx_cache_purge-2.1 --add-module=../headers-more-nginx-module-0.25 --add-module=../nginx-accesskey-2.0.3 --add-module=../nginx-http-concat-master --with-http_dav_module --add-module=../nginx-dav-ext-module-0.0.3 --add-module=../openresty-memc-nginx-module-1518da4 --add-module=../openresty-srcache-nginx-module-ffa9ab7 --add-module=../nginx-sticky-module-1.2.5 --add-module=../nginx_upstream_check_module-0.1.9 --with-openssl=../openssl-1.0.1i --with-libatomic --with-pcre=../pcre-8.35 --with-pcre-jit --with-http_spdy_module --add-module=../ngx_pagespeed-release-1.8.31.4-beta
    
    --------------------------------------------------------
    Check PHP-FPM Version:
    --------------------------------------------------------
    PHP 5.4.32 (cli) (built: Aug 24 2014 15:52:05)
    Copyright (c) 1997-2014 The PHP Group
    Zend Engine v2.4.0, Copyright (c) 1998-2014 Zend Technologies
        with Zend OPcache v7.0.3, Copyright (c) 1999-2014, by Zend Technologies
    
    --------------------------------------------------------
    Check MariaDB installed RPM Versions:
    --------------------------------------------------------
    MariaDB-common-10.0.13-1.el6.x86_64
    MariaDB-devel-10.0.13-1.el6.x86_64
    MariaDB-compat-10.0.13-1.el6.x86_64
    MariaDB-shared-10.0.13-1.el6.x86_64
    MariaDB-client-10.0.13-1.el6.x86_64
    MariaDB-server-10.0.13-1.el6.x86_64
    
    --------------------------------------------------------
    Check Memcached Server Version:
    --------------------------------------------------------
    memcached 1.4.20
    
    --------------------------------------------------------
    Check CSF Firewall Version:
    --------------------------------------------------------
    csf: v7.14 (generic)
    
    --------------------------------------------------------
    Check Siege Benchmark Version:
    --------------------------------------------------------
    SIEGE 3.0.6
    
    Copyright (C) 2014 by Jeffrey Fulmer, et al.
    This is free software; see the source for copying conditions.
    There is NO warranty; not even for MERCHANTABILITY or FITNESS
    FOR A PARTICULAR PURPOSE.
    
    
    --------------------------------------------------------
    Check ngx_pagespeed Control Script:
    http://centminmod.com/nginx_ngx_pagespeed.html
    --------------------------------------------------------
    Detected 7.0
    pscontrol handler
    pscontrol edit
    pscontrol on
    pscontrol off
    pscontrol statson
    pscontrol statsoff
    
    --------------------------------------------------------
    Check mysqlreport version:
    --------------------------------------------------------
    mysqlreport v3.5-maria11 Jul 4 2013
    
    --------------------------------------------------------
    Check NSD Bind Version:
    --------------------------------------------------------
    NSD version 3.2.17
    Written by NLnet Labs.
    
    Copyright (C) 2001-2011 NLnet Labs.  This is free software.
    There is NO warranty; not even for MERCHANTABILITY or FITNESS
    FOR A PARTICULAR PURPOSE.
    
    --------------------------------------------------------
    Check YUM Repo List
    --------------------------------------------------------
    Loaded plugins: fastestmirror, priorities
    Loading mirror speeds from cached hostfile
    * base: mirrors.sonic.net
    * epel: mirror.pnl.gov
    * extras: mirror.nwresd.org
    * rpmforge: repoforge.eecs.wsu.edu
    * updates: mirror.nwresd.org
    99 packages excluded due to repository priority protections
    repo id              repo name                                         status
    base/7.0/x86_64      CentOS-7.0 - Base                                 6551+1914
    epel/x86_64          Extra Packages for Enterprise Linux 7 - x86_64     5205+529
    extras/7.0/x86_64    CentOS-7.0 - Extras                                      30
    mariadb              MariaDB                                                10+2
    rpmforge             RHEL 7.0 - RPMforge.net - dag                        181+64
    updates/7.0/x86_64   CentOS-7.0 - Updates                                521+184
    vz-base              vz-base                                                   1
    vz-updates           vz-updates                                                0
    repolist: 12499