All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Marc Patino Gómez" <mpatino@es.clara.net>
To: xen-devel@lists.xensource.com
Subject: Reporting a traceback
Date: Thu, 27 Sep 2007 09:08:23 +0200	[thread overview]
Message-ID: <46FB56E7.4080205@es.clara.net> (raw)

Hi list,

this is my first post to devel list, so... if I make a mistake... please 
tell me.

XEN version: 3.1.0, compiled from sources

I am trying to boot a HVM FreeBSD (migrate via Linux dd), this is the 
domU config file:


kernel = "/usr/lib/xen/boot/hvmloader"
builder = 'hvm'
memory = 1024
name = "galileo"
vif = [ 'type=ioemu, bridge=xenbr0' ]
disk = [ 'phy:/dev/mapper/vg00-galileo,ioemu:da0s,w' ]
cpus = "0"
device_model = '/usr/lib/xen/bin/qemu-dm'
ne2000=0
boot='c'
sdl=0
# enable VNC library for graphics, default = 1
vnc=1
# enable spawning vncviewer(only valid when vnc=1), default = 1
vncviewer=1
vncdisplay=5


and this is the issue

riemann:/home/install# xm create /etc/xen/galileo-config.sxp

Using config file "/etc/xen/galileo-config.sxp".
VNC= 1
Unexpected error: exceptions.OSError

Please report to xen-devel@lists.xensource.com
Traceback (most recent call last):
  File "/usr/sbin/xm", line 10, in ?
    main.main(sys.argv)
  File "//usr/lib/python/xen/xm/main.py", line 2453, in main
    _, rc = _run_cmd(cmd, cmd_name, args)
  File "//usr/lib/python/xen/xm/main.py", line 2477, in _run_cmd
    return True, cmd(args)
  File "<string>", line 1, in <lambda>
  File "//usr/lib/python/xen/xm/main.py", line 1266, in xm_importcommand
    cmd.main([command] + args)
  File "//usr/lib/python/xen/xm/create.py", line 1309, in main
    dom = make_domain(opts, config)
  File "//usr/lib/python/xen/xm/create.py", line 1054, in make_domain
    os.kill(vncpid, signal.SIGKILL)
OSError: [Errno 3] No such process

The problem, in my opinion is located in the following line:

disk = [ 'phy:/dev/mapper/vg00-galileo,ioemu:da0s,w' ]

If I sustitute da0s by hda this traceback is not shown, but then BTX 
(the FreeBSD boot loader) hangs when it try to boot the kernel.

Any ideas? Can I send more usefull information?

Regards,

Marc

             reply	other threads:[~2007-09-27  7:08 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-27  7:08 Marc Patino Gómez [this message]
2007-09-27  7:54 ` Reporting a traceback Keir Fraser
2007-10-01 13:53   ` Marc Patino Gómez
2007-10-01 14:02     ` John Levon

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=46FB56E7.4080205@es.clara.net \
    --to=mpatino@es.clara.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.