Welcome to Centmin Mod Community
Become a Member

Beta Branch wget update failed

Discussion in 'Beta release code' started by jellday, Jul 16, 2017.

Tags:
  1. jellday

    jellday Member

    73
    4
    8
    May 31, 2014
    Ratings:
    +9
    Local Time:
    2:53 AM
    1.4.6
    5.5
    Please fill in any relevant information that applies to you:
    • CentOS Version: CentOS 6 64bit
    • Centmin Mod Version Installed: 123.09beta01
    • Nginx Version Installed: 1.13.3
    • PHP Version Installed: 5.6.31
    • MariaDB MySQL Version Installed: 10.1.25
    • When was last time updated Centmin Mod code base ? : Never
    • Persistent Config: No
    I ran centmin.sh after fresh installing, and it auto update the wget the one time thing:
    The error message I spotted:
    Error: Package: devtoolset-4-runtime-4.1-3.sc1.el6.x86_64 (centos-sclo-rh)
    Requires: scl-utils >= 20120927-11
    Available: scl-utils-20120229-1.el6.x86_64 (epel)
    scl-utils = 20120229-1.el6
    You could try using --skip-broken to work around the problem
    You could try running: rpm -Va --nofiles --nodigest


    real 0m21.550s
    user 0m5.003s
    sys 0m0.251s

    /usr/local/src/centminmod/addons/wget.sh: line 227: /opt/rh/devtoolset-4/root/usr/bin/gcc: No such file or directory
    /usr/local/src/centminmod/addons/wget.sh: line 228: /opt/rh/devtoolset-4/root/usr/bin/g++: No such file or directory

    checking for gcc... /opt/rh/devtoolset-4/root/usr/bin/gcc
    checking whether the C compiler works... no
    configure: error: in `/svr-setup/wget-1.19.1':
    configure: error: C compiler cannot create executables
    See `config.log' for more details
    There seems to be no Makefile in this directory.
    You must run ./configure before running 'make'.
    make: *** [abort-due-to-no-makefile] Error 1
    There seems to be no Makefile in this directory.
    You must run ./configure before running 'make'.
    make: *** [abort-due-to-no-makefile] Error 1

    wget 1.19.1 failed to update, still using system wget
     
  2. eva2000

    eva2000 Administrator Staff Member

    54,363
    12,198
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,763
    Local Time:
    4:53 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    wget.sh installer has a log in /root/centminlogs/wget_source_install_${DT}.log where DT is date/timestamp. Can you post contents of the log to pastebin.com or gist.github.com
     
  3. eva2000

    eva2000 Administrator Staff Member

    54,363
    12,198
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,763
    Local Time:
    4:53 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    if you have never updated 123.09beta01 what is output for these commands

    Code (Text):
    cd /usr/local/src/centminmod
    git stash
    git pull
    
     
  4. jellday

    jellday Member

    73
    4
    8
    May 31, 2014
    Ratings:
    +9
    Local Time:
    2:53 AM
    1.4.6
    5.5
    [17:20][root@jdu4e00u53f7.jcloud.local centminlogs]# cd /usr/local/src/centminmod
    [17:21][root@jdu4e00u53f7.jcloud.local centminmod]# git stash
    No local changes to save
    [17:21][root@jdu4e00u53f7.jcloud.local centminmod]# git pull
    Already up-to-date.

    There are two files: Centminmod wget 19.1 · GitHub
     
  5. eva2000

    eva2000 Administrator Staff Member

    54,363
    12,198
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,763
    Local Time:
    4:53 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    looks like something wrong with the devtoolset yum repository configuration preventing devtoolset's gcc version from install (required by wget 1.19.1)
    Code (Text):
    install centos-release-scl for newer gcc and g++ versions
    Repository base is listed more than once in the configuration
    Repository updates is listed more than once in the configuration
    Repository extras is listed more than once in the configuration
    Repository centosplus is listed more than once in the configuration
    Repository contrib is listed more than once in the configuration
    
    real    0m35.763s
    user    0m4.414s
    sys    0m0.331s
    Repository base is listed more than once in the configuration
    Repository updates is listed more than once in the configuration
    Repository extras is listed more than once in the configuration
    Repository centosplus is listed more than once in the configuration
    Repository contrib is listed more than once in the configuration
    Error: Package: devtoolset-4-runtime-4.1-3.sc1.el6.x86_64 (centos-sclo-rh)
              Requires: scl-utils >= 20120927-11
              Available: scl-utils-20120229-1.el6.x86_64 (epel)
                  scl-utils = 20120229-1.el6
     You could try using --skip-broken to work around the problem
     You could try running: rpm -Va --nofiles --nodigest
    
    real    0m21.550s
    user    0m5.003s
    sys    0m0.251s
    
    /usr/local/src/centminmod/addons/wget.sh: line 227: /opt/rh/devtoolset-4/root/usr/bin/gcc: No such file or directory
    /usr/local/src/centminmod/addons/wget.sh: line 228: /opt/rh/devtoolset-4/root/usr/bin/g++: No such file or directory
    configure: configuring for GNU Wget 1.19.1
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for a thread-safe mkdir -p... /bin/mkdir -p
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking whether make supports nested variables... yes
    checking build system type... x86_64-pc-linux-gnu
    checking host system type... x86_64-pc-linux-gnu
    checking whether make supports nested variables... (cached) yes
    checking for gcc... /opt/rh/devtoolset-4/root/usr/bin/gcc
    checking whether the C compiler works... no
    configure: error: in `/svr-setup/wget-1.19.1':
    configure: error: C compiler cannot create executables
    See `config.log' for more details
    There seems to be no Makefile in this directory.
    You must run ./configure before running 'make'.
    make: *** [abort-due-to-no-makefile] Error 1
    There seems to be no Makefile in this directory.
    You must run ./configure before running 'make'.
    make: *** [abort-due-to-no-makefile] Error 1
    

    can you list the output for these 4 commands
    Code (Text):
    yum list scl-utils
    

    Code (Text):
    ls -lah /etc/yum.repos.d/ | grep -v .OLD
    

    Code (Text):
    cat /etc/yum.repos.d/CentOS-SCLo-scl.repo
    

    Code (Text):
    cat /etc/yum.repos.d/CentOS-SCLo-scl-rh.repo
    

    example outputs
    Code (Text):
    yum list scl-utils
    Loaded plugins: fastestmirror, priorities, security
    Loading mirror speeds from cached hostfile
     * base: mirror.ventraip.net.au
     * epel: mirror.nsw.coloau.com.au
     * extras: mirror.ventraip.net.au
     * rpmforge: mirror.ventraip.net.au
     * updates: mirror.aarnet.edu.au
    1542 packages excluded due to repository priority protections
    Installed Packages
    scl-utils.x86_64                                                                                                          20120927-27.el6_6                                                                                                          @base
    

    Code (Text):
    ls -lah /etc/yum.repos.d/ | grep -v .OLD
    total 120K
    drwxr-xr-x.  2 root root 4.0K Jul 16 08:45 .
    drwxr-xr-x. 86 root root 4.0K Jul 16 09:02 ..
    -rw-r--r--   1 root root 2.1K Jul 16 08:36 CentOS-Base.repo
    -rw-r--r--   1 root root  520 Jul 16 08:36 CentOS-CR.repo
    -rw-r--r--   1 root root  647 Mar 28 10:25 CentOS-Debuginfo.repo
    -rw-r--r--   1 root root  289 Mar 28 10:25 CentOS-fasttrack.repo
    -rw-r--r--   1 root root  630 Mar 28 10:25 CentOS-Media.repo
    -rw-r--r--   1 root root  916 May 23  2016 CentOS-SCLo-scl.repo
    -rw-r--r--   1 root root  892 Jun 16  2016 CentOS-SCLo-scl-rh.repo
    -rw-r--r--   1 root root 7.9K Mar 28 10:25 CentOS-Vault.repo
    -rw-r--r--   1 root root 1.1K Jul 16 08:37 epel.repo
    -rw-r--r--   1 root root 1.1K Nov  5  2012 epel-testing.repo
    -rw-r--r--   1 root root  169 Jul 16 08:47 mariadb.repo
    -rw-r--r--   1 root root  693 Jul 16 08:37 mirrors-rpmforge
    -rw-r--r--   1 root root  673 Jul 16 08:37 mirrors-rpmforge-extras
    -rw-r--r--   1 root root  683 Jul 16 08:37 mirrors-rpmforge-testing
    -rw-r--r--   1 root root 2.6K Jul 16 08:37 percona-release.repo
    -rw-r--r--   1 root root 1.2K Dec  9  2015 remi-php70.repo
    -rw-r--r--   1 root root 2.4K Jul 16 08:37 remi.repo
    -rw-r--r--   1 root root  449 Jul 16 08:37 remi-safe.repo
    -rw-r--r--   1 root root 1.2K Jul 16 08:37 rpmforge.repo
    -rw-r--r--   1 root root  213 Jul 16 08:37 varnish-4.1.repo
    

    Code (Text):
    # CentOS-SCLo-sclo.repo
    #
    # Please see http://wiki.centos.org/SpecialInterestGroup/SCLo for more
    # information
    
    [centos-sclo-sclo]
    name=CentOS-6 - SCLo sclo
    baseurl=http://mirror.centos.org/centos/6/sclo/$basearch/sclo/
    gpgcheck=1
    enabled=1
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-SCLo
    
    [centos-sclo-sclo-testing]
    name=CentOS-6 - SCLo sclo Testing
    baseurl=http://buildlogs.centos.org/centos/6/sclo/$basearch/sclo/
    gpgcheck=0
    enabled=0
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-SCLo
    
    [centos-sclo-sclo-source]
    name=CentOS-6 - SCLo sclo Sources
    baseurl=http://vault.centos.org/centos/6/sclo/Source/sclo/
    gpgcheck=1
    enabled=0
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-SCLo
    
    [centos-sclo-sclo-debuginfo]
    name=CentOS-6 - SCLo sclo Debuginfo
    baseurl=http://debuginfo.centos.org/centos/6/sclo/$basearch/
    gpgcheck=1
    enabled=0
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-SCLo
    

    Code (Text):
    # CentOS-SCLo-rh.repo
    #
    # Please see http://wiki.centos.org/SpecialInterestGroup/SCLo for more
    # information
    
    [centos-sclo-rh]
    name=CentOS-6 - SCLo rh
    baseurl=http://mirror.centos.org/centos/6/sclo/$basearch/rh/
    gpgcheck=1
    enabled=1
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-SCLo
    
    [centos-sclo-rh-testing]
    name=CentOS-6 - SCLo rh Testing
    baseurl=http://buildlogs.centos.org/centos/6/sclo/$basearch/rh/
    gpgcheck=0
    enabled=0
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-SCLo
    
    [centos-sclo-rh-source]
    name=CentOS-6 - SCLo rh Sources
    baseurl=http://vault.centos.org/centos/6/sclo/Source/rh/
    gpgcheck=1
    enabled=0
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-SCLo
    
    [centos-sclo-rh-debuginfo]
    name=CentOS-6 - SCLo rh Debuginfo
    baseurl=http://debuginfo.centos.org/centos/6/sclo/$basearch/
    gpgcheck=1
    enabled=0
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-SCLo
    
     
  6. eva2000

    eva2000 Administrator Staff Member

    54,363
    12,198
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,763
    Local Time:
    4:53 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    also output for
    Code (Text):
    cat /etc/yum.repos.d/CentOS-Base.repo 
    

    example
    Code (Text):
    cat /etc/yum.repos.d/CentOS-Base.repo
    # CentOS-Base.repo
    #
    # The mirror system uses the connecting IP address of the client and the
    # update status of each mirror to pick mirrors that are updated to and
    # geographically close to the client.  You should use this for CentOS updates
    # unless you are manually picking other mirrors.
    #
    # If the mirrorlist= does not work for you, as a fall back you can try the 
    # remarked out baseurl= line instead.
    #
    #
    
    [base]
    name=CentOS-$releasever - Base
    mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os&infra=$infra
    #baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/
    gpgcheck=1
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
    priority=1
    
    #released updates 
    [updates]
    name=CentOS-$releasever - Updates
    mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates&infra=$infra
    #baseurl=http://mirror.centos.org/centos/$releasever/updates/$basearch/
    gpgcheck=1
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
    priority=1
    priority=1
    
    #additional packages that may be useful
    [extras]
    name=CentOS-$releasever - Extras
    mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=extras&infra=$infra
    #baseurl=http://mirror.centos.org/centos/$releasever/extras/$basearch/
    gpgcheck=1
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
    priority=1
    
    #additional packages that extend functionality of existing packages
    [centosplus]
    name=CentOS-$releasever - Plus
    mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=centosplus&infra=$infra
    #baseurl=http://mirror.centos.org/centos/$releasever/centosplus/$basearch/
    gpgcheck=1
    enabled=0
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
    priority=2
    
    #contrib - packages by Centos Users
    [contrib]
    name=CentOS-$releasever - Contrib
    mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=contrib&infra=$infra
    #baseurl=http://mirror.centos.org/centos/$releasever/contrib/$basearch/
    gpgcheck=1
    enabled=0
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
    priority=2
    
     
  7. jellday

    jellday Member

    73
    4
    8
    May 31, 2014
    Ratings:
    +9
    Local Time:
    2:53 AM
    1.4.6
    5.5
    Thank you for your help.
    Code (Text):
    yum list scl-utils
    Loaded plugins: fastestmirror, priorities, security
    Repository base is listed more than once in the configuration
    Repository updates is listed more than once in the configuration
    Repository extras is listed more than once in the configuration
    Repository centosplus is listed more than once in the configuration
    Repository contrib is listed more than once in the configuration
    Loading mirror speeds from cached hostfile
     * epel: mirrors.tuna.tsinghua.edu.cn
     * rpmforge: mirrors.tuna.tsinghua.edu.cn
    1512 packages excluded due to repository priority protections
    Available Packages
    scl-utils.x86_64                                                             20120229-1.el6                                                              epel


    Code (Text):
    ls -lah /etc/yum.repos.d/ | grep -v .OLD
    total 128K
    drwxr-xr-x.  3 root root 4.0K Jul 16 15:42 .
    drwxr-xr-x. 85 root root 4.0K Jul 16 19:37 ..
    drwxr-xr-x   2 root root 4.0K Jun  6 16:20 bak
    -rw-r--r--   1 root root 1.5K Jun  6 16:20 CentOS-6.repo
    -rw-r--r--   1 root root 2.1K Jul 15 16:22 CentOS-Base.repo
    -rw-r--r--   1 root root  520 Jul 15 16:22 CentOS-CR.repo
    -rw-r--r--   1 root root  647 Mar 28 18:25 CentOS-Debuginfo.repo
    -rw-r--r--   1 root root  289 Mar 28 18:25 CentOS-fasttrack.repo
    -rw-r--r--   1 root root  630 Mar 28 18:25 CentOS-Media.repo
    -rw-r--r--   1 root root  916 May 23  2016 CentOS-SCLo-scl.repo
    -rw-r--r--   1 root root  892 Jun 16  2016 CentOS-SCLo-scl-rh.repo
    -rw-r--r--   1 root root 7.9K Mar 28 18:25 CentOS-Vault.repo
    -rw-r--r--   1 root root 1.1K Jul 15 16:25 epel.repo
    -rw-r--r--   1 root root 1.1K Nov  5  2012 epel-testing.repo
    -rw-r--r--   1 root root  221 Jul 15 16:43 mariadb.repo
    -rw-r--r--   1 root root  693 Jul 15 16:25 mirrors-rpmforge
    -rw-r--r--   1 root root  673 Jul 15 16:25 mirrors-rpmforge-extras
    -rw-r--r--   1 root root  683 Jul 15 16:25 mirrors-rpmforge-testing
    -rw-r--r--   1 root root 2.6K Jul 15 16:26 percona-release.repo
    -rw-r--r--   1 root root 1.2K Dec  9  2015 remi-php70.repo
    -rw-r--r--   1 root root 2.4K Jul 15 16:26 remi.repo
    -rw-r--r--   1 root root  449 Jul 16 15:42 remi-safe.repo
    -rw-r--r--   1 root root 1.2K Jul 15 16:25 rpmforge.repo
    -rw-r--r--   1 root root  213 Jul 15 16:26 varnish-4.1.repo


    Code (Text):
    cat /etc/yum.repos.d/CentOS-SCLo-scl.repo
    # CentOS-SCLo-sclo.repo
    #
    # Please see http://wiki.centos.org/SpecialInterestGroup/SCLo for more
    # information
    
    [centos-sclo-sclo]
    name=CentOS-6 - SCLo sclo
    baseurl=http://mirror.centos.org/centos/6/sclo/$basearch/sclo/
    gpgcheck=1
    enabled=1
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-SCLo
    
    [centos-sclo-sclo-testing]
    name=CentOS-6 - SCLo sclo Testing
    baseurl=http://buildlogs.centos.org/centos/6/sclo/$basearch/sclo/
    gpgcheck=0
    enabled=0
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-SCLo
    
    [centos-sclo-sclo-source]
    name=CentOS-6 - SCLo sclo Sources
    baseurl=http://vault.centos.org/centos/6/sclo/Source/sclo/
    gpgcheck=1
    enabled=0
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-SCLo
    
    [centos-sclo-sclo-debuginfo]
    name=CentOS-6 - SCLo sclo Debuginfo
    baseurl=http://debuginfo.centos.org/centos/6/sclo/$basearch/
    gpgcheck=1
    enabled=0
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-SCLo


    Code (Text):
    cat /etc/yum.repos.d/CentOS-SCLo-scl-rh.repo
    # CentOS-SCLo-rh.repo
    #
    # Please see http://wiki.centos.org/SpecialInterestGroup/SCLo for more
    # information
    
    [centos-sclo-rh]
    name=CentOS-6 - SCLo rh
    baseurl=http://mirror.centos.org/centos/6/sclo/$basearch/rh/
    gpgcheck=1
    enabled=1
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-SCLo
    
    [centos-sclo-rh-testing]
    name=CentOS-6 - SCLo rh Testing
    baseurl=http://buildlogs.centos.org/centos/6/sclo/$basearch/rh/
    gpgcheck=0
    enabled=0
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-SCLo
    
    [centos-sclo-rh-source]
    name=CentOS-6 - SCLo rh Sources
    baseurl=http://vault.centos.org/centos/6/sclo/Source/rh/
    gpgcheck=1
    enabled=0
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-SCLo
    
    [centos-sclo-rh-debuginfo]
    name=CentOS-6 - SCLo rh Debuginfo
    baseurl=http://debuginfo.centos.org/centos/6/sclo/$basearch/
    gpgcheck=1
    enabled=0
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-SCLo



    Code (Text):
    cat /etc/yum.repos.d/CentOS-Base.repo
    # CentOS-Base.repo
    #
    # The mirror system uses the connecting IP address of the client and the
    # update status of each mirror to pick mirrors that are updated to and
    # geographically close to the client.  You should use this for CentOS updates
    # unless you are manually picking other mirrors.
    #
    # If the mirrorlist= does not work for you, as a fall back you can try the
    # remarked out baseurl= line instead.
    #
    #
    
    [base]
    name=CentOS-$releasever - Base
    mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os&infra=$infra
    #baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/
    gpgcheck=1
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
    priority=1
    
    #released updates
    [updates]
    name=CentOS-$releasever - Updates
    mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates&infra=$infra
    #baseurl=http://mirror.centos.org/centos/$releasever/updates/$basearch/
    gpgcheck=1
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
    priority=1
    priority=1
    
    #additional packages that may be useful
    [extras]
    name=CentOS-$releasever - Extras
    mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=extras&infra=$infra
    #baseurl=http://mirror.centos.org/centos/$releasever/extras/$basearch/
    gpgcheck=1
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
    priority=1
    
    #additional packages that extend functionality of existing packages
    [centosplus]
    name=CentOS-$releasever - Plus
    mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=centosplus&infra=$infra
    #baseurl=http://mirror.centos.org/centos/$releasever/centosplus/$basearch/
    gpgcheck=1
    enabled=0
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
    priority=2
    
    #contrib - packages by Centos Users
    [contrib]
    name=CentOS-$releasever - Contrib
    mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=contrib&infra=$infra
    #baseurl=http://mirror.centos.org/centos/$releasever/contrib/$basearch/
    gpgcheck=1
    enabled=0
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
    priority=2
     
  8. eva2000

    eva2000 Administrator Staff Member

    54,363
    12,198
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,763
    Local Time:
    4:53 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    something happened on June 6th in directory at /etc/yum.repos.d/ you have 2 files I don't have
    Code (Text):
    drwxr-xr-x   2 root root 4.0K Jun  6 16:20 bak
    -rw-r--r--   1 root root 1.5K Jun  6 16:20 CentOS-6.repo
    

    what's contents of those 2 files in /etc/yum.repos.d/ ?
    looks like scl-utils package exists in EPEL has a lower version that one in CentOS base repo causing conflicts

    what's output for command
    Code (Text):
    yum list scl-utils --showduplicates --disableplugin=priorities -q | tr -s ' '
    

    example output shows base CentOS 6 yum repo version of scl-utils is newer at 20120927-27 than one available in epel which you have installed
    Code (Text):
    yum list scl-utils --showduplicates --disableplugin=priorities -q | tr -s ' '
    Installed Packages
    scl-utils.x86_64 20120927-27.el6_6 @base
    Available Packages
    scl-utils.x86_64 20120229-1.el6 epel 
    scl-utils.x86_64 20120927-27.el6_6 base 
    

    also output for command
    Code (Text):
    yum history info scl-utils
    

    On working centos 6 install would be something like below where scl-utils-20120927-27 was installed at initial devtoolset-4 install time
    Code (Text):
    yum history info scl-utils
    Loaded plugins: fastestmirror, priorities, security
    Transaction ID : 21
    Begin time     : Sun Jul 16 08:34:51 2017
    Begin rpmdb    : 556:de2f9a161eb8a41caf748147b58a37ea0f305458
    End time       :            08:35:12 2017 (21 seconds)
    End rpmdb      : 569:e3aeef47c683ac04ca091e87410b8911421df1cd
    User           : root <root>
    Return-Code    : Success
    Command Line   : -y -q install devtoolset-4-gcc devtoolset-4-gcc-c++ devtoolset-4-binutils
    Transaction performed with:
        Installed     rpm-4.8.0-55.el6.x86_64                       @base
        Installed     yum-3.2.29-81.el6.centos.noarch               @base
        Installed     yum-plugin-fastestmirror-1.1.30-40.el6.noarch @base
    Packages Altered:
        Dep-Install audit-libs-python-2.4.5-6.el6.x86_64              @base
        Install     devtoolset-4-binutils-2.25.1-8.el6.x86_64         @centos-sclo-rh
        Install     devtoolset-4-gcc-5.3.1-6.1.el6.x86_64             @centos-sclo-rh
        Install     devtoolset-4-gcc-c++-5.3.1-6.1.el6.x86_64         @centos-sclo-rh
        Dep-Install devtoolset-4-libstdc++-devel-5.3.1-6.1.el6.x86_64 @centos-sclo-rh
        Dep-Install devtoolset-4-runtime-4.1-3.sc1.el6.x86_64         @centos-sclo-rh
        Dep-Install libcgroup-0.40.rc1-23.el6.x86_64                  @base
        Dep-Install libselinux-python-2.0.94-7.el6.x86_64             @base
        Dep-Install libsemanage-python-2.0.43-5.1.el6.x86_64          @base
        Dep-Install policycoreutils-python-2.0.83-30.1.el6_8.x86_64   @base
        Dep-Install scl-utils-20120927-27.el6_6.x86_64                @base
        Dep-Install setools-libs-3.3.7-4.el6.x86_64                   @base
        Dep-Install setools-libs-python-3.3.7-4.el6.x86_64            @base
    history info
    

    try upgrading scl-utils itself
    Code (Text):
    yum -y upgrade scl-utils --disableplugin=priorities
    

    what output do you get from that ?
     
  9. jellday

    jellday Member

    73
    4
    8
    May 31, 2014
    Ratings:
    +9
    Local Time:
    2:53 AM
    1.4.6
    5.5
    scl-utils was not installed.
    I use yum -y install scl-utils --disableplugin=priorities and successfully installed.
    Then rerun centmin.sh and wget installed well.
    Many many thanks.
     
  10. eva2000

    eva2000 Administrator Staff Member

    54,363
    12,198
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,763
    Local Time:
    4:53 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    excellent great to hear :)