stivinov 0 Posted April 16, 2018 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 Quote Share this post Link to post Share on other sites
0 meko 170 Posted April 16, 2018 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) 1 stivinov reacted to this Quote Share this post Link to post Share on other sites
0 Verno 4 Posted April 16, 2018 Also you can try this chown -R USERNAME hercules/ chmod -R 777 hercules/ 1 stivinov reacted to this Quote Share this post Link to post Share on other sites
0 stivinov 0 Posted April 18, 2018 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’? Quote Share this post Link to post Share on other sites
0 Verno 4 Posted April 19, 2018 http://herc.ws/board/topic/15846-linux-server-very-easy-guide/ may be this help. Quote Share this post Link to post Share on other sites
0 stivinov 0 Posted April 19, 2018 8 hours ago, Verno said: http://herc.ws/board/topic/15846-linux-server-very-easy-guide/ may be this help. Thank you so much! I found my mistake, it helped me make clean && make sql (for hercules) Quote Share this post Link to post Share on other sites
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:
Tell me please, what's my mistake?
Thank you
Share this post
Link to post
Share on other sites