SA-MP Forums Archive
I can't start my SAMP Linux Server - 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: I can't start my SAMP Linux Server (/showthread.php?tid=301534)



I can't start my SAMP Linux Server - Cody_Maverak - 04.12.2011

Hello,

I am trying out the linux server on a ubuntu server 10.04 lts. The guide online says that after using tar to extract the contents and changing the server.cfg, and type

Код:
root@VPC04:# ./samp03svr &
But after, it says

Код:
bash: ./samp03svr: No such file or directory
Please help me out.

EDIT: I have extracted and samp03svr is in the directory where i am trying to run it in.


Re: I can't start my SAMP Linux Server - array13 - 04.12.2011

cd /direct/of/theserver
screen ./samp03svr
or
nohup ./samp03svr

if you do not have screen or nohup installed, install it.(idk the commands of it on ubuntu, just debian and centos)


Re: I can't start my SAMP Linux Server - Cody_Maverak - 04.12.2011

nohup and screen is installed. But it still says that

Код:
nohup: cannot run command `./samp03svr': No such file or directory
screen says basically the same thing.


AW: I can't start my SAMP Linux Server - Johann95 - 05.05.2012

I Renember this Problem

You must install the liabs 32

Код:
apt-get install ia32-libs
This Need you Only on 64 Bit Linux Systems


Greetings from Johann


Re: I can't start my SAMP Linux Server - ikey07 - 06.05.2012

use: cd samp03

and than:

nohup ./samp03svr &


Re: I can't start my SAMP Linux Server - Jikesh - 06.05.2012

Type "ls" and see if samp03svr is in the list.


Re: I can't start my SAMP Linux Server - undeteker - 10.05.2012

give pictures and post here and we see the probleam