View previous topic :: View next topic |
Author |
Message |
mctom n00b
Joined: 15 Oct 2005 Posts: 3
|
Posted: Sat Oct 15, 2005 1:51 pm Post subject: I have a problem with a tar file in linux |
|
|
Hi all,
I try to extract a tar file
and this is the problem that I got:
Code: | [root@server ~]# tar zxfv home.tar.gz
tar: Skipping to next header
tar: Archive contains obsolescent base-64 headers |
Code: |
[root@server ~]# tar xf home.tar
tar: This does not look like a tar archive
tar: Skipping to next header
tar: Archive contains obsolescent base-64 headers
|
I tried to do all and I don't know what to do...
I manage a host company and in the tar files there are all the files of the customers...
so I need this very quickly.
thanks
Tom. |
|
Back to top |
|
|
adaptr Watchman
Joined: 06 Oct 2002 Posts: 6730 Location: Rotterdam, Netherlands
|
Posted: Sat Oct 15, 2005 2:15 pm Post subject: |
|
|
You mailed this, didn't you ?
As the message says, the file is base-64 encoded.
Run it through a decoder first, then use tar. _________________ >>> emerge (3 of 7) mcse/70-293 to /
Essential tools: gentoolkit eix profuse screen |
|
Back to top |
|
|
mctom n00b
Joined: 15 Oct 2005 Posts: 3
|
Posted: Sat Oct 15, 2005 3:01 pm Post subject: |
|
|
base-64 decoder
what to do now?
thanks!! |
|
Back to top |
|
|
mctom n00b
Joined: 15 Oct 2005 Posts: 3
|
Posted: Sat Oct 15, 2005 11:05 pm Post subject: |
|
|
plz help |
|
Back to top |
|
|
maverick256 Tux's lil' helper
Joined: 26 Jan 2005 Posts: 96 Location: New York/NY
|
Posted: Sun Oct 16, 2005 5:14 am Post subject: |
|
|
dude, you really should like, google "base64 decoder" before you ask. Here is the link, but don't expect quick answers if you don't look for them youself.
http://www.fourmilab.ch/webtools/base64/ |
|
Back to top |
|
|
|