xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
To: jim burns <jim_burn@bellsouth.net>
Cc: Ian Campbell <Ian.Campbell@eu.citrix.com>,
	xen-devel@lists.xensource.com, xen-users@lists.xensource.com,
	Fedora Xen List <fedora-xen@redhat.com>
Subject: Re: [Fedora-xen] [Xen-devel] Re: [Xen-users] Continuing BUG:-iness booting Fedora Rawhide 3.1.0-rc's (was Summary: Experiences setting up a debug serial port)
Date: Fri, 16 Sep 2011 13:38:14 -0400	[thread overview]
Message-ID: <20110916173814.GB29389@phenom.oracle.com> (raw)
In-Reply-To: <2531823.kDgpVeQNv3@dell4550>

> Testing out myoung's 3.1.0 was not as straight forward as I had hoped. It did 
> boot up without any BUG:s, but I did get the occasional Lock Order message. 
> Log snippet at the end of the post. It doesn't seem to be directly related to 
> starting guests.

Yeah, those look like the network card (b44 driver) is at fault.
> 
> The real problem comes in starting up guests. Performance is very bad. I knew 
> from working with rawhide 3.0.0 (long since replaced) that performance would 
> suffer - rawhide kernels are debug kernels:

Right. They are horrendously slow.

> 
> jimb@insp6400 09/16/11 10:16AM:~
> [511] > grep DEBUG /boot/config-3.1.0-0.rc6.git0.0.xendom0.fc17.x86_64|grep -v 
> 'is not set'|wc -l
> 91
> jimb@insp6400 09/16/11 10:16AM:~
> [512] > grep DEBUG /boot/config-2.6.40.4-5.fc15.x86_64|grep -v 'is not set'|wc 
> -l           
> 54
> jimb@insp6400 09/16/11 10:18AM:~
> [513] > grep DEBUG /boot/config-3.0.1-3.fc16.x86_64|grep -v 'is not set'|wc -l 
> 90
> 
> Starting guests is much slower under myoung's 3.1.0 than under rawhide's 3.1.0 
> or 3.0.{0,1}. A cifs backed pv domu took 6 min. for 'xm create' to exit, 

a debug kernel which will indeed be quite slow.

> root@insp6400 09/16/11 12:09AM:~
> [544] > xl create Documents/winxp; brctl show;  ps -A|grep qemu; netstat -tlp|
> grep 59; renice -11 `pidof qemu-dm`;  ps -A|grep vncv; ifconfig vif1.0 mtu 
> 9000
> Parsing config file Documents/winxp
> xc: info: VIRTUAL MEMORY ARRANGEMENT:
>   Loader:        0000000000100000->000000000017b270
>   TOTAL:         0000000000000000->000000003fc00000
>   ENTRY ADDRESS: 00000000001015a0
> xc: error: Could not allocate memory for HVM guest. (16 = Device or resource 
> busy): Internal error
> libxl: error: libxl_dom.c:284:libxl__build_hvm hvm building failed

How much memory do you have used for your dom0/domU?
> 
> and my serial debug log had several:
> 
> (XEN) memory.c:133:d0 Could not allocate order=9 extent: id=1 memflags=0 (1 of 
> 4)
> (XEN) memory.c:133:d0 Could not allocate order=9 extent: id=1 memflags=0 (0 of 
> 4)
> (XEN) memory.c:133:d0 Could not allocate order=9 extent: id=1 memflags=0 (0 of 
> 4)
> (XEN) memory.c:133:d0 Could not allocate order=9 extent: id=1 memflags=0 (0 of 
> 4)
> (XEN) memory.c:133:d0 Could not allocate order=9 extent: id=1 memflags=0 (0 of 
> 4)
> (XEN) memory.c:133:d0 Could not allocate order=9 extent: id=1 memflags=0 (0 of 
> 4)
> (XEN) memory.c:133:d0 Could not allocate order=9 extent: id=1 memflags=0 (0 of 
> 4)
> (XEN) memory.c:133:d0 Could not allocate order=9 extent: id=1 memflags=0 (0 of 
> 4)
> (XEN) memory.c:133:d0 Could not allocate order=9 extent: id=1 memflags=0 (0 of 
> 4)
> (XEN) memory.c:133:d0 Could not allocate order=9 extent: id=1 memflags=0 (0 of 
> 4)
> (XEN) memory.c:133:d0 Could not allocate order=9 extent: id=1 memflags=0 (0 of 
> 4)
> (XEN) memory.c:133:d0 Could not allocate order=9 extent: id=1 memflags=0 (0 of 
> 4)
> (XEN) memory.c:133:d0 Could not allocate order=9 extent: id=1 memflags=0 (0 of 
> 4)
> (XEN) memory.c:133:d0 Could not allocate order=9 extent: id=1 memflags=0 (0 of 
> 4)
> (XEN) memory.c:133:d0 Could not allocate order=9 extent: id=1 memflags=0 (0 of 
> 4)
> (XEN) memory.c:133:d0 Could not allocate order=9 extent: id=1 memflags=0 (0 of 
> 4)
> (XEN) memory.c:133:d0 Could not allocate order=9 extent: id=1 memflags=0 (0 of 
> 4)
> (XEN) memory.c:133:d0 Could not allocate order=9 extent: id=1 memflags=0 (0 of 
> 4)
> (XEN) memory.c:133:d0 Could not allocate order=9 extent: id=1 memflags=0 (0 of 
> 4)
> (XEN) memory.c:133:d0 Could not allocate order=9 extent: id=1 memflags=0 (0 of 
> 4)
> (XEN) memory.c:133:d0 Could not allocate order=9 extent: id=1 memflags=0 (0 of 
> 4)
> (XEN) memory.c:133:d0 Could not allocate order=9 extent: id=1 memflags=0 (0 of 
> 4)
> (XEN) memory.c:133:d0 Could not allocate order=9 extent: id=1 memflags=0 (0 of 
> 4)
> (XEN) memory.c:133:d0 Could not allocate order=9 extent: id=1 memflags=0 (0 of 
> 4)
> (XEN) memory.c:133:d0 Could not allocate order=0 extent: id=1 memflags=0 (439 
> of 2048)
> 
> Then I remembered that I recently upped the memory allocation for my winxp 
> domu, from 512 to 768. This works fine under 2.6.40, the f15 non-debug 
> production kernel. None the less, I knocked the allocation back down to 512, 
> and my winxp domu did start up, getting to the qemu splash screen in about 2 - 
> 3 min., during part of which dom0 was unresponsive. However, I'm still getting 
> the '(XEN) memory.c' errors, and some frequent GPF errors (a few a min.) in my 
> serial debug log:
> 
> (XEN) traps.c:2956: GPF (0060): ffff82c48015354a -> ffff82c480200131
> 
> Then, rawhide and gplpv don't get along. Specifically, the xennet receive side 
> driver stops working, and I have to fall back to qemu emulation. It takes 
> about an hour for the winxp desktop to finish initializing, with dom0 cpu load 
> on one cpu core at 72% - yum! But I'll just have to live with it - it's not 
> your problem. I'll leave it up for at least a day to see if any other messages 
> pop up.

Keep in mind that the patch for the <title> is going in 3.1, so it will show
up in FC16 at some point.

You can also rebuild your kernel without the debug options..

  reply	other threads:[~2011-09-16 17:38 UTC|newest]

Thread overview: 56+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <201107231426.56811.jim_burn@bellsouth.net>
     [not found] ` <201107251548.19324.jim_burn@bellsouth.net>
     [not found]   ` <20110725195723.GM32373@reaktio.net>
     [not found]     ` <201107251639.17471.jim_burn@bellsouth.net>
2011-07-25 21:05       ` Updating Xen 4.1.x xmexamples files (vfb line required for HVM guests) Pasi Kärkkäinen
2011-07-26 15:39         ` Ian Campbell
2011-07-26 17:00           ` Pasi Kärkkäinen
2011-07-26 22:20             ` [Xen-devel] " jim burns
2011-08-01 21:12               ` Pasi Kärkkäinen
2011-08-01 23:06                 ` Re: [Xen-devel] " jim burns
2011-08-02  5:04                   ` [Xen-users] Re: " Boris Derzhavets
2011-08-02  9:38                     ` Re: [Xen-devel] " jim burns
2011-08-02 13:07                       ` [Xen-users] " Boris Derzhavets
2011-08-02 17:13                         ` Pasi Kärkkäinen
2011-08-02 17:17                         ` Konrad Rzeszutek Wilk
2011-08-02 17:37                           ` M A Young
2011-08-02 21:57                             ` Re: Re: [Xen-devel] " jim burns
2011-08-03  1:05                               ` Re: [Xen-users] " Boris Derzhavets
2011-08-03  1:33                                 ` Re: Re: Re: [Xen-devel] " jim burns
2011-08-02 17:42                           ` [Xen-users] " M A Young
2011-08-02 18:34                             ` Re: [Xen-devel] " Boris Derzhavets
2011-08-02 18:39                               ` [Xen-users] " Boris Derzhavets
2011-08-02 19:03                                 ` Konrad Rzeszutek Wilk
2011-08-02 19:37                                   ` Attempt to load kernel 2.6.40-4.fc15.x86_64 under Xen 4.1.1 on Fedora 15 Boris Derzhavets
2011-08-02 19:55                                     ` Pasi Kärkkäinen
2011-08-03  0:55                                       ` [Xen-devel] " Boris Derzhavets
2011-08-02 17:13                       ` [Xen-users] Re: Updating Xen 4.1.x xmexamples files (vfb line required for HVM guests) Pasi Kärkkäinen
2011-09-26 14:42           ` Konrad Rzeszutek Wilk
     [not found] ` <1816797.G1BumNNXCy@dell4550>
     [not found]   ` <CAMrPLWKoenO5p3BJDU9KMb4y1qcMR3hcAgtss2bdbX_wKnfwZg@mail.gmail.com>
     [not found]     ` <3588908.GoxUj34Eqr@dell4550>
2011-09-09 13:14       ` [Fedora-xen] Continuing BUG:-iness booting Fedora Rawhide 3.1.0-rc's (was Summary: Experiences setting up a debug serial port) Pasi Kärkkäinen
2011-09-09 13:52         ` jim burns
2011-09-12  7:36           ` Pasi Kärkkäinen
2011-09-12 20:07             ` jim burns
2011-09-13  8:55               ` [Fedora-xen] [Xen-users] " Pasi Kärkkäinen
2011-09-13 23:50                 ` [Xen-users] " jim burns
2011-09-14  1:44                   ` jim burns
2011-09-14  9:08                   ` [Fedora-xen] [Xen-devel] " Konrad Rzeszutek Wilk
2011-09-14 10:57                     ` Konrad Rzeszutek Wilk
2011-09-14 20:18                       ` Andy Burns
2011-09-18  8:08                         ` Andy Burns
2011-09-18 10:33                           ` Andy Burns
2011-09-18 10:46                             ` Andy Burns
2011-09-18 14:03                               ` Andy Burns
2011-09-18 14:54                                 ` Andy Burns
2011-09-21 18:03                           ` Konrad Rzeszutek Wilk
2011-09-21 19:43                             ` Andy Burns
2011-09-22 20:15                               ` Andy Burns
2011-09-22 20:21                                 ` Konrad Rzeszutek Wilk
2011-09-14 21:07                       ` jim burns
2011-09-14 22:12                         ` [Fedora-xen] [Xen-devel] " Konrad Rzeszutek Wilk
2011-09-14 23:05                           ` [Xen-devel] " jim burns
2011-09-14 23:38                           ` [Fedora-xen] [Xen-devel] Re: [Xen-users] " M A Young
2011-09-15  1:18                             ` [Fedora-xen] " jim burns
2011-09-15 15:20                               ` [Fedora-xen] [Xen-devel] " Konrad Rzeszutek Wilk
2011-09-15  7:53                             ` [Fedora-xen] " Konrad Rzeszutek Wilk
2011-09-16 14:55                               ` [Fedora-xen] [Xen-devel] " jim burns
2011-09-16 17:38                                 ` Konrad Rzeszutek Wilk [this message]
2011-09-16 20:06                                   ` jim burns
2011-09-16 22:42                                     ` [Fedora-xen] Re: [Xen-users] " jim burns
2011-09-23 17:33                                       ` jim burns
2011-09-26  7:22                                         ` Andy Burns

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=20110916173814.GB29389@phenom.oracle.com \
    --to=konrad.wilk@oracle.com \
    --cc=Ian.Campbell@eu.citrix.com \
    --cc=fedora-xen@redhat.com \
    --cc=jim_burn@bellsouth.net \
    --cc=xen-devel@lists.xensource.com \
    --cc=xen-users@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).