Re: [VGLUG] gzip UNKNOWN SUFFIX help urgent

189 views
Skip to first unread message
Message has been deleted

CyberOrg

unread,
Sep 20, 2008, 8:29:58 AM9/20/08
to VG...@googlegroups.com
On Sat, Sep 20, 2008 at 5:55 PM, anil <anillo...@gmail.com> wrote:
>
> Before i have post this querry
>
> querry:- i have one file named "alldump"
>
> this file is
> 1:~# file alldump
> alldump: gzip compressed data, from Unix,
>
> qzip file
> when i am running
>
> gunzip alldump
>

http://www.tech-recipes.com/linux_tips138.html

anil

unread,
Sep 20, 2008, 8:38:14 AM9/20/08
to VGLUG
sir thank you very much for replying but i didnt get can you please
xplain i am confused .
it is urgent because 750 domains backups are in this gzip file

what to do ?

On Sep 20, 5:29 pm, CyberOrg <cyber...@opensuse.org> wrote:
Message has been deleted
Message has been deleted

Jai Gupta

unread,
Sep 20, 2008, 12:49:04 PM9/20/08
to VG...@googlegroups.com
> this file is
> 1:~# file alldump
> alldump: gzip compressed data, from Unix,
>
> qzip file
> when i am running
>
> gunzip alldump
>
> giving me errorl ike UNKNOWN SUFFIX
>

If know compression mode in which it has been compressed then rename this file.

# mv alldump alldump.tar.gz
# tar -xvf alldump.tar.gz

If you don't know the compression mode then you may follow hit-n-trial

Jai

Kartik Mistry

unread,
Sep 20, 2008, 1:53:47 PM9/20/08
to VG...@googlegroups.com
On Sat, Sep 20, 2008 at 10:19 PM, Jai Gupta <ma...@jaigupta.com> wrote:
>> > gunzip alldump
>> > giving me errorl ike UNKNOWN SUFFIX
>
> If know compression mode in which it has been compressed then rename this
> file.
>
> # mv alldump alldump.tar.gz
> # tar -xvf alldump.tar.gz
>
> If you don't know the compression mode then you may follow hit-n-trial

man gunzip should be enough ...

--
Cheers,
Kartik Mistry | 0xD1028C8D | IRC: kart_
Homepage: people.debian.org/~kartik
Blog.en: ftbfs.wordpress.com
Blog.gu: kartikm.wordpress.com

anil

unread,
Sep 20, 2008, 1:36:19 PM9/20/08
to VGLUG
hey jay thx yaar

see what done

1:~/BACKUP# mv alldump alldump.tar.gz
1:~/BACKUP# tar -xvf alldump.tar.gz
tar: This does not look like a tar archive
tar: Skipping to next header
tar: Error exit delayed from previous errors
1:~/BACKUP# ll
total 23G
-rw-r--r-- 1 root root 23G 2008-09-20 03:36 alldump.tar.gz
1:~/BACKUP# tar -zxvf alldump.tar.gz
tar: This does not look like a tar archive
tar: Skipping to next header
stil in progress

Moz

unread,
Sep 20, 2008, 8:46:32 PM9/20/08
to VG...@googlegroups.com
Hi,

>1:~/BACKUP# ll
>total 23G
>-rw-r--r-- 1 root root 23G 2008-09-20 03:36 alldump.tar.gz
>1:~/BACKUP# tar -zxvf alldump.tar.gz
>tar: This does not look like a tar archive
>tar: Skipping to next header
>stil in progress

This might just be a gz or zip file. Try renaming to those suffix and
try again. Sometimes opening a binary file with a binary reader will
tell you within the first few lines what kind of a file it is.

Moz


Jai Gupta

unread,
Sep 20, 2008, 11:43:32 PM9/20/08
to VG...@googlegroups.com
1:~/BACKUP# mv
1:~/BACKUP# tar -xvf alldump.tar.gz
tar: This does not look like a tar archive
tar: Skipping to next header
tar: Error exit delayed from previous errors
1:~/BACKUP# ll
total 23G
-rw-r--r-- 1 root root 23G 2008-09-20 03:36 alldump.tar.gz
1:~/BACKUP# tar -zxvf alldump.tar.gz
tar: This does not look like a tar archive
tar: Skipping to next header
stil in progress

# mv alldump.tar.gz alldump
# file alldump

Above line should tell you about about this file.

e.g.  bzip2 compressed data or gzip compressed data or something else.

anil

unread,
Sep 22, 2008, 5:49:36 AM9/22/08
to VGLUG
i have done all this man

still its not done

not getting what's the exact prob.

Kartik Mistry

unread,
Sep 22, 2008, 6:06:02 AM9/22/08
to VG...@googlegroups.com
On Mon, Sep 22, 2008 at 3:19 PM, anil <anillo...@gmail.com> wrote:
> i have done all this man
> still its not done

I mean, issue: "man tar"
on terminal.

>> > 1:~/BACKUP# tar -xvf alldump.tar.gz
>> > tar: This does not look like a tar archive
>> > tar: Skipping to next header
>> > tar: Error exit delayed from previous errors

Its look like that your tarball is not properly created. Try again?

>> # file alldump

What is result of above command?

ElectroMech

unread,
Sep 22, 2008, 6:07:55 AM9/22/08
to VG...@googlegroups.com
Can you create one more file for test , a very small file.

and send it to group some body will try and let you know.

It may possible that your file call alldump is corrupted or damaged or terminated in between at the time of creation and you are wasting your time.

On Mon, Sep 22, 2008 at 3:19 PM, anil <anillo...@gmail.com> wrote:



--

--
Nilesh Vaghela
ElectroMech
Redhat Channel Partner and Training Partner
16, Sun Rise complex,
Nr. Mansi cross Road,
Satellite Rd, Ahmedabad
25, The Emperor, Fatehgunj, Baroda.
www.electromech.info

Kartik Mistry

unread,
Sep 22, 2008, 6:11:29 AM9/22/08
to VG...@googlegroups.com
On Mon, Sep 22, 2008 at 3:19 PM, anil <anillo...@gmail.com> wrote:
> i have done all this man
> still its not done

A curious observation: Why all of your question are so urgent? ;)

Use search engine in that case sometime...

ElectroMech

unread,
Sep 22, 2008, 6:19:08 AM9/22/08
to VG...@googlegroups.com
Hi Anil,

On Mon, Sep 22, 2008 at 3:19 PM, anil <anillo...@gmail.com> wrote:

i have done all this man

still its not done

not getting what's the exact   prob.

I think your file is damaged may be you need some tool to repair the file.

I read your first mail as it is backup of 750 domain, but as it is not behave like normal tar archive. It might be damaged. ( which is rare case ).
 


On Sep 21, 8:43 am, "Jai Gupta" <m...@jaigupta.com> wrote:
> > 1:~/BACKUP# mv
> > 1:~/BACKUP# tar -xvf alldump.tar.gz
> > tar: This does not look like a tar archive
> > tar: Skipping to next header
> > tar: Error exit delayed from previous errors
> > 1:~/BACKUP# ll
> > total 23G
> > -rw-r--r-- 1 root root 23G 2008-09-20 03:36 alldump.tar.gz
> > 1:~/BACKUP# tar -zxvf alldump.tar.gz
> > tar: This does not look like a tar archive
> > tar: Skipping to next header
> > stil in progress
>
> # mv alldump.tar.gz alldump
> # file alldump
>
> Above line should tell you about about this file.
>
> e.g.  bzip2 compressed data or gzip compressed data or something else.


ElectroMech

unread,
Sep 22, 2008, 6:24:18 AM9/22/08
to VG...@googlegroups.com
try tar repair software.

http://www.freedownloadscenter.com/Best/tar-repair-free.html

all though it is not free but you can use trail version for just test whether your tar is ok or you can get data from this.

anil

unread,
Sep 22, 2008, 6:56:56 AM9/22/08
to VGLUG
thank you sir,,

anyways i forgot to tell this is plesk backup whcih is taken in
linux .with alldumo file name and client is asking that get this file
from this location and extract and just restore the diomain which
required for restoration . anyways reading your document .

further i'll update here if this occurs .

On Sep 22, 3:24 pm, ElectroMech <electrom...@electromech.info> wrote:
> try tar repair software.
>
> http://www.freedownloadscenter.com/Best/tar-repair-free.html
>
> all though it is not free but you can use trail version for just test
> whether your tar is ok or you can get data from this.
>
> On Mon, Sep 22, 2008 at 3:49 PM, ElectroMech
> <electrom...@electromech.info>wrote:
>
>
>
> > Hi Anil,

Jai Gupta

unread,
Sep 22, 2008, 1:02:33 PM9/22/08
to VG...@googlegroups.com
On Mon, Sep 22, 2008 at 4:26 PM, anil <anillo...@gmail.com> wrote:

thank you sir,,

anyways i forgot to tell this is Plesk backup

Reply all
Reply to author
Forward
0 new messages