Koozali.org: home of the SME Server

yum and repositories

Offline jonash

  • ****
  • 120
  • +0/-0
yum and repositories
« on: June 17, 2012, 05:32:15 PM »
hmm..
maybe I dont have anything to say...
« Last Edit: June 17, 2012, 05:38:35 PM by jonash »
.........

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: yum and repositories
« Reply #1 on: June 17, 2012, 06:41:05 PM »
Next time please add a remark and do not modify your posts like that. TIA.
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)

Offline MSmith

  • *
  • 675
  • +0/-0
Re: yum and repositories
« Reply #2 on: July 11, 2012, 05:08:36 AM »
I'm assuming he's referring to this bug, which is messing up my few remaining 7.x servers:

http://bugs.contribs.org/show_bug.cgi?id=7030

...

Offline focfree

  • *
  • 17
  • +0/-0
Re: yum and repositories
« Reply #3 on: July 11, 2012, 12:11:08 PM »
yum died since 9 jul?
cannot stand the silence, what's going on?
anyone care to shed light on whats going on/happening?
hope it yum up soon   
« Last Edit: July 11, 2012, 12:14:15 PM by focfree »

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: yum and repositories
« Reply #4 on: July 11, 2012, 04:08:33 PM »
yum died since 9 jul?
cannot stand the silence, what's going on?
anyone care to shed light on whats going on/happening?
hope it yum up soon   

did you read the bug referenced by MSmith?

take a deep breath, there's nothing to worry about

Offline MSmith

  • *
  • 675
  • +0/-0
Re: yum and repositories
« Reply #5 on: July 11, 2012, 04:10:09 PM »
Maybe nothing to *worry* about, but I am eager to get my few remaining 7.x servers upgraded to 8.0 and I'm far too lazy to visit each location and throw in the CD :)
...

Offline angyp

  • 1
  • +0/-0
Re: yum and repositories
« Reply #6 on: July 11, 2012, 06:28:53 PM »
I had similar issues - 'Errno -3' - but solved them with the following three actions.

edited /etc/yum.conf

replaced the line
http_caching=packages
with
http_caching=none
under the [main] section, saved and exited, then ran

yum clean all
followed by
yum check-update
voila - 74mb and 64 packages pending!

( I ran yum check-update before the yum clean all - but got some 'Errno -1' messages, but the clean all sorted them out and everything was tickety-boo again)
« Last Edit: July 11, 2012, 06:37:01 PM by angyp »