Applicable to:
- SolusVM 2
Symptoms
VPS migration failed in SolusVM 2:
SVM_ERROR: Cannot migrate VM "d1af20bb-598f-455d-a63d-aa69d3a227c6": prepare destination for migration: destination failed to download ISO config image: got unexpected status code 500: cannot download ISO image "41bc6d19-7399-40f8-a442-91bd9b7e36d3": generate iso image "41bc6d19-7399-40f8-a442-91bd9b7e36d3": Get "https://example.com:443/api/v1/iso_image_configs/41bc6d19-7399-40f8-a442-91bd9b7e36d3/generate": dial tcp: lookup example.com on 127.0.0.53:53: server misbehaving
Cause
systemd-resolved was misconfigured:
CONFIG_TEXT: systemd-resolved[26780]: /etc/systemd/resolved.conf:25: Missing '=', ignoring line.
systemd-resolved[26780]: /etc/systemd/resolved.conf:26: Missing '=', ignoring line.
Resolution
- Connect to Destination node via SSH
- Open the config file /etc/systemd/resolved.conf in a text editor
- Comment the lines from the error
- Add the line:
CONFIG_TEXT: DNS=8.8.8.8 8.8.4.4
- Save and exit editor
- Restart systemd-resolved service:
# systemctl restart systemd-resolved
Comments
0 commentsPlease sign in to leave a comment.