Results 1 to 10 of 13
Hi Frnds
I installed Fedora12 and tried to update through yum but it shows the following error so frnds help me form that
[root@EMARALD isnht]# yum info vlc
Loaded plugins: ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-30-2010 #1Linux Newbie
- Join Date
- Aug 2008
- Posts
- 114
YUM not Working in Fedora 12
Hi Frnds
I installed Fedora12 and tried to update through yum but it shows the following error so frnds help me form that
[root@EMARALD isnht]# yum info vlc
Loaded plugins: presto, refresh-packagekit
http://download.fedora.redhat.com/pu...ta/repomd.xml: [Errno 14] PYCURL ERROR 6 - ""
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: fedora. Please verify its path and try again
Thanks in Advance
- 01-30-2010 #2
You must be connected to the internet for this to work, were you connected at the time?
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
I'd rather be lost at the lake than found at home.
- 01-30-2010 #3
If you are connected, then try this. It usually does it for me:
Code:rm -f /var/lib/rpm/__db* rpm –rebuilddb yum clean all
- 01-30-2010 #4Linux Newbie
- Join Date
- Aug 2008
- Posts
- 114
Hi scathefire
Am connected to internet and i had done the thing u said but same problem as before.
- 01-30-2010 #5
Have you already enabled the Fedora repos?
Post the output ofCode:ls /etc/yum.repos.d
Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 01-30-2010 #6
you could always try running yum with the --skip-broken option and see what happens.
- 01-30-2010 #7Linux Newbie
- Join Date
- Aug 2008
- Posts
- 114
[root@EMARALD yum.repos.d]# ls
fedora-rawhide.repo
rpmfusion-free.repo
fedora.repo
rpmfusion-free-updates.repo
fedora-updates.repo
rpmfusion-free-updates-testing.repo
fedora-updates-testing.repo
rpmfusion-nonfree-rawhide.repo
livna.repo
rpmfusion-nonfree.repo
pbone.repo
rpmfusion-nonfree-updates.repo
rpmfusion-free-rawhide.repo
rpmfusion-nonfree-updates-testing.repo
- 01-30-2010 #8
cannot retrieve repository metadata problem - FedoraForum.org
That original link you posted for the repo returned a 404, so its broken. You may have to tweak your repos to get it to work.
- 01-30-2010 #9Linux Newbie
- Join Date
- Aug 2008
- Posts
- 114
Dear scathefire,
Thats True but you tried the below link
http://download.fedora.redhat.com/pub/fedora/linux/releases/12/Everything/x86_64/os/repodata/repomd.xml:
But I never mentioned the above line anywhere the line in /etc/yum.repos.d/fedora.repo is like this
[fedora]
name=Fedora $releasever - $basearch
failovermethod=priority
baseurl=http://download.fedora.redhat.com/pub/fedora/linux/releases/12/Everything/x86_64/os/
#mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-12&arch=x86_64
enabled=1
metadata_expire=7d
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch
[fedora-debuginfo]
name=Fedora $releasever - $basearch - Debug
failovermethod=priority
baseurl=http://download.fedora.redhat.com/pub/fedora/linux/releases/12/Everything/i386/os/
#mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-12&arch=i386
enabled=0
metadata_expire=7d
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch
[fedora-source]
name=Fedora $releasever - Source
failovermethod=priority
baseurl=http://download.fedora.redhat.com/pub/fedora/linux/releases/12/Everything/i386/os/
#mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-12&arch=i386
enabled=0
metadata_expire=7d
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch
So please find my error and help me out
awaiting for response.
- 01-30-2010 #10
so if you comment out the baseurl and roll with the mirrorlist what happens?



