Linux refuses to start the emulator

stivinov

New member
Messages
8
Points
0
Hello friends!
Recently I ran into a problem!
I copied my emulator from the server, in order to return to it later.When the time came, I copied it back to the server!

My problem is that he stopped running and that's what he writes:
 

root@ragnarokonline:/home/test/athena# ./athena-start start
Athena Starting...
(c) 2003 Athena Project
modified by [email protected]

checking...
Check complete.
Looks good, a nice Athena!
Now Started Athena.
root@ragnarokonline:/home/test/athena#
./athena-start: 51: exec: ./map-server: Permission denied
./athena-start: 49: exec: ./char-server: Permission denied
./athena-start: 47: exec: ./login-server: Permission denied
^C
root@ragnarokonline:/home/test/athena#


Tell me please, what's my mistake?
Thank you
 

 
chmod u+x ./{login,char,map}-server

If you want to keep the file ownership and permissions intact when copying from linux to windows you should first make a tarball on the source machine and then download this instead of downloading every file one by one (ie via FTP)

 
Last edited by a moderator:
chmod u+x ./{login,char,map}-server

If you want to keep the file ownership and permissions intact when copying from linux to windows you should first make a tarball on the source machine and then download this instead of downloading every file one by one (ie via FTP)


Also you can try this

chown -R USERNAME hercules/
chmod -R 777 hercules/
Meko, Verno
Thank you very much!
That helped!
Sorry for the fact that I did not answer for a long time, there was a lot of work!


Can you please tell me how to fix this problem?
The command does not work
./athena-start stop

Code:
./athena-start stop
./athena-start: 60: kill: No such process

rm: remove write-protected regular file ‘.login-server.pid’?
 
Back
Top