SA-MP Forums Archive
Samp server on Cent OS failed to start - 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: Samp server on Cent OS failed to start (/showthread.php?tid=401514)



Samp server on Cent OS failed to start - Samp_India - 23.12.2012

I get this error in putty



Re: Samp server on Cent OS failed to start - tpolis - 23.12.2012

Try chmodding to at least 755 but all the three files(samp03svr, samp-npc, announce). Also check if you got all the plugins in server.cfg with .so . Check if your script is compiled with all the includes. Then try to reboot or reinstall the vps to centos 6(recommendation).


Re: Samp server on Cent OS failed to start - Samp_India - 23.12.2012

i have already set permissions using chmod command in linux after still i get same error


Re: Samp server on Cent OS failed to start - iVPS - 23.12.2012

First of all, make sure you had done yum update

second make sure you had set the permissions correctly,

Third make sure you do this "nohup ./samp03svr &"

Fourth make sure that you're in correct directory while executing this command,

Fift check your server_log.txt because some times, your script might got error,

At last none of these helped send me a pm with your root acess.


Re: Samp server on Cent OS failed to start - Samp_India - 23.12.2012

here is the server log

Quote:

----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3e-R2, ©2005-2012 SA-MP Team

[09:38:30]
[09:38:30] Server Plugins
[09:38:30] --------------
[09:38:30] Loading plugin: YSF.so
[09:38:30]

[09:38:30] ===============================

[09:38:30] YSF 0.3.00 loaded

[09:38:30] © 2008 Alex "Y_Less" Cole

[09:38:30] Operating System: Linux

[09:38:30] ===============================

[09:38:30] Loaded.
[09:38:30] Loading plugin: streamer.so
[09:38:30]

*** Streamer Plugin v2.6 by Incognito loaded ***

[09:38:30] Loaded.
[09:38:30] Loading plugin: GeoIP_Plugin.so

----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3e-R2, ©2005-2012 SA-MP Team

[09:58:30]
[09:58:30] Server Plugins
[09:58:30] --------------
[09:58:30] Loading plugin: YSF.so
[09:58:30]

[09:58:30] ===============================

[09:58:30] YSF 0.3.00 loaded

[09:58:30] © 2008 Alex "Y_Less" Cole

[09:58:30] Operating System: Linux

[09:58:30] ===============================

[09:58:30] Loaded.
[09:58:30] Loading plugin: streamer.so
[09:58:30]

*** Streamer Plugin v2.6 by Incognito loaded ***

[09:58:30] Loaded.
[09:58:30] Loading plugin: GeoIP_Plugin.so

----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3e-R2, ©2005-2012 SA-MP Team

[10:13:44]
[10:13:44] Server Plugins
[10:13:44] --------------
[10:13:44] Loading plugin: YSF.so
[10:13:44]

[10:13:44] ===============================

[10:13:44] YSF 0.3.00 loaded

[10:13:44] © 2008 Alex "Y_Less" Cole

[10:13:44] Operating System: Linux

[10:13:44] ===============================

[10:13:44] Loaded.
[10:13:44] Loading plugin: streamer.so
[10:13:44]

*** Streamer Plugin v2.6 by Incognito loaded ***

[10:13:44] Loaded.
[10:13:44] Loading plugin: GeoIP_Plugin.so

----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3e-R2, ©2005-2012 SA-MP Team

[10:13:47]
[10:13:47] Server Plugins
[10:13:47] --------------
[10:13:47] Loading plugin: YSF.so
[10:13:47]

[10:13:47] ===============================

[10:13:47] YSF 0.3.00 loaded

[10:13:47] © 2008 Alex "Y_Less" Cole

[10:13:47] Operating System: Linux

[10:13:47] ===============================

[10:13:47] Loaded.
[10:13:47] Loading plugin: streamer.so
[10:13:47]

*** Streamer Plugin v2.6 by Incognito loaded ***

[10:13:47] Loaded.
[10:13:47] Loading plugin: GeoIP_Plugin.so




Re: Samp server on Cent OS failed to start - iVPS - 23.12.2012

This means that the nohup is aborting because of your script.It's executing that's why you can read your server_log.txt or else it won't show up.The problem is with your script, your script isn't loading properly and closes itself due to some errors.Seeing this the nohup executer gives you an error called "aborting" nothing to do with nohup.Best of luck fixing your GM.


Re: Samp server on Cent OS failed to start - CrossUSAAF - 23.12.2012

Have you tried native server checker plugin? It may tell you, what is wrong.


Re: Samp server on Cent OS failed to start - [HK]Ryder[AN] - 23.12.2012

Also try using crashdetect