darcs

Message4654

Author kowey
Recipients Simon, beschmi, dagit, daveroundy, droundy, igloo, kowey, simonmar, simonpj, tommy, zooko
Date 2008-05-14.10:14:46
Issue Issue842 pull => problem gzopening file for write (1.0.9)
Content
>  Hmmm.  Yes, that does seem to eliminate the possibility of this being a
>  transport issue, which only makes it more puzzling.  You aren't running out
>  of disk space, are you? (To ask the obvious...)

It may be worthwhile to do the crc check on the repos you're pulling
from, both local (NEW) and remote ( http://darcs.haskell.org/ghc )

I think it's:
 for i in _darcs/patches/*.gz; do zcat $i > /dev/null; done 2> crc-errors
 grep crc crc-errors | sed -e 's/gzip: //' -e 's/gz.*/gz/' > bad-patches
History
Date User Action Args
2008-05-14 10:14:46koweycreate
2008-05-14 10:14:47koweylinkissue842 messages
2008-05-14 10:14:47koweysetrecipients: + kowey, droundy, tommy, beschmi, zooko, dagit, igloo, simonmar, simonpj, daveroundy, Simon