On Wed, 15 Dec 2004, Duncan Lithgow wrote: > I'm getting the output below from yum, being new to this it doesn't make sense > to me - otherwise I'd try and look it up. Could someone explain what this > message means? If you want to help me fix it that'd be a bonus. > > [root@3e6b3480 dulithgow]# yum list > Repository updates-released already added, not adding again > Repository base already added, not adding again You probably have [updates-released] & [base] specified in /etc/yum.conf - hence its a duplicate (the other occurances are in /etc/yum.repo.d/fedora.repo & fedora-updates.repo) To fix - remove the duplicate entries from /etc/yum.conf > Setting up Repo: livna-stable > Cannot open/read repomd.xml file for repository: livna-stable > failure: repodata/repomd.xml from livna-stable: [Errno 256] No more mirrors to the 'baseurl' for '[livna-stable]' entry must be wrong. Check it out in a web-broswer - and verify if its valid. Satish