Directadmin not responsive on 2222

Admass

Verified User
Joined
Apr 3, 2007
Messages
5
Hi,

For some reason the Directadmin portal on 2222 stops every few days.

After some digging I discovered the following:

hosting:~# netstat -eapn | grep 2222
tcp 0 0 87.239.15.44:2222 87.211.175.139:58735 SYN_RECV 65534 0 -
tcp6 0 0 :::2222 :::* LISTEN 65534 8306219 8263/directadmin
tcp6 545 0 87.239.15.44:2222 87.211.175.139:58380 CLOSE_WAIT 0 0 -
tcp6 545 0 87.239.15.44:2222 87.211.175.139:58972 CLOSE_WAIT 0 0 -
tcp6 0 0 87.239.15.40:2222 213.10.46.40:50369 CLOSE_WAIT 65534 10489096 13760/directadmin
tcp6 545 0 87.239.15.44:2222 87.211.175.139:58095 CLOSE_WAIT 0 0 -
tcp6 97 0 87.239.15.40:2222 213.10.46.40:51977 CLOSE_WAIT 0 0 -
tcp6 0 0 87.239.15.40:2222 213.10.46.40:64701 CLOSE_WAIT 65534 10415746 4707/directadmin
tcp6 545 0 87.239.15.44:2222 87.211.175.139:57872 CLOSE_WAIT 0 0 -
tcp6 545 0 87.239.15.44:2222 87.211.175.139:58490 CLOSE_WAIT 0 0 -
tcp6 0 0 87.239.15.40:2222 213.10.46.40:57796 CLOSE_WAIT 65534 10015371 29173/directadmin
tcp6 545 0 87.239.15.44:2222 87.211.175.139:58662 CLOSE_WAIT 0 0 -
tcp6 0 0 87.239.15.40:2222 213.10.46.40:51544 CLOSE_WAIT 65534 10542689 20412/directadmin


When i run the next commands, the issue is resolved for a couple of hours/days:

hosting:~# kill -9 8263 13760 4707 29173 20412
hosting:~# /etc/init.d/directadmin restart
Stopping DirectAdmin: [ FAILED ]
Starting DirectAdmin: [ OK ]

hosting:~# netstat -eapn | grep 2222
tcp6 0 0 :::2222 :::* LISTEN 65534 11133351 5504/directadmin
tcp6 0 1 87.239.15.40:2222 213.10.46.40:50369 LAST_ACK 0 0 -
tcp6 0 1 87.239.15.40:2222 213.10.46.40:64701 LAST_ACK 0 0 -
tcp6 0 1 87.239.15.40:2222 213.10.46.40:57796 LAST_ACK 0 0 -
tcp6 0 1 87.239.15.40:2222 213.10.46.40:51544 LAST_ACK 0 0 -


Any suggestions how i can prevent this from happening?

thanks
 
Back
Top