Bugs item #1933508, was opened at 2008-04-03 17:53 Message generated for change (Comment added) made by quintela2 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=893831&aid=1933508&group_id=180599 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Verapong Rattanasamoot (rattanasamoot) Assigned to: Nobody/Anonymous (nobody) Summary: KVM cannot migrate with command -monitor Initial Comment: I use KVM on Ubuntu 7.10 64 bit linux. I use migration only on localhost is work fine. But when I use option (-monitor tcp::port,server,nowait) I cannot get result to migrate to incoming process. I use kvm-60 >> command at VM Host : qemu-system-x86_64 -boot c -hda tc.ovl -m 512M -monitor tcp::40001,server,nowait (tc.ovl is an ovelay to disk image thats all in nfs) >> command at VM Destination : qemu-system-x86_64 -boot c -hda tc.ovl -m 512M -incoming tcp://127.0.0.1:3333 -monitor tcp::40002,server,nowait After run this commands and linux at VM1 Host start, I telnet to localhost 40001 and command "migrate_set_speed 1G" then command "migrate -d tcp://127.0.0.1:3333" At VM Host has been non response with any command. VM Destination still wait for read migration information. Please help me how to solve this problems. ---------------------------------------------------------------------- Comment By: Juan Quintela (quintela2) Date: 2010-06-18 17:20 Message: syntax is incorrect. it should be -incoming tcp:127.0.0.1:3333 Notice the removal of // ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=893831&aid=1933508&group_id=180599 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html