LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Red Hat
User Name
Password
Red Hat This forum is for the discussion of Red Hat Linux.

Notices


Reply
  Search this Thread
Old 08-29-2003, 10:33 PM   #1
LeechBot
LQ Newbie
 
Registered: Aug 2003
Distribution: RedHat 9
Posts: 25

Rep: Reputation: 15
can't update up2date after expired certificate


i got the notice from rh to go to rhn.redhat.com/errata/RHSA-2003-267.html to get the new up2date. i'm not completely stupid, but i can't figure out how to perform what should be a simple task. i downloaded the package, but when i do:

rpm -U up2date-3.1.23.2-1.i386.rpm

I get:

error: Failed dependencies:
up2date = 3.1.23.1 is needed by (installed) up2date-gnome-3.1.23.1-5

and when I do:

rpm -U up2date-gnome-3.1.23.2-1.i386.rpm

I get

error: Failed dependencies:
up2date = 3.1.23.2 is needed by up2date-gnome-3.1.23.2-1

and I can't rpm -e up2date-gnome-3.1.23.1-5

I realize this update must be easy, but i guess i'm too ignorant, and the info at rhn.redhat.com/errata/RHSA-2003-267.html doesn't help me. can someone give me a clue?
 
Old 08-29-2003, 10:54 PM   #2
rustychait
LQ Newbie
 
Registered: Dec 2002
Location: Brisbane
Distribution: Gentoo
Posts: 5

Rep: Reputation: 0
if you have both rpm's in the same directory you could try:
rpm -U up2date*.rpm
 
Old 08-29-2003, 11:26 PM   #3
LeechBot
LQ Newbie
 
Registered: Aug 2003
Distribution: RedHat 9
Posts: 25

Original Poster
Rep: Reputation: 15
NICE!!

problem solved. i had no idea it worked that way.
 
Old 08-29-2003, 11:42 PM   #4
beatlelane
Member
 
Registered: Jun 2003
Location: Manila
Distribution: Bayanihan+RH9+FC1
Posts: 68

Rep: Reputation: 15
hi!

i have installed the upgrade for up2date...and when i issue the command "up2date"...i got a blue screen, nothing in there error, prompt whatsoever...seems to be no activity for updating...i think this is funny...

by the way, my internet connection is working...

anyone experienced this problem?
 
Old 08-30-2003, 12:17 AM   #5
fieldmethods
Member
 
Registered: Nov 2002
Location: Maryland
Distribution: redhat 9
Posts: 31

Rep: Reputation: 15
not a blue screen, but same problem.

Quote:
Originally posted by beatlelane
hi!

i have installed the upgrade for up2date...and when i issue the command "up2date"...i got a blue screen, nothing in there error, prompt whatsoever...seems to be no activity for updating...i think this is funny...

by the way, my internet connection is working...

anyone experienced this problem?
Blue screen? I don't know about that. But my "rpm" command did hang, in both of the following invocations:

rpm -Fvh
(as suggested here at the RedHat site )


and

rpm -U up2date-*.rpm

which seemed to work for the previous person.
If I were a little blue guy with one arm and no hair, I would be scratching my head, like this:




Thanks for any suggestions! LinuxQuestions.org rules!

-Pat
 
Old 08-30-2003, 12:54 AM   #6
beatlelane
Member
 
Registered: Jun 2003
Location: Manila
Distribution: Bayanihan+RH9+FC1
Posts: 68

Rep: Reputation: 15
Re: not a blue screen, but same problem.

Quote:
Originally posted by fieldmethods
Blue screen? I don't know about that. But my "rpm" command did hang, in both of the following invocations:

rpm -Fvh
(as suggested here at the RedHat site )


and

rpm -U up2date-*.rpm

which seemed to work for the previous person.
If I were a little blue guy with one arm and no hair, I would be scratching my head, like this:




Thanks for any suggestions! LinuxQuestions.org rules!

-Pat
hey fieldmethods...you're great!

it works, like magic!

thank you very very much!


the only problem i have to face now is the httpd, its not working after the reinstallation..and of course the virtualhosting which up to know can not figure it out why i cant set it up...after i reinstalled the system there is no colorcoded "httpd.conf".

MABUHAY KA FIELDMETHODS!...again thank you very much.
 
Old 08-30-2003, 01:18 AM   #7
LeechBot
LQ Newbie
 
Registered: Aug 2003
Distribution: RedHat 9
Posts: 25

Original Poster
Rep: Reputation: 15
i should add, i was also able to run up2date and download and install packages, no problem.
 
Old 08-30-2003, 01:37 AM   #8
fieldmethods
Member
 
Registered: Nov 2002
Location: Maryland
Distribution: redhat 9
Posts: 31

Rep: Reputation: 15
Re: Re: not a blue screen, but same problem.

Quote:
Originally posted by beatlelane
hey fieldmethods...you're great!

it works, like magic!

thank you very very much!
...

MABUHAY KA FIELDMETHODS!...again thank you very much.
Uh... Mabuhay ka Beatlelane? that's about all the Tagalog you'll get out of me!

Glad it worked for you. Those instructions are what I came across on the Redhat site, and also rustychait's suggestion above.

I wonder why my machine is hanging. Perhaps I will redownload the rpms and see what happens.

(ps. Does anyone remember when Redhat released a bad version of rpm? I th ink it was around 7.2. That was even trickier than this, since you couldn't update the rpm rpm! Yikes, I'm getting dizzy.)
 
Old 08-30-2003, 01:44 PM   #9
ToBe
Member
 
Registered: Aug 2003
Distribution: RHEL 4&5 Ubuntu LTS 6.06 & 8.04, FreeBSD
Posts: 74

Rep: Reputation: 20
I'm not successful :P



[root@biggerdaddy downloads]# rpm -Fvh up2date-3.1.23.2-1.i386.rpm up2date-gnome-3.1.23.2-1.i386.rpm
error: Failed dependencies:
python >= 2.2.2 is needed by up2date-3.1.23.2-1
rhpl >= 0.81-2 is needed by up2date-3.1.23.2-1



[root@biggerdaddy downloads]# rpm -Uvh up2date-*.rpm
error: Failed dependencies:
python >= 2.2.2 is needed by up2date-3.1.23.2-1
rhpl >= 0.81-2 is needed by up2date-3.1.23.2-1

I was probably slightly out of date before the SSL expired.. so.. what do I do?

I have similar problems on all my RH9, RH8, and RH7.1 boxes :P

Do I have to resolve all the dependencies MANUALLY now??? Gosh, I hope not.. thats why I went with redhat long time ago.. nifty up2date
 
Old 09-03-2003, 01:19 PM   #10
ToBe
Member
 
Registered: Aug 2003
Distribution: RHEL 4&5 Ubuntu LTS 6.06 & 8.04, FreeBSD
Posts: 74

Rep: Reputation: 20
Still trying to figure this one out...

From redhat:

Quote:
"Before applying this update, make sure all previously released errata
relevant to your system have been applied.

To update all RPMs for your particular architecture, run:

rpm -Fvh [filenames]

where [filenames] is a list of the RPMs you wish to upgrade. Only those
RPMs which are currently installed will be updated. Those RPMs which are
not installed but included in the list will not be updated. Note that you
can also use wildcards (*.rpm) if your current directory *only* contains
the desired RPMs.
Where do I find a "list" of all my installed RPM's? This is where I am getting lost.......
 
Old 09-03-2003, 07:28 PM   #11
fieldmethods
Member
 
Registered: Nov 2002
Location: Maryland
Distribution: redhat 9
Posts: 31

Rep: Reputation: 15
You can get such a list by:

rpm -qa

`q' and `a' standing for "query" and "all."

By the way, I resolved this issue with the following steps:

1) Rebuild my rpm database... first, delete the old one:

/var/lib/rpm/__db*
 
Old 09-03-2003, 07:36 PM   #12
fieldmethods
Member
 
Registered: Nov 2002
Location: Maryland
Distribution: redhat 9
Posts: 31

Rep: Reputation: 15
Doh! Blasted enter key.

You can get such a list by:

rpm -qa

`q' and `a' standing for "query" and "all."

By the way, I resolved this issue with the following steps (as root). I'm not sure exactly where the error lay, so I'll just tell you everything I did:

1) Rebuild my rpm database... first, delete the old databases (and in case something goes horribly astray, back up the old ones ):

rm /var/lib/rpm/__db*

2) Now do the actual rebuild command:

rpm --rebuild

This takes a long time, be patient.

3) Delete the up2date rpms you downloaded. I have a sneaking suspicion that mine were corrupted.

4) Re-download them, but this time, run the commands

md5sum up2date-3.1.23.2-1.i386.rpm

and

up2date-gnome-3.1.23.2-1.i386.rpm

If the result matches the md5sums on the RedHat page, then the rpms are definitely good.

Then try again with your

rpm -Fvh up2date*

If it installs, you should be able to run up2date again.

(I'm no guru, so if I've said anything drastically wrong here, someone correct me... It worked for me.)

HTH!

-Pat
 
Old 09-03-2003, 07:44 PM   #13
jhibbets
Red Hat
 
Registered: Sep 2003
Location: Raleigh, NC
Distribution: Red Hat Enterprise Linux v 2.1, v 3, v 4
Posts: 174

Rep: Reputation: 30
Quote:
Originally posted by ToBe

error: Failed dependencies:
python >= 2.2.2 is needed by up2date-3.1.23.2-1
rhpl >= 0.81-2 is needed by up2date-3.1.23.2-1
You can always try using the --force option with rpm. First check to make sure that your pyhton and rhpl RPM's are installed.
[root@jaws root]# rpm -q python rhpl
python-2.2.2-26
rhpl-0.93.4-1

I think the --force option is only availble for the installation of RPMs. It won't hurt you to remove the up2date and up2date-gnome packages with the --nodeps options, then try to install them with rpm -ivh.

Let me know if this works.
 
Old 09-04-2003, 11:13 AM   #14
ToBe
Member
 
Registered: Aug 2003
Distribution: RHEL 4&5 Ubuntu LTS 6.06 & 8.04, FreeBSD
Posts: 74

Rep: Reputation: 20
Thanks guys, I'm going to try this tomorrow when I'm back with my beloved linux boxes..

Will keep you all posted
 
Old 09-04-2003, 03:56 PM   #15
LoneShark
LQ Newbie
 
Registered: Aug 2003
Distribution: Red Hat 9
Posts: 3

Rep: Reputation: 0
Thanks for the up2date*.rpm line solved my problems.

That's one thing about the automatic install feature of Redhat I'm not too fond off. I right or double click it runs through an installer but I never know that it works.
 
  


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
https SSL Certificate Expired lothario Linux - Security 1 01-19-2005 09:42 PM
Certificate used by up2date and rhn_register stitch_n_milo Linux - Newbie 9 05-01-2004 05:39 AM
up2date certificate problems Laptop2250 Linux - Software 2 10-25-2003 12:51 PM
RH up2date new certificate amphion Linux - Newbie 0 09-24-2003 03:29 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 - Distributions > Red Hat

All times are GMT -5. The time now is 10:58 AM.

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