Join the community today
Register Now

Featured CentOS 7.x How to help test .08 CentOS 7 Betas with Github code ?

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

  1. Andy

    Andy Active Member

    542
    89
    28
    Aug 6, 2014
    Ratings:
    +132
    Local Time:
    10:52 AM
    @eva2000
    I got this far. Does it mean I have to run the install again?
    Code:
    * Running updatedb command. Please wait....
    *************************************************
    Error: axivo-release-7-1.noarch.rpm not found !!! Download now......
    2014-09-06 12:08:20 URL:http://rpm.axivo.com/axivo-release-7-1.noarch.rpm [16856/16856] -> "axivo-release-7-1.noarch.rpm" [1]
    Download done.
    Preparing...                          ########################################
    Updating / installing...
    axivo-release-7-1                     ########################################
    http://mirror.rackspace.com/centos/7.0/os/x86_64/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
    Trying other mirror.
    
    
     One of the configured repositories failed (CentOS-7.0 - Base),
     and yum doesn't have enough cached data to continue. At this point the only
     safe thing yum can do is fail. There are a few ways to work "fix" this:
    
         1. Contact the upstream for the repository and get them to fix the problem.
    
         2. Reconfigure the baseurl/etc. for the repository, to point to a working
            upstream. This is most often useful if you are using a newer
            distribution release than is supported by the repository (and the
            packages for the previous distribution release still work).
    
         3. Disable the repository, so yum won't use it by default. Yum will then
            just ignore the repository until you permanently enable it again or use
            --enablerepo for temporary usage:
    
                yum-config-manager --disable base
    
         4. Configure the failing repository to be skipped, if it is unavailable.
            Note that yum will try to contact the repo. when it runs most commands,
            so will have to try and fail each time (and thus. yum will be be much
            slower). If it is a very temporary problem though, this is often a nice
            compromise:
    
                yum-config-manager --save --setopt=base.skip_if_unavailable=true
    
    failure: repodata/repomd.xml from base: [Errno 256] No more mirrors to try.
    http://mirror.rackspace.com/centos/7.0/os/x86_64/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
    Error: problem with axivo-release-7-1.noarch.rpm install.
    
    ccache stats:
    cache directory                     /home/.ccache
    cache hit (direct)                   712
    cache hit (preprocessed)             303
    cache miss                          2517
    called for link                      216
    called for preprocessing             154
    compile failed                        47
    preprocessor error                    39
    bad compiler arguments                20
    unsupported source language           57
    autoconf compile/link                413
    unsupported compiler option           14
    no input file                         89
    files in cache                      6002
    cache size                         190.1 Mbytes
    max cache size                       2.0 Gbytes
    
    Total YUM Time: 369.154334496 seconds
    Total Centmin Mod Install Time: 1497.976711029 seconds
    
    Created command shortcuts:
    * type cmdir to change to Centmin Mod install directory
      at /usr/local/src/centminmod-123.08centos7beta01
    * type centmin call and run centmin.sh
      at /usr/local/src/centminmod-123.08centos7beta01/centmin.sh


     
  2. eva2000

    eva2000 Administrator Staff Member

    53,607
    12,139
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,683
    Local Time:
    1:52 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  3. Andy

    Andy Active Member

    542
    89
    28
    Aug 6, 2014
    Ratings:
    +132
    Local Time:
    10:52 AM
    Is this an issue going forward?
    Code:
    [root@cloud-server-01 ~]# yum update
    Loaded plugins: fastestmirror, langpacks, priorities
    http://mirror.rackspace.com/centos/7.0/os/x86_64/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
    Trying other mirror.
    
    
     One of the configured repositories failed (CentOS-7.0 - Base),
     and yum doesn't have enough cached data to continue. At this point the only
     safe thing yum can do is fail. There are a few ways to work "fix" this:
    
         1. Contact the upstream for the repository and get them to fix the problem.
    
         2. Reconfigure the baseurl/etc. for the repository, to point to a working
            upstream. This is most often useful if you are using a newer
            distribution release than is supported by the repository (and the
            packages for the previous distribution release still work).
    
         3. Disable the repository, so yum won't use it by default. Yum will then
            just ignore the repository until you permanently enable it again or use
            --enablerepo for temporary usage:
    
                yum-config-manager --disable base
    
         4. Configure the failing repository to be skipped, if it is unavailable.
            Note that yum will try to contact the repo. when it runs most commands,
            so will have to try and fail each time (and thus. yum will be be much
            slower). If it is a very temporary problem though, this is often a nice
            compromise:
    
                yum-config-manager --save --setopt=base.skip_if_unavailable=true
    
    failure: repodata/repomd.xml from base: [Errno 256] No more mirrors to try.
    http://mirror.rackspace.com/centos/7.0/os/x86_64/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
     
  4. eva2000

    eva2000 Administrator Staff Member

    53,607
    12,139
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,683
    Local Time:
    1:52 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  5. Andy

    Andy Active Member

    542
    89
    28
    Aug 6, 2014
    Ratings:
    +132
    Local Time:
    10:52 AM
    yum clean all does not help.
    content of yum.conf
    Code:
    [main]
    cachedir=/var/cache/yum
    keepcache=0
    debuglevel=2
    logfile=/var/log/yum.log
    distroverpkg=redhat-release
    tolerant=1
    exactarch=1
    obsoletes=1
    gpgcheck=1
    plugins=1
    exclude=*.i386 *.i586 *.i686 nginx* php* mysql*
    
    # Note: yum-RHN-plugin doesn't honor this.
    metadata_expire=1h
    
    installonly_limit = 5
    
    # PUT YOUR REPOS HERE OR IN separate files named file.repo
    # in /etc/yum.repos.d
     
  6. eva2000

    eva2000 Administrator Staff Member

    53,607
    12,139
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,683
    Local Time:
    1:52 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    what about /etc/yum.repos.d/*.repo files ?

    looks like rackspace mirror changed to Index of /centos/7/os/x86_64 minus the .0 in 7.0

    checking all the other reported 404 YUM mirrors has common problem, the mirrors changed from 7.0 to just 7
     
  7. Andy

    Andy Active Member

    542
    89
    28
    Aug 6, 2014
    Ratings:
    +132
    Local Time:
    10:52 AM
    I see no .conf file under that directory
    Code:
    [root@cloud-server-01 ~]# ls -al /etc/yum.repos.d/
    total 96
    drwxr-xr-x.  2 root root 4096 Sep  6 12:08 .
    drwxr-xr-x. 91 root root 4096 Sep  6 12:08 ..
    -rw-r--r--.  1 root root 1161 Aug  9 20:06 axivo.repo
    -rw-r--r--.  1 root root 1625 Aug 27 16:54 CentOS-Base.OLD
    -rw-r--r--.  1 root root 1691 Sep  6 11:43 CentOS-Base.repo
    -rw-r--r--.  1 root root 1664 Aug 22 16:21 CentOS-Base.repo.rpmnew
    -rw-r--r--.  1 root root  649 Aug 22 16:21 CentOS-Debuginfo.repo
    -rw-r--r--.  1 root root  290 Aug 22 16:21 CentOS-fasttrack.repo
    -rw-r--r--.  1 root root 1331 Aug 22 16:21 CentOS-Sources.repo
    -rw-r--r--.  1 root root  156 Aug 22 16:21 CentOS-Vault.repo
    -rw-r--r--.  1 root root  934 Aug 27 16:54 epel.OLD
    -rw-r--r--.  1 root root  961 Sep  6 11:47 epel.repo
    -rw-r--r--.  1 root root  957 Sep  2 16:14 epel.repo.rpmnew
    -rw-r--r--.  1 root root 1056 Sep  2 16:14 epel-testing.repo
    -rw-r--r--.  1 root root  356 Sep  6 11:58 mariadb.repo
    -rw-r--r--.  1 root root  739 Jun 12 01:41 mirrors-rpmforge
    -rw-r--r--.  1 root root  717 Jun 12 01:41 mirrors-rpmforge-extras
    -rw-r--r--.  1 root root  728 Jun 12 01:41 mirrors-rpmforge-testing
    -rw-r--r--.  1 root root  267 Dec 16  2009 Percona.OLD
    -rw-r--r--.  1 root root  340 Sep  6 11:48 Percona.repo
    -rw-r--r--.  1 root root 1128 Jun 12 01:41 rpmforge.OLD
    -rw-r--r--.  1 root root 1139 Sep  6 11:48 rpmforge.repo
    -rw-r--r--.  1 root root  212 Jul  9  2013 varnish.OLD
    -rw-r--r--.  1 root root  223 Sep  6 11:48 varnish.repo
     
  8. eva2000

    eva2000 Administrator Staff Member

    53,607
    12,139
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,683
    Local Time:
    1:52 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    meant *.repo heh in particular /etc/yum.repos.d/CentOS-Base.repo

    Try this

    Code:
    yum clean all
    rm -rf /var/cache/yum/*
     
    Last edited: Sep 6, 2014
  9. Andy

    Andy Active Member

    542
    89
    28
    Aug 6, 2014
    Ratings:
    +132
    Local Time:
    10:52 AM
    Code:
    [root@cloud-server-01 ~]# rm -rf /var/cache/yum/*
    [root@cloud-server-01 ~]# yum update
    Loaded plugins: fastestmirror, langpacks, priorities
    [URL]http://mirror.rackspace.com/centos/7.0/os/x86_64/repodata/repomd.xml[/URL]: [Errno 14] HTTP Error 404 - Not Found
    Trying other mirror.
    
    
    One of the configured repositories failed (CentOS-7.0 - Base),
    and yum doesn't have enough cached data to continue. At this point the only
    safe thing yum can do is fail. There are a few ways to work "fix" this:
    
         1. Contact the upstream for the repository and get them to fix the problem.
    
         2. Reconfigure the baseurl/etc. for the repository, to point to a working
            upstream. This is most often useful if you are using a newer
            distribution release than is supported by the repository (and the
            packages for the previous distribution release still work).
    
         3. Disable the repository, so yum won't use it by default. Yum will then
            just ignore the repository until you permanently enable it again or use
            --enablerepo for temporary usage:
    
                yum-config-manager --disable base
    
         4. Configure the failing repository to be skipped, if it is unavailable.
            Note that yum will try to contact the repo. when it runs most commands,
            so will have to try and fail each time (and thus. yum will be be much
            slower). If it is a very temporary problem though, this is often a nice
            compromise:
    
                yum-config-manager --save --setopt=base.skip_if_unavailable=true
    
    failure: repodata/repomd.xml from base: [Errno 256] No more mirrors to try.
    [URL]http://mirror.rackspace.com/centos/7.0/os/x86_64/repodata/repomd.xml[/URL]: [Errno 14] HTTP Error 404 - Not Found
     
  10. Sebastian B.

    Sebastian B. New Member

    25
    4
    3
    Aug 23, 2014
    Ratings:
    +4
    Local Time:
    5:52 PM
    1.7.2
    5.5
    Well I have done this on my linode to still dont working. I made an ticket
     
  11. eva2000

    eva2000 Administrator Staff Member

    53,607
    12,139
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,683
    Local Time:
    1:52 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    what's contents of /etc/yum.repos.d/CentOS-Base.repo ?
     
  12. Andy

    Andy Active Member

    542
    89
    28
    Aug 6, 2014
    Ratings:
    +132
    Local Time:
    10:52 AM
    Code:
    # 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
    baseurl=http://mirror.rackspace.com/centos/$releasever/os/$basearch/
    gpgcheck=1
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
    priority=1
    
    #released updates
    [updates]
    name=CentOS-$releasever - Updates
    #mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates
    baseurl=http://mirror.rackspace.com/centos/$releasever/updates/$basearch/
    gpgcheck=1
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
    priority=1
    priority=1
     
  13. eva2000

    eva2000 Administrator Staff Member

    53,607
    12,139
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,683
    Local Time:
    1:52 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    uncomment the mirrorlist lines

    then do

    Code:
    yum clean all
    rm -rf /var/cache/yum/*
     
  14. Andy

    Andy Active Member

    542
    89
    28
    Aug 6, 2014
    Ratings:
    +132
    Local Time:
    10:52 AM
    Code:
    [root@cloud-server-01 ~]# rm -rf /var/cache/yum/*
    [root@cloud-server-01 ~]# yum update
    Loaded plugins: fastestmirror, langpacks, priorities
    http://mirror.rackspace.com/centos/7.0/os/x86_64/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
    Trying other mirror.
    http://ftp.cuhk.edu.hk/pub/Linux/centos/7.0/os/x86_64/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
    Trying other mirror.
    http://centos.mirror.iweb.ca/7.0/os/x86_64/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
    Trying other mirror.
    http://ftp.jaist.ac.jp/pub/Linux/CentOS/7.0/os/x86_64/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
    Trying other mirror.
    ftp://mirror.aarnet.edu.au/pub/centos/7.0/os/x86_64/repodata/repomd.xml: [Errno 14] FTP Error 550 - Server denied you to change to the given directory
    Trying other mirror.
    http://mirrors.coreix.net/centos/7.0/os/x86_64/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
    Trying other mirror.
    http://mirror.us.leaseweb.net/centos/7.0/os/x86_64/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
    Trying other mirror.
    ftp://mirror.anl.gov/pub/centos/7.0/os/x86_64/repodata/repomd.xml: [Errno 14] FTP Error 550 - Server denied you to change to the given directory
    Trying other mirror.
    http://mirror.as24220.net/pub/centos/7.0/os/x86_64/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
    Trying other mirror.
    ftp://ftp.free.fr/mirrors/ftp.centos.org/7.0/os/x86_64/repodata/repomd.xml: [Errno 14] FTP Error 550 - Server denied you to change to the given directory
    Trying other mirror.
    ftp://mirror.bytemark.co.uk/centos/7.0/os/x86_64/repodata/repomd.xml: [Errno 14] FTP Error 550 - Server denied you to change to the given directory
    Trying other mirror.
    
    
     One of the configured repositories failed (CentOS-7.0 - Base),
     and yum doesn't have enough cached data to continue. At this point the only
     safe thing yum can do is fail. There are a few ways to work "fix" this:
    
         1. Contact the upstream for the repository and get them to fix the problem.
    
         2. Reconfigure the baseurl/etc. for the repository, to point to a working
            upstream. This is most often useful if you are using a newer
            distribution release than is supported by the repository (and the
            packages for the previous distribution release still work).
    
         3. Disable the repository, so yum won't use it by default. Yum will then
            just ignore the repository until you permanently enable it again or use
            --enablerepo for temporary usage:
    
                yum-config-manager --disable base
    
         4. Configure the failing repository to be skipped, if it is unavailable.
            Note that yum will try to contact the repo. when it runs most commands,
            so will have to try and fail each time (and thus. yum will be be much
            slower). If it is a very temporary problem though, this is often a nice
            compromise:
    
                yum-config-manager --save --setopt=base.skip_if_unavailable=true
    
    failure: repodata/repomd.xml from base: [Errno 256] No more mirrors to try.
    http://mirror.rackspace.com/centos/7.0/os/x86_64/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
    http://ftp.cuhk.edu.hk/pub/Linux/centos/7.0/os/x86_64/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
    http://centos.mirror.iweb.ca/7.0/os/x86_64/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
    http://ftp.jaist.ac.jp/pub/Linux/CentOS/7.0/os/x86_64/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
    ftp://mirror.aarnet.edu.au/pub/centos/7.0/os/x86_64/repodata/repomd.xml: [Errno 14] FTP Error 550 - Server denied you to change to the given directory
    http://mirrors.coreix.net/centos/7.0/os/x86_64/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
    http://mirror.us.leaseweb.net/centos/7.0/os/x86_64/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
    ftp://mirror.anl.gov/pub/centos/7.0/os/x86_64/repodata/repomd.xml: [Errno 14] FTP Error 550 - Server denied you to change to the given directory
    http://mirror.as24220.net/pub/centos/7.0/os/x86_64/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
    ftp://ftp.free.fr/mirrors/ftp.centos.org/7.0/os/x86_64/repodata/repomd.xml: [Errno 14] FTP Error 550 - Server denied you to change to the given directory
    ftp://mirror.bytemark.co.uk/centos/7.0/os/x86_64/repodata/repomd.xml: [Errno 14] FTP Error 550 - Server denied you to change to the given directory
    [root@cloud-server-01 ~]#
     
  15. Sebastian B.

    Sebastian B. New Member

    25
    4
    3
    Aug 23, 2014
    Ratings:
    +4
    Local Time:
    5:52 PM
    1.7.2
    5.5
    Code:
    [base]
    name=CentOS-$releasever - Base
    mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os
    baseurl=http://mirrors.linode.com/centos/$releasever/os/$basearch/
    gpgcheck=1
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
    priority=1
    
    #released updates
    [updates]
    name=CentOS-$releasever - Updates
    mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates
    baseurl=http://mirrors.linode.com/centos/$releasever/updates/$basearch/
    gpgcheck=1
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
    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
    baseurl=http://mirrors.linode.com/centos/$releasever/extras/$basearch/
    gpgcheck=1
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
    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
    baseurl=http://mirrors.linode.com/centos/$releasever/centosplus/$basearch/
    gpgcheck=1
    enabled=0
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
    priority=2
    priority=2
    And the links do really not exist:
    http://mirrors.linode.com/centos/7.0/os/x86_64/repodata/repomd.xml
    should be without ".0"

    http://mirrors.linode.com/centos/7/os/x86_64/repodata/repomd.xml --> works
     
  16. eva2000

    eva2000 Administrator Staff Member

    53,607
    12,139
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,683
    Local Time:
    1:52 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    try replacing in /etc/yum.repos.d/CentOS-Base.repo instances of

    Code:
    http://mirror.rackspace.com
    
    OR

    Code:
    http://mirrors.linode.com
    with

    Code:
    http://mirror.centos.org
    
    then

    Code:
    yum clean all
    rm -rf /var/cache/yum/*
     
  17. Sebastian B.

    Sebastian B. New Member

    25
    4
    3
    Aug 23, 2014
    Ratings:
    +4
    Local Time:
    5:52 PM
    1.7.2
    5.5
  18. eva2000

    eva2000 Administrator Staff Member

    53,607
    12,139
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,683
    Local Time:
    1:52 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Yeah someone changed the mirror locations for CentOS 7 :mad: :rolleyes:

    my working CentOS 7 has for /etc/yum.repos.d/CentOS-Base.repo

    Code:
    # 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-7
    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-7
    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-7
    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-7
    priority=2
    and for mirror list at /var/cache/yum/base/mirrorlist.txt

    Code:
    http://mirror.ventraip.net.au/CentOS/7.0.1406/os/x86_64/
    http://centos.syd.au.glomirror.com.au/7.0.1406/os/x86_64/
    http://mirror.overthewire.com.au/pub/centos/7.0.1406/os/x86_64/
    http://centos.mirror.crucial.com.au/7.0.1406/os/x86_64/
    http://centos.mirror.serversaustralia.com.au/7.0.1406/os/x86_64/
    http://centos.wtl.nsw.au.glomirror.com.au/7.0.1406/os/x86_64/
    http://centos.vic.au.glomirror.com.au/7.0.1406/os/x86_64/
    http://mirror.colocity.com/centos/7.0.1406/os/x86_64/
    http://ftp.swin.edu.au/centos/7.0.1406/os/x86_64/
    http://mirror.internode.on.net/pub/centos/7.0.1406/os/x86_64/
    for /var/cache/yum/updates/mirrorlist.txt
    Code:
    http://mirror.ventraip.net.au/CentOS/7.0.1406/updates/x86_64/
    http://centos.mirror.serversaustralia.com.au/7.0.1406/updates/x86_64/
    http://mirror.web24.net.au/centos/7.0.1406/updates/x86_64/
    http://mirror.rackcentral.com.au/centos/7.0.1406/updates/x86_64/
    http://centos.wtl.nsw.au.glomirror.com.au/7.0.1406/updates/x86_64/
    http://mirror.internode.on.net/pub/centos/7.0.1406/updates/x86_64/
    http://centos.mirror.uber.com.au/7.0.1406/updates/x86_64/
    http://mirror.colocity.com/centos/7.0.1406/updates/x86_64/
    http://mirror.mel.bkb.net.au/pub/centos/7.0.1406/updates/x86_64/
    http://ftp.swin.edu.au/centos/7.0.1406/updates/x86_64/
     
    Last edited: Sep 6, 2014
  19. Andy

    Andy Active Member

    542
    89
    28
    Aug 6, 2014
    Ratings:
    +132
    Local Time:
    10:52 AM
    I change the content to yours, @eva2000 but still same 404 errors.
     
  20. eva2000

    eva2000 Administrator Staff Member

    53,607
    12,139
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,683
    Local Time:
    1:52 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    I'd contact your respective web hosts tech support at Rackspace and Linode :)