Fedora Linux Support Community & Resources Center

Sections ›› Home | Forums | Guidelines | Forum Help | Fedora FAQ | Fedora News 

Go Back   FedoraForum.org > Fedora Support > Archived > alt.os.linux.redhat

alt.os.linux.redhat alt.os.linux.redhat newsgroup archive.

 
 
Thread Tools Search this Thread Display Modes
  #1  
Old 2004-03-18, 10:14 AM CST
Vigilance Monitoring
Guest
 
Posts: n/a
Problems upgrading openssh on RHL 7.3

I'm trying to upgrade openssh from 3.1p1 to 3.7p1 on RHL 7.3

I downloaded the src rpm file and created an installable RPM.

When I try to do a rpm -Fvh or rpm Uvh on the rpm I get a dependency
complaint that openssh-1.3p1-blah-14 are needed.

If I do a rpm -qa |grep openssh, all of he dependency complaints list as
being installed.

I've read the white papers on the rpm implementation and I realize that it
is .... sub optimal. However, before installing this upgrade from source I
wanted to see if anyone had any suggestions. Rpm is really great when it
works and I certainly admit to being now expert. Perhaps someone's seen
this problem?


  #2  
Old 2004-03-18, 11:52 AM CST
Lenard
Guest
 
Posts: n/a
Re: Problems upgrading openssh on RHL 7.3

On Thu, 18 Mar 2004 09:14:37 -0800, Vigilance Monitoring wrote:

> I'm trying to upgrade openssh from 3.1p1 to 3.7p1 on RHL 7.3
>
> I downloaded the src rpm file and created an installable RPM.
>
> When I try to do a rpm -Fvh or rpm Uvh on the rpm I get a dependency
> complaint that openssh-1.3p1-blah-14 are needed.
>
> If I do a rpm -qa |grep openssh, all of he dependency complaints list as
> being installed.
>
> I've read the white papers on the rpm implementation and I realize that
> it is .... sub optimal. However, before installing this upgrade from
> source I wanted to see if anyone had any suggestions. Rpm is really
> great when it works and I certainly admit to being now expert. Perhaps
> someone's seen this problem?


Yes, the problem your understanding of the upgrade effort and what the
package manager (RPM) 'warning messages' are telling you in this case. The
package manager (RPM) 'warning messages' is an attempt in not allowing you
to break your system configuration by the single package upgrade when
multiple packages are required for the upgrade.

You have the list of the openssh RPM's that are required for the openssh
upgrade, the 'rpm -qa | grep openssh' output. Use this list as a reference
guide for the upgrade.

You have created the openssh-3.7p1 RPM package, what about the rest? If
during the time you created the binary RPM for the openssh 3.7p1 upgrade,
where any other non debug RPM's created also? If yes, then do they match
the known list of the openssh 3.1p1 RPM's? If yes, then install them all
at the same time, as root type something like 'rpm -Fvh *.rpm' from where
the packages are located. If not then you have some more work to do.
Basically you want the same updated openssh 3.7p1 RPM packages as the
currently installed openssh 3.1p1 RPM's as list from the output of the
'rpm -qa | grep openssh' command.


--
Posted under the XFree86 v.1.0 license
Copyright remains with the author
  #3  
Old 2004-03-18, 11:52 AM CST
Lenard
Guest
 
Posts: n/a
Re: Problems upgrading openssh on RHL 7.3

On Thu, 18 Mar 2004 09:14:37 -0800, Vigilance Monitoring wrote:

> I'm trying to upgrade openssh from 3.1p1 to 3.7p1 on RHL 7.3
>
> I downloaded the src rpm file and created an installable RPM.
>
> When I try to do a rpm -Fvh or rpm Uvh on the rpm I get a dependency
> complaint that openssh-1.3p1-blah-14 are needed.
>
> If I do a rpm -qa |grep openssh, all of he dependency complaints list as
> being installed.
>
> I've read the white papers on the rpm implementation and I realize that
> it is .... sub optimal. However, before installing this upgrade from
> source I wanted to see if anyone had any suggestions. Rpm is really
> great when it works and I certainly admit to being now expert. Perhaps
> someone's seen this problem?


Yes, the problem your understanding of the upgrade effort and what the
package manager (RPM) 'warning messages' are telling you in this case. The
package manager (RPM) 'warning messages' is an attempt in not allowing you
to break your system configuration by the single package upgrade when
multiple packages are required for the upgrade.

You have the list of the openssh RPM's that are required for the openssh
upgrade, the 'rpm -qa | grep openssh' output. Use this list as a reference
guide for the upgrade.

You have created the openssh-3.7p1 RPM package, what about the rest? If
during the time you created the binary RPM for the openssh 3.7p1 upgrade,
where any other non debug RPM's created also? If yes, then do they match
the known list of the openssh 3.1p1 RPM's? If yes, then install them all
at the same time, as root type something like 'rpm -Fvh *.rpm' from where
the packages are located. If not then you have some more work to do.
Basically you want the same updated openssh 3.7p1 RPM packages as the
currently installed openssh 3.1p1 RPM's as list from the output of the
'rpm -qa | grep openssh' command.


--
Posted under the XFree86 v.1.0 license
Copyright remains with the author
  #4  
Old 2004-03-18, 11:52 AM CST
Lenard
Guest
 
Posts: n/a
Re: Problems upgrading openssh on RHL 7.3

On Thu, 18 Mar 2004 09:14:37 -0800, Vigilance Monitoring wrote:

> I'm trying to upgrade openssh from 3.1p1 to 3.7p1 on RHL 7.3
>
> I downloaded the src rpm file and created an installable RPM.
>
> When I try to do a rpm -Fvh or rpm Uvh on the rpm I get a dependency
> complaint that openssh-1.3p1-blah-14 are needed.
>
> If I do a rpm -qa |grep openssh, all of he dependency complaints list as
> being installed.
>
> I've read the white papers on the rpm implementation and I realize that
> it is .... sub optimal. However, before installing this upgrade from
> source I wanted to see if anyone had any suggestions. Rpm is really
> great when it works and I certainly admit to being now expert. Perhaps
> someone's seen this problem?


Yes, the problem your understanding of the upgrade effort and what the
package manager (RPM) 'warning messages' are telling you in this case. The
package manager (RPM) 'warning messages' is an attempt in not allowing you
to break your system configuration by the single package upgrade when
multiple packages are required for the upgrade.

You have the list of the openssh RPM's that are required for the openssh
upgrade, the 'rpm -qa | grep openssh' output. Use this list as a reference
guide for the upgrade.

You have created the openssh-3.7p1 RPM package, what about the rest? If
during the time you created the binary RPM for the openssh 3.7p1 upgrade,
where any other non debug RPM's created also? If yes, then do they match
the known list of the openssh 3.1p1 RPM's? If yes, then install them all
at the same time, as root type something like 'rpm -Fvh *.rpm' from where
the packages are located. If not then you have some more work to do.
Basically you want the same updated openssh 3.7p1 RPM packages as the
currently installed openssh 3.1p1 RPM's as list from the output of the
'rpm -qa | grep openssh' command.


--
Posted under the XFree86 v.1.0 license
Copyright remains with the author
  #5  
Old 2004-03-22, 09:57 AM CST
Vigilance Monitoring
Guest
 
Posts: n/a
Re: Problems upgrading openssh on RHL 7.3

rpm -Fvh *.rpm solved it. Thanks very much.

A follow up question if you don't mind.

The new openssh is still using openssl 0.9.6b which I plan to upgrade
shortly. Will I need to do anything further with openssh or will it pick up
the new SSL stuff once it's installed?

Many thanks in advance


"Lenard" <lenard@127.0.0.1> wrote in message
newsan.2004.03.18.18.54.17.307781@127.0.0.1...
> On Thu, 18 Mar 2004 09:14:37 -0800, Vigilance Monitoring wrote:
>
> > I'm trying to upgrade openssh from 3.1p1 to 3.7p1 on RHL 7.3
> >
> > I downloaded the src rpm file and created an installable RPM.
> >
> > When I try to do a rpm -Fvh or rpm Uvh on the rpm I get a dependency
> > complaint that openssh-1.3p1-blah-14 are needed.
> >
> > If I do a rpm -qa |grep openssh, all of he dependency complaints list as
> > being installed.
> >
> > I've read the white papers on the rpm implementation and I realize that
> > it is .... sub optimal. However, before installing this upgrade from
> > source I wanted to see if anyone had any suggestions. Rpm is really
> > great when it works and I certainly admit to being now expert. Perhaps
> > someone's seen this problem?

>
> Yes, the problem your understanding of the upgrade effort and what the
> package manager (RPM) 'warning messages' are telling you in this case. The
> package manager (RPM) 'warning messages' is an attempt in not allowing you
> to break your system configuration by the single package upgrade when
> multiple packages are required for the upgrade.
>
> You have the list of the openssh RPM's that are required for the openssh
> upgrade, the 'rpm -qa | grep openssh' output. Use this list as a reference
> guide for the upgrade.
>
> You have created the openssh-3.7p1 RPM package, what about the rest? If
> during the time you created the binary RPM for the openssh 3.7p1 upgrade,
> where any other non debug RPM's created also? If yes, then do they match
> the known list of the openssh 3.1p1 RPM's? If yes, then install them all
> at the same time, as root type something like 'rpm -Fvh *.rpm' from where
> the packages are located. If not then you have some more work to do.
> Basically you want the same updated openssh 3.7p1 RPM packages as the
> currently installed openssh 3.1p1 RPM's as list from the output of the
> 'rpm -qa | grep openssh' command.
>
>
> --
> Posted under the XFree86 v.1.0 license
> Copyright remains with the author



  #6  
Old 2004-03-22, 09:57 AM CST
Vigilance Monitoring
Guest
 
Posts: n/a
Re: Problems upgrading openssh on RHL 7.3

rpm -Fvh *.rpm solved it. Thanks very much.

A follow up question if you don't mind.

The new openssh is still using openssl 0.9.6b which I plan to upgrade
shortly. Will I need to do anything further with openssh or will it pick up
the new SSL stuff once it's installed?

Many thanks in advance


"Lenard" <lenard@127.0.0.1> wrote in message
newsan.2004.03.18.18.54.17.307781@127.0.0.1...
> On Thu, 18 Mar 2004 09:14:37 -0800, Vigilance Monitoring wrote:
>
> > I'm trying to upgrade openssh from 3.1p1 to 3.7p1 on RHL 7.3
> >
> > I downloaded the src rpm file and created an installable RPM.
> >
> > When I try to do a rpm -Fvh or rpm Uvh on the rpm I get a dependency
> > complaint that openssh-1.3p1-blah-14 are needed.
> >
> > If I do a rpm -qa |grep openssh, all of he dependency complaints list as
> > being installed.
> >
> > I've read the white papers on the rpm implementation and I realize that
> > it is .... sub optimal. However, before installing this upgrade from
> > source I wanted to see if anyone had any suggestions. Rpm is really
> > great when it works and I certainly admit to being now expert. Perhaps
> > someone's seen this problem?

>
> Yes, the problem your understanding of the upgrade effort and what the
> package manager (RPM) 'warning messages' are telling you in this case. The
> package manager (RPM) 'warning messages' is an attempt in not allowing you
> to break your system configuration by the single package upgrade when
> multiple packages are required for the upgrade.
>
> You have the list of the openssh RPM's that are required for the openssh
> upgrade, the 'rpm -qa | grep openssh' output. Use this list as a reference
> guide for the upgrade.
>
> You have created the openssh-3.7p1 RPM package, what about the rest? If
> during the time you created the binary RPM for the openssh 3.7p1 upgrade,
> where any other non debug RPM's created also? If yes, then do they match
> the known list of the openssh 3.1p1 RPM's? If yes, then install them all
> at the same time, as root type something like 'rpm -Fvh *.rpm' from where
> the packages are located. If not then you have some more work to do.
> Basically you want the same updated openssh 3.7p1 RPM packages as the
> currently installed openssh 3.1p1 RPM's as list from the output of the
> 'rpm -qa | grep openssh' command.
>
>
> --
> Posted under the XFree86 v.1.0 license
> Copyright remains with the author



  #7  
Old 2004-03-22, 09:57 AM CST
Vigilance Monitoring
Guest
 
Posts: n/a
Re: Problems upgrading openssh on RHL 7.3

rpm -Fvh *.rpm solved it. Thanks very much.

A follow up question if you don't mind.

The new openssh is still using openssl 0.9.6b which I plan to upgrade
shortly. Will I need to do anything further with openssh or will it pick up
the new SSL stuff once it's installed?

Many thanks in advance


"Lenard" <lenard@127.0.0.1> wrote in message
newsan.2004.03.18.18.54.17.307781@127.0.0.1...
> On Thu, 18 Mar 2004 09:14:37 -0800, Vigilance Monitoring wrote:
>
> > I'm trying to upgrade openssh from 3.1p1 to 3.7p1 on RHL 7.3
> >
> > I downloaded the src rpm file and created an installable RPM.
> >
> > When I try to do a rpm -Fvh or rpm Uvh on the rpm I get a dependency
> > complaint that openssh-1.3p1-blah-14 are needed.
> >
> > If I do a rpm -qa |grep openssh, all of he dependency complaints list as
> > being installed.
> >
> > I've read the white papers on the rpm implementation and I realize that
> > it is .... sub optimal. However, before installing this upgrade from
> > source I wanted to see if anyone had any suggestions. Rpm is really
> > great when it works and I certainly admit to being now expert. Perhaps
> > someone's seen this problem?

>
> Yes, the problem your understanding of the upgrade effort and what the
> package manager (RPM) 'warning messages' are telling you in this case. The
> package manager (RPM) 'warning messages' is an attempt in not allowing you
> to break your system configuration by the single package upgrade when
> multiple packages are required for the upgrade.
>
> You have the list of the openssh RPM's that are required for the openssh
> upgrade, the 'rpm -qa | grep openssh' output. Use this list as a reference
> guide for the upgrade.
>
> You have created the openssh-3.7p1 RPM package, what about the rest? If
> during the time you created the binary RPM for the openssh 3.7p1 upgrade,
> where any other non debug RPM's created also? If yes, then do they match
> the known list of the openssh 3.1p1 RPM's? If yes, then install them all
> at the same time, as root type something like 'rpm -Fvh *.rpm' from where
> the packages are located. If not then you have some more work to do.
> Basically you want the same updated openssh 3.7p1 RPM packages as the
> currently installed openssh 3.1p1 RPM's as list from the output of the
> 'rpm -qa | grep openssh' command.
>
>
> --
> Posted under the XFree86 v.1.0 license
> Copyright remains with the author



 

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
3 problems after upgrading to FC7 richardg1952 Software 18 2007-07-08 06:05 PM CDT
NIC problems after upgrading to fc5 William Yardley gmane.linux.redhat.fedora.general 1 2006-03-27 11:10 AM CST
FC5: problems with gdm after upgrading Tim Clemons gmane.linux.redhat.fedora.general 0 2006-03-24 03:00 PM CST
Problems while upgrading to FC3 Michal Lijowski gmane.linux.redhat.fedora.general 4 2005-02-02 02:14 PM CST
Upgrading OpenSSH divinity Servers 2 2004-11-16 07:16 PM CST

Automatic Translations (Powered by Powered by Google):
Afrikaans Albanian Arabic Belarusian Bulgarian Catalan Chinese Croatian Czech Danish Dutch English Estonian Filipino Finnish French Galician German Greek Hebrew Hindi Hungarian Icelandic Indonesian Italian Japanese Korean Latvian Lithuanian Macedonian Malay Maltese Norwegian Persian Polish Portuguese Romanian Russian Serbian Slovak Slovenian Spanish Swahili Swedish Taiwanese Thai Turkish Ukrainian Vietnamese Yiddish

All times are GMT -7. The time now is 12:43 PM CST.

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 | Founding Members
Designed By Ewdison Then | Powered by vBulletin ©2000-2009, Jelsoft Enterprises Ltd.
FedoraForum is Powered by Open Source Projects and Products
Translations made by vBET 2.3.8