LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 05-25-2008, 03:02 PM   #1
mbvpixies78
Member
 
Registered: Nov 2007
Location: Vietnam
Distribution: CentOS
Posts: 181
Blog Entries: 3

Rep: Reputation: 16
yum update asking for mirror-- how to set in Fedora 9?


yum update
Loaded plugins: refresh-packagekit
http://dl.atrpms.net/fc9.90-x86_64/a...ta/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: atrpms. Please verify its path and try again

How do I set a mirror for rpm downloads in Fedora 9?
 
Old 05-25-2008, 04:59 PM   #2
lazlow
Senior Member
 
Registered: Jan 2006
Posts: 4,363

Rep: Reputation: 172Reputation: 172
1st be extremely careful using Atrpms repo. They have a long history of replacing core components of Fedora with ones that are NOT compatible with any other repo, including Fedora proper.

2nd. You are trying to us the repo for F10. On Fedora the X.9 is the beta(or earlier) of X+1.


Here are the instructions for Atrpms setup:

 
Old 05-25-2008, 07:22 PM   #3
mbvpixies78
Member
 
Registered: Nov 2007
Location: Vietnam
Distribution: CentOS
Posts: 181

Original Poster
Blog Entries: 3

Rep: Reputation: 16
Quote:
Originally Posted by lazlow View Post
1st be extremely careful using Atrpms repo. They have a long history of replacing core components of Fedora with ones that are NOT compatible with any other repo, including Fedora proper.

2nd. You are trying to us the repo for F10. On Fedora the X.9 is the beta(or earlier) of X+1.


Here are the instructions for Atrpms setup:
Ok, forget Atrpms then, thanks. One other repository is having issues, livna.

[code]Cannot retrieve repository metadata (repomd.xml) for repository: livna. Please verify its path and try again/[code]

How do I verify its path exactly?
 
Old 05-25-2008, 08:42 PM   #4
lazlow
Senior Member
 
Registered: Jan 2006
Posts: 4,363

Rep: Reputation: 172Reputation: 172
Post your livna.repo file from /etc/yum.repos.d/.

Also post your /etc/redhat-release
 
Old 05-26-2008, 02:17 AM   #5
mbvpixies78
Member
 
Registered: Nov 2007
Location: Vietnam
Distribution: CentOS
Posts: 181

Original Poster
Blog Entries: 3

Rep: Reputation: 16
Quote:
Originally Posted by lazlow View Post
Post your livna.repo file from /etc/yum.repos.d/.

Also post your /etc/redhat-release
There's an etc/redhat-lsb with but no /etc/redhat-release

Also, when I go to add software, it tries to refresh the software list and then tells me there's a problem connecting to a software source (details speak of livna) and fails to load ANY software choices, for any of the categories (!) It does the same for the freshrpms and updates-debuginfo packages sequentially if I uncheck livna and then freshrpms in the software package sources window, again never showing any installable packages.

livna.repo:
Code:
name=Livna for Fedora Core 9.90 - x86_64 - Base
baseurl=
	http://rpm.livna.org/fedora/9.90/x86_64/
	http://livna.cat.pdx.edu/fedora/9.90/x86_64/
	http://wftp.tu-chemnitz.de/pub/linux/livna/fedora/9.90/x86_64/
	http://ftp-stud.fht-esslingen.de/pub/Mirrors/rpm.livna.org/fedora/9.90/x86_64/
	http://mirror.atrpms.net/livna/fedora/9.90/x86_64/
	ftp://mirrors.tummy.com/pub/rpm.livna.org/fedora/9.90/x86_64/
failovermethod=priority
#mirrorlist=http://rpm.livna.org/mirrorlist-7
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-livna

[livna-debuginfo]
name=Livna for Fedora Core 9.90 - x86_64 - Debug
baseur
	http://rpm.livna.org/fedora/9.90/x86_64/debug/
	http://livna.cat.pdx.edu/fedora/9.90/x86_64/debug/
	http://wftp.tu-chemnitz.de/pub/linux/livna/fedora/9.90/x86_64/debug/
	http://ftp-stud.fht-esslingen.de/pub/Mirrors/rpm.livna.org/fedora/9.90/x86_64/debug/
	http://mirror.atrpms.net/livna/fedora/9.90/x86_64/debug/
	ftp://mirrors.tummy.com/pub/rpm.livna.org/fedora/9.90/x86_64/debug/
failovermethod=priority
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-livna
gpgcheck=1

[livna-source]
name=Livna for Fedora Core 9.90 - x86_64 - Source
baseurl=
	http://rpm.livna.org/fedora/9.90/SRPMS/
	http://livna.cat.pdx.edu/fedora/9.90/SRPMS/
	http://wftp.tu-chemnitz.de/pub/linux/livna/fedora/9.90/SRPMS/
	http://ftp-stud.fht-esslingen.de/pub/Mirrors/rpm.livna.org/fedora/9.90/SRPMS/
	http://mirror.atrpms.net/livna/fedora/9.90/SRPMS/
	ftp://mirrors.tummy.com/pub/rpm.livna.org/fedora/9.90/SRPMS/
failovermethod=priority
enabled=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-livna
gpgcheck=1

Last edited by mbvpixies78; 05-26-2008 at 02:32 AM.
 
Old 05-26-2008, 02:36 AM   #6
lazlow
Senior Member
 
Registered: Jan 2006
Posts: 4,363

Rep: Reputation: 172Reputation: 172
Ok, I suspect that you have a half breed system. You definitely have the F10 Livna repo set to active. The question is, how much of the F9 stuff has been replaced by the F10 stuff? I would definitely consider doing a fresh install.

The F9 setup for Livna is here:

There being no /etc/redhat-release would make me suspect that you have replaced a significant amount of F9 with F10 stuff.
 
Old 05-26-2008, 02:38 AM   #7
mbvpixies78
Member
 
Registered: Nov 2007
Location: Vietnam
Distribution: CentOS
Posts: 181

Original Poster
Blog Entries: 3

Rep: Reputation: 16
I uncheck all but a couple of the most basic package sources and finally get some items in the right window to appear, but when I try to install them, it says

Code:
Cannot retrieve repository metadata (repomd.xml) for repository: updates. Please verify its path and try again
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't update with yum on Fedora Core 5 tron_thomas Linux - Software 8 07-11-2007 11:33 PM
Problem with "yum update" and the macromedia mirror Iltbreg Fedora 5 08-04-2006 08:57 PM
Fedora Yum update problem klnasveschuk Fedora 3 10-11-2005 06:26 AM
Setting up YUM to update from local mirror klnasveschuk Fedora 3 04-21-2005 07:11 AM
Fast Yum Mirror Settings For Yum ( RH9 ) fortezza Red Hat 1 06-11-2004 04:24 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 12:02 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration