Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 17th April 2006, 03:18 PM
svenkatesan Offline
Registered User
 
Join Date: Feb 2005
Location: Singapore
Posts: 132
What's happening to "YUM"

See the attached code below.
I think my whole yum file corrupted,
Anyone can post their file.
I am using FC4(upgraded from FC3) then all these prob. started.
Thanks

PHP Code:
[root@localhost etc]# yum install tcl devel tk devel
ErrorBad repository file ///etc/yum.repos.d/extras.repo, no repo stanzas.
Repository updates-released already addednot adding again
Repository base already added
not adding again
Repository livna
-testing already addednot adding again
Setting up Install Process
Setting up repositories
dries                     100
% |=========================|  951 B    00:00
Cannot open
/read repomd.xml file for repositorylivna-stable
failure
repodata/repomd.xml from livna-stable: [Errno 256No more mirrors to try.
[
root@localhost etc]
Reply With Quote
  #2  
Old 17th April 2006, 03:22 PM
ptsz Offline
Registered User
 
Join Date: Mar 2006
Posts: 62
I have similar problems with Livna, but upgradeing to FC5 most of the prolems dissapeared because some Livna resources was integrated into 'fedora updates'
Reply With Quote
  #3  
Old 17th April 2006, 04:28 PM
Christy's Avatar
Christy Offline
Registered User
 
Join Date: Jun 2005
Location: UTM Zone 18T
Posts: 233
I'm not sure if this'll help, but here are the contents of what used to be in my yum.repos.d (when I had FC4 that is )
Attached Files
File Type: gz yum.repos.d.tar.gz (2.4 KB, 92 views)
Reply With Quote
  #4  
Old 18th April 2006, 12:35 PM
svenkatesan Offline
Registered User
 
Join Date: Feb 2005
Location: Singapore
Posts: 132
Quote:
Originally Posted by Christy
I'm not sure if this'll help, but here are the contents of what used to be in my yum.repos.d (when I had FC4 that is )
This is what I get
PHP Code:
[root@localhost kumar]# tar -xvzf yum.repos.d.tar.gz
yum.repos.d/fedora-updates.repo

gzip
stdinunexpected end of file
yum
.repos.d/dag.repo
yum
.repos.d/fedora-extras.repo
yum
.repos.d/livna.repo
yum
.repos.d/fedora-updates-testing.repo
yum
.repos.d/fedora.repo
yum
.repos.d/freshrpms.repo
yum
.repos.d/fedora-devel.repo
yum
.repos.d/fedora-extras-devel.repo
yum
.repos.d/kde-redhat.repo
yum
.repos.d/dries.repo
yum
.repos.d/atrpms.repo
yum
.repos.d/jpackage.repo
yum
.repos.d/newrpms.repo
yum
.repos.d/flash.repo
tar
Child returned status 1
tar
Error exit delayed from previous errors 
Reply With Quote
  #5  
Old 18th April 2006, 01:07 PM
Christy's Avatar
Christy Offline
Registered User
 
Join Date: Jun 2005
Location: UTM Zone 18T
Posts: 233
Try this, here are only the fedora repositories. Extract them somewhere in your home directory then move them into /etc/yum.repos.d. Then follow the instructions at http://www.fedorafaq.org/#installsoftware
Attached Files
File Type: gz fedora-repos.tar.gz (999 Bytes, 80 views)

Last edited by Christy; 18th April 2006 at 01:20 PM.
Reply With Quote
  #6  
Old 18th April 2006, 04:52 AM
Jman Offline
Registered User
 
Join Date: Mar 2004
Location: Minnesota, USA
Age: 27
Posts: 7,909
Best to start over with repos probably. Download the lastest fedora-release package and use
Code:
rpm -Uvh --replacefiles --oldpackage fedora-release*
Reply With Quote
  #7  
Old 18th April 2006, 12:31 PM
svenkatesan Offline
Registered User
 
Join Date: Feb 2005
Location: Singapore
Posts: 132
HI Jaman
I got this reply
PHP Code:
[root@localhost ~]# rpm -Uvh --replacefiles --oldpackage fedora-release*
errorFile not found by globfedora-release
Reply With Quote
  #8  
Old 18th April 2006, 12:32 PM
svenkatesan Offline
Registered User
 
Join Date: Feb 2005
Location: Singapore
Posts: 132
Can somebody attach working yum.conf for FC4.
Thanks
Reply With Quote
  #9  
Old 19th April 2006, 01:57 AM
svenkatesan Offline
Registered User
 
Join Date: Feb 2005
Location: Singapore
Posts: 132
Hi Christy
I extract and put back into yum.repos.d folder then I gave command "yum install yumex"
It tries to reach mirror sites but unable reach fully
primary.xml... some go to 98% some 20% it keeps going and going for almost 5 min.
As i was in late night yesterday I will give a try tomorrow.
Then let you know.
Thanks for the help.
Reply With Quote
  #10  
Old 19th April 2006, 02:14 AM
Firewing1's Avatar
Firewing1 Offline
Administrator
 
Join Date: Dec 2004
Location: Canada
Age: 22
Posts: 9,224
"Update" installs are not recommended for these reasons -- They cause problems. Would it be possible to backup & do a fresh install (format) of FC5? This way you'd have the newest, fastest software and also fix your issues.
If that's not possible, then try this:
Code:
su -
wget http://download.fedora.redhat.com/pub/fedora/linux/core/4/i386/os/Fedora/RPMS/fedora-release-4-2.noarch.rpm
rm /etc/yum.repos.d/* -drf
rpm -Uhv fedora-release-4-2.noarch.rpm --replacepkgs --replacefiles
yum clean all
yum install xpackage
That should work.
By the way, it's "tk-devel" and not "tk devel"
__________________
[+] My open source software and blog
[+] Some of my howtos: (for full list, click here)
Reply With Quote
  #11  
Old 19th April 2006, 02:45 AM
Christy's Avatar
Christy Offline
Registered User
 
Join Date: Jun 2005
Location: UTM Zone 18T
Posts: 233
Quote:
Originally Posted by Firewing1
"Update" installs are not recommended for these reasons -- They cause problems. Would it be possible to backup & do a fresh install (format) of FC5? This way you'd have the newest, fastest software and also fix your issues.
If that's not possible, then try this:
Code:
su -
wget http://download.fedora.redhat.com/pub/fedora/linux/core/4/i386/os/Fedora/RPMS/fedora-release-4-2.noarch.rpm
rm /etc/yum.repos.d/* -drf
rpm -Uhv fedora-release-4-2.noarch.rpm --replacepkgs --replacefiles
yum clean all
yum install xpackage
That should work.
By the way, it's "tk-devel" and not "tk devel"
I've been looking for a way to replace the contents of yum.repos.d for quite a while now (all is good on my system at the present time, but I was fighting with yum quite a bit about 2 months ago, and it involved me accidently deleting all the repository files ). will have to make note of this. Thanks
Reply With Quote
  #12  
Old 19th April 2006, 10:29 PM
Firewing1's Avatar
Firewing1 Offline
Administrator
 
Join Date: Dec 2004
Location: Canada
Age: 22
Posts: 9,224
No problem, just be warned -- You have to install the right fedora-release! If you install that link (for Fedora Core 4) on a Core 5 system, you will get either the Core 4 packages, causing problems or endless Yum errors...
Firewing1
__________________
[+] My open source software and blog
[+] Some of my howtos: (for full list, click here)
Reply With Quote
  #13  
Old 19th April 2006, 11:23 PM
Christy's Avatar
Christy Offline
Registered User
 
Join Date: Jun 2005
Location: UTM Zone 18T
Posts: 233
I noticed that (not errors, I noticed the 4)
Reply With Quote
  #14  
Old 20th April 2006, 01:18 AM
svenkatesan Offline
Registered User
 
Join Date: Feb 2005
Location: Singapore
Posts: 132
Hi
Thanks for all who try to bring me out of woods but still I could not.
So I hired a helicopter to come out... I mean I am planning to install afresh.
Since I am using dial up,I can't think of FC5 right now.
I hope FC4 will do for me at present.
Bye
Reply With Quote
  #15  
Old 20th April 2006, 04:15 AM
marko's Avatar
marko Offline
Registered User
 
Join Date: Jun 2004
Location: Laurel, MD USA
Posts: 5,449
I've noticed that they've been doing some really huge yum sets lately,
like tonight I just downloaded an update for FC5 that was 184Megs
and that was with me manually avoiding the kernel update which
would have made it even bigger. Also, it wasn't that big because I
didn't do a yum update in a long time, my last yum update on
this machine was only 2 days ago. I think they don't have much
choice since there are interdependencies (the big chunk of the
set tonight was KDE and it's libraries). Otherwise it would be a good
idea to put some out one day and a bit more the next to spread out
the server load. ... this might explain some of these timeouts.
Mark
Reply With Quote
Reply

Tags
happening, yum

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
"ls" and "cd" treat ".." differently inside symlinked directories bnorman Using Fedora 0 19th June 2008 04:49 PM
HOW TO MOUNT "C" "D" "E" LOCAL HARDDISK PARTITION ketan_hk Using Fedora 6 6th September 2007 01:10 AM
Metacity and "Xlib: extension "SHAPE" missing on display ":0.0". debu_sagii Using Fedora 0 29th August 2007 05:53 PM
Fglrx driver install - "direct rendering: No", Xlib: extension "XFree86-DRI" missing Squeaks Hardware & Laptops 9 21st October 2006 12:10 PM
Error:visibility arg must be one of "default", "hidden", "protected" or "internal" wangfeng Using Fedora 0 23rd May 2005 04:59 AM


Current GMT-time: 13:01 (Wednesday, 22-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat