All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
VM MIgration Issue
serverhosh
Member, Host Rep
Hello
We are recently trying to move VM from Centos 7 node to AlmaLinux 9 Node but after migration we are facing the following issue while powering up the VPS in AlmaLinux Node.
The following errors were found :
Could not start the VPS [ error: Failed to create domain from /etc/libvirt/qemu/v6927.xmlerror: internal error: process exited while connecting to monitor: 2024-10-07T09:09:41.233059Z qemu-kvm: warning: Machine type \'pc-i440fx-rhel7.6.0\' is deprecated: machine types for previous major releases are deprecated2024-10-07T09:09:41.248345Z qemu-kvm: -device {"driver":"cirrus-vga","id":"video0","bus":"pci.0","addr":"0x2"}: warning: \'cirrus-vga\' is deprecated, please use a different VGA card instead2024-10-07T09:09:41.258367Z qemu-kvm: -vnc 209.90.232.10:2,password=on,audiodev=audio1: Failed to bind socket: Cannot assign requested address ]
Can any one help us with it.
Many Thanks

Comments
Change VNC address to 0.0.0.0 on the virtual machine you are migrating
Something else is taking up the VNC port, find out what it is then kill it or change the port for that VM or that IP you're binding to is no longer valid (since you're migrating).
netstat -tulpn | grep 5902Thanks guys. I noticed the the VNC Server IP was different than the actual Node IP. I changed and vps are booted up.