xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
To: tkpiuk <tkpiuk@gmail.com>
Cc: xen-devel@lists.xensource.com
Subject: Re: Fwd: bug on create domain0
Date: Thu, 14 Apr 2011 08:58:28 -0400	[thread overview]
Message-ID: <20110414125828.GB5548@dumpdata.com> (raw)
In-Reply-To: <4D99875F.3010903@gmail.com>

On Mon, Apr 04, 2011 at 02:54:55PM +0600, tkpiuk wrote:

Please do not send HTML emails.

> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
> <html>
>   <head>
>     <meta http-equiv="content-type" content="text/html; charset=UTF-8">
>   </head>
>   <body bgcolor="#ffffff" text="#000000">
>     <br>
>     <br>
>     -------- Исходное сообщение --------
>     <table class="moz-email-headers-table" border="0" cellpadding="0"
>       cellspacing="0">
>       <tbody>
>         <tr>
>           <th align="RIGHT" valign="BASELINE" nowrap="nowrap">Тема: </th>
>           <td>bug on create domain0</td>
>         </tr>
>         <tr>
>           <th align="RIGHT" valign="BASELINE" nowrap="nowrap">Дата: </th>
>           <td>Mon, 04 Apr 2011 13:05:03 +0600</td>
>         </tr>
>         <tr>
>           <th align="RIGHT" valign="BASELINE" nowrap="nowrap">От: </th>
>           <td>net administrator <a class="moz-txt-link-rfc2396E" href="mailto:admin.as@mcoz.mgn.ru">&lt;admin.as@mcoz.mgn.ru&gt;</a></td>
>         </tr>
>         <tr>
>           <th align="RIGHT" valign="BASELINE" nowrap="nowrap">Отвечать:
>           </th>
>           <td><a class="moz-txt-link-abbreviated" href="mailto:smolencev.as@mcoz.mgn.ru">smolencev.as@mcoz.mgn.ru</a></td>
>         </tr>
>         <tr>
>           <th align="RIGHT" valign="BASELINE" nowrap="nowrap">Кому: </th>
>           <td><a class="moz-txt-link-abbreviated" href="mailto:xen-devel@lists.xensource.com">xen-devel@lists.xensource.com</a></td>
>         </tr>
>       </tbody>
>     </table>
>     <br>
>     <br>
>     <meta http-equiv="content-type" content="text/html; charset=UTF-8">
>     xl create -f /vm/a4/config/hvm.run<br>
>     Parsing config file /vm/a4/config/hvm.run<br>
>     xc: info: VIRTUAL MEMORY ARRANGEMENT:<br>
>       Loader:        0000000000100000-&gt;00000000001793b0<br>
>       TOTAL:         0000000000000000-&gt;000000005f800000<br>
>       ENTRY ADDRESS: 0000000000100000<br>
>     xc: info: PHYSICAL MEMORY ALLOCATION:<br>
>       4KB PAGES: 0x0000000000000200<br>
>       2MB PAGES: 0x00000000000002fb<br>
>       1GB PAGES: 0x0000000000000000<br>
>     <br>
>     <br>
>     after 4-5 seconds - hard reboot<br>


OK, so somebody mentioned this on IRC as well. They tried a simple
DomU kernel and it crashed their machine. When they updated to
Xen-unstable it worked.

I would suggest you try the latest Xen and also hook up a serial
console to log where Xen crashed. Look in the PVOPS Wiki for details.

>     <br>
>     xen 4.1.0<br>
>     xen-tools 4.1.0<br>
>     xen-sources 2.6.34-r4<br>
>     <br>
>     <b>cat /vm/a4/config/hvm.run</b><br>
>     name = "a4"<br>
>     memory = 1024<br>
>     maxmem = 1536<br>
>     vcpus = 2<br>
>     arch_libdir = 'lib'<br>
>     kernel  =       "hvmloader"<br>
>     builder =       "hvm"<br>
>     acpi    =       0<br>
>     apic    =       0<br>
>     pae     =       0<br>
>     vif  =  [ 'type=ioemu, mac=00:30:48:7e:29:9a, bridge=xenbr0,
>     model=e1000'<br>
>      ]<br>
>     disk = [<br>
>      '<a moz-do-not-send="true" class="moz-txt-link-freetext"
>       href="file:/vm/a4/v-hdd/sda1-a4_sys,ioemu:hda,w">file:/vm/a4/v-hdd/sda1-a4_sys,ioemu:hda,w</a>'<br>
>      ,
>     '<a moz-do-not-send="true" class="moz-txt-link-freetext"
> href="file:/raid5/install/IMAGES/MICROSOFT/SQL/SQL2005/32BIT/Win_SQL_Srv_2005_Std_Rus/Win_SQL_Srv_2005_Std_Rus_Disc1.ISO,hdc:cdrom,r">file:/raid5/install/IMAGES/MICROSOFT/SQL/SQL2005/32BIT/Win_SQL_Srv_2005_Std_Rus/Win_SQL_Srv_2005_Std_Rus_Disc1.ISO,hdc:cdrom,r</a>'<br>
>      ,
>     '<a moz-do-not-send="true" class="moz-txt-link-freetext"
> href="file:/raid5/install/IMAGES/MICROSOFT/SQL/SQL2005/32BIT/Win_SQL_Srv_2005_Std_Rus/Win_SQL_Srv_2005_Std_Rus_Disc2.ISO,hdd:cdrom,r">file:/raid5/install/IMAGES/MICROSOFT/SQL/SQL2005/32BIT/Win_SQL_Srv_2005_Std_Rus/Win_SQL_Srv_2005_Std_Rus_Disc2.ISO,hdd:cdrom,r</a>'<br>
>      ]<br>
>     boot    =       'c'<br>
>     on_poweroff =   'destroy'<br>
>     on_reboot =     'restart'<br>
>     on_crash =      'preserve'<br>
>     device_model = '/usr/lib/xen/bin/qemu-dm'<br>
>     vfb = ['vnc=1,vnclisten=0.0.0.0']<br>
>     vncpasswd =     ''<br>
>     vncviewer =     1<br>
>     opengl  =       1<br>
>     sdl     =       0<br>
>     vncconsole =    0<br>
>     stdvga  =       0<br>
>     serial  =       'pty'<br>
>     usbdevice="tablet"<br>
>     <br>
>   </body>
> </html>

> #http://xgu.ru/wiki/Windows_XP_??_Xen
> #http://blogs.sun.com/shalon/entry/a_summary_of_creation_of
> 
> name = "a4"
> memory = 1024
> maxmem = 1536
> vcpus = 2
> 
> #arch_libdir = 'lib64'
> #else:
> arch_libdir = 'lib'
> 
> # VMX firmware loader, ?????? HVM-???????????? ???????????? hvmloader
> kernel	=	"hvmloader"
> 
> # builder ??? ?????? ????????????. ?????? HVM-???????????? ?????????????????????? hvm
> builder	=	"hvm"
> 
> # ?????????????????? ACPI ???????????? HVM-????????????, ???? ?????????????????? ?????????? "0" (??????????????????)
> acpi	=	0
> 
> #?????????????????? APIC ???????????? HVM-????????????, ???? ?????????????????? ?????????? "0" (??????????????????)
> apic	=	0
> 
> 
> # ?????????????????? PAE ???????????? HVM-????????????, ???? ?????????????????? ?????????? "0" (??????????????????) 
> pae	=	0
> 
> # ???????????????? ?????????????? ??????????????????????. ???????????????????????? ?????????? ???????????? ??????????, ???????????? ???? ?????????????? ?????????????????? ???????? ??????????????????. 
> # ?? ???????????? ????????????, ?????????????????????????????? ????????????????????, ?????????????????????? ???????????? ???????????????????????????? ?????????????????? bridge, ??????????????????????
> # ?? ???????????? ?????????? ?????????????????? ??????????????????. ?????????????????????? ?????????? ?????????????????????? MAC-?????????? ???????????????????? (???? ?????????????????? 
> # ???????????????????????? ?????????????????? ?????????????? ???????????? ??????????????????, ?????????????????????? Xen Source). ?????????? ???? ?????????? ???????????????????? ????????????
> # ?????????????????????? ?????????????? ?????????? (???????????????? model). 
> #vif = [ 'type=ieomu, mac=00:16:3e:09:f0:14, bridge=xenbr0']
> vif  =  [ 'type=ioemu, mac=00:30:48:7e:29:9a, bridge=xenbr0, model=e1000'
> #	, 'type=ieomu, mac=00:16:3e:09:f2:10, bridge=xenbr0, model=pcnet'
> #	, 'type=ieomu, mac=00:16:3e:09:f1:01, bridge=xenbr0, model=rtl8139'
> ##	, 'type=ieomu, mac=00:16:3e:09:f1:03, bridge=xenbr0'
> ##	, 'mac=00:16:3e:09:f1:04, bridge=xenbr0'
> #	, 'type=ieomu, mac=00:16:3e:09:f2:01, bridge=xenbr0, model=virtio'
> #	, 'type=ieomu, mac=00:16:3e:09:f2:02, bridge=xenbr0, model=i82551'
> #	, 'type=ieomu, mac=00:16:3e:09:f2:03, bridge=xenbr0, model=i82557b'
> #	, 'type=ieomu, mac=00:16:3e:09:f2:04, bridge=xenbr0, model=i82559er'
> #	, 'type=ieomu, mac=00:16:3e:09:f2:05, bridge=xenbr0, model=ne2k_pci'
> #	, 'type=ieomu, mac=00:16:3e:09:f2:06, bridge=xenbr0, model=ne2k_isa'
> #	, 'type=ieomu, mac=00:16:3e:09:f2:07, bridge=xenbr0, model=smc91c111'
> #	, 'type=ieomu, mac=00:16:3e:09:f2:08, bridge=xenbr0, model=lance'
> #	, 'type=ieomu, mac=00:16:3e:09:f2:09, bridge=xenbr0, model=mcf_fec'
>  ]
> 
> # ???????????????????? ???????????????? ????????????????????, ?? ?????????????? ???????????????? ?????????? ???????????? ?????????? ????????????. 
> #
> # *  ???????? ?????? ???????????? ???????????????????????? ???????????????????? ???????????????? ?? ???????????????? ??????????, ???? ???? ???????????? ???????? ???????????? ?????????????? ????????:
> #	 phy:UNAME,DEV,MODE,
> #
> # *  ???????? ???????????????????????? ?????????? ??????????, ?????????????????????? ?? ??????????, ???? ???????????? ?????????????????? ??????:
> #	 file:FILEPATH,DEV,MODE
> #
> # *  ???????? ???????????????????????? ???????????? ???????????? ??????????, ???? ?????? ?????????????????????? ??????????????. ????????????????:
> #	 disk = ['file:/var/images/image1.img,hda,w', 'file:/var/images/image2.img,hdb,w']
> #
> # *  ???????? ??????????-???? ???? ?????????????? ???????????????? ?????????????? ??????????????-??????????, ?? ????????????????????????????, ?????? ?? ?????????????????????? ???????????? ????????????
> #    ?????????????????????????? ???????????? CD-ROM, ?????????? ???????????????????????? ?????????????? :cdrom ?? ???????????????? ??????????(CD-ROM'???? ?????????? ???????? ??????????????????.):
> #	 disk = ['file:/var/images/image1.img,hda,w', 'file:/var/images/image2.iso,hdc:cdrom,w']
> disk = [
> # 'file:/vm/a4/v-hdd/sda1-a4_sys,sda1,w'
>  'file:/vm/a4/v-hdd/sda1-a4_sys,ioemu:hda,w'
>  , 'file:/vm/a4/v-rom/SW_CD_Windows_Svr_Std_2003_R2_32-BIT_X64_English_ISO_32bit_1_MLF_X13-73742.ISO,hdb:cdrom,r'
>  , 'file:/raid5/install/IMAGES/MICROSOFT/SQL/SQL2005/32BIT/Win_SQL_Srv_2005_Std_Rus/Win_SQL_Srv_2005_Std_Rus_Disc1.ISO,hdc:cdrom,r'
>  , 'file:/raid5/install/IMAGES/MICROSOFT/SQL/SQL2005/32BIT/Win_SQL_Srv_2005_Std_Rus/Win_SQL_Srv_2005_Std_Rus_Disc2.ISO,hdd:cdrom,r'
> # , 'file:/vm/a4/v-rom/_del/cd100627.iso,hdb:cdrom,r'
> # , 'file:/vm/a4/v-rom/install-amd64-minimal-20100930.iso,hdb:cdrom,r'
>  ]
> 
> # ???????????????? ?? floppy (a), hard disk (c) ?????? CD-ROM (d).
> # ???????????????? ???????????????? ???? ????, ?????? ???????????? ???????????????? boot='d', ?????? ???????????????????? ?????? ??????????????????. ???????????????????????? ?????? ???????????????????? ???????????????? ???? boot='c'.
> #boot	=	'd'
> #boot	=	'n'
> boot	=	'c'
> 
> #on_poweroff =	'restart'
> on_poweroff =	'destroy'
> on_reboot =	'restart'
> on_crash =	'preserve'
> 
> #device_model =	'qemu-dm'
> #device_model =	'stubdom-dm'
> device_model = '/usr/' + arch_libdir + '/xen/bin/qemu-dm'
> 
> # ???????????? ?? ?????????????????? ???????????? ?????????? ???????????????????????????? ?????????? VNC, ?????????????????????????? SDL ???? ????????????????????????????.
> # ???????????????????? ???????????????? ?????????????????? ?????? HVM-????????????. ???????????? qemu-dm 
> #device_model
> 
> # ?????????????????????? ???????????????????? VNC ?????? ?????????????????????? ??????????????, ???? ?????????????????? ?????????? "0" (??????????????????)
> # ???????????????????????? ?????????? ???????????????????????? vncviewer ?????? ?????????????????????? ?? ????????????. ????????????????: 
> #	$ vncviewer domain0_IP_address:0
> #vfb = ['vnc=1,vnclisten=161.8.53.252']
> vfb = ['vnc=1,vnclisten=0.0.0.0']
> #vnc	=	1
> #vncpasswd =	'12345'
> vncpasswd =	''
> vncviewer =	1
> opengl	=	1
> 
> # ?????????????????????? ???????????????????? SDL ?????? ?????????????????????? ??????????????, ???? ?????????????????? ?????????? "0" (??????????????????) 
> sdl	=	0
> 
> #----------
> 
> # ?????????? ???? ?????????????????????????? ?????????????????? vncviewer ?????? ???????????? ????????????. ?????????? ???????????? ???????????? ???????? vnc=1. ???? ?????????????????? ?????????? 0. 
> vncconsole =	0
> stdvga	=	0
> serial	=	'pty'
> 
> # ?????????????????????????????? ???????????????????????????????? ???????????? ?????????????????? ???????????? ???? ???????? ???????????????????? ?? ???????????? 0. 
> #serial
> 
> # ?????????????????? ?????????????????? USB ?????? ???????????????? ???????????????????????????? ????????????????????. ???? ?????????????????? ?????? ?????????????? ??????????????????, ?? ???????????? ???? ?????????????????????? ?????????????????? usbdevice, ???? ???????????????????? ??????????????????????????. 
> #usb
> 
> # ?????????????????? ?????????????????? ???????????????????? ??????????????????. ????????????????, ?????????????????? ???????? PS/2 ?????????? USB: 
> #	usbdevice='mouse'
> #usbdevice
> usbdevice="tablet"
> 
> # ?????????????????? ???????????????????? ??????????????. ???? ?????????????????? ?????????? "0", ??.?? UTC 
> #localtime
> 
> # ?????? ?????????????????? ???????????????????? ?????? ????????????????. ???????????? sb16 
> #soundhw
> 
> # ?????????????????? ???????????????????????????? ????????????. 
> #full-screen
> 
> # ???? ???????????????????????? ?????????????????????? ??????????????????, ???????????????? ???????????? ?????????? ??????????????. ?? ???????? ???????????? ?????????? 'sdl' ?????? 'vnc' ???? ????????????????.
> #nographic
> 
> 
> 
> #vnc = 1
> #vncunused = 1 
> 
> #root   = "/dev/sda1 ro"
> 
> 
> #extra = 'xencons=tty vga=80x50'

> name = "a4"
> memory = 1024
> maxmem = 1536
> vcpus = 2
> arch_libdir = 'lib'
> kernel	=	"hvmloader"
> builder	=	"hvm"
> acpi	=	0
> apic	=	0
> pae	=	0
> vif  =  [ 'type=ioemu, mac=00:30:48:7e:29:9a, bridge=xenbr0, model=e1000'
>  ]
> disk = [
>  'file:/vm/a4/v-hdd/sda1-a4_sys,ioemu:hda,w'
>  , 'file:/vm/a4/v-rom/SW_CD_Windows_Svr_Std_2003_R2_32-BIT_X64_English_ISO_32bit_1_MLF_X13-73742.ISO,hdb:cdrom,r'
>  , 'file:/raid5/install/IMAGES/MICROSOFT/SQL/SQL2005/32BIT/Win_SQL_Srv_2005_Std_Rus/Win_SQL_Srv_2005_Std_Rus_Disc1.ISO,hdc:cdrom,r'
>  , 'file:/raid5/install/IMAGES/MICROSOFT/SQL/SQL2005/32BIT/Win_SQL_Srv_2005_Std_Rus/Win_SQL_Srv_2005_Std_Rus_Disc2.ISO,hdd:cdrom,r'
>  ]
> boot	=	'c'
> on_poweroff =	'destroy'
> on_reboot =	'restart'
> on_crash =	'preserve'
> device_model = '/usr/' + arch_libdir + '/xen/bin/qemu-dm'
> vfb = ['vnc=1,vnclisten=0.0.0.0']
> vncpasswd =	''
> vncviewer =	1
> opengl	=	1
> sdl	=	0
> vncconsole =	0
> stdvga	=	0
> serial	=	'pty'
> usbdevice="tablet"

> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel

      reply	other threads:[~2011-04-14 12:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-04  8:54 Fwd: bug on create domain0 tkpiuk
2011-04-14 12:58 ` Konrad Rzeszutek Wilk [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110414125828.GB5548@dumpdata.com \
    --to=konrad.wilk@oracle.com \
    --cc=tkpiuk@gmail.com \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).