#1

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

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?
Reply
#3

Make sure "./samp03svr" has full executable rights.
Reply
#4

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

op:

# ls
please.
Reply
#5

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

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

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


Forum Jump:


Users browsing this thread: 1 Guest(s)