Koozali.org: home of the SME Server

Yum upgrade issue

Offline smeghead

  • *
  • 563
  • +0/-0
Yum upgrade issue
« on: December 17, 2006, 09:44:23 AM »
Just applied all the SME7.1b1 updates including the latest yum & all went swimmingly well.

Subsequently, I ran yum again and found issues with my cache so ran 'yum clean all' to give myself a clean slate from which to work.

After repopulating the local header cache I now get the following:

[root@kryten etc]# yum update
==============================================================
WARNING: Additional commands may be required after running yum
==============================================================
Loading "fastestmirror" plugin
Loading "smeserver" plugin
Setting up Update Process
Setting up repositories
Loading mirror speeds from cached hostfile
Reading repository metadata in from local files
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Package cvm.i386 0:0.76-1.el4.sme set to be updated
---> Package clamd.i386 0:0.90rc2-3.el4.sme set to be updated
---> Package smeserver-qpsmtpd-spamassassinlevelstars.noarch 0:0.0.1-0.el4.sme set to be updated
---> Package e-smith-lib.noarch 0:1.17.0-8.el4.sme set to be updated
---> Package clamav-db.i386 0:0.90rc2-3.el4.sme set to be updated
---> Package e-smith-email.noarch 0:4.16.0-11.el4.sme set to be updated
---> Package e-smith-dovecot.noarch 0:0.0.1-3.el4.sme set to be updated
---> Package jinzora.noarch 0:2.6-1.el4.sme set to be updated
---> Package smeserver-spamassassin-features.noarch 0:0.0.2-0.el4.sme set to be updated
---> Package clamav.i386 0:0.90rc2-3.el4.sme set to be updated
---> Package runit.i386 0:1.7.1-2.el4.sme set to be updated
---> Package e-smith-manager.noarch 0:1.13.1-10.el4.sme set to be updated
---> Package e-smith-base+ldap.noarch 0:4.17.0-46 set to be updated
---> Package e-smith-packetfilter.noarch 0:1.17.0-5.el4.sme set to be updated
---> Package smeserver-pdns_recursor.noarch 0:0.0.1-4.el4.sme set to be updated
---> Package qpsmtpd.noarch 0:0.33-1.el4.sme set to be updated
---> Package e-smith-samba.noarch 0:1.14.0-14.el4.sme set to be updated
---> Package dstat.noarch 0:0.6.4-1.el4.rf set to be updated
--> Running transaction check
--> Processing Dependency: dialog for package: e-smith-lib
--> Processing Dependency: pam_abl for package: e-smith-base+ldap
--> Processing Dependency: pdns-recursor for package: smeserver-pdns_recursor
--> Processing Conflict: e-smith-apache conflicts e-smith-manager >= 1.13.1
--> Processing Dependency: nss_ldap for package: e-smith-base+ldap
--> Processing Dependency: mod_auth_tkt for package: e-smith-manager
--> Processing Dependency: e-smith-dnscache for package: smeserver-support
--> Restarting Dependency Resolution with new changes.
--> Populating transaction set with selected packages. Please wait.
---> Package pam_abl.i386 0:0.2.3-2.el4.sme set to be updated
---> Package dialog.i386 0:1.0.20040731-3.el4.sme set to be updated
---> Package mod_auth_tkt.i386 0:2.0.0rc1-4.2.el4.sme.of set to be updated
---> Package pdns-recursor.i386 0:3.1.2-2.el4.sme set to be updated
--> Running transaction check
--> Processing Conflict: e-smith-apache conflicts e-smith-manager >= 1.13.1
--> Processing Dependency: e-smith-dnscache for package: smeserver-support
--> Processing Dependency: nss_ldap for package: e-smith-base+ldap
--> Finished Dependency Resolution
Error: e-smith-apache conflicts with e-smith-manager >= 1.13.1
Error: Missing Dependency: nss_ldap is needed by package e-smith-base+ldap
Error: Missing Dependency: e-smith-dnscache is needed by package smeserver-support
================================================================
No new rpms were installed. No additional commands are required.
================================================================

It looks like there are some spurious dependecies or the repo's are not fully up to date with all the required updates to satisfy the dependencies.

I am happy to post a bug if its the former but figured I'd ask first in case its the latter.

Cheers
..................

Offline slords

  • *****
  • 235
  • +3/-0
Yum upgrade issue
« Reply #1 on: December 17, 2006, 03:53:10 PM »
Disable the smedev repo.  This is where all the development packages are that you definately don't want on production machines.  It is there to assist in installing development packages one by one.
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs,
and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." -- Rich Cook

Offline smeghead

  • *
  • 563
  • +0/-0
Yum upgrade issue
« Reply #2 on: December 17, 2006, 04:18:50 PM »
.. thanks Shad, that was it.
..................