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.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
01-25-2007, 05:58 AM
|
#1
|
LQ Newbie
Registered: Jan 2007
Posts: 5
Rep:
|
add/remove software exception occurred FC6
package manager crashed on first update of a fresh zod install. after saving the report and closing the program python went wild using 100% cpu. after killing it i tried add/remove software and that crashed too. any help in getting this issue resolved would be greatly appreciated.
this is the bug report. i noticed that at the end optional was miss spelled but i'm not sure if that would be the problem or not.
Quote:
Component: Software Manager
Summary: TB8a9160cb comps.py:143:parse_package_list:CompsException
Traceback (most recent call last):
File "/usr/sbin/pirut", line 445, in ?
main()
File "/usr/sbin/pirut", line 441, in main
pm.run()
File "/usr/sbin/pirut", line 350, in run
self.doRefresh()
File "/usr/sbin/pirut", line 365, in doRefresh
self.reposSetup(pbar)
File "/usr/lib/python2.4/site-packages/pirut/__init__.py", line 153, in reposSetup
self.doGroupSetup()
File "/usr/lib/python2.4/site-packages/yum/__init__.py", line 408, in doGroupSetup
self.comps.add(groupfile)
File "/usr/lib/python2.4/site-packages/yum/comps.py", line 339, in add
group = Group(elem)
File "/usr/lib/python2.4/site-packages/yum/comps.py", line 57, in __init__
self.parse(elem)
File "/usr/lib/python2.4/site-packages/yum/comps.py", line 133, in parse
self.parse_package_list(child)
File "/usr/lib/python2.4/site-packages/yum/comps.py", line 143, in parse_package_list
raise CompsException
CompsException
Local variables in innermost frame:
self: Graphics
package: digikam
type: optinoal
packagelist_elem: <Element 'packagelist' at 0x8a8c0f8>
child: <Element 'packagereq' at 0x8a815d8>
|
thanks in advance for any help!
Last edited by imakickthebox; 01-25-2007 at 06:01 AM.
|
|
|
01-25-2007, 07:09 AM
|
#2
|
LQ Newbie
Registered: Jan 2007
Posts: 5
Rep:
|
Haha, i got this to after the last updates!!!
Easy solution.
1. logon as root
2. open a shell
3. yum install digikam
takes a little while, and it works like a charm again...
Uh well sorry, but after a restart its not working annymore, back to the drawingboard!
Last edited by shameonyou; 01-25-2007 at 08:18 AM.
|
|
|
01-25-2007, 02:53 PM
|
#3
|
LQ Newbie
Registered: Jan 2007
Posts: 5
Original Poster
Rep:
|
i tried "yum update" to get past the issue, but it didn't work so i reinstalled fedora thinking it was a problem with my install. (great way to waste 6 hrs and learn a little bit more about linux if you're bored)
anyways does it look like the issue is on my system? as in it can be changed in a log or file, or is it an issue with a repository? (someone mispelled something and now no one can sync to it?)
|
|
|
01-25-2007, 02:56 PM
|
#4
|
LQ Newbie
Registered: Jan 2007
Posts: 8
Rep:
|
getting the same error (or similar)
Quote:
Component: Software Manager
Summary: TB8a9160cb comps.py:143arse_package_list:CompsException
Traceback (most recent call last):
File "/usr/sbin/pirut", line 445, in ?
main()
File "/usr/sbin/pirut", line 441, in main
pm.run()
File "/usr/sbin/pirut", line 350, in run
self.doRefresh()
File "/usr/sbin/pirut", line 365, in doRefresh
self.reposSetup(pbar)
File "/usr/lib/python2.4/site-packages/pirut/__init__.py", line 153, in reposSetup
self.doGroupSetup()
File "/usr/lib/python2.4/site-packages/yum/__init__.py", line 408, in doGroupSetup
self.comps.add(groupfile)
File "/usr/lib/python2.4/site-packages/yum/comps.py", line 339, in add
group = Group(elem)
File "/usr/lib/python2.4/site-packages/yum/comps.py", line 57, in __init__
self.parse(elem)
File "/usr/lib/python2.4/site-packages/yum/comps.py", line 133, in parse
self.parse_package_list(child)
File "/usr/lib/python2.4/site-packages/yum/comps.py", line 143, in parse_package_list
raise CompsException
CompsException
Local variables in innermost frame:
self: Graphics
package: digikam
type: optinoal
packagelist_elem: <Element 'packagelist' at 0x86f60f8>
child: <Element 'packagereq' at 0x86d65d8>
|
this also with a clean install - i clicked the bubble that said update and i got the error
i also get the error and add/remove
any ideas?
Also not to sound stupid - but whats a shell,
and im only log in as root - is that an issue
thanks
RL
Last edited by ravenlife; 01-25-2007 at 02:59 PM.
|
|
|
01-25-2007, 03:11 PM
|
#5
|
LQ Newbie
Registered: Jan 2007
Posts: 5
Original Poster
Rep:
|
shell is the terminal afaik.
and even if you don't log in as root you have to give root password to update so that shouldn't be a problem.
i'm starting to think it's a typo in the repository, but updating with yum works fine it's only the gui interfaces that cause the problems on my system.
Last edited by imakickthebox; 01-25-2007 at 03:13 PM.
|
|
|
01-25-2007, 03:41 PM
|
#6
|
LQ Newbie
Registered: Jan 2007
Posts: 8
Rep:
|
sorry im a complete linux newbie
i shall look around
thanks
RL
Edit
ahh i have found it running now
thanks
Last edited by ravenlife; 01-25-2007 at 03:54 PM.
|
|
|
01-25-2007, 03:54 PM
|
#7
|
LQ Newbie
Registered: Jan 2007
Posts: 5
Original Poster
Rep:
|
well i don't know what changed but it started working. so everyone who's had this problem try to use add/remove and see if it works now.
|
|
|
01-25-2007, 07:23 PM
|
#8
|
LQ Newbie
Registered: Jan 2007
Posts: 5
Original Poster
Rep:
|
nvm problem came back after reboot. does anyone know what's going on or possibly how to fix it?
|
|
|
09-23-2007, 05:47 PM
|
#9
|
Member
Registered: Sep 2003
Distribution: Fedora
Posts: 47
Rep:
|
Quote:
Originally Posted by imakickthebox
nvm problem came back after reboot. does anyone know what's going on or possibly how to fix it?
|
same problem
Last edited by amdawi; 09-26-2007 at 09:54 AM.
|
|
|
All times are GMT -5. The time now is 08:02 AM.
|
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
|
|