changeset: 9186:df0ad1c46f10 tag: tip user: kaf24@firebug.cl.cam.ac.uk date: Thu Mar 9 09:03:23 2006 +0100 summary: Build MTRR support into privileged xenlinux x86/64. Hardware: x460 ******************** x86_32(no PAE): *************************** * dom0: SLES9 SP2 * dom0 boots fine * xend starts without problem * able to boot multiple HVM domains ISSUES: * xm-test does not complete. The system crashes with a CPU panic. I open bug #560. There is also bug#520. * Bug #558 is present. * Bug #562 is present. SUMMERY: N/A ********************** x86_64: ********************************* * dom0: SLES9 SP2 * dom0 boots fine * xend starts without problem * able to boot multiple HVM domains ISSUES: * Bug# 558 is present * Bug# 562 is present SUMMERY: Xm-test execution summary: PASS: 63 FAIL: 7 XPASS: 1 XFAIL: 2 Details: FAIL: 11_create_concurrent_pos [1] Failed to create domain FAIL: 12_create_concurrent_stress_pos Failed to start 12_create_concurrent_stress_pos-1141925661 FAIL: 06_list_nonroot xm help didn''t see the root hint, saw Unexpected error exceptions.UnicodeError XFAIL: 02_network_local_ping_pos ping loopback failed for size 65507. ping eth0 failed for size 65507. XFAIL: 11_network_domU_ping_pos Failed to create domain FAIL: 12_network_domU_tcp_pos Failed to create domain FAIL: 13_network_domU_udp_pos Failed to create domain regards, Rick Gonzalez _______________________________________________ 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 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Hi Rick, RG> FAIL: 11_create_concurrent_pos [1] Failed to create domain RG> FAIL: 12_create_concurrent_stress_pos Failed to start RG> 12_create_concurrent_stress_pos-1141925661 RG> FAIL: 06_list_nonroot xm help didn''t see the root hint, saw RG> Unexpected error exceptions.UnicodeError <snip> RG> FAIL: 12_network_domU_tcp_pos Failed to create domain RG> FAIL: 13_network_domU_udp_pos Failed to create domain These all look rather strange. Can you please post the relevant sections of the .outout file so we can see what is actually going on? Thanks! -- Dan Smith IBM Linux Technology Center Open Hypervisor Team email: danms@us.ibm.com _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Dan Smith wrote:>Hi Rick, > >RG> FAIL: 11_create_concurrent_pos [1] Failed to create domain > >RG> FAIL: 12_create_concurrent_stress_pos Failed to start >RG> 12_create_concurrent_stress_pos-1141925661 > >RG> FAIL: 06_list_nonroot xm help didn''t see the root hint, saw >RG> Unexpected error exceptions.UnicodeError > ><snip> > >RG> FAIL: 12_network_domU_tcp_pos Failed to create domain > >RG> FAIL: 13_network_domU_udp_pos Failed to create domain > >These all look rather strange. Can you please post the relevant >sections of the .outout file so we can see what is actually going on? > >oh, I should be including that in the daily reports. I''ll do that from now on. :) Attached is the *.output file from this run. regards, Rick>Thanks! > > >_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
RG> I should be including that in the daily reports. I''ll do that from RG> now on. :) Yes, that would be helpful. RG> Attached is the *.output file from this run. It would be most helpful to just have the relevant parts. There is no need to spam the list with lots of success messages :) RG> [dom0] Running `xm create /tmp/xm-test.conf'' RG> Using config file "/tmp/xm-test.conf". RG> Error: Device 768 (vbd) could not be connected. RG> File /usr/xen/xen-unstable.hg/tools/xm-test/ramdisk/disk.img is loopback-mounted through /dev/loop0, RG> which is mounted in a guest domain, RG> and so cannot be mounted now. RG> Failed to create domain Hmm, this seems to be the source of all of the "Failed to create domain" messages. Are you running anything else on the box while the tests are running? If you are doing something else that attaches the disk.img to loop0 while running the test, then the tests are going to fail. If not, can you send the output of the following command after a run? xenstore-list /local/domain/0/backend/vbd That will tell us if something is getting stuck in the store and erroneously preventing you from starting another domain with the same image. I think this is the most likely scenario, as it let you create all the domains up until about test 11_create. Thanks! -- Dan Smith IBM Linux Technology Center Open Hypervisor Team email: danms@us.ibm.com _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Dan Smith wrote:>RG> I should be including that in the daily reports. I''ll do that from >RG> now on. :) > >Yes, that would be helpful. > >RG> Attached is the *.output file from this run. > >It would be most helpful to just have the relevant parts. There is no >need to spam the list with lots of success messages :) > >RG> [dom0] Running `xm create /tmp/xm-test.conf'' >RG> Using config file "/tmp/xm-test.conf". >RG> Error: Device 768 (vbd) could not be connected. >RG> File /usr/xen/xen-unstable.hg/tools/xm-test/ramdisk/disk.img is loopback-mounted through /dev/loop0, >RG> which is mounted in a guest domain, >RG> and so cannot be mounted now. >RG> Failed to create domain > >Hmm, this seems to be the source of all of the "Failed to create >domain" messages. > >Are you running anything else on the box while the tests are running? >If you are doing something else that attaches the disk.img to loop0 >while running the test, then the tests are going to fail. > >I am not running anything else while xm-test is running.>If not, can you send the output of the following command after a run? > > xenstore-list /local/domain/0/backend/vbd > >I will get this information soon.>That will tell us if something is getting stuck in the store and >erroneously preventing you from starting another domain with the same >image. I think this is the most likely scenario, as it let you create >all the domains up until about test 11_create. > >Thanks! > > >_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
On Thu, Mar 09, 2006 at 03:07:26PM -0600, Rick Gonzalez wrote:> FAIL: 06_list_nonroot > xm help didn''t see the root hint, saw Unexpected error > exceptions.UnicodeErrorIs there anything "weird" about your network''s DNS names? Very long (>=64 chars per name part)? Non-ASCII characters? What do "hostname" and "hostname -f" report on the server? Ewan. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel