D dpride New member Messages 20 Points 0 May 15, 2013 #2 [Error]: make_listen_bind: bind failed (socket #4, error 98: Address already in use)!
D Dastgir Core Developer Messages 3,805 Points 0 Discord Dastgir#1460 IRC Nickname Dastgir Github dastgirp Emulator Client Version 2019-02-28 RE May 15, 2013 #3 Server Already Running.(i.e Server is running,)
M maxine02 New member Messages 93 Points 0 Apr 25, 2016 #4 I'm having this problem now, I'm using this when running my server ./athena-start start if i tried to restart it using ./athena-start restart it giving me [Error]: make_listen_bind: bind failed (socket #5, error 98: Address already in use)!
I'm having this problem now, I'm using this when running my server ./athena-start start if i tried to restart it using ./athena-start restart it giving me [Error]: make_listen_bind: bind failed (socket #5, error 98: Address already in use)!
kenik New member Messages 32 Points 0 Age 37 Github kenik Emulator Apr 25, 2016 #5 Use top (or htop) to check - looks like you try to run server while another copy is already running.
M maxine02 New member Messages 93 Points 0 Apr 25, 2016 #6 What do you mean by top and htop? How? My setup is debian with screen installed.
kenik New member Messages 32 Points 0 Age 37 Github kenik Emulator Apr 26, 2016 #7 Command top. You write in console: top. And you will see processes running now. htop - it's top with some 'gui' in console. Oh! And if you runs server with screen - check other screens. 'screen -ls' - this command will show you all screen session of current user. Check it with 'screen -r <session №/name>' command
Command top. You write in console: top. And you will see processes running now. htop - it's top with some 'gui' in console. Oh! And if you runs server with screen - check other screens. 'screen -ls' - this command will show you all screen session of current user. Check it with 'screen -r <session №/name>' command