Welcome to Centmin Mod Community
Become a Member

Upgrade Error while upgrade to 123.09beta01

Discussion in 'Install & Upgrades or Pre-Install Questions' started by Doni, Dec 1, 2016.

  1. Doni

    Doni Member

    45
    2
    8
    Aug 23, 2014
    Ratings:
    +5
    Local Time:
    8:48 AM
    nginx/1.7.4
    mysql Ver 15.1 Distrib 5.5.39-MariaDB, for Linux (x86_64) using readline 5.1
    This is the version log
    Code (Text):
    [root@harimao addons]# cat /etc/centminmod-versionlog
    1.2.3-eva2000.08 #Tue Feb  2 07:16:18 WIB 2016
    1.2.3-eva2000.08 #Tue Feb  2 00:56:03 UTC 2016
    1.2.3-eva2000.08 #Tue Feb  2 01:02:58 UTC 2016
    1.2.3-eva2000.08 #Tue Feb  2 01:07:21 UTC 2016
    1.2.3-eva2000.08 #Tue Feb  2 11:04:04 UTC 2016
    1.2.3-eva2000.08 #Thu Feb  4 19:16:34 UTC 2016
    1.2.3-eva2000.08 #Sat Feb  6 05:51:25 UTC 2016
    1.2.3-eva2000.08 #Sat Feb  6 18:47:50 UTC 2016
    1.2.3-eva2000.08 #Sat Feb  6 20:30:17 UTC 2016
    1.2.3-eva2000.08 #Sat Feb  6 21:05:10 UTC 2016
    1.2.3-eva2000.08 #Sat Feb  6 21:12:28 UTC 2016
    1.2.3-eva2000.08 #Sat Feb  6 22:06:23 UTC 2016
    1.2.3-eva2000.09.001 #Sat Feb  6 23:08:50 UTC 2016
    1.2.3-eva2000.09.001 #Sat Feb  6 23:11:00 UTC 2016
    1.2.3-eva2000.09.001 #Sun Feb  7 00:09:24 UTC 2016
    1.2.3-eva2000.09.001 #Sun Feb  7 00:20:30 UTC 2016
    1.2.3-eva2000.09.001 #Sun Feb  7 00:23:26 UTC 2016
    1.2.3-eva2000.09.001 #Tue Feb  9 10:37:52 UTC 2016
    1.2.3-eva2000.09.001 #Wed Feb 10 05:11:53 UTC 2016
    1.2.3-eva2000.09.001 #Wed Feb 10 05:15:05 UTC 2016
    1.2.3-eva2000.09.001 #Wed Feb 10 14:37:48 UTC 2016
    1.2.3-eva2000.09.001 #Wed Feb 10 14:38:39 UTC 2016
    1.2.3-eva2000.09.001 #Thu Feb 11 01:24:52 UTC 2016
    1.2.3-eva2000.09.001 #Tue Feb 23 18:56:41 UTC 2016
    1.2.3-eva2000.09.001 #Wed Feb 24 13:38:17 UTC 2016
    1.2.3-eva2000.09.001 #Sun Feb 28 07:47:56 UTC 2016
    1.2.3-eva2000.09.001 #Wed Mar  2 06:41:19 UTC 2016
    1.2.3-eva2000.09.001 #Mon Apr  4 00:48:47 UTC 2016
    1.2.3-eva2000.09.001 #Wed Apr 27 18:34:13 UTC 2016
    1.2.3-eva2000.09.001 #Wed Sep 28 19:03:11 WIB 2016
    1.2.3-eva2000.09.001 #Tue Nov 29 22:41:06 WIB 2016
    1.2.3-eva2000.09.001 #Tue Nov 29 23:41:19 WIB 2016
    1.2.3-eva2000.09.001 #Tue Nov 29 23:47:48 WIB 2016
    1.2.3-eva2000.09.001 #Tue Nov 29 23:49:35 WIB 2016
    1.2.3-eva2000.09.001 #Tue Nov 29 23:51:35 WIB 2016
    1.2.3-eva2000.09.001 #Wed Nov 30 15:16:49 WIB 2016
    1.2.3-eva2000.09.001 #Wed Nov 30 15:36:11 WIB 2016
    1.2.3-eva2000.09.001 #Thu Dec  1 17:46:08 WIB 2016
    1.2.3-eva2000.09.001 #Thu Dec  1 17:52:10 WIB 2016
    1.2.3-eva2000.09.001 #Thu Dec  1 18:04:49 WIB 2016
    1.2.3-eva2000.09.001 #Thu Dec  1 18:15:04 WIB 2016
    1.2.3-eva2000.09.001 #Thu Dec  1 20:19:32 WIB 2016


     
  2. eva2000

    eva2000 Administrator Staff Member

    58,893
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    11:48 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    the /etc/centminmod-versionlog adds timestamped entry each time centmin.sh is invoked so there's no corresponding date for June 1 when /usr/local/bin/gcc GCC 4.9 was source compiled so it was something done outside of centmin mod / centmin.sh

    what does contents of your /root/.bashrc and /root/.bash_profile file look like ?
    Code (Text):
    cat /root/.bashrc

    Code (Text):
    cat /root/.bash_profile

    and output for
    Code (Text):
    echo $PATH
    
     
  3. Doni

    Doni Member

    45
    2
    8
    Aug 23, 2014
    Ratings:
    +5
    Local Time:
    8:48 AM
    nginx/1.7.4
    mysql Ver 15.1 Distrib 5.5.39-MariaDB, for Linux (x86_64) using readline 5.1
    This is the ouput
    Code (Text):
    [root@harimao addons]# cat /root/.bashrc
    # .bashrc
    
    # User specific aliases and functions
    
    alias rm='rm -i'
    alias cp='cp -i'
    alias mv='mv -i'
    
    # Source global definitions
    if [ -f /etc/bashrc ]; then
        . /etc/bashrc
    fi
    HISTTIMEFORMAT="[%d.%m.%y] %T   "
    export HISTSIZE=10000
    export HISTTIMEFORMAT
    export PATH="$PATH:/usr/lib64/ccache:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin"
    alias postfixlog='pflogsumm -d today --verbose_msg_detail /var/log/maillog'
    alias top2="glances"
    export CCACHE_DIR="/home/.ccache"
    export CC="ccache gcc"
    export CXX="ccache g++"
    export CCACHE_CPP2=yes
    . "/root/.acme.sh/acme.sh.env"
    alias cmdir='pushd /usr/local/src/centminmod'
    [root@harimao addons]# cat /root/.bash_profile
    # .bash_profile
    
    # Get the aliases and functions
    if [ -f ~/.bashrc ]; then
        . ~/.bashrc
    fi
    
    # User specific environment and startup programs
    
    PATH=$PATH:$HOME/bin
    
    export PATH
    export EDITOR=nano
    
    # WP-CLI completions
    source /root/wpcli/wp-completion.bash
    [root@harimao addons]# echo $PATH
    /usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/lib64/ccache:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin:/root/bin
    [root@harimao addons]# 



    And trying to install the devtoolset4, heres the result
    Code (Text):
    [root@harimao ~]# cd /usr/local/src/centminmod/addons
    [root@harimao addons]# ./devtoolset-4.sh install
    installing devtoolset-4 from softwarecollections.org
    Loaded plugins: fastestmirror, priorities, protectbase, security
    Cleaning repos: base centos epel extras mariadb rpmforge slc6-scl updates
    Cleaning up Everything
    Cleaning up list of fastest mirrors
    There are unfinished transactions remaining. You might consider running yum-complete-transaction first to finish them.
    Warning: RPMDB altered outside of yum.
    ** Found 39 pre-existing rpmdb problem(s), 'yum check' output follows:
    MariaDB-common-10.0.28-1.el6.x86_64 is a duplicate with MariaDB-common-10.0.25-1.el6.x86_64
    MariaDB-compat-10.0.28-1.el6.x86_64 is a duplicate with MariaDB-compat-10.0.25-1.el6.x86_64
    MariaDB-shared-10.0.28-1.el6.x86_64 is a duplicate with MariaDB-shared-10.0.25-1.el6.x86_64
    avahi-libs-0.6.25-15.el6_8.1.x86_64 is a duplicate with avahi-libs-0.6.25-15.el6.x86_64
    cronie-1.4.4-16.el6_8.2.x86_64 is a duplicate with cronie-1.4.4-15.el6_7.1.x86_64
    expat-2.0.1-13.el6_8.x86_64 is a duplicate with expat-2.0.1-11.el6_2.x86_64
    grep-2.20-5.el6_8.x86_64 is a duplicate with grep-2.20-3.el6_7.1.x86_64
    initscripts-9.03.53-1.el6.centos.1.x86_64 is a duplicate with initscripts-9.03.53-1.el6.centos.x86_64
    jansson-2.9-1.el6.x86_64 is a duplicate with jansson-2.6-1.el6.x86_64
    jpegoptim-1.4.4-1.el6.x86_64 is a duplicate with jpegoptim-1.4.3-4.el6.x86_64
    kernel-headers-2.6.32-642.11.1.el6.x86_64 is a duplicate with kernel-headers-2.6.32-642.1.1.el6.x86_64
    lcms2-2.8-2.el6.x86_64 is a duplicate with lcms2-2.7-3.el6.x86_64
    libarchive-2.8.3-7.el6_8.x86_64 is a duplicate with libarchive-2.8.3-4.el6_2.x86_64
    libblkid-2.17.2-12.24.el6_8.1.x86_64 is a duplicate with libblkid-2.17.2-12.24.el6.x86_64
    libcgroup-0.40.rc1-18.el6_8.x86_64 is a duplicate with libcgroup-0.40.rc1-17.el6_7.x86_64
    libgcrypt-1.4.5-12.el6_8.x86_64 is a duplicate with libgcrypt-1.4.5-11.el6_4.x86_64
    libgcrypt-devel-1.4.5-12.el6_8.x86_64 is a duplicate with libgcrypt-devel-1.4.5-11.el6_4.x86_64
    libgudev1-147-2.73.el6_8.2.x86_64 is a duplicate with libgudev1-147-2.73.el6.x86_64
    libtiff-3.9.4-18.el6_8.x86_64 is a duplicate with libtiff-3.9.4-10.el6_5.x86_64
    libtirpc-0.2.1-11.el6_8.x86_64 is a duplicate with libtirpc-0.2.1-11.el6.x86_64
    libudev-147-2.73.el6_8.2.x86_64 is a duplicate with libudev-147-2.73.el6.x86_64
    libuuid-2.17.2-12.24.el6_8.1.x86_64 is a duplicate with libuuid-2.17.2-12.24.el6.x86_64
    libxml2-2.7.6-21.el6_8.1.x86_64 is a duplicate with libxml2-2.7.6-21.el6.x86_64
    1:net-snmp-libs-5.5-57.el6_8.1.x86_64 is a duplicate with 1:net-snmp-libs-5.5-57.el6.x86_64
    1:net-snmp-utils-5.5-57.el6_8.1.x86_64 is a duplicate with 1:net-snmp-utils-5.5-57.el6.x86_64
    nss-softokn-freebl-3.14.3-23.3.el6_8.x86_64 is a duplicate with nss-softokn-freebl-3.14.3-23.el6_7.x86_64
    nss-util-3.21.3-1.el6_8.x86_64 is a duplicate with nss-util-3.21.0-2.el6.x86_64
    openssl-1.0.1e-48.el6_8.3.x86_64 is a duplicate with openssl-1.0.1e-48.el6_8.1.x86_64
    python-2.6.6-66.el6_8.x86_64 is a duplicate with python-2.6.6-64.el6.x86_64
    python-devel-2.6.6-66.el6_8.x86_64 has installed conflicts python < ('0', '2.6.6', '66.el6_8'): python-2.6.6-64.el6.x86_64
    python-libs-2.6.6-66.el6_8.x86_64 is a duplicate with python-libs-2.6.6-64.el6.x86_64
    2:tar-1.23-15.el6_8.x86_64 is a duplicate with 2:tar-1.23-14.el6.x86_64
    tcsh-6.17-35.el6_8.1.x86_64 is a duplicate with tcsh-6.17-35.el6.x86_64
    telegram-cli-data-1.3.3-0.6.20160323git443793.el6.noarch is a duplicate with telegram-cli-data-1.3.3-0.4.20160108git160231.el6.noarch
    tzdata-2016i-1.el6.noarch is a duplicate with tzdata-2016d-1.el6.noarch
    udev-147-2.73.el6_8.2.x86_64 is a duplicate with udev-147-2.73.el6.x86_64
    util-linux-ng-2.17.2-12.24.el6_8.1.x86_64 is a duplicate with util-linux-ng-2.17.2-12.24.el6.x86_64
    xorg-x11-server-Xvfb-1.17.4-9.5.el6.centos.x86_64 is a duplicate with xorg-x11-server-Xvfb-1.17.4-9.el6.centos.x86_64
    xorg-x11-server-common-1.17.4-9.5.el6.centos.x86_64 is a duplicate with xorg-x11-server-common-1.17.4-9.el6.centos.x86_64
    There are unfinished transactions remaining. You might consider running yum-complete-transaction first to finish them.
    warning: rpmts_HdrFromFdno: Header V4 RSA/SHA1 Signature, key ID f2ee9d55: NOKEY
    Importing GPG key 0xF2EE9D55:
     Userid : CentOS SoftwareCollections SIG (https://wiki.centos.org/SpecialInterestGroup/SCLo) <security@centos.org>
     Package: centos-release-scl-rh-2-3.el6.centos.noarch (@extras)
     From   : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-SCLo
    /usr/sbin/semanage: SELinux policy is not managed or store cannot be accessed.
    /sbin/ldconfig: /usr/lib64/libstdc++.so.6 is not a symbolic link
    
    
    gcc (GCC) 5.2.1 20150902 (Red Hat 5.2.1-2)
    Copyright (C) 2015 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions.  There is NO
    warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
    
    g++ (GCC) 5.2.1 20150902 (Red Hat 5.2.1-2)
    Copyright (C) 2015 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions.  There is NO
    warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
    
    
    devtoolset-4 installed...
     
  4. eva2000

    eva2000 Administrator Staff Member

    58,893
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    11:48 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    addons/devtoolset-4.sh installed properly now

    might need to do as instructed and run
    Code (Text):
    yum-complete-transaction
    


    as to gcc, maybe some clues in your command history grep filtered for gcc to see where you gcc 4.9 /usr/local/bin/gcc was compiled and when
    Code (Text):
    history | grep gcc
    

    output post to gist file
     
  5. Doni

    Doni Member

    45
    2
    8
    Aug 23, 2014
    Ratings:
    +5
    Local Time:
    8:48 AM
    nginx/1.7.4
    mysql Ver 15.1 Distrib 5.5.39-MariaDB, for Linux (x86_64) using readline 5.1
    Ah someone install the gcc 4.9.2 i dont remember doing it probably my colleague.

    Code (Text):
    [root@harimao addons]# history | grep gcc
     1574  [27.05.16] 10:10:47   yum install glibc gcc gcc-c++ autoconf automake libtool git make nasm pkgconfig
     1667  [27.05.16] 11:14:06   yum install autoconf automake cmake freetype-devel gcc gcc-c++ git libtool make mercurial nasm pkgconfig zlib-devel
     1757  [27.05.16] 16:41:57   yum install autoconf automake gcc gcc-c++ git libtool make nasm pkgconfig wget opencv zlib-devel dbus-devel lua-devel zvbi libdvdread-devel  libdc1394-devel libxcb-devel xcb-util-devel libxml2-devel mesa-libGLU-devel pulseaudio-libs-devel alsa-lib-devel libgcrypt-devel qt-devel gsm-devel
     1927  [31.05.16] 09:16:06   yum install glibc gcc gcc-c++ autoconf automake libtool git make nasm pkgconfig
     1975  [01.06.16] 10:30:22   wget ftp://gd.tuwien.ac.at/gnu/gcc/releases/gcc-4.6.2
     1976  [01.06.16] 10:31:07   wget ftp://gd.tuwien.ac.at/gnu/gcc/releases/gcc-4.6.2/gcc-4.6.2.tar.gz
     1977  [01.06.16] 10:31:33   tar xzf gcc-4.6.2.tar.gz
     1978  [01.06.16] 10:31:49   cd gcc-4.6.2/
     1983  [01.06.16] 10:32:38   $PWD/../gcc-4.6.2/configure --prefix=/opt/gcc-4.6.2
     1987  [01.06.16] 11:00:09   gcc version
     1988  [01.06.16] 11:00:13   gcc
     1989  [01.06.16] 11:00:18   yum install gcc
     1990  [01.06.16] 11:00:29   gcc --version
     2014  [01.06.16] 11:16:54   yum -y --nogpgcheck install devtoolset-3-gcc devtoolset-3-gcc-c++
     2016  [01.06.16] 11:23:11   curl ftp://ftp.mirrorservice.org/sites/sourceware.org/pub/gcc/releases/gcc-4.9.2/gcc-4.9.2.tar.bz2 -O
     2017  [01.06.16] 11:23:49   tar xvfj gcc-4.9.2.tar.bz2
     2018  [01.06.16] 11:24:58   cd gcc-4.9.2/
     2022  [01.06.16] 13:45:56   gcc -v
     2073  [31.05.16] 01:57:06   yum install autoconf automake cmake freetype-devel gcc gcc-c++ git libtool make mercurial nasm pkgconfig zlib-devel
     2081  [31.05.16] 01:58:56   yum install autoconf automake cmake freetype-devel gcc gcc-c++ git libtool make mercurial nasm pkgconfig zlib-devel
     2091  [01.06.16] 13:49:02   cd /opt/gcc-4.9.2/lib64
     2092  [01.06.16] 13:49:05   cd /opt/gcc-4.9.2/
     2099  [01.06.16] 13:49:45   cd gcc-4.9.2/
     2101  [01.06.16] 13:50:00   cd gcc
     2107  [01.06.16] 13:50:35   cd libgcc
     2135  [01.06.16] 13:53:25   which gcc
     2351  [01.12.16] 20:45:47   gcc
     2352  [01.12.16] 20:45:50   gcc --version
     2358  [01.12.16] 20:54:56   gcc --version
     2359  [01.12.16] 20:55:01   history | grep gcc
    [root@harimao addons]#
    


    Anyway i finally can update wget but this config not found is still exist.

    Code (Text):
    [root@harimao ~]# centmin
    /usr/local/src/centminmod ~
    
    /etc/init.d /usr/local/src/centminmod
    /usr/local/src/centminmod
    inc/cpcheck.inc: line 941: /usr/local/nginx/conf/wpsecure_ononiha.id.conf
    /usr/local/nginx/conf/wpincludes/heiupito.com/wpsecure_heiupito.com.conf
    /usr/local/nginx/conf/wpincludes/ononiha.net/wpsecure_ononiha.net.conf: No such file or directory
     
  6. eva2000

    eva2000 Administrator Staff Member

    58,893
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    11:48 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    what's output for
    Code (Text):
    ls -lah /usr/local/nginx/conf/wpincludes/ononiha.net/
    

    is ononiha.net a vhost that was removed ? if so you can remove directory at /usr/local/nginx/conf/wpincludes/ononiha.net/

    yeah that will cause problems as you incorrectly installed gcc via manual source compile

    Unfortunately, you'd be on your own in fixing this issue as it's outside of Centmin Mod native environment setup as Centmin Mod is provided as is and doesn't include support for issues outside of what Centmin Mod configured environment.

    You might need to ask your colleagues what they did gcc 4.9.2 install wise and for them to reverse what they did/uninstall as uninstall would depend on how it was source installed and they would be the ones who know the specifics.
     
  7. Doni

    Doni Member

    45
    2
    8
    Aug 23, 2014
    Ratings:
    +5
    Local Time:
    8:48 AM
    nginx/1.7.4
    mysql Ver 15.1 Distrib 5.5.39-MariaDB, for Linux (x86_64) using readline 5.1
    This is the ouput
    Code (Text):
    [root@harimao ~]# ls -lah /usr/local/nginx/conf/wpincludes/ononiha.net/
    total 28K
    drwxr-x--- 2 root root 4.0K Feb  9  2016 .
    drwxr-x--- 4 root root 4.0K Dec  1 18:46 ..
    -rw-r--r-- 1 root root 1009 Feb  9  2016 rediscache_ononiha.net.conf
    -rw-r--r-- 1 root root 1.2K Feb  9  2016 wpcacheenabler_ononiha.net.conf
    -rw-r--r-- 1 root root 6.3K Feb  9  2016 wpsecure_ononiha.net.conf
    -rw-r--r-- 1 root root  489 Feb  9  2016 wpsupercache_ononiha.net.conf


    After i remove /usr/local/nginx/conf/wpincludes/ononiha.net/ now the error is another domain that i still use
    Code:
    [root@harimao ~]# centmin
    /usr/local/src/centminmod ~
    
    /etc/init.d /usr/local/src/centminmod
    /usr/local/src/centminmod
    inc/cpcheck.inc: line 941: /usr/local/nginx/conf/wpsecure_ononiha.id.conf
    /usr/local/nginx/conf/wpincludes/heiupito.com/wpsecure_heiupito.com.conf: No such file or directory
    Regarding the gcc, yes i will ask my colleague about that. Thank you for your help eva
     
  8. eva2000

    eva2000 Administrator Staff Member

    58,893
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    11:48 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    output for /usr/local/nginx/conf/wpincludes/heiupito.com/ ?
    Code (Text):
    ls lah /usr/local/nginx/conf/wpincludes/heiupito.com/
    

    and
    Code (Text):
    ls -lah /usr/local/nginx/conf/wpsecure_ononiha.id.conf
    
     
  9. Doni

    Doni Member

    45
    2
    8
    Aug 23, 2014
    Ratings:
    +5
    Local Time:
    8:48 AM
    nginx/1.7.4
    mysql Ver 15.1 Distrib 5.5.39-MariaDB, for Linux (x86_64) using readline 5.1
    This is the ouput
    Code (Text):
    [root@harimao ~]# ls -lah /usr/local/nginx/conf/wpincludes/heiupito.com/
    total 48K
    drwxr-x--- 2 root root 4.0K Dec  1 18:18 .
    drwxr-x--- 3 root root 4.0K Dec  1 21:12 ..
    -rw-r--r-- 1 root root 1.7K Dec  1 18:18 rediscache_heiupito.com.conf
    -rw-r--r-- 1 root root 1.6K Dec  1 18:16 wpcacheenabler_heiupito.com.conf
    -rw-r--r-- 1 root root  28K Dec  1 18:18 wpsecure_heiupito.com.conf
    -rw-r--r-- 1 root root  632 Dec  1 18:18 wpsupercache_heiupito.com.conf
    [root@harimao ~]# ls -lah /usr/local/nginx/conf/wpsecure_ononiha.id.conf
    -rw-r--r-- 1 root root 1.1K Feb  2  2016 /usr/local/nginx/conf/wpsecure_ononiha.id.conf
    [root@harimao ~]# ls -lah /usr/local/nginx/conf/wpsecure_ononiha.id.conf
     
  10. eva2000

    eva2000 Administrator Staff Member

    58,893
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    11:48 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    strange then just try invoking centmin.sh via commands
    Code (Text):
    cd /usr/local/src/centminmod
    ./centmin.sh
    

    does that work or same errors ?
     
  11. Doni

    Doni Member

    45
    2
    8
    Aug 23, 2014
    Ratings:
    +5
    Local Time:
    8:48 AM
    nginx/1.7.4
    mysql Ver 15.1 Distrib 5.5.39-MariaDB, for Linux (x86_64) using readline 5.1
    Yep, it still there
    Code (Text):
    [root@harimao public]# cd /usr/local/src/centminmod
    [root@harimao centminmod]# ./centmin.sh
    
    /etc/init.d /usr/local/src/centminmod
    /usr/local/src/centminmod
    inc/cpcheck.inc: line 941: /usr/local/nginx/conf/wpsecure_ononiha.id.conf
    /usr/local/nginx/conf/wpincludes/heiupito.com/wpsecure_heiupito.com.conf: No such file or directory
    --------------------------------------------------------
         Centmin Mod Menu 123.09beta01 centminmod.com     
    --------------------------------------------------------
    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.x Upgrade Sub-Menu
    12). Zend OpCache Install/Re-install
    13). Install/Reinstall Redis PHP Extension
    14). SELinux disable
    15). Install/Reinstall ImagicK PHP Extension
    16). Change SSHD Port Number
    17). Multi-thread compression: pigz,pbzip2,lbzip2...
    18). Suhosin PHP Extension install
    19). Install FFMPEG and FFMPEG PHP Extension
    20). NSD Install/Re-Install
    21). Update - Nginx + PHP-FPM + Siege
    22). Add Wordpress Nginx vhost + Cache Plugin
    23). Update Centmin Mod Code Base
    24). Exit
    --------------------------------------------------------
    Enter option [ 1 - 24 ]
    
     
  12. eva2000

    eva2000 Administrator Staff Member

    58,893
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    11:48 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    just updated 123.09beta01 with a possible fix so update 123.09beta01 and then run centmin.sh
    Code (Text):
    cd /usr/local/src/centminmod
    git stash
    git pull
    ./centmin.sh
    
     
  13. Doni

    Doni Member

    45
    2
    8
    Aug 23, 2014
    Ratings:
    +5
    Local Time:
    8:48 AM
    nginx/1.7.4
    mysql Ver 15.1 Distrib 5.5.39-MariaDB, for Linux (x86_64) using readline 5.1
    Phiew.. its finnally fix. Eva, thank you so much for your help.
    I learn a lot from this process and i really appreaciate it man :)
    Thank you.
     
  14. eva2000

    eva2000 Administrator Staff Member

    58,893
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    11:48 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    excellent glad to hear :)