Koozali.org: home of the SME Server

Obsolete Releases => SME Server 7.x => Topic started by: billym on August 22, 2006, 02:23:33 AM

Title: yum update error!
Post by: billym on August 22, 2006, 02:23:33 AM
This is the error I get when running yum update:

yum update
==============================================================
WARNING: Additional commands may be required after running yum
==============================================================
Setting up Update Process
Setting up repositories
Cannot open/read repomd.xml file for repository: smeaddons
failure: repodata/repomd.xml from smeaddons: [Errno 256] No more mirrors to try.
Error: failure: repodata/repomd.xml from smeaddons: [Errno 256] No more mirrors to try.
Title: yum update error!
Post by: utti on August 22, 2006, 02:02:57 PM
Yes ... same problem in my server too !!!
When I look into yum-repository directory, the BASEUrl's are linking somewhere ( mirror.contribs.org/smeserver/releases/7/smeaddons/$basearch ) but there is only error 404 when you try to look there.
I chanced BaseURL to mirror.contribs.org/smeserver/....  but it does't work !!!!
I think that smeserver don't find repository tree nowhere and thats why updating/upgrading will break.

..Lasse..
Title: yum update error!
Post by: mike_mattos on August 22, 2006, 07:02:38 PM
I saw a post on CentOS forums where yum wasn't properly loading the variable$,  so you had to replace version$ with 4.3, etc

Once that was done, no errors!
Title: yum update error!
Post by: pfloor on August 22, 2006, 07:57:36 PM
This error is a problem with the mirror.

mirror.contribs.org/smeserver/releases/7/smeaddons/$basearch could not handle the traffic so it is now re-directed to an ibiblio mirror that is currently having some sort of problems.  The entire  /linux/distributions/... portion of the mirror seems to be missing.

Change to a different mirror for now until ibiblio sorts things out (or wait).
Title: Same problem with my server
Post by: IceDizzy on August 23, 2006, 06:52:32 AM
Suggestions to wich site/mirror stable?
/Ice
Title: yum update error!
Post by: rmoria on August 23, 2006, 10:10:32 AM
http://mirror.contribs.org/smeserver/releases/7/ works fine for me (but I too am from .nl)

For idiots like me... Changes can be made in /etc/yum.conf (There is a template or DBConfig for this, so changes will be lost at template expansion)
Title: yum update error!
Post by: cactus on August 23, 2006, 11:44:17 AM
Quote from: "rmoria"
http://mirror.contribs.org/smeserver/releases/7/ works fine for me (but I too am from .nl)

For idiots like me... Changes can be made in /etc/yum.conf (There is a template or DBConfig for this, so changes will be lost at template expansion)
To make them permamnent edit the configuration database instead:
Code: [Select]
db yum_repositoruies smeos setprop BaseURL "http://mirror.contribs.org/smeserver/releases/7/smeos/\$basearch"
expand-template
If you are tired of this as well try and vote for the fallover function/mirror list to be implemented at the SME Server mirrors in the bugtracker: bug 1163 (http://bugs.contribs.org/show_bug.cgi?id=1163)
Title: Yum still error
Post by: georgelee on November 16, 2006, 06:11:58 AM
I am also facing error with yum update. I have tried to reinstall it but the outcome is the same. Anyone got the solution? Please give me a helping hand. thanks a lot

george lee


--------------------------------------------------------------------------------
 
rmoria wrote:
http://mirror.contribs.org/smeserver/releases/7/ works fine for me (but I too am from .nl)

For idiots like me... Changes can be made in /etc/yum.conf (There is a template or DBConfig for this, so changes will be lost at template expansion)
To make them permamnent edit the configuration database instead:Code:
db yum_repositoruies smeos setprop BaseURL "http://mirror.contribs.org/smeserver/releases/7/smeos/\$basearch"
expand-template
If you are tired of this as well try and vote for the fallover function/mirror list to be implemented at the SME Server mirrors in the bugtracker: bug 1163