25.08.2010, 21:14
Hi all , i own a VPS and have uploaded the files are said in
https://sampwiki.blast.hk/wiki/Linux_Server
Im down to Running Your server. Adn yes the 2 files are chmodded 0777 or 777. , i have done the 3 methods and it comes up with the same error of: no such file or Directory
i have tried going through /../root etc etc and still not worked. So im not sure exactly what to do now. I've moved the samp03 folder into the overdriv folder before public_html.
image attached
edit:
Foudn that i hadent chmodded but done that now so they are defently 777 and now getting new issue
the first one is with a space and the second one is not
If i add & i will get
and if i do nohup i get
https://sampwiki.blast.hk/wiki/Linux_Server
Im down to Running Your server. Adn yes the 2 files are chmodded 0777 or 777. , i have done the 3 methods and it comes up with the same error of: no such file or Directory
i have tried going through /../root etc etc and still not worked. So im not sure exactly what to do now. I've moved the samp03 folder into the overdriv folder before public_html.
image attached
edit:
Foudn that i hadent chmodded but done that now so they are defently 777 and now getting new issue
Code:
root@v-251 [~]# . /home/overdriv/samp03/samp03svr -bash:ELF: command not found root@v-251 [~]# ./home/overdriv/samp03/samp03svr -bash: ./home/overdriv/samp03/samp03svr: No such file or directory root@v-251 [~]#
If i add & i will get
Code:
root@v-251 [~]# . /home/overdriv/samp03/samp03svr & [1] 5595 root@v-251 [~]# -bash:ELF: command not found
Code:
nohup ./home/overdriv/samp03/samp03svr & [2] 5710 [1] Exit 127 . /home/overdriv/samp03/samp03svr root@v-251 [~]# nohup: appending output to `nohup.out' nohup: cannot run command `./home/overdriv/samp03/samp03svr': No such file or directory