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 5th December 2009, 11:14 AM
Aloone's Avatar
Aloone Offline
Registered User
 
Join Date: Dec 2009
Posts: 64
linuxfedorafirefox
Software Update - Internal System Error

I've upgraded from FC11 to FC12 32-bit (live CD to HD install).

Now when I try to perform software updates it gives me an Internal System Error.

I've clicked on more details and it gives me the following:

Code:
Error Type: <class 'yum.Errors.RepoError'>
Error Value: Error getting repository data for installed, repository not found
  File : /usr/share/PackageKit/helpers/yum/yumBackend.py, line 3125, in <module>
    main()
  File : /usr/share/PackageKit/helpers/yum/yumBackend.py, line 3122, in main
    backend.dispatcher(sys.argv[1:])
  File : /usr/lib/python2.6/site-packages/packagekit/backend.py, line 710, in dispatcher
    self.dispatch_command(args[0], args[1:])
  File : /usr/lib/python2.6/site-packages/packagekit/backend.py, line 657, in dispatch_command
    self.update_packages(only_trusted, package_ids)
  File : /usr/share/PackageKit/helpers/yum/yumBackend.py, line 1948, in update_packages
    signed = self._is_package_repo_signed(pkg)
  File : /usr/share/PackageKit/helpers/yum/yumBackend.py, line 1437, in _is_package_repo_signed
    repo = self.yumbase.repos.getRepo(pkg.repoid)
  File : /usr/lib/python2.6/site-packages/yum/repos.py, line 121, in getRepo
    'Error getting repository data for $s, repository not found' $ (repoid)
Everything else seems to work, including all of the programs I've installed from non-Fedora sources i.e. DOSEmu, Adobe Flash plug-in and Cannon LBP-660 printer driver.

Anyone know what the problem could be?

Sorry about posting this in the wrong place before, I hope I've got it right this time.

Thanks in advance.

Last edited by Aloone; 5th December 2009 at 11:15 AM. Reason: Thread title.
Reply With Quote
  #2  
Old 5th December 2009, 03:00 PM
PhillyFloyd's Avatar
PhillyFloyd Offline
Registered User
 
Join Date: Jun 2007
Location: Washington DC
Posts: 338
linuxfedorafirefox
https://bugzilla.redhat.com/show_bug.cgi?id=541645

It's a bug, read the thread to find out more/solution(s) etc ;-)

---------- Post added at 10:00 AM CST ---------- Previous post was at 09:59 AM CST ----------

FYI, you can use yum from the command line in a terminal window, it only affects packageKit

in a terminal window as user root: yum update
__________________
"You're as useless as a jiffy in a tickless kernel."
Reply With Quote
  #3  
Old 6th December 2009, 02:25 PM
Aloone's Avatar
Aloone Offline
Registered User
 
Join Date: Dec 2009
Posts: 64
linuxfedorafirefox
I'm still not having any luck.

I got the following error:

Code:
Downloading Packages:
Running rpm_check_debug
ERROR with rpm_check_debug vs depsolve:
kernel-uname-r = 2.6.30.9-96.fc11.i686.PAE is needed by (installed) kmod-VirtualBox-OSE-2.6.30.9-96.fc11.i686.PAE-3.0.10-1.fc11.3.i686
Complete!
(1, [u'Please report this error in http://yum.baseurl.org/report'])
You have new mail in /var/spool/mail/root
It now says I have mail; how do I check it?

I tried using cd to change to /var/spool/mail/root but it says there's no directory.

Should I file a bug report or is it something I've done wrong to cause this?

If it's a bug then is there anything I can do in the meantime o keep the system up to date?
Attached Files
File Type: txt update.txt (18.9 KB, 34 views)
Reply With Quote
  #4  
Old 7th December 2009, 12:13 AM
PhillyFloyd's Avatar
PhillyFloyd Offline
Registered User
 
Join Date: Jun 2007
Location: Washington DC
Posts: 338
linuxfedorafirefox
Well that's a different issue ... that just means the package kmod-VirtualBox-OSE is dependent on the kernel version listed ... yum is probably trying to update your kernel, although not sure why the kmod package isn't smart enough to resolve

you can update all but the kernel with the --exclude= flag; yum update --exclude=kernel*
then update the kmod-VirtualBox and kernel separately
__________________
"You're as useless as a jiffy in a tickless kernel."
Reply With Quote
  #5  
Old 7th December 2009, 01:21 PM
Aloone's Avatar
Aloone Offline
Registered User
 
Join Date: Dec 2009
Posts: 64
linuxfedorafirefox
That didn't work because the kernel still wouldn't update when I excluded VirtualBox.

I ran the following command which updated everything except for the kernel and VirtualBox:
yum update --exclude=kernel* --skip-broken

I ran rpm -Va --nofiles --nodigest and it gave the following error:
Code:
Unsatisfied dependencies for kmod-VirtualBox-OSE-2.6.30.9-96.fc11.i686.PAE-3.0.10-1.fc11.3.i686:
	kernel-uname-r = 2.6.30.9-96.fc11.i686.PAE is needed by kmod-VirtualBox-OSE-2.6.30.9-96.fc11.i686.PAE-3.0.10-1.fc11.3.i686
I still can't get either the kernel or VirtualBox to update. My understanding is VirtualBox likes my current kernel version so won't install with the new kernal and the new kernel won't install because it doesn't want to break VirtualBox; am I right?

---------- Post added at 02:21 PM CST ---------- Previous post was at 02:42 AM CST ----------

I've just noticed that VirtualBox wants FC11.

Perhaps the up grader didn't check VirtualBox dependencies when upgrading.

VirtualBox seems to work all right on FC12.

Is there a way to force upgrade the kernel?

Then I can upgrade VirtualBox whenever it's released for FC12.

I thought about installing VirtualBox but I'm worried I won't be able to reinstall it.
Reply With Quote
  #6  
Old 9th December 2009, 05:42 PM
Aloone's Avatar
Aloone Offline
Registered User
 
Join Date: Dec 2009
Posts: 64
linuxfedorafirefox
No one knows?

I've checked that the repositories have been set up correctly.

Should I just leave it for now until maybe an update for VirtualBox appears?
Reply With Quote
  #7  
Old 10th December 2009, 11:30 AM
Aloone's Avatar
Aloone Offline
Registered User
 
Join Date: Dec 2009
Posts: 64
linuxfedorafirefox
I think I've sorted it.

The problem was that both the fc11 and fc12 VirtualBox kernel modules were installed and the problem was resolved by removing kmod-VirtualBox-OSE-2.6.30.9-96.fc11.i686.PAE-3.0.10-1.fc11.3.i686

I've run an update from the GUI and it seems to have worked. It just wants me to restart the machine which I'll do later.

Thanks for helping me PhillyFloyd.

How do I give positive reputation/good karma?
Reply With Quote
Reply

Tags
error, internal, software, update

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
An internal system error has occurred during update fedora lover Using Fedora 12 7th March 2010 07:46 PM
Internal system error dwatson Using Fedora 1 3rd August 2009 07:55 AM
How to fix bug: internal system error rachitahr Using Fedora 2 30th April 2009 12:19 AM
internal error in Add/Remove Software berko3000 Using Fedora 2 18th April 2009 02:44 AM


Current GMT-time: 10:00 (Saturday, 18-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