[55] in Athena Bugs
compress and uncompress - quota overload
daemon@ATHENA.MIT.EDU (Robert S. French)
Thu Mar 17 21:19:48 1988
Date: Thu, 17 Mar 88 21:19:16 EST
From: "Robert S. French" <rfrench@ATHENA.MIT.EDU>
To: bugs@ATHENA.MIT.EDU
...seem to lose if you run out of quota (the source file is deleted,
and the destination isn't complete.)  Example:
<rfrench at bill-the-cat>   {/mit/qa/tmp/raeburn}
35% ls
total 1380
 232 core.rt-Xibm.0.Z                    404 core.rt-emacs.barfo-again.Z
 196 core.rt-Xibm.1.Z                    416 core.rt-emacs.barfo.Z
 132 core.rt-Xibm.2.Z
<rfrench at bill-the-cat>   {/mit/qa/tmp/raeburn}
36% uncompress core.rt-emacs*
DISK LIMIT REACHED (host theseus.MIT.EDU) - WRITE FAILED
<rfrench at bill-the-cat>   {/mit/qa/tmp/raeburn}
37% ls
total 1920
 232 core.rt-Xibm.0.Z            380 core.rt-emacs.barfo
 196 core.rt-Xibm.1.Z            980 core.rt-emacs.barfo-again
 132 core.rt-Xibm.2.Z
Note core.rt-emacs.barfo is SMALLER than core.rt-emacs.barfo.Z
		Rob