Add Domain 'Your connection has timed out'

bdj

Verified User
Joined
Feb 22, 2008
Messages
152
I just to a new VPS with directadmin on Centos8
I'm trying to add a domain but after a while the connection times out.
The domain seems to be added to the user.

No multi-server or custom script.
I don't use directadmin NS so the NS1 & NS2 don't resolve

This is what debug says:

Apache::write_php_fpm_cgi: No domains for User youpark are using php 56. Deleting /usr/local/directadmin/data/users/youpark/php/php-fpm56.conf to reduce the number of unused pools.
Using default directory: /home/admin/domains/default
IP::add_to_domain_ips: should_add_domain_to_domainips=0
pure-ftpd does not accept HUP signals (reread or reload). Ignoring.
Named::createDefault: domain=yyynnn.nl ip=111.222.222.11 ns1=ns1.vps01.cloud ns2=ns2.vps01.cloud is_ipv6=0
Sockets::getServerIPv6: Script error:
Timeout (timeout=60) from 44.111.222.1 : last flagged: Email::create(yyynnn.nl) : youpark : getlock(./data/users/youpark/user.conf, 'ConfigFile::readFile') : finished
Dynamic(api=0, error=1):
text='Your connection has timed out'
result='Either your request was invalid or the program hasn't completed your request.<br>
Please notify the server admin'



Any ideas where to look for?
 
If you search about this error:


It means your IPv6 is not reachable (misconfigured). To overcome this, you could disable ipv6=0 in directadmin.conf and restart directadmin.
 
  • Like
Reactions: bdj
Back
Top