Subject: xend-debug.log (was Re: Error: Error creating domain: (0, 'Error'))
To: None <port-xen@NetBSD.org>
From: Jed Davis <jdev@panix.com>
List: port-xen
Date: 01/12/2006 19:55:43
Florian Heigl <floh@deranfangvomen.de> writes:

> The /var/log/xend-debug.log usually holds more human parsable entries 
> than backtracing through python.

Beware: last I saw, xend would open that file without either O_TRUNC
or O_APPEND, so each run's output would overwrite the previous one's
in place.

-- 
(let ((C call-with-current-continuation)) (apply (lambda (x y) (x y)) (map
((lambda (r) ((C C) (lambda (s) (r (lambda l (apply (s s) l))))))  (lambda
(f) (lambda (l) (if (null? l) C (lambda (k) (display (car l)) ((f (cdr l))
(C k)))))))    '((#\J #\d #\D #\v #\s) (#\e #\space #\a #\i #\newline)))))