LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
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


Reply
  Search this Thread
Old 05-14-2003, 02:20 AM   #1
Axo
Member
 
Registered: May 2003
Distribution: Debian
Posts: 153

Rep: Reputation: 17
Question up2date , query, ???


Today i received a email from Red Hat , telling me that there was a errata alert ,so i quiet happily started the up2date process.
About 3-4 minutes into the download i receive a message saying,
" The package does not have a valid GPG signature . It has been tampered with or is corrupted continue ? "

Now do i continue and not know for sure that , this package is not going to cause havoc on my box ?

Why would RH send me a email telling me to download such n such package , when it could be corrupt ?

Doesn't RH check these things before releasing packages to the public ?

As I'm new to the linux world . if someone could explain why this happens and if its safe to continue downloading , i might gain a better understanding on how these things work .

Thanks in advance.

Regards

AXO
 
Old 05-14-2003, 04:55 AM   #2
mhearn
LQ Guru
 
Registered: Nov 2002
Location: Durham, England
Distribution: Fedora Core 4
Posts: 1,565

Rep: Reputation: 57
Try rerunning up2date/download it again? I seriously doubt anybody has compromised the Redhat servers, more likely it's a corrupted download
 
Old 05-14-2003, 05:08 AM   #3
Axo
Member
 
Registered: May 2003
Distribution: Debian
Posts: 153

Original Poster
Rep: Reputation: 17
Thanks for the reply mhearn, ive tried it a fews times now and still no luck , same message .
Could the problem be caused by a bad phone line connection ,i'm using dial up ? .


Regards


AXO
 
Old 05-14-2003, 07:48 AM   #4
fsbooks
Member
 
Registered: Jan 2002
Location: Missoula. Montana, USA
Distribution: Slackware (various)
Posts: 464

Rep: Reputation: 52
A bad phone line could do it, try saving the download someplace where it wont't be overwritten by the next one and compare the downloads to see if they are the same (RH puts them in /var/spool/up2date by default on my machine). If you get consistently bad downloads, you could also download the rpm from a mirror and then use up2date with the -k<paths to package> option with up2date. The mirrors often provide better download speeds (even on dialup) and relieve lots of load on the RH servers. (Not that I should care anymore now that up2date is considered a "demo service" to those not paying a monthly fee).
 
Old 05-14-2003, 01:07 PM   #5
ven0m
LQ Newbie
 
Registered: May 2003
Location: London, UK
Distribution: RedHat & Debian
Posts: 11

Rep: Reputation: 0
You could download apt-get (RPM ) from freshrpms.net, that's what I use and you don't have to pay any monthly fees.

Install apt-get and run as root in console:

apt-get update
(do this twice, as there is a reported bug in the software)

when you've done that, run:

apt-get upgrade

and that will upgrade your entire system.

You'll learn to love apt-get (as resolves dependencies), it also installs other packages as well (check out the packages tab on the website)

apt-get install packagename

I hope this helps
 
Old 05-14-2003, 01:48 PM   #6
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
don't forget the all important apt-get install synaptic

I love this app!
 
Old 05-14-2003, 02:07 PM   #7
Crashed_Again
Senior Member
 
Registered: Dec 2002
Location: Atlantic City, NJ
Distribution: Ubuntu & Arch
Posts: 3,503

Rep: Reputation: 57
Yeah your problem with up2date is that the redhat servers are bogged down at the moment. This causes packages to corrupt while downloading. You can either wait until the smoke clears on there servers or apt-get for rpm as ven0m suggested.
 
Old 05-14-2003, 03:04 PM   #8
misc
Senior Member
 
Registered: Apr 2003
Distribution: Red Hat + Fedora
Posts: 1,084

Rep: Reputation: 54
Quote:
Yeah your problem with up2date is that the redhat servers are bogged down at the moment. This causes packages to corrupt while downloading
Download corruption is not related to Red Hat Network being busy. It happens to some users also during other times. Access to Red Hat Network is prioritized. A demo user would be rejected if RHN is too busy serving paying customers.

Check out http://www.fedora.us for Yum or apt4rpm as an alternative update and packaging tool.

The way to remove the bad download is to delete the file in /var/spool/up2date and then rerun up2date. Or you download the updates from an FTP/HTTP mirror of updates.redhat.com and put them into /var/spool/up2date where up2date will pick them up.
 
Old 05-15-2003, 04:59 AM   #9
Axo
Member
 
Registered: May 2003
Distribution: Debian
Posts: 153

Original Poster
Rep: Reputation: 17
Thanks to everyone who replied ,i'm now using apt-get .

Regards

AXO

p.s Is RH starting to sound like another OS i know of , maybe those debian woody cd's will come in handy after all .

Last edited by Axo; 05-15-2003 at 05:03 AM.
 
Old 05-16-2003, 09:57 AM   #10
Crashed_Again
Senior Member
 
Registered: Dec 2002
Location: Atlantic City, NJ
Distribution: Ubuntu & Arch
Posts: 3,503

Rep: Reputation: 57
Quote:
Originally posted by misc
Download corruption is not related to Red Hat Network being busy. It happens to some users also during other times.
Yes it does happen to some users when the server is not busy but when the servers are bogged down it certainly makes the chances of getting a corrupted download much higher.
 
Old 05-16-2003, 11:36 AM   #11
misc
Senior Member
 
Registered: Apr 2003
Distribution: Red Hat + Fedora
Posts: 1,084

Rep: Reputation: 54
Quote:
Originally posted by AXO
p.s Is RH starting to sound like another OS i know of ,


That comparison is beyond my comprehension. What has changed? If you'd like to, you can still get the distribution and all its updates for free. Even "free" as in "free beer". That's unusual for a NASDAQ-listed company, isn't it? As long before, updates are still available on many FTP/HTTP servers world-wide. Nobody forces you to use Red Hat Network and its up2date tool. Nobody forces you to use Red Hat Linux either.

Pick and support the distribution/distributor you like best.
 
  


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
query saurabhparihar Linux - Newbie 2 05-21-2005 02:00 PM
Recursive Query JMagana Linux - Software 1 12-01-2004 07:46 PM
X -query pacman23 Linux - Software 2 07-22-2004 07:16 AM
RH9 - up2date isn't up2date! robertmarkbram Linux - Software 2 10-22-2003 06:48 AM
up2date bug fixed: New up2date avail. with updated SSL certificate authority file dkaplowitz Red Hat 2 09-04-2003 05:05 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 09:45 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