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
Welcome to
LinuxQuestions.org , a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free.
Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please
contact us . If you need to reset your password,
click here .
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
10-17-2008, 02:03 PM
#16
Member
Registered: Jan 2008
Location: India (West Bengal)
Distribution: fedora 9, puppy linux
Posts: 53
Original Poster
Rep:
[root@rahul-rohit Desktop]# yum remove livna
Loaded plugins: refresh-packagekit
Setting up Remove Process
Could not retrieve mirrorlist
http://mirrors.fedoraproject.org/mir...ra-9&arch=i386 error was
[Errno 4] IOError: <urlopen error (110, 'Connection timed out')>
Error: Cannot retrieve repository metadata (repomd.xml) for repository: fedora. Please verify its path and try again
[root@rahul-rohit Desktop]#
10-17-2008, 02:05 PM
#17
Member
Registered: Jan 2008
Location: India (West Bengal)
Distribution: fedora 9, puppy linux
Posts: 53
Original Poster
Rep:
10-17-2008, 02:05 PM
#18
Guru
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,339
Rep:
Hmmmm, do you have this file:
/etc/yum.repos.d/livna.repo
Can you post the whole file here? You should be able to open it with any text editor. Just copy and paste the contents.
Last edited by Mega Man X; 10-17-2008 at 02:08 PM .
10-17-2008, 02:07 PM
#19
Guru
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,339
Rep:
Quote:
Originally Posted by
r.007don
I know the problem for that one
This site has cut off the address. I will post without the url tags. Try this command instead:
rpm -Uvh http://livna-dl.reloumirrors.net/fedora/9/i386/livna-release-9-1.noarch.rpm
10-17-2008, 02:10 PM
#20
Member
Registered: Jan 2008
Location: India (West Bengal)
Distribution: fedora 9, puppy linux
Posts: 53
Original Poster
Rep:
[root@rahul-rohit Desktop]# yum install vlc
Loaded plugins: refresh-packagekit
Could not retrieve mirrorlist
http://mirrors.fedoraproject.org/mir...ra-9&arch=i386 error was
[Errno 4] IOError: <urlopen error (110, 'Connection timed out')>
Error: Cannot retrieve repository metadata (repomd.xml) for repository: fedora. Please verify its path and try again
[root@rahul-rohit Desktop]#
10-17-2008, 02:11 PM
#21
Member
Registered: Jan 2008
Location: India (West Bengal)
Distribution: fedora 9, puppy linux
Posts: 53
Original Poster
Rep:
/etc/yum.repos.d/livna.repo contains this:
[livna]
name=Livna for Fedora Core $releasever - $basearch - Base
baseurl=
http://rpm.livna.org/fedora/$releasever/$basearch/
http://livna.cat.pdx.edu/fedora/$releasever/$basearch/
http://wftp.tu-chemnitz.de/pub/linux/livna/fedora/$releasever/$basearch/
http://ftp-stud.fht-esslingen.de/pub/Mirrors/rpm.livna.org/fedora/$releasever/$basearch/
http://mirror.atrpms.net/livna/fedora/$releasever/$basearch/
ftp://mirrors.tummy.com/pub/rpm.livna.org/fedora/$releasever/$basearch/
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 $releasever - $basearch - Debug
baseurl=
http://rpm.livna.org/fedora/$releasever/$basearch/debug/
http://livna.cat.pdx.edu/fedora/$releasever/$basearch/debug/
http://wftp.tu-chemnitz.de/pub/linux/livna/fedora/$releasever/$basearch/debug/
http://ftp-stud.fht-esslingen.de/pub/Mirrors/rpm.livna.org/fedora/$releasever/$basearch/debug/
http://mirror.atrpms.net/livna/fedora/$releasever/$basearch/debug/
ftp://mirrors.tummy.com/pub/rpm.livna.org/fedora/$releasever/$basearch/debug/
failovermethod=priority
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-livna
gpgcheck=1
[livna-source]
name=Livna for Fedora Core $releasever - $basearch - Source
baseurl=
http://rpm.livna.org/fedora/$releasever/SRPMS/
http://livna.cat.pdx.edu/fedora/$releasever/SRPMS/
http://wftp.tu-chemnitz.de/pub/linux/livna/fedora/$releasever/SRPMS/
http://ftp-stud.fht-esslingen.de/pub/Mirrors/rpm.livna.org/fedora/$releasever/SRPMS/
http://mirror.atrpms.net/livna/fedora/$releasever/SRPMS/
ftp://mirrors.tummy.com/pub/rpm.livna.org/fedora/$releasever/SRPMS/
failovermethod=priority
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-livna
gpgcheck=1
10-17-2008, 02:19 PM
#23
Member
Registered: Jan 2008
Location: India (West Bengal)
Distribution: fedora 9, puppy linux
Posts: 53
Original Poster
Rep:
Now What to do?
10-17-2008, 02:20 PM
#24
Guru
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,339
Rep:
I am adding one line there for testing. Try it, if that does not work, remove it. The line is in bold
Code:
[livna]
name=Livna for Fedora Core $releasever - $basearch - Base
baseurl=
http://rpm.livna.org/fedora/$releasever/$basearch/
http://livna-dl.reloumirrors.net/fedora/9/i386/
http://livna.cat.pdx.edu/fedora/$releasever/$basearch/
http://wftp.tu-chemnitz.de/pub/linux/livna/fedora/$releasever/$basearch/
http://ftp-stud.fht-esslingen.de/pub/Mirrors/rpm.livna.org/fedora/$releasever/$basearch/
http://mirror.atrpms.net/livna/fedora/$releasever/$basearch/
ftp://mirrors.tummy.com/pub/rpm.livna.org/fedora/$releasever/$basearch/
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 $releasever - $basearch - Debug
baseurl=
http://rpm.livna.org/fedora/$releasever/$basearch/debug/
http://livna.cat.pdx.edu/fedora/$releasever/$basearch/debug/
http://wftp.tu-chemnitz.de/pub/linux/livna/fedora/$releasever/$basearch/debug/
http://ftp-stud.fht-esslingen.de/pub/Mirrors/rpm.livna.org/fedora/$releasever/$basearch/debug/
http://mirror.atrpms.net/livna/fedora/$releasever/$basearch/debug/
ftp://mirrors.tummy.com/pub/rpm.livna.org/fedora/$releasever/$basearch/debug/
failovermethod=priority
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-livna
gpgcheck=1
[livna-source]
name=Livna for Fedora Core $releasever - $basearch - Source
baseurl=
http://rpm.livna.org/fedora/$releasever/SRPMS/
http://livna.cat.pdx.edu/fedora/$releasever/SRPMS/
http://wftp.tu-chemnitz.de/pub/linux/livna/fedora/$releasever/SRPMS/
http://ftp-stud.fht-esslingen.de/pub/Mirrors/rpm.livna.org/fedora/$releasever/SRPMS/
http://mirror.atrpms.net/livna/fedora/$releasever/SRPMS/
ftp://mirrors.tummy.com/pub/rpm.livna.org/fedora/$releasever/SRPMS/
failovermethod=priority
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-livna
gpgcheck=1
I am not sure how yum works, but apt-get, once you add a repository to the apt config file, you need to update it with
apt-get update . My guess is that once you've edited that file, you need to run
yum update . If that works, then:
yum install vlc
Last edited by Mega Man X; 10-17-2008 at 02:25 PM .
10-17-2008, 02:26 PM
#25
Guru
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,339
Rep:
Dang, sorry. Added the wrong repository. I added the ones for the source. Now I've fixed it. Check the above reply for the line in bold.
10-18-2008, 11:33 AM
#27
Guru
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,339
Rep:
Hmmm, I ran out of suggestions now mate
. The second address you've added to the repolist (the one I gave you) should not timeout. It must have something to do with your network (are you behind a proxy?). In that case, I will have to pass, because I suck at it and I don't want to screw your machine
10-18-2008, 01:38 PM
#28
Senior Member
Registered: Feb 2006
Location: Austria
Distribution: Ubuntu 8.04
Posts: 1,130
Rep:
you could try the freshrpm repo:
http://www.recordingproject.com/bbs/...hrishansen.jpg
Just a short reminder that Fedora is not a distribution with stability or user friendlyness as a top priority. I like Fedora, but I wouldn't recommend it to anyone with no experience with linux. They also don't care one bit about compatibility with anything non open-source (java, flash, drivers, codecs...).
Last edited by oskar; 10-18-2008 at 01:43 PM .
Thread Tools
Search this Thread
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
All times are GMT -5. The time now is 11:52 PM .
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know .
Latest Threads
LQ News