dpride 0 Posted May 15, 2013 [Error]: make_listen_bind: bind failed (socket #4, error 98: Address already in use)! Quote Share this post Link to post Share on other sites
0 Dastgir 1246 Posted May 15, 2013 Server Already Running.(i.e Server is running,) Quote Share this post Link to post Share on other sites
0 maxine02 2 Posted April 25, 2016 I'm having this problem now, I'm using this when running my server ./athena-start startif 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)! Quote Share this post Link to post Share on other sites
0 kenik 12 Posted April 25, 2016 Use top (or htop) to check - looks like you try to run server while another copy is already running. Quote Share this post Link to post Share on other sites
0 maxine02 2 Posted April 25, 2016 What do you mean by top and htop? How? My setup is debian with screen installed. Quote Share this post Link to post Share on other sites
0 kenik 12 Posted April 26, 2016 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 Quote Share this post Link to post Share on other sites
Share this post
Link to post
Share on other sites