LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 06-24-2004, 07:16 PM   #1
dubya
Member
 
Registered: Mar 2004
Location: Kitchener, Ontario, Canada
Posts: 386

Rep: Reputation: 30
Solution to Fedora Core up2date Problem


Hey,
I know a lot of people had this problem and I wasn't able to find an answer anywhere, so I decided to post what I found to be a solution.

The problem is that whenever up2date is lauched and updates start to download, error messages come up saying the gpg signature is invalid and the package is corrupt.

I went to the Fedora ftp via fedora.redhat.com and tried to download updates manually then install them, but received error messages when trying to install them. I looked in the folder that I downloaded the rpms to and found their sizes differed from the size listed on the ftp site. I also noticed that the rpms took a long time to download. So I went to downloads > mirrors then found a mirror closest to me and was able to download and install the rpms normally.

Then, I editted the /etc/sysconfig/rhn/sources file to include any of these mirrors, then up2date worked fine. So, I conclude that the problem is that the Fedora site is too busy/slow and is causing download errors, causing the gpg signature to be corrupted.

If this is wrong, or this problem was solved a long time ago, let me know, and I'll apologize for wasting your time for reading this.
 
Old 06-24-2004, 09:40 PM   #2
kvedaa
Member
 
Registered: Mar 2004
Location: Virginia
Distribution: PacketProtector
Posts: 331

Rep: Reputation: 30
I suspect that you are on the right track in regards to the problem being realted to the default servers having to much load. On boxes that are set up with default values I notice that shortly after larger upgrades are made available I will run into error messages along the lines of gpg signatures being corrupted. I think what is actually happening is that the download is simply failing (timing out) due to excessive load, and the incomplete file does not match the built in hash check, hence it spits out the gpg signature error.
 
Old 06-25-2004, 11:10 AM   #3
Raptor102
LQ Newbie
 
Registered: Jun 2004
Location: Rochester, NY
Distribution: Fedora Core 2
Posts: 25

Rep: Reputation: 15
my problem is that when up2date runs i get an error message that the system isn't registered. funny huh?

my previous post
**************************************************************************************************** ***************
made the mistake of running up2date --register on my fedora system
i now cannot recieve any updates i get this error message....


Error Message:
Please run rhn_register (or up2date --register on Red Hat Linux 8.0)
as root on this client
Error Class Code: 9
Error Class Info: Invalid System Credentials.
Explanation:
An error has occurred while processing your request. If this problem
persists please enter a bug report at bugzilla.redhat.com.
If you choose to submit the bug report, please be sure to include
details of what you were trying to do when this error occurred and
details on how to reproduce this problem.



any ideas on how to fix this? RH wants me to activate via serial # for a rh enterprise linux
version which i don't have!!
i recieved a e-mail from Rh with this ....

The following system has been registered to your account in
the past day, but could not be entitled to service:

fedora2

This system will be unable to receive updates until you've activated
your product. For more information, please visit:

https://www.redhat.com/now

--the Red Hat Network Team
******************************************************************************************
Question 1
how do i restore my up2date manager back to the original way?

Question 2
if i can't, am i screwed and have to do a fresh install?

Question 3
if i type this....

code:

up2date --configure



it shows me a URL
https://xmlrpc.rhn.redhat.com/XMLRPC

finally to the question, can i change that URL to somewhere different? if so, where?
now that i have killed you all with this.......
please help!!!
 
Old 06-27-2004, 02:15 PM   #4
dubya
Member
 
Registered: Mar 2004
Location: Kitchener, Ontario, Canada
Posts: 386

Original Poster
Rep: Reputation: 30
I don't think I've had this problem before, but I have some questions that might help me answer the problem.

1. How do you launch up2date? From terminal or from the red button in the system tray?

2. Where do you get the message that tells you to register? When I first install Fedora and try to update, I always get a pop up message asking me to register with the RHN. It happens a few times and I just always hit the "Register with RHN" button untill it stops asking me.

I may not be able to help since you're running Fedora Core 2, which I have no experience with. One thing I can suggest in opposition to a fresh install of the whole OS is to remove up2date completely then reinstall it with an rpm. However, I've never done this myself, so I make no guarantees that it will work. In theory, it should help.

To do that, first find the package name of up2date you have installed with <rpm -q up2date>. Then, to remove it use <rpm -ev up2date-versionhere.rpm> (I'm not sure if you need the .rpm at the end or not). Then, you can find an rpm of the latest version of up2date at http://fedora.redhat.com/ (go to downloads > mirrors > (find a mirror closest to you) > updates > 1 (there is no up2date update for Fedora Core 2) > (your arch here) > then scroll down to find the up2date rpm. Download it and save it, then install it with <rpm -ivh packagenamehere.rpm>.

This probably should only be attempted as a 2nd last resort (the last being a fresh install of the entire OS) and I'm really not sure if it will work, but if you have any questions along the way, please ask and I'll do my best to help.
 
Old 11-04-2005, 10:25 AM   #5
Cabal
LQ Newbie
 
Registered: Jul 2005
Location: Caxias do Sul - Brasil
Distribution: Kubuntu
Posts: 13

Rep: Reputation: 0
Quote:
Originally posted by dubya
I don't think I've had this problem before, but I have some questions that might help me answer the problem.

1. How do you launch up2date? From terminal or from the red button in the system tray?

2. Where do you get the message that tells you to register? When I first install Fedora and try to update, I always get a pop up message asking me to register with the RHN. It happens a few times and I just always hit the "Register with RHN" button untill it stops asking me.

I may not be able to help since you're running Fedora Core 2, which I have no experience with. One thing I can suggest in opposition to a fresh install of the whole OS is to remove up2date completely then reinstall it with an rpm. However, I've never done this myself, so I make no guarantees that it will work. In theory, it should help.

To do that, first find the package name of up2date you have installed with <rpm -q up2date>. Then, to remove it use <rpm -ev up2date-versionhere.rpm> (I'm not sure if you need the .rpm at the end or not). Then, you can find an rpm of the latest version of up2date at http://fedora.redhat.com/ (go to downloads > mirrors > (find a mirror closest to you) > updates > 1 (there is no up2date update for Fedora Core 2) > (your arch here) > then scroll down to find the up2date rpm. Download it and save it, then install it with <rpm -ivh packagenamehere.rpm>.

This probably should only be attempted as a 2nd last resort (the last being a fresh install of the entire OS) and I'm really not sure if it will work, but if you have any questions along the way, please ask and I'll do my best to help.
I'm having this same problem myself. I keep hiting "Register with RHN", but so far, it still bothers me everytime.
And it also does not show me any available updates. Either the RHN icon is blue at all times, or a big "?" (which I've never saw before).
If it keeps like this, I will try to remove up2date and reinstall it.
 
Old 11-04-2005, 01:26 PM   #6
dubya
Member
 
Registered: Mar 2004
Location: Kitchener, Ontario, Canada
Posts: 386

Original Poster
Rep: Reputation: 30
It seems like with each release of Fedora, a new problem with up2date arises. So far, with FC4, it seems like you can just hit the register later option and then launch up2date with no problems.

This post is old and I have since switched to yum for managing packages and updates. up2date actually uses yum in the backend so there isn't much difference. If you're particularly attached to a gui, you might want to try yum ex, a gui for yum. I've never used to I can't put an endorsement behind it. Otherwise, I would really recommend using yum.

I hope this helps, post back if you need.
 
  


Reply



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



Similar Threads
Thread Thread Starter Forum Replies Last Post
Fedora Core 2 up2date condatis Fedora 2 12-03-2004 08:18 PM
Fedora Core 2 up2date... Le_Petit_Lapin Linux - Newbie 6 09-01-2004 11:15 AM
using up2date with Fedora Core 1 technochef Fedora 3 08-25-2004 10:19 PM
Using Up2Date with Fedora Core 1 Memzback Fedora 0 04-30-2004 08:40 AM
up2date fedora core 2 Vladimyre Linux - Newbie 1 04-16-2004 11:37 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 09:21 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration