Find the answer to your Linux question:
Results 1 to 3 of 3
Hello, Can anyone help me with my problem with repositories,I received this error whenever I attempt to use yum command Determining fastest mirrors * addons: mirror.web.com.ph * base: mirror.web.com.ph * ...
  1. #1
    Just Joined!
    Join Date
    Jan 2010
    Posts
    1

    Cannot retrieve repository metadata (repomd.xml) for repository: centosrepository

    Hello,

    Can anyone help me with my problem with repositories,I received this error whenever I attempt to use yum command

    Determining fastest mirrors
    * addons: mirror.web.com.ph
    * base: mirror.web.com.ph
    * centosplus: mirror.web.com.ph
    addons | 951 B 00:00
    addons/primary | 201 B 00:00
    base | 2.1 kB 00:00
    base/primary_db | 1.6 MB 00:36
    centosplus | 1.9 kB 00:00
    centosplus/primary_db | 144 kB 00:03
    h t t p : / / w w w. centos. org/repodata/ repomd.xml: [Errno 14] HTTP Error 404: Not Found
    Trying other mirror.
    Error: Cannot retrieve repository metadata (repomd.xml) for repository: centosrepository. Please verify its path and try again
    You have new mail in /var/spool/mail/root
    Any help is very much appreciated.

  2. #2
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,974
    This sometimes happens when the repository is being updated. Have you tried again since you posted this question?
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

  3. #3
    Just Joined!
    Join Date
    Jul 2008
    Posts
    1

    IPV6-connected problem

    Would you believe it's an ipv6 problem?
    I'm running F12 X86_64 upgraded from F11.
    The Yum problem [Cannot retrieve repository metadata (repomd.xml)] began after the F12 update and after the first yum update (installed 78 packages and updated 1742 more). THEN the (repmod.xml) problem.
    I'm running off a ipv4 router so, have ipv6 disabled (I thought). But, in F12 it's different than in F11, it seems. So, here's what I did that disabled ipv6, and fixed the YUM problem. You don't need to modify /etc/hosts and all that other stuff you've been advised to do that didn't work for me.
    1. disable the ipv6 firewall service [ipv6tables]
    2. keep it off - #/sbin/chkconfig ip6tables off
    3. Create a file under /etc/modprobe.d (e.g. “blacklist-ipv6.conf”) with the following 2 lines, in the order shown:
    install ipv6 /bin/true
    blacklist ipv6
    4. add the following line to /etc/sysconfig/network
    NETWORKING_IPV6=no
    (mine had IPV6=no - that don't work, but I left it in there, too)
    5. reboot YUM should work fine.

    Think normal human beings will ever be able to use Fedora?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...