Koozali.org: home of the SME Server

Obsolete Releases => SME Server 7.x => Topic started by: tstokovaz on March 23, 2007, 11:23:22 PM

Title: Updating SME 7.0 to 7.1 fails with all approaches Ideas?
Post by: tstokovaz on March 23, 2007, 11:23:22 PM
I've tried reading and rereading various approaches to updating from 7.0 to 7.1 and have come up blank. I'm new but learning quickly. Can anyone spot something or explain what I need to tell you so I can get this updated? It is our main webserver and e-mail so I must get it right.

So far I tried a regular yum update, then I removed the smeserver-userpanels, then tried again. Then I tried by updating just the four packages mentioned on contribs. then another yum update. I get the feeling I may not be pointing to the right mirrors but am not certain how to set it correctly. thanks for any help you can give.

Error Downloading Packages:
  e-smith-dynamicdns-dyndns - 1.4.0-3.el4.sme.noarch: failure: CentOS/RPMS/e-smith-dynamicdns-dyndns-1.4.0-3.el4.sme.noarch.rpm from smeos: [Errno 256] No more mirrors to try.
  kmod-ppp - 1.0.2-1.2.6.9_42.0.10.EL.i686: failure: RPMS/kmod-ppp-1.0.2-1.2.6.9_42.0.10.EL.i686.rpm from smeupdates: [Errno 256] No more mirrors to try.
  kmod-appletalk-smp - 1.0-1.2.6.9_42.0.10.EL.i686: failure: RPMS/kmod-appletalk-smp-1.0-1.2.6.9_42.0.10.EL.i686.rpm from smeupdates: [Errno 256] No more mirrors to try.
  dovecot - 0.99.14-1.2.el4.sme.i386: failure: CentOS/RPMS/dovecot-0.99.14-1.2.el4.sme.i386.rpm from smeos: [Errno 256] No more mirrors to try.
  kmod-ppp-smp - 1.0.2-1.2.6.9_42.0.10.EL.i686: failure: RPMS/kmod-ppp-smp-1.0.2-1.2.6.9_42.0.10.EL.i686.rpm from smeupdates: [Errno 256] No more mirrors to try.
  kmod-appletalk - 1.0-1.2.6.9_42.0.10.EL.i686: failure: RPMS/kmod-appletalk-1.0-1.2.6.9_42.0.10.EL.i686.rpm from smeupdates: [Errno 256] No more mirrors to try.
  kmod-slip-smp - 1.0-1.2.6.9_42.0.10.EL.i686: failure: RPMS/kmod-slip-smp-1.0-1.2.6.9_42.0.10.EL.i686.rpm from smeupdates: [Errno 256] No more mirrors to try.
  kmod-slip - 1.0-1.2.6.9_42.0.10.EL.i686: failure: RPMS/kmod-slip-1.0-1.2.6.9_42.0.10.EL.i686.rpm from smeupdates: [Errno 256] No more mirrors to try.
 39 k
 mod_auth_tkt            i386       2.0.0rc1-4.2.el4.sme.of  smeupdates         75 k
 pam_abl                 i386       0.2.3-2.el4.sme  smeupdates         22 k
 perl-Compress-Zlib      i386       1.42-1.el4.rf    smeos             152 k
 perl-Digest-SHA         i386       5.44-1.el4.rf    smeupdates         78 k
 perl-HTTP-GHTTP         i386       1.07-4.el4.at    smeupdates         30 k
 perl-Mail-DKIM          noarch     0.22-1.el4.sme   smeupdates         70 k
 pv                      i386       0.9.6-1.el4.rf   smeupdates         49 k
 pythonabi               i386       1:2.3-3.el4.at   smeos             1.7 k

Transaction Summary
=============================================================================
Install     21 Package(s)        
Update     250 Package(s)        
Remove       0 Package(s)        
Total download size: 221 M
Downloading Packages:
yum update DCC.i386 LPRng.i386 apr.i386 asp -- goes on to list the downloads. After finishing it says it can't finish and that no rpms were installed
Title: Updating SME 7.0 to 7.1 fails with all approaches Ideas?
Post by: cactus on March 23, 2007, 11:40:33 PM
Have you already tried to upgrade all yum related packages first? You can do this from a server shell like this:
Code: [Select]
yum upgrade *yum*I had a problem once going from 7.0 to 7.1 that was fixed this way. After that the post-upgrade and reboot events and after the system came up again a retry to update the whole system again, either using the server manager or using the command line:
Code: [Select]
yum update
Title: I tried again after yum clean all and it worked
Post by: tstokovaz on March 25, 2007, 05:07:32 PM
I was getting lots of mirror failures and no more mirrors to try messages. Waited till Sunday and all went well after a yum clean all. Works fine as far as I can tell.

Thanks.
Title: Re: I tried again after yum clean all and it worked
Post by: cactus on March 25, 2007, 07:05:27 PM
Quote from: "tstokovaz"
I was getting lots of mirror failures and no more mirrors to try messages. Waited till Sunday and all went well after a yum clean all. Works fine as far as I can tell.

Thanks.
That might have been caused by mirror updates because of the release of SME Server 7.1.3. Nice to hear that everything is OK now.