Jump to content
  • 0
stivinov

Linux refuses to start the emulator

Question

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 shazeya@syafi.com

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
 

Share this post


Link to post
Share on other sites

5 answers to this question

Recommended Posts

  • 0

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)

Share this post


Link to post
Share on other sites
  • 0
On 16.04.2018 at 4:55 PM, meko said:

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)

 

On 16.04.2018 at 5:26 PM, Verno said:

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

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

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

 

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.