Koozali.org: home of the SME Server

Yum failes after 7.2 install

Offline pcalrke

  • *
  • 10
  • +0/-0
Yum failes after 7.2 install
« on: December 17, 2007, 02:47:45 PM »
Have installed fresh from CD SME7.2

However Yum is reporting headers incomplete from all mirrors. I bet this has come up before - but could not find anything (sorry).

Have done normal yum clean all.... suggestions please...

Paul

Offline byte

  • *
  • 2,183
  • +2/-0
Re: Yum failes after 7.2 install
« Reply #1 on: December 17, 2007, 03:07:41 PM »
suggestions please...

Please report bugs and potential bugs in the bug tracker
--[byte]--

Have you filled in a Bug Report over @ http://bugs.contribs.org ? Please don't wait to be told this way you help us to help you/others - Thanks!

Offline pcalrke

  • *
  • 10
  • +0/-0
Re: Yum failes after 7.2 install
« Reply #2 on: December 17, 2007, 05:46:50 PM »

submitted as : http://bugs.contribs.org/show_bug.cgi?id=3654

Any other help would be helpful....

:-?

Offline pcalrke

  • *
  • 10
  • +0/-0
Re: Yum failes after 7.2 install
« Reply #3 on: December 18, 2007, 09:29:13 AM »
one suggestion I have seen on the yum web site is problems with proxy servers and that I should type the following:

Code: [Select]
Q. 5: I get an "[Errno -1] Header is not complete." error from yum - what the heck is going on?

A. It's probably a proxy somewhere between you and the repository. You may not think that a proxy is in the way even though it really is.

You can try doing a "trace" with this command:

echo -e "TRACE / HTTP/1.1\nHost: yum-server.example.com\n\n" | nc yum-server.example.com 80

Which should give you some more information about the network between you and the repository. Also, be sure to replace yum-server.example.com with whatever your yum repository server is.

but does not explain what I should see come back....

also have read that I could copy the updates to the server and do a local install/update/modify - is there any notes on this / guides?

Thanks