David F Barrera
2005-Sep-14 15:38 UTC
[Xen-devel] Unabe to create guest domain on PAE enabled SLES 9 SP2 box, 4GB RAM
(XEN) System RAM: 4095MB (4193828kB) (XEN) Xen heap: 10MB (10496kB) (XEN) PAE enabled, limit: 16 GB x335b:~ # xm list Name Id Mem(MB) CPU VCPU(s) State Time(s) Domain-0 0 495 0 1 r---- 34.1 x335b:~ # x335b:/tmp/xen # xm create -c vm1.cfg Using config file "vm1.cfg". Error: Error creating domain: (0, ''Error'') x335b:/tmp/xen # xm list Unexpected error: xen.xend.XendProtocol.XendError Please report to xen-devel@lists.xensource.com Traceback (most recent call last): File "/usr/sbin/xm", line 10, in ? main.main(sys.argv) File "/tmp/xen- unstable.hg/dist/install/usr/lib/python/xen/xm/main.py", line 710, in main rc = cmd(args) File "/tmp/xen- unstable.hg/dist/install/usr/lib/python/xen/xm/main.py", line 226, in xm_list doms = server.xend_domains() File "/tmp/xen- unstable.hg/dist/install/usr/lib/python/xen/xend/XendClient.py", line 199, in xend_domains return self.xendGet(self.domainurl()) File "/tmp/xen- unstable.hg/dist/install/usr/lib/python/xen/xend/XendClient.py", line 152, in xendGet return self.client.xendGet(url, args) File "/tmp/xen- unstable.hg/dist/install/usr/lib/python/xen/xend/XendProtocol.py", line 86, in xendGet return self.xendRequest(url, "GET", args) File "/tmp/xen- unstable.hg/dist/install/usr/lib/python/xen/xend/XendProtocol.py", line 170, in xendRequest val = self.handleStatus(resp.version, resp.status, resp.reason) File "/tmp/xen- unstable.hg/dist/install/usr/lib/python/xen/xend/XendProtocol.py", line 106, in handleStatus return self.handleException(XendError(message)) File "/tmp/xen- unstable.hg/dist/install/usr/lib/python/xen/xend/XendProtocol.py", line 132, in handleException raise err xen.xend.XendProtocol.XendError: Internal server error ------------------------------------------------------- Guest domain config file: x335b:/tmp/xen # cat vm1.cfg # Kernel image file. kernel = "/boot/vmlinuz-2.6-xenU" # Optional ramdisk. # ramdisk = "/boot/initrd-2.6.11-xenU" # The domain build function. Default is ''linux''. builder=''linux'' # Initial memory allocation (in megabytes) for the new domain. memory = 512 # A name for your domain. All domains must have different names. name = "vm1" vcpus = 4 disk = [ ''phy:sdb5,0815,w'',''phy:sdb6,0816,w'' ] # Set if you want dhcp to allocate the IP address. # vif = [ ''mac= AA:00:00:47:CB:34, bridge=xen-br0'' ] # Set if you want dhcp to allocate the IP address. #dhcp="dhcp" # Set netmask. #netmask = ''255.255.255.0'' # Set default gateway. # gateway = ''9.53.94.0'' # Set the hostname. # hostname= "vm%d" % vmid # Set root device. root = "/dev/sdb6 ro" # Sets runlevel 4. # extra = "4" #===========================================================================x335b:/tmp/xen # ---------- xm dmesg before attempting to create guest domain: x335b:/tmp/xen # xm dmesg __ __ _____ ___ _ _ \ \/ /___ _ __ |___ / / _ \ __| | _____ _____| | \ // _ \ ''_ \ |_ \| | | |__ / _` |/ _ \ \ / / _ \ | / \ __/ | | | ___) | |_| |__| (_| | __/\ V / __/ | /_/\_\___|_| |_| |____(_)___/ \__,_|\___| \_/ \___|_| http://www.cl.cam.ac.uk/netos/xen University of Cambridge Computer Laboratory Xen version 3.0-devel (root@ltc.austin.ibm.com) (gcc version 3.3.3 (SuSE Linux)) Wed Sep 14 09:48:01 CDT 2005 Latest ChangeSet: Wed Sep 14 08:37:50 2005 5959fae4722aa8f4638876deb05cbd7f5ae3b590 (XEN) Physical RAM map: (XEN) 0000000000000000 - 000000000009d400 (usable) (XEN) 000000000009d400 - 00000000000a0000 (reserved) (XEN) 00000000000e0000 - 0000000000100000 (reserved) (XEN) 0000000000100000 - 00000000f7fec140 (usable) (XEN) 00000000f7fec140 - 00000000f7ff0000 (ACPI data) (XEN) 00000000f7ff0000 - 00000000f8000000 (reserved) (XEN) 00000000fec00000 - 0000000100000000 (reserved) (XEN) 0000000100000000 - 0000000108000000 (usable) (XEN) System RAM: 4095MB (4193828kB) (XEN) Xen heap: 10MB (10496kB) (XEN) PAE enabled, limit: 16 GB (XEN) found SMP MP-table at 0009d540 (XEN) DMI 2.3 present. (XEN) Using APIC driver default (XEN) ACPI: RSDP (v000 IBM ) @ 0x000fdfc0 (XEN) ACPI: RSDT (v001 IBM SERONYXP 0x00001000 IBM 0x45444f43) @ 0xf7feff80 (XEN) ACPI: FADT (v001 IBM SERONYXP 0x00001000 IBM 0x45444f43) @ 0xf7feff00 (XEN) ACPI: MADT (v001 IBM SERONYXP 0x00001000 IBM 0x45444f43) @ 0xf7fefe40 (XEN) ACPI: ASF! (v016 IBM SERONYXP 0x00000001 IBM 0x45444f43) @ 0xf7fefd80 (XEN) ACPI: DSDT (v001 IBM SERTURQU 0x00001000 MSFT 0x0100000b) @ 0x00000000 (XEN) ACPI: Local APIC address 0xfee00000 (XEN) ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) (XEN) Processor #0 15:2 APIC version 20 (XEN) ACPI: LAPIC (acpi_id[0x01] lapic_id[0x06] enabled) (XEN) Processor #6 15:2 APIC version 20 (XEN) ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled) (XEN) Processor #1 15:2 APIC version 20 (XEN) ACPI: LAPIC (acpi_id[0x03] lapic_id[0x07] enabled) (XEN) Processor #7 15:2 APIC version 20 (XEN) ACPI: LAPIC_NMI (acpi_id[0x00] dfl dfl lint[0x1]) (XEN) ACPI: LAPIC_NMI (acpi_id[0x06] dfl dfl lint[0x1]) (XEN) ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1]) (XEN) ACPI: LAPIC_NMI (acpi_id[0x07] dfl dfl lint[0x1]) (XEN) ACPI: IOAPIC (id[0x0e] address[0xfec00000] gsi_base[0]) (XEN) IOAPIC[0]: apic_id 14, version 17, address 0xfec00000, GSI 0-15 (XEN) ACPI: IOAPIC (id[0x0d] address[0xfec01000] gsi_base[16]) (XEN) IOAPIC[1]: apic_id 13, version 17, address 0xfec01000, GSI 16-31 (XEN) ACPI: IOAPIC (id[0x0c] address[0xfec02000] gsi_base[32]) (XEN) IOAPIC[2]: apic_id 12, version 17, address 0xfec02000, GSI 32-47 (XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) (XEN) ACPI: IRQ0 used by override. (XEN) ACPI: IRQ2 used by override. (XEN) Enabling APIC mode: Flat. Using 3 I/O APICs (XEN) Using ACPI (MADT) for SMP configuration information (XEN) Initializing CPU#0 (XEN) Detected 3189.456 MHz processor. (XEN) Using scheduler: Simple EDF Scheduler (sedf) (XEN) CPU: Trace cache: 12K uops, L1 D cache: 8K (XEN) CPU: L2 cache: 512K (XEN) CPU: L3 cache: 1024K (XEN) CPU: Physical Processor ID: 0 (XEN) CPU0: Intel(R) Xeon(TM) CPU 3.20GHz stepping 05 (XEN) Booting processor 1/1 eip 90000 (XEN) Initializing CPU#1 (XEN) CPU: Trace cache: 12K uops, L1 D cache: 8K (XEN) CPU: L2 cache: 512K (XEN) CPU: L3 cache: 1024K (XEN) CPU: Physical Processor ID: 0 (XEN) CPU1: Intel(R) Xeon(TM) CPU 3.20GHz stepping 05 (XEN) Booting processor 2/6 eip 90000 (XEN) Initializing CPU#2 (XEN) CPU: Trace cache: 12K uops, L1 D cache: 8K (XEN) CPU: L2 cache: 512K (XEN) CPU: L3 cache: 1024K (XEN) CPU: Physical Processor ID: 3 (XEN) CPU2: Intel(R) Xeon(TM) CPU 3.20GHz stepping 05 (XEN) Booting processor 3/7 eip 90000 (XEN) Initializing CPU#3 (XEN) CPU: Trace cache: 12K uops, L1 D cache: 8K (XEN) CPU: L2 cache: 512K (XEN) CPU: L3 cache: 1024K (XEN) CPU: Physical Processor ID: 3 (XEN) CPU3: Intel(R) Xeon(TM) CPU 3.20GHz stepping 05 (XEN) Total of 4 processors activated. (XEN) ENABLING IO-APIC IRQs (XEN) ..TIMER: vector=0x31 pin1=2 pin2=-1 (XEN) checking TSC synchronization across 4 CPUs: passed. (XEN) Platform timer is 1.193MHz PIT (XEN) Brought up 4 CPUs (XEN) mtrr: v2.0 (20020519) (XEN) *** LOADING DOMAIN 0 *** (XEN) Xen-ELF header found: ''GUEST_OS=linux,GUEST_VER=2.6,XEN_VER=3.0,VIRT_BASE=0xC0000000,PAE=yes,LOADER=generic'' (XEN) PHYSICAL MEMORY ARRANGEMENT: (XEN) Dom0 alloc.: 0000000003800000->0000000004000000 (125952 pages to be allocated) (XEN) VIRTUAL MEMORY ARRANGEMENT: (XEN) Loaded kernel: c0100000->c0639f24 (XEN) Init. ramdisk: c063a000->c063a000 (XEN) Phys-Mach map: c063a000->c06b7000 (XEN) Start info: c06b7000->c06b8000 (XEN) Page tables: c06b8000->c06c1000 (XEN) Boot stack: c06c1000->c06c2000 (XEN) TOTAL: c0000000->c0800000 (XEN) ENTRY ADDRESS: c0100000 (XEN) Scrubbing Free RAM: ...........................................done. (XEN) *** Serial input -> DOM0 (type ''CTRL-a'' three times to switch input to Xen). (XEN) microcode: CPU1 updated from revision 0x11 to 0x29, date 08112004 (XEN) microcode: CPU2 updated from revision 0x11 to 0x29, date 08112004 (XEN) microcode: CPU3 updated from revision 0x11 to 0x29, date 08112004 (XEN) microcode: CPU0 updated from revision 0x11 to 0x29, date 08112004 (XEN) mtrr: type mismatch for fd000000,800000 old: write-back new: write-combining (XEN) mtrr: type mismatch for fd000000,800000 old: write-back new: write-combining ------------------- xm dmesg lines after attempt at creating guest domain: (XEN) (file=page_alloc.c, line=558) Over-allocation for domain 1: 131073> 131072(XEN) (file=page_alloc.c, line=560) ...or the domain is dying (0) (XEN) (file=memory.c, line=57) Could not allocate order=0 extent: id=1 flags=0 (0 of 1) -- Regards, David F Barrera Linux Technology Center Systems and Technology Group, IBM "The wisest men follow their own direction. " Euripides _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Keir Fraser
2005-Sep-14 16:02 UTC
Re: [Xen-devel] Unabe to create guest domain on PAE enabled SLES 9 SP2 box, 4GB RAM
This should be fixed now. Hopefully the various problems people have had with creating domains in big-mem PAE systems should be gone. -- Keir _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
David F Barrera
2005-Sep-14 16:42 UTC
Re: [Xen-devel] Unabe to create guest domain on PAE enabled SLES 9 SP2 box, 4GB RAM
On Wed, 2005-09-14 at 17:02 +0100, Keir Fraser wrote:> This should be fixed now. Hopefully the various problems people have > had with creating domains in big-mem PAE systems should be gone.Well, still not working. Rebuilt (twice) completely from scratch. The error messages in ''xm dmesg'' are gone, but I still get the ''Error creating domain'' message. x335b:/tmp/xen-unstable.hg # hg history | head changeset: 6812:481a4ce27c15f4ece0293d0e015890b4a20cb694 tag: tip user: kaf24@firebug.cl.cam.ac.uk date: Wed Sep 14 10:56:06 2005 summary: Fix xc_domain_memory_decrease_reservation(). changeset: 6811:a8edb2655c5d220b1bbf2b8d8415aae0ac136da3 user: cl349@firebug.cl.cam.ac.uk date: Wed Sep 14 10:47:48 2005 summary: Add methods to read/write Vm/Domain store entries. x335b:/tmp/xen # xm list Name Id Mem(MB) CPU VCPU(s) State Time(s) Domain-0 0 495 0 1 r---- 33.0 x335b:/tmp/xen # xm create -c vm1.cfg Using config file "vm1.cfg". Error: Error creating domain: (0, ''Error'') x335b:/tmp/xen # x335b:/tmp/xen # xm list Unexpected error: xen.xend.XendProtocol.XendError Please report to xen-devel@lists.xensource.com Traceback (most recent call last): File "/usr/sbin/xm", line 10, in ? main.main(sys.argv) File "/tmp/xen- unstable.hg/dist/install/usr/lib/python/xen/xm/main.py", line 710, in main rc = cmd(args) File "/tmp/xen- unstable.hg/dist/install/usr/lib/python/xen/xm/main.py", line 226, in xm_list doms = server.xend_domains() File "/tmp/xen- unstable.hg/dist/install/usr/lib/python/xen/xend/XendClient.py", line 199, in xend_domains return self.xendGet(self.domainurl()) File "/tmp/xen- unstable.hg/dist/install/usr/lib/python/xen/xend/XendClient.py", line 152, in xendGet return self.client.xendGet(url, args) File "/tmp/xen- unstable.hg/dist/install/usr/lib/python/xen/xend/XendProtocol.py", line 86, in xendGet return self.xendRequest(url, "GET", args) File "/tmp/xen- unstable.hg/dist/install/usr/lib/python/xen/xend/XendProtocol.py", line 170, in xendRequest val = self.handleStatus(resp.version, resp.status, resp.reason) File "/tmp/xen- unstable.hg/dist/install/usr/lib/python/xen/xend/XendProtocol.py", line 106, in handleStatus return self.handleException(XendError(message)) File "/tmp/xen- unstable.hg/dist/install/usr/lib/python/xen/xend/XendProtocol.py", line 132, in handleException raise err xen.xend.XendProtocol.XendError: Internal server error x335b:/tmp/xen # xm list Name Id Mem(MB) CPU VCPU(s) State Time(s) Domain-0 0 495 0 1 r---- 35.2 x335b:/tmp/xen-unstable.hg # xm dmesg __ __ _____ ___ _ _ \ \/ /___ _ __ |___ / / _ \ __| | _____ _____| | \ // _ \ ''_ \ |_ \| | | |__ / _` |/ _ \ \ / / _ \ | / \ __/ | | | ___) | |_| |__| (_| | __/\ V / __/ | /_/\_\___|_| |_| |____(_)___/ \__,_|\___| \_/ \___|_| http://www.cl.cam.ac.uk/netos/xen University of Cambridge Computer Laboratory Xen version 3.0-devel (root@ltc.austin.ibm.com) (gcc version 3.3.3 (SuSE Linux)) Wed Sep 14 11:22:40 CDT 2005 Latest ChangeSet: Wed Sep 14 10:56:06 2005 481a4ce27c15f4ece0293d0e015890b4a20cb694 (XEN) Physical RAM map: (XEN) 0000000000000000 - 000000000009d400 (usable) (XEN) 000000000009d400 - 00000000000a0000 (reserved) (XEN) 00000000000e0000 - 0000000000100000 (reserved) (XEN) 0000000000100000 - 00000000f7fec140 (usable) (XEN) 00000000f7fec140 - 00000000f7ff0000 (ACPI data) (XEN) 00000000f7ff0000 - 00000000f8000000 (reserved) (XEN) 00000000fec00000 - 0000000100000000 (reserved) (XEN) 0000000100000000 - 0000000108000000 (usable) (XEN) System RAM: 4095MB (4193828kB) (XEN) Xen heap: 10MB (10496kB) (XEN) PAE enabled, limit: 16 GB (XEN) found SMP MP-table at 0009d540 (XEN) DMI 2.3 present. (XEN) Using APIC driver default (XEN) ACPI: RSDP (v000 IBM ) @ 0x000fdfc0 (XEN) ACPI: RSDT (v001 IBM SERONYXP 0x00001000 IBM 0x45444f43) @ 0xf7feff80 (XEN) ACPI: FADT (v001 IBM SERONYXP 0x00001000 IBM 0x45444f43) @ 0xf7feff00 (XEN) ACPI: MADT (v001 IBM SERONYXP 0x00001000 IBM 0x45444f43) @ 0xf7fefe40 (XEN) ACPI: ASF! (v016 IBM SERONYXP 0x00000001 IBM 0x45444f43) @ 0xf7fefd80 (XEN) ACPI: DSDT (v001 IBM SERTURQU 0x00001000 MSFT 0x0100000b) @ 0x00000000 (XEN) ACPI: Local APIC address 0xfee00000 (XEN) ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) (XEN) Processor #0 15:2 APIC version 20 (XEN) ACPI: LAPIC (acpi_id[0x01] lapic_id[0x06] enabled) (XEN) Processor #6 15:2 APIC version 20 (XEN) ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled) (XEN) Processor #1 15:2 APIC version 20 (XEN) ACPI: LAPIC (acpi_id[0x03] lapic_id[0x07] enabled) (XEN) Processor #7 15:2 APIC version 20 (XEN) ACPI: LAPIC_NMI (acpi_id[0x00] dfl dfl lint[0x1]) (XEN) ACPI: LAPIC_NMI (acpi_id[0x06] dfl dfl lint[0x1]) (XEN) ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1]) (XEN) ACPI: LAPIC_NMI (acpi_id[0x07] dfl dfl lint[0x1]) (XEN) ACPI: IOAPIC (id[0x0e] address[0xfec00000] gsi_base[0]) (XEN) IOAPIC[0]: apic_id 14, version 17, address 0xfec00000, GSI 0-15 (XEN) ACPI: IOAPIC (id[0x0d] address[0xfec01000] gsi_base[16]) (XEN) IOAPIC[1]: apic_id 13, version 17, address 0xfec01000, GSI 16-31 (XEN) ACPI: IOAPIC (id[0x0c] address[0xfec02000] gsi_base[32]) (XEN) IOAPIC[2]: apic_id 12, version 17, address 0xfec02000, GSI 32-47 (XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) (XEN) ACPI: IRQ0 used by override. (XEN) ACPI: IRQ2 used by override. (XEN) Enabling APIC mode: Flat. Using 3 I/O APICs (XEN) Using ACPI (MADT) for SMP configuration information (XEN) Initializing CPU#0 (XEN) Detected 3189.473 MHz processor. (XEN) Using scheduler: Simple EDF Scheduler (sedf) (XEN) CPU: Trace cache: 12K uops, L1 D cache: 8K (XEN) CPU: L2 cache: 512K (XEN) CPU: L3 cache: 1024K (XEN) CPU: Physical Processor ID: 0 (XEN) CPU0: Intel(R) Xeon(TM) CPU 3.20GHz stepping 05 (XEN) Booting processor 1/1 eip 90000 (XEN) Initializing CPU#1 (XEN) CPU: Trace cache: 12K uops, L1 D cache: 8K (XEN) CPU: L2 cache: 512K (XEN) CPU: L3 cache: 1024K (XEN) CPU: Physical Processor ID: 0 (XEN) CPU1: Intel(R) Xeon(TM) CPU 3.20GHz stepping 05 (XEN) Booting processor 2/6 eip 90000 (XEN) Initializing CPU#2 (XEN) CPU: Trace cache: 12K uops, L1 D cache: 8K (XEN) CPU: L2 cache: 512K (XEN) CPU: L3 cache: 1024K (XEN) CPU: Physical Processor ID: 3 (XEN) CPU2: Intel(R) Xeon(TM) CPU 3.20GHz stepping 05 (XEN) Booting processor 3/7 eip 90000 (XEN) Initializing CPU#3 (XEN) CPU: Trace cache: 12K uops, L1 D cache: 8K (XEN) CPU: L2 cache: 512K (XEN) CPU: L3 cache: 1024K (XEN) CPU: Physical Processor ID: 3 (XEN) CPU3: Intel(R) Xeon(TM) CPU 3.20GHz stepping 05 (XEN) Total of 4 processors activated. (XEN) ENABLING IO-APIC IRQs (XEN) ..TIMER: vector=0x31 pin1=2 pin2=-1 (XEN) checking TSC synchronization across 4 CPUs: passed. (XEN) Platform timer is 1.193MHz PIT (XEN) Brought up 4 CPUs (XEN) mtrr: v2.0 (20020519) (XEN) *** LOADING DOMAIN 0 *** (XEN) Xen-ELF header found: ''GUEST_OS=linux,GUEST_VER=2.6,XEN_VER=3.0,VIRT_BASE=0xC0000000,PAE=yes,LOADER=generic'' (XEN) PHYSICAL MEMORY ARRANGEMENT: (XEN) Dom0 alloc.: 0000000003800000->0000000004000000 (125952 pages to be allocated) (XEN) VIRTUAL MEMORY ARRANGEMENT: (XEN) Loaded kernel: c0100000->c0639f24 (XEN) Init. ramdisk: c063a000->c063a000 (XEN) Phys-Mach map: c063a000->c06b7000 (XEN) Start info: c06b7000->c06b8000 (XEN) Page tables: c06b8000->c06c1000 (XEN) Boot stack: c06c1000->c06c2000 (XEN) TOTAL: c0000000->c0800000 (XEN) ENTRY ADDRESS: c0100000 (XEN) Scrubbing Free RAM: ...........................................done. (XEN) *** Serial input -> DOM0 (type ''CTRL-a'' three times to switch input to Xen). (XEN) microcode: CPU1 updated from revision 0x11 to 0x29, date 08112004 (XEN) microcode: CPU2 updated from revision 0x11 to 0x29, date 08112004 (XEN) microcode: CPU3 updated from revision 0x11 to 0x29, date 08112004 (XEN) microcode: CPU0 updated from revision 0x11 to 0x29, date 08112004 (XEN) mtrr: type mismatch for fd000000,800000 old: write-back new: write-combining (XEN) mtrr: type mismatch for fd000000,800000 old: write-back new: write-combining xm log output: [2005-09-14 11:33:53 xend] INFO (SrvDaemon:296) Xend Daemon started [2005-09-14 11:33:53 xend] INFO (XendDomain:365) Creating entry for unknown domain: id=0 uuid=b8e5144d-5f41-4396-88d6-3f3fad0197f2 [2005-09-14 11:33:53 xend] DEBUG (XendDomainInfo:158) info{''vcpu_to_cpu'': [0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1], ''cpu_time'': 31137740551L, ''ssidref'': 0, ''shutdown_reason'': 0, ''dying'': 0, ''dom'': 0, ''running'': 1, ''maxmem_kb'': -4, ''paused'': 0, ''crashed'': 0, ''vcpus'': 1, ''shutdown'': 0, ''mem_kb'': 506880, ''cpumap'': [-1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], ''blocked'': 0} [2005-09-14 11:33:53 xend] DEBUG (XendDomainInfo:159) config=''None'' [2005-09-14 11:33:53 xend] INFO (XendRoot:141) EVENT> xend.domain.create [''Domain-0'', 0] [2005-09-14 11:33:53 xend] INFO (SrvServer:83) unix path=/var/lib/xend/xend-socket [2005-09-14 11:33:53 xend] ERROR (process:37) [network-bridge] + set -e [2005-09-14 11:33:53 xend] INFO (XendRoot:141) EVENT> xend.start 0 [2005-09-14 11:33:53 xend] ERROR (process:37) [network-bridge] + OP=start [2005-09-14 11:33:53 xend] ERROR (process:37) [network-bridge] + shift [2005-09-14 11:33:53 xend] ERROR (process:37) [network-bridge] + export bridge=xen-br0 [2005-09-14 11:33:53 xend] ERROR (process:37) [network-bridge] + bridge=xen-br0 [2005-09-14 11:33:53 xend] ERROR (process:37) [network-bridge] + export antispoof=no [2005-09-14 11:33:53 xend] ERROR (process:37) [network-bridge] + antispoof=no [2005-09-14 11:33:53 xend] ERROR (process:37) [network-bridge] + bridge=xen-br0 [2005-09-14 11:33:53 xend] ERROR (process:37) [network-bridge] + netdev=eth0 [2005-09-14 11:33:53 xend] ERROR (process:37) [network-bridge] + antispoof=no [2005-09-14 11:33:53 xend] ERROR (process:37) [network-bridge] + echo ''*network start bridge=xen-br0 netdev=eth0 antispoof=no'' [2005-09-14 11:33:53 xend] INFO (process:35) [network-bridge] network start bridge=xen-br0 netdev=eth0 antispoof=no [2005-09-14 11:33:53 xend] ERROR (process:37) [network-bridge] + op_start [2005-09-14 11:33:53 xend] ERROR (process:37) [network-bridge] + ''['' xen-br0 == null '']'' [2005-09-14 11:33:53 xend] ERROR (process:37) [network-bridge] + create_bridge xen-br0 [2005-09-14 11:33:53 xend] ERROR (process:37) [network-bridge] + local bridge=xen-br0 [2005-09-14 11:33:53 xend] ERROR (process:37) [network-bridge] + brctl show [2005-09-14 11:33:53 xend] ERROR (process:37) [network-bridge] + grep -q xen-br0 [2005-09-14 11:33:53 xend] ERROR (process:37) [network-bridge] + brctl addbr xen-br0 [2005-09-14 11:33:53 xend] ERROR (process:37) [network-bridge] + brctl stp xen-br0 off [2005-09-14 11:33:53 xend] ERROR (process:37) [network-bridge] + brctl setfd xen-br0 0 [2005-09-14 11:33:53 xend] ERROR (process:37) [network-bridge] + ifconfig xen-br0 up [2005-09-14 11:33:53 xend] ERROR (process:37) [network-bridge] + ifconfig [2005-09-14 11:33:53 xend] ERROR (process:37) [network-bridge] + grep -q veth0 [2005-09-14 11:33:53 xend] ERROR (process:37) [network-bridge] + ifconfig veth0 [2005-09-14 11:33:53 xend] ERROR (process:37) [network-bridge] + grep -q veth0 [2005-09-14 11:33:53 xend] ERROR (process:37) [network-bridge] ++ ifconfig eth0 [2005-09-14 11:33:53 xend] ERROR (process:37) [network-bridge] ++ grep HWadd [2005-09-14 11:33:53 xend] ERROR (process:37) [network-bridge] ++ sed -e ''s/.*\(..:..:..:..:..:..\).*/\1/'' [2005-09-14 11:33:53 xend] ERROR (process:37) [network-bridge] + mac=00:11:25:3E:39:F2 [2005-09-14 11:33:53 xend] ERROR (process:37) [network-bridge] + ifdown eth0 [2005-09-14 11:33:53 xend] ERROR (process:37) [network-bridge] + ip link set eth0 name peth0 [2005-09-14 11:33:53 xend] ERROR (process:37) [network-bridge] + ip link set veth0 name eth0 [2005-09-14 11:33:53 xend] ERROR (process:37) [network-bridge] + ifconfig peth0 0.0.0.0 -arp down [2005-09-14 11:33:53 xend] ERROR (process:37) [network-bridge] + ifconfig peth0 hw ether fe:ff:ff:ff:ff:ff [2005-09-14 11:33:53 xend] ERROR (process:37) [network-bridge] + ifconfig eth0 hw ether 00:11:25:3E:39:F2 [2005-09-14 11:33:53 xend] ERROR (process:37) [network-bridge] + add_to_bridge xen-br0 vif0.0 [2005-09-14 11:33:53 xend] ERROR (process:37) [network-bridge] + local bridge=xen-br0 [2005-09-14 11:33:53 xend] ERROR (process:37) [network-bridge] + local dev=vif0.0 [2005-09-14 11:33:53 xend] ERROR (process:37) [network-bridge] + brctl show [2005-09-14 11:33:53 xend] ERROR (process:37) [network-bridge] + grep -q vif0.0 [2005-09-14 11:33:53 xend] ERROR (process:37) [network-bridge] + brctl addif xen-br0 vif0.0 [2005-09-14 11:33:53 xend] ERROR (process:37) [network-bridge] + add_to_bridge xen-br0 peth0 [2005-09-14 11:33:53 xend] ERROR (process:37) [network-bridge] + local bridge=xen-br0 [2005-09-14 11:33:53 xend] ERROR (process:37) [network-bridge] + local dev=peth0 [2005-09-14 11:33:53 xend] ERROR (process:37) [network-bridge] + brctl show [2005-09-14 11:33:53 xend] ERROR (process:37) [network-bridge] + grep -q peth0 [2005-09-14 11:33:53 xend] ERROR (process:37) [network-bridge] + brctl addif xen-br0 peth0 [2005-09-14 11:33:53 xend] ERROR (process:37) [network-bridge] + ip link set xen-br0 up [2005-09-14 11:33:53 xend] ERROR (process:37) [network-bridge] + ip link set vif0.0 up [2005-09-14 11:33:53 xend] ERROR (process:37) [network-bridge] + ip link set peth0 up [2005-09-14 11:33:53 xend] ERROR (process:37) [network-bridge] + ifup eth0 [2005-09-14 11:34:56 xend] DEBUG (image:157) initDomain: cpu=-1 mem_kb=524288 ssidref=-1 dom=1 [2005-09-14 11:34:56 xend] DEBUG (XendDomainInfo:809) init_domain> Created domain=1 name=vm1 memory=512 [2005-09-14 11:34:56 xend] INFO (XendRoot:141) EVENT> xend.domain.create [''vm1'', 1] [2005-09-14 11:34:56 xend] INFO (image:217) buildDomain os=linux dom=1 vcpus=4 [2005-09-14 11:34:56 xend] DEBUG (image:261) dom = 1 [2005-09-14 11:34:56 xend] DEBUG (image:262) image = /boot/vmlinuz-2.6-xenU [2005-09-14 11:34:56 xend] DEBUG (image:263) store_evtchn = 1 [2005-09-14 11:34:56 xend] DEBUG (image:264) console_evtchn = 2 [2005-09-14 11:34:56 xend] DEBUG (image:265) cmdline root=/dev/sdb6 ro [2005-09-14 11:34:56 xend] DEBUG (image:266) ramdisk [2005-09-14 11:34:56 xend] DEBUG (image:267) flags = 0 [2005-09-14 11:34:56 xend] DEBUG (image:268) vcpus = 4 -------- xend-debug.log attached to message> > -- Keir > > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel >-- Regards, David F Barrera Linux Technology Center Systems and Technology Group, IBM "The wisest men follow their own direction. " Euripides _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Keir Fraser
2005-Sep-14 17:02 UTC
Re: [Xen-devel] Unabe to create guest domain on PAE enabled SLES 9 SP2 box, 4GB RAM
On 14 Sep 2005, at 17:42, David F Barrera wrote:>> This should be fixed now. Hopefully the various problems people have >> had with creating domains in big-mem PAE systems should be gone. > > Well, still not working. Rebuilt (twice) completely from scratch. The > error messages in ''xm dmesg'' are gone, but I still get the ''Error > creating domain'' message.How about now? :-) -- Keir _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
David F Barrera
2005-Sep-14 17:11 UTC
Re: [Xen-devel] Unabe to create guest domain on PAE enabled SLES 9 SP2 box, 4GB RAM
On Wed, 2005-09-14 at 18:02 +0100, Keir Fraser wrote:> On 14 Sep 2005, at 17:42, David F Barrera wrote: > > >> This should be fixed now. Hopefully the various problems people have > >> had with creating domains in big-mem PAE systems should be gone. > > > > Well, still not working. Rebuilt (twice) completely from scratch. The > > error messages in ''xm dmesg'' are gone, but I still get the ''Error > > creating domain'' message. > > How about now? :-)Nope. x335b:/tmp/xen # xm create -c vm1.cfg Using config file "vm1.cfg". Error: Error creating domain: (22, ''Invalid argument'') x335b:/tmp/xen # xm dmesg __ __ _____ ___ _ _ \ \/ /___ _ __ |___ / / _ \ __| | _____ _____| | \ // _ \ ''_ \ |_ \| | | |__ / _` |/ _ \ \ / / _ \ | / \ __/ | | | ___) | |_| |__| (_| | __/\ V / __/ | /_/\_\___|_| |_| |____(_)___/ \__,_|\___| \_/ \___|_| http://www.cl.cam.ac.uk/netos/xen University of Cambridge Computer Laboratory Xen version 3.0-devel (root@ltc.austin.ibm.com) (gcc version 3.3.3 (SuSE Linux)) Wed Sep 14 11:59:36 CDT 2005 Latest ChangeSet: Wed Sep 14 11:56:05 2005 810039218827f6641f657ee87ed2806ff93a233c (XEN) Physical RAM map: (XEN) 0000000000000000 - 000000000009d400 (usable) (XEN) 000000000009d400 - 00000000000a0000 (reserved) (XEN) 00000000000e0000 - 0000000000100000 (reserved) (XEN) 0000000000100000 - 00000000f7fec140 (usable) (XEN) 00000000f7fec140 - 00000000f7ff0000 (ACPI data) (XEN) 00000000f7ff0000 - 00000000f8000000 (reserved) (XEN) 00000000fec00000 - 0000000100000000 (reserved) (XEN) 0000000100000000 - 0000000108000000 (usable) (XEN) System RAM: 4095MB (4193828kB) (XEN) Xen heap: 10MB (10496kB) (XEN) PAE enabled, limit: 16 GB (XEN) found SMP MP-table at 0009d540 (XEN) DMI 2.3 present. (XEN) Using APIC driver default (XEN) ACPI: RSDP (v000 IBM ) @ 0x000fdfc0 (XEN) ACPI: RSDT (v001 IBM SERONYXP 0x00001000 IBM 0x45444f43) @ 0xf7feff80 (XEN) ACPI: FADT (v001 IBM SERONYXP 0x00001000 IBM 0x45444f43) @ 0xf7feff00 (XEN) ACPI: MADT (v001 IBM SERONYXP 0x00001000 IBM 0x45444f43) @ 0xf7fefe40 (XEN) ACPI: ASF! (v016 IBM SERONYXP 0x00000001 IBM 0x45444f43) @ 0xf7fefd80 (XEN) ACPI: DSDT (v001 IBM SERTURQU 0x00001000 MSFT 0x0100000b) @ 0x00000000 (XEN) ACPI: Local APIC address 0xfee00000 (XEN) ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) (XEN) Processor #0 15:2 APIC version 20 (XEN) ACPI: LAPIC (acpi_id[0x01] lapic_id[0x06] enabled) (XEN) Processor #6 15:2 APIC version 20 (XEN) ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled) (XEN) Processor #1 15:2 APIC version 20 (XEN) ACPI: LAPIC (acpi_id[0x03] lapic_id[0x07] enabled) (XEN) Processor #7 15:2 APIC version 20 (XEN) ACPI: LAPIC_NMI (acpi_id[0x00] dfl dfl lint[0x1]) (XEN) ACPI: LAPIC_NMI (acpi_id[0x06] dfl dfl lint[0x1]) (XEN) ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1]) (XEN) ACPI: LAPIC_NMI (acpi_id[0x07] dfl dfl lint[0x1]) (XEN) ACPI: IOAPIC (id[0x0e] address[0xfec00000] gsi_base[0]) (XEN) IOAPIC[0]: apic_id 14, version 17, address 0xfec00000, GSI 0-15 (XEN) ACPI: IOAPIC (id[0x0d] address[0xfec01000] gsi_base[16]) (XEN) IOAPIC[1]: apic_id 13, version 17, address 0xfec01000, GSI 16-31 (XEN) ACPI: IOAPIC (id[0x0c] address[0xfec02000] gsi_base[32]) (XEN) IOAPIC[2]: apic_id 12, version 17, address 0xfec02000, GSI 32-47 (XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) (XEN) ACPI: IRQ0 used by override. (XEN) ACPI: IRQ2 used by override. (XEN) Enabling APIC mode: Flat. Using 3 I/O APICs (XEN) Using ACPI (MADT) for SMP configuration information (XEN) Initializing CPU#0 (XEN) Detected 3189.487 MHz processor. (XEN) Using scheduler: Simple EDF Scheduler (sedf) (XEN) CPU: Trace cache: 12K uops, L1 D cache: 8K (XEN) CPU: L2 cache: 512K (XEN) CPU: L3 cache: 1024K (XEN) CPU: Physical Processor ID: 0 (XEN) CPU0: Intel(R) Xeon(TM) CPU 3.20GHz stepping 05 (XEN) Booting processor 1/1 eip 90000 (XEN) Initializing CPU#1 (XEN) CPU: Trace cache: 12K uops, L1 D cache: 8K (XEN) CPU: L2 cache: 512K (XEN) CPU: L3 cache: 1024K (XEN) CPU: Physical Processor ID: 0 (XEN) CPU1: Intel(R) Xeon(TM) CPU 3.20GHz stepping 05 (XEN) Booting processor 2/6 eip 90000 (XEN) Initializing CPU#2 (XEN) CPU: Trace cache: 12K uops, L1 D cache: 8K (XEN) CPU: L2 cache: 512K (XEN) CPU: L3 cache: 1024K (XEN) CPU: Physical Processor ID: 3 (XEN) CPU2: Intel(R) Xeon(TM) CPU 3.20GHz stepping 05 (XEN) Booting processor 3/7 eip 90000 (XEN) Initializing CPU#3 (XEN) CPU: Trace cache: 12K uops, L1 D cache: 8K (XEN) CPU: L2 cache: 512K (XEN) CPU: L3 cache: 1024K (XEN) CPU: Physical Processor ID: 3 (XEN) CPU3: Intel(R) Xeon(TM) CPU 3.20GHz stepping 05 (XEN) Total of 4 processors activated. (XEN) ENABLING IO-APIC IRQs (XEN) ..TIMER: vector=0x31 pin1=2 pin2=-1 (XEN) checking TSC synchronization across 4 CPUs: passed. (XEN) Platform timer is 1.193MHz PIT (XEN) Brought up 4 CPUs (XEN) mtrr: v2.0 (20020519) (XEN) *** LOADING DOMAIN 0 *** (XEN) Xen-ELF header found: ''GUEST_OS=linux,GUEST_VER=2.6,XEN_VER=3.0,VIRT_BASE=0xC0000000,PAE=yes,LOADER=generic'' (XEN) PHYSICAL MEMORY ARRANGEMENT: (XEN) Dom0 alloc.: 0000000003800000->0000000004000000 (125952 pages to be allocated) (XEN) VIRTUAL MEMORY ARRANGEMENT: (XEN) Loaded kernel: c0100000->c0639f24 (XEN) Init. ramdisk: c063a000->c063a000 (XEN) Phys-Mach map: c063a000->c06b7000 (XEN) Start info: c06b7000->c06b8000 (XEN) Page tables: c06b8000->c06c1000 (XEN) Boot stack: c06c1000->c06c2000 (XEN) TOTAL: c0000000->c0800000 (XEN) ENTRY ADDRESS: c0100000 (XEN) Scrubbing Free RAM: ...........................................done. (XEN) *** Serial input -> DOM0 (type ''CTRL-a'' three times to switch input to Xen). (XEN) microcode: CPU1 updated from revision 0x11 to 0x29, date 08112004 (XEN) microcode: CPU2 updated from revision 0x11 to 0x29, date 08112004 (XEN) microcode: CPU3 updated from revision 0x11 to 0x29, date 08112004 (XEN) microcode: CPU0 updated from revision 0x11 to 0x29, date 08112004 (XEN) mtrr: type mismatch for fd000000,800000 old: write-back new: write-combining (XEN) mtrr: type mismatch for fd000000,800000 old: write-back new: write-combining (XEN) (file=/tmp/xen-unstable.hg/xen/include/asm/mm.h, line=202) Error pfn 210: rd=ffbd6080, od=00000000, caf=00000000, taf=00000003 (XEN) DOM0: (file=mm.c, line=1497) Error while validating pfn efbf0 for type 26010000. caf=80000002 taf=26010001 (XEN) DOM0: (file=mm.c, line=1497) Error while validating pfn ee35a for type 40030000. caf=80000002 taf=40030001 (XEN) DOM0: (file=mm.c, line=370) Bad page type for pfn ee35a (00000000) (XEN) DOM0: (file=mm.c, line=1497) Error while validating pfn 2e6e for type 67ff0000. caf=80000002 taf=67ff0001 (XEN) DOM0: (file=mm.c, line=370) Bad page type for pfn 2e6e (00000000) (XEN) DOM0: (file=mm.c, line=1724) Error while pinning mfn 2e6e [2005-09-14 12:06:42 xend] INFO (SrvDaemon:296) Xend Daemon started [2005-09-14 12:06:42 xend] INFO (XendDomain:365) Creating entry for unknown domain: id=0 uuid=715e7c10-47cc-417b-9c92-1163c44c3d16 [2005-09-14 12:06:42 xend] DEBUG (XendDomainInfo:158) info{''vcpu_to_cpu'': [0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1], ''cpu_time'': 31051986302L, ''ssidref'': 0, ''shutdown_reason'': 0, ''dying'': 0, ''dom'': 0, ''running'': 1, ''maxmem_kb'': -4, ''paused'': 0, ''crashed'': 0, ''vcpus'': 1, ''shutdown'': 0, ''mem_kb'': 506880, ''cpumap'': [-1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], ''blocked'': 0} [2005-09-14 12:06:42 xend] DEBUG (XendDomainInfo:159) config=''None'' [2005-09-14 12:06:42 xend] INFO (SrvServer:83) unix path=/var/lib/xend/xend-socket [2005-09-14 12:06:42 xend] INFO (XendRoot:141) EVENT> xend.domain.create [''Domain-0'', 0] [2005-09-14 12:06:42 xend] INFO (XendRoot:141) EVENT> xend.start 0 [2005-09-14 12:06:42 xend] ERROR (process:37) [network-bridge] + set -e [2005-09-14 12:06:42 xend] ERROR (process:37) [network-bridge] + OP=start [2005-09-14 12:06:42 xend] ERROR (process:37) [network-bridge] + shift [2005-09-14 12:06:42 xend] ERROR (process:37) [network-bridge] + export bridge=xen-br0 [2005-09-14 12:06:42 xend] ERROR (process:37) [network-bridge] + bridge=xen-br0 [2005-09-14 12:06:42 xend] ERROR (process:37) [network-bridge] + export antispoof=no [2005-09-14 12:06:42 xend] ERROR (process:37) [network-bridge] + antispoof=no [2005-09-14 12:06:42 xend] ERROR (process:37) [network-bridge] + bridge=xen-br0 [2005-09-14 12:06:42 xend] ERROR (process:37) [network-bridge] + netdev=eth0 [2005-09-14 12:06:42 xend] ERROR (process:37) [network-bridge] + antispoof=no [2005-09-14 12:06:42 xend] ERROR (process:37) [network-bridge] + echo ''*network start bridge=xen-br0 netdev=eth0 antispoof=no'' [2005-09-14 12:06:42 xend] INFO (process:35) [network-bridge] network start bridge=xen-br0 netdev=eth0 antispoof=no [2005-09-14 12:06:42 xend] ERROR (process:37) [network-bridge] + op_start [2005-09-14 12:06:42 xend] ERROR (process:37) [network-bridge] + ''['' xen-br0 == null '']'' [2005-09-14 12:06:42 xend] ERROR (process:37) [network-bridge] + create_bridge xen-br0 [2005-09-14 12:06:42 xend] ERROR (process:37) [network-bridge] + local bridge=xen-br0 [2005-09-14 12:06:42 xend] ERROR (process:37) [network-bridge] + brctl show [2005-09-14 12:06:42 xend] ERROR (process:37) [network-bridge] + grep -q xen-br0 [2005-09-14 12:06:42 xend] ERROR (process:37) [network-bridge] + brctl addbr xen-br0 [2005-09-14 12:06:42 xend] ERROR (process:37) [network-bridge] + brctl stp xen-br0 off [2005-09-14 12:06:42 xend] ERROR (process:37) [network-bridge] + brctl setfd xen-br0 0 [2005-09-14 12:06:42 xend] ERROR (process:37) [network-bridge] + ifconfig xen-br0 up [2005-09-14 12:06:42 xend] ERROR (process:37) [network-bridge] + ifconfig [2005-09-14 12:06:42 xend] ERROR (process:37) [network-bridge] + grep -q veth0 [2005-09-14 12:06:42 xend] ERROR (process:37) [network-bridge] + ifconfig veth0 [2005-09-14 12:06:42 xend] ERROR (process:37) [network-bridge] + grep -q veth0 [2005-09-14 12:06:42 xend] ERROR (process:37) [network-bridge] ++ ifconfig eth0 [2005-09-14 12:06:42 xend] ERROR (process:37) [network-bridge] ++ grep HWadd [2005-09-14 12:06:42 xend] ERROR (process:37) [network-bridge] ++ sed -e ''s/.*\(..:..:..:..:..:..\).*/\1/'' [2005-09-14 12:06:42 xend] ERROR (process:37) [network-bridge] + mac=00:11:25:3E:39:F2 [2005-09-14 12:06:42 xend] ERROR (process:37) [network-bridge] + ifdown eth0 [2005-09-14 12:06:43 xend] ERROR (process:37) [network-bridge] + ip link set eth0 name peth0 [2005-09-14 12:06:43 xend] ERROR (process:37) [network-bridge] + ip link set veth0 name eth0 [2005-09-14 12:06:43 xend] ERROR (process:37) [network-bridge] + ifconfig peth0 0.0.0.0 -arp down [2005-09-14 12:06:43 xend] ERROR (process:37) [network-bridge] + ifconfig peth0 hw ether fe:ff:ff:ff:ff:ff [2005-09-14 12:06:43 xend] ERROR (process:37) [network-bridge] + ifconfig eth0 hw ether 00:11:25:3E:39:F2 [2005-09-14 12:06:43 xend] ERROR (process:37) [network-bridge] + add_to_bridge xen-br0 vif0.0 [2005-09-14 12:06:43 xend] ERROR (process:37) [network-bridge] + local bridge=xen-br0 [2005-09-14 12:06:43 xend] ERROR (process:37) [network-bridge] + local dev=vif0.0 [2005-09-14 12:06:43 xend] ERROR (process:37) [network-bridge] + brctl show [2005-09-14 12:06:43 xend] ERROR (process:37) [network-bridge] + grep -q vif0.0 [2005-09-14 12:06:43 xend] ERROR (process:37) [network-bridge] + brctl addif xen-br0 vif0.0 [2005-09-14 12:06:43 xend] ERROR (process:37) [network-bridge] + add_to_bridge xen-br0 peth0 [2005-09-14 12:06:43 xend] ERROR (process:37) [network-bridge] + local bridge=xen-br0 [2005-09-14 12:06:43 xend] ERROR (process:37) [network-bridge] + local dev=peth0 [2005-09-14 12:06:43 xend] ERROR (process:37) [network-bridge] + brctl show [2005-09-14 12:06:43 xend] ERROR (process:37) [network-bridge] + grep -q peth0 [2005-09-14 12:06:43 xend] ERROR (process:37) [network-bridge] + brctl addif xen-br0 peth0 [2005-09-14 12:06:43 xend] ERROR (process:37) [network-bridge] + ip link set xen-br0 up [2005-09-14 12:06:43 xend] ERROR (process:37) [network-bridge] + ip link set vif0.0 up [2005-09-14 12:06:43 xend] ERROR (process:37) [network-bridge] + ip link set peth0 up [2005-09-14 12:06:43 xend] ERROR (process:37) [network-bridge] + ifup eth0 [2005-09-14 12:08:02 xend] DEBUG (image:157) initDomain: cpu=-1 mem_kb=524288 ssidref=-1 dom=1 [2005-09-14 12:08:02 xend] DEBUG (XendDomainInfo:809) init_domain> Created domain=1 name=vm1 memory=512 [2005-09-14 12:08:02 xend] INFO (image:217) buildDomain os=linux dom=1 vcpus=4 [2005-09-14 12:08:02 xend] DEBUG (image:261) dom = 1 [2005-09-14 12:08:02 xend] DEBUG (image:262) image = /boot/vmlinuz-2.6-xenU [2005-09-14 12:08:02 xend] DEBUG (image:263) store_evtchn = 1 [2005-09-14 12:08:02 xend] DEBUG (image:264) console_evtchn = 2 [2005-09-14 12:08:02 xend] DEBUG (image:265) cmdline root=/dev/sdb6 ro [2005-09-14 12:08:02 xend] DEBUG (image:266) ramdisk [2005-09-14 12:08:02 xend] DEBUG (image:267) flags = 0 [2005-09-14 12:08:02 xend] DEBUG (image:268) vcpus = 4 [2005-09-14 12:08:03 xend] INFO (XendRoot:141) EVENT> xend.domain.create [''vm1'', 1] Attaching xend-debug.log> > -- Keir > > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel >-- Regards, David F Barrera Linux Technology Center Systems and Technology Group, IBM "The wisest men follow their own direction. " Euripides _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Keir Fraser
2005-Sep-14 17:49 UTC
Re: [Xen-devel] Unabe to create guest domain on PAE enabled SLES 9 SP2 box, 4GB RAM
On 14 Sep 2005, at 18:11, David F Barrera wrote:>> >> How about now? :-) > > Nope.Maybe you could fprintf(stderr) some interesting values in setup_pg_tables_pae() in xc_linux_build.c. There''s a test there whether page_array[ppt_alloc] > 0xfffff. If that if statement is executed then printing out the value of ''nmfn'' and ''ppt_alloc'' would be interesting. -- Keir _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
David F Barrera
2005-Sep-14 19:52 UTC
Re: [Xen-devel] Unabe to create guest domain on PAE enabled SLES 9 SP2 box, 4GB RAM
On Wed, 2005-09-14 at 18:49 +0100, Keir Fraser wrote:> On 14 Sep 2005, at 18:11, David F Barrera wrote: > > >> > >> How about now? :-) > > > > Nope. > > Maybe you could fprintf(stderr) some interesting values in > setup_pg_tables_pae() in xc_linux_build.c. There''s a test there whether > page_array[ppt_alloc] > 0xfffff. If that if statement is executed then > printing out the value of ''nmfn'' and ''ppt_alloc'' would be interesting.x335b:/tmp/xen # xm create -c vm1.cfg Using config file "vm1.cfg". Error: Error creating domain: (22, ''Invalid argument'') x335b:/tmp/xen # cat /var/log/xend-debug.log Before the page_array{ppt_alloc] > 0xfffff lines. Executing the page_array{ppt_alloc] > 0xfffff lines. nmfn = 2b5e ppt_alloc = 42d Dom_mmuext operation failed (rc=-1 errno=22)-- need to rebuild the user- space tool set? ERROR: Error constructing guest OS Traceback (most recent call last): File "/tmp/xen- unstable.hg/dist/install/usr/lib/python/xen/xend/XendDomainInfo.py", line 646, in construct self.construct_image() File "/tmp/xen- unstable.hg/dist/install/usr/lib/python/xen/xend/XendDomainInfo.py", line 701, in construct_image self.image.createImage() File "/tmp/xen- unstable.hg/dist/install/usr/lib/python/xen/xend/image.py", line 181, in createImage self.createDomain() File "/tmp/xen- unstable.hg/dist/install/usr/lib/python/xen/xend/image.py", line 218, in createDomain err = self.buildDomain() File "/tmp/xen- unstable.hg/dist/install/usr/lib/python/xen/xend/image.py", line 277, in buildDomain vcpus = self.vm.vcpus) error: (22, ''Invalid argument'') ERROR: do_evtchn_op: HYPERVISOR_event_channel_op failed: -1 ERROR: do_evtchn_op: HYPERVISOR_event_channel_op failed: -1 Traceback (most recent call last): File "/tmp/xen- unstable.hg/dist/install/usr/lib/python/xen/xend/server/SrvDomainDir.py", line 78, in op_create dominfo = self.xd.domain_create(config) File "/tmp/xen- unstable.hg/dist/install/usr/lib/python/xen/xend/XendDomain.py", line 301, in domain_create dominfo = XendDomainInfo.create(self.dbmap, config) File "/tmp/xen- unstable.hg/dist/install/usr/lib/python/xen/xend/XendDomainInfo.py", line 136, in create vm.construct(config) File "/tmp/xen- unstable.hg/dist/install/usr/lib/python/xen/xend/XendDomainInfo.py", line 646, in construct self.construct_image() File "/tmp/xen- unstable.hg/dist/install/usr/lib/python/xen/xend/XendDomainInfo.py", line 701, in construct_image self.image.createImage() File "/tmp/xen- unstable.hg/dist/install/usr/lib/python/xen/xend/image.py", line 181, in createImage self.createDomain() File "/tmp/xen- unstable.hg/dist/install/usr/lib/python/xen/xend/image.py", line 218, in createDomain err = self.buildDomain() File "/tmp/xen- unstable.hg/dist/install/usr/lib/python/xen/xend/image.py", line 277, in buildDomain vcpus = self.vm.vcpus) error: (22, ''Invalid argument'')> > -- Keir > > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel >-- Regards, David F Barrera Linux Technology Center Systems and Technology Group, IBM "The wisest men follow their own direction. " Euripides _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Keir Fraser
2005-Sep-14 20:32 UTC
Re: [Xen-devel] Unabe to create guest domain on PAE enabled SLES 9 SP2 box, 4GB RAM
On 14 Sep 2005, at 20:52, David F Barrera wrote:> x335b:/tmp/xen # xm create -c vm1.cfg > Using config file "vm1.cfg". > Error: Error creating domain: (22, ''Invalid argument'') > > x335b:/tmp/xen # cat /var/log/xend-debug.log > Before the page_array{ppt_alloc] > 0xfffff lines. > Executing the page_array{ppt_alloc] > 0xfffff lines. > nmfn = 2b5e > ppt_alloc = 42dDo you have the Xen output for this run? (just the lines it spits out after it''s booted -- the ones about "Error while validating pfn..." and so on). -- Keir _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
David F Barrera
2005-Sep-14 20:47 UTC
Re: [Xen-devel] Unabe to create guest domain on PAE enabled SLES 9 SP2 box, 4GB RAM
On Wed, 2005-09-14 at 21:32 +0100, Keir Fraser wrote:> On 14 Sep 2005, at 20:52, David F Barrera wrote: > > > x335b:/tmp/xen # xm create -c vm1.cfg > > Using config file "vm1.cfg". > > Error: Error creating domain: (22, ''Invalid argument'') > > > > x335b:/tmp/xen # cat /var/log/xend-debug.log > > Before the page_array{ppt_alloc] > 0xfffff lines. > > Executing the page_array{ppt_alloc] > 0xfffff lines. > > nmfn = 2b5e > > ppt_alloc = 42d > > Do you have the Xen output for this run? (just the lines it spits out > after it''s booted -- the ones about "Error while validating pfn..." and > so on).(XEN) DOM0: (file=mm.c, line=1497) Error while validating pfn 10564e for type 26010000. caf=80000002 taf=26010001 (XEN) DOM0: (file=mm.c, line=1497) Error while validating pfn 105639 for type 40030000. caf=80000002 taf=40030001 (XEN) DOM0: (file=mm.c, line=370) Bad page type for pfn 105639 (00000000) (XEN) DOM0: (file=mm.c, line=1497) Error while validating pfn 2b5e for type 67ff0000. caf=80000002 taf=67ff0001 (XEN) DOM0: (file=mm.c, line=370) Bad page type for pfn 2b5e (00000000) (XEN) DOM0: (file=mm.c, line=1724) Error while pinning mfn 2b5e> > -- Keir > > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel >-- Regards, David F Barrera Linux Technology Center Systems and Technology Group, IBM "The wisest men follow their own direction. " Euripides _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Keir Fraser
2005-Sep-14 20:55 UTC
Re: [Xen-devel] Unabe to create guest domain on PAE enabled SLES 9 SP2 box, 4GB RAM
On 14 Sep 2005, at 21:47, David F Barrera wrote:> (XEN) DOM0: (file=mm.c, line=1497) Error while validating pfn 10564e > for > type 26010000. caf=80000002 taf=26010001 > (XEN) DOM0: (file=mm.c, line=1497) Error while validating pfn 105639 > for > type 40030000. caf=80000002 taf=40030001 > (XEN) DOM0: (file=mm.c, line=370) Bad page type for pfn 105639 > (00000000) > (XEN) DOM0: (file=mm.c, line=1497) Error while validating pfn 2b5e for > type 67ff0000. caf=80000002 taf=67ff0001 > (XEN) DOM0: (file=mm.c, line=370) Bad page type for pfn 2b5e (00000000) > (XEN) DOM0: (file=mm.c, line=1724) Error while pinning mfn 2b5eIs there another line right before these ones, starting: (XEN) (file=/tmp/xen-unstable.hg/xen/include/asm/mm.h, line=202) Error pfn...? -- Keir _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
David F Barrera
2005-Sep-14 21:10 UTC
Re: [Xen-devel] Unabe to create guest domain on PAE enabled SLES 9 SP2 box, 4GB RAM
On Wed, 2005-09-14 at 21:55 +0100, Keir Fraser wrote:> On 14 Sep 2005, at 21:47, David F Barrera wrote: > > > (XEN) DOM0: (file=mm.c, line=1497) Error while validating pfn 10564e > > for > > type 26010000. caf=80000002 taf=26010001 > > (XEN) DOM0: (file=mm.c, line=1497) Error while validating pfn 105639 > > for > > type 40030000. caf=80000002 taf=40030001 > > (XEN) DOM0: (file=mm.c, line=370) Bad page type for pfn 105639 > > (00000000) > > (XEN) DOM0: (file=mm.c, line=1497) Error while validating pfn 2b5e for > > type 67ff0000. caf=80000002 taf=67ff0001 > > (XEN) DOM0: (file=mm.c, line=370) Bad page type for pfn 2b5e (00000000) > > (XEN) DOM0: (file=mm.c, line=1724) Error while pinning mfn 2b5e > > Is there another line right before these ones, starting: > (XEN) (file=/tmp/xen-unstable.hg/xen/include/asm/mm.h, line=202) Error > pfn...?Yes. [...] (XEN) mtrr: type mismatch for fd000000,800000 old: write-back new: write-combining (XEN) mtrr: type mismatch for fd000000,800000 old: write-back new: write-combining (XEN) (file=/tmp/xen-unstable.hg/xen/include/asm/mm.h, line=202) Error pfn 205: rd=ffbd6080, od=00000000, caf=00000000, taf=00000000 (XEN) DOM0: (file=mm.c, line=1497) Error while validating pfn 10564e for type 26010000. caf=80000002 taf=26010001 (XEN) DOM0: (file=mm.c, line=1497) Error while validating pfn 105639 for type 40030000. caf=80000002 taf=40030001 (XEN) DOM0: (file=mm.c, line=370) Bad page type for pfn 105639 (00000000) (XEN) DOM0: (file=mm.c, line=1497) Error while validating pfn 2b5e for type 67ff0000. caf=80000002 taf=67ff0001 (XEN) DOM0: (file=mm.c, line=370) Bad page type for pfn 2b5e (00000000) (XEN) DOM0: (file=mm.c, line=1724) Error while pinning mfn 2b5e> > -- Keir > >-- Regards, David F Barrera Linux Technology Center Systems and Technology Group, IBM "The wisest men follow their own direction. " Euripides _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
David F Barrera
2005-Sep-15 15:26 UTC
Re: [Xen-devel] Unab[l]e to create guest domain on PAE enabled SLES 9 SP2 box, 4GB RAM
Still broken. Here''s log ''xm dmesg''. The error message was different today, however: Using config file "/tmp/xen/vm1.cfg". Error: Error creating domain: ''NoneType'' object has no attribute ''port1'' x335b:~ # xm dmesg __ __ _____ ___ _ _ \ \/ /___ _ __ |___ / / _ \ __| | _____ _____| | \ // _ \ ''_ \ |_ \| | | |__ / _` |/ _ \ \ / / _ \ | / \ __/ | | | ___) | |_| |__| (_| | __/\ V / __/ | /_/\_\___|_| |_| |____(_)___/ \__,_|\___| \_/ \___|_| http://www.cl.cam.ac.uk/netos/xen University of Cambridge Computer Laboratory Xen version 3.0-devel (root@ltc.austin.ibm.com) (gcc version 3.3.3 (SuSE Linux)) Thu Sep 15 09:57:43 CDT 2005 Latest ChangeSet: Thu Sep 15 08:17:24 2005 c27431cf81f96a6d98c4e25bd08e6762918019e4 (XEN) Physical RAM map: (XEN) 0000000000000000 - 000000000009d400 (usable) (XEN) 000000000009d400 - 00000000000a0000 (reserved) (XEN) 00000000000e0000 - 0000000000100000 (reserved) (XEN) 0000000000100000 - 00000000f7fec140 (usable) (XEN) 00000000f7fec140 - 00000000f7ff0000 (ACPI data) (XEN) 00000000f7ff0000 - 00000000f8000000 (reserved) (XEN) 00000000fec00000 - 0000000100000000 (reserved) (XEN) 0000000100000000 - 0000000108000000 (usable) (XEN) System RAM: 4095MB (4193828kB) (XEN) Xen heap: 10MB (10496kB) (XEN) PAE enabled, limit: 16 GB (XEN) found SMP MP-table at 0009d540 (XEN) DMI 2.3 present. (XEN) Using APIC driver default (XEN) ACPI: RSDP (v000 IBM ) @ 0x000fdfc0 (XEN) ACPI: RSDT (v001 IBM SERONYXP 0x00001000 IBM 0x45444f43) @ 0xf7feff80 (XEN) ACPI: FADT (v001 IBM SERONYXP 0x00001000 IBM 0x45444f43) @ 0xf7feff00 (XEN) ACPI: MADT (v001 IBM SERONYXP 0x00001000 IBM 0x45444f43) @ 0xf7fefe40 (XEN) ACPI: ASF! (v016 IBM SERONYXP 0x00000001 IBM 0x45444f43) @ 0xf7fefd80 (XEN) ACPI: DSDT (v001 IBM SERTURQU 0x00001000 MSFT 0x0100000b) @ 0x00000000 (XEN) ACPI: Local APIC address 0xfee00000 (XEN) ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) (XEN) Processor #0 15:2 APIC version 20 (XEN) ACPI: LAPIC (acpi_id[0x01] lapic_id[0x06] enabled) (XEN) Processor #6 15:2 APIC version 20 (XEN) ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled) (XEN) Processor #1 15:2 APIC version 20 (XEN) ACPI: LAPIC (acpi_id[0x03] lapic_id[0x07] enabled) (XEN) Processor #7 15:2 APIC version 20 (XEN) ACPI: LAPIC_NMI (acpi_id[0x00] dfl dfl lint[0x1]) (XEN) ACPI: LAPIC_NMI (acpi_id[0x06] dfl dfl lint[0x1]) (XEN) ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1]) (XEN) ACPI: LAPIC_NMI (acpi_id[0x07] dfl dfl lint[0x1]) (XEN) ACPI: IOAPIC (id[0x0e] address[0xfec00000] gsi_base[0]) (XEN) IOAPIC[0]: apic_id 14, version 17, address 0xfec00000, GSI 0-15 (XEN) ACPI: IOAPIC (id[0x0d] address[0xfec01000] gsi_base[16]) (XEN) IOAPIC[1]: apic_id 13, version 17, address 0xfec01000, GSI 16-31 (XEN) ACPI: IOAPIC (id[0x0c] address[0xfec02000] gsi_base[32]) (XEN) IOAPIC[2]: apic_id 12, version 17, address 0xfec02000, GSI 32-47 (XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) (XEN) ACPI: IRQ0 used by override. (XEN) ACPI: IRQ2 used by override. (XEN) Enabling APIC mode: Flat. Using 3 I/O APICs (XEN) Using ACPI (MADT) for SMP configuration information (XEN) Initializing CPU#0 (XEN) Detected 3189.488 MHz processor. (XEN) Using scheduler: Simple EDF Scheduler (sedf) (XEN) CPU: Trace cache: 12K uops, L1 D cache: 8K (XEN) CPU: L2 cache: 512K (XEN) CPU: L3 cache: 1024K (XEN) CPU: Physical Processor ID: 0 (XEN) CPU0: Intel(R) Xeon(TM) CPU 3.20GHz stepping 05 (XEN) Booting processor 1/1 eip 90000 (XEN) Initializing CPU#1 (XEN) CPU: Trace cache: 12K uops, L1 D cache: 8K (XEN) CPU: L2 cache: 512K (XEN) CPU: L3 cache: 1024K (XEN) CPU: Physical Processor ID: 0 (XEN) CPU1: Intel(R) Xeon(TM) CPU 3.20GHz stepping 05 (XEN) Booting processor 2/6 eip 90000 (XEN) Initializing CPU#2 (XEN) CPU: Trace cache: 12K uops, L1 D cache: 8K (XEN) CPU: L2 cache: 512K (XEN) CPU: L3 cache: 1024K (XEN) CPU: Physical Processor ID: 3 (XEN) CPU2: Intel(R) Xeon(TM) CPU 3.20GHz stepping 05 (XEN) Booting processor 3/7 eip 90000 (XEN) Initializing CPU#3 (XEN) CPU: Trace cache: 12K uops, L1 D cache: 8K (XEN) CPU: L2 cache: 512K (XEN) CPU: L3 cache: 1024K (XEN) CPU: Physical Processor ID: 3 (XEN) CPU3: Intel(R) Xeon(TM) CPU 3.20GHz stepping 05 (XEN) Total of 4 processors activated. (XEN) ENABLING IO-APIC IRQs (XEN) ..TIMER: vector=0x31 pin1=2 pin2=-1 (XEN) checking TSC synchronization across 4 CPUs: passed. (XEN) Platform timer is 1.193MHz PIT (XEN) Brought up 4 CPUs (XEN) mtrr: v2.0 (20020519) (XEN) *** LOADING DOMAIN 0 *** (XEN) Xen-ELF header found: ''GUEST_OS=linux,GUEST_VER=2.6,XEN_VER=3.0,VIRT_BASE=0xC0000000,PAE=yes,LOADER=generic'' (XEN) PHYSICAL MEMORY ARRANGEMENT: (XEN) Dom0 alloc.: 0000000003800000->0000000004000000 (125952 pages to be allocated) (XEN) VIRTUAL MEMORY ARRANGEMENT: (XEN) Loaded kernel: c0100000->c0639f24 (XEN) Init. ramdisk: c063a000->c063a000 (XEN) Phys-Mach map: c063a000->c06b7000 (XEN) Start info: c06b7000->c06b8000 (XEN) Page tables: c06b8000->c06c1000 (XEN) Boot stack: c06c1000->c06c2000 (XEN) TOTAL: c0000000->c0800000 (XEN) ENTRY ADDRESS: c0100000 (XEN) Scrubbing Free RAM: ...........................................done. (XEN) *** Serial input -> DOM0 (type ''CTRL-a'' three times to switch input to Xen). (XEN) microcode: CPU1 updated from revision 0x11 to 0x29, date 08112004 (XEN) microcode: CPU2 updated from revision 0x11 to 0x29, date 08112004 (XEN) microcode: CPU3 updated from revision 0x11 to 0x29, date 08112004 (XEN) microcode: CPU0 updated from revision 0x11 to 0x29, date 08112004 (XEN) mtrr: type mismatch for fd000000,800000 old: write-back new: write-combining (XEN) mtrr: type mismatch for fd000000,800000 old: write-back new: write-combining (XEN) (file=/tmp/xen-unstable.hg/xen/include/asm/mm.h, line=202) Error pfn 209: rd=ffbd6080, od=00000000, caf=00000000, taf=00000000 (XEN) DOM0: (file=mm.c, line=1497) Error while validating pfn eee36 for type 26010000. caf=80000002 taf=26010001 (XEN) DOM0: (file=mm.c, line=1497) Error while validating pfn ef23d for type 40030000. caf=80000002 taf=40030001 (XEN) DOM0: (file=mm.c, line=370) Bad page type for pfn ef23d (00000000) (XEN) DOM0: (file=mm.c, line=1497) Error while validating pfn 2f85 for type 67ff0000. caf=80000002 taf=67ff0001 (XEN) DOM0: (file=mm.c, line=370) Bad page type for pfn 2f85 (00000000) (XEN) DOM0: (file=mm.c, line=1724) Error while pinning mfn 2f85 On Wed, 2005-09-14 at 16:10 -0500, David F Barrera wrote:> On Wed, 2005-09-14 at 21:55 +0100, Keir Fraser wrote: > > On 14 Sep 2005, at 21:47, David F Barrera wrote: > > > > > (XEN) DOM0: (file=mm.c, line=1497) Error while validating pfn 10564e > > > for > > > type 26010000. caf=80000002 taf=26010001 > > > (XEN) DOM0: (file=mm.c, line=1497) Error while validating pfn 105639 > > > for > > > type 40030000. caf=80000002 taf=40030001 > > > (XEN) DOM0: (file=mm.c, line=370) Bad page type for pfn 105639 > > > (00000000) > > > (XEN) DOM0: (file=mm.c, line=1497) Error while validating pfn 2b5e for > > > type 67ff0000. caf=80000002 taf=67ff0001 > > > (XEN) DOM0: (file=mm.c, line=370) Bad page type for pfn 2b5e (00000000) > > > (XEN) DOM0: (file=mm.c, line=1724) Error while pinning mfn 2b5e > > > > Is there another line right before these ones, starting: > > (XEN) (file=/tmp/xen-unstable.hg/xen/include/asm/mm.h, line=202) Error > > pfn...? > Yes. > [...] > (XEN) mtrr: type mismatch for fd000000,800000 old: write-back new: > write-combining > (XEN) mtrr: type mismatch for fd000000,800000 old: write-back new: > write-combining > (XEN) (file=/tmp/xen-unstable.hg/xen/include/asm/mm.h, line=202) Error > pfn 205: rd=ffbd6080, od=00000000, caf=00000000, taf=00000000 > (XEN) DOM0: (file=mm.c, line=1497) Error while validating pfn 10564e for > type 26010000. caf=80000002 taf=26010001 > (XEN) DOM0: (file=mm.c, line=1497) Error while validating pfn 105639 for > type 40030000. caf=80000002 taf=40030001 > (XEN) DOM0: (file=mm.c, line=370) Bad page type for pfn 105639 > (00000000) > (XEN) DOM0: (file=mm.c, line=1497) Error while validating pfn 2b5e for > type 67ff0000. caf=80000002 taf=67ff0001 > (XEN) DOM0: (file=mm.c, line=370) Bad page type for pfn 2b5e (00000000) > (XEN) DOM0: (file=mm.c, line=1724) Error while pinning mfn 2b5e > > > > > -- Keir > > > >-- Regards, David F Barrera Linux Technology Center Systems and Technology Group, IBM "The wisest men follow their own direction. " Euripides _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Hi Folks, This is probably discussed before but I am not able to find any information. basically I am trying to access a USB key drive in guest VM. I am using the latest Xen-Unstable build. I see that when I attach the USB key to the computer it doesn''t even get recognized by dom0. I see only this message in dmesg usb 1-1: new full speed USB device using uhci_hcd and address 2 I have three questions: 1) Does Xen support USB devices? if yes, does it support USB devices in the default build? 2) What do I do to make Dom0 recognize the USB key? 3) what do I do to redirect this USB key to a guest VM? do I need to specify something in the guest VM''s config file? Could someone please answer these questions or point me to the answer? Thanks, Sanjay _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
> This is probably discussed before but I am not able to find any > information. > > basically I am trying to access a USB key drive in guest VM. I am using the > latest Xen-Unstable build. I see that when I attach the USB key to the > computer it doesn''t even get recognized by dom0. I see only this message in > dmesg > > usb 1-1: new full speed USB device using uhci_hcd and address 2 > > I have three questions: > > 1) Does Xen support USB devices? if yes, does it support USB devices in the > default build?Yes, and yes.> 2) What do I do to make Dom0 recognize the USB key?Although we have support for the USB core and for USB HID devices (keyboard, mouse, etc) we probably don''t have support for USB mass storage built in. You''ll need to build a new kernel with this support added.> 3) what do I do to redirect this USB key to a guest VM? do I need to > specify something in the guest VM''s config file?Once you''ve got the USB key recognised in dom0, you could add it as a virtual block device (i.e. a "phy:/dev/sda1,/dev/sda1,w" in your config file, assuming the USB key is sda in the host and the guest). You may be able to dynamically add block devices to a domain but I don''t know if this is working right now... Anyone know? You could also share it over NFS ;-) There are various other ways of assigning arbitrary USB devices to guests but you shouldn''t need those here. Cheers, Mark> Could someone please answer these questions or point me to the answer? > > Thanks, > Sanjay_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
This is a headsup to say I''m still working on the USB split driver for 2.6. I have a version which works very well for a snapshot of the unstable tree from a few months ago and I''m currently in the process of updating it to the new xenbus and xenstore interfaces. My best guess at the moment is about 3 weeks before I have the code working again on the latest unstable tree. I have written a simple high-level interdomain communication API and have ported the USB back-end to this API. I''m working on porting the FE. After that I''ll implement the API using xenbus/xenstore grant-tables etc. This split driver will allow you to allocate USB devices to guest domains. For the time being you can do what Mark suggested in his reply and map the key as a block device. Harry On Thu, 2005-09-15 at 18:39 -0400, sanjay kumar wrote:> Hi Folks, > This is probably discussed before but I am not able to find any > information. > basically I am trying to access a USB key drive in guest VM. I am > using the latest Xen-Unstable build. I see that when I attach the USB > key to the computer it doesn''t even get recognized by dom0. I see only > this message in dmesg > > usb 1-1: new full speed USB device using uhci_hcd and address 2 > > I have three questions: > > 1) Does Xen support USB devices? if yes, does it support USB devices > in the default build? > 2) What do I do to make Dom0 recognize the USB key? > 3) what do I do to redirect this USB key to a guest VM? do I need to > specify something in the guest VM''s config file? > > Could someone please answer these questions or point me to the answer? > > Thanks, > Sanjay > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Keir Fraser
2005-Sep-19 11:12 UTC
Re: [Xen-devel] Unab[l]e to create guest domain on PAE enabled SLES 9 SP2 box, 4GB RAM
On 15 Sep 2005, at 16:26, David F Barrera wrote:> Still broken. Here''s log ''xm dmesg''. The error message was different > today, however: > > Using config file "/tmp/xen/vm1.cfg". > Error: Error creating domain: ''NoneType'' object has no attribute > ''port1''Should be fixed now. -- Keir _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
David F Barrera
2005-Sep-19 12:49 UTC
Re: [Xen-devel] Unab[l]e to create guest domain on PAE enabled SLES 9 SP2 box, 4GB RAM
On Mon, 2005-09-19 at 12:12 +0100, Keir Fraser wrote:> On 15 Sep 2005, at 16:26, David F Barrera wrote: > > > Still broken. Here''s log ''xm dmesg''. The error message was different > > today, however: > > > > Using config file "/tmp/xen/vm1.cfg". > > Error: Error creating domain: ''NoneType'' object has no attribute > > ''port1'' > > Should be fixed now.Keir, I am testing with changeset: 6906:619e3d6f01b39042f287880572f0f0d92ac7996a tag: tip user: kaf24@firebug.cl.cam.ac.uk date: Mon Sep 19 06:06:05 2005 summary: Re-indent libxc to avoid hard tabs. Also, fix the PAE It looks like the guest domain is being created; however, I am unable to get to it. I can neither console nor ssh into it. x335b:/tmp/xen-unstable.hg # xm list Name Id Mem(MB) CPU VCPU(s) State Time(s) Domain-0 0 495 0 1 r---- 3018.6 vm1 1 512 - 4 r---- 3057.6 If I enter ''xm console 1'', nothing happens; it just sort of hangs there until I ''ctrl ]'' out of if: x335b:/tmp/xen-unstable.hg # xm console 1 x335b:/tmp/xen-unstable.hg # x335b:/tmp/xen-unstable.hg # ssh x335b-vm1.ltc ssh: connect to host x335b-vm1.ltc port 22: No route to host This behavior is not happening on any of my other test boxes.> > -- Keir > > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel >-- Regards, David F Barrera Linux Technology Center Systems and Technology Group, IBM "The wisest men follow their own direction. " Euripides _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Keir Fraser
2005-Sep-19 14:28 UTC
Re: [Xen-devel] Unab[l]e to create guest domain on PAE enabled SLES 9 SP2 box, 4GB RAM
On 19 Sep 2005, at 13:49, David F Barrera wrote:> If I enter ''xm console 1'', nothing happens; it just sort of hangs there > until I ''ctrl ]'' out of if: > x335b:/tmp/xen-unstable.hg # xm console 1 > x335b:/tmp/xen-unstable.hg # > > x335b:/tmp/xen-unstable.hg # ssh x335b-vm1.ltc > ssh: connect to host x335b-vm1.ltc port 22: No route to host > > This behavior is not happening on any of my other test boxes.Looks like the domU is looping early during boot. It would be helpful to get a backtrace out, but currently our gdb server patches only work for 32-bit non-pae. I''ll look at fixing this and then get back to you with instructions on how to harvest a useful backtrace from this domU. -- Keir _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Keir Fraser
2005-Sep-19 15:51 UTC
Re: [Xen-devel] Unab[l]e to create guest domain on PAE enabled SLES 9 SP2 box, 4GB RAM
On 19 Sep 2005, at 15:28, Keir Fraser wrote:> Looks like the domU is looping early during boot. It would be helpful > to get a backtrace out, but currently our gdb server patches only work > for 32-bit non-pae. I''ll look at fixing this and then get back to you > with instructions on how to harvest a useful backtrace from this domU.Okay, you need to pull the latest tree then follow the instructions in tools/debugger/gdb/README to build yourself a gdb server and to get a backtrace out of the hung domU. From within the gdb client session, run both ''bt'' and ''disass'' as recommended in the README file. Then cut & paste the result of the gdb client session into an email. Keep the vmlinux-syms-2.6.12-xenU file hanging around. We may need that too, depending on what the backtrace tells us. -- Keir _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
David F Barrera
2005-Sep-19 18:45 UTC
Re: [Xen-devel] Unab[l]e to create guest domain on PAE enabled SLES 9 SP2 box, 4GB RAM
On Mon, 2005-09-19 at 16:51 +0100, Keir Fraser wrote:> On 19 Sep 2005, at 15:28, Keir Fraser wrote: > > > Looks like the domU is looping early during boot. It would be helpful > > to get a backtrace out, but currently our gdb server patches only work > > for 32-bit non-pae. I''ll look at fixing this and then get back to you > > with instructions on how to harvest a useful backtrace from this domU. > > Okay, you need to pull the latest tree then follow the instructions in > tools/debugger/gdb/README to build yourself a gdb server and to get a > backtrace out of the hung domU. > > From within the gdb client session, run both ''bt'' and ''disass'' as > recommended in the README file. Then cut & paste the result of the gdb > client session into an email.x335b:/tmp/xen-unstable.hg-PAE/tools/debugger/gdb/gdb-6.2.1-linux-i386-xen/gdb/gdbserver # ./gdbserver-xen 127.0.0.1:9999 --attach 1 domain currently paused Attached; pid = 1 Listening on port 9999 Remote debugging from host 127.0.0.1 x335b:~ # gdb /boot/vmlinux-syms-2.6.12-xenU GNU gdb 6.3 Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i586-suse-linux"...(no debugging symbols found) Using host libthread_db library "/lib/libthread_db.so.1". (gdb) directory /tmp/xen-unstable.hg-PAE/linux-2.6.12 linux-2.6.12-xen0 linux-2.6.12-xenU linux-2.6.12.tar.bz2 (gdb) directory /tmp/xen-unstable.hg-PAE/linux-2.6.12-xenU Source directories searched: /tmp/xen-unstable.hg-PAE/linux-2.6.12-xenU: $cdir:$c wd (gdb) target remote 127.0.0.1:9999 Remote debugging using 127.0.0.1:9999 0xc02523bd in xencons_ring_send () warning: shared library handler failed to enable breakpoint (gdb) bt #0 0xc02523bd in xencons_ring_send () #1 0xc124a7f8 in ?? () #2 0x00000001 in ?? () #3 0x00000004 in ?? () #4 0x00000002 in ?? () #5 0xcfd72000 in ?? () #6 0xc00a17c0 in ?? () #7 0xcfd72000 in ?? () #8 0xc014db95 in cache_grow () #9 0xc03f3c80 in ?? () #10 0xc00a17c0 in ?? () #11 0x00000001 in ?? () #12 0xc0251ca7 in __xencons_tx_flush () #13 0x00000001 in ?? () #14 0x000000d0 in ?? () #15 0x000007f9 in ?? () #16 0x00000001 in ?? () #17 0xc02518e5 in kcons_write () #18 0xc03279c0 in xencons_lock () #19 0x00000fc8 in ?? () #20 0x00000fc9 in ?? () #21 0x00000fc9 in ?? () #22 0xc012145b in __call_console_drivers () ---Type <return> to continue, or q <return> to quit--- #23 0x00000fc9 in ?? () #24 0x00000fc9 in ?? () #25 0xffffffff in ?? () #26 0xc01215a3 in call_console_drivers () #27 0x36ffffff in ?? () #28 0x00000fc9 in ?? () #29 0x00000fc8 in ?? () #30 0x00000000 in ?? () #31 0xfffff037 in ?? () #32 0xc0121b11 in release_console_sem () #33 0x00000fc9 in ?? () #34 0x00000000 in ?? () #35 0x00000000 in ?? () #36 0xc0384581 in printk_buf.6 () #37 0x00000000 in ?? () #38 0xc0121955 in vprintk () #39 0x00000000 in ?? () #40 0x00000001 in ?? () #41 0x00000000 in ?? () #42 0x00000000 in ?? () #43 0xc031cba8 in cache_cache () #44 0xc031cbb0 in cache_cache () #45 0xc031cbe0 in cache_cache () ---Type <return> to continue, or q <return> to quit--- #46 0xcfd71d80 in ?? () #47 0x00000030 in ?? () #48 0xcfd71dd8 in ?? () #49 0xcfd71d80 in ?? () #50 0xc014e7da in enable_cpucache () #51 0x00000078 in ?? () #52 0x0000003c in ?? () #53 0x00000008 in ?? () #54 0xc03036de in __func__.3 () #55 0xc014d3a8 in kmem_cache_create () #56 0xcfd71d80 in ?? () #57 0x00000000 in ?? () #58 0xc0327415 in iosched_deadline () #59 0x00000000 in ?? () #60 0xc0370928 in __initcall_as_init () #61 0xc0370928 in __initcall_as_init () #62 0x00000000 in ?? () #63 0xc0368b8b in deadline_init () #64 0x00000030 in ?? () #65 0x00000000 in ?? () #66 0x00000000 in ?? () #67 0x00000000 in ?? () #68 0x00000000 in ?? () ---Type <return> to continue, or q <return> to quit--- #69 0xc12de000 in ?? () #70 0xc0356a85 in do_initcalls () #71 0x00000000 in ?? () #72 0xc0305184 in __func__.3 () #73 0xc0383b20 in cpu_core_id () #74 0x00000000 in ?? () #75 0x00000000 in ?? () #76 0x00000000 in ?? () #77 0xc0104115 in init () #78 0x00000004 in ?? () #79 0xc0104080 in run_init_process () #80 0xc0107585 in kernel_thread_helper () #81 0x00000000 in ?? () #82 0x00000000 in ?? () #83 0x00000000 in ?? () #84 0x00000000 in ?? () #85 0x00000000 in ?? () #86 0xc009a530 in ?? () #87 0xc03198e0 in ident_map () #88 0x00000000 in ?? () #89 0x00000000 in ?? () #90 0x00000001 in ?? () #91 0x00000000 in ?? () ---Type <return> to continue, or q <return> to quit--- #92 0xffffffff in ?? () #93 0xc012f6b0 in sys_restart_syscall () #94 0x00000000 in ?? () #95 0x00000000 in ?? () #96 0x00000000 in ?? () #97 0x00000000 in ?? () #98 0x00000000 in ?? () #99 0x00000000 in ?? () #100 0x00000000 in ?? () #101 0x00000000 in ?? () #102 0x00000000 in ?? () #103 0x00000000 in ?? () #104 0x00000000 in ?? () #105 0x00000000 in ?? () #106 0x00000000 in ?? () #107 0x00000000 in ?? () #108 0x00000000 in ?? () #109 0x00000000 in ?? () #110 0x00000000 in ?? () #111 0x00000000 in ?? () #112 0x00000000 in ?? () #113 0x00000000 in ?? () #114 0x00000000 in ?? () ---Type <return> to continue, or q <return> to quit--- #115 0x00000000 in ?? () #116 0x00000000 in ?? () #117 0x00000000 in ?? () #118 0x00000000 in ?? () #119 0x00000000 in ?? () #120 0x00000000 in ?? () #121 0x00000000 in ?? () #122 0x00000000 in ?? () #123 0x00000000 in ?? () #124 0x00000000 in ?? () #125 0x00000000 in ?? () #126 0x00000000 in ?? () #127 0x00000000 in ?? () #128 0x00000000 in ?? () #129 0x00000000 in ?? () #130 0x00000000 in ?? () #131 0x00000000 in ?? () #132 0x00000000 in ?? () #133 0x00000000 in ?? () #134 0x00000000 in ?? () #135 0x00000000 in ?? () #136 0x00000000 in ?? () #137 0x00000000 in ?? () ---Type <return> to continue, or q <return> to quit--- #138 0x00000000 in ?? () #139 0x00000000 in ?? () #140 0x00000000 in ?? () #141 0x00000000 in ?? () #142 0x00000000 in ?? () #143 0x00000000 in ?? () #144 0x00000000 in ?? () #145 0x00000000 in ?? () #146 0x00000000 in ?? () #147 0x00000000 in ?? () #148 0x00000000 in ?? () #149 0x00000000 in ?? () #150 0x00000000 in ?? () #151 0x00000000 in ?? () #152 0x00000000 in ?? () #153 0x00000000 in ?? () #154 0x00000000 in ?? () #155 0x00000000 in ?? () #156 0x00000000 in ?? () #157 0x00000000 in ?? () #158 0x00000000 in ?? () #159 0x00000000 in ?? () #160 0x00000000 in ?? () ---Type <return> to continue, or q <return> to quit--- #161 0x00000000 in ?? () #162 0x00000000 in ?? () #163 0x00000000 in ?? () #164 0x00000000 in ?? () #165 0x00000000 in ?? () #166 0x00000000 in ?? () #167 0x00000000 in ?? () #168 0x00000000 in ?? () #169 0x00000000 in ?? () #170 0x00000000 in ?? () #171 0x00000000 in ?? () #172 0x00000000 in ?? () #173 0x00000000 in ?? () #174 0x00000000 in ?? () #175 0x00000000 in ?? () #176 0x00000000 in ?? () #177 0x00000000 in ?? () #178 0x00000000 in ?? () #179 0x00000000 in ?? () #180 0x00000000 in ?? () #181 0x00000000 in ?? () #182 0x00000000 in ?? () #183 0x00000000 in ?? () ---Type <return> to continue, or q <return> to quit--- #184 0x00000000 in ?? () #185 0x00000000 in ?? () #186 0x00000000 in ?? () #187 0x00000000 in ?? () #188 0x00000000 in ?? () #189 0x00000000 in ?? () #190 0x00000000 in ?? () #191 0x00000000 in ?? () #192 0x00000000 in ?? () #193 0x00000000 in ?? () #194 0x00000000 in ?? () #195 0x00000000 in ?? () #196 0x00000000 in ?? () #197 0x00000000 in ?? () #198 0x00000000 in ?? () #199 0x00000000 in ?? () #200 0x00000000 in ?? () #201 0x00000000 in ?? () #202 0x00000000 in ?? () #203 0x00000000 in ?? () #204 0x00000000 in ?? () #205 0x00000000 in ?? () #206 0x00000000 in ?? () ---Type <return> to continue, or q <return> to quit--- #207 0x00000000 in ?? () #208 0x00000000 in ?? () #209 0x00000000 in ?? () #210 0x00000000 in ?? () #211 0x00000000 in ?? () #212 0x00000000 in ?? () #213 0x00000000 in ?? () #214 0x00000000 in ?? () #215 0x00000000 in ?? () #216 0x00000000 in ?? () #217 0x00000000 in ?? () #218 0x00000000 in ?? () #219 0x00000000 in ?? () #220 0x00000000 in ?? () #221 0x00000000 in ?? () #222 0x00000000 in ?? () #223 0x00000000 in ?? () #224 0x00000000 in ?? () #225 0x00000000 in ?? () #226 0x00000000 in ?? () #227 0x00000000 in ?? () #228 0x00000000 in ?? () #229 0x00000000 in ?? () ---Type <return> to continue, or q <return> to quit--- #230 0x00000000 in ?? () #231 0x00000000 in ?? () #232 0x00000000 in ?? () #233 0x00000000 in ?? () #234 0x00000000 in ?? () #235 0x00000000 in ?? () #236 0x00000000 in ?? () #237 0x00000000 in ?? () #238 0x00000000 in ?? () #239 0x00000000 in ?? () #240 0x00000000 in ?? () #241 0x00000000 in ?? () #242 0x00000000 in ?? () #243 0x00000000 in ?? () #244 0x00000000 in ?? () #245 0x00000000 in ?? () #246 0x00000000 in ?? () #247 0x00000000 in ?? () #248 0x00000000 in ?? () #249 0x00000000 in ?? () #250 0x00000000 in ?? () #251 0x00000000 in ?? () #252 0x00000000 in ?? () ---Type <return> to continue, or q <return> to quit--- #253 0x00000000 in ?? () #254 0x00000000 in ?? () #255 0x00000000 in ?? () #256 0x00000000 in ?? () #257 0x00000000 in ?? () #258 0x00000000 in ?? () #259 0x00000000 in ?? () #260 0x00000000 in ?? () #261 0x00000000 in ?? () #262 0x00000000 in ?? () #263 0x00000000 in ?? () #264 0x00000000 in ?? () #265 0x00000000 in ?? () #266 0x00000000 in ?? () #267 0x00000000 in ?? () #268 0x00000000 in ?? () #269 0x00000000 in ?? () #270 0x00000000 in ?? () #271 0x00000000 in ?? () #272 0x00000000 in ?? () #273 0x00000000 in ?? () #274 0x00000000 in ?? () #275 0x00000000 in ?? () ---Type <return> to continue, or q <return> to quit--- #276 0x00000000 in ?? () #277 0x00000000 in ?? () #278 0x00000000 in ?? () #279 0x00000000 in ?? () #280 0x00000000 in ?? () #281 0x00000000 in ?? () #282 0x00000000 in ?? () #283 0x00000000 in ?? () #284 0x00000000 in ?? () #285 0x00000000 in ?? () #286 0x00000000 in ?? () #287 0x00000000 in ?? () #288 0x00000000 in ?? () #289 0x00000000 in ?? () #290 0x00000000 in ?? () #291 0x00000000 in ?? () #292 0x00000000 in ?? () #293 0x00000000 in ?? () #294 0x00000000 in ?? () #295 0x00000000 in ?? () #296 0x00000000 in ?? () #297 0x00000000 in ?? () #298 0x00000000 in ?? () ---Type <return> to continue, or q <return> to quit--- #299 0x00000000 in ?? () #300 0x00000000 in ?? () #301 0x00000000 in ?? () #302 0x00000000 in ?? () #303 0x00000000 in ?? () #304 0x00000000 in ?? () #305 0x00000000 in ?? () #306 0x00000000 in ?? () #307 0x00000000 in ?? () #308 0x00000000 in ?? () #309 0x00000000 in ?? () #310 0x00000000 in ?? () #311 0x00000000 in ?? () #312 0x00000000 in ?? () #313 0x00000000 in ?? () #314 0x00000000 in ?? () #315 0x00000000 in ?? () #316 0x00000000 in ?? () #317 0x00000000 in ?? () #318 0x00000000 in ?? () #319 0x00000000 in ?? () #320 0x00000000 in ?? () #321 0x00000000 in ?? () ---Type <return> to continue, or q <return> to quit--- #322 0x00000000 in ?? () #323 0x00000000 in ?? () #324 0x00000000 in ?? () #325 0x00000000 in ?? () #326 0x00000000 in ?? () #327 0x00000000 in ?? () #328 0x00000000 in ?? () #329 0x00000000 in ?? () #330 0x00000000 in ?? () #331 0x00000000 in ?? () #332 0x00000000 in ?? () #333 0x00000000 in ?? () #334 0x00000000 in ?? () #335 0x00000000 in ?? () #336 0x00000000 in ?? () #337 0x00000000 in ?? () #338 0x00000000 in ?? () #339 0x00000000 in ?? () #340 0x00000000 in ?? () #341 0x00000000 in ?? () #342 0x00000000 in ?? () #343 0x00000000 in ?? () #344 0x00000000 in ?? () ---Type <return> to continue, or q <return> to quit--- #345 0x00000000 in ?? () #346 0x00000000 in ?? () #347 0x00000000 in ?? () #348 0x00000000 in ?? () #349 0x00000000 in ?? () #350 0x00000000 in ?? () #351 0x00000000 in ?? () #352 0x00000000 in ?? () #353 0x00000000 in ?? () #354 0x00000000 in ?? () #355 0x00000000 in ?? () #356 0x00000000 in ?? () #357 0x00000000 in ?? () #358 0x00000000 in ?? () #359 0x00000000 in ?? () #360 0x00000000 in ?? () #361 0x00000000 in ?? () #362 0x00000000 in ?? () #363 0x00000000 in ?? () #364 0x00000000 in ?? () #365 0x00000000 in ?? () #366 0x00000000 in ?? () #367 0x00000000 in ?? () ---Type <return> to continue, or q <return> to quit--- #368 0x00000000 in ?? () #369 0x00000000 in ?? () #370 0x00000000 in ?? () #371 0x00000000 in ?? () #372 0x00000000 in ?? () #373 0x00000000 in ?? () #374 0x00000000 in ?? () #375 0x00000000 in ?? () #376 0x00000000 in ?? () #377 0x00000000 in ?? () #378 0x00000000 in ?? () #379 0x00000000 in ?? () #380 0x00000000 in ?? () #381 0x00000000 in ?? () #382 0x00000000 in ?? () #383 0x00000000 in ?? () #384 0x00000000 in ?? () #385 0x00000000 in ?? () #386 0x00000000 in ?? () #387 0x00000000 in ?? () #388 0x00000000 in ?? () #389 0x00000000 in ?? () #390 0x00000000 in ?? () ---Type <return> to continue, or q <return> to quit--- #391 0x00000000 in ?? () #392 0x00000000 in ?? () #393 0x00000000 in ?? () #394 0x00000000 in ?? () #395 0x00000000 in ?? () #396 0x00000000 in ?? () #397 0x00000000 in ?? () #398 0x00000000 in ?? () #399 0x00000000 in ?? () #400 0x00000000 in ?? () #401 0x00000000 in ?? () #402 0x00000000 in ?? () #403 0x00000000 in ?? () #404 0x00000000 in ?? () #405 0x00000000 in ?? () #406 0x00000000 in ?? () #407 0x00000000 in ?? () #408 0x00000000 in ?? () #409 0x00000000 in ?? () #410 0x00000000 in ?? () #411 0x00000000 in ?? () #412 0x00000000 in ?? () #413 0x00000000 in ?? () ---Type <return> to continue, or q <return> to quit--- #414 0x00000000 in ?? () #415 0x00000000 in ?? () #416 0x00000000 in ?? () #417 0x00000000 in ?? () #418 0x00000000 in ?? () #419 0x00000000 in ?? () #420 0x00000000 in ?? () #421 0x00000000 in ?? () #422 0x00000000 in ?? () #423 0x00000000 in ?? () #424 0x00000000 in ?? () #425 0x00000000 in ?? () #426 0x00000000 in ?? () #427 0x00000000 in ?? () #428 0x00000000 in ?? () #429 0x00000000 in ?? () #430 0x00000000 in ?? () #431 0x00000000 in ?? () #432 0x00000000 in ?? () #433 0x00000000 in ?? () #434 0x00000000 in ?? () #435 0x00000000 in ?? () #436 0x00000000 in ?? () ---Type <return> to continue, or q <return> to quit--- #437 0x00000000 in ?? () #438 0x00000000 in ?? () #439 0x00000000 in ?? () #440 0x00000000 in ?? () #441 0x00000000 in ?? () #442 0x00000000 in ?? () #443 0x00000000 in ?? () #444 0x00000000 in ?? () #445 0x00000000 in ?? () #446 0x00000000 in ?? () #447 0x00000000 in ?? () #448 0x00000000 in ?? () #449 0x00000000 in ?? () #450 0x00000000 in ?? () #451 0x00000000 in ?? () #452 0x00000000 in ?? () #453 0x00000000 in ?? () #454 0x00000000 in ?? () #455 0x00000000 in ?? () #456 0x00000000 in ?? () #457 0x00000000 in ?? () #458 0x00000000 in ?? () #459 0x00000000 in ?? () ---Type <return> to continue, or q <return> to quit--- #460 0x00000000 in ?? () #461 0x00000000 in ?? () #462 0x00000000 in ?? () #463 0x00000000 in ?? () #464 0x00000000 in ?? () #465 0x00000000 in ?? () #466 0x00000000 in ?? () #467 0x00000000 in ?? () #468 0x00000000 in ?? () #469 0x00000000 in ?? () #470 0x00000000 in ?? () #471 0x00000000 in ?? () #472 0x00000000 in ?? () #473 0x00000000 in ?? () #474 0x00000000 in ?? () #475 0x00000000 in ?? () #476 0x00000000 in ?? () #477 0x00000000 in ?? () #478 0x00000000 in ?? () #479 0x00000000 in ?? () #480 0x00000000 in ?? () #481 0x00000000 in ?? () #482 0x00000000 in ?? () ---Type <return> to continue, or q <return> to quit--- #483 0x00000000 in ?? () #484 0x00000000 in ?? () #485 0x00000000 in ?? () #486 0x00000000 in ?? () #487 0x00000000 in ?? () #488 0x00000000 in ?? () #489 0x00000000 in ?? () #490 0x00000000 in ?? () #491 0x00000000 in ?? () #492 0x00000000 in ?? () #493 0x00000000 in ?? () #494 0x00000000 in ?? () #495 0x00000000 in ?? () #496 0x00000000 in ?? () #497 0x00000000 in ?? () #498 0x00000000 in ?? () #499 0x00000000 in ?? () #500 0x00000000 in ?? () #501 0x00000000 in ?? () #502 0x00000000 in ?? () #503 0x00000000 in ?? () #504 0x00000000 in ?? () #505 0x00000000 in ?? () ---Type <return> to continue, or q <return> to quit--- #506 0x00000000 in ?? () #507 0x00000000 in ?? () #508 0x00000000 in ?? () #509 0x00000000 in ?? () #510 0x00000000 in ?? () #511 0x00000000 in ?? () #512 0x00000000 in ?? () #513 0x00000000 in ?? () #514 0x00000000 in ?? () #515 0x00000000 in ?? () #516 0x00000000 in ?? () #517 0x00000000 in ?? () #518 0x00000000 in ?? () #519 0x00000000 in ?? () #520 0x00000000 in ?? () #521 0x00000000 in ?? () #522 0x00000000 in ?? () #523 0x00000000 in ?? () #524 0x00000000 in ?? () #525 0x00000000 in ?? () #526 0x00000000 in ?? () #527 0x00000000 in ?? () #528 0x00000000 in ?? () ---Type <return> to continue, or q <return> to quit--- #529 0x00000000 in ?? () #530 0x00000000 in ?? () #531 0x00000000 in ?? () #532 0x00000000 in ?? () #533 0x00000000 in ?? () #534 0x00000000 in ?? () #535 0x00000000 in ?? () #536 0x00000000 in ?? () #537 0x00000000 in ?? () #538 0x00000000 in ?? () #539 0x00000000 in ?? () #540 0x00000000 in ?? () #541 0x00000000 in ?? () #542 0x00000000 in ?? () #543 0x00000000 in ?? () #544 0x00000000 in ?? () #545 0x00000000 in ?? () #546 0x00000000 in ?? () #547 0x00000000 in ?? () #548 0x00000000 in ?? () #549 0x00000000 in ?? () #550 0x00000000 in ?? () #551 0x00000000 in ?? () ---Type <return> to continue, or q <return> to quit--- #552 0x00000000 in ?? () #553 0x00000000 in ?? () #554 0x00000000 in ?? () #555 0x00000000 in ?? () #556 0x00000000 in ?? () #557 0x00000000 in ?? () #558 0x00000000 in ?? () #559 0x00000000 in ?? () #560 0x00000000 in ?? () #561 0x00000000 in ?? () #562 0x00000000 in ?? () #563 0x00000000 in ?? () #564 0x00000000 in ?? () #565 0x00000000 in ?? () #566 0x00000000 in ?? () #567 0x00000000 in ?? () #568 0x00000000 in ?? () #569 0x00000000 in ?? () #570 0x00000000 in ?? () #571 0x00000000 in ?? () #572 0x00000000 in ?? () #573 0x00000000 in ?? () #574 0x00000000 in ?? () ---Type <return> to continue, or q <return> to quit--- #575 0x00000000 in ?? () #576 0x00000000 in ?? () #577 0x00000000 in ?? () #578 0x00000000 in ?? () #579 0x00000000 in ?? () #580 0x00000000 in ?? () #581 0x00000000 in ?? () #582 0x00000000 in ?? () #583 0x00000000 in ?? () #584 0x00000000 in ?? () #585 0x00000000 in ?? () #586 0x00000000 in ?? () #587 0x00000000 in ?? () #588 0x00000000 in ?? () #589 0x00000000 in ?? () #590 0x00000000 in ?? () #591 0x00000000 in ?? () #592 0x00000000 in ?? () #593 0x00000000 in ?? () #594 0x00000000 in ?? () #595 0x00000000 in ?? () #596 0x00000000 in ?? () #597 0x00000000 in ?? () ---Type <return> to continue, or q <return> to quit--- #598 0x00000000 in ?? () #599 0x00000000 in ?? () #600 0x00000000 in ?? () #601 0x00000000 in ?? () #602 0x00000000 in ?? () #603 0x00000000 in ?? () #604 0x00000000 in ?? () #605 0x00000000 in ?? () #606 0x00000000 in ?? () #607 0x00000000 in ?? () #608 0x00000000 in ?? () #609 0x00000000 in ?? () #610 0x00000000 in ?? () #611 0x00000000 in ?? () #612 0x00000000 in ?? () #613 0x00000000 in ?? () #614 0x00000000 in ?? () #615 0x00000000 in ?? () #616 0x00000000 in ?? () #617 0x00000000 in ?? () #618 0x00000000 in ?? () #619 0x00000000 in ?? () #620 0x00000000 in ?? () ---Type <return> to continue, or q <return> to quit--- #621 0x00000000 in ?? () #622 0x00000000 in ?? () #623 0x00000000 in ?? () #624 0x00000000 in ?? () #625 0x00000000 in ?? () #626 0x00000000 in ?? () #627 0x00000000 in ?? () #628 0x00000000 in ?? () #629 0x00000000 in ?? () #630 0x00000000 in ?? () #631 0x00000000 in ?? () #632 0x00000000 in ?? () #633 0x00000000 in ?? () #634 0x00000000 in ?? () #635 0x00000000 in ?? () #636 0x00000000 in ?? () #637 0x00000000 in ?? () #638 0x00000000 in ?? () #639 0x00000000 in ?? () #640 0x00000000 in ?? () #641 0x00000000 in ?? () #642 0x00000000 in ?? () #643 0x00000000 in ?? () ---Type <return> to continue, or q <return> to quit--- #644 0x00000000 in ?? () #645 0x00000000 in ?? () #646 0x00000000 in ?? () #647 0x00000000 in ?? () #648 0x00000000 in ?? () #649 0x00000000 in ?? () #650 0x00000000 in ?? () #651 0x00000000 in ?? () #652 0x00000000 in ?? () #653 0x00000000 in ?? () #654 0x00000000 in ?? () #655 0x00000000 in ?? () #656 0x00000000 in ?? () #657 0x00000000 in ?? () #658 0x00000000 in ?? () #659 0x00000000 in ?? () #660 0x00000000 in ?? () #661 0x00000000 in ?? () #662 0x00000000 in ?? () #663 0x00000000 in ?? () #664 0x00000000 in ?? () #665 0x00000000 in ?? () #666 0x00000000 in ?? () ---Type <return> to continue, or q <return> to quit--- #667 0x00000000 in ?? () #668 0x00000000 in ?? () #669 0x00000000 in ?? () #670 0x00000000 in ?? () #671 0x00000000 in ?? () #672 0x00000000 in ?? () #673 0x00000000 in ?? () #674 0x00000000 in ?? () #675 0x00000000 in ?? () #676 0x00000000 in ?? () #677 0x00000000 in ?? () #678 0x00000000 in ?? () #679 0x00000000 in ?? () #680 0x00000000 in ?? () #681 0x00000000 in ?? () #682 0x00000000 in ?? () #683 0x00000000 in ?? () #684 0x00000000 in ?? () #685 0x00000000 in ?? () #686 0x00000000 in ?? () #687 0x00000000 in ?? () #688 0x00000000 in ?? () #689 0x00000000 in ?? () ---Type <return> to continue, or q <return> to quit--- #690 0x00000000 in ?? () #691 0x00000000 in ?? () #692 0x00000000 in ?? () #693 0x00000000 in ?? () #694 0x00000000 in ?? () #695 0x00000000 in ?? () #696 0x00000000 in ?? () #697 0x00000000 in ?? () #698 0x00000000 in ?? () #699 0x00000000 in ?? () #700 0x00000000 in ?? () #701 0x00000000 in ?? () #702 0x00000000 in ?? () #703 0x00000000 in ?? () #704 0x00000000 in ?? () #705 0x00000000 in ?? () #706 0x00000000 in ?? () #707 0x00000000 in ?? () #708 0x00000000 in ?? () #709 0x00000000 in ?? () #710 0x00000000 in ?? () #711 0x00000000 in ?? () #712 0x00000000 in ?? () ---Type <return> to continue, or q <return> to quit---q Quit (gdb) disass Dump of assembler code for function xencons_ring_send: 0xc0252350 <xencons_ring_send+0>: push %ebx 0xc0252351 <xencons_ring_send+1>: sub $0x2c,%esp 0xc0252354 <xencons_ring_send+4>: xor %ebx,%ebx 0xc0252356 <xencons_ring_send+6>: mov 0xc0382ce4,%eax 0xc025235b <xencons_ring_send+11>: mov 0x14(%eax),%eax 0xc025235e <xencons_ring_send+14>: shl $0xc,%eax 0xc0252361 <xencons_ring_send+17>: mov %eax,%ecx 0xc0252363 <xencons_ring_send+19>: and $0xfff,%ecx 0xc0252369 <xencons_ring_send+25>: shrd $0xc,%ebx,%eax 0xc025236d <xencons_ring_send+29>: mov 0xf5800000(,%eax,4),%eax 0xc0252374 <xencons_ring_send+36>: shl $0xc,%eax 0xc0252377 <xencons_ring_send+39>: or %ecx,%eax 0xc0252379 <xencons_ring_send+41>: lea 0xc0000000(%eax),%edx 0xc025237f <xencons_ring_send+47>: mov %edx,(%esp) 0xc0252382 <xencons_ring_send+50>: mov 0x38(%esp),%eax 0xc0252386 <xencons_ring_send+54>: mov %eax,0x8(%esp) 0xc025238a <xencons_ring_send+58>: mov 0x34(%esp),%eax 0xc025238e <xencons_ring_send+62>: mov %eax,0x4(%esp) 0xc0252392 <xencons_ring_send+66>: call 0xc02522d0 <__xencons_ring_send> 0xc0252397 <xencons_ring_send+71>: mov 0xc0382ce4,%edx 0xc025239d <xencons_ring_send+77>: mov %eax,%ecx 0xc025239f <xencons_ring_send+79>: mov $0x4,%eax ---Type <return> to continue, or q <return> to quit--- 0xc02523a4 <xencons_ring_send+84>: lea 0xc(%esp),%ebx 0xc02523a8 <xencons_ring_send+88>: movzwl 0x18(%edx),%edx 0xc02523ac <xencons_ring_send+92>: mov %eax,0xc(%esp) 0xc02523b0 <xencons_ring_send+96>: mov %edx,0x10(%esp) 0xc02523b4 <xencons_ring_send+100>: mov $0x10,%edx 0xc02523b9 <xencons_ring_send+105>: mov %edx,%eax 0xc02523bb <xencons_ring_send+107>: int $0x82 0xc02523bd <xencons_ring_send+109>: add $0x2c,%esp 0xc02523c0 <xencons_ring_send+112>: mov %ecx,%eax 0xc02523c2 <xencons_ring_send+114>: pop %ebx 0xc02523c3 <xencons_ring_send+115>: ret 0xc02523c4 <xencons_ring_send+116>: lea 0x0(%esi),%esi 0xc02523ca <xencons_ring_send+122>: lea 0x0(%edi),%edi End of assembler dump. (gdb)> > Keep the vmlinux-syms-2.6.12-xenU file hanging around. We may need that > too, depending on what the backtrace tells us. > > -- Keir > > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel >-- Regards, David F Barrera Linux Technology Center Systems and Technology Group, IBM "The wisest men follow their own direction. " Euripides _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Jerone Young
2005-Sep-19 19:53 UTC
Re: [Xen-devel] Unab[l]e to create guest domain on PAE enabled SLES 9 SP2 box, 4GB RAM
I was looking at bugzilla #209. I am able to create guest domain fine on my XEN PAE (dual opteron w/ 6Gig RAM) using changeset 6951. On Mon, 2005-09-19 at 13:45 -0500, David F Barrera wrote:> On Mon, 2005-09-19 at 16:51 +0100, Keir Fraser wrote: > > On 19 Sep 2005, at 15:28, Keir Fraser wrote: > > > > > Looks like the domU is looping early during boot. It would be helpful > > > to get a backtrace out, but currently our gdb server patches only work > > > for 32-bit non-pae. I''ll look at fixing this and then get back to you > > > with instructions on how to harvest a useful backtrace from this domU. > > > > Okay, you need to pull the latest tree then follow the instructions in > > tools/debugger/gdb/README to build yourself a gdb server and to get a > > backtrace out of the hung domU. > > > > From within the gdb client session, run both ''bt'' and ''disass'' as > > recommended in the README file. Then cut & paste the result of the gdb > > client session into an email. > > x335b:/tmp/xen-unstable.hg-PAE/tools/debugger/gdb/gdb-6.2.1-linux-i386-xen/gdb/gdbserver # ./gdbserver-xen 127.0.0.1:9999 --attach 1 > domain currently paused > Attached; pid = 1 > Listening on port 9999 > Remote debugging from host 127.0.0.1 > > > x335b:~ # gdb /boot/vmlinux-syms-2.6.12-xenU > GNU gdb 6.3 > Copyright 2004 Free Software Foundation, Inc. > GDB is free software, covered by the GNU General Public License, and you > are > welcome to change it and/or distribute copies of it under certain > conditions. > Type "show copying" to see the conditions. > There is absolutely no warranty for GDB. Type "show warranty" for > details. > This GDB was configured as "i586-suse-linux"...(no debugging symbols > found) > Using host libthread_db library "/lib/libthread_db.so.1". > > (gdb) directory /tmp/xen-unstable.hg-PAE/linux-2.6.12 > linux-2.6.12-xen0 linux-2.6.12-xenU linux-2.6.12.tar.bz2 > (gdb) directory /tmp/xen-unstable.hg-PAE/linux-2.6.12-xenU > Source directories searched: /tmp/xen-unstable.hg-PAE/linux-2.6.12-xenU: > $cdir:$c wd > (gdb) target remote 127.0.0.1:9999 > Remote debugging using 127.0.0.1:9999 > 0xc02523bd in xencons_ring_send () > warning: shared library handler failed to enable breakpoint > (gdb) bt > #0 0xc02523bd in xencons_ring_send () > #1 0xc124a7f8 in ?? () > #2 0x00000001 in ?? () > #3 0x00000004 in ?? () > #4 0x00000002 in ?? () > #5 0xcfd72000 in ?? () > #6 0xc00a17c0 in ?? () > #7 0xcfd72000 in ?? () > #8 0xc014db95 in cache_grow () > #9 0xc03f3c80 in ?? () > #10 0xc00a17c0 in ?? () > #11 0x00000001 in ?? () > #12 0xc0251ca7 in __xencons_tx_flush () > #13 0x00000001 in ?? () > #14 0x000000d0 in ?? () > #15 0x000007f9 in ?? () > #16 0x00000001 in ?? () > #17 0xc02518e5 in kcons_write () > #18 0xc03279c0 in xencons_lock () > #19 0x00000fc8 in ?? () > #20 0x00000fc9 in ?? () > #21 0x00000fc9 in ?? () > #22 0xc012145b in __call_console_drivers () > ---Type <return> to continue, or q <return> to quit--- > #23 0x00000fc9 in ?? () > #24 0x00000fc9 in ?? () > #25 0xffffffff in ?? () > #26 0xc01215a3 in call_console_drivers () > #27 0x36ffffff in ?? () > #28 0x00000fc9 in ?? () > #29 0x00000fc8 in ?? () > #30 0x00000000 in ?? () > #31 0xfffff037 in ?? () > #32 0xc0121b11 in release_console_sem () > #33 0x00000fc9 in ?? () > #34 0x00000000 in ?? () > #35 0x00000000 in ?? () > #36 0xc0384581 in printk_buf.6 () > #37 0x00000000 in ?? () > #38 0xc0121955 in vprintk () > #39 0x00000000 in ?? () > #40 0x00000001 in ?? () > #41 0x00000000 in ?? () > #42 0x00000000 in ?? () > #43 0xc031cba8 in cache_cache () > #44 0xc031cbb0 in cache_cache () > #45 0xc031cbe0 in cache_cache () > ---Type <return> to continue, or q <return> to quit--- > #46 0xcfd71d80 in ?? () > #47 0x00000030 in ?? () > #48 0xcfd71dd8 in ?? () > #49 0xcfd71d80 in ?? () > #50 0xc014e7da in enable_cpucache () > #51 0x00000078 in ?? () > #52 0x0000003c in ?? () > #53 0x00000008 in ?? () > #54 0xc03036de in __func__.3 () > #55 0xc014d3a8 in kmem_cache_create () > #56 0xcfd71d80 in ?? () > #57 0x00000000 in ?? () > #58 0xc0327415 in iosched_deadline () > #59 0x00000000 in ?? () > #60 0xc0370928 in __initcall_as_init () > #61 0xc0370928 in __initcall_as_init () > #62 0x00000000 in ?? () > #63 0xc0368b8b in deadline_init () > #64 0x00000030 in ?? () > #65 0x00000000 in ?? () > #66 0x00000000 in ?? () > #67 0x00000000 in ?? () > #68 0x00000000 in ?? () > ---Type <return> to continue, or q <return> to quit--- > #69 0xc12de000 in ?? () > #70 0xc0356a85 in do_initcalls () > #71 0x00000000 in ?? () > #72 0xc0305184 in __func__.3 () > #73 0xc0383b20 in cpu_core_id () > #74 0x00000000 in ?? () > #75 0x00000000 in ?? () > #76 0x00000000 in ?? () > #77 0xc0104115 in init () > #78 0x00000004 in ?? () > #79 0xc0104080 in run_init_process () > #80 0xc0107585 in kernel_thread_helper () > #81 0x00000000 in ?? () > #82 0x00000000 in ?? () > #83 0x00000000 in ?? () > #84 0x00000000 in ?? () > #85 0x00000000 in ?? () > #86 0xc009a530 in ?? () > #87 0xc03198e0 in ident_map () > #88 0x00000000 in ?? () > #89 0x00000000 in ?? () > #90 0x00000001 in ?? () > #91 0x00000000 in ?? () > ---Type <return> to continue, or q <return> to quit--- > #92 0xffffffff in ?? () > #93 0xc012f6b0 in sys_restart_syscall () > #94 0x00000000 in ?? () > #95 0x00000000 in ?? () > #96 0x00000000 in ?? () > #97 0x00000000 in ?? () > #98 0x00000000 in ?? () > #99 0x00000000 in ?? () > #100 0x00000000 in ?? () > #101 0x00000000 in ?? () > #102 0x00000000 in ?? () > #103 0x00000000 in ?? () > #104 0x00000000 in ?? () > #105 0x00000000 in ?? () > #106 0x00000000 in ?? () > #107 0x00000000 in ?? () > #108 0x00000000 in ?? () > #109 0x00000000 in ?? () > #110 0x00000000 in ?? () > #111 0x00000000 in ?? () > #112 0x00000000 in ?? () > #113 0x00000000 in ?? () > #114 0x00000000 in ?? () > ---Type <return> to continue, or q <return> to quit--- > #115 0x00000000 in ?? () > #116 0x00000000 in ?? () > #117 0x00000000 in ?? () > #118 0x00000000 in ?? () > #119 0x00000000 in ?? () > #120 0x00000000 in ?? () > #121 0x00000000 in ?? () > #122 0x00000000 in ?? () > #123 0x00000000 in ?? () > #124 0x00000000 in ?? () > #125 0x00000000 in ?? () > #126 0x00000000 in ?? () > #127 0x00000000 in ?? () > #128 0x00000000 in ?? () > #129 0x00000000 in ?? () > #130 0x00000000 in ?? () > #131 0x00000000 in ?? () > #132 0x00000000 in ?? () > #133 0x00000000 in ?? () > #134 0x00000000 in ?? () > #135 0x00000000 in ?? () > #136 0x00000000 in ?? () > #137 0x00000000 in ?? () > ---Type <return> to continue, or q <return> to quit--- > #138 0x00000000 in ?? () > #139 0x00000000 in ?? () > #140 0x00000000 in ?? () > #141 0x00000000 in ?? () > #142 0x00000000 in ?? () > #143 0x00000000 in ?? () > #144 0x00000000 in ?? () > #145 0x00000000 in ?? () > #146 0x00000000 in ?? () > #147 0x00000000 in ?? () > #148 0x00000000 in ?? () > #149 0x00000000 in ?? () > #150 0x00000000 in ?? () > #151 0x00000000 in ?? () > #152 0x00000000 in ?? () > #153 0x00000000 in ?? () > #154 0x00000000 in ?? () > #155 0x00000000 in ?? () > #156 0x00000000 in ?? () > #157 0x00000000 in ?? () > #158 0x00000000 in ?? () > #159 0x00000000 in ?? () > #160 0x00000000 in ?? () > ---Type <return> to continue, or q <return> to quit--- > #161 0x00000000 in ?? () > #162 0x00000000 in ?? () > #163 0x00000000 in ?? () > #164 0x00000000 in ?? () > #165 0x00000000 in ?? () > #166 0x00000000 in ?? () > #167 0x00000000 in ?? () > #168 0x00000000 in ?? () > #169 0x00000000 in ?? () > #170 0x00000000 in ?? () > #171 0x00000000 in ?? () > #172 0x00000000 in ?? () > #173 0x00000000 in ?? () > #174 0x00000000 in ?? () > #175 0x00000000 in ?? () > #176 0x00000000 in ?? () > #177 0x00000000 in ?? () > #178 0x00000000 in ?? () > #179 0x00000000 in ?? () > #180 0x00000000 in ?? () > #181 0x00000000 in ?? () > #182 0x00000000 in ?? () > #183 0x00000000 in ?? () > ---Type <return> to continue, or q <return> to quit--- > #184 0x00000000 in ?? () > #185 0x00000000 in ?? () > #186 0x00000000 in ?? () > #187 0x00000000 in ?? () > #188 0x00000000 in ?? () > #189 0x00000000 in ?? () > #190 0x00000000 in ?? () > #191 0x00000000 in ?? () > #192 0x00000000 in ?? () > #193 0x00000000 in ?? () > #194 0x00000000 in ?? () > #195 0x00000000 in ?? () > #196 0x00000000 in ?? () > #197 0x00000000 in ?? () > #198 0x00000000 in ?? () > #199 0x00000000 in ?? () > #200 0x00000000 in ?? () > #201 0x00000000 in ?? () > #202 0x00000000 in ?? () > #203 0x00000000 in ?? () > #204 0x00000000 in ?? () > #205 0x00000000 in ?? () > #206 0x00000000 in ?? () > ---Type <return> to continue, or q <return> to quit--- > #207 0x00000000 in ?? () > #208 0x00000000 in ?? () > #209 0x00000000 in ?? () > #210 0x00000000 in ?? () > #211 0x00000000 in ?? () > #212 0x00000000 in ?? () > #213 0x00000000 in ?? () > #214 0x00000000 in ?? () > #215 0x00000000 in ?? () > #216 0x00000000 in ?? () > #217 0x00000000 in ?? () > #218 0x00000000 in ?? () > #219 0x00000000 in ?? () > #220 0x00000000 in ?? () > #221 0x00000000 in ?? () > #222 0x00000000 in ?? () > #223 0x00000000 in ?? () > #224 0x00000000 in ?? () > #225 0x00000000 in ?? () > #226 0x00000000 in ?? () > #227 0x00000000 in ?? () > #228 0x00000000 in ?? () > #229 0x00000000 in ?? () > ---Type <return> to continue, or q <return> to quit--- > #230 0x00000000 in ?? () > #231 0x00000000 in ?? () > #232 0x00000000 in ?? () > #233 0x00000000 in ?? () > #234 0x00000000 in ?? () > #235 0x00000000 in ?? () > #236 0x00000000 in ?? () > #237 0x00000000 in ?? () > #238 0x00000000 in ?? () > #239 0x00000000 in ?? () > #240 0x00000000 in ?? () > #241 0x00000000 in ?? () > #242 0x00000000 in ?? () > #243 0x00000000 in ?? () > #244 0x00000000 in ?? () > #245 0x00000000 in ?? () > #246 0x00000000 in ?? () > #247 0x00000000 in ?? () > #248 0x00000000 in ?? () > #249 0x00000000 in ?? () > #250 0x00000000 in ?? () > #251 0x00000000 in ?? () > #252 0x00000000 in ?? () > ---Type <return> to continue, or q <return> to quit--- > #253 0x00000000 in ?? () > > #254 0x00000000 in ?? () > #255 0x00000000 in ?? () > #256 0x00000000 in ?? () > #257 0x00000000 in ?? () > #258 0x00000000 in ?? () > #259 0x00000000 in ?? () > #260 0x00000000 in ?? () > #261 0x00000000 in ?? () > #262 0x00000000 in ?? () > #263 0x00000000 in ?? () > #264 0x00000000 in ?? () > #265 0x00000000 in ?? () > #266 0x00000000 in ?? () > #267 0x00000000 in ?? () > #268 0x00000000 in ?? () > #269 0x00000000 in ?? () > #270 0x00000000 in ?? () > #271 0x00000000 in ?? () > #272 0x00000000 in ?? () > #273 0x00000000 in ?? () > #274 0x00000000 in ?? () > #275 0x00000000 in ?? () > ---Type <return> to continue, or q <return> to quit--- > #276 0x00000000 in ?? () > #277 0x00000000 in ?? () > #278 0x00000000 in ?? () > #279 0x00000000 in ?? () > #280 0x00000000 in ?? () > #281 0x00000000 in ?? () > #282 0x00000000 in ?? () > #283 0x00000000 in ?? () > #284 0x00000000 in ?? () > #285 0x00000000 in ?? () > #286 0x00000000 in ?? () > #287 0x00000000 in ?? () > #288 0x00000000 in ?? () > #289 0x00000000 in ?? () > #290 0x00000000 in ?? () > #291 0x00000000 in ?? () > #292 0x00000000 in ?? () > #293 0x00000000 in ?? () > #294 0x00000000 in ?? () > #295 0x00000000 in ?? () > #296 0x00000000 in ?? () > #297 0x00000000 in ?? () > #298 0x00000000 in ?? () > ---Type <return> to continue, or q <return> to quit--- > #299 0x00000000 in ?? () > #300 0x00000000 in ?? () > #301 0x00000000 in ?? () > #302 0x00000000 in ?? () > #303 0x00000000 in ?? () > #304 0x00000000 in ?? () > #305 0x00000000 in ?? () > #306 0x00000000 in ?? () > #307 0x00000000 in ?? () > #308 0x00000000 in ?? () > #309 0x00000000 in ?? () > #310 0x00000000 in ?? () > #311 0x00000000 in ?? () > #312 0x00000000 in ?? () > #313 0x00000000 in ?? () > #314 0x00000000 in ?? () > #315 0x00000000 in ?? () > #316 0x00000000 in ?? () > #317 0x00000000 in ?? () > #318 0x00000000 in ?? () > #319 0x00000000 in ?? () > #320 0x00000000 in ?? () > #321 0x00000000 in ?? () > ---Type <return> to continue, or q <return> to quit--- > #322 0x00000000 in ?? () > #323 0x00000000 in ?? () > #324 0x00000000 in ?? () > #325 0x00000000 in ?? () > #326 0x00000000 in ?? () > #327 0x00000000 in ?? () > #328 0x00000000 in ?? () > #329 0x00000000 in ?? () > #330 0x00000000 in ?? () > #331 0x00000000 in ?? () > #332 0x00000000 in ?? () > #333 0x00000000 in ?? () > #334 0x00000000 in ?? () > #335 0x00000000 in ?? () > #336 0x00000000 in ?? () > > #337 0x00000000 in ?? () > #338 0x00000000 in ?? () > #339 0x00000000 in ?? () > #340 0x00000000 in ?? () > #341 0x00000000 in ?? () > #342 0x00000000 in ?? () > #343 0x00000000 in ?? () > #344 0x00000000 in ?? () > ---Type <return> to continue, or q <return> to quit--- > #345 0x00000000 in ?? () > #346 0x00000000 in ?? () > #347 0x00000000 in ?? () > #348 0x00000000 in ?? () > #349 0x00000000 in ?? () > #350 0x00000000 in ?? () > #351 0x00000000 in ?? () > #352 0x00000000 in ?? () > #353 0x00000000 in ?? () > #354 0x00000000 in ?? () > #355 0x00000000 in ?? () > #356 0x00000000 in ?? () > #357 0x00000000 in ?? () > #358 0x00000000 in ?? () > #359 0x00000000 in ?? () > #360 0x00000000 in ?? () > #361 0x00000000 in ?? () > #362 0x00000000 in ?? () > #363 0x00000000 in ?? () > #364 0x00000000 in ?? () > #365 0x00000000 in ?? () > #366 0x00000000 in ?? () > #367 0x00000000 in ?? () > ---Type <return> to continue, or q <return> to quit--- > #368 0x00000000 in ?? () > #369 0x00000000 in ?? () > #370 0x00000000 in ?? () > #371 0x00000000 in ?? () > #372 0x00000000 in ?? () > #373 0x00000000 in ?? () > #374 0x00000000 in ?? () > #375 0x00000000 in ?? () > #376 0x00000000 in ?? () > #377 0x00000000 in ?? () > #378 0x00000000 in ?? () > #379 0x00000000 in ?? () > #380 0x00000000 in ?? () > #381 0x00000000 in ?? () > #382 0x00000000 in ?? () > #383 0x00000000 in ?? () > #384 0x00000000 in ?? () > #385 0x00000000 in ?? () > #386 0x00000000 in ?? () > #387 0x00000000 in ?? () > #388 0x00000000 in ?? () > #389 0x00000000 in ?? () > #390 0x00000000 in ?? () > ---Type <return> to continue, or q <return> to quit--- > #391 0x00000000 in ?? () > #392 0x00000000 in ?? () > #393 0x00000000 in ?? () > #394 0x00000000 in ?? () > #395 0x00000000 in ?? () > #396 0x00000000 in ?? () > #397 0x00000000 in ?? () > #398 0x00000000 in ?? () > #399 0x00000000 in ?? () > #400 0x00000000 in ?? () > #401 0x00000000 in ?? () > #402 0x00000000 in ?? () > #403 0x00000000 in ?? () > #404 0x00000000 in ?? () > #405 0x00000000 in ?? () > #406 0x00000000 in ?? () > #407 0x00000000 in ?? () > #408 0x00000000 in ?? () > #409 0x00000000 in ?? () > #410 0x00000000 in ?? () > #411 0x00000000 in ?? () > #412 0x00000000 in ?? () > #413 0x00000000 in ?? () > ---Type <return> to continue, or q <return> to quit--- > #414 0x00000000 in ?? () > #415 0x00000000 in ?? () > #416 0x00000000 in ?? () > #417 0x00000000 in ?? () > #418 0x00000000 in ?? () > #419 0x00000000 in ?? () > #420 0x00000000 in ?? () > #421 0x00000000 in ?? () > #422 0x00000000 in ?? () > #423 0x00000000 in ?? () > #424 0x00000000 in ?? () > #425 0x00000000 in ?? () > #426 0x00000000 in ?? () > #427 0x00000000 in ?? () > #428 0x00000000 in ?? () > #429 0x00000000 in ?? () > #430 0x00000000 in ?? () > #431 0x00000000 in ?? () > #432 0x00000000 in ?? () > #433 0x00000000 in ?? () > #434 0x00000000 in ?? () > #435 0x00000000 in ?? () > #436 0x00000000 in ?? () > ---Type <return> to continue, or q <return> to quit--- > #437 0x00000000 in ?? () > > > #438 0x00000000 in ?? () > #439 0x00000000 in ?? () > #440 0x00000000 in ?? () > > #441 0x00000000 in ?? () > #442 0x00000000 in ?? () > #443 0x00000000 in ?? () > #444 0x00000000 in ?? () > #445 0x00000000 in ?? () > #446 0x00000000 in ?? () > #447 0x00000000 in ?? () > #448 0x00000000 in ?? () > #449 0x00000000 in ?? () > #450 0x00000000 in ?? () > #451 0x00000000 in ?? () > #452 0x00000000 in ?? () > #453 0x00000000 in ?? () > #454 0x00000000 in ?? () > #455 0x00000000 in ?? () > #456 0x00000000 in ?? () > #457 0x00000000 in ?? () > #458 0x00000000 in ?? () > #459 0x00000000 in ?? () > ---Type <return> to continue, or q <return> to quit--- > #460 0x00000000 in ?? () > #461 0x00000000 in ?? () > #462 0x00000000 in ?? () > #463 0x00000000 in ?? () > #464 0x00000000 in ?? () > #465 0x00000000 in ?? () > #466 0x00000000 in ?? () > #467 0x00000000 in ?? () > #468 0x00000000 in ?? () > #469 0x00000000 in ?? () > #470 0x00000000 in ?? () > #471 0x00000000 in ?? () > #472 0x00000000 in ?? () > #473 0x00000000 in ?? () > #474 0x00000000 in ?? () > #475 0x00000000 in ?? () > #476 0x00000000 in ?? () > #477 0x00000000 in ?? () > #478 0x00000000 in ?? () > #479 0x00000000 in ?? () > #480 0x00000000 in ?? () > #481 0x00000000 in ?? () > #482 0x00000000 in ?? () > ---Type <return> to continue, or q <return> to quit--- > #483 0x00000000 in ?? () > #484 0x00000000 in ?? () > #485 0x00000000 in ?? () > #486 0x00000000 in ?? () > #487 0x00000000 in ?? () > #488 0x00000000 in ?? () > #489 0x00000000 in ?? () > #490 0x00000000 in ?? () > #491 0x00000000 in ?? () > #492 0x00000000 in ?? () > #493 0x00000000 in ?? () > #494 0x00000000 in ?? () > #495 0x00000000 in ?? () > #496 0x00000000 in ?? () > #497 0x00000000 in ?? () > #498 0x00000000 in ?? () > #499 0x00000000 in ?? () > #500 0x00000000 in ?? () > #501 0x00000000 in ?? () > #502 0x00000000 in ?? () > #503 0x00000000 in ?? () > #504 0x00000000 in ?? () > #505 0x00000000 in ?? () > ---Type <return> to continue, or q <return> to quit--- > #506 0x00000000 in ?? () > #507 0x00000000 in ?? () > #508 0x00000000 in ?? () > #509 0x00000000 in ?? () > #510 0x00000000 in ?? () > #511 0x00000000 in ?? () > #512 0x00000000 in ?? () > #513 0x00000000 in ?? () > #514 0x00000000 in ?? () > #515 0x00000000 in ?? () > #516 0x00000000 in ?? () > #517 0x00000000 in ?? () > #518 0x00000000 in ?? () > #519 0x00000000 in ?? () > #520 0x00000000 in ?? () > #521 0x00000000 in ?? () > #522 0x00000000 in ?? () > #523 0x00000000 in ?? () > #524 0x00000000 in ?? () > #525 0x00000000 in ?? () > #526 0x00000000 in ?? () > #527 0x00000000 in ?? () > #528 0x00000000 in ?? () > ---Type <return> to continue, or q <return> to quit--- > #529 0x00000000 in ?? () > #530 0x00000000 in ?? () > #531 0x00000000 in ?? () > #532 0x00000000 in ?? () > #533 0x00000000 in ?? () > #534 0x00000000 in ?? () > #535 0x00000000 in ?? () > #536 0x00000000 in ?? () > #537 0x00000000 in ?? () > #538 0x00000000 in ?? () > #539 0x00000000 in ?? () > #540 0x00000000 in ?? () > #541 0x00000000 in ?? () > #542 0x00000000 in ?? () > #543 0x00000000 in ?? () > #544 0x00000000 in ?? () > #545 0x00000000 in ?? () > #546 0x00000000 in ?? () > #547 0x00000000 in ?? () > #548 0x00000000 in ?? () > #549 0x00000000 in ?? () > #550 0x00000000 in ?? () > #551 0x00000000 in ?? () > ---Type <return> to continue, or q <return> to quit--- > #552 0x00000000 in ?? () > #553 0x00000000 in ?? () > #554 0x00000000 in ?? () > #555 0x00000000 in ?? () > #556 0x00000000 in ?? () > #557 0x00000000 in ?? () > #558 0x00000000 in ?? () > #559 0x00000000 in ?? () > #560 0x00000000 in ?? () > #561 0x00000000 in ?? () > #562 0x00000000 in ?? () > #563 0x00000000 in ?? () > #564 0x00000000 in ?? () > #565 0x00000000 in ?? () > #566 0x00000000 in ?? () > #567 0x00000000 in ?? () > #568 0x00000000 in ?? () > #569 0x00000000 in ?? () > #570 0x00000000 in ?? () > #571 0x00000000 in ?? () > #572 0x00000000 in ?? () > #573 0x00000000 in ?? () > #574 0x00000000 in ?? () > ---Type <return> to continue, or q <return> to quit--- > #575 0x00000000 in ?? () > #576 0x00000000 in ?? () > #577 0x00000000 in ?? () > #578 0x00000000 in ?? () > #579 0x00000000 in ?? () > #580 0x00000000 in ?? () > #581 0x00000000 in ?? () > #582 0x00000000 in ?? () > #583 0x00000000 in ?? () > #584 0x00000000 in ?? () > #585 0x00000000 in ?? () > #586 0x00000000 in ?? () > #587 0x00000000 in ?? () > #588 0x00000000 in ?? () > #589 0x00000000 in ?? () > #590 0x00000000 in ?? () > #591 0x00000000 in ?? () > #592 0x00000000 in ?? () > #593 0x00000000 in ?? () > #594 0x00000000 in ?? () > #595 0x00000000 in ?? () > #596 0x00000000 in ?? () > #597 0x00000000 in ?? () > ---Type <return> to continue, or q <return> to quit--- > #598 0x00000000 in ?? () > #599 0x00000000 in ?? () > #600 0x00000000 in ?? () > #601 0x00000000 in ?? () > #602 0x00000000 in ?? () > #603 0x00000000 in ?? () > #604 0x00000000 in ?? () > #605 0x00000000 in ?? () > #606 0x00000000 in ?? () > #607 0x00000000 in ?? () > #608 0x00000000 in ?? () > #609 0x00000000 in ?? () > #610 0x00000000 in ?? () > #611 0x00000000 in ?? () > #612 0x00000000 in ?? () > #613 0x00000000 in ?? () > #614 0x00000000 in ?? () > #615 0x00000000 in ?? () > #616 0x00000000 in ?? () > #617 0x00000000 in ?? () > #618 0x00000000 in ?? () > #619 0x00000000 in ?? () > #620 0x00000000 in ?? () > ---Type <return> to continue, or q <return> to quit--- > #621 0x00000000 in ?? () > #622 0x00000000 in ?? () > #623 0x00000000 in ?? () > #624 0x00000000 in ?? () > #625 0x00000000 in ?? () > #626 0x00000000 in ?? () > #627 0x00000000 in ?? () > #628 0x00000000 in ?? () > #629 0x00000000 in ?? () > #630 0x00000000 in ?? () > #631 0x00000000 in ?? () > #632 0x00000000 in ?? () > #633 0x00000000 in ?? () > #634 0x00000000 in ?? () > #635 0x00000000 in ?? () > #636 0x00000000 in ?? () > #637 0x00000000 in ?? () > #638 0x00000000 in ?? () > #639 0x00000000 in ?? () > #640 0x00000000 in ?? () > #641 0x00000000 in ?? () > #642 0x00000000 in ?? () > #643 0x00000000 in ?? () > ---Type <return> to continue, or q <return> to quit--- > #644 0x00000000 in ?? () > #645 0x00000000 in ?? () > #646 0x00000000 in ?? () > #647 0x00000000 in ?? () > #648 0x00000000 in ?? () > #649 0x00000000 in ?? () > #650 0x00000000 in ?? () > #651 0x00000000 in ?? () > #652 0x00000000 in ?? () > #653 0x00000000 in ?? () > #654 0x00000000 in ?? () > #655 0x00000000 in ?? () > #656 0x00000000 in ?? () > #657 0x00000000 in ?? () > #658 0x00000000 in ?? () > #659 0x00000000 in ?? () > #660 0x00000000 in ?? () > #661 0x00000000 in ?? () > #662 0x00000000 in ?? () > #663 0x00000000 in ?? () > #664 0x00000000 in ?? () > #665 0x00000000 in ?? () > #666 0x00000000 in ?? () > ---Type <return> to continue, or q <return> to quit--- > #667 0x00000000 in ?? () > #668 0x00000000 in ?? () > #669 0x00000000 in ?? () > #670 0x00000000 in ?? () > #671 0x00000000 in ?? () > #672 0x00000000 in ?? () > #673 0x00000000 in ?? () > #674 0x00000000 in ?? () > #675 0x00000000 in ?? () > #676 0x00000000 in ?? () > #677 0x00000000 in ?? () > #678 0x00000000 in ?? () > #679 0x00000000 in ?? () > #680 0x00000000 in ?? () > #681 0x00000000 in ?? () > #682 0x00000000 in ?? () > #683 0x00000000 in ?? () > #684 0x00000000 in ?? () > #685 0x00000000 in ?? () > #686 0x00000000 in ?? () > #687 0x00000000 in ?? () > #688 0x00000000 in ?? () > #689 0x00000000 in ?? () > ---Type <return> to continue, or q <return> to quit--- > #690 0x00000000 in ?? () > #691 0x00000000 in ?? () > #692 0x00000000 in ?? () > #693 0x00000000 in ?? () > #694 0x00000000 in ?? () > #695 0x00000000 in ?? () > #696 0x00000000 in ?? () > #697 0x00000000 in ?? () > #698 0x00000000 in ?? () > #699 0x00000000 in ?? () > #700 0x00000000 in ?? () > #701 0x00000000 in ?? () > #702 0x00000000 in ?? () > #703 0x00000000 in ?? () > #704 0x00000000 in ?? () > #705 0x00000000 in ?? () > #706 0x00000000 in ?? () > #707 0x00000000 in ?? () > #708 0x00000000 in ?? () > #709 0x00000000 in ?? () > #710 0x00000000 in ?? () > #711 0x00000000 in ?? () > #712 0x00000000 in ?? () > ---Type <return> to continue, or q <return> to quit---q > Quit > (gdb) disass > Dump of assembler code for function xencons_ring_send: > 0xc0252350 <xencons_ring_send+0>: push %ebx > 0xc0252351 <xencons_ring_send+1>: sub $0x2c,%esp > 0xc0252354 <xencons_ring_send+4>: xor %ebx,%ebx > 0xc0252356 <xencons_ring_send+6>: mov 0xc0382ce4,%eax > 0xc025235b <xencons_ring_send+11>: mov 0x14(%eax),%eax > 0xc025235e <xencons_ring_send+14>: shl $0xc,%eax > 0xc0252361 <xencons_ring_send+17>: mov %eax,%ecx > 0xc0252363 <xencons_ring_send+19>: and $0xfff,%ecx > 0xc0252369 <xencons_ring_send+25>: shrd $0xc,%ebx,%eax > 0xc025236d <xencons_ring_send+29>: mov 0xf5800000(,%eax,4),%eax > 0xc0252374 <xencons_ring_send+36>: shl $0xc,%eax > 0xc0252377 <xencons_ring_send+39>: or %ecx,%eax > 0xc0252379 <xencons_ring_send+41>: lea 0xc0000000(%eax),%edx > 0xc025237f <xencons_ring_send+47>: mov %edx,(%esp) > 0xc0252382 <xencons_ring_send+50>: mov 0x38(%esp),%eax > 0xc0252386 <xencons_ring_send+54>: mov %eax,0x8(%esp) > 0xc025238a <xencons_ring_send+58>: mov 0x34(%esp),%eax > 0xc025238e <xencons_ring_send+62>: mov %eax,0x4(%esp) > 0xc0252392 <xencons_ring_send+66>: call 0xc02522d0 > <__xencons_ring_send> > 0xc0252397 <xencons_ring_send+71>: mov 0xc0382ce4,%edx > 0xc025239d <xencons_ring_send+77>: mov %eax,%ecx > 0xc025239f <xencons_ring_send+79>: mov $0x4,%eax > ---Type <return> to continue, or q <return> to quit--- > 0xc02523a4 <xencons_ring_send+84>: lea 0xc(%esp),%ebx > 0xc02523a8 <xencons_ring_send+88>: movzwl 0x18(%edx),%edx > 0xc02523ac <xencons_ring_send+92>: mov %eax,0xc(%esp) > 0xc02523b0 <xencons_ring_send+96>: mov %edx,0x10(%esp) > 0xc02523b4 <xencons_ring_send+100>: mov $0x10,%edx > 0xc02523b9 <xencons_ring_send+105>: mov %edx,%eax > 0xc02523bb <xencons_ring_send+107>: int $0x82 > 0xc02523bd <xencons_ring_send+109>: add $0x2c,%esp > 0xc02523c0 <xencons_ring_send+112>: mov %ecx,%eax > 0xc02523c2 <xencons_ring_send+114>: pop %ebx > 0xc02523c3 <xencons_ring_send+115>: ret > 0xc02523c4 <xencons_ring_send+116>: lea 0x0(%esi),%esi > 0xc02523ca <xencons_ring_send+122>: lea 0x0(%edi),%edi > End of assembler dump. > (gdb) > > > > > Keep the vmlinux-syms-2.6.12-xenU file hanging around. We may need that > > too, depending on what the backtrace tells us. > > > > -- Keir > > > > > > _______________________________________________ > > Xen-devel mailing list > > Xen-devel@lists.xensource.com > > http://lists.xensource.com/xen-devel > > > -- > Regards, > > David F Barrera > Linux Technology Center > Systems and Technology Group, IBM > > "The wisest men follow their own direction. " > Euripides > > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel >-- Jerone Young IBM Linux Technology Center jyoung5@us.ibm.com 512-838-1157 (T/L: 678-1157) _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
David F Barrera
2005-Sep-19 21:29 UTC
Re: [Xen-devel] Unab[l]e to create guest domain on PAE enabled SLES 9 SP2 box, 4GB RAM
On Mon, 2005-09-19 at 14:53 -0500, Jerone Young wrote:> I was looking at bugzilla #209. I am able to create guest domain fine > on my XEN PAE (dual opteron w/ 6Gig RAM) using changeset 6951.It must have been fixed between changeset 6906 and 6951. I just rebuilt with changeset 6951, and I was able to create a guest domain, too.> > > On Mon, 2005-09-19 at 13:45 -0500, David F Barrera wrote: > > On Mon, 2005-09-19 at 16:51 +0100, Keir Fraser wrote: > > > On 19 Sep 2005, at 15:28, Keir Fraser wrote: > > > > > > > Looks like the domU is looping early during boot. It would be helpful > > > > to get a backtrace out, but currently our gdb server patches only work > > > > for 32-bit non-pae. I''ll look at fixing this and then get back to you > > > > with instructions on how to harvest a useful backtrace from this domU. > > > > > > Okay, you need to pull the latest tree then follow the instructions in > > > tools/debugger/gdb/README to build yourself a gdb server and to get a > > > backtrace out of the hung domU. > > > > > > From within the gdb client session, run both ''bt'' and ''disass'' as > > > recommended in the README file. Then cut & paste the result of the gdb > > > client session into an email. > > > > x335b:/tmp/xen-unstable.hg-PAE/tools/debugger/gdb/gdb-6.2.1-linux-i386-xen/gdb/gdbserver # ./gdbserver-xen 127.0.0.1:9999 --attach 1 > > domain currently paused > > Attached; pid = 1 > > Listening on port 9999 > > Remote debugging from host 127.0.0.1 > > > > > > x335b:~ # gdb /boot/vmlinux-syms-2.6.12-xenU > > GNU gdb 6.3 > > Copyright 2004 Free Software Foundation, Inc. > > GDB is free software, covered by the GNU General Public License, and you > > are > > welcome to change it and/or distribute copies of it under certain > > conditions. > > Type "show copying" to see the conditions. > > There is absolutely no warranty for GDB. Type "show warranty" for > > details. > > This GDB was configured as "i586-suse-linux"...(no debugging symbols > > found) > > Using host libthread_db library "/lib/libthread_db.so.1". > > > > (gdb) directory /tmp/xen-unstable.hg-PAE/linux-2.6.12 > > linux-2.6.12-xen0 linux-2.6.12-xenU linux-2.6.12.tar.bz2 > > (gdb) directory /tmp/xen-unstable.hg-PAE/linux-2.6.12-xenU > > Source directories searched: /tmp/xen-unstable.hg-PAE/linux-2.6.12-xenU: > > $cdir:$c wd > > (gdb) target remote 127.0.0.1:9999 > > Remote debugging using 127.0.0.1:9999 > > 0xc02523bd in xencons_ring_send () > > warning: shared library handler failed to enable breakpoint > > (gdb) bt > > #0 0xc02523bd in xencons_ring_send () > > #1 0xc124a7f8 in ?? () > > #2 0x00000001 in ?? () > > #3 0x00000004 in ?? () > > #4 0x00000002 in ?? () > > #5 0xcfd72000 in ?? () > > #6 0xc00a17c0 in ?? () > > #7 0xcfd72000 in ?? () > > #8 0xc014db95 in cache_grow () > > #9 0xc03f3c80 in ?? () > > #10 0xc00a17c0 in ?? () > > #11 0x00000001 in ?? () > > #12 0xc0251ca7 in __xencons_tx_flush () > > #13 0x00000001 in ?? () > > #14 0x000000d0 in ?? () > > #15 0x000007f9 in ?? () > > #16 0x00000001 in ?? () > > #17 0xc02518e5 in kcons_write () > > #18 0xc03279c0 in xencons_lock () > > #19 0x00000fc8 in ?? () > > #20 0x00000fc9 in ?? () > > #21 0x00000fc9 in ?? () > > #22 0xc012145b in __call_console_drivers () > > ---Type <return> to continue, or q <return> to quit--- > > #23 0x00000fc9 in ?? () > > #24 0x00000fc9 in ?? () > > #25 0xffffffff in ?? () > > #26 0xc01215a3 in call_console_drivers () > > #27 0x36ffffff in ?? () > > #28 0x00000fc9 in ?? () > > #29 0x00000fc8 in ?? () > > #30 0x00000000 in ?? () > > #31 0xfffff037 in ?? () > > #32 0xc0121b11 in release_console_sem () > > #33 0x00000fc9 in ?? () > > #34 0x00000000 in ?? () > > #35 0x00000000 in ?? () > > #36 0xc0384581 in printk_buf.6 () > > #37 0x00000000 in ?? () > > #38 0xc0121955 in vprintk () > > #39 0x00000000 in ?? () > > #40 0x00000001 in ?? () > > #41 0x00000000 in ?? () > > #42 0x00000000 in ?? () > > #43 0xc031cba8 in cache_cache () > > #44 0xc031cbb0 in cache_cache () > > #45 0xc031cbe0 in cache_cache () > > ---Type <return> to continue, or q <return> to quit--- > > #46 0xcfd71d80 in ?? () > > #47 0x00000030 in ?? () > > #48 0xcfd71dd8 in ?? () > > #49 0xcfd71d80 in ?? () > > #50 0xc014e7da in enable_cpucache () > > #51 0x00000078 in ?? () > > #52 0x0000003c in ?? () > > #53 0x00000008 in ?? () > > #54 0xc03036de in __func__.3 () > > #55 0xc014d3a8 in kmem_cache_create () > > #56 0xcfd71d80 in ?? () > > #57 0x00000000 in ?? () > > #58 0xc0327415 in iosched_deadline () > > #59 0x00000000 in ?? () > > #60 0xc0370928 in __initcall_as_init () > > #61 0xc0370928 in __initcall_as_init () > > #62 0x00000000 in ?? () > > #63 0xc0368b8b in deadline_init () > > #64 0x00000030 in ?? () > > #65 0x00000000 in ?? () > > #66 0x00000000 in ?? () > > #67 0x00000000 in ?? () > > #68 0x00000000 in ?? () > > ---Type <return> to continue, or q <return> to quit--- > > #69 0xc12de000 in ?? () > > #70 0xc0356a85 in do_initcalls () > > #71 0x00000000 in ?? () > > #72 0xc0305184 in __func__.3 () > > #73 0xc0383b20 in cpu_core_id () > > #74 0x00000000 in ?? () > > #75 0x00000000 in ?? () > > #76 0x00000000 in ?? () > > #77 0xc0104115 in init () > > #78 0x00000004 in ?? () > > #79 0xc0104080 in run_init_process () > > #80 0xc0107585 in kernel_thread_helper () > > #81 0x00000000 in ?? () > > #82 0x00000000 in ?? () > > #83 0x00000000 in ?? () > > #84 0x00000000 in ?? () > > #85 0x00000000 in ?? () > > #86 0xc009a530 in ?? () > > #87 0xc03198e0 in ident_map () > > #88 0x00000000 in ?? () > > #89 0x00000000 in ?? () > > #90 0x00000001 in ?? () > > #91 0x00000000 in ?? () > > ---Type <return> to continue, or q <return> to quit--- > > #92 0xffffffff in ?? () > > #93 0xc012f6b0 in sys_restart_syscall () > > #94 0x00000000 in ?? () > > #95 0x00000000 in ?? () > > #96 0x00000000 in ?? () > > #97 0x00000000 in ?? () > > #98 0x00000000 in ?? () > > #99 0x00000000 in ?? () > > #100 0x00000000 in ?? () > > #101 0x00000000 in ?? () > > #102 0x00000000 in ?? () > > #103 0x00000000 in ?? () > > #104 0x00000000 in ?? () > > #105 0x00000000 in ?? () > > #106 0x00000000 in ?? () > > #107 0x00000000 in ?? () > > #108 0x00000000 in ?? () > > #109 0x00000000 in ?? () > > #110 0x00000000 in ?? () > > #111 0x00000000 in ?? () > > #112 0x00000000 in ?? () > > #113 0x00000000 in ?? () > > #114 0x00000000 in ?? () > > ---Type <return> to continue, or q <return> to quit--- > > #115 0x00000000 in ?? () > > #116 0x00000000 in ?? () > > #117 0x00000000 in ?? () > > #118 0x00000000 in ?? () > > #119 0x00000000 in ?? () > > #120 0x00000000 in ?? () > > #121 0x00000000 in ?? () > > #122 0x00000000 in ?? () > > #123 0x00000000 in ?? () > > #124 0x00000000 in ?? () > > #125 0x00000000 in ?? () > > #126 0x00000000 in ?? () > > #127 0x00000000 in ?? () > > #128 0x00000000 in ?? () > > #129 0x00000000 in ?? () > > #130 0x00000000 in ?? () > > #131 0x00000000 in ?? () > > #132 0x00000000 in ?? () > > #133 0x00000000 in ?? () > > #134 0x00000000 in ?? () > > #135 0x00000000 in ?? () > > #136 0x00000000 in ?? () > > #137 0x00000000 in ?? () > > ---Type <return> to continue, or q <return> to quit--- > > #138 0x00000000 in ?? () > > #139 0x00000000 in ?? () > > #140 0x00000000 in ?? () > > #141 0x00000000 in ?? () > > #142 0x00000000 in ?? () > > #143 0x00000000 in ?? () > > #144 0x00000000 in ?? () > > #145 0x00000000 in ?? () > > #146 0x00000000 in ?? () > > #147 0x00000000 in ?? () > > #148 0x00000000 in ?? () > > #149 0x00000000 in ?? () > > #150 0x00000000 in ?? () > > #151 0x00000000 in ?? () > > #152 0x00000000 in ?? () > > #153 0x00000000 in ?? () > > #154 0x00000000 in ?? () > > #155 0x00000000 in ?? () > > #156 0x00000000 in ?? () > > #157 0x00000000 in ?? () > > #158 0x00000000 in ?? () > > #159 0x00000000 in ?? () > > #160 0x00000000 in ?? () > > ---Type <return> to continue, or q <return> to quit--- > > #161 0x00000000 in ?? () > > #162 0x00000000 in ?? () > > #163 0x00000000 in ?? () > > #164 0x00000000 in ?? () > > #165 0x00000000 in ?? () > > #166 0x00000000 in ?? () > > #167 0x00000000 in ?? () > > #168 0x00000000 in ?? () > > #169 0x00000000 in ?? () > > #170 0x00000000 in ?? () > > #171 0x00000000 in ?? () > > #172 0x00000000 in ?? () > > #173 0x00000000 in ?? () > > #174 0x00000000 in ?? () > > #175 0x00000000 in ?? () > > #176 0x00000000 in ?? () > > #177 0x00000000 in ?? () > > #178 0x00000000 in ?? () > > #179 0x00000000 in ?? () > > #180 0x00000000 in ?? () > > #181 0x00000000 in ?? () > > #182 0x00000000 in ?? () > > #183 0x00000000 in ?? () > > ---Type <return> to continue, or q <return> to quit--- > > #184 0x00000000 in ?? () > > #185 0x00000000 in ?? () > > #186 0x00000000 in ?? () > > #187 0x00000000 in ?? () > > #188 0x00000000 in ?? () > > #189 0x00000000 in ?? () > > #190 0x00000000 in ?? () > > #191 0x00000000 in ?? () > > #192 0x00000000 in ?? () > > #193 0x00000000 in ?? () > > #194 0x00000000 in ?? () > > #195 0x00000000 in ?? () > > #196 0x00000000 in ?? () > > #197 0x00000000 in ?? () > > #198 0x00000000 in ?? () > > #199 0x00000000 in ?? () > > #200 0x00000000 in ?? () > > #201 0x00000000 in ?? () > > #202 0x00000000 in ?? () > > #203 0x00000000 in ?? () > > #204 0x00000000 in ?? () > > #205 0x00000000 in ?? () > > #206 0x00000000 in ?? () > > ---Type <return> to continue, or q <return> to quit--- > > #207 0x00000000 in ?? () > > #208 0x00000000 in ?? () > > #209 0x00000000 in ?? () > > #210 0x00000000 in ?? () > > #211 0x00000000 in ?? () > > #212 0x00000000 in ?? () > > #213 0x00000000 in ?? () > > #214 0x00000000 in ?? () > > #215 0x00000000 in ?? () > > #216 0x00000000 in ?? () > > #217 0x00000000 in ?? () > > #218 0x00000000 in ?? () > > #219 0x00000000 in ?? () > > #220 0x00000000 in ?? () > > #221 0x00000000 in ?? () > > #222 0x00000000 in ?? () > > #223 0x00000000 in ?? () > > #224 0x00000000 in ?? () > > #225 0x00000000 in ?? () > > #226 0x00000000 in ?? () > > #227 0x00000000 in ?? () > > #228 0x00000000 in ?? () > > #229 0x00000000 in ?? () > > ---Type <return> to continue, or q <return> to quit--- > > #230 0x00000000 in ?? () > > #231 0x00000000 in ?? () > > #232 0x00000000 in ?? () > > #233 0x00000000 in ?? () > > #234 0x00000000 in ?? () > > #235 0x00000000 in ?? () > > #236 0x00000000 in ?? () > > #237 0x00000000 in ?? () > > #238 0x00000000 in ?? () > > #239 0x00000000 in ?? () > > #240 0x00000000 in ?? () > > #241 0x00000000 in ?? () > > #242 0x00000000 in ?? () > > #243 0x00000000 in ?? () > > #244 0x00000000 in ?? () > > #245 0x00000000 in ?? () > > #246 0x00000000 in ?? () > > #247 0x00000000 in ?? () > > #248 0x00000000 in ?? () > > #249 0x00000000 in ?? () > > #250 0x00000000 in ?? () > > #251 0x00000000 in ?? () > > #252 0x00000000 in ?? () > > ---Type <return> to continue, or q <return> to quit--- > > #253 0x00000000 in ?? () > > > > #254 0x00000000 in ?? () > > #255 0x00000000 in ?? () > > #256 0x00000000 in ?? () > > #257 0x00000000 in ?? () > > #258 0x00000000 in ?? () > > #259 0x00000000 in ?? () > > #260 0x00000000 in ?? () > > #261 0x00000000 in ?? () > > #262 0x00000000 in ?? () > > #263 0x00000000 in ?? () > > #264 0x00000000 in ?? () > > #265 0x00000000 in ?? () > > #266 0x00000000 in ?? () > > #267 0x00000000 in ?? () > > #268 0x00000000 in ?? () > > #269 0x00000000 in ?? () > > #270 0x00000000 in ?? () > > #271 0x00000000 in ?? () > > #272 0x00000000 in ?? () > > #273 0x00000000 in ?? () > > #274 0x00000000 in ?? () > > #275 0x00000000 in ?? () > > ---Type <return> to continue, or q <return> to quit--- > > #276 0x00000000 in ?? () > > #277 0x00000000 in ?? () > > #278 0x00000000 in ?? () > > #279 0x00000000 in ?? () > > #280 0x00000000 in ?? () > > #281 0x00000000 in ?? () > > #282 0x00000000 in ?? () > > #283 0x00000000 in ?? () > > #284 0x00000000 in ?? () > > #285 0x00000000 in ?? () > > #286 0x00000000 in ?? () > > #287 0x00000000 in ?? () > > #288 0x00000000 in ?? () > > #289 0x00000000 in ?? () > > #290 0x00000000 in ?? () > > #291 0x00000000 in ?? () > > #292 0x00000000 in ?? () > > #293 0x00000000 in ?? () > > #294 0x00000000 in ?? () > > #295 0x00000000 in ?? () > > #296 0x00000000 in ?? () > > #297 0x00000000 in ?? () > > #298 0x00000000 in ?? () > > ---Type <return> to continue, or q <return> to quit--- > > #299 0x00000000 in ?? () > > #300 0x00000000 in ?? () > > #301 0x00000000 in ?? () > > #302 0x00000000 in ?? () > > #303 0x00000000 in ?? () > > #304 0x00000000 in ?? () > > #305 0x00000000 in ?? () > > #306 0x00000000 in ?? () > > #307 0x00000000 in ?? () > > #308 0x00000000 in ?? () > > #309 0x00000000 in ?? () > > #310 0x00000000 in ?? () > > #311 0x00000000 in ?? () > > #312 0x00000000 in ?? () > > #313 0x00000000 in ?? () > > #314 0x00000000 in ?? () > > #315 0x00000000 in ?? () > > #316 0x00000000 in ?? () > > #317 0x00000000 in ?? () > > #318 0x00000000 in ?? () > > #319 0x00000000 in ?? () > > #320 0x00000000 in ?? () > > #321 0x00000000 in ?? () > > ---Type <return> to continue, or q <return> to quit--- > > #322 0x00000000 in ?? () > > #323 0x00000000 in ?? () > > #324 0x00000000 in ?? () > > #325 0x00000000 in ?? () > > #326 0x00000000 in ?? () > > #327 0x00000000 in ?? () > > #328 0x00000000 in ?? () > > #329 0x00000000 in ?? () > > #330 0x00000000 in ?? () > > #331 0x00000000 in ?? () > > #332 0x00000000 in ?? () > > #333 0x00000000 in ?? () > > #334 0x00000000 in ?? () > > #335 0x00000000 in ?? () > > #336 0x00000000 in ?? () > > > > #337 0x00000000 in ?? () > > #338 0x00000000 in ?? () > > #339 0x00000000 in ?? () > > #340 0x00000000 in ?? () > > #341 0x00000000 in ?? () > > #342 0x00000000 in ?? () > > #343 0x00000000 in ?? () > > #344 0x00000000 in ?? () > > ---Type <return> to continue, or q <return> to quit--- > > #345 0x00000000 in ?? () > > #346 0x00000000 in ?? () > > #347 0x00000000 in ?? () > > #348 0x00000000 in ?? () > > #349 0x00000000 in ?? () > > #350 0x00000000 in ?? () > > #351 0x00000000 in ?? () > > #352 0x00000000 in ?? () > > #353 0x00000000 in ?? () > > #354 0x00000000 in ?? () > > #355 0x00000000 in ?? () > > #356 0x00000000 in ?? () > > #357 0x00000000 in ?? () > > #358 0x00000000 in ?? () > > #359 0x00000000 in ?? () > > #360 0x00000000 in ?? () > > #361 0x00000000 in ?? () > > #362 0x00000000 in ?? () > > #363 0x00000000 in ?? () > > #364 0x00000000 in ?? () > > #365 0x00000000 in ?? () > > #366 0x00000000 in ?? () > > #367 0x00000000 in ?? () > > ---Type <return> to continue, or q <return> to quit--- > > #368 0x00000000 in ?? () > > #369 0x00000000 in ?? () > > #370 0x00000000 in ?? () > > #371 0x00000000 in ?? () > > #372 0x00000000 in ?? () > > #373 0x00000000 in ?? () > > #374 0x00000000 in ?? () > > #375 0x00000000 in ?? () > > #376 0x00000000 in ?? () > > #377 0x00000000 in ?? () > > #378 0x00000000 in ?? () > > #379 0x00000000 in ?? () > > #380 0x00000000 in ?? () > > #381 0x00000000 in ?? () > > #382 0x00000000 in ?? () > > #383 0x00000000 in ?? () > > #384 0x00000000 in ?? () > > #385 0x00000000 in ?? () > > #386 0x00000000 in ?? () > > #387 0x00000000 in ?? () > > #388 0x00000000 in ?? () > > #389 0x00000000 in ?? () > > #390 0x00000000 in ?? () > > ---Type <return> to continue, or q <return> to quit--- > > #391 0x00000000 in ?? () > > #392 0x00000000 in ?? () > > #393 0x00000000 in ?? () > > #394 0x00000000 in ?? () > > #395 0x00000000 in ?? () > > #396 0x00000000 in ?? () > > #397 0x00000000 in ?? () > > #398 0x00000000 in ?? () > > #399 0x00000000 in ?? () > > #400 0x00000000 in ?? () > > #401 0x00000000 in ?? () > > #402 0x00000000 in ?? () > > #403 0x00000000 in ?? () > > #404 0x00000000 in ?? () > > #405 0x00000000 in ?? () > > #406 0x00000000 in ?? () > > #407 0x00000000 in ?? () > > #408 0x00000000 in ?? () > > #409 0x00000000 in ?? () > > #410 0x00000000 in ?? () > > #411 0x00000000 in ?? () > > #412 0x00000000 in ?? () > > #413 0x00000000 in ?? () > > ---Type <return> to continue, or q <return> to quit--- > > #414 0x00000000 in ?? () > > #415 0x00000000 in ?? () > > #416 0x00000000 in ?? () > > #417 0x00000000 in ?? () > > #418 0x00000000 in ?? () > > #419 0x00000000 in ?? () > > #420 0x00000000 in ?? () > > #421 0x00000000 in ?? () > > #422 0x00000000 in ?? () > > #423 0x00000000 in ?? () > > #424 0x00000000 in ?? () > > #425 0x00000000 in ?? () > > #426 0x00000000 in ?? () > > #427 0x00000000 in ?? () > > #428 0x00000000 in ?? () > > #429 0x00000000 in ?? () > > #430 0x00000000 in ?? () > > #431 0x00000000 in ?? () > > #432 0x00000000 in ?? () > > #433 0x00000000 in ?? () > > #434 0x00000000 in ?? () > > #435 0x00000000 in ?? () > > #436 0x00000000 in ?? () > > ---Type <return> to continue, or q <return> to quit--- > > #437 0x00000000 in ?? () > > > > > > #438 0x00000000 in ?? () > > #439 0x00000000 in ?? () > > #440 0x00000000 in ?? () > > > > #441 0x00000000 in ?? () > > #442 0x00000000 in ?? () > > #443 0x00000000 in ?? () > > #444 0x00000000 in ?? () > > #445 0x00000000 in ?? () > > #446 0x00000000 in ?? () > > #447 0x00000000 in ?? () > > #448 0x00000000 in ?? () > > #449 0x00000000 in ?? () > > #450 0x00000000 in ?? () > > #451 0x00000000 in ?? () > > #452 0x00000000 in ?? () > > #453 0x00000000 in ?? () > > #454 0x00000000 in ?? () > > #455 0x00000000 in ?? () > > #456 0x00000000 in ?? () > > #457 0x00000000 in ?? () > > #458 0x00000000 in ?? () > > #459 0x00000000 in ?? () > > ---Type <return> to continue, or q <return> to quit--- > > #460 0x00000000 in ?? () > > #461 0x00000000 in ?? () > > #462 0x00000000 in ?? () > > #463 0x00000000 in ?? () > > #464 0x00000000 in ?? () > > #465 0x00000000 in ?? () > > #466 0x00000000 in ?? () > > #467 0x00000000 in ?? () > > #468 0x00000000 in ?? () > > #469 0x00000000 in ?? () > > #470 0x00000000 in ?? () > > #471 0x00000000 in ?? () > > #472 0x00000000 in ?? () > > #473 0x00000000 in ?? () > > #474 0x00000000 in ?? () > > #475 0x00000000 in ?? () > > #476 0x00000000 in ?? () > > #477 0x00000000 in ?? () > > #478 0x00000000 in ?? () > > #479 0x00000000 in ?? () > > #480 0x00000000 in ?? () > > #481 0x00000000 in ?? () > > #482 0x00000000 in ?? () > > ---Type <return> to continue, or q <return> to quit--- > > #483 0x00000000 in ?? () > > #484 0x00000000 in ?? () > > #485 0x00000000 in ?? () > > #486 0x00000000 in ?? () > > #487 0x00000000 in ?? () > > #488 0x00000000 in ?? () > > #489 0x00000000 in ?? () > > #490 0x00000000 in ?? () > > #491 0x00000000 in ?? () > > #492 0x00000000 in ?? () > > #493 0x00000000 in ?? () > > #494 0x00000000 in ?? () > > #495 0x00000000 in ?? () > > #496 0x00000000 in ?? () > > #497 0x00000000 in ?? () > > #498 0x00000000 in ?? () > > #499 0x00000000 in ?? () > > #500 0x00000000 in ?? () > > #501 0x00000000 in ?? () > > #502 0x00000000 in ?? () > > #503 0x00000000 in ?? () > > #504 0x00000000 in ?? () > > #505 0x00000000 in ?? () > > ---Type <return> to continue, or q <return> to quit--- > > #506 0x00000000 in ?? () > > #507 0x00000000 in ?? () > > #508 0x00000000 in ?? () > > #509 0x00000000 in ?? () > > #510 0x00000000 in ?? () > > #511 0x00000000 in ?? () > > #512 0x00000000 in ?? () > > #513 0x00000000 in ?? () > > #514 0x00000000 in ?? () > > #515 0x00000000 in ?? () > > #516 0x00000000 in ?? () > > #517 0x00000000 in ?? () > > #518 0x00000000 in ?? () > > #519 0x00000000 in ?? () > > #520 0x00000000 in ?? () > > #521 0x00000000 in ?? () > > #522 0x00000000 in ?? () > > #523 0x00000000 in ?? () > > #524 0x00000000 in ?? () > > #525 0x00000000 in ?? () > > #526 0x00000000 in ?? () > > #527 0x00000000 in ?? () > > #528 0x00000000 in ?? () > > ---Type <return> to continue, or q <return> to quit--- > > #529 0x00000000 in ?? () > > #530 0x00000000 in ?? () > > #531 0x00000000 in ?? () > > #532 0x00000000 in ?? () > > #533 0x00000000 in ?? () > > #534 0x00000000 in ?? () > > #535 0x00000000 in ?? () > > #536 0x00000000 in ?? () > > #537 0x00000000 in ?? () > > #538 0x00000000 in ?? () > > #539 0x00000000 in ?? () > > #540 0x00000000 in ?? () > > #541 0x00000000 in ?? () > > #542 0x00000000 in ?? () > > #543 0x00000000 in ?? () > > #544 0x00000000 in ?? () > > #545 0x00000000 in ?? () > > #546 0x00000000 in ?? () > > #547 0x00000000 in ?? () > > #548 0x00000000 in ?? () > > #549 0x00000000 in ?? () > > #550 0x00000000 in ?? () > > #551 0x00000000 in ?? () > > ---Type <return> to continue, or q <return> to quit--- > > #552 0x00000000 in ?? () > > #553 0x00000000 in ?? () > > #554 0x00000000 in ?? () > > #555 0x00000000 in ?? () > > #556 0x00000000 in ?? () > > #557 0x00000000 in ?? () > > #558 0x00000000 in ?? () > > #559 0x00000000 in ?? () > > #560 0x00000000 in ?? () > > #561 0x00000000 in ?? () > > #562 0x00000000 in ?? () > > #563 0x00000000 in ?? () > > #564 0x00000000 in ?? () > > #565 0x00000000 in ?? () > > #566 0x00000000 in ?? () > > #567 0x00000000 in ?? () > > #568 0x00000000 in ?? () > > #569 0x00000000 in ?? () > > #570 0x00000000 in ?? () > > #571 0x00000000 in ?? () > > #572 0x00000000 in ?? () > > #573 0x00000000 in ?? () > > #574 0x00000000 in ?? () > > ---Type <return> to continue, or q <return> to quit--- > > #575 0x00000000 in ?? () > > #576 0x00000000 in ?? () > > #577 0x00000000 in ?? () > > #578 0x00000000 in ?? () > > #579 0x00000000 in ?? () > > #580 0x00000000 in ?? () > > #581 0x00000000 in ?? () > > #582 0x00000000 in ?? () > > #583 0x00000000 in ?? () > > #584 0x00000000 in ?? () > > #585 0x00000000 in ?? () > > #586 0x00000000 in ?? () > > #587 0x00000000 in ?? () > > #588 0x00000000 in ?? () > > #589 0x00000000 in ?? () > > #590 0x00000000 in ?? () > > #591 0x00000000 in ?? () > > #592 0x00000000 in ?? () > > #593 0x00000000 in ?? () > > #594 0x00000000 in ?? () > > #595 0x00000000 in ?? () > > #596 0x00000000 in ?? () > > #597 0x00000000 in ?? () > > ---Type <return> to continue, or q <return> to quit--- > > #598 0x00000000 in ?? () > > #599 0x00000000 in ?? () > > #600 0x00000000 in ?? () > > #601 0x00000000 in ?? () > > #602 0x00000000 in ?? () > > #603 0x00000000 in ?? () > > #604 0x00000000 in ?? () > > #605 0x00000000 in ?? () > > #606 0x00000000 in ?? () > > #607 0x00000000 in ?? () > > #608 0x00000000 in ?? () > > #609 0x00000000 in ?? () > > #610 0x00000000 in ?? () > > #611 0x00000000 in ?? () > > #612 0x00000000 in ?? () > > #613 0x00000000 in ?? () > > #614 0x00000000 in ?? () > > #615 0x00000000 in ?? () > > #616 0x00000000 in ?? () > > #617 0x00000000 in ?? () > > #618 0x00000000 in ?? () > > #619 0x00000000 in ?? () > > #620 0x00000000 in ?? () > > ---Type <return> to continue, or q <return> to quit--- > > #621 0x00000000 in ?? () > > #622 0x00000000 in ?? () > > #623 0x00000000 in ?? () > > #624 0x00000000 in ?? () > > #625 0x00000000 in ?? () > > #626 0x00000000 in ?? () > > #627 0x00000000 in ?? () > > #628 0x00000000 in ?? () > > #629 0x00000000 in ?? () > > #630 0x00000000 in ?? () > > #631 0x00000000 in ?? () > > #632 0x00000000 in ?? () > > #633 0x00000000 in ?? () > > #634 0x00000000 in ?? () > > #635 0x00000000 in ?? () > > #636 0x00000000 in ?? () > > #637 0x00000000 in ?? () > > #638 0x00000000 in ?? () > > #639 0x00000000 in ?? () > > #640 0x00000000 in ?? () > > #641 0x00000000 in ?? () > > #642 0x00000000 in ?? () > > #643 0x00000000 in ?? () > > ---Type <return> to continue, or q <return> to quit--- > > #644 0x00000000 in ?? () > > #645 0x00000000 in ?? () > > #646 0x00000000 in ?? () > > #647 0x00000000 in ?? () > > #648 0x00000000 in ?? () > > #649 0x00000000 in ?? () > > #650 0x00000000 in ?? () > > #651 0x00000000 in ?? () > > #652 0x00000000 in ?? () > > #653 0x00000000 in ?? () > > #654 0x00000000 in ?? () > > #655 0x00000000 in ?? () > > #656 0x00000000 in ?? () > > #657 0x00000000 in ?? () > > #658 0x00000000 in ?? () > > #659 0x00000000 in ?? () > > #660 0x00000000 in ?? () > > #661 0x00000000 in ?? () > > #662 0x00000000 in ?? () > > #663 0x00000000 in ?? () > > #664 0x00000000 in ?? () > > #665 0x00000000 in ?? () > > #666 0x00000000 in ?? () > > ---Type <return> to continue, or q <return> to quit--- > > #667 0x00000000 in ?? () > > #668 0x00000000 in ?? () > > #669 0x00000000 in ?? () > > #670 0x00000000 in ?? () > > #671 0x00000000 in ?? () > > #672 0x00000000 in ?? () > > #673 0x00000000 in ?? () > > #674 0x00000000 in ?? () > > #675 0x00000000 in ?? () > > #676 0x00000000 in ?? () > > #677 0x00000000 in ?? () > > #678 0x00000000 in ?? () > > #679 0x00000000 in ?? () > > #680 0x00000000 in ?? () > > #681 0x00000000 in ?? () > > #682 0x00000000 in ?? () > > #683 0x00000000 in ?? () > > #684 0x00000000 in ?? () > > #685 0x00000000 in ?? () > > #686 0x00000000 in ?? () > > #687 0x00000000 in ?? () > > #688 0x00000000 in ?? () > > #689 0x00000000 in ?? () > > ---Type <return> to continue, or q <return> to quit--- > > #690 0x00000000 in ?? () > > #691 0x00000000 in ?? () > > #692 0x00000000 in ?? () > > #693 0x00000000 in ?? () > > #694 0x00000000 in ?? () > > #695 0x00000000 in ?? () > > #696 0x00000000 in ?? () > > #697 0x00000000 in ?? () > > #698 0x00000000 in ?? () > > #699 0x00000000 in ?? () > > #700 0x00000000 in ?? () > > #701 0x00000000 in ?? () > > #702 0x00000000 in ?? () > > #703 0x00000000 in ?? () > > #704 0x00000000 in ?? () > > #705 0x00000000 in ?? () > > #706 0x00000000 in ?? () > > #707 0x00000000 in ?? () > > #708 0x00000000 in ?? () > > #709 0x00000000 in ?? () > > #710 0x00000000 in ?? () > > #711 0x00000000 in ?? () > > #712 0x00000000 in ?? () > > ---Type <return> to continue, or q <return> to quit---q > > Quit > > (gdb) disass > > Dump of assembler code for function xencons_ring_send: > > 0xc0252350 <xencons_ring_send+0>: push %ebx > > 0xc0252351 <xencons_ring_send+1>: sub $0x2c,%esp > > 0xc0252354 <xencons_ring_send+4>: xor %ebx,%ebx > > 0xc0252356 <xencons_ring_send+6>: mov 0xc0382ce4,%eax > > 0xc025235b <xencons_ring_send+11>: mov 0x14(%eax),%eax > > 0xc025235e <xencons_ring_send+14>: shl $0xc,%eax > > 0xc0252361 <xencons_ring_send+17>: mov %eax,%ecx > > 0xc0252363 <xencons_ring_send+19>: and $0xfff,%ecx > > 0xc0252369 <xencons_ring_send+25>: shrd $0xc,%ebx,%eax > > 0xc025236d <xencons_ring_send+29>: mov 0xf5800000(,%eax,4),%eax > > 0xc0252374 <xencons_ring_send+36>: shl $0xc,%eax > > 0xc0252377 <xencons_ring_send+39>: or %ecx,%eax > > 0xc0252379 <xencons_ring_send+41>: lea 0xc0000000(%eax),%edx > > 0xc025237f <xencons_ring_send+47>: mov %edx,(%esp) > > 0xc0252382 <xencons_ring_send+50>: mov 0x38(%esp),%eax > > 0xc0252386 <xencons_ring_send+54>: mov %eax,0x8(%esp) > > 0xc025238a <xencons_ring_send+58>: mov 0x34(%esp),%eax > > 0xc025238e <xencons_ring_send+62>: mov %eax,0x4(%esp) > > 0xc0252392 <xencons_ring_send+66>: call 0xc02522d0 > > <__xencons_ring_send> > > 0xc0252397 <xencons_ring_send+71>: mov 0xc0382ce4,%edx > > 0xc025239d <xencons_ring_send+77>: mov %eax,%ecx > > 0xc025239f <xencons_ring_send+79>: mov $0x4,%eax > > ---Type <return> to continue, or q <return> to quit--- > > 0xc02523a4 <xencons_ring_send+84>: lea 0xc(%esp),%ebx > > 0xc02523a8 <xencons_ring_send+88>: movzwl 0x18(%edx),%edx > > 0xc02523ac <xencons_ring_send+92>: mov %eax,0xc(%esp) > > 0xc02523b0 <xencons_ring_send+96>: mov %edx,0x10(%esp) > > 0xc02523b4 <xencons_ring_send+100>: mov $0x10,%edx > > 0xc02523b9 <xencons_ring_send+105>: mov %edx,%eax > > 0xc02523bb <xencons_ring_send+107>: int $0x82 > > 0xc02523bd <xencons_ring_send+109>: add $0x2c,%esp > > 0xc02523c0 <xencons_ring_send+112>: mov %ecx,%eax > > 0xc02523c2 <xencons_ring_send+114>: pop %ebx > > 0xc02523c3 <xencons_ring_send+115>: ret > > 0xc02523c4 <xencons_ring_send+116>: lea 0x0(%esi),%esi > > 0xc02523ca <xencons_ring_send+122>: lea 0x0(%edi),%edi > > End of assembler dump. > > (gdb) > > > > > > > > Keep the vmlinux-syms-2.6.12-xenU file hanging around. We may need that > > > too, depending on what the backtrace tells us. > > > > > > -- Keir > > > > > > > > > _______________________________________________ > > > Xen-devel mailing list > > > Xen-devel@lists.xensource.com > > > http://lists.xensource.com/xen-devel > > > > > -- > > Regards, > > > > David F Barrera > > Linux Technology Center > > Systems and Technology Group, IBM > > > > "The wisest men follow their own direction. " > > Euripides > > > > > > _______________________________________________ > > Xen-devel mailing list > > Xen-devel@lists.xensource.com > > http://lists.xensource.com/xen-devel > >-- Regards, David F Barrera Linux Technology Center Systems and Technology Group, IBM "The wisest men follow their own direction. " Euripides _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Keir Fraser
2005-Sep-20 08:44 UTC
Re: [Xen-devel] Unab[l]e to create guest domain on PAE enabled SLES 9 SP2 box, 4GB RAM
On 19 Sep 2005, at 19:45, David F Barrera wrote:> (gdb) bt > #0 0xc02523bd in xencons_ring_send () > #1 0xc124a7f8 in ?? () > #2 0x00000001 in ?? () > #3 0x00000004 in ?? () > #4 0x00000002 in ?? ()This isn''t a debug build of domain0 -- you need to enable frame pointers under ''kernel hacking'' in the kernel configurator, as described in the gdb/README file. However, I think the problem here doesn;t require you to collect a proper backtrace. It looks like the domU is spinning waiting to send console data to xenconsoled. My guess is that either xenconsoled isn;t running, or it''s got itself stuck somehow. Worth doing a ''ps auxw'' in domain0 and see if the console daemon is actually running... -- Keir _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
David F Barrera
2005-Sep-20 13:25 UTC
Re: [Xen-devel] Unab[l]e to create guest domain on PAE enabled SLES 9 SP2 box, 4GB RAM
On Tue, 2005-09-20 at 09:44 +0100, Keir Fraser wrote:> On 19 Sep 2005, at 19:45, David F Barrera wrote: > > > (gdb) bt > > #0 0xc02523bd in xencons_ring_send () > > #1 0xc124a7f8 in ?? () > > #2 0x00000001 in ?? () > > #3 0x00000004 in ?? () > > #4 0x00000002 in ?? () > > This isn''t a debug build of domain0 -- you need to enable frame > pointers under ''kernel hacking'' in the kernel configurator, as > described in the gdb/README file. > > However, I think the problem here doesn;t require you to collect a > proper backtrace. It looks like the domU is spinning waiting to send > console data to xenconsoled. My guess is that either xenconsoled isn;t > running, or it''s got itself stuck somehow. > > Worth doing a ''ps auxw'' in domain0 and see if the console daemon is > actually running...I am testing with changeset 6957 now. Still unable to console or access domU. I was able to yesterday somehow, but today it is back to square one. x335b:~ # xm list Name Id Mem(MB) CPU VCPU(s) State Time(s) Domain-0 0 495 0 1 r---- 466.9 vm1 1 256 - 4 r---- 443.4 x335b:~ # x335b:~ # xm console 1 Nothing happens when attempting to console into it. Ssh does not work, either. ps auxw: USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND root 1 0.0 0.0 668 248 ? S 08:11 0:00 init [5] root 2 0.0 0.0 0 0 ? SN 08:11 0:00 [ksoftirqd/0] root 3 0.0 0.0 0 0 ? S< 08:11 0:00 [events/0] root 4 0.0 0.0 0 0 ? S< 08:11 0:00 [khelper] root 5 0.0 0.0 0 0 ? S< 08:11 0:00 [kthread] root 7 0.0 0.0 0 0 ? S< 08:11 0:00 [kacpid] root 84 0.0 0.0 0 0 ? S< 08:11 0:00 [kblockd/0] root 156 0.0 0.0 0 0 ? S 08:11 0:00 [pdflush] root 157 0.0 0.0 0 0 ? S 08:11 0:00 [pdflush] root 159 0.0 0.0 0 0 ? S< 08:11 0:00 [aio/0] root 86 0.0 0.0 0 0 ? S 08:11 0:00 [khubd] root 158 0.0 0.0 0 0 ? S 08:11 0:00 [kswapd0] root 742 0.0 0.0 0 0 ? S 08:11 0:00 [kseriod] root 791 0.0 0.0 0 0 ? S 08:11 0:00 [xenblkd] root 807 0.0 0.0 0 0 ? S< 08:11 0:00 [ata/0] root 814 0.0 0.0 0 0 ? S 08:11 0:00 [scsi_eh_0] root 844 0.0 0.0 0 0 ? S< 08:11 0:00 [kmirrord/0] root 851 0.0 0.0 0 0 ? S 08:11 0:00 [kjournald] root 2870 0.0 0.1 1492 600 ? Ss 08:12 0:00 /sbin/syslogd -a /var/lib/dhcp/dev/log -a /var/lib/named/dev/log - a /var/lib/ntp/dev/log -a /var/lib/stunnel/dev/log root 2912 0.0 0.1 1440 456 ? Ss 08:12 0:00 /sbin/klogd -c 1 -2 -x root 2952 0.0 1.7 18596 7700 ? S 08:12 0:00 /usr/sbin/owcimomd root 2954 0.0 0.1 1460 496 ? Ss 08:12 0:00 /sbin/resmgrd bin 2955 0.0 0.1 1468 480 ? Ss 08:12 0:00 /sbin/portmap daemon 2977 0.0 0.2 2908 1092 ? Ss 08:12 0:00 /usr/sbin/slpd root 3063 0.0 1.7 18596 7700 ? S 08:12 0:00 /usr/sbin/owcimomd root 3065 0.0 1.7 18596 7700 ? S 08:12 0:00 /usr/sbin/owcimomd root 3066 0.0 1.7 18596 7700 ? S 08:12 0:00 /usr/sbin/owcimomd root 3174 0.0 0.0 1420 416 ? S 08:12 0:00 [hwscand] lp 3354 0.0 0.7 6312 3080 ? Ss 08:12 0:00 /usr/sbin/cupsd root 3359 0.0 0.4 5024 1816 ? Ss 08:12 0:00 /usr/sbin/sshd -o PidFile=/var/run/sshd.init.pid root 3526 0.0 0.6 6744 2908 ? Ss 08:12 0:00 sendmail: accepting connections mail 3570 0.0 0.5 5680 2344 ? Ss 08:12 0:00 sendmail: Queue control mail 3571 0.0 0.5 5680 2376 ? S 08:12 0:00 sendmail: running queue: /var/spool/clientmqueue root 3816 0.0 0.1 12204 748 ? Ss 08:12 0:00 /usr/sbin/nscd root 3817 0.0 0.1 12204 748 ? S 08:12 0:00 /usr/sbin/nscd root 3818 0.0 0.1 12204 748 ? S 08:12 0:00 /usr/sbin/nscd root 3819 0.0 0.1 12204 748 ? S 08:12 0:00 /usr/sbin/nscd root 3820 0.0 0.1 12204 748 ? S 08:12 0:00 /usr/sbin/nscd root 3821 0.0 0.1 12204 748 ? S 08:12 0:00 /usr/sbin/nscd root 3822 0.0 0.1 12204 748 ? S 08:12 0:00 /usr/sbin/nscd root 3828 0.0 0.1 1448 572 ? Ss 08:12 0:00 /usr/sbin/cron root 3935 0.0 0.2 2500 1148 ? S 08:12 0:00 /usr/sbin/powersaved -d -e /etc/powersave.conf -a resmgr -v 3 root 9596 0.0 0.5 8044 2336 ? Ss 08:12 0:00 sshd: root@pts/0 root 10338 0.0 0.1 2036 808 ? Ss 08:12 0:00 /usr/sbin/xinetd root 10542 0.0 0.0 0 0 ? S< 08:12 0:00 [rpciod/0] root 10543 0.0 0.0 0 0 ? S 08:12 0:00 [lockd] root 10558 0.0 0.1 2656 672 ? Ss 08:12 0:00 /opt/kde3/bin/kdm root 10601 0.1 2.1 11032 9316 ? S 08:12 0:00 /usr/X11R6/bin/X -nolisten tcp -br vt7 - auth /var/lib/xdm/authdir/authfiles/A:0-zDZgmD root 10623 0.0 0.2 2784 1032 ? S 08:12 0:00 -:0 root 10714 0.0 0.1 1664 560 tty1 Ss+ 08:12 0:00 /sbin/mingetty --noclear tty1 root 10715 0.0 0.1 1660 576 tty2 Ss+ 08:12 0:00 /sbin/mingetty tty2 root 10716 0.0 0.1 1664 580 tty3 Ss+ 08:12 0:00 /sbin/mingetty tty3 root 10717 0.0 0.1 1660 576 tty4 Ss+ 08:12 0:00 /sbin/mingetty tty4 root 10718 0.0 0.1 1664 580 tty5 Ss+ 08:12 0:00 /sbin/mingetty tty5 root 10719 0.0 0.1 1664 580 tty6 Ss+ 08:12 0:00 /sbin/mingetty tty6 root 11350 0.0 0.3 2860 1684 pts/0 Ss+ 08:12 0:00 -bash root 11456 0.0 2.7 20300 11836 ? S 08:12 0:00 /opt/kde3/bin/kdm_greet root 11588 0.1 0.1 1688 548 ? Ss 08:15 0:00 /usr/sbin/xenstored --pid-file=/var/run/xenstore.pid root 11590 0.0 1.2 18516 5592 ? Ss 08:15 0:00 python /usr/sbin/xend start root 11591 76.0 0.1 1672 504 ? Rs 08:15 4:17 /usr/sbin/xenconsoled root 11592 0.0 1.2 18516 5592 pts/0 S 08:15 0:00 python /usr/sbin/xend start root 11593 0.0 1.2 18516 5592 pts/0 S 08:15 0:00 python /usr/sbin/xend start root 11594 0.0 1.2 18516 5592 pts/0 S 08:15 0:00 python /usr/sbin/xend start root 11595 0.0 1.2 18516 5592 pts/0 S 08:15 0:00 python /usr/sbin/xend start root 11596 0.0 1.2 18516 5592 pts/0 S 08:15 0:00 python /usr/sbin/xend start root 11599 0.0 0.0 0 0 ? D< 08:15 0:00 [kxbwatch] root 11601 0.0 0.0 0 0 ? Z 08:15 0:00 [network-bridge] <defunct> root 11787 0.0 1.2 18516 5592 pts/0 S 08:15 0:00 python /usr/sbin/xend start root 11836 0.0 0.5 8044 2336 ? Ss 08:16 0:00 sshd: root@pts/1 root 11843 0.0 0.3 2860 1684 pts/1 Ss 08:16 0:00 -bash root 11874 0.0 0.0 1664 424 pts/1 S+ 08:16 0:00 /usr/libexec/xen/xenconsole 1 root 12124 0.0 0.5 8044 2336 ? Ss 08:20 0:00 sshd: root@pts/3 root 12127 0.0 0.3 2728 1668 pts/3 Ss 08:20 0:00 -bash root 12185 0.0 0.1 2444 792 pts/3 R+ 08:20 0:00 ps auxw> > -- Keir > > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel >-- Regards, David F Barrera Linux Technology Center Systems and Technology Group, IBM "The wisest men follow their own direction. " Euripides _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
David F Barrera
2005-Sep-20 13:56 UTC
Re: [Xen-devel] Unab[l]e to create guest domain on PAE enabled SLES 9 SP2 box, 4GB RAM
On Tue, 2005-09-20 at 09:44 +0100, Keir Fraser wrote:> On 19 Sep 2005, at 19:45, David F Barrera wrote: > > > (gdb) bt > > #0 0xc02523bd in xencons_ring_send () > > #1 0xc124a7f8 in ?? () > > #2 0x00000001 in ?? () > > #3 0x00000004 in ?? () > > #4 0x00000002 in ?? () > > This isn''t a debug build of domain0 -- you need to enable frame > pointers under ''kernel hacking'' in the kernel configurator, as > described in the gdb/README file.I followed exactly what the README detailed: DomU GDB server for 32-bit (PAE and non-PAE) systems ---------------------------------------------------- Lines marked below with [*] are optional, if you want full source-level debugging of your kernel image. To build the GDB server: 1. Run ./gdbbuild from within this directory. 2. Copy ./gdb-6.2.1-linux-i386-xen/gdb/gdbserver/gdbserver-xen to your test machine. To build a debuggable guest kernel image: 1. cd linux-2.6.12-xenU 2. ARCH=xen make menuconfig 3. From within the configurator, enable the following options: # Kernel hacking -> Compile the kernel with debug info [*] -> Compile the kernel with frame pointers 4. (Re)build and (re)install your xenU kernel image. To debug a running guest: 1. Use ''xm list'' to discover its domain id ($domid). 2. Run ''gdbserver-xen 127.0.0.1:9999 --attach $domid'' 3. Run ''gdb /path/to/vmlinux-syms-2.6.xx-xenU'' 4. From within the gdb client session: # directory /path/to/linux-2.6.xx-xenU [*] # target remote 127.0.0.1:9999 # bt # disass> > However, I think the problem here doesn;t require you to collect a > proper backtrace. It looks like the domU is spinning waiting to send > console data to xenconsoled. My guess is that either xenconsoled isn;t > running, or it''s got itself stuck somehow. > > Worth doing a ''ps auxw'' in domain0 and see if the console daemon is > actually running... > > -- Keir > > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel >-- Regards, David F Barrera Linux Technology Center Systems and Technology Group, IBM "The wisest men follow their own direction. " Euripides _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Keir Fraser
2005-Sep-20 14:16 UTC
Re: [Xen-devel] Unab[l]e to create guest domain on PAE enabled SLES 9 SP2 box, 4GB RAM
On 20 Sep 2005, at 14:56, David F Barrera wrote:>> This isn''t a debug build of domain0 -- you need to enable frame >> pointers under ''kernel hacking'' in the kernel configurator, as >> described in the gdb/README file. > I followed exactly what the README detailed:Well, maybe the new config didn''t get picked up, or the new kernel didn''t install properly. But that definitely wasn''t a debug kernel. Anyway, I just checked in a fix that will hopefully get you past the current problem you are seeing (hanging early during boot). -- Keir _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
David F Barrera
2005-Sep-20 14:38 UTC
Re: [Xen-devel] Unab[l]e to create guest domain on PAE enabled SLES 9 SP2 box, 4GB RAM
On Tue, 2005-09-20 at 09:44 +0100, Keir Fraser wrote:> On 19 Sep 2005, at 19:45, David F Barrera wrote: > > > (gdb) bt > > #0 0xc02523bd in xencons_ring_send () > > #1 0xc124a7f8 in ?? () > > #2 0x00000001 in ?? () > > #3 0x00000004 in ?? () > > #4 0x00000002 in ?? () > > This isn''t a debug build of domain0 -- you need to enable frame > pointers under ''kernel hacking'' in the kernel configurator, as > described in the gdb/README file. > > However, I think the problem here doesn;t require you to collect a > proper backtrace. It looks like the domU is spinning waiting to send > console data to xenconsoled. My guess is that either xenconsoled isn;t > running, or it''s got itself stuck somehow.How''s this: (gdb) #0 0xc02bc212 in _spin_lock_irqsave (lock=<value optimized out>) at processor.h:601 #1 0xc0249a5e in kcons_write (c=0xc031de40, s=0xc037bcb0 "<1>Unable to handle kernel paging request", count=41) at console.c:143 #2 0xc012124b in __call_console_drivers (start=624, end=665) at printk.c:368 #3 0xc0121433 in call_console_drivers (start=624, end=665) at printk.c:439 #4 0xc0121922 in release_console_sem () at printk.c:736 #5 0xc0121747 in vprintk (fmt=0x1 <Address 0x1 out of bounds>, args=0x1 <Address 0x1 out of bounds>) at printk.c:610 #6 0xc0121598 in printk (fmt=0x1 <Address 0x1 out of bounds>) at printk.c:511 #7 0xc0116aca in do_page_fault (regs=0xc034be84, error_code=<value optimized out>, address=357912576) at fault.c:507 #8 0xc0109ace in page_fault () at current.h:9 #9 0x00000000 in ?? () #10 0x00000000 in ?? () #11 0x15555000 in ?? () #12 0x15555000 in ?? () #13 0x0000006c in ?? () #14 0xc034bec8 in init_thread_union () #15 0xc124a000 in ?? () #16 0x0001007b in ?? () #17 0x0001007b in ?? () #18 0xffffffff in ?? () #19 0xc024a4c9 in __xencons_ring_send (ring=0x15555000, data=0xc124a000 "Linux version 2.6.12-xenU (root@x335b) (gcc version 3.3.3 (SuSE Linux)) #2 SMP Tue Sep 20 09:14:34 CDT 2005\n\r", len=109) at xencons_ring.c:55 #20 0xc024a57b in xencons_ring_send (data=0x1 <Address 0x1 out of bounds>, len=1) at xencons_ring.c:70 #21 0xc0249e85 in __xencons_tx_flush () at console.c:381 #22 0xc0249ae5 in kcons_write (c=0xc031de40, s=0xc037ba43 "Linux version 2.6.12-xenU (root@x335b) (gcc version 3.3.3 (SuSE Linux)) #2 SMP Tue Sep 20 09:14:34 CDT 2005\n<6>BIOS- provided physical RAM map:\n<4> Xen: ", ''0'' <repeats 16 times>, " - 0000000010000000 (usable)\n<5>"..., count=108) at console.c:153 #23 0xc012124b in __call_console_drivers (start=3, end=111) at printk.c:368 #24 0xc0121394 in call_console_drivers (start=0, end=624) at printk.c:432 #25 0xc0121922 in release_console_sem () at printk.c:736 #26 0xc035f794 in xen_console_init () at console.c:234 #27 0xc035e3d6 in console_init () at tty_io.c:2912 #28 0xc034c93f in start_kernel () at main.c:477 #29 0xc010007a in checkCPUtype () (gdb) disass Dump of assembler code for function _spin_lock_irqsave: 0xc02bc170 <_spin_lock_irqsave+0>: push %ebp 0xc02bc171 <_spin_lock_irqsave+1>: mov %esp,%ebp 0xc02bc173 <_spin_lock_irqsave+3>: push %esi 0xc02bc174 <_spin_lock_irqsave+4>: mov %eax,%esi 0xc02bc176 <_spin_lock_irqsave+6>: mov $0xffffe000,%eax 0xc02bc17b <_spin_lock_irqsave+11>: push %ebx 0xc02bc17c <_spin_lock_irqsave+12>: and %esp,%eax 0xc02bc17e <_spin_lock_irqsave+14>: incl 0x14(%eax) 0xc02bc181 <_spin_lock_irqsave+17>: mov %eax,%ebx 0xc02bc183 <_spin_lock_irqsave+19>: incl 0x14(%ebx) 0xc02bc186 <_spin_lock_irqsave+22>: mov 0xc030f35c,%edx 0xc02bc18c <_spin_lock_irqsave+28>: mov 0x10(%ebx),%eax 0xc02bc18f <_spin_lock_irqsave+31>: lea (%edx,%eax,8),%eax 0xc02bc192 <_spin_lock_irqsave+34>: movzbl 0x1(%eax),%ecx 0xc02bc196 <_spin_lock_irqsave+38>: movb $0x1,0x1(%eax) 0xc02bc19a <_spin_lock_irqsave+42>: decl 0x14(%ebx) 0xc02bc19d <_spin_lock_irqsave+45>: xor %eax,%eax 0xc02bc19f <_spin_lock_irqsave+47>: xchg %al,(%esi) 0xc02bc1a1 <_spin_lock_irqsave+49>: test %al,%al 0xc02bc1a3 <_spin_lock_irqsave+51>: jle 0xc02bc1b2 <_spin_lock_irqsave+66> 0xc02bc1a5 <_spin_lock_irqsave+53>: movl $0x0,0x4(%esi) 0xc02bc1ac <_spin_lock_irqsave+60>: mov %ecx,%eax 0xc02bc1ae <_spin_lock_irqsave+62>: pop %ebx 0xc02bc1af <_spin_lock_irqsave+63>: pop %esi 0xc02bc1b0 <_spin_lock_irqsave+64>: pop %ebp 0xc02bc1b1 <_spin_lock_irqsave+65>: ret 0xc02bc1b2 <_spin_lock_irqsave+66>: incl 0x14(%ebx) 0xc02bc1b5 <_spin_lock_irqsave+69>: mov 0xc030f35c,%edx 0xc02bc1bb <_spin_lock_irqsave+75>: test %cl,%cl 0xc02bc1bd <_spin_lock_irqsave+77>: mov 0x10(%ebx),%eax 0xc02bc1c0 <_spin_lock_irqsave+80>: lea (%edx,%eax,8),%edx 0xc02bc1c3 <_spin_lock_irqsave+83>: mov %cl,0x1(%edx) 0xc02bc1c6 <_spin_lock_irqsave+86>: jne 0xc02bc1fb <_spin_lock_irqsave+139> 0xc02bc1c8 <_spin_lock_irqsave+88>: cmpb $0x0,(%edx) 0xc02bc1cb <_spin_lock_irqsave+91>: jne 0xc02bc237 <_spin_lock_irqsave+199> 0xc02bc1cd <_spin_lock_irqsave+93>: decl 0x14(%ebx) 0xc02bc1d0 <_spin_lock_irqsave+96>: mov 0x8(%ebx),%eax ---Type <return> to continue, or q <return> to quit--- 0xc02bc1d3 <_spin_lock_irqsave+99>: test $0x8,%al 0xc02bc1d5 <_spin_lock_irqsave+101>: jne 0xc02bc229 <_spin_lock_irqsave+185> 0xc02bc1d7 <_spin_lock_irqsave+103>: decl 0x14(%ebx) 0xc02bc1da <_spin_lock_irqsave+106>: mov 0x8(%ebx),%eax 0xc02bc1dd <_spin_lock_irqsave+109>: test $0x8,%al 0xc02bc1df <_spin_lock_irqsave+111>: jne 0xc02bc222 <_spin_lock_irqsave+178> 0xc02bc1e1 <_spin_lock_irqsave+113>: mov 0x4(%esi),%eax 0xc02bc1e4 <_spin_lock_irqsave+116>: test %eax,%eax 0xc02bc1e6 <_spin_lock_irqsave+118>: jne 0xc02bc1ef <_spin_lock_irqsave+127> 0xc02bc1e8 <_spin_lock_irqsave+120>: movl $0x1,0x4(%esi) 0xc02bc1ef <_spin_lock_irqsave+127>: movzbl (%esi),%eax 0xc02bc1f2 <_spin_lock_irqsave+130>: test %al,%al 0xc02bc1f4 <_spin_lock_irqsave+132>: jle 0xc02bc200 <_spin_lock_irqsave+144> 0xc02bc1f6 <_spin_lock_irqsave+134>: incl 0x14(%ebx) 0xc02bc1f9 <_spin_lock_irqsave+137>: jmp 0xc02bc183 <_spin_lock_irqsave+19> 0xc02bc1fb <_spin_lock_irqsave+139>: decl 0x14(%ebx) 0xc02bc1fe <_spin_lock_irqsave+142>: jmp 0xc02bc1d7 <_spin_lock_irqsave+103> 0xc02bc200 <_spin_lock_irqsave+144>: mov 0x4(%esi),%eax 0xc02bc203 <_spin_lock_irqsave+147>: test %eax,%eax 0xc02bc205 <_spin_lock_irqsave+149>: je 0xc02bc1f6 <_spin_lock_irqsave+134> 0xc02bc207 <_spin_lock_irqsave+151>: mov %esi,%esi 0xc02bc209 <_spin_lock_irqsave+153>: lea 0x0(%edi),%edi 0xc02bc210 <_spin_lock_irqsave+160>: pause 0xc02bc212 <_spin_lock_irqsave+162>: movzbl (%esi),%eax 0xc02bc215 <_spin_lock_irqsave+165>: test %al,%al 0xc02bc217 <_spin_lock_irqsave+167>: jg 0xc02bc1f6 <_spin_lock_irqsave+134> 0xc02bc219 <_spin_lock_irqsave+169>: mov 0x4(%esi),%eax 0xc02bc21c <_spin_lock_irqsave+172>: test %eax,%eax 0xc02bc21e <_spin_lock_irqsave+174>: jne 0xc02bc210 <_spin_lock_irqsave+160> 0xc02bc220 <_spin_lock_irqsave+176>: jmp 0xc02bc1f6 <_spin_lock_irqsave+134> 0xc02bc222 <_spin_lock_irqsave+178>: call 0xc02bb000 <preempt_schedule> 0xc02bc227 <_spin_lock_irqsave+183>: jmp 0xc02bc1e1 <_spin_lock_irqsave+113> 0xc02bc229 <_spin_lock_irqsave+185>: lea 0x0(%esi),%esi 0xc02bc230 <_spin_lock_irqsave+192>: call 0xc02bb000 <preempt_schedule> 0xc02bc235 <_spin_lock_irqsave+197>: jmp 0xc02bc1d7 <_spin_lock_irqsave+103> 0xc02bc237 <_spin_lock_irqsave+199>: call 0xc0104910 <force_evtchn_callback> 0xc02bc23c <_spin_lock_irqsave+204>: lea 0x0(%esi),%esi 0xc02bc240 <_spin_lock_irqsave+208>: jmp 0xc02bc1cd <_spin_lock_irqsave+93> ---Type <return> to continue, or q <return> to quit--- End of assembler dump.> > Worth doing a ''ps auxw'' in domain0 and see if the console daemon is > actually running... > > -- Keir > > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel >-- Regards, David F Barrera Linux Technology Center Systems and Technology Group, IBM "The wisest men follow their own direction. " Euripides _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Keir Fraser
2005-Sep-20 14:54 UTC
Re: [Xen-devel] Unab[l]e to create guest domain on PAE enabled SLES 9 SP2 box, 4GB RAM
On 20 Sep 2005, at 15:38, David F Barrera wrote:> How''s this: >Looks better, but the backtrace is different now which is strange. Hopefully the bug is fixed already now anyway. -- Keir _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
David F Barrera
2005-Sep-20 15:13 UTC
Re: [Xen-devel] Unab[l]e to create guest domain on PAE enabled SLES 9 SP2 box, 4GB RAM
On Tue, 2005-09-20 at 15:54 +0100, Keir Fraser wrote:> On 20 Sep 2005, at 15:38, David F Barrera wrote: > > > How''s this: > > > > Looks better, but the backtrace is different now which is strange. > Hopefully the bug is fixed already now anyway.Hooray! You''ve fixed it. This is domU on PAE enabled SLES 9 SP2, 4GB RAM box: Welcome to SUSE LINUX Enterprise Server 9 (i586) - Kernel 2.6.12-xenU (tty1). x335b-vm1 login: Thanks.> > -- Keir > > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel >-- Regards, David F Barrera Linux Technology Center Systems and Technology Group, IBM "The wisest men follow their own direction. " Euripides _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel