problem while trying to run the server
#1

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
Reply
#2

Chmod samp03svr so it is executable (+x).
Reply
#3

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”).
Reply
#4

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.
Reply
#5

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


Forum Jump:


Users browsing this thread: 1 Guest(s)