Koozali.org: home of the SME Server
Obsolete Releases => SME 8.x Contribs => Topic started by: fpausp on March 23, 2014, 04:05:33 PM
-
Tried to install fetchmail on another server (i686) but got:
yum --enablerepo=smecontribs install smeserver-fetchmail
Loaded plugins: fastestmirror, protect-packages, smeserver
Loading mirror speeds from cached hostfile
* base: ftp.tugraz.at
* smeaddons: mirror.chiropratique.org
* smecontribs: mirror.ovh.ifec.net
* smeextras: mirror.chiropratique.org
* smeos: mirror.chiropratique.org
* smeupdates: mirror.chiropratique.org
* updates: ftp.uni-bayreuth.de
http://mirror.ovh.ifec.net/releases/testing/8/smecontribs/i386/repodata/repomd.xml: [Errno 14] HTTP Error 403: Forbidden
Trying other mirror.
http://mirror.chiropratique.org/releases/testing/8/smecontribs/i386/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
http://mirror.pialasse.com/releases/testing/8/smecontribs/i386/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
http://mirror.hakkers.com/releases/testing/8/smecontribs/i386/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
http://ftp.nluug.nl/os/Linux/distr/smeserver/releases/testing/8/smecontribs/i386/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
http://aubrac-medical.fr/releases/testing/8/smecontribs/i386/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
http://ftp.surfnet.nl/ftp/pub/os/Linux/distr/smeserver/releases/testing/8/smecontribs/i386/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
http://sme-mirror.firewall-services.com/releases/testing/8/smecontribs/i386/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
http://smeserver.duchenoy.com/releases/testing/8/smecontribs/i386/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
http://smeserver.crazynetwork.it/releases/testing/8/smecontribs/i386/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
http://smeserver.mirror.garr.it/mirrors/smeserver/releases/testing/8/smecontribs/i386/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
http://distro.ibiblio.org/pub/linux/distributions/smeserver/releases/testing/8/smecontribs/i386/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
http://smeserver.hkisl.net/releases/testing/8/smecontribs/i386/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
ftp://www.drogisterij-markt.nl/releases/testing/8/smecontribs/i386/repodata/repomd.xml: [Errno 4] IOError: [Errno ftp error] (111, 'Verbindungsaufbau abgelehnt')
Trying other mirror.
Excluding Packages from CentOS - os
Finished
Excluding Packages from CentOS - updates
Finished
Setting up Install Process
No package smeserver-fetchmail available.
Nothing to do
used "yum clean all" and "yum update" but still get this error...
-
Your yum-repository information is long out of date - version 8 hasn't been a "testing" release for a very long time.
-
fpausp
Your yum-repository information is long out of date - version 8 hasn't been a "testing" release for a very long time.
I noticed on sme 8 servers upgraded from earlier versions (ie sme 7 or sme 8 betas), that repos could no longer be correct, including custom added repos. This issue did not exist to the same extent on the previous major version release (ie sme 6 to sme 7 upgrades), as yum was not around then or only in it's infancy. sme 7 has been around since 2007 IIRC, so many "newer" users would not have experienced a prior major version upgrade & be less knowledgable of some of the pitfalls of upgrading.
IMO when upgrading to a new major version, it's best to manually wipe out all repos using the commands to initialize default databases, thus resetting them to defaults (refer FAQ for details of commands), & then re-add any custom repos you require.
All repos will then have correct values (eg source locations) applicable to the current sme version installed (eg sme 8 ).
-
Items 4 & 5 from SME_Server_8#Performing_the_upgrade (http://wiki.contribs.org/SME_Server_8#Performing_the_upgrade) should correct the yum configuration.
-
OK, thank you, I will test it ...