Installing Ns On Linux Troubles
CookieMonsterlah
Join Date: 2003-03-28 Member: 14955Members
in Tech Support
recently i put together a linux box with mandrake linux 9.0 with no gui command line only and when i got to unpack the ns dedicated package i get and error the error message is
tar: Skipping to next header
gzip: stdin: invalid compressed data--format violated
tar: Child returned status 1
tar: Error exit delayed from previous errors
the command i used to unzip it was tar zxvf ns_hlds.tar.gz is this the wrong command to use and also i have downloaded the dedicated ns package from many places and still the same error message what am i doing wrong
tar: Skipping to next header
gzip: stdin: invalid compressed data--format violated
tar: Child returned status 1
tar: Error exit delayed from previous errors
the command i used to unzip it was tar zxvf ns_hlds.tar.gz is this the wrong command to use and also i have downloaded the dedicated ns package from many places and still the same error message what am i doing wrong
Comments
gunzip ns_hlds.tar.gz
tar -xvf ns_hlds.tar
Thats how I do it on my Debian boxes and it works for me.