Koozali.org: home of the SME Server

yum updates

trakker

yum updates
« on: December 13, 2005, 06:01:32 PM »
a recent attept to run yum update resulted in the following:

....identical dependency loop exceeded
package openssl-perl needs openssl = 0.9.6b-36.7.legacy (not provided)
package openssl-perl needs openssl = 0.9.6b-36.7.legacy (not provided

I then checked with

rpm -qa |grep openssl

which shows

openssl-0.9.6b-36.7.legacy
openssl-perl-0.9.6b-36.7.legacy

what am I doing wrong?

-trakker-

trakker

yum updates
« Reply #1 on: December 16, 2005, 08:01:22 PM »
anybody?
any ideas?

please help...

Offline Appesteijn

  • ***
  • 62
  • +0/-0
yum updates
« Reply #2 on: December 16, 2005, 09:31:23 PM »
maybe run a yum clean and try again? yum clean should clear your yum cache.
............

trakker

yum updates
« Reply #3 on: December 16, 2005, 09:42:17 PM »
did that thanks,
no change however....

also, when I tried to install the rpm's manually,

yum update still shows the error.....

???

Offline Appesteijn

  • ***
  • 62
  • +0/-0
yum updates
« Reply #4 on: December 16, 2005, 11:51:16 PM »
Hmm, if you do a rpm -Uvh openssl-new-version  
Does rpm give a "version already installed" ?

One option is maybe to rpm -e openssl (uninstall) or a rpm -Uvh --force new-version-of-ssl (Do a force install of the 'new' openssl version)

But I am not sure if this keeps your server in good shape.
............

trakker

yum updates
« Reply #5 on: December 16, 2005, 11:58:17 PM »
very hesitant to try anything that might 'break' my server

anybody know if this'll help? or will it cause other problems?

Thanks

Offline mrjhb3

  • *
  • 1,188
  • +0/-0
    • John Bennett Services
yum updates
« Reply #6 on: December 19, 2005, 10:11:24 PM »
Quote from: "trakker"
very hesitant to try anything that might 'break' my server

anybody know if this'll help? or will it cause other problems?

Thanks


Not 100% sure about this, but if you do a force, then a signal-event post-upgrade, then reboot, then your templates will be regenerated and you should be in good shape.

FWIW, the fedorylegacy project just released some updated openssl RPM's due to some security issues.  You could download them and see if that corrects your youm update issue, or wait until the maintenance team pushes them to the updates-testing directory.  

I have installed them on a 6.5 server, did the post-upgrade, and reboot, and didn't notice any issues on my server.  But, I didn't do much other testing.  The new RPMS's are named  openssl-0.9.6b-39.10.legacy.i386.rpm and  openssl-0.9.6b-39.10.legacy.i686.rpm respectfully.

JB
......

Offline mrjhb3

  • *
  • 1,188
  • +0/-0
    • John Bennett Services
yum updates
« Reply #7 on: December 19, 2005, 10:11:56 PM »
Quote from: "trakker"
very hesitant to try anything that might 'break' my server

anybody know if this'll help? or will it cause other problems?

Thanks


Not 100% sure about this, but if you do a force, then a signal-event post-upgrade, then reboot, then your templates will be regenerated and you should be in good shape.

FWIW, the fedorylegacy project just released some updated openssl RPM's due to some security issues.  You could download them and see if that corrects your youm update issue, or wait until the maintenance team pushes them to the updates-testing directory.  

I have installed them on a 6.5 server, did the post-upgrade, and reboot, and didn't notice any issues on my server.  But, I didn't do much other testing.  The new RPMS's are named  openssl-0.9.6b-39.10.legacy.i386.rpm and  openssl-0.9.6b-39.10.legacy.i686.rpm respectfully.

JB
......

Offline wellsi

  • *
  • 475
  • +0/-0
    • http://www.wellsi.com
yum updates
« Reply #8 on: December 20, 2005, 10:13:59 AM »
The latest Fedora Legacy openssl packages will be released by the maintenance team into updates-testing-common soon.
............

Offline meneer

  • **
  • 26
  • +0/-0
    • http://www.tken.net
yum updates
« Reply #9 on: December 29, 2005, 10:07:30 PM »
I tried the forced update on my system, but rpm reports failed dependencies:
openssl = 0.9.6m-1es1 is needed by openssl-devel-0.9.6m-1es1
openssl = 0.9.6m-1es1 is needed by openssl-perl-0.9.6m-1es1

So, it didn't ruin my system, but yum isn't happy...
...
First check cables............

Offline mrjhb3

  • *
  • 1,188
  • +0/-0
    • John Bennett Services
yum updates
« Reply #10 on: December 30, 2005, 12:24:43 AM »
Quote from: "meneer"
I tried the forced update on my system, but rpm reports failed dependencies:
openssl = 0.9.6m-1es1 is needed by openssl-devel-0.9.6m-1es1
openssl = 0.9.6m-1es1 is needed by openssl-perl-0.9.6m-1es1

So, it didn't ruin my system, but yum isn't happy...


So where did the above 2 rpm's come from?  On a default install openssl-devel and openssl-perl are not installed, this would have been something you installed yourself, or via someone elses script.  With that said. a search on this site, shows that you have the infamous smeplus script installed.  That's where the other 2 rpms' come from.  This would have been good information to give in your initial post.  So, it's up to you now, either you leave it like it is and continue to let yum groan, or remove the two or maybe three rpm's and possibly have to manually update openssl with the version that is in updates-testing.

JB
......

Offline meneer

  • **
  • 26
  • +0/-0
    • http://www.tken.net
yum updates
« Reply #11 on: December 30, 2005, 07:52:14 AM »
Quote from: "mrjhb3"
This would have been good information to give in your initial post.JB
Hi JB, I (meneer) am not the initial poster, I just happened to have run into the same problem ;)
I'll just drop the openssl stuff and report back.
...
First check cables............

Offline meneer

  • **
  • 26
  • +0/-0
    • http://www.tken.net
yum updates
« Reply #12 on: December 30, 2005, 05:12:00 PM »
Ran the smeplus script to get rid of smeplus. Looked fine, a few errors, but nothing special.

It didn't fix the openssl errors, though.

rpm force the new update results in the same dependencies. removing openssl seems not possible (lots of rpm dependencies reported).
...
First check cables............

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
yum updates
« Reply #13 on: December 30, 2005, 05:49:21 PM »
Quote from: "meneer"
Ran the smeplus script to get rid of smeplus. Looked fine, a few errors, but nothing special.

It didn't fix the openssl errors, though.


Obviously the smeplus script does not get rid of all of "smeplus".

Did you remove the unnecessary openssl-devel and openssl-perl rpms as recommended?

Quote

rpm force the new update results in the same dependencies.


Only use --nodeps and --force when you understand exactly why you are doing so. rpm is trying to protect your system. You should listen to what it is saying.

Offline meneer

  • **
  • 26
  • +0/-0
    • http://www.tken.net
yum updates
« Reply #14 on: December 31, 2005, 07:49:23 AM »
removing both rpm's fixes the problem. thanx!
...
First check cables............