The problem is that your hostname is not pingable. System can not resolve the name. You can fix it by adding hostname to the /etc/hosts/file. Hostname should be associated with the system ip

/usr/local/vesta/bin/v-list-sys-ips; # list system ips

IP NETMASK NAT OWNER U_WEB_DOMAINS
--------- --------- --------- --------- ---------
XXX.XXX.XXX.XXX 255.255.255.248 NULL admin 3

hostname; # get hostname
domain.com

echo "XXX.XXX.XXX.XXX domain.com" >> /etc/hosts

src: https://forum.vestacp.com/viewtopic.php?f=10&t=4525

liked this article?

  • only together we can create a truly free world
  • plz support dwaves to keep it up & running!
  • (yes the info on the internet is (mostly) free but beer is still not free (still have to work on that))
  • really really hate advertisement
  • contribute: whenever a solution was found, blog about it for others to find!
  • talk about, recommend & link to this blog and articles
  • thanks to all who contribute!
admin