[Fedora-xen] Newbie question regarding Xen traps

Rik van Riel riel at redhat.com
Tue Aug 8 23:19:36 UTC 2006


Alex Tomic wrote:

> My question is, how do I retain the trap output that is printed to the 
> console when the machine dies? 

Serial console.

The easiest thing is to buy two serial cables and have both
systems act as serial console server for the other, using
the excellent ttywatch program from Fedora Extras.

If one crashes, the other will log all the crash output.

Don't forget to also configure the hypervisor for serial
console output.  Your grub.conf will look like this:

title Fedora Core (2.6.17-1.2488.fc6xen)
         root (hd0,0)
         kernel /xen.gz-2.6.17-1.2488.fc6 com1=38400,8n1
         module /vmlinuz-2.6.17-1.2488.fc6xen ro root=LABEL=/ 
console=ttyS0,38400 mem=2000M panic=180 debug 3
         module /initrd-2.6.17-1.2488.fc6xen.img


When you get a backtrace, please file a bugzilla and feel
free to add me to the CC: list.  I have a very strong
personal interest in fixing x86-64 Xen bugs, since I want
to get rid of a (noisy, warm) server at home and move that
workload into a virtual machine on my new desktop system :)

-- 
"Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are,
by definition, not smart enough to debug it." - Brian W. Kernighan




More information about the Fedora-xen mailing list