SA-MP Forums Archive
Linux problem - 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: Linux problem (/showthread.php?tid=479202)



Linux problem - marwanalramahi - 03.12.2013

I got my server hosted on a linux host and i get the following error :
Код:
Started server on port: 8115, with maxplayers: 50 lanmode is OFF.
OGP_HOME_000000142_startup_scr.sh: riga 2: 15007 Errore di segmentazione (core dump creato) ./samp03svr
What is the problem ?


Re: Linux problem - nisva003 - 03.12.2013

Which host you useing?


Re: Linux problem - marwanalramahi - 03.12.2013

Translation :
OGP_HOME_000000142_startup_scr.sh: line 2: 15007 Segmentation fault (core dump created) ./samp03svr


Re: Linux problem - nisva003 - 03.12.2013

Check your Filterscripts and gamemode and plugins maybe you entered plugins or filterscripts wrong also there might be a problem with one of the filterscripts.


Re: Linux problem - marwanalramahi - 03.12.2013

Everything is working and i have the linux plugins with the latest versions.


Re: Linux problem - marwanalramahi - 04.12.2013

I really need help here.


Re: Linux problem - DaDenz - 06.12.2013

Hey!,

Did you have .so after the plugin name?
If not try that, most of the time it will help,

Example:

<plugin name>.so


Re: Linux problem - iZN - 06.12.2013

Segmentation error. Try to upload the executable files in binary mode.


Re: Linux problem - RockyStar - 06.12.2013

Quote:
Originally Posted by marwanalramahi
Посмотреть сообщение
Translation :
OGP_HOME_000000142_startup_scr.sh: line 2: 15007 Segmentation fault (core dump created) ./samp03svr
I've had a VPS for a year SA: MP and I know the problem.

What happens is that the file samp03svr crashes because your gamemode is not updated for Linux, probably in your pc uses windows, update it.


Re: Linux problem - KingHual - 06.12.2013

God, are you all blind?

Quote:
Originally Posted by marwanalramahi
Посмотреть сообщение
Everything is working and i have the linux plugins with the latest versions.
Anyway, segfaults are related to memory. Most of the times, you get those errors due to illegal memory access. What plugins are you using, and what version of them?