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 26th June 2011, 07:11 PM
hammondo Offline
Registered User
 
Join Date: May 2009
Location: Tulsa, Oklahoma USA
Posts: 10
linuxfirefox
F15 update failure

using the Software Update tool, I get the following:

Quote:
Transaction error could not add package update for fedora-release-rawhide-15-3(noarch)updates: fedora-release-rawhide-15-3.noarch
until today updates have gone smoothly, but I gather from other threads there may be a known problem

system is working fine but I apparently have 201 updates to perform and I don't like getting too far behind

TIA for insights-
Reply With Quote
  #2  
Old 26th June 2011, 08:05 PM
GoinEasy9's Avatar
GoinEasy9 Offline
Registered User
 
Join Date: May 2009
Location: Manorville, New York, USA
Posts: 1,583
linuxfirefox
Re: F15 update failure

That package should have been removed ages ago (unless you haven't updated in a long time). Rawhide is now F16. It should have been replaced by fedora-release-15-3(noarch). You don't say if you want to be running rawhide or F15, so, I can't really tell you what to install or what repos should be active for you. I'd remove the fedora-release-rawhide app and install the fedora-release-15 app (if you want to be running F15) and see if it solves the problem. If it doesn't, then check in /etc/yum.repos.d and see if the correct repos are enabled/disabled and try updating again.
__________________
Registered Linux User #348347
Have you been seduced by siduction? http://siduction.org/index.php
Running Fedora 17/18, siduction and openSUSE Tumbleweed with KDE
Reply With Quote
  #3  
Old 26th June 2011, 08:19 PM
PiElle Offline
Registered User
 
Join Date: Jun 2011
Location: Italy
Posts: 291
linuxfirefox
Re: F15 update failure

Quote:
Originally Posted by hammondo View Post
using the Software Update tool, I get the following:



until today updates have gone smoothly, but I gather from other threads there may be a known problem

system is working fine but I apparently have 201 updates to perform and I don't like getting too far behind

TIA for insights-
su -
yum update

Reply With Quote
  #4  
Old 26th June 2011, 09:19 PM
bob's Avatar
bob Offline
Administrator (yeah, back again)
 
Join Date: Jul 2004
Location: Colton, NY; Junction of Heaven & Earth (also Routes 56 & 68).
Age: 67
Posts: 21,330
linuxfirefox
Re: F15 update failure

The bork problem that faced us yesterday has been solved. You should be fine as the problem packages have been removed and reconfigured properly. I'm the one who started the thread on the problem and did the "yum update" today with no issues.
__________________
Linux & Beer - That TOTALLY Computes!
Registered Linux User #362651


Don't use any of my solutions on working computers or near small children.
Reply With Quote
  #5  
Old 30th June 2011, 01:32 AM
RavanH Offline
Registered User
 
Join Date: May 2011
Posts: 41
linuxopera
Re: F15 update failure

Quote:
Originally Posted by bob View Post
The bork problem that faced us yesterday has been solved. You should be fine as the problem packages have been removed and reconfigured properly. I'm the one who started the thread on the problem and did the "yum update" today with no issues.
I'm still getting the exact same error with only the F15 - x86_64 and F15 - x86_64 - Updates checked in the repo list.

Are the problem packages still in the 64bit repos maybe?
Reply With Quote
  #6  
Old 30th June 2011, 01:33 AM
nirik's Avatar
nirik Offline
Community Manager
 
Join Date: Mar 2009
Location: Broomfield, CO
Posts: 397
macosmidori
Re: F15 update failure

It's a packagekit bug:
https://bugzilla.redhat.com/show_bug.cgi?id=716752

Use yum for now and you should work around the problem.
Reply With Quote
  #7  
Old 30th June 2011, 02:08 AM
tox
Guest
 
Posts: n/a
linuxfirefox
Re: F15 update failure

just dont use PackageSpit, simple sollution
Reply With Quote
  #8  
Old 30th June 2011, 11:26 AM
RavanH Offline
Registered User
 
Join Date: May 2011
Posts: 41
linuxopera
Re: F15 update failure

I'm new to Fedora (used to use Ubuntu/Debian) and I did not know there is a fundamental difference between the GUI and the terminal way of updating with

su -
yum update

That fixed it, thanks... Will I have to continue doing it that way for now?
Reply With Quote
  #9  
Old 30th June 2011, 11:48 AM
PiElle Offline
Registered User
 
Join Date: Jun 2011
Location: Italy
Posts: 291
windows_xp_2003firefox
Re: F15 update failure

No I think this issue is already solved ...
Reply With Quote
  #10  
Old 30th June 2011, 12:56 PM
tox
Guest
 
Posts: n/a
linuxfirefox
Re: F15 update failure

Quote:
Originally Posted by RavanH View Post
I'm new to Fedora (used to use Ubuntu/Debian) and I did not know there is a fundamental difference between the GUI and the terminal way of updating with

su -
yum update

That fixed it, thanks... Will I have to continue doing it that way for now?
you can install yumex
Code:
su
yum install yumex


---------- Post added at 09:56 PM ---------- Previous post was at 09:54 PM ----------

make sure when installed you type exit & exit however you can setup sudo in fedora if you install AutoPlus by Dangermouse. look in Fedora Set-up Guides on how to install AutoPlus
Reply With Quote
  #11  
Old 1st July 2011, 10:43 PM
dudkosk Offline
Registered User
 
Join Date: Jul 2011
Posts: 1
linuxfirefox
Re: F15 update failure

This issue is not good presentation for the first time user.
Anyway, thanks for this help. But think about consequencies, it can argue people from using Fedora(or any other distro). That's important weakness.
Reply With Quote
  #12  
Old 1st July 2011, 10:48 PM
nirik's Avatar
nirik Offline
Community Manager
 
Join Date: Mar 2009
Location: Broomfield, CO
Posts: 397
macosmidori
Re: F15 update failure

Sure.

I think you will be hard pressed to find any distro that never has bugs or makes mistakes. Sorry this one is happening...
Reply With Quote
  #13  
Old 5th July 2011, 06:36 PM
DAB4970 Offline
Registered User
 
Join Date: Mar 2011
Location: Springfield, MO
Posts: 22
linuxubuntufirefox
Re: F15 update failure

Quote:
Originally Posted by PiElle View Post
su -
yum update

Thanks for this post. It's helping me get updates with F15 on my HP Pavilion dv6835nr.
Reply With Quote
  #14  
Old 5th July 2011, 07:36 PM
PiElle Offline
Registered User
 
Join Date: Jun 2011
Location: Italy
Posts: 291
windows_7firefox
Re: F15 update failure

Quote:
Originally Posted by DAB4970 View Post
Thanks for this post. It's helping me get updates with F15 on my HP Pavilion dv6835nr.
You are welcome! It's useful to healp each other and reciprocally share our knowledge ...
Reply With Quote
  #15  
Old 6th July 2011, 09:34 AM
lighthouse Offline
Registered User
 
Join Date: Mar 2011
Age: 22
Posts: 85
linuxfirefox
Question Re: F15 update failure

Dear all,

Please take a look at what I'm doing (yum update):
Code:
[lighthouse@rotterdam ~]$ su -c "yum update --skip-broken"
...
 yelp-xsl                          noarch 3.0.2-1.fc15                       updates                     345 k
 yum                               noarch 3.2.29-6.fc15                      updates                     951 k
Removing:
 kernel-PAE                        i686   2.6.38.6-26.rc1.fc15               @anaconda-InstallationRepo-201105131946.i686
                                                                                                          80 M
 kernel-PAE-devel                  i686   2.6.38.6-26.rc1.fc15               @anaconda-InstallationRepo-201105131946.i686
                                                                                                          24 M
Installing for dependencies:
 btparser                          i686   0.13-1.fc15                        updates                      42 k
Skipped (dependency problems):
 rpmfusion-free-release            noarch 16-0.1                             rpmfusion-free-rawhide       13 k
 rpmfusion-nonfree-release         noarch 16-0.1                             rpmfusion-nonfree-rawhide    13 k

Transaction Summary
===============================================================================================================
Install       5 Package(s)
Upgrade     321 Package(s)
Remove        2 Package(s)

Total size: 507 M
Is this ok [y/N]: y
Downloading Packages:
warning: rpmts_HdrFromFdno: Header V3 RSA/SHA256 Signature, key ID 952f3af8: NOKEY
Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-latest-i386
Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-rawhide-i386


The GPG keys listed for the "RPM Fusion for Fedora Rawhide - Nonfree" repository are already installed but they are not correct for this package.
Check that the correct key URLs are configured for this repository.
[lighthouse@rotterdam ~]$
So the problem is not fixed or just correct me please.

See you soon and thank you!

---------- Post added at 11:34 AM ---------- Previous post was at 12:12 AM ----------

Dear all,

I'm still confused about the problem.. Please advice.

Have a very good day!
Reply With Quote
Reply

Tags
f15, failure, 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
Update Failure wildernessrogue Installation and Live Media 8 20th April 2010 12:55 AM
Update Failure hove13 Using Fedora 5 25th October 2009 04:08 AM
yum update failure PompeyBlue Using Fedora 2 1st July 2006 01:19 AM
yum update failure FreemanGwo Using Fedora 0 12th July 2005 03:26 AM
Yum Update Failure pradeep Using Fedora 36 5th May 2005 10:03 AM


Current GMT-time: 18:45 (Wednesday, 19-06-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