On Wed, Mar 26, 2014 at 02:36:45PM +0100, Evgeni Golov wrote: > man lrzip says: > If no filenames or "-" is specified, stdin/out will be used. > > thus I would expect the following to work: > wget -q -O- http://example.org/file.tar.lrz | lrzip -d - | tar x > > It works on lrzip from Squeeze (0.45-1) and the 0.5x versions I found on > snapshot.d.o, but not since 0.602-1. > > strace'ing the process one sees a loop of > fstat(3, {st_mode=S_IFREG|0600, st_size=0, ...}) = 0 > and no "Copying from stdin", just "Decompressing", but no usefull output.
This seems to work when the file was created with lrzip 0.6 just fine. "Only" the old 0.4 files fail. -- Bruce Schneier can read and understand Perl programs. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

