All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rob Gardner <rob.gardner@hp.com>
To: Ted Kaczmarek <tedkaz@optonline.net>
Cc: Ryan Grimm <grimm@us.ibm.com>, xen-devel@lists.xensource.com
Subject: Re: More on domU not starting -- HELP
Date: Wed, 12 Oct 2005 16:53:59 -0600	[thread overview]
Message-ID: <434D9407.6070807@hp.com> (raw)
In-Reply-To: <1129155214.16017.211.camel@pluto.linsolutions.com>

Ted Kaczmarek wrote:

>
>What changeset are you using?
>  
>
4e335372ace8

Note that I got this by just doing 'hg clone 
http://xenbits.xensource.com/xen-unstable.hg'

I did not change a thing, just did a make world and installed the stuff.

(Am I wrong to assume that this procedure will produce a xen that works?)

>Did your kernel config work before?
>  
>

I had no special config, just was using whatever the default is in the 
repository I cloned.

>My Xen domO
>
>CONFIG_XEN_PRIVILEGED_GUEST=y
>CONFIG_XEN_PHYSDEV_ACCESS=y
>CONFIG_XEN_BLKDEV_BACKEND=y
># CONFIG_XEN_BLKDEV_TAP_BE is not set
>CONFIG_XEN_NETDEV_BACKEND=y
># CONFIG_XEN_TPMDEV_FRONTEND is not set
># CONFIG_XEN_TPMDEV_BACKEND is not set
>CONFIG_XEN_BLKDEV_FRONTEND=y
># CONFIG_XEN_NETDEV_FRONTEND is not set
># CONFIG_XEN_BLKDEV_TAP is not set
># CONFIG_XEN_SHADOW_MODE is not set
>CONFIG_XEN_SCRUB_PAGES=y
>CONFIG_XEN_X86=y
># CONFIG_XEN_X86_64 is not set
>CONFIG_HAVE_ARCH_DEV_ALLOC_SKB=y
>  
>
My xen dom0:

CONFIG_XEN_PRIVILEGED_GUEST=y
CONFIG_XEN_PHYSDEV_ACCESS=y
CONFIG_XEN_BLKDEV_BACKEND=y
# CONFIG_XEN_BLKDEV_TAP_BE is not set
CONFIG_XEN_NETDEV_BACKEND=y
# CONFIG_XEN_TPMDEV_FRONTEND is not set
# CONFIG_XEN_TPMDEV_BACKEND is not set
CONFIG_XEN_BLKDEV_FRONTEND=y
CONFIG_XEN_NETDEV_FRONTEND=y
# CONFIG_XEN_NETDEV_FRONTEND_PIPELINED_TRANSMITTER is not set
# CONFIG_XEN_BLKDEV_TAP is not set
# CONFIG_XEN_SHADOW_MODE is not set
CONFIG_XEN_SCRUB_PAGES=y
CONFIG_XEN_X86=y
# CONFIG_XEN_X86_64 is not set
CONFIG_HAVE_ARCH_DEV_ALLOC_SKB=y



>
>My xen domU
>
># CONFIG_XEN_PRIVILEGED_GUEST is not set
># CONFIG_XEN_PHYSDEV_ACCESS is not set
># CONFIG_XEN_TPMDEV_FRONTEND is not set
># CONFIG_XEN_TPMDEV_BACKEND is not set
>CONFIG_XEN_BLKDEV_FRONTEND=y
>CONFIG_XEN_NETDEV_FRONTEND=y
># CONFIG_XEN_NETDEV_FRONTEND_PIPELINED_TRANSMITTER is not set
># CONFIG_XEN_BLKDEV_TAP is not set
># CONFIG_XEN_SHADOW_MODE is not set
>CONFIG_XEN_SCRUB_PAGES=y
>CONFIG_XEN_X86=y
># CONFIG_XEN_X86_64 is not set
>CONFIG_HAVE_ARCH_DEV_ALLOC_SKB=y
>
>  
>

My xen domU:

# CONFIG_XEN_PRIVILEGED_GUEST is not set
# CONFIG_XEN_PHYSDEV_ACCESS is not set
# CONFIG_XEN_TPMDEV_FRONTEND is not set
# CONFIG_XEN_TPMDEV_BACKEND is not set
CONFIG_XEN_BLKDEV_FRONTEND=y
CONFIG_XEN_NETDEV_FRONTEND=y
# CONFIG_XEN_NETDEV_FRONTEND_PIPELINED_TRANSMITTER is not set
# CONFIG_XEN_BLKDEV_TAP is not set
# CONFIG_XEN_SHADOW_MODE is not set
CONFIG_XEN_SCRUB_PAGES=y
CONFIG_XEN_X86=y
# CONFIG_XEN_X86_64 is not set
CONFIG_HAVE_ARCH_DEV_ALLOC_SKB=y




>Might also help to try a loop image as well and see if that will play
>nice.
>  
>

That's what I'm doing. My config file looks like this:
  ...snip...
xm_vars.check()
kernel = "/boot/vmlinuz-2.6.12-xenU"
memory = 128
name = "Rob-VM%d" % vmid
cpu = vmid  # set based on vmid (mod number of CPUs)
nics=1
disk = [ 'file:/xen/disk-images/dom1.fs,sda1,w']
ip = add_offset_to_ip(get_current_ipaddr(),vmid)
netmask = get_current_ipmask()
gateway = get_current_ipgw()
hostname= "vm%d" % vmid
root = "/dev/sda1 ro"
extra = "4 VMID=%d" % vmid

Here's another bit of info... running 'xm block-list' on the domU that 
doesn't boot successfully gives:
   (2065 ((virtual-device 2065) (backend-id 0) (backend 
/local/domain/0/backend/vbd/1/2065) (ring-ref 8) (event-channel 6) 
(error '2 reading   backend fields at /local/domain/0/backend/vbd/1/2065')))



Rob

  reply	other threads:[~2005-10-12 22:53 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-11 21:25 More on domU not starting Rob Gardner
2005-10-11 22:48 ` Ryan Grimm
2005-10-11 23:12   ` Rob Gardner
2005-10-12 16:01     ` Ryan Grimm
2005-10-12 20:57       ` More on domU not starting -- HELP Rob Gardner
2005-10-12 21:18         ` Ted Kaczmarek
2005-10-12 21:48           ` Rob Gardner
2005-10-12 22:13             ` Ted Kaczmarek
2005-10-12 22:53               ` Rob Gardner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2005-10-13  0:39 Deuskar, Prafulla

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=434D9407.6070807@hp.com \
    --to=rob.gardner@hp.com \
    --cc=grimm@us.ibm.com \
    --cc=tedkaz@optonline.net \
    --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.