Results 1 to 3 of 3
Hi,
when i run tar -xvf linux_tools.tar.gz command from i686 architecture system having RHEL3 OS, it does not work.
$tar -xvf linux_tools.tar.gz
O/P : tar: This does not look like ...
- 06-01-2009 #1Just Joined!
- Join Date
- Jun 2009
- Posts
- 1
tar -xvf linux_tools.tar.gz not working on i686 arch
Hi,
when i run tar -xvf linux_tools.tar.gz command from i686 architecture system having RHEL3 OS, it does not work.
$tar -xvf linux_tools.tar.gz
O/P : tar: This does not look like a tar archive
tar: Skipping to next header
tar: Archive contains obsolescent base-64 headers
tar: Error exit delayed from previous errors
tar version is 1.13.25.
But the same command works fine on x86_64 architecture having RHEL5 os.Here the tar version is 1.15.1.
please help.
Regards,
Rakesh
- 06-01-2009 #2
you should use zxvf since its gzipped archive, but this may not solve the problem
- 06-06-2009 #3Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
gzip -c linux_tools.tar.gz | tar -xvf -
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote