Find the answer to your Linux question:
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 ...
  1. #1
    Just Joined!
    Join Date
    Jun 2009
    Posts
    1

    Angry 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

  2. #2
    Linux Guru coopstah13's Avatar
    Join Date
    Nov 2007
    Location
    NH, USA
    Posts
    3,149
    you should use zxvf since its gzipped archive, but this may not solve the problem

  3. #3
    Linux Guru Rubberman's Avatar
    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!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...