Please take our Survey
logo       

Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...

RE: [Fedora-ia64-list] FC6 Test3 Xen test result: msg#00035

Subject: RE: [Fedora-ia64-list] FC6 Test3 Xen test result
Hi Akio,

Sorry for response late. I just tried with the config you provide (I changed 
xenU modprobe.conf and fstab). But unfortunately it still couldn't work. XenU 
booting still report can not find filesystem /dev/root/ and kernel panic. 

Well, after add "ide0=noprobe" etc. xenU won't complain to check hda, hdb etc. 
again. Thanks for this information. 

Best Regards,
Yongkang (Kangkang) 永康
>-----Original Message-----
>From: Akio Takebe [mailto:takebe_akio@xxxxxxxxxxxxxx]
>Sent: 2006年9月21日 10:18
>To: Akio Takebe; You, Yongkang; Yang, Fred; y-oguchi@xxxxxxxxxxxxxx;
>fedora-xen@xxxxxxxxxx
>Cc: xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
>Subject: RE: [Xen-ia64-devel] [Fedora-ia64-list] FC6 Test3 Xen test result
>
>Hi, Yongkang
>
>I have a small mistake.
>
>Please try the following configuration.
>    kernel = "vmlinuz-2.6.17-1.2630.fc6xen"
>    ramdisk = "initrd-2.6.17-1.2630.fc6xenU.img"
>    memory = 512
>    name = "domU"
>    vif = [ '' ]
>    disk = [ 'file:/xen/image/fc6.root.img,sda1,w' ] <----this
>    root = "/dev/sda1 ro" <--------this
>    extra = "3 ide0=noprobe ide1=noprobe ide2=noprobe ide3=noprobe" <---
>-this
>
>Best Regards,
>
>Akio Takebe
>
>>Hi, Yongkang
>>
>>I think this issue is configuration mistakes.
>>Can you try the following configuration?
>>I cannot try it because I meet another issue...
>>
>>1. /etc/modprobe.conf for initrd of domU
>>The following configuration would solve the issue of booting domU.
>>    [root@tiger156 xen]# cat /etc/modprobe.conf
>>    #alias eth0 e1000
>>    #alias scsi_hostadapter mptbase
>>    #alias scsi_hostadapter1 mptspi
>>    alias eth0 xennet  <----this
>>    alias scsi_hostadapter xenblk <----and this
>>
>>
>>2. domU.conf
>>The following configuration would solve the issue of probing ide disk.
>>    kernel = "vmlinuz-2.6.17-1.2630.fc6xen"
>>    ramdisk = "initrd-2.6.17-1.2630.fc6xenU.img"
>>    memory = 512
>>    name = "domU"
>>    vif = [ '' ]
>>    disk = [ 'file:/xen/image/fc6.root.img,hda1,w' ]
>>    root = "/dev/hda1 ro"
>>    extra = "3 ide0=noprobe ide1=noprobe ide2=noprobe ide3=noprobe"
><----this
>>
>>
>>Best Regards,
>>
>>Akio Takebe
>>
>>>Hi,
>>>
>>>I have reported 2 bugs to redhat bugzilla:
>>>[Bug 207227] New: Xen0 reboot command can not reboot Tiger4 machine.
>>>[Bug 207241] New: XenU domain can not be created successfully.
>>>New xenU created failure serial log has been pasted to the bug.
>>>
>>>I also notice FC6-test3 Xen0 operation is a little slower, compared with
>>>RHEL4u3. I assign 2 vcpus to Xen0. When I destroy domains or do some
>heavy
>>>IO operations, Xen0 operations will be blocked for a while. I didn't track
>>>this to bugzilla.
>>>
>>>There are also a lot of unaligned accessing from some applications. They
>>>should be common FC6-test3 issues.
>>>
>>>Sometime Xen0 monitor will print "Bug: soft lockup detected on CPU#0(or
>#1)"
>>>
>>>Best Regards,
>>>Yongkang (Kangkang) モタソオ
>>>
>>>>-----Original Message-----
>>>>From: xen-ia64-devel-bounces@xxxxxxxxxxxxxxxxxxx
>>>>[mailto:xen-ia64-devel-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of You,
>>>>Yongkang
>>>>Sent: 2006トsヤツ20ネユ 10:07
>>>>To: Yang, Fred; y-oguchi@xxxxxxxxxxxxxx; fedora-xen@xxxxxxxxxx
>>>>Cc: xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
>>>>Subject: RE: [Xen-ia64-devel] [Fedora-ia64-list] FC6 Test3 Xen test result
>>>>
>>>>Hi Fred & Yoshi,
>>>>
>>>>The former XenU creating failure issue seemed to be the config issue.
>Now I
>>>>can create XenU. But XenU booting process met an old bug. It will cost a
>>>>long
>>>>time to check hard disk IRQ response from hda to hdh.
>>>>
>>>>After that, xenU met the problem of mounting root partition to start
>>>>services,
>>>>and then XenU booting failed (Kill init). I am not sure if it is because
>>>>initrd issue.
>>>>I will continue to check it.
>>>>
>>>>Best Regards,
>>>>Yongkang (Kangkang) モタソオ
>>>>
>>>>>-----Original Message-----
>>>>>From: xen-ia64-devel-bounces@xxxxxxxxxxxxxxxxxxx
>>>>>[mailto:xen-ia64-devel-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of
>Yang,
>>>>>Fred
>>>>>Sent: 2006トsヤツ20ネユ 8:26
>>>>>To: y-oguchi@xxxxxxxxxxxxxx; fedora-xen@xxxxxxxxxx
>>>>>Cc: xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
>>>>>Subject: RE: [Xen-ia64-devel] [Fedora-ia64-list] FC6 Test3 Xen test
>result
>>>>>
>>>>>Here it comes!
>>>>>-Fred
>>>>>
>>>>>>-----Original Message-----
>>>>>>From: y-oguchi@xxxxxxxxxxxxxx [mailto:y-oguchi@xxxxxxxxxxxxxx]
>>>>>>Sent: Tuesday, September 19, 2006 4:23 PM
>>>>>>To: Yang, Fred; fedora-xen@xxxxxxxxxx
>>>>>>Cc: xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
>>>>>>Subject: Re: [Xen-ia64-devel] [Fedora-ia64-list] FC6 Test3 Xen test
>>>>>>result
>>>>>>
>>>>>>Fred, Yongkang,
>>>>>>
>>>>>>> Other issues:
>>>>>>> 1) Xen0 operation is a little slower than RHEL4u3.
>>>>>>> 2) XenU creating failure, please see attachment for the serial output.
>>>>>>
>>>>>>I can't find the attachment.
>>>>>>Could you repost the serial log?
>>>>>>
>>>>>>Thanks,
>>>>>>Yoshi Oguchi
>>>>>>
>>>>>>"Yang, Fred" <fred.yang@xxxxxxxxx> wrote」コ
>>>>>>> Following is the quick Xen test result with FC6 Test3.  We will file
>>>>>>BZ for the issues tonight; the early data is to get community to fix Xen
>>>>>>issues ASAP
>>>>>>> Thanks,
>>>>>>> -Fred
>>>>>>>
>>>>>>> ====
>>>>>>> I have followed Redhat instructions (FC6-test3 can not be installed
>>>>>>from CDs) to install FC6-Test3 and do some testing.  Both Xen0 and
>VTI
>>>>>>can all boot up, but XenU couldn't be created successfully.
>>>>>>>
>>>>>>> Detailed Items:
>>>>>>> 1.  Using yum to upgrade FC6 Test2 to FC6 Test3    [almost Pass]
>>>>need
>>>>>>manually reinstall kernel-xen rpm package.
>>>>>>> 2.  Boot Native Linux of FC6 Test3   [Pass]
>>>>>>> 3.  Boot Xen of FC6 Test3   [Pass]
>>>>>>> 4.  xend and xm commands are working.    [Pass]
>>>>>>> 5.  XenU Domain creating failed.     [__FAIL__]
>>>>>>> 6.  Missing VTI guest firmware (/usr/lib/xen/boot/guest_firmware.bin)
>>>>>>    [__FAIL__ (expected)]
>>>>>>> 7.  After manually copy VTI guest firmware, creating VTI domain
>>>>>>[Pass]
>>>>>>> 8.    VTI domain with network supported     [Pass]
>>>>>>> 9.    2 VTI domains coexisting testing      [Pass]
>>>>>>> 10.   Linux Kernel build in VTI domain          [Pass]
>>>>>>> 11.   LTP testing in VTI domain          [Pass]
>>>>>>> 12.   SMP VTI domain          [Pass]
>>>>>>> 13.   SMP Xen0       [Pass]
>>>>>>> 14.   1 VTI Windows 2k3       [Pass] a little slower.
>>>>>>> 15.   1 VTI Linux + 1 VTI Windows    [__FAIL__ VTI Windows blue
>>>>>screen]
>>>>>>> 16.  Reboot machine failed with Xen FC6-test3. [__FAIL__]
>>>>>>>
>>>>>>> Other issues:
>>>>>>> 1) Xen0 operation is a little slower than RHEL4u3.
>>>>>>> 2) XenU creating failure, please see attachment for the serial output.
>>>>>>>
>>>>>>> Best Regards,
>>>>>>> Yongkang (Kangkang) モタソオ
>>>>>>>
>>>>>>> _______________________________________________
>>>>>>> Xen-ia64-devel mailing list
>>>>>>> Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
>>>>>>> http://lists.xensource.com/xen-ia64-devel
>>>>
>>>>_______________________________________________
>>>>Xen-ia64-devel mailing list
>>>>Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
>>>>http://lists.xensource.com/xen-ia64-devel
>>>
>>>_______________________________________________
>>>Xen-ia64-devel mailing list
>>>Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
>>>http://lists.xensource.com/xen-ia64-devel
>>
>>
>>_______________________________________________
>>Xen-ia64-devel mailing list
>>Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
>>http://lists.xensource.com/xen-ia64-devel


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

Recently Viewed:
qnx.openqnx.dev...    gcc.libstdc++.c...    solaris.opensol...    information-ret...    misc.misterhous...    web.catalyst.ge...    apache.webservi...    redhat.release....    hardware.lirc/2...    kernel.autofs/2...    technology.sust...    linux.vdr/2003-...    editors.lyx.gen...    org.user-groups...    netbsd.devel.pk...    xdg.devel/2004-...    version-control...    jakarta.slide.d...    debian.packages...    creativecommons...    ports.ppc.embed...    bug-tracking.bu...   
Home | blog view | USPTO Patent Archive | advertise | OSDir is an inevitable website. super tiny logo

Free Magazines

Cisco News
Receive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business.
subscribe

Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field.
subscribe

The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business.
subscribe

Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe

Total Telecom Total Telecom is "The Economist of the communications industry".
subscribe