why i always get this error.What is this?
[root@localhost ~]# yum check-update Repository updates-released already added, not adding again Repository base already added, not adding again Setting up Repo: dries Cannot open/read repomd.xml file for repository: dries failure: repodata/repomd.xml from dries: [Errno 256] No more mirrors to try. [root@localhost ~]#
On Sun, 02 Jan 2005 10:34:01 +0200, Mustafa Orkun moblinux@myrealbox.com wrote:
why i always get this error.What is this?
[root@localhost ~]# yum check-update Repository updates-released already added, not adding again Repository base already added, not adding again Setting up Repo: dries Cannot open/read repomd.xml file for repository: dries failure: repodata/repomd.xml from dries: [Errno 256] No more mirrors to try. [root@localhost ~]#
-- fedora-list mailing list fedora-list@redhat.com To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list
That means your repo data has been entered twice. Check /etc/yum.conf and files in the /etc/yum.repos.d/ directory.
On Sun, 02 Jan 2005 10:34:01 +0200, Mustafa Orkun moblinux@myrealbox.com wrote:
[root@localhost ~]# yum check-update Repository updates-released already added, not adding again Repository base already added, not adding again
in fc3 how yum is configured was re-organized. a fresh install of fc3 will give you a /etc/yum.conf that as NO repository definitions instead the package named 'fedora-release' places individual .repo files in /etc/yum.repos.d/
What you are seeing is most likely is the result of a custom yum.conf that has duplicate entries to those provided in the files in /etc/yum.repo.d/
Setting up Repo: dries Cannot open/read repomd.xml file for repository: dries failure: repodata/repomd.xml from dries: [Errno 256] No more mirrors to try.
You need to check your dries entry to make sure its the correct url for the yum used in fc3. Note that the yum 2.1.x uses a different serverside metadata structure than yum 2.0.x. If you are using a dries repository url meant for yum 2.0.x you might need to use a different url for yum 2.1.x because of the changes.
here is what my working /etc/yum.repo.d/dries.repo file has: [dries] name=Extra Fedora rpms dries - $releasever - $basearch baseurl=http://apt.sw.be/dries/fedora/linux/$releasever/$basearch/dries/RPMS/ enabled=0 gpgcheck=1
-jef
Jeff Spaleta yazmış:
On Sun, 02 Jan 2005 10:34:01 +0200, Mustafa Orkun moblinux@myrealbox.com wrote:
[root@localhost ~]# yum check-update Repository updates-released already added, not adding again Repository base already added, not adding again
in fc3 how yum is configured was re-organized. a fresh install of fc3 will give you a /etc/yum.conf that as NO repository definitions instead the package named 'fedora-release' places individual .repo files in /etc/yum.repos.d/
What you are seeing is most likely is the result of a custom yum.conf that has duplicate entries to those provided in the files in /etc/yum.repo.d/
Setting up Repo: dries Cannot open/read repomd.xml file for repository: dries failure: repodata/repomd.xml from dries: [Errno 256] No more mirrors to try.
You need to check your dries entry to make sure its the correct url for the yum used in fc3. Note that the yum 2.1.x uses a different serverside metadata structure than yum 2.0.x. If you are using a dries repository url meant for yum 2.0.x you might need to use a different url for yum 2.1.x because of the changes.
here is what my working /etc/yum.repo.d/dries.repo file has: [dries] name=Extra Fedora rpms dries - $releasever - $basearch baseurl=http://apt.sw.be/dries/fedora/linux/$releasever/$basearch/dries/RPMS/ enabled=0 gpgcheck=1
-jef
well,i don't have the dries.repo file there.i only have fedora-devel.repo fedora.repo fedora-updates.repo fedora-updates-testing.repo in /etc/yum.repo.d/ ???
On Sun, 02 Jan 2005 11:23:26 +0200, Mustafa Orkun moblinux@myrealbox.com wrote:
Jeff Spaleta yazmış:
On Sun, 02 Jan 2005 10:34:01 +0200, Mustafa Orkun moblinux@myrealbox.com wrote:
[root@localhost ~]# yum check-update Repository updates-released already added, not adding again Repository base already added, not adding again
in fc3 how yum is configured was re-organized. a fresh install of fc3 will give you a /etc/yum.conf that as NO repository definitions instead the package named 'fedora-release' places individual .repo files in /etc/yum.repos.d/
What you are seeing is most likely is the result of a custom yum.conf that has duplicate entries to those provided in the files in /etc/yum.repo.d/
Setting up Repo: dries Cannot open/read repomd.xml file for repository: dries failure: repodata/repomd.xml from dries: [Errno 256] No more mirrors to try.
You need to check your dries entry to make sure its the correct url for the yum used in fc3. Note that the yum 2.1.x uses a different serverside metadata structure than yum 2.0.x. If you are using a dries repository url meant for yum 2.0.x you might need to use a different url for yum 2.1.x because of the changes.
here is what my working /etc/yum.repo.d/dries.repo file has: [dries] name=Extra Fedora rpms dries - $releasever - $basearch baseurl=http://apt.sw.be/dries/fedora/linux/$releasever/$basearch/dries/RPMS/ enabled=0 gpgcheck=1
-jef
well,i don't have the dries.repo file there.i only have fedora-devel.repo fedora.repo fedora-updates.repo fedora-updates-testing.repo in /etc/yum.repo.d/ ???
Then Dries' repo must be defined in /etc/yum.conf. Verify either the URLs in yum.conf are vaiid or that the repos are disabled.
Kam Leo yazmış:
On Sun, 02 Jan 2005 11:23:26 +0200, Mustafa Orkun moblinux@myrealbox.com wrote:
Jeff Spaleta yazmı�:
On Sun, 02 Jan 2005 10:34:01 +0200, Mustafa Orkun moblinux@myrealbox.com wrote:
[root@localhost ~]# yum check-update Repository updates-released already added, not adding again Repository base already added, not adding again
in fc3 how yum is configured was re-organized. a fresh install of fc3 will give you a /etc/yum.conf that as NO repository definitions instead the package named 'fedora-release' places individual .repo files in /etc/yum.repos.d/
What you are seeing is most likely is the result of a custom yum.conf that has duplicate entries to those provided in the files in /etc/yum.repo.d/
Setting up Repo: dries Cannot open/read repomd.xml file for repository: dries failure: repodata/repomd.xml from dries: [Errno 256] No more mirrors to try.
You need to check your dries entry to make sure its the correct url for the yum used in fc3. Note that the yum 2.1.x uses a different serverside metadata structure than yum 2.0.x. If you are using a dries repository url meant for yum 2.0.x you might need to use a different url for yum 2.1.x because of the changes.
here is what my working /etc/yum.repo.d/dries.repo file has: [dries] name=Extra Fedora rpms dries - $releasever - $basearch baseurl=http://apt.sw.be/dries/fedora/linux/$releasever/$basearch/dries/RPMS/ enabled=0 gpgcheck=1
-jef
well,i don't have the dries.repo file there.i only have fedora-devel.repo fedora.repo fedora-updates.repo fedora-updates-testing.repo in /etc/yum.repo.d/ ???
Then Dries' repo must be defined in /etc/yum.conf. Verify either the URLs in yum.conf are vaiid or that the repos are disabled.
my yum.conf file (which i get from a friend) already has Dries' repo.here is my yum.conf:
# This is a yum.conf for Fedora Core. # It uses Fedora mirrors to make things faster, # since the main Red Hat Fedora site is pretty slow. # # Also, if you look down in the "Alternate Repositories" # section, you'll notice some commented-out repositories. # If you want to use them, uncomment them. # # Author: Maxwell Kanat-Alexander (max at fedorafaq dot org) # Date: 30 July 2004 # # Original at http://www.fedorafaq.org/#yumconf # # Changes # ------- # 30 July 2004 # + Fixed a problem with the livna-testing mirror. # 29 May 2004 # + Tested commented-out parts: all work except subpop.net # + Livna and NewRPMs mirrors! # 22 May 2004 # + Incorporated Darrenn's fixes for Fedora Core 2! # + Commented-out parts may still not work properly # 29 Feb 2004 # + Updated a lot of mirrors, for speed # + Fixed one ATrpms mirror # + Added Dries and spc, two more FreshRPMs-compatible repos # 9 Jan 2004 # + Updated ATrpms for their new directory structure. # 31 Dec 2003 # + Added JPackage, commented out # + Standard Red Hat Fedora Core sites commented-out by default # + Removed dulug from debug, since it doesn't have debug # 29 Dec 2003 # + Added mirrors for the flash-plugin, since some go down. # + Added base-debuginfo, commented out
[main] cachedir=/var/cache/yum debuglevel=2 logfile=/var/log/yum.log pkgpolicy=newest distroverpkg=fedora-release tolerant=1 exactarch=0 # Added this because some mirrors go down and then retying takes forever. retries=1
################## ## Basic Fedora ## ##################
[base] name=Fedora Core $releasever - $basearch - Base baseurl=http://mirror.hiwaay.net/redhat/fedora/linux/core/$releasever/$basearch/os http://rpmfind.net/linux/fedora/core/$releasever/$basearch/os http://mirror.clarkson.edu/pub/distributions/fedora/linux/core/$releasever/$... http://mirrors.usc.edu/pub/linux/fedora/fedora/fedora/$releasever/$basearch/... # http://fedora.redhat.com/releases/fedora-core-$releasever #gpgcheck=1
#[base-debuginfo] #name=Fedora Core $releasever - $basearch - Debug Info #baseurl=http://speakeasy.rpmfind.net/linux/fedora/core/$releasever/$basearch/debug # http://distro.ibiblio.org/pub/linux/distributions/fedora/linux/core/$release... # http://mirror.clarkson.edu/pub/distributions/fedora/linux/core/$releasever/$... # http://gulus.usherbrooke.ca/pub/distro/fedora/linux/core/$releasever/$basear... ##gpgcheck=1
[updates-released] name=Fedora Core $releasever - $basearch - Released Updates baseurl=http://rpmfind.net/linux/fedora/core/updates/$releasever/$basearch http://mirror.clarkson.edu/pub/distributions/fedora/linux/core/updates/$rele... http://mirrors.usc.edu/pub/linux/fedora/fedora/fedora/$releasever/$basearch/... # http://fedora.redhat.com/updates/released/fedora-core-$releasever #gpgcheck=1
#[updates-testing] #name=Fedora Core $releasever - $basearch - Unreleased Updates #baseurl=http://mirrors.usc.edu/pub/linux/fedora/fedora/fedora/$releasever/$basearch/... # http://distro.ibiblio.org/pub/linux/distributions/fedora/linux/core/updates/... # http://mirror.clarkson.edu/pub/distributions/fedora/linux/core/updates/testi... # http://gulus.usherbrooke.ca/pub/distro/fedora/linux/core/updates/testing/$re... ## http://fedora.redhat.com/updates/testing/fedora-core-$releasever ##gpgcheck=1
################### ## Fedora Extras ##
################### #[fedora-stable-pending] #name=Pending Fedora Linux (stable) for Fedora Core $releasever #baseurl=http://download.fedora.us/pending/fedora/$releasever/$basearch/yum/stable/ #gpgcheck=1 #[fedora-testing-pending] #name=Pending Fedora Linux (testing) for Fedora Core $releasever #baseurl=http://download.fedora.us/pending/fedora/$releasever/$basearch/yum/testing/ #gpgcheck=1 #[fedora-unstable-pending] #name=Pending Fedora Linux (unstable) for Fedora Core $releasever #baseurl=http://download.fedora.us/pending/fedora/$releasever/$basearch/yum/unstable/ #gpgcheck=1 #gpgcheck=1
############### ## Livna.org ## ###############
[livna-stable] name=Livna.org - Fedora Compatible Packages (stable) baseurl=http://rpm.livna.org/fedora/$releasever/$basearch/yum/stable http://livna.cat.pdx.edu/fedora/$releasever/$basearch/yum/stable #gpgcheck=1
[livna-unstable] name=Livna.org - Fedora Compatible Packages (unstable) baseurl=http://rpm.livna.org/fedora/$releasever/$basearch/yum/unstable http://livna.cat.pdx.edu/fedora/$releasever/$basearch/yum/unstable #gpgcheck=1
[livna-testing] name=Livna.org - Fedora Compatible Packages (testing) baseurl=http://rpm.livna.org/fedora/$releasever/$basearch/yum/testing http://livna.cat.pdx.edu/fedora/$releasever/$basearch/yum/testing #gpgcheck=1
############ # Jpackage # ############
# JPackage is a GREAT repository for Java Software. # However, you may have to compile some SRPMs to use it, # so it's commented out by default. See # http://prdownloads.sourceforge.net/jpackage/direct_download/1.5/generic/SRPMS.non-free # For the SRPMs, and http://www.jpackage.org for the general details. # # Note: JPackage IS compatible with the fedora.us repositories. # You can use JPackage and fedora.us at the same time, without # any trouble.
#[jpackage-generic] #name=JPackage Cross-Platform Packages #baseurl=http://aleron.dl.sourceforge.net/sourceforge/jpackage/direct_download/1.5/ge... # http://heanet.dl.sourceforge.net/sourceforge/jpackage/direct_download/1.5/ge... # http://umn.dl.sourceforge.net/sourceforge/jpackage/direct_download/1.5/gener... #failovermethod=priority ##gpgcheck=1
#[jpackage-fedora] #name=JPackage Fedora Packages #baseurl=http://aleron.dl.sourceforge.net/sourceforge/jpackage/direct_download/1.5/fe... # http://heanet.dl.sourceforge.net/sourceforge/jpackage/direct_download/1.5/fe... # http://umn.dl.sourceforge.net/sourceforge/jpackage/direct_download/1.5/fedor... #failovermethod=priority ##gpgcheck=1
############################ ## Alternate Repositories ## ############################
# Uncomment these to use them -- note that some packages # from these repositories may conflict with the fedora.us # packages. If you use these repositories, you may wish to # comment-out the fedora.us and livna.org repositories.
[freshrpms] name=FreshRPMs baseurl=http://ayo.freshrpms.net/fedora/linux/$releasever/$basearch/freshrpms/ ##gpgcheck=1
[dag] name=Dag APT Repository baseurl=http://dag.freshrpms.net/fedora/$releasever/en/$basearch/dag http://dag.atrpms.net/fedora/$releasever/en/$basearch/dag/ http://ftp.heanet.ie/pub/freshrpms/pub/dag/fedora/$releasever/en/$basearch/d... ##gpgcheck=1
[dries] name=Dries APT/YUM Repository baseurl=http://dries.studentenweb.org/yum/fedora/linux/$releasever/$basearch/dries ##gpgcheck=1
#[spc-production] #name=Subpop.net (Production) #baseurl=http://rpms.subpop.net/fedora/linux/$releasever/$basearch/production #gpgcheck=1
[newrpms] name=NewRPMs baseurl=http://newrpms.sunsite.dk/apt/redhat/en/$basearch/fc$releasever http://newrpms.atrpms.net/apt/redhat/en/$basearch/fc$releasever ##gpgcheck=1
##gpgcheck=1
#[atrpms-bleeding]
#name=ATrpms - Bleeding (Least Stable) #baseurl=http://apt.atrpms.net/fedora/$releasever/en/$basearch/at-bleeding # http://ftp-stud.fht-esslingen.de/atrpms/download.atrpms.net/fedora/$releasev... # http://wftp.tu-chemnitz.de/pub/linux/ATrpms/fedora/$releasever/en/$basearch/... ##gpgcheck=1
######################## ## Didier's E17 rpms ## ########################
[Didier] name=Didier's yum repository for e17 apps/lib baseurl=http://sps.nus.edu.sg/~didierbe/fedora/2/en/i386
################### ## Miscellaneous ## ###################
[macromedia.mplug.org] name=macromedia.mplug.org - Flash Plugin baseurl=http://macromedia.mplug.org/apt/fedora/$releasever http://sluglug.ucsc.edu/macromedia/apt/fedora/$releasever http://ruslug.rutgers.edu/macromedia/apt/fedora/$releasever http://macromedia.rediris.es/apt/fedora/$releasever #gpgcheck=1
Mustafa Orkun moblinux@myrealbox.com wrote:
well,i don't have the dries.repo file there.i only have fedora-devel.repo fedora.repo fedora-updates.repo fedora-updates-testing.repo in /etc/yum.repo.d/
my yum.conf file (which i get from a friend) already has Dries' repo.here is my yum.conf:
################## ## Basic Fedora ## ##################
This is the same as fedora.repo because "[base]" is common label.
[base] name=Fedora Core $releasever - $basearch - Base baseurl=http://mirror.hiwaay.net/redhat/fedora/linux/core/$releasever/$basearch/os http://rpmfind.net/linux/fedora/core/$releasever/$basearch/os http://mirror.clarkson.edu/pub/distributions/fedora/linux/core/$releasever/$... http://mirrors.usc.edu/pub/linux/fedora/fedora/fedora/$releasever/$basearch/... # http://fedora.redhat.com/releases/fedora-core-$releasever #gpgcheck=1
"[updates-released]" is duplicated in fedora-updates.repo.
[updates-released] name=Fedora Core $releasever - $basearch - Released Updates baseurl=http://rpmfind.net/linux/fedora/core/updates/$releasever/$basearch http://mirror.clarkson.edu/pub/distributions/fedora/linux/core/updates/$rele... http://mirrors.usc.edu/pub/linux/fedora/fedora/fedora/$releasever/$basearch/... # http://fedora.redhat.com/updates/released/fedora-core-$releasever #gpgcheck=1
You have duplicated all the repos in yum.conf and /etc/yum.repos.d/. There is no point in having both. Either comment out all the repos in yum.conf or disable all the files in /etc/yum.repos.d/.
Kam Leo yazmış:
You have duplicated all the repos in yum.conf and /etc/yum.repos.d/. There is no point in having both. Either comment out all the repos in yum.conf or disable all the files in /etc/yum.repos.d/.
i have disabled the duplicated once in yum.conf (i think so) but again the same error:
[root@localhost ~]# yum check-update Setting up Repo: dries Cannot open/read repomd.xml file for repository: dries failure: repodata/repomd.xml from dries: [Errno 256] No more mirrors to try.
here is my new yum.conf:
# This is a yum.conf for Fedora Core. # It uses Fedora mirrors to make things faster, # since the main Red Hat Fedora site is pretty slow. # # Also, if you look down in the "Alternate Repositories" # section, you'll notice some commented-out repositories. # If you want to use them, uncomment them. # # Author: Maxwell Kanat-Alexander (max at fedorafaq dot org) # Date: 30 July 2004 # # Original at http://www.fedorafaq.org/#yumconf # # Changes # ------- # 30 July 2004 # + Fixed a problem with the livna-testing mirror. # 29 May 2004 # + Tested commented-out parts: all work except subpop.net # + Livna and NewRPMs mirrors! # 22 May 2004 # + Incorporated Darrenn's fixes for Fedora Core 2! # + Commented-out parts may still not work properly # 29 Feb 2004 # + Updated a lot of mirrors, for speed # + Fixed one ATrpms mirror # + Added Dries and spc, two more FreshRPMs-compatible repos # 9 Jan 2004 # + Updated ATrpms for their new directory structure. # 31 Dec 2003 # + Added JPackage, commented out # + Standard Red Hat Fedora Core sites commented-out by default # + Removed dulug from debug, since it doesn't have debug # 29 Dec 2003 # + Added mirrors for the flash-plugin, since some go down. # + Added base-debuginfo, commented out
[main] cachedir=/var/cache/yum debuglevel=2 logfile=/var/log/yum.log pkgpolicy=newest distroverpkg=fedora-release tolerant=1 exactarch=0 # Added this because some mirrors go down and then retying takes forever. retries=1
################### ## Fedora Extras ##
################### #[fedora-stable-pending] #name=Pending Fedora Linux (stable) for Fedora Core $releasever #baseurl=http://download.fedora.us/pending/fedora/$releasever/$basearch/yum/stable/ #gpgcheck=1 #[fedora-testing-pending] #name=Pending Fedora Linux (testing) for Fedora Core $releasever #baseurl=http://download.fedora.us/pending/fedora/$releasever/$basearch/yum/testing/ #gpgcheck=1 #[fedora-unstable-pending] #name=Pending Fedora Linux (unstable) for Fedora Core $releasever #baseurl=http://download.fedora.us/pending/fedora/$releasever/$basearch/yum/unstable/ #gpgcheck=1 #gpgcheck=1
############### ## Livna.org ## ###############
#[livna-stable] #name=Livna.org - Fedora Compatible Packages (stable) #baseurl=http://rpm.livna.org/fedora/$releasever/$basearch/yum/stable #gpgcheck=1
#[livna-unstable] #name=Livna.org - Fedora Compatible Packages (unstable) #baseurl=http://rpm.livna.org/fedora/$releasever/$basearch/yum/unstable #gpgcheck=1
#[livna-testing] #name=Livna.org - Fedora Compatible Packages (testing) #baseurl=http://rpm.livna.org/fedora/$releasever/$basearch/yum/testing # http://livna.cat.pdx.edu/fedora/$releasever/$basearch/yum/testing #gpgcheck=1
############ # Jpackage # ############
# JPackage is a GREAT repository for Java Software. # However, you may have to compile some SRPMs to use it, # so it's commented out by default. See # http://prdownloads.sourceforge.net/jpackage/direct_download/1.5/generic/SRPMS.non-free # For the SRPMs, and http://www.jpackage.org for the general details. # # Note: JPackage IS compatible with the fedora.us repositories. # You can use JPackage and fedora.us at the same time, without # any trouble.
#[jpackage-generic] #name=JPackage Cross-Platform Packages #baseurl=http://aleron.dl.sourceforge.net/sourceforge/jpackage/direct_download/1.5/ge... # http://heanet.dl.sourceforge.net/sourceforge/jpackage/direct_download/1.5/ge... # http://umn.dl.sourceforge.net/sourceforge/jpackage/direct_download/1.5/gener... #failovermethod=priority ##gpgcheck=1
#[jpackage-fedora] #name=JPackage Fedora Packages #baseurl=http://aleron.dl.sourceforge.net/sourceforge/jpackage/direct_download/1.5/fe... # http://heanet.dl.sourceforge.net/sourceforge/jpackage/direct_download/1.5/fe... # http://umn.dl.sourceforge.net/sourceforge/jpackage/direct_download/1.5/fedor... #failovermethod=priority ##gpgcheck=1
############################ ## Alternate Repositories ## ############################
# Uncomment these to use them -- note that some packages # from these repositories may conflict with the fedora.us # packages. If you use these repositories, you may wish to # comment-out the fedora.us and livna.org repositories.
#[freshrpms] #name=FreshRPMs #baseurl=http://ayo.freshrpms.net/fedora/linux/$releasever/$basearch/freshrpms/ ##gpgcheck=1
#[dag] #name=Dag APT Repository #baseurl=http://dag.freshrpms.net/fedora/$releasever/en/$basearch/dag ##gpgcheck=1
[dries] name=Dries APT/YUM Repository baseurl=http://dries.studentenweb.org/yum/fedora/linux/$releasever/$basearch/dries ##gpgcheck=1
#[spc-production] #name=Subpop.net (Production) #baseurl=http://rpms.subpop.net/fedora/linux/$releasever/$basearch/production #gpgcheck=1
#[newrpms] #name=NewRPMs #baseurl=http://newrpms.sunsite.dk/apt/redhat/en/$basearch/fc$releasever # http://newrpms.atrpms.net/apt/redhat/en/$basearch/fc$releasever ##gpgcheck=1
##gpgcheck=1
#[atrpms-bleeding]
#name=ATrpms - Bleeding (Least Stable) #baseurl=http://apt.atrpms.net/fedora/$releasever/en/$basearch/at-bleeding # http://ftp-stud.fht-esslingen.de/atrpms/download.atrpms.net/fedora/$releasev... # http://wftp.tu-chemnitz.de/pub/linux/ATrpms/fedora/$releasever/en/$basearch/... ##gpgcheck=1
######################## ## Didier's E17 rpms ## ########################
[Didier] name=Didier's yum repository for e17 apps/lib baseurl=http://sps.nus.edu.sg/~didierbe/fedora/2/en/i386
################### ## Miscellaneous ## ###################
[macromedia.mplug.org] name=macromedia.mplug.org - Flash Plugin baseurl=http://macromedia.mplug.org/apt/fedora/$releasever http://sluglug.ucsc.edu/macromedia/apt/fedora/$releasever http://ruslug.rutgers.edu/macromedia/apt/fedora/$releasever http://macromedia.rediris.es/apt/fedora/$releasever #gpgcheck=1
On Sun, 2005-01-02 at 13:52 +0200, Mustafa Orkun wrote: ...
here is my new yum.conf:
# This is a yum.conf for Fedora Core.
...
[dries] name=Dries APT/YUM Repository baseurl=http://dries.studentenweb.org/yum/fedora/linux/$releasever/$basearch/dries ##gpgcheck=1
...
The repodata metadata for Dries is down one more level, Here's my /etc/yum.repos.d/dries.repo:
[dries] name=Dries repository for Fedora Core $releasever baseurl=http://apt.sw.be/dries/fedora/linux/$releasever/$basearch/dries/RPMS/ http://dries.studentenweb.org/yum/fedora/linux/$releasever/$basearch/dries/R... failovermethod=priority enabled=1 gpgcheck=1
I'd empty out the yum.conf entries and use only /etc/yum.repos.d/ files, but either approach should work as long as conflicting entries are not in both places. May also want to enable gpgcheck and grap Dries key using:
# rpm --import http://dries.ulyssis.org/ayo/RPM-GPG-KEY.dries.txt
[A google on "reponame gpg" will usually turn up reponame's GPG key.]
Phil
Phil Schaffner yazmış:
On Sun, 2005-01-02 at 13:52 +0200, Mustafa Orkun wrote: ....
here is my new yum.conf:
# This is a yum.conf for Fedora Core.
....
[dries] name=Dries APT/YUM Repository baseurl=http://dries.studentenweb.org/yum/fedora/linux/$releasever/$basearch/dries ##gpgcheck=1
....
The repodata metadata for Dries is down one more level, Here's my /etc/yum.repos.d/dries.repo:
[dries] name=Dries repository for Fedora Core $releasever baseurl=http://apt.sw.be/dries/fedora/linux/$releasever/$basearch/dries/RPMS/ http://dries.studentenweb.org/yum/fedora/linux/$releasever/$basearch/dries/R... failovermethod=priority enabled=1 gpgcheck=1
I'd empty out the yum.conf entries and use only /etc/yum.repos.d/ files, but either approach should work as long as conflicting entries are not in both places. May also want to enable gpgcheck and grap Dries key using:
# rpm --import http://dries.ulyssis.org/ayo/RPM-GPG-KEY.dries.txt
[A google on "reponame gpg" will usually turn up reponame's GPG key.]
Phil
well,thanks.by emptying yum.conf file and adding dries.repo under /etc/yum.repos.d worked. but i want to use Didier's repo of enlightenment 17. neither adding to yum.conf nor creating a repo file for it worked. i get:
[root@localhost ~]# yum check-update Setting up Repo: dries repomd.xml 100% |=========================| 951 B 00:00 Setting up Repo: Didier Cannot open/read repomd.xml file for repository: Didier failure: repodata/repomd.xml from Didier: [Errno 256] No more mirrors to try.
can you or can anybody help with this one?
On Sun, 2005-01-02 at 14:56 +0200, Mustafa Orkun wrote:
...
well,thanks.by emptying yum.conf file and adding dries.repo under /etc/yum.repos.d worked. but i want to use Didier's repo of enlightenment 17. neither adding to yum.conf nor creating a repo file for it worked. i get:
[root@localhost ~]# yum check-update Setting up Repo: dries repomd.xml 100% |=========================| 951 B 00:00 Setting up Repo: Didier Cannot open/read repomd.xml file for repository: Didier failure: repodata/repomd.xml from Didier: [Errno 256] No more mirrors to try.
can you or can anybody help with this one?
[prs@tabb1 ~]$ lftp http://sps.nus.edu.sg/~didierbe/fedora/2/en/i386 cd ok, cwd=~didierbe/fedora/2/en/i386 lftp sps.nus.edu.sg:~didierbe/fedora/2/en/i386> dir drwxr-xr-x - 2004-12-05 15:29 .. drwxr-xr-x - 2004-12-05 15:30 RPMS.e17 drwxr-xr-x - 2004-12-05 15:30 RPMS.os drwxr-xr-x - 2004-12-05 15:30 RPMS.updates drwxr-xr-x - 2004-12-05 15:30 base drwxr-xr-x - 2004-12-05 15:30 headers lftp sps.nus.edu.sg:~didierbe/fedora/2/en/i386> cd ../../.. cd ok, cwd=~didierbe/fedora lftp sps.nus.edu.sg:~didierbe/fedora> dir drwxr-xr-x - 2005-01-01 15:38 .. drwxr-xr-x - 2004-12-05 15:29 1 drwxr-xr-x - 2004-12-05 15:29 2 lftp sps.nus.edu.sg:~didierbe/fedora> exit
From earlier traffic in this thread looks like you're using FC3. That
repo only seems to have 1 and 2 [no 3 directory or new-yum-style repodata metadata directory] so no, can't help there. You could try manually downloading/installing RPMS and possibly creating a local repo so yum can see them. Would suggest rebuilding from SRPMS, but there don't seem to be any.
Phil
Phil Schaffner yazmış:
On Sun, 2005-01-02 at 14:56 +0200, Mustafa Orkun wrote:
....
well,thanks.by emptying yum.conf file and adding dries.repo under /etc/yum.repos.d worked. but i want to use Didier's repo of enlightenment 17. neither adding to yum.conf nor creating a repo file for it worked. i get:
[root@localhost ~]# yum check-update Setting up Repo: dries repomd.xml 100% |=========================| 951 B 00:00 Setting up Repo: Didier Cannot open/read repomd.xml file for repository: Didier failure: repodata/repomd.xml from Didier: [Errno 256] No more mirrors to try.
can you or can anybody help with this one?
[prs@tabb1 ~]$ lftp http://sps.nus.edu.sg/~didierbe/fedora/2/en/i386 cd ok, cwd=~didierbe/fedora/2/en/i386 lftp sps.nus.edu.sg:~didierbe/fedora/2/en/i386> dir drwxr-xr-x - 2004-12-05 15:29 .. drwxr-xr-x - 2004-12-05 15:30 RPMS.e17 drwxr-xr-x - 2004-12-05 15:30 RPMS.os drwxr-xr-x - 2004-12-05 15:30 RPMS.updates drwxr-xr-x - 2004-12-05 15:30 base drwxr-xr-x - 2004-12-05 15:30 headers lftp sps.nus.edu.sg:~didierbe/fedora/2/en/i386> cd ../../.. cd ok, cwd=~didierbe/fedora lftp sps.nus.edu.sg:~didierbe/fedora> dir drwxr-xr-x - 2005-01-01 15:38 .. drwxr-xr-x - 2004-12-05 15:29 1 drwxr-xr-x - 2004-12-05 15:29 2 lftp sps.nus.edu.sg:~didierbe/fedora> exit
From earlier traffic in this thread looks like you're using FC3. That
repo only seems to have 1 and 2 [no 3 directory or new-yum-style repodata metadata directory] so no, can't help there. You could try manually downloading/installing RPMS and possibly creating a local repo so yum can see them. Would suggest rebuilding from SRPMS, but there don't seem to be any.
Phil
thanks all,you've enlightened me :)
Phil Schaffner yazmış:
On Sun, 2005-01-02 at 13:52 +0200, Mustafa Orkun wrote: ....
here is my new yum.conf:
# This is a yum.conf for Fedora Core.
....
[dries] name=Dries APT/YUM Repository baseurl=http://dries.studentenweb.org/yum/fedora/linux/$releasever/$basearch/dries ##gpgcheck=1
....
The repodata metadata for Dries is down one more level, Here's my /etc/yum.repos.d/dries.repo:
[dries] name=Dries repository for Fedora Core $releasever baseurl=http://apt.sw.be/dries/fedora/linux/$releasever/$basearch/dries/RPMS/ http://dries.studentenweb.org/yum/fedora/linux/$releasever/$basearch/dries/R... failovermethod=priority enabled=1 gpgcheck=1
I'd empty out the yum.conf entries and use only /etc/yum.repos.d/ files, but either approach should work as long as conflicting entries are not in both places. May also want to enable gpgcheck and grap Dries key using:
# rpm --import http://dries.ulyssis.org/ayo/RPM-GPG-KEY.dries.txt
[A google on "reponame gpg" will usually turn up reponame's GPG key.]
Phil
sorry i forgot: didiers.repo:
[Didier] name=Didier's yum repository for e17 apps/lib baseurl=http://sps.nus.edu.sg/~didierbe/fedora/2/en/i386 enabled=1 gpgcheck=1
Am So, den 02.01.2005 schrieb Mustafa Orkun um 13:58:
sorry i forgot: didiers.repo:
[Didier] name=Didier's yum repository for e17 apps/lib baseurl=http://sps.nus.edu.sg/~didierbe/fedora/2/en/i386 enabled=1 gpgcheck=1
Obvious that this repository is not compatible with the new yum repository format using the metadata.
Alexander
On Sun, 2005-01-02 at 13:52 +0200, Mustafa Orkun wrote:
i have disabled the duplicated once in yum.conf (i think so) but again the same error:
[root@localhost ~]# yum check-update Setting up Repo: dries Cannot open/read repomd.xml file for repository: dries failure: repodata/repomd.xml from dries: [Errno 256] No more mirrors to try.
You're using the yum.conf for FC2. Get the new yum.conf for FC3 from fedorafaq.org.
-Max
Kam Leo yazmış:
Then Dries' repo must be defined in /etc/yum.conf. Verify either the URLs in yum.conf are vaiid or that the repos are disabled.
my yum.conf file (which i get from a friend) already has Dries' repo.here is my yum.conf:
# This is a yum.conf for Fedora Core. # It uses Fedora mirrors to make things faster, # since the main Red Hat Fedora site is pretty slow. # # Also, if you look down in the "Alternate Repositories" # section, you'll notice some commented-out repositories. # If you want to use them, uncomment them. # # Author: Maxwell Kanat-Alexander (max at fedorafaq dot org) # Date: 30 July 2004 # # Original at http://www.fedorafaq.org/#yumconf # # Changes # ------- # 30 July 2004 # + Fixed a problem with the livna-testing mirror. # 29 May 2004 # + Tested commented-out parts: all work except subpop.net # + Livna and NewRPMs mirrors! # 22 May 2004 # + Incorporated Darrenn's fixes for Fedora Core 2! # + Commented-out parts may still not work properly # 29 Feb 2004 # + Updated a lot of mirrors, for speed # + Fixed one ATrpms mirror # + Added Dries and spc, two more FreshRPMs-compatible repos # 9 Jan 2004 # + Updated ATrpms for their new directory structure. # 31 Dec 2003 # + Added JPackage, commented out # + Standard Red Hat Fedora Core sites commented-out by default # + Removed dulug from debug, since it doesn't have debug # 29 Dec 2003 # + Added mirrors for the flash-plugin, since some go down. # + Added base-debuginfo, commented out
[main] cachedir=/var/cache/yum debuglevel=2 logfile=/var/log/yum.log pkgpolicy=newest distroverpkg=fedora-release tolerant=1 exactarch=0 # Added this because some mirrors go down and then retying takes forever. retries=1
################## ## Basic Fedora ## ##################
[base] name=Fedora Core $releasever - $basearch - Base
baseurl=http://mirror.hiwaay.net/redhat/fedora/linux/core/$releasever/$basearch/os
http://rpmfind.net/linux/fedora/core/$releasever/$basearch/os
http://mirror.clarkson.edu/pub/distributions/fedora/linux/core/$releasever/$...
http://mirrors.usc.edu/pub/linux/fedora/fedora/fedora/$releasever/$basearch/...
# http://fedora.redhat.com/releases/fedora-core-$releasever #gpgcheck=1
#[base-debuginfo] #name=Fedora Core $releasever - $basearch - Debug Info
#baseurl=http://speakeasy.rpmfind.net/linux/fedora/core/$releasever/$basearch/debug
#
http://distro.ibiblio.org/pub/linux/distributions/fedora/linux/core/$release...
#
http://mirror.clarkson.edu/pub/distributions/fedora/linux/core/$releasever/$...
#
http://gulus.usherbrooke.ca/pub/distro/fedora/linux/core/$releasever/$basear...
##gpgcheck=1
[updates-released] name=Fedora Core $releasever - $basearch - Released Updates
baseurl=http://rpmfind.net/linux/fedora/core/updates/$releasever/$basearch
http://mirror.clarkson.edu/pub/distributions/fedora/linux/core/updates/$rele...
http://mirrors.usc.edu/pub/linux/fedora/fedora/fedora/$releasever/$basearch/...
# http://fedora.redhat.com/updates/released/fedora-core-$releasever #gpgcheck=1
#[updates-testing] #name=Fedora Core $releasever - $basearch - Unreleased Updates
#baseurl=http://mirrors.usc.edu/pub/linux/fedora/fedora/fedora/$releasever/$basearch/...
#
http://distro.ibiblio.org/pub/linux/distributions/fedora/linux/core/updates/...
#
http://mirror.clarkson.edu/pub/distributions/fedora/linux/core/updates/testi...
#
http://gulus.usherbrooke.ca/pub/distro/fedora/linux/core/updates/testing/$re...
## http://fedora.redhat.com/updates/testing/fedora-core-$releasever ##gpgcheck=1
################### ## Fedora Extras ##
################### #[fedora-stable-pending] #name=Pending Fedora Linux (stable) for Fedora Core $releasever
#baseurl=http://download.fedora.us/pending/fedora/$releasever/$basearch/yum/stable/
#gpgcheck=1 #[fedora-testing-pending] #name=Pending Fedora Linux (testing) for Fedora Core $releasever
#baseurl=http://download.fedora.us/pending/fedora/$releasever/$basearch/yum/testing/
#gpgcheck=1 #[fedora-unstable-pending] #name=Pending Fedora Linux (unstable) for Fedora Core $releasever
#baseurl=http://download.fedora.us/pending/fedora/$releasever/$basearch/yum/unstable/
#gpgcheck=1 #gpgcheck=1
############### ## Livna.org ## ###############
[livna-stable] name=Livna.org - Fedora Compatible Packages (stable) baseurl=http://rpm.livna.org/fedora/$releasever/$basearch/yum/stable http://livna.cat.pdx.edu/fedora/$releasever/$basearch/yum/stable #gpgcheck=1
[livna-unstable] name=Livna.org - Fedora Compatible Packages (unstable) baseurl=http://rpm.livna.org/fedora/$releasever/$basearch/yum/unstable http://livna.cat.pdx.edu/fedora/$releasever/$basearch/yum/unstable #gpgcheck=1
[livna-testing] name=Livna.org - Fedora Compatible Packages (testing) baseurl=http://rpm.livna.org/fedora/$releasever/$basearch/yum/testing http://livna.cat.pdx.edu/fedora/$releasever/$basearch/yum/testing #gpgcheck=1
############ # Jpackage # ############
# JPackage is a GREAT repository for Java Software. # However, you may have to compile some SRPMs to use it, # so it's commented out by default. See #
http://prdownloads.sourceforge.net/jpackage/direct_download/1.5/generic/SRPMS.non-free # For the SRPMs, and http://www.jpackage.org for the general details.
# # Note: JPackage IS compatible with the fedora.us repositories. # You can use JPackage and fedora.us at the same time, without # any
trouble.
#[jpackage-generic] #name=JPackage Cross-Platform Packages
#baseurl=http://aleron.dl.sourceforge.net/sourceforge/jpackage/direct_download/1.5/ge...
#
http://heanet.dl.sourceforge.net/sourceforge/jpackage/direct_download/1.5/ge...
#
http://umn.dl.sourceforge.net/sourceforge/jpackage/direct_download/1.5/gener...
#failovermethod=priority ##gpgcheck=1
#[jpackage-fedora] #name=JPackage Fedora Packages
#baseurl=http://aleron.dl.sourceforge.net/sourceforge/jpackage/direct_download/1.5/fe...
#
http://heanet.dl.sourceforge.net/sourceforge/jpackage/direct_download/1.5/fe...
#
http://umn.dl.sourceforge.net/sourceforge/jpackage/direct_download/1.5/fedor...
#failovermethod=priority ##gpgcheck=1
############################ ## Alternate Repositories ## ############################
# Uncomment these to use them -- note that some packages # from these repositories may conflict with the fedora.us # packages. If you use these repositories, you may wish to #
comment-out the fedora.us and livna.org repositories.
[freshrpms] name=FreshRPMs
baseurl=http://ayo.freshrpms.net/fedora/linux/$releasever/$basearch/freshrpms/
##gpgcheck=1
[dag] name=Dag APT Repository baseurl=http://dag.freshrpms.net/fedora/$releasever/en/$basearch/dag http://dag.atrpms.net/fedora/$releasever/en/$basearch/dag/
http://ftp.heanet.ie/pub/freshrpms/pub/dag/fedora/$releasever/en/$basearch/d...
##gpgcheck=1
[dries] name=Dries APT/YUM Repository
baseurl=http://dries.studentenweb.org/yum/fedora/linux/$releasever/$basearch/dries
##gpgcheck=1
#[spc-production] #name=Subpop.net (Production)
#baseurl=http://rpms.subpop.net/fedora/linux/$releasever/$basearch/production
#gpgcheck=1
[newrpms] name=NewRPMs baseurl=http://newrpms.sunsite.dk/apt/redhat/en/$basearch/fc$releasever http://newrpms.atrpms.net/apt/redhat/en/$basearch/fc$releasever ##gpgcheck=1
##gpgcheck=1
#[atrpms-bleeding]
#name=ATrpms - Bleeding (Least Stable)
#baseurl=http://apt.atrpms.net/fedora/$releasever/en/$basearch/at-bleeding
#
http://ftp-stud.fht-esslingen.de/atrpms/download.atrpms.net/fedora/$releasev...
#
http://wftp.tu-chemnitz.de/pub/linux/ATrpms/fedora/$releasever/en/$basearch/...
##gpgcheck=1
######################## ## Didier's E17 rpms ## ########################
[Didier] name=Didier's yum repository for e17 apps/lib baseurl=http://sps.nus.edu.sg/~didierbe/fedora/2/en/i386
################### ## Miscellaneous ## ###################
[macromedia.mplug.org] name=macromedia.mplug.org - Flash Plugin baseurl=http://macromedia.mplug.org/apt/fedora/$releasever http://sluglug.ucsc.edu/macromedia/apt/fedora/$releasever http://ruslug.rutgers.edu/macromedia/apt/fedora/$releasever http://macromedia.rediris.es/apt/fedora/$releasever #gpgcheck=1