From: Sergi Seira <s.seira@cdmon.com>
To: Mark Williamson <mark.williamson@cl.cam.ac.uk>
Cc: xen-devel@lists.xensource.com, Ewan Mellor <ewan@xensource.com>
Subject: Re: freebsd domu 14, bad address
Date: Tue, 27 Feb 2007 16:15:31 +0100 [thread overview]
Message-ID: <45E44B13.2050205@cdmon.com> (raw)
In-Reply-To: <200702271430.29016.mark.williamson@cl.cam.ac.uk>
Hi,
I downloaded and compiled xen-3.0.4_1-src.tgz
# uname -a
Linux xena 2.6.16.33-xen #2 SMP Mon Feb 26 17:36:24 CET 2007 i686 GNU/Linux
The host is running configfile from
http://www.yuanjue.net/xen/freebsd_xen_INSTALL (with path to 'disks'
changed to my setup).
Thanks,
regards,
Sergi
Mark Williamson wrote:
> Hi Ewan,
>
> I suggested Sergi post this to xen-devel since this looks to me like the
> kernel being loaded *might* be tickling some odd tools behaviour...
>
> I can't quite see why the traceback that the logs show would actually be
> occurring - maybe someone who has more familiarity with the code can provide
> some insight? Any clues off the top of your head?
>
> I've attempted to trace what could be producing this exception but I'm
> actually not sure what it could be...
>
> Sergi: what release of Xen 3.0.4 is this? Where did you get it from? What
> mode is the host running in? (32-bit, PAE, 64-bit)
>
> Cheers,
> Mark
>
>
> On Tuesday 27 February 2007 12:47, Sergi Seira wrote:
>> Hello,
>>
>> I'm trying to get a freebsd virtual machine running following :
>>
>> http://www.yuanjue.net/xen/howto.html
>>
>> But I get :
>>
>> # xm create freebsd_xen_INSTALL -c
>> Using config file "./freebsd_xen_INSTALL".
>> Error: (14, 'Bad address')
>>
>> Am I missing something?
>>
>> I am using xen 3.0.4.
>>
>> Thanks and regards,
>> Sergi
>>
>> ....
>>
>> log output from xend.log:
>>
>> [2007-02-27 12:46:59 xend.XendDomainInfo 9551] DEBUG (XendDomainInfo:94)
>> XendDomainInfo.create(['vm', ['name', 'freebsd-xen-INSTALL'], ['memory',
>> 512], ['vcpus', 1], ['on_xend_start', 'ignore'], ['on_xend_stop',
>> 'ignore'], ['image', ['linux', ['kernel',
>> '/xenvm/fbsd/freebsd-XENU_INSTALL'], ['args',
>> 'boot_verbose,boot_single,vfs.root.mountfrom=ufs:/dev/md0,kern.hz=100']]],
>> ['device', ['vbd', ['uname',
>> 'file:/xenvm/fbsd/freebsd_xen_INSTALL.img'], ['dev', 'hda1'], ['mode',
>> 'w']]], ['device', ['vif']]])
>> [2007-02-27 12:46:59 xend.XendConfig 9551] WARNING (XendConfig:606)
>> Unconverted key: cpus
>> [2007-02-27 12:46:59 xend.XendDomainInfo 9551] DEBUG
>> (XendDomainInfo:1284) XendDomainInfo.constructDomain
>> [2007-02-27 12:46:59 xend.XendDomainInfo 9551] DEBUG
>> (XendDomainInfo:1330) XendDomainInfo.initDomain: 21 256
>> [2007-02-27 12:46:59 xend 9551] DEBUG (balloon:127) Balloon: 627696 KiB
>> free; need 524288; done.
>> [2007-02-27 12:46:59 xend 9551] INFO (image:125) buildDomain os=linux
>> dom=21 vcpus=1
>> [2007-02-27 12:46:59 xend 9551] DEBUG (image:194) domid = 21
>> [2007-02-27 12:46:59 xend 9551] DEBUG (image:195) memsize = 512
>> [2007-02-27 12:46:59 xend 9551] DEBUG (image:196) image =
>> /xenvm/fbsd/freebsd-XENU_INSTALL
>> [2007-02-27 12:46:59 xend 9551] DEBUG (image:197) store_evtchn = 1
>> [2007-02-27 12:46:59 xend 9551] DEBUG (image:198) console_evtchn = 2
>> [2007-02-27 12:46:59 xend 9551] DEBUG (image:199) cmdline =
>> boot_verbose,boot_single,vfs.root.mountfrom=ufs:/dev/md0,kern.hz=100
>> [2007-02-27 12:46:59 xend 9551] DEBUG (image:200) ramdisk =
>> [2007-02-27 12:46:59 xend 9551] DEBUG (image:201) vcpus = 1
>> [2007-02-27 12:46:59 xend 9551] DEBUG (image:202) features =
>> [2007-02-27 12:47:00 xend.XendDomainInfo 9551] ERROR
>> (XendDomainInfo:1399) XendDomainInfo.initDomain: exception occurred
>> Traceback (most recent call last):
>> File "//usr/lib/python/xen/xend/XendDomainInfo.py", line 1383, in
>> _initDomain
>> channel_details = self.image.createImage()
>> File "//usr/lib/python/xen/xend/image.py", line 108, in createImage
>> return self.createDomain()
>> File "//usr/lib/python/xen/xend/image.py", line 127, in createDomain
>> result = self.buildDomain()
>> File "//usr/lib/python/xen/xend/image.py", line 626, in buildDomain
>> return LinuxImageHandler.buildDomain(self)
>> File "//usr/lib/python/xen/xend/image.py", line 211, in buildDomain
>> features = self.vm.getFeatures())
>> Error: (14, 'Bad address')
>> [2007-02-27 12:47:00 xend.XendDomainInfo 9551] ERROR
>> (XendDomainInfo:397) VM start failed
>> Traceback (most recent call last):
>> File "//usr/lib/python/xen/xend/XendDomainInfo.py", line 385, in start
>> self._initDomain()
>> File "//usr/lib/python/xen/xend/XendDomainInfo.py", line 1401, in
>> _initDomain
>> raise VmError(str(exn))
>> VmError: (14, 'Bad address')
>> [2007-02-27 12:47:00 xend.XendDomainInfo 9551] DEBUG
>> (XendDomainInfo:1483) XendDomainInfo.destroy: domid=21
>> [2007-02-27 12:47:00 xend.XendDomainInfo 9551] DEBUG
>> (XendDomainInfo:1491) XendDomainInfo.destroyDomain(21)
>> [2007-02-27 12:47:00 xend.XendDomainInfo 9551] ERROR (XendDomainInfo:99)
>> Domain construction failed
>> Traceback (most recent call last):
>> File "//usr/lib/python/xen/xend/XendDomainInfo.py", line 97, in create
>> vm.start()
>> File "//usr/lib/python/xen/xend/XendDomainInfo.py", line 385, in start
>> self._initDomain()
>> File "//usr/lib/python/xen/xend/XendDomainInfo.py", line 1401, in
>> _initDomain
>> raise VmError(str(exn))
>> VmError: (14, 'Bad address')
>> [2007-02-27 12:47:00 xend.XendDomainInfo 9551] DEBUG
>> (XendDomainInfo:1483) XendDomainInfo.destroy: domid=None
>> [2007-02-27 12:47:00 xend.XendDomainInfo 9551] DEBUG
>> (XendDomainInfo:1491) XendDomainInfo.destroyDomain(None)
>> [2007-02-27 12:47:44 xend.XendDomainInfo 9551] DEBUG (XendDomainInfo:94)
>> XendDomainInfo.create(['vm', ['name', 'freebsd-xen-INSTALL'], ['memory',
>> 512], ['vcpus', 1], ['on_xend_start', 'ignore'], ['on_xend_stop',
>> 'ignore'], ['image', ['linux', ['kernel',
>> '/xenvm/fbsd/freebsd-XENU_INSTALL'], ['args',
>> 'boot_verbose,boot_single,vfs.root.mountfrom=ufs:/dev/md0,kern.hz=100']]],
>> ['device', ['vbd', ['uname',
>> 'file:/xenvm/fbsd/freebsd_xen_INSTALL.img'], ['dev', 'hda1'], ['mode',
>> 'w']]], ['device', ['vif']]])
>> [2007-02-27 12:47:44 xend.XendConfig 9551] WARNING (XendConfig:606)
>> Unconverted key: cpus
>> [2007-02-27 12:47:44 xend.XendDomainInfo 9551] DEBUG
>> (XendDomainInfo:1284) XendDomainInfo.constructDomain
>> [2007-02-27 12:47:44 xend.XendDomainInfo 9551] DEBUG
>> (XendDomainInfo:1330) XendDomainInfo.initDomain: 22 256
>> [2007-02-27 12:47:44 xend 9551] DEBUG (balloon:127) Balloon: 627696 KiB
>> free; need 524288; done.
>> [2007-02-27 12:47:44 xend 9551] INFO (image:125) buildDomain os=linux
>> dom=22 vcpus=1
>> [2007-02-27 12:47:44 xend 9551] DEBUG (image:194) domid = 22
>> [2007-02-27 12:47:44 xend 9551] DEBUG (image:195) memsize = 512
>> [2007-02-27 12:47:44 xend 9551] DEBUG (image:196) image =
>> /xenvm/fbsd/freebsd-XENU_INSTALL
>> [2007-02-27 12:47:44 xend 9551] DEBUG (image:197) store_evtchn = 1
>> [2007-02-27 12:47:44 xend 9551] DEBUG (image:198) console_evtchn = 2
>> [2007-02-27 12:47:44 xend 9551] DEBUG (image:199) cmdline =
>> boot_verbose,boot_single,vfs.root.mountfrom=ufs:/dev/md0,kern.hz=100
>> [2007-02-27 12:47:44 xend 9551] DEBUG (image:200) ramdisk =
>> [2007-02-27 12:47:44 xend 9551] DEBUG (image:201) vcpus = 1
>> [2007-02-27 12:47:44 xend 9551] DEBUG (image:202) features =
>> [2007-02-27 12:47:45 xend.XendDomainInfo 9551] ERROR
>> (XendDomainInfo:1399) XendDomainInfo.initDomain: exception occurred
>> Traceback (most recent call last):
>> File "//usr/lib/python/xen/xend/XendDomainInfo.py", line 1383, in
>> _initDomain
>> channel_details = self.image.createImage()
>> File "//usr/lib/python/xen/xend/image.py", line 108, in createImage
>> return self.createDomain()
>> File "//usr/lib/python/xen/xend/image.py", line 127, in createDomain
>> result = self.buildDomain()
>> File "//usr/lib/python/xen/xend/image.py", line 626, in buildDomain
>> return LinuxImageHandler.buildDomain(self)
>> File "//usr/lib/python/xen/xend/image.py", line 211, in buildDomain
>> features = self.vm.getFeatures())
>> Error: (14, 'Bad address')
>> [2007-02-27 12:47:45 xend.XendDomainInfo 9551] ERROR
>> (XendDomainInfo:397) VM start failed
>> Traceback (most recent call last):
>> File "//usr/lib/python/xen/xend/XendDomainInfo.py", line 385, in start
>> self._initDomain()
>> File "//usr/lib/python/xen/xend/XendDomainInfo.py", line 1401, in
>> _initDomain
>> raise VmError(str(exn))
>> VmError: (14, 'Bad address')
>> [2007-02-27 12:47:45 xend.XendDomainInfo 9551] DEBUG
>> (XendDomainInfo:1483) XendDomainInfo.destroy: domid=22
>> [2007-02-27 12:47:45 xend.XendDomainInfo 9551] DEBUG
>> (XendDomainInfo:1491) XendDomainInfo.destroyDomain(22)
>> [2007-02-27 12:47:45 xend.XendDomainInfo 9551] ERROR (XendDomainInfo:99)
>> Domain construction failed
>> Traceback (most recent call last):
>> File "//usr/lib/python/xen/xend/XendDomainInfo.py", line 97, in create
>> vm.start()
>> File "//usr/lib/python/xen/xend/XendDomainInfo.py", line 385, in start
>> self._initDomain()
>> File "//usr/lib/python/xen/xend/XendDomainInfo.py", line 1401, in
>> _initDomain
>> raise VmError(str(exn))
>> VmError: (14, 'Bad address')
>> [2007-02-27 12:47:45 xend.XendDomainInfo 9551] DEBUG
>> (XendDomainInfo:1483) XendDomainInfo.destroy: domid=None
>> [2007-02-27 12:47:45 xend.XendDomainInfo 9551] DEBUG
>> (XendDomainInfo:1491) XendDomainInfo.destroyDomain(None)
>>
>>
>>
>>
>> _______________________________________________
>> Xen-devel mailing list
>> Xen-devel@lists.xensource.com
>> http://lists.xensource.com/xen-devel
>
next prev parent reply other threads:[~2007-02-27 15:15 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-02-27 12:47 freebsd domu 14, bad address Sergi Seira
2007-02-27 14:30 ` Mark Williamson
2007-02-27 15:15 ` Sergi Seira [this message]
2007-02-27 15:30 ` Derek Murray
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=45E44B13.2050205@cdmon.com \
--to=s.seira@cdmon.com \
--cc=ewan@xensource.com \
--cc=mark.williamson@cl.cam.ac.uk \
--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.