Koozali.org: home of the SME Server

yum update fails: [Errno -1] Header is not complete.

Offline zi4

  • *
  • 11
  • +0/-0
yum update fails: [Errno -1] Header is not complete.
« on: May 09, 2007, 09:11:19 PM »
hi all,

I received some emails to root remembering to update clamav:
Quote
=== yum reports available updates:
===
smeserver-clamav.noarch                  1.2.0-13.el4.sme       smeupdates

so, I ran at console:
Code: [Select]
yum update --disablerepo=* --enablerepo=smeos --enablerepo=smeaddons --enablerepo=smeupdates
This fails for all 4 mirrors:
Code: [Select]
(...)
Trying other mirror.
smeserver-clamav-1.2.0-13 100% |=========================|  32 kB    00:00
http://mirror.contribs.org/smeserver/releases/7/ \
smeupdates/i386/RPMS/smeserver-clamav-1.2.0-13.el4.sme.noarch.rpm: [Errno -1] Header is not complete.
Trying other mirror.
Error: failure: RPMS/smeserver-clamav-1.2.0-13.el4.sme.noarch.rpm from smeupdates: [Errno 256] No more mirrors to try.

Even after:
Code: [Select]
yum clean all
Any ideas?

Offline cjensen

  • *
  • 133
  • +0/-0
    • http://acenet-tech.org
yum update fails: [Errno -1] Header is not complete.
« Reply #1 on: May 10, 2007, 02:46:21 AM »
Could be temp latency.  Are you otherwise up to date, and did you try in SM?

Craig

leso

yum update fails: [Errno -1] Header is not complete.
« Reply #2 on: May 10, 2007, 08:42:56 AM »
Hi ,

I have the same probleme with 2 others sme from fresh install 7.1 iso cd.

No solution , the mirror is clean?

Offline zi4

  • *
  • 11
  • +0/-0
yum update fails: [Errno -1] Header is not complete.
« Reply #3 on: May 10, 2007, 09:28:16 AM »
I tried the same from server-manager - same result
Still no solution found...    :?  

Well, nothing to worry, the virus db is being updated:  
Quote
ClamAV und DB Versionen    0.90.1/3224/Wed May 9 17:25:29 2007

cheers, Stefan

Offline zeno

  • *
  • 8
  • +0/-0
yum update fails: [Errno -1] Header is not complete.
« Reply #4 on: May 10, 2007, 11:29:27 AM »
I have the same problem but with the package aspell-de.
I run a Sme Server 7.1 in a virtual machine (vmware server) and tried to install 2 times vmware-images based on the 7.1 official ISO but when i try to update the system i receive an Header error message on the aspell-de package and the update stops.
The problem is the same both through the web interface and tty as root. In this last case i did yum clean all before yum update but nothing went well.

Cheers,
zeno

Offline cjensen

  • *
  • 133
  • +0/-0
    • http://acenet-tech.org
yum update fails: [Errno -1] Header is not complete.
« Reply #5 on: May 10, 2007, 06:58:29 PM »
Quote from: "zi4"
I tried the same from server-manager - same result
Still no solution found...    :?


Code: [Select]
[Errno -1] Header is not complete.

In your case it looks like a syncing issue with the mirrors.  If you had searched for your error in the forums you would know that  :wink: .

As far as the others who have posted, I don't know, could be the same.  If you think it to be a bug, post an entry in the bug tracker.

Craig

leso

yum update fails: [Errno -1] Header is not complete.
« Reply #6 on: May 10, 2007, 07:58:28 PM »
He has right but it 's strange....


Code: [Select]

yum update \
--disablerepo=* \
--enablerepo=base \
--enablerepo=updates \
--enablerepo=smeos \
--enablerepo=smeupdates \
--enablerepo=smeaddons


yum update

After there is a problem with signature of aspell rpm.

Offline Nchalada

  • 1
  • +0/-0
yum update fails: [Errno -1] Header is not complete.
« Reply #7 on: May 11, 2007, 12:42:38 PM »
Howdy, I had the same problem on thursday night, eastern australian time,  as in unable to update from a fresh install, but it seems to have rectified itself now, aspell-de was getting header issues from all 4 mirrors, and was causing me grief. I tried it tonight (Friday, 20:20 EAST) and it's working so far

Nchy

Offline zi4

  • *
  • 11
  • +0/-0
yum update fails: [Errno -1] Header is not complete.
« Reply #8 on: May 11, 2007, 11:02:22 PM »
'yum update' is working fine today... without changing anything.  It was probably a problem with the repos, I suppose.

Thanks for all your replies!