Help bind failed

dpride

New member
Messages
20
Points
0
 
[Error]: make_listen_bind: bind failed (socket #4, error 98: Address already in use)!
 
Server Already Running.(i.e Server is running,)

 
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)!

 
Use top (or htop) to check - looks like you try to run server while another copy is already running.

 
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

 
Back
Top