SA-MP Forums Archive
problem while trying to run the 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: problem while trying to run the server (/showthread.php?tid=586150)



problem while trying to run the server - YuKki1 - 19.08.2015

well guys , i have a debian vps server ,
when i type ls i get this :

announce include LICENSE pawno samp03svr server.cfg
filterscripts libeay32.dll msvcr100d.dll plugins samp-npc ssleay32.dll
gamemodes libmysql.dll npcmodes README scriptfiles

but when i type :
./samp03svr &
it says :
bash: ./samp03svr: No such file or directory
and when i type this :

nohup ./samp03svr &

it says :

nohup: ignoring input and appending output to `/home/sscnr/nohup.out'
nohup: failed to run command `./samp03svr': No such file or directory

it's the same problem , what to do please ? and thanks


Re: [urgent]problem while trying to run the server - Sithis - 20.08.2015

Chmod samp03svr so it is executable (+x).


Re: [urgent]problem while trying to run the server - Samp_India - 20.08.2015

Quote:
Originally Posted by YuKki1
Посмотреть сообщение
well guys , i have a debian vps server ,
when i type ls i get this :

announce include LICENSE pawno samp03svr server.cfg
filterscripts libeay32.dll msvcr100d.dll plugins samp-npc ssleay32.dll
gamemodes libmysql.dll npcmodes README scriptfiles

but when i type :
./samp03svr &
it says :
bash: ./samp03svr: No such file or directory
and when i type this :

nohup ./samp03svr &

it says :

nohup: ignoring input and appending output to `/home/sscnr/nohup.out'
nohup: failed to run command `./samp03svr': No such file or directory

it's the same problem , what to do please ? and thanks
The operating system you’re running on your VPS must be a 64-bit , “uname” command, which prints system information to the screen. If you want more information than just whether your system is 32-bit or 64-bit, type the following command and press Enter.
Код:
uname –a
To use the “uname” command to only find out whether your system is 32-bit or 64-bit, type the following command and press Enter.
Код:
uname –m
This displays only the machine hardware name and indicates, as above, whether your system is 32-bit (“i686” or “i386”) or 64-bit (“x86_64”).


Re: problem while trying to run the server - Jake187 - 20.08.2015

The problem you're having shouldn't be doing that. Can you please paste your full output of your command line detailing you using ls and than attempting to do ./samp03svr.

It should recognize the file no matter what, if attempting to start and there is a error it will say so not say there is no file.


Re: problem while trying to run the server - hamidkag - 28.01.2016

i have this problem too...
what we have to do to fix it?
please help us