SA-MP Forums Archive
Server on LINUX - 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 on LINUX (/showthread.php?tid=261649)



Server on LINUX - boyan96 - 14.06.2011

Why i can't start a server on unbutu 10


Re: Server on LINUX - xxmitsu - 14.06.2011

well, let me consult my crystal ball..

Any error?


Re: Server on LINUX - boyan96 - 14.06.2011

no i click to start samp03svr but the server didn't start on server_log is this ----------
Loaded log file: "server_log.txt".
----------

Код:
SA-MP Dedicated Server
----------------------
v0.3c R2, ©2005-2011 SA-MP Team

[18:31:19] 
[18:31:19] Server Plugins
[18:31:19] --------------
[18:31:19]  Loaded 0 plugins.

[18:31:20] 
[18:31:20] Filter Scripts
[18:31:20] ---------------
[18:31:20]   Loading filter script 'base.amx'...
[18:31:20] 
--Base FS loaded.

[18:31:20]   Loading filter script 'gl_actions.amx'...
[18:31:20]   Loading filter script 'gl_property.amx'...
[18:31:20] 
-----------------------------------
[18:31:20] Grand Larceny Property Filterscript		
[18:31:20] -----------------------------------

[18:31:20]   Loading filter script 'gl_realtime.amx'...
[18:31:20]   Loaded 4 filter scripts.

[18:31:20] Loaded 3 vehicles from: vehicles/trains.txt
[18:31:20] Loaded 3 vehicles from: vehicles/pilots.txt
[18:31:20] Loaded 15 vehicles from: vehicles/lv_law.txt
[18:31:20] Loaded 39 vehicles from: vehicles/lv_airport.txt
[18:31:20] Loaded 255 vehicles from: vehicles/lv_gen.txt
[18:31:20] Loaded 38 vehicles from: vehicles/sf_law.txt
[18:31:20] Loaded 35 vehicles from: vehicles/sf_airport.txt
[18:31:20] Loaded 353 vehicles from: vehicles/sf_gen.txt
[18:31:20] Loaded 24 vehicles from: vehicles/ls_law.txt
[18:31:20] Loaded 37 vehicles from: vehicles/ls_airport.txt
[18:31:20] Loaded 98 vehicles from: vehicles/ls_gen_inner.txt
[18:31:20] Loaded 389 vehicles from: vehicles/ls_gen_outer.txt
[18:31:20] Loaded 71 vehicles from: vehicles/whetstone.txt
[18:31:20] Loaded 168 vehicles from: vehicles/bone.txt
[18:31:20] Loaded 61 vehicles from: vehicles/flint.txt
[18:31:20] Loaded 96 vehicles from: vehicles/tierra.txt
[18:31:20] Loaded 96 vehicles from: vehicles/red_county.txt
[18:31:20] Total vehicles from files: 1781
[18:31:20] Reading File: blank
[18:31:20] Reading File: properties/houses.txt
[18:31:20] Reading File: properties/businesses.txt
[18:31:20] Reading File: properties/banks.txt
[18:31:20] Reading File: properties/police.txt
[18:31:20] 
---------------------------------------
[18:31:20] Running Grand Larceny - by the SA-MP team

[18:31:20] ---------------------------------------

[18:31:20] Number of vehicle models: 173
and the server don't work


Re: Server on LINUX - Toni - 14.06.2011

Well you said click, so I'm assuming you have a desktop view of Ubuntu. Instead of clicking try running it through a terminal. https://sampwiki.blast.hk/wiki/Linux_Server notes it as well.

Also Linux files have to be manually given permissions, so make sure the samp03svr has permissions:
Код:
cd /you-samp-server-directory
chmod 700 *
Then use this to run it:
Код:
./samp03svr &



Re: Server on LINUX - boyan96 - 14.06.2011

can you say more details because i didn't uderstand linux


Re: Server on LINUX - boyan96 - 14.06.2011

Quote:

Also Linux files have to be manually given permissions, so make sure the samp03svr has permissions:

How to give pesmission


Re: Server on LINUX - linuxthefish - 14.06.2011

Quote:
Originally Posted by boyan96
Посмотреть сообщение
How to give pesmission
Move the samp03 folder to your home dictionary, then open up terminal and type cd samp03.
Then you can type chmod 777 *. You then launch the server by typing nohup ./samp03svr &.


Re: Server on LINUX - boyan96 - 14.06.2011

why i don't have a cmd window to see what players chat


Re: Server on LINUX - linuxthefish - 14.06.2011

Thats just the way it works, you could write something that loads the server log in your web browser and refresh's it every 2 seconds.


Re: Server on LINUX - boyan96 - 14.06.2011

How i can make to see it