Applicable to:
- SolusVM 2
Symptoms
Cannot create VPS in SolusVM 2 - the following error is shown in SolusVM 2 > Tasks > vm-create:
SVM_ERROR: cannot calculate size of image: cannot make HEAD request
On the affected Compute Resource, the following can be found in
/var/log/solus/agent.logCONFIG_TEXT: [ERR] HEAD <link> request failed: Head <link>: dial tcp: lookup example.com on [::1]:53: read udp [::1]:49012->[::1]:53: read: connection refused
Cause
Invalid nameservers in /etc/resolv.conf on Compute Resource.
Resolution
- Access Compute Resource over SSH.
- Set standard Google nameservers in
/etc/resolv.conf:
# echo "nameserver 8.8.8.8" > /etc/resolv.conf
Comments
Please sign in to leave a comment.