Hi,
I wanted to upgrade Zend version and did (by mistake) ./build update_versions.
So all my programs are up-to-date
. But after that DA will not start. Websites are running luckily!
If i do directadmin b200 then this is the result:
So i've googled further and found this topic: http://www.directadmin.com/features.php?id=1168 regarding IpV6. If i do netstat -lnp | grep :2222:
I don't have file /etc/sysctl.d/bindv6only.conf, however it seems that this server is compiled with IPv6:
What to do to get DA up-and-running again?
Thanks in advance!
I wanted to upgrade Zend version and did (by mistake) ./build update_versions.
So all my programs are up-to-date
If i do directadmin b200 then this is the result:
Code:
server:/usr/local/directadmin# ./directadmin b200
Debug mode. Level 200
Bind Error: Make sure there aren't any copies running in the background
Address already in use
If DirectAdmin is running, but you cannot connect to port 2222, check this guide:
http://help.directadmin.com/item.php?id=75
So i've googled further and found this topic: http://www.directadmin.com/features.php?id=1168 regarding IpV6. If i do netstat -lnp | grep :2222:
Code:
server:/usr/local/directadmin# netstat -lnp | grep :2222
tcp6 0 0 :::2222 :::* LISTEN 21512/directadmin
I don't have file /etc/sysctl.d/bindv6only.conf, however it seems that this server is compiled with IPv6:
Code:
server:/usr/local/directadmin# ./directadmin o
Compiled on 'Debian 6.0 64-bit'
Compile time: Dec 4 2012 at 00:18:10
Compiled with IPv6
What to do to get DA up-and-running again?
Thanks in advance!