osCmax v2.5 User Manual
Results 1 to 3 of 3

This does not look like a TAR archive

This is a discussion on This does not look like a TAR archive within the osCmax v2 Installation issues forums, part of the osCmax v2.0 Forums category; Following on from my probels using Dreamweaver to ftp my new site I decided to try using tar in ssh. ...

      
  1. #1
    Member
    Join Date
    Sep 2003
    Posts
    90
    Rep Power
    0


    Default This does not look like a TAR archive

    Following on from my probels using Dreamweaver to ftp my new site I decided to try using tar in ssh.
    I've ftp'd the file oscmax_2_RC2.tar and used the following command:
    Code:
    tar -xf oscmax_2_RC2.tar
    but I get the error:
    Code:
    this does look like a tar archive
    skipping to next header
    archive contains obsolescent base-64 headers
    read 3531 bytes from oscmax_2_RC2.tar 
    error exit delayed from previous errors
    I've used the latest RC from the download pages so what am I doing wrong now???

  2. #2
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,907
    Rep Power
    568


    Default RE: This does not look like a TAR archive

    It is also gzipped so you need to use the -z switch when extracting... Read the tar man file... The oscmax tarball is:

    oscmax_2_RC2.tar.gz

    So to extract:
    tar -zxf oscmax_2_RC2.tar.gz
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    Stay Up To Date with everything osCMax:
    Free osCmax Newsletters - Security notices, New Releases, osCMax News
    osCmax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  3. #3
    Member
    Join Date
    Sep 2003
    Posts
    90
    Rep Power
    0


    Default RE: This does not look like a TAR archive

    Thanks

Similar Threads

  1. Old Forum Archive problem
    By jaybc in forum osCommerce 2.2 Modification Help
    Replies: 2
    Last Post: 05-14-2004, 01:52 AM

Bookmarks

Posting Permissions

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