RE: problem with gunzip

2008-08-27 Thread Biradar, Prabhulingamma (Prabha)
Hi Vitaly, My machine has solaris 10 installed , looks like tune2fs is not supported...:( Any idea what are the equivavent commands I can use to check the free space on solaris 10? Thanks, Prabha -Original Message- From: Vitaly V. Ch [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 27

Re: problem with gunzip

2008-08-27 Thread Vitaly V. Ch
On Wed, Aug 27, 2008 at 11:50 AM, Biradar, Prabhulingamma (Prabha) <[EMAIL PROTECTED]> wrote: > Hi Vitaly, > > My machine has solaris 10 installed , looks like tune2fs is not > supported...:( > > Any idea what are the equivavent commands I can use to check the free > space on solaris 10? Sorry, I'm

RE: problem with gunzip

2008-08-27 Thread Biradar, Prabhulingamma (Prabha)
Hi Paul Eggert, Currently on our server we have installed solaris 10. With ls -l command I found that the size of uncopressed file is 81Mb, so the gunzip -l is showing correct value. :/>ls -l -rw-r--r-- 1 omcadm omcadm 85349888 Aug 25 12:51 omcran_r31_v0_91_helpfiles.tar So looks like some

Re: problem with gunzip

2008-08-27 Thread Paul Eggert
"Biradar, Prabhulingamma (Prabha)" <[EMAIL PROTECTED]> writes: > Currently on our server we have installed solaris 10. Ah, in that case please try running "truss gzip ..." and see what the truss output says.

RE: problem with gunzip

2008-08-27 Thread Biradar, Prabhulingamma (Prabha)
Hi, Here I am last segment of truss gunzip .., read(3, "A9 V86 AF8BB p85F5 6 sC6".., 32768)= 32768 write(4, " a I n i t i a l i z e".., 32768) = 32768 write(4, " ( A u t o D e t e c".., 32768) = 32768 write(4, " b l e m T h e s p e".., 32768) = 32768 write(4, " e a p p e a r

RE: problem with gunzip

2008-08-27 Thread Biradar, Prabhulingamma (Prabha)
Hi Paul, When I ran the truss gunzip file.tar.gz ,at that time 104Mb was free and the uncompressed file size was 81M. Hope it help, Thanks, Prabha -Original Message- From: Biradar, Prabhulingamma (Prabha) Sent: Wednesday, August 27, 2008 11:17 PM To: 'Paul Eggert' Cc: bug-gzip@gnu.org