SA-MP Forums Archive
Help - 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: Help (/showthread.php?tid=544430)



Help - iHawks - 01.11.2014

when i want to start my server from Putty i get this problem. i checked alot of time the files, nothing wrong

Код:
[root@ihawks-server samp03]# nohup ./samp03svr
nohup: ignoring input and appending output to `nohup.out'
nohup: failed to run command `./samp03svr': Permission denied
[root@ihawks-server samp03]# chmod 777 ./samp03svr
[root@ihawks-server samp03]# nohup ./samp03svr
nohup: ignoring input and appending output to `nohup.out'
nohup: failed to run command `./samp03svr': No such file or directory



Re: Help - aswinnarayanan - 02.11.2014

This is a wired problem,
nohup: ignoring input and appending output to `nohup.out'
nohup: failed to run command `./samp03svr': No such file or directory
It means that file doesn't Exist
do the directory is correct?


Re: Help - slowride326 - 02.11.2014

Make sure "./samp03svr" has full executable rights.


Re: Help - Mark_Weston - 02.11.2014

Quote:
Originally Posted by slowride326
Посмотреть сообщение
Make sure "./samp03svr" has full executable rights.
[root@ihawks-server samp03]# chmod 777 ./samp03svr

op:

# ls
please.


Re: Help - iHawks - 02.11.2014

Quote:
Originally Posted by aswinnarayanan
Посмотреть сообщение
This is a wired problem,
nohup: ignoring input and appending output to `nohup.out'
nohup: failed to run command `./samp03svr': No such file or directory
It means that file doesn't Exist
do the directory is correct?
Yes all is correct
I NEED help please


Re: Help - Mark_Weston - 02.11.2014

Quote:
Originally Posted by iHawks
Посмотреть сообщение
Yes all is correct
I NEED help please
Trying to help you. You're not helping me.

I need your

# ls


Re: Help - Tom1412 - 04.11.2014

The problem is that you are trying to run the server using a program that allows putty cut off.
Can you run the server without using nohup?

I am guessing that is where your problem is that your trying to use another program so you can close your putty connection.