VPS migration failed in SolusVM 2: destination failed to download ISO config image: lookup example.com on 127.0.0.53:53: server misbehaving

Have more questions? Submit a request

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

  1. Connect to Destination node via SSH
  2. Open the config file /etc/systemd/resolved.conf in a text editor
  3. Comment the lines from the error
  4. Add the line:

    CONFIG_TEXT: DNS=8.8.8.8 8.8.4.4

  5. Save and exit editor
  6. Restart systemd-resolved service:

    # systemctl restart systemd-resolved

Articles in this section

Was this article helpful?
0 out of 0 found this helpful
Share

Comments

0 comments

Please sign in to leave a comment.