All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gerd Knorr <kraxel@suse.de>
To: xen-devel@lists.xensource.com
Subject: unstable grant table issues?
Date: Mon, 4 Jul 2005 16:49:10 +0200	[thread overview]
Message-ID: <20050704144910.GA28062@bytesex> (raw)

  Hi,

current unstable (hg22ccddf93c40c7962109d1763d88b9f65af1f680)
fails to boot DomU for me (32-bit, unpatched).  Seems to be a
problem with the grant tables.

Last DomU messages:

  VFS: Mounted root (ext2 filesystem) readonly.
  Freeing unused kernel memory: 168k freed
  attempt to access beyond end of device
  sda1: rw=0, want=1717986920, limit=8388608

The domain is still in the "xm list" after that and can't be
killed by "xm destroy".

In the xen message log I see this (xen built with debug=y):

  [ ... ]
  (XEN) Scrubbing Free RAM: ...........done.
  (XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times to switch input to Xen).
  (XEN) (file=/work/bk/xen/test-build-i686-22ccddf93c40c7962109d1763d88b9f65af1f680/xen/include/asm/mm.h, line=187) Error pfn 100: rd=ff19d080, od=00000000, caf=00000000, taf=00000000
  (XEN) (file=/work/bk/xen/test-build-i686-22ccddf93c40c7962109d1763d88b9f65af1f680/xen/include/asm/mm.h, line=187) Error pfn 100: rd=ff19d080, od=00000000, caf=00000000, taf=00000000
  (XEN) (file=/work/bk/xen/test-build-i686-22ccddf93c40c7962109d1763d88b9f65af1f680/xen/include/asm/mm.h, line=187) Error pfn 100: rd=ff19d080, od=00000000, caf=00000000, taf=00000000
  (XEN) (file=grant_table.c, line=500) Bad handle (0).
  (XEN) (file=grant_table.c, line=500) Bad handle (8192).
  (XEN) (file=grant_table.c, line=500) Bad handle (40264).
  (XEN) (file=grant_table.c, line=500) Bad handle (0).
  (XEN) (file=grant_table.c, line=500) Bad handle (20480).
  (XEN) (file=grant_table.c, line=500) Bad handle (0).

The error messages from mm.h appeared during Dom0 bootup, but seem to be
harmless.  The grant_table.c messages where triggered by the attempt to boot
DomU.

Config file looks like this:

  master-xen root ~# cat /vm/sl93/config.xen3
  # general
  kernel = "/vm/sl93/vmlinuz3";
  memory = 128;
  name = "sl93";
  builder = "linux";

  # disk
  #disk = [ 'file:/dev/xen/sl93,sda1,w' ];
  disk = [ 'phy:xen/sl93,sda1,w' ];
  root = "/dev/sda1 ro";

  # network
  vif = [ 'mac=aa:00:78:65:6e:31, bridge=eth0' ];
  dhcp = "dhcp";

Which of the two "disk = " lines I use doesn't make a difference (Is there any
btw.?).

Any idea?

  Gerd

             reply	other threads:[~2005-07-04 14:49 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-07-04 14:49 Gerd Knorr [this message]
2005-07-04 15:30 ` unstable grant table issues? Keir Fraser
2005-07-05  9:19   ` Gerd Knorr
2005-07-05  9:44     ` Keir Fraser

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=20050704144910.GA28062@bytesex \
    --to=kraxel@suse.de \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.