Re: undeterministic zip?

2005-05-14 Thread Noam Meltzer
On Monday 09 May 2005 18:23, Shachar Shemesh wrote: Ira Abramov wrote: Well, one surpirse. i is not for bzip. If you want bzip, try j. i was the flag for bzip2 compressing around 4-5 years ago. Then some1 thought it can be nice to change the flag to j. -- Noam Meltzer

Re: undeterministic zip?

2005-05-14 Thread Shachar Shemesh
Noam Meltzer wrote: On Monday 09 May 2005 18:23, Shachar Shemesh wrote: Ira Abramov wrote: Well, one surpirse. i is not for bzip. If you want bzip, try j. i was the flag for bzip2 compressing around 4-5 years ago. Then some1 thought it can be nice to change the flag to j. I know that

Re: undeterministic zip?

2005-05-14 Thread Tzafrir Cohen
On Sat, May 14, 2005 at 11:55:44AM +0300, Noam Meltzer wrote: On Monday 09 May 2005 18:23, Shachar Shemesh wrote: Ira Abramov wrote: Well, one surpirse. i is not for bzip. If you want bzip, try j. i was the flag for bzip2 compressing around 4-5 years ago. Then some1 thought it can be

undeterministic zip?

2005-05-09 Thread Ira Abramov
[EMAIL PROTECTED] ~]$ tar cf - directory |md5sum 03ad652d93447a92eb944cd6acae0471 - [EMAIL PROTECTED] ~]$ tar cf - directory |md5sum 03ad652d93447a92eb944cd6acae0471 - [EMAIL PROTECTED] ~]$ tar cf - directory |md5sum 03ad652d93447a92eb944cd6acae0471 - nothing out of the ordinary, right? on the

Re: undeterministic zip?

2005-05-09 Thread Christoph Bugel
Ira Abramov wrote: [EMAIL PROTECTED] ~]$ tar zcf - directory |md5sum 484497aa0d7e1bb391a73cc8b42acce2 - [EMAIL PROTECTED] ~]$ tar zcf - directory |md5sum 552bbc02b0b2b5b142a425d476f0d5c0 - [EMAIL PROTECTED] ~]$ tar zcf - directory |md5sum 792afdaf2be839dfccc1c91dfd4f726b - what the fsck is

Re: undeterministic zip?

2005-05-09 Thread Shachar Shemesh
Ira Abramov wrote: [EMAIL PROTECTED] ~]$ tar icf - directory |md5sum 03ad652d93447a92eb944cd6acae0471 - [EMAIL PROTECTED] ~]$ tar icf - directory |md5sum 03ad652d93447a92eb944cd6acae0471 - [EMAIL PROTECTED] ~]$ tar icf - directory |md5sum 03ad652d93447a92eb944cd6acae0471 - i for bzip2. still no

Re: undeterministic zip?

2005-05-09 Thread Nadav Har'El
On Mon, May 09, 2005, Christoph Bugel wrote about Re: undeterministic zip?: what the fsck is going on?! is gzip adding some odd time stamp or something?! Indeed. Seems to be fixed with gzip -n Exactly. Read RFC 1952 (http://www.faqs.org/rfcs/rfc1952.html) if you want to learn more about

Re: undeterministic zip?

2005-05-09 Thread Peter
On Mon, 9 May 2005, Ira Abramov wrote: however: [EMAIL PROTECTED] ~]$ tar zcf - directory |md5sum 484497aa0d7e1bb391a73cc8b42acce2 - [EMAIL PROTECTED] ~]$ tar zcf - directory |md5sum 552bbc02b0b2b5b142a425d476f0d5c0 - [EMAIL PROTECTED] ~]$ tar zcf - directory |md5sum

Re: undeterministic zip?

2005-05-09 Thread Yedidyah Bar-David
Hi all, This isn't more on topic than the original subject, but I allow myself to share this very valuable information. From the NEWS file of GNU tar version 1.15 (which isn't in Debian unstable yet, I do not even remember how come I ran into this): version 1.15 - Sergey Poznyakoff, 2004-12-20 *