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 14th November 2008, 10:10 PM
sprocketboy Offline
Registered User
 
Join Date: Nov 2008
Posts: 3
Arrow Yumex suddenly broke ( SOLVED )

Solution !



Code:
su
wget http://koji.fedoraproject.org/packages/yumex/2.0.5/3.fc9/noarch/yumex-2.0.5-3.fc9.noarch.rpm
rpm -Uvh yumex-2.0.5-3.fc9.noarch.rpm
rm -f yumex-2.0.5-3.fc9.noarch.rpm

Last edited by leigh123linux; 16th November 2008 at 05:01 PM. Reason: I needed post# 1
Reply With Quote
  #2  
Old 14th November 2008, 10:32 PM
JohnVV's Avatar
JohnVV Offline
Registered User
 
Join Date: Aug 2005
Location: Ann Arbor
Age: 45
Posts: 3,907
what do you know i use the CLI 99% of the time .However i installed the new kernel today and yum works but yumex gives the same error as yours .
It looks like a python problem .
__________________
Running Arch ,OpenSUSE 11.4-64bit & Scientific Linux 6.1-64bit ( fedora 4 to 11)
My Celestia Downloads

http://celestiamotherlode.net/catalo...?creator_id=10
Reply With Quote
  #3  
Old 14th November 2008, 10:36 PM
sprocketboy Offline
Registered User
 
Join Date: Nov 2008
Posts: 3
Oops, I forgot to add that my yum CLI seems to work just fine ... I just did a 'yum update' and it completed successfully.

So, yeah, the underlying yum machinery is probably not the issue here.
Reply With Quote
  #4  
Old 15th November 2008, 02:20 AM
johnandrews2332's Avatar
johnandrews2332 Offline
Registered User
 
Join Date: Dec 2006
Location: Iowa City, Iowa USA
Age: 50
Posts: 33
Getting exact same error here on 2 64-bit machines.
Reply With Quote
  #5  
Old 15th November 2008, 02:59 AM
doug60 Offline
Registered User
 
Join Date: Dec 2007
Posts: 34
Same here! Just ran updates on my desktop and laptop. Both doing the same!
Reply With Quote
  #6  
Old 15th November 2008, 03:03 AM
doug60 Offline
Registered User
 
Join Date: Dec 2007
Posts: 34
Just looked at the update history. Looks Like some Python libs got updated. Probably what broke Yumex.
Reply With Quote
  #7  
Old 15th November 2008, 03:24 AM
JohnVV's Avatar
JohnVV Offline
Registered User
 
Join Date: Aug 2005
Location: Ann Arbor
Age: 45
Posts: 3,907
it most defiantly a python problem seeing as PysolIFC also dose not work , i am about to look into it tonight .
__________________
Running Arch ,OpenSUSE 11.4-64bit & Scientific Linux 6.1-64bit ( fedora 4 to 11)
My Celestia Downloads

http://celestiamotherlode.net/catalo...?creator_id=10
Reply With Quote
  #8  
Old 15th November 2008, 10:13 PM
maruf908 Offline
Registered User
 
Join Date: Nov 2008
Location: Dhaka, Bangladesh
Posts: 2
Exclamation Problem with yumex-2.0.4-1.fc9.noarch ( SOLVED )

I got the following error when i ran yumex...

Error Type: <class 'yum.update_md.UpdateNoticeException'>
Error Value: No id element found
File : /usr/share/yumex/yumex.py , line 737, in <module>
mainApp = YumexApplication()
File : /usr/share/yumex/yumex.py , line 446, in __init__
self.setupYum()
File : /usr/share/yumex/yumex.py , line 467, in setupYum
self.yumbase._setupBase()
File : /usr/share/yumex/yumapi.py , line 80, in _setupBase
self._setupUpdateMetadata()
File : /usr/share/yumex/yumapi.py , line 137, in _setupUpdateMetadata
self.updateMetadata.add(repo)
File : /usr/lib/python2.5/site-packages/yum/update_md.py , line 319, in add
un = UpdateNotice(elem)
File : /usr/lib/python2.5/site-packages/yum/update_md.py , line 69, in __init__
self._parse(elem)
File : /usr/lib/python2.5/site-packages/yum/update_md.py , line 146, in _parse
raise UpdateNoticeException("No id element found")


i have a yum version: yum-3.2.19-3.fc9.noarch

now ehat can i do? pls can someone help me??
Reply With Quote
  #9  
Old 15th November 2008, 10:16 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
Try


Code:
su
wget http://koji.fedoraproject.org/packages/yumex/2.0.5/3.fc9/noarch/yumex-2.0.5-3.fc9.noarch.rpm
rpm -Uvh yumex-2.0.5-3.fc9.noarch.rpm
rm -f yumex-2.0.5-3.fc9.noarch.rpm
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5

Last edited by leigh123linux; 16th November 2008 at 10:32 AM.
Reply With Quote
  #10  
Old 15th November 2008, 10:26 PM
maruf908 Offline
Registered User
 
Join Date: Nov 2008
Location: Dhaka, Bangladesh
Posts: 2
hey thanx leigh123@linux....this worked nicely.....
Reply With Quote
  #11  
Old 16th November 2008, 05:18 AM
D-Money Offline
Registered User
 
Join Date: Nov 2008
Posts: 2
Bugs in latest updates.

Yup, I am also seeing a lot of strange things happening since I updated this morning.
Not only is Yumex not working correctly, but I had to completely re-install the graphics drivers for my 8600GT . If anyone can help to resolve this issue I'd be extremely happy and think again about formatting Fedora 9 off my hard disk. (I am quite the newbie when it comes to linux)
Reply With Quote
  #12  
Old 16th November 2008, 05:43 AM
ozjd's Avatar
ozjd Online
Registered User
 
Join Date: Feb 2008
Location: Sydney Australia
Age: 57
Posts: 2,228
There is quite a few threads on this, have a look at http://forums.fedoraforum.org/showthread.php?t=204203
Reply With Quote
  #13  
Old 16th November 2008, 06:53 AM
marcrblevins's Avatar
marcrblevins Offline
Registered User
 
Join Date: Jun 2006
Location: Texas
Age: 42
Posts: 4,168
D-Money:
Welcome to Fedora!
Don't jump ship yet D-Money, give a few days to correct itself. Fedora is the bleeding edge, so it could happen to see things broken from time to time. Fedora is more of a development testing stage, the other freebi one, CentOS is the stable version(older release).
Reply With Quote
  #14  
Old 16th November 2008, 08:25 AM
feeds Offline
Registered User
 
Join Date: Sep 2008
Posts: 3
Thumbs up

Thanks, worked for me too.
Reply With Quote
  #15  
Old 16th November 2008, 09:45 AM
ningbojoe Offline
Registered User
 
Join Date: Aug 2007
Location: Melbourne, Australia
Age: 61
Posts: 14
And thank you from me too.
Reply With Quote
Reply

Tags
yumex yum update python

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
I found a bug in Yumex! ( solved ) khalderon Using Fedora 10 14th February 2008 11:45 AM
Suspend suddenly broke! GrayFox Using Fedora 1 13th June 2007 09:31 PM
F7 Upgrade broke yumex. tabish121 Using Fedora 9 8th June 2007 03:39 PM
Update broke? - then solved 65bones Installation and Live Media 1 4th November 2006 02:26 AM
yumex broke bad hiberphoptik Using Fedora 3 6th January 2006 07:01 PM


Current GMT-time: 08:38 (Saturday, 25-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