Mailinglist Archive: opensuse-factory (808 mails)

< Previous Next >
Re: [opensuse-factory] RFC: Replacing default gzip and bzip2 command line tools
On Tuesday 30 August 2011, Stefan Seyfried wrote:

11.4 x86_64:
seife@server:~/tmp> md5sum urandom
77b8857e80e450231c555122ccc4f789 urandom
seife@server:~/tmp> gzip -c urandom|md5sum
27713792de0f0821bf7dfa5c668d70c2 -

ARM embedded:
/tmp # md5sum urandom
77b8857e80e450231c555122ccc4f789 urandom
/tmp # gzip -c urandom | md5sum
2f96e249b14ec2908d04b3bd8e532203 -

Could you please post
gzip --version
for both systems. And try again with
gzip --no-name -c urandom | md5sum
and maybe also just the sizes
gzip --no-name -c urandom | wc -c



BTW according to the man pages pigz's --no-name behaves different than
gzip'z.


cu,
Rudi
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-factory+help@xxxxxxxxxxxx

< Previous Next >
Follow Ups