SA-MP Forums Archive
Problem with Debian |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: Problem with Debian |No Such file or directory| (/showthread.php?tid=539555)



Problem with Debian |No Such file or directory| - XxBaDxBoYxX - 28.09.2014

Код:
root@debian:~/samp03# ./samp03svr &
[1] 1711
root@debian:~/samp03# -bash: ./samp03svr: No such file or directory
Код:
root@debian:~/samp03# ls
announce       include    npcmodes   samp-npc      server.cfg
filterscripts  LICENSE    README     gamemodes      nohup.out  
samp03svr  scriptfiles
Be aware that samp03svr/announce and server.cfg are all chmod-ed.
Thanks in advance :/


Re: Problem with Debian |No Such file or directory| - PinEvil - 28.09.2014

Try cd ./samp03svr &


Re: Problem with Debian |No Such file or directory| - XxBaDxBoYxX - 28.09.2014

Quote:
Originally Posted by PinEvil
Посмотреть сообщение
Try cd ./samp03svr &
isn't that the same as
Код:
 ./samp03svr &
Anyways, Not that didn't make it start :/


Re: Problem with Debian |No Such file or directory| - PinEvil - 28.09.2014

Well, cd ./samp03 & should find your directory.

root@debian:~/samp03# nohup ./samp03svr &

(I thought you meant to find it, try using nohup.)


Re: Problem with Debian |No Such file or directory| - XxBaDxBoYxX - 28.09.2014

Ye, Also tried that, Still shows the same problem.


Re: Problem with Debian |No Such file or directory| - XxBaDxBoYxX - 29.09.2014

Problem kinda fixed, Changed the OS to CentOS.
Thanks anyway.