Grmble. Please ignore my recent Xend debugging patch. This patch supersedes that one. Debugging Xend with XEND_DAEMONIZE set to False doesn''t work as expected. Xend actually creates two children and the XEND_DAEMONIZE flag only prevents one of the children from being created. This patch causes none of the children to be created. With this patch, Xend functionality is performed in the process executed from the command line (i.e., /usr/sbin/xend). This patch makes it possible to debug Xend with pdb. In addition to adding a test for XEND_DAEMONIZE before we fork even the first time, I''ve removed an unnecessary test of XEND_DAEMONIZE in the daemonize method. That''s the improvement in this patch. Signed-off-by: Randy Thelen <rthelen@netapp.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel