Koozali.org: home of the SME Server

yum update error!

billym

yum update error!
« 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.

Offline utti

  • *
  • 9
  • +0/-0
    • http://www.mankkaaya.fi
yum update error!
« Reply #1 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..
...

Offline mike_mattos

  • *
  • 313
  • +0/-0
yum update error!
« Reply #2 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!
...

Offline pfloor

  • *****
  • 889
  • +1/-0
yum update error!
« Reply #3 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).
In life, you must either "Push, Pull or Get out of the way!"

IceDizzy

Same problem with my server
« Reply #4 on: August 23, 2006, 06:52:32 AM »
Suggestions to wich site/mirror stable?
/Ice

Offline rmoria

  • ****
  • 78
  • +0/-0
    • http://www.osvorca.nl
yum update error!
« Reply #5 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)
...
Yes, I can ask more questions then you can answer  8-)
...

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
yum update error!
« Reply #6 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
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

georgelee

Yum still error
« Reply #7 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