SA-MP Forums Archive
`./samp03svr': No such file or directory - 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: `./samp03svr': No such file or directory (/showthread.php?tid=396467)



`./samp03svr': No such file or directory [FIXED] - iTorran - 01.12.2012

All fixed after installing a crapload of random different things

After having some trouble regarding plugins on Debian, I moved to CentOS..
But after downloading SA-MP, extracting, etc.. I get the following error when trying to run the server:

`./samp03svr': No such file or directory

Using command:

nohup ./samp03svr &

But if I do 'ls' then I get this output:

LICENSE announce gamemodes nohup.out samp-npc scriptfiles
README filterscripts include npcmodes samp03svr server.cfg

It's quite clear I'm doing something wrong, but I can't see it :P


Re: `./samp03svr': No such file or directory - CarlosE - 02.12.2012

Did you locate the directory using "cd". If so, make sure that "samp03svr" is able to be executed, after you have set the permissions for that try once again to use "./samp03svr &" and it should work perfectly fine. If it doesn't, then you've done something wrong that I don't even see.


Re: `./samp03svr': No such file or directory - xxxDeathxxx - 03.12.2012

download the linux/windows server form here www.sa-mp.com and add your server things to this folder what did you downloaded, only the gamemode,FS, Scriptfiles, plugins etc only folders, and try then


Rep me if i helped


Re: `./samp03svr': No such file or directory - Markā„¢ - 03.12.2012

^Ignore the above reply and do this :

Code:
cd samp03
and then

Code:
nohup ./samp03svr &