Adam Doligalski
2006-Feb-16 17:04 UTC
[Xen-users] Hypervisor crashes while restoring saved domU
Hello, I have problems with restoring Xen''s saved domU. my OS and hardware configuration is: - Debian Sarge 64 bit with 2 x Opteron - 8 GB RAM - LVM + 3ware 9550 and Xen 3.0.1 compiled from sources. When I''m trying to restore saved domain (Debian too - on 2.6.12) I hypervisor crashes... I have tried to search in mailing list archives, but found nothing similiar. Did anyone meet something like that below? Cheers, Adam (XEN) BUG at domain.c:782 (XEN) CPU: 1 (XEN) RIP: e010:[<ffff83000011acad>] context_switch+0x18d/0x1a0 (XEN) RFLAGS: 0000000000190282 CONTEXT: hypervisor (XEN) rax: 0000000000000000 rbx: ffff8300001e8080 rcx: 000000000000125f (XEN) rdx: 000000000000125f rsi: 0000000000000001 rdi: 0000000000000019 (XEN) rbp: ffff8300001e8080 rsp: ffff830000ff7e40 r8: 0000000000000000 (XEN) r9: ffff83000015e9ed r10: 0000000000000014 r11: ffff830000186680 (XEN) r12: 000000000000000b r13: 00007fffff996580 r14: 0000000000000000 (XEN) r15: 0000000000000000 cr0: 000000008005003b cr3: 00000000cbe3f000 (XEN) Xen stack trace from rsp=ffff830000ff7e40: (XEN) 0000000000000000 000000000000dff8 ffff830000fd15c0 ffff830000fd1509 (XEN) ffff830000ff7f28 ffff830000fdf080 ffff830000139955 0000000000000000 (XEN) 0000000000000000 00007fffff996580 000000000000000b 00007fffff9963e0 (XEN) ffff830000fd0080 00007fffff9943d8 0000000000000000 ffff830000fdf080 (XEN) ffff830000ff7f28 000000000000e02b ffff830000fd1509 ffff830000fd15c0 (XEN) 000000000000dff8 0000000000000013 ffff830000fd0080 00007fffff9963e0 (XEN) 000000000000000b 00007fffff996580 0000000000000000 ffff8300001398ac (XEN) ffff8300001398d6 0000000000000000 0000000000000000 00007fffff996580 (XEN) 000000000000000b 00007fffff9963e0 0000000000000000 00007fffff9943d8 (XEN) 0000000000000000 0000000000000000 00007fffff996580 ffffffffffffffda (XEN) 000000000000e033 0000000000000000 00007fffff9963e0 000000000000000b (XEN) 0000000100000000 000000000000e033 000000000000e030 00000000001843d2 (XEN) 000000000000e02b 000000000000e02b 0000000000000000 0000000000000000 (XEN) 0000000000000000 0000000000000000 0000000000000001 ffff830000fd0080 (XEN) Xen call trace: (XEN) [<ffff83000011acad>] context_switch+0x18d/0x1a0 (XEN) [<ffff830000139955>] error_code+0x45/0x58 (XEN) [<ffff8300001398ac>] domain_crash_synchronous+0xc/0x20 (XEN) [<ffff8300001398d6>] process_guest_exception_and_events+0x16/0x20 (XEN) (XEN) (XEN) **************************************** (XEN) Panic on CPU 1: (XEN) CPU1 FATAL TRAP: vector = 6 (invalid operand) (XEN) [error_code=0000] (XEN) **************************************** (XEN) (XEN) Reboot in five seconds... _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Velazquez, Jesus
2006-Feb-20 23:12 UTC
[Xen-users] Hypervisor crashes while restoring saved domU
help Hi, I''m working with Xen 3.0.1 and I have the following problem: I''m running Xen in a VT enabled Intel processor, I have successful installed a Fedora Core 4 32 bits Guest using VT. But the Network interface doesn''t appear in the Guest. I mean, running the commands "ifconfig -a" doesn''t show any eth0 interface just lo. In the /sys/class/net directory there is not any ethX interface and neither in the dmesg log appears nothing about eth0. Finally when I run the command: lspci -v, there are the following devices: Host bridge: Intel Corporation 440FX ISA bridge: Intel Corporation 82371SB IDE interface: Intel Corporation 82371SB VGA compatible controller: Cirrus Logic GD And anything about a Network interface. What can I do?, running a Linux Paravirtualized Guest (xenU) shows the interface eth0 without any problem. I adjusted the .config file for the xen0 domain. I added EHCI support and USB mass storage, and also support for SMP machines. I did it using the following command: In the xen directory: make linux-2.6-xen0-config CONFIGMODE=menuconfig make linux-2.6-xen0-build make linux-2.6-xen0-install And reboot. What options are needed in the .config file for Xen0 in order to create the virtual network devices in the VMX guests? Thanks Jesus _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users