ok unix people, wtf does this mean...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pornJester
    Confirmed User
    • Mar 2001
    • 6138

    #1

    ok unix people, wtf does this mean...

    gunzip: stdin: invalid compressed data--crc error

    gunzip: stdin: invalid compressed data--length error
    tar: Error exit delayed from previous errors

    i'm trying to decompress this tar.gz file and keep getting this error, i've tried like 4 different commands.


    FreshBucks | Webmaster Vault | GayAW
    Trusted Names in Adult.
    ICQ 9157.3698
  • Simon-interaid
    Confirmed User
    • Sep 2002
    • 814

    #2
    do this.


    tar -pzxvf files.tar.gz
    we buy domains with typin traffic. icq me 8566256

    Comment

    • modF
      Confirmed User
      • Aug 2002
      • 1888

      #3
      It means you are using the wrong commands, or your file is bad.

      tar -zxf will try to use gunzip and tar together, try it w/o the z switch.

      I do things
      skype:themodF

      Comment

      • cluck
        Confirmed User
        • Dec 2002
        • 5248

        #4
        It looks to me like a corrupted archive. When the data is checked by the crc it doesn't translate into anything readable. I dunno what you could do about that.
        icq 279990726
        www.mcdonalds.com <- great money making opportunity

        Comment

        • WiredGuy
          Pounding Googlebot
          • Aug 2002
          • 34516

          #5
          Sounds like the tarball is broken to me...
          Make sure you downloaded it in binary format

          WG
          I play with Google.

          Comment

          • pornJester
            Confirmed User
            • Mar 2001
            • 6138

            #6
            Originally posted by WiredGuy
            Sounds like the tarball is broken to me...
            Make sure you downloaded it in binary format

            WG
            i downloaded from the web and uploaded it Ascii, should i upload it binary?


            FreshBucks | Webmaster Vault | GayAW
            Trusted Names in Adult.
            ICQ 9157.3698

            Comment

            • Babaganoosh
              ♥♥♥ Likes Hugs ♥♥♥
              • Nov 2001
              • 15841

              #7
              Originally posted by pornJester


              i downloaded from the web and uploaded it Ascii, should i upload it binary?
              Yep, binary
              I like pie.

              Comment

              • WiredGuy
                Pounding Googlebot
                • Aug 2002
                • 34516

                #8
                Yep, any programs, distributions or graphic files should always be transferred in binary.

                WG
                I play with Google.

                Comment

                • pornJester
                  Confirmed User
                  • Mar 2001
                  • 6138

                  #9
                  ugg, now i get...

                  Cannot open: No such file or directory
                  tar: Error exit delayed from previous errors


                  FreshBucks | Webmaster Vault | GayAW
                  Trusted Names in Adult.
                  ICQ 9157.3698

                  Comment

                  • pornJester
                    Confirmed User
                    • Mar 2001
                    • 6138

                    #10
                    ok, i switched to root access and it worked. i hate this technical crap.


                    FreshBucks | Webmaster Vault | GayAW
                    Trusted Names in Adult.
                    ICQ 9157.3698

                    Comment

                    • WiredGuy
                      Pounding Googlebot
                      • Aug 2002
                      • 34516

                      #11
                      download from web in binary and make sure you keep the correct file extension (netscape tends to strip the .gz)
                      upload in binary
                      tar xvfz files.tar.gz

                      Repeat as needed
                      WG
                      I play with Google.

                      Comment

                      • pornJester
                        Confirmed User
                        • Mar 2001
                        • 6138

                        #12
                        Originally posted by WiredGuy
                        download from web in binary and make sure you keep the correct file extension (netscape tends to strip the .gz)
                        upload in binary
                        tar xvfz files.tar.gz

                        Repeat as needed
                        WG
                        thanks bro


                        FreshBucks | Webmaster Vault | GayAW
                        Trusted Names in Adult.
                        ICQ 9157.3698

                        Comment

                        • WiredGuy
                          Pounding Googlebot
                          • Aug 2002
                          • 34516

                          #13
                          Originally posted by pornJester
                          thanks bro
                          Anytime Bill
                          WG
                          I play with Google.

                          Comment

                          Working...