Description of problem: I get an error when trying to run 'xm save dom dom.xen' Version-Release number of selected component (if applicable): xen-2-20050522 kernel-xen0-2.6.11-1.1363_FC4 kernel-xenU-2.6.11-1.1363_FC4 How reproducible: Every time Steps to Reproduce: 1. Boot xen kernel 2. start xen domU 3. run 'xm save domain_name somefile' Actual results: Error: Internal Server Error Expected results: domU gets state saved into specified file and is suspended Additional info: migrating to localhost also fails. # xm migrate oxygen localhost Error: Internal Server Error xfrd is running: # ps ax | grep xfrd 2399 ? S 0:00 xfrd I'll attach a backtrace as well
Created attachment 114877 [details] strace of 'xm save oxygen ./oxygen.xen'
Hrm...looks like I can make it work by creating the directory /var/lib/xen/xen-db/migrate - any reason that isn't created by the rpm?
The RPM doesn't have that directory because it's not created by the "make install" command that the spec file runs. *sigh* Guess I'll send some fixes upstream, as well as fixing it in the FC4 RPM...
A fix for this issue was added to today's Xen RPM, 2-20050530
Verified xen-2-20050530 corrects this issue.