SA-MP Forums Archive
nohup ./samp03svr & failed to run command : "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: nohup ./samp03svr & failed to run command : "No such file or directory." (/showthread.php?tid=618768)



nohup ./samp03svr & failed to run command : "No such file or directory." - Gorgeousmaniac - 09.10.2016

I got a VPS from OVH, it is a Debian x64 OS. I downloaded Putty and followed a tutorial on how to setup a samp server on a linux based VPS, but the last step which is, Entering nohup ./samp03svr & results to "nohup: failed to run command './samp03svr': No Such file or directory.
Ive been trying to fix this one for hours now, nothing seems to make this one work. Any ideas on how to fix this one? Thanks.

PHP Code:
samp@vps98250:~/samp03chmod +x samp-npc samp03svr announce
samp
@vps98250:~/samp03nohup ./samp03svr &
[
12919
samp
@vps98250:~/samp03nohupignoring input and appending output to `nohup.out'
nohup: failed to run command 
`./samp03svr': No such file or directory 



Re: nohup ./samp03svr & failed to run command : "No such file or directory." - Gorgeousmaniac - 09.10.2016

Fixed..


Re: nohup ./samp03svr & failed to run command : "No such file or directory." - sicol - 04.01.2017

how to fixed?


Re: nohup ./samp03svr & failed to run command : "No such file or directory." - Danzou - 05.01.2017

In Debian sox64 probably u need install packages ia32-libs to multiarch.


Re: nohup ./samp03svr & failed to run command : "No such file or directory." - Nezcafe - 06.01.2017

Quote:
Originally Posted by sicol
View Post
how to fixed?
If it's ubuntu or Debian, Type:
Code:
apt-get install libc6-i386



Re: nohup ./samp03svr & failed to run command : "No such file or directory." - Barnwell - 06.01.2017

Reinstall the VPS


Re: nohup ./samp03svr & failed to run command : "No such file or directory." - Lordzy - 07.01.2017

Quote:
Originally Posted by Barnwell
View Post
Reinstall the VPS
The problem is already fixed but I've to quote that your reply isn't the answer really. 64-bit OS will require the 32-bit libraries that are required to run samp03svr.


Re: nohup ./samp03svr & failed to run command : "No such file or directory." - Yonikp - 24.12.2017

i linux how to fix


Re: nohup ./samp03svr & failed to run command : "No such file or directory." - Lucky™ - 24.12.2017

Quote:
Originally Posted by Yonikp
View Post
i linux how to fix
If you are using debian or ubuntu, run this command:

Code:
apt-get install libc6-i386