Port-xen archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

xend-debug.log (was Re: Error: Error creating domain: (0, 'Error'))



Florian Heigl <floh%deranfangvomen.de@localhost> 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)))))




Home | Main Index | Thread Index | Old Index