Hi all, I need to make some modifications to xc_save and xc_restore to Xen 3.0.3 for research purposes. In order to avoid to recompile all the xen source at each modification I do to these binaries, I thougt to substitute the version of this two binaries which is installed in /usr/lib64/xen/bin, with a version I compile myself from the Xen source code tarball. The problem is that after doing this I get an error Error: /usr/lib64/xen/bin/xc_save 4 1 0 0 5 failed: popen failed My question is: is it possible to do what I want to do? If so, which is the right way to do it? I''m running Xen 3.0.3 on a server running Centos 5.8 . Thanks a lot in advance! _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel
On Tue, Apr 9, 2013 at 9:08 AM, Vincenzo De Maio <vinc.demaio@gmail.com> wrote:> Hi all, I need to make some modifications to xc_save and xc_restore to Xen > 3.0.3 for research purposes.Is there a reason you''re using such an old version of Xen, instead of the most recent release? 3.0.3 is long out of support, and few people will be motivated to go back in time and understand what''s happening. You''ll probably get much better response of you ask questions about 4.2. -George