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 Subject: RE: problem with gunzip <No space left on device> 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 s , w".., 32768) = 32768 write(4, " . 4 R u n t h e ".., 32768) = 32768 read(3, " 2DB88 UC296918BDEC2 CA2".., 32768) = 32768 write(4, " t , o r e n v i r o".., 32768) = 32768 write(4, " L A R M c o m m a n d".., 32768) = 32768 write(4, " s b e e n s c h e d".., 32768) = 32768 write(4, " w i t h t h e i n f".., 32768) = 32768 read(3, "AD {EF h8CC81680B1C0 ;85".., 32768) = 32768 write(4, " C o n f i g D O a".., 32768) = 32768 write(4, " m e s u b s c r i b e".., 32768) = 32768 write(4, " - > P o k e C o m".., 32768) = 32768 write(4, " r o l t h r e s h o l".., 32768) = 32768 write(4, " ; A l c a t e l - L u".., 32768) = 32768 read(3, "85 w94FF\t03 aCC _8BD6 ".., 32768) = 32768 write(4, " l D e s c r i p t i o".., 32768) = 32768 write(4, " y p e : r e q u i r e".., 32768) = 32768 write(4, " d A c c e s s C h a".., 32768) = 32768 write(4, " e . A c t i o n t o".., 32768) = 32768 write(4, " h a l l s e t t h i".., 32768) = 8192 write(4, " 4 4 _ 2 S e n d e r ".., 24576) Err#28 ENOSPC fstat64(2, 0xFFBFE610) = 0 write(2, "\n", 1) = 1 gunzipwrite(2, " g u n z i p", 6) = 6 : write(2, " : ", 2) = 2 omcran_r31_v0_91_helpfiles.tarwrite(2, " o m c r a n _ r 3 1 _ v".., 30) = 30 : write(2, " : ", 2) = 2 No space left on devicewrite(2, " N o s p a c e l e f".., 23) = 23 write(2, "\n", 1) = 1 close(4) = 0 unlink("omcran_r31_v0_91_helpfiles.tar") = 0 mmap(0x00000000, 8192, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANON, -1, 0) = 0xFF380000 munmap(0xFF380000, 8192) = 0 _exit(1) Thanks, Prabha -----Original Message----- From: Paul Eggert [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 27, 2008 10:47 PM To: Biradar, Prabhulingamma (Prabha) Cc: bug-gzip@gnu.org Subject: Re: problem with gunzip <No space left on device> "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.