10.10.2009, 18:46
When i download the 0.3 server (Linux) it get a "Segmentation Fault" Error i have tryed this on multiple computers even my friend RobMobs's computer and yet it still dose the same thing?
Originally Posted by gzip.org
How can I extract a tar.gz or .tgz file?
Files with extension tar.gz or .tgz are tar files compressed with gzip. On Unix extract them with: gunzip < file.tar.gz | tar xvf - gunzip < file.tgz | tar xvf - If you have GNU tar you can use the z option directly: gtar xvzf file.tar.gz gtar xvzf file.tgz |
Originally Posted by [mad
MLK (dino-host.net) ]
k i put the archive in and i ran this command: tar xvfz samp03svr_RC9-1.tar.gz and it says it dose not look like a tar archive |
Originally Posted by dugi
You have to upload the archive to your server and extract it there and not just send executables through FTP as it corrupts them.
|
Originally Posted by Brendan_Thomson
Quote:
I've been doing that since always and never had an issue. |