LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 06-27-2006, 07:39 AM   #1
lucktsm
Member
 
Registered: May 2004
Location: Atlanta, GA USA
Distribution: Redhat ES4, FC4, FC5, slax, ubuntu, knoppix
Posts: 155

Rep: Reputation: 30
Question yum no longer working - but yumex does?


Hi all,

I have a strange problem that just started. If I run 'yum update' it eventually times out or just hangs when it gets to "Setting up repositories". However, if I use yumex it will work.

I have no idea why this is since I thought that yumex used the same repositories and configuration as yum.

Any ideas?

This is FC4 by the way...
Here's the repos:
-rw-r--r-- 1 root root 603 Jul 24 2005 atrpms.repo
-rw-r--r-- 1 root root 321 Nov 29 2005 dag.repo
-rw-r--r-- 1 root root 175 Nov 29 2005 dries.repo
-rw-r--r-- 1 root root 1123 Jun 3 2005 fedora-devel.repo
-rw-r--r-- 1 root root 312 Jun 3 2005 fedora-extras-devel.repo
-rw-r--r-- 1 root root 299 Jun 3 2005 fedora-extras.repo
-rw-r--r-- 1 root root 294 Jun 3 2005 fedora.repo
-rw-r--r-- 1 root root 330 Jun 3 2005 fedora-updates.repo
-rw-r--r-- 1 root root 337 Jun 3 2005 fedora-updates-testing.repo
-rw-r--r-- 1 root root 279 Jul 24 2005 flash.repo
-rw-r--r-- 1 root root 270 Jul 25 2005 freshrpms.repo
-rw-r--r-- 1 root root 1152 Jul 24 2005 jpackage.repo
-rw-r--r-- 1 root root 1602 Jul 25 2005 kde-redhat.repo
-rw-r--r-- 1 root root 513 Nov 29 2005 livna.repo
-rw-r--r-- 1 root root 236 Jul 25 2005 newrpms.repo

Last edited by lucktsm; 06-27-2006 at 07:42 AM.
 
Old 06-27-2006, 07:44 AM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
a list of filenames is of no use at all... what actaully happens when you run the yum command? show us the console output.
 
Old 06-27-2006, 09:22 AM   #3
lucktsm
Member
 
Registered: May 2004
Location: Atlanta, GA USA
Distribution: Redhat ES4, FC4, FC5, slax, ubuntu, knoppix
Posts: 155

Original Poster
Rep: Reputation: 30
Here you go...

Setting up Update Process
Setting up repositories
Cannot find a valid baseurl for repo: livna
Error: Cannot find a valid baseurl for repo: livna

Looks like the livna.repo is porked. I have not modified it.
This being the case, below is the livna.repo:
[livna]
name=Livna.org - Fedora Compatible Packages (stable)
#baseurl=http://rpm.livna.org/fedora/$releasever/$basearch/RPMS.lvn/
mirrorlist=http://rpm.livna.org/mirrorlist
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-livna
enabled=1


[livna-testing]
name=Livna.org - Fedora Compatible Packages (testing)
#baseurl=http://rpm.livna.org/fedora/$releasever/$basearch/RPMS.lvn-testing
mirrorlist=http://rpm.livna.org/mirrorlist-testing
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-livna
enabled=0

Should the baseurl be commented out?

Last edited by lucktsm; 06-27-2006 at 09:26 AM.
 
Old 06-27-2006, 09:42 AM   #4
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Uncomment the baseurl section for the livna repo. The entry for livna should then look like this
Code:
[livna]
name=Livna.org - Fedora Compatible Packages (stable)
baseurl=http://rpm.livna.org/fedora/$releasever/$basearch/RPMS.lvn/
mirrorlist=http://rpm.livna.org/mirrorlist
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-livna
enabled=1
 
Old 06-27-2006, 09:52 AM   #5
lucktsm
Member
 
Registered: May 2004
Location: Atlanta, GA USA
Distribution: Redhat ES4, FC4, FC5, slax, ubuntu, knoppix
Posts: 155

Original Poster
Rep: Reputation: 30
That did the trick, I still wonder how it was comment out to begin with.

Thanks for all the help.
 
Old 06-27-2006, 12:52 PM   #6
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
it was commented out in favour of the mirrorlist: http://rpm.livna.org/mirrorlist a list that you do not need to maintain yourself. the mirrorlist file there looks totally valid though...
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
FC4: Kernel Upgrade: Yum no longer loads BobNutfield Linux - General 0 01-18-2006 06:08 AM
HOWTO's for the front page.... apt, up2date, synaptic, yum, yumex t3gah LQ Suggestions & Feedback 2 03-21-2005 06:52 AM
using yum.repos from yumex linmix Fedora 1 02-03-2005 09:27 AM
Yum (yumex) dependency issue? linmix Linux - Software 2 02-03-2005 08:58 AM
yum no longer working tr3y Fedora 1 01-30-2005 09:04 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 11:53 PM.

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