First of all - is it just me not seeing /var/log/xen/domain-builder-ng.log getting updated when creating domains with xl? If it is just me - are there any special things to be done? In an attempt to debug this, I added fprintf(stderr, ...) as well as xc_report(xch, xch->error_handler, XTL_ERROR, 0, ...) calls to xc_dom_loginit(), but I''m seeing the resulting output (in /var/log/xen/xend-debug.log) only when using xend/xm - nothing on the console or elsewhere I would know to look for it. Where does xl send it? Jan _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
On Fri, 2011-02-11 at 13:49 +0000, Jan Beulich wrote:> First of all - is it just me not seeing /var/log/xen/domain-builder-ng.log > getting updated when creating domains with xl? If it is just me - are > there any special things to be done? > > In an attempt to debug this, I added fprintf(stderr, ...) as well as > xc_report(xch, xch->error_handler, XTL_ERROR, 0, ...) calls to > xc_dom_loginit(), but I''m seeing the resulting output (in > /var/log/xen/xend-debug.log) only when using xend/xm - nothing > on the console or elsewhere I would know to look for it. Where > does xl send it?I''ve used "xl -vvv create ..." which casues it to go to stdout. Some stuff gets logged to /var/log/xen/xl-<domain-name>.log after xl daemonizes but that doesn''t include the builder stuff. Ian. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
On Fri, 11 Feb 2011, Jan Beulich wrote:> First of all - is it just me not seeing /var/log/xen/domain-builder-ng.log > getting updated when creating domains with xl? If it is just me - are > there any special things to be done? > > In an attempt to debug this, I added fprintf(stderr, ...) as well as > xc_report(xch, xch->error_handler, XTL_ERROR, 0, ...) calls to > xc_dom_loginit(), but I''m seeing the resulting output (in > /var/log/xen/xend-debug.log) only when using xend/xm - nothing > on the console or elsewhere I would know to look for it. Where > does xl send it?Simply stderr on your console. You might need to add -v to your xl command line arguments to increase verbosity. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel