Package: pbzip2
Version: 1.0.5
If run command such as:
dd if=VeryBigFile.bin | pbzip2 -c -z -5 | ssh [email protected] dd
of=VeryBigFile.bin.pbzip2
Then pbzip2 will spend all accessible memory and will be killed, unlike other
command, when all is normal
dd if=VeryBigFile.bin | pbzip2 -c -z -5 > /dev/null
The error is present when the receiver of the data more slowly than the
archiver.
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]