SA-MP Forums Archive
Server won't start on linux | Help needed ASAP - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Server won't start on linux | Help needed ASAP (/showthread.php?tid=108885)



Server won't start on linux | Help needed ASAP - KKashimia - 16.11.2009

I've downloaded SA:MP server from www.sa-mp.com and I fail to start it on debian 5.0
I'm running it with ./samp03svr and I get a "segmentation fault" message. The interesting part here is that the server won't even load the gamemode or create a log. It just crashes on startup.


Re: Server won't start on linux | Help needed ASAP - xspeedasx - 16.11.2009

me too.
that's what i get:

i input

Код:
root@myserver:~# cd /home/user/testsvr
root@myserver:/home/user/testsvr# ./samp03svr
and i get:
Код:
Segmentation fault
I'm using the default gamemode of samp 0.3 R3 server



ok, now i've managed to run the server with ./samp03svr

but if i want to run
Код:
nohup ./samp03svr
i get
Код:
nohup: ignoring input and appending output to `nohup.out'
Aborted



Re: Server won't start on linux | Help needed ASAP - xspeedasx - 16.11.2009

any other ways to avoid segmentation faults?


Re: Server won't start on linux | Help needed ASAP - dugi - 16.11.2009

You probably uploaded your server executable through ftp using ASCII mode instead of BINARY. You should use wget to download the linux server package instead.