Segmentation Fault - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Segmentation Fault (
/showthread.php?tid=101437)
Segmentation Fault -
[mad]MLK - 10.10.2009
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?
Re: Segmentation Fault -
dugi - 10.10.2009
You have to upload the archive to your server and extract it there and not just send executables through FTP as it corrupts them.
Re: Segmentation Fault -
[mad]MLK - 10.10.2009
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
Re: Segmentation Fault -
VIRUXE - 10.10.2009
It's a gzip archive.
Quote:
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
|
Re: Segmentation Fault -
Redirect Left - 11.10.2009
Quote:
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 
|
To say you're a host, you're not very good are you?
Re: Segmentation Fault -
[mad]MLK - 11.10.2009
yea lol i was just mega tired lol sorry i couldn't think straight, i even have a php panel in coding with integrated paypal API and ssh2 connectivity to connect to the box's
Re: Segmentation Fault -
Brendan_Thomson - 11.10.2009
Quote:
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.
|
Since when?
I've been doing that since always and never had an issue.
Re: Segmentation Fault -
Blacklite - 11.10.2009
Quote:
Originally Posted by Brendan_Thomson
Quote:
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.
|
Since when?
I've been doing that since always and never had an issue.
|
Maybe it might depend on if you're using Binary or ASCII to transfer the files. Either way, to unzip a tar.gz, use "gunzip somethingrather.tar.gz".