Checked out the latest unstable version of Xen 4.4 but failed to create a PVHVM domU Configured Xen with ./configure --prefix=/usr DomU config file: name = "pvhvm" builder=''hvm'' device_model = ''qemu-xen'' memory = ''512'' vcpus = ''4'' pae=1 acpi=1 apic=1 vif = [ ''mac=00:16:3E:51:20:8C, bridge=xenbr0, model=e1000'' ] disk = [ ''/vmpool/pvhvm-template/disk-root.img,raw,xvda,w'',''/home/eric/CentOS-6.4-x86_64-bin-DVD1.iso,raw,hdc:cdrom,r'' ] boot=''cd'' xen_platform_pci=1 on_poweroff = ''destroy'' on_reboot = ''restart'' on_crash = ''restart'' sdl=0 vnc=1 vncpasswd='''' stdvga=0 serial=''pty'' usb=1 usbdevice=''tablet'' keymap=''en'' ##################### Error message: xl: xl_cmdimpl.c:1989: create_domain: Assertion `domid == ~0'' failed. Aborted (core dumped) Any idea? Thanks ! _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
On Mon, 2013-09-23 at 11:38 -0600, Yun Wang wrote:> Error message: > xl: xl_cmdimpl.c:1989: create_domain: Assertion `domid == ~0'' failed. > Aborted (core dumped)This is a bug in it s own right but is probably a consequence of some early failure. Please provide the full output of "xl -vvv create". Ian/
On Mon, Sep 23, 2013 at 11:38:32AM -0600, Yun Wang wrote:> Checked out the latest unstable version of Xen 4.4 but failed to create a > PVHVM domU > > Configured Xen with ./configure --prefix=/usr > > DomU config file: > name = "pvhvm" > builder=''hvm'' > device_model = ''qemu-xen'' > memory = ''512'' > vcpus = ''4'' > pae=1 > acpi=1 > apic=1 > vif = [ ''mac=00:16:3E:51:20:8C, bridge=xenbr0, model=e1000'' ] > disk = [ > ''/vmpool/pvhvm-template/disk-root.img,raw,xvda,w'',''/home/eric/CentOS-6.4-x86_64-bin-DVD1.iso,raw,hdc:cdrom,r'' > ] > boot=''cd'' > xen_platform_pci=1 > on_poweroff = ''destroy'' > on_reboot = ''restart'' > on_crash = ''restart'' > sdl=0 > vnc=1 > vncpasswd='''' > stdvga=0 > serial=''pty'' > usb=1 > usbdevice=''tablet'' > keymap=''en'' > ##################### > Error message: > xl: xl_cmdimpl.c:1989: create_domain: Assertion `domid == ~0'' failed. > Aborted (core dumped) >Do you have latest xen-unstable xl installed? I have vague idea that very early version of xl has this bug, which is due to uninitialized variable. Wei.> Any idea? > Thanks !> _______________________________________________ > Xen-users mailing list > Xen-users@lists.xen.org > http://lists.xen.org/xen-users
On Tue, Sep 24, 2013 at 3:30 AM, Ian Campbell <Ian.Campbell@citrix.com>wrote:> On Mon, 2013-09-23 at 11:38 -0600, Yun Wang wrote: > > > Error message: > > xl: xl_cmdimpl.c:1989: create_domain: Assertion `domid == ~0'' failed. > > Aborted (core dumped) > This is a bug in it s own right but is probably a consequence of some > early failure. Please provide the full output of "xl -vvv create". > > Ian/ > > > -- Ian,The "xl -vvv create" returned the similar error msg. Parsing config from pvhvm-template/pvhvm.cfg xl: xl_cmdimpl.c:1989: create_domain: Assertion `domid == ~0'' failed. Aborted (core dumped) -- Wei, Yes, it was the latest xen-unstable xl. BTW. PVHVM installation also failed under Xen 4.3 (official stable version) but with different msgs. libxl: error: libxl_create.c:1075:domcreate_devmodel_started: device model did not start: -3 libxl: error: libxl_dm.c:1306:libxl__destroy_device_model: Device Model already exited Thanks. - Yun _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
On Tue, Sep 24, 2013 at 09:28:23AM -0600, Yun Wang wrote:> On Tue, Sep 24, 2013 at 3:30 AM, Ian Campbell <Ian.Campbell@citrix.com>wrote: > > > On Mon, 2013-09-23 at 11:38 -0600, Yun Wang wrote: > > > > > Error message: > > > xl: xl_cmdimpl.c:1989: create_domain: Assertion `domid == ~0'' failed. > > > Aborted (core dumped) > > This is a bug in it s own right but is probably a consequence of some > > early failure. Please provide the full output of "xl -vvv create". > > > > Ian/ > > > > > > -- Ian, > The "xl -vvv create" returned the similar error msg. > Parsing config from pvhvm-template/pvhvm.cfg > xl: xl_cmdimpl.c:1989: create_domain: Assertion `domid == ~0'' failed. > Aborted (core dumped) >Hmm... is this 4.3 release? I skimmed xl_cmdimpl.c, domid is set to ~0 at the beginning and nothing else seems to touch that variable. Given that you have so many problem, could you please confirm that you have a clean installation? Have you ever installed any earlier versioh of Xen? I ask this because 4.3 have relocated libraries to /usr/local/lib. Your stalled libraries from earlier version might take precedence. Wei.> -- Wei, > Yes, it was the latest xen-unstable xl. > > BTW. PVHVM installation also failed under Xen 4.3 (official stable version) > but with different msgs. > libxl: error: libxl_create.c:1075:domcreate_devmodel_started: device model > did not start: -3 > libxl: error: libxl_dm.c:1306:libxl__destroy_device_model: Device Model > already exited > > Thanks. > - Yun
On Tue, Sep 24, 2013 at 9:41 AM, Wei Liu <wei.liu2@citrix.com> wrote:> On Tue, Sep 24, 2013 at 09:28:23AM -0600, Yun Wang wrote: > > On Tue, Sep 24, 2013 at 3:30 AM, Ian Campbell <Ian.Campbell@citrix.com > >wrote: > > > > > On Mon, 2013-09-23 at 11:38 -0600, Yun Wang wrote: > > > > > > > Error message: > > > > xl: xl_cmdimpl.c:1989: create_domain: Assertion `domid == ~0'' failed. > > > > Aborted (core dumped) > > > This is a bug in it s own right but is probably a consequence of some > > > early failure. Please provide the full output of "xl -vvv create". > > > > > > Ian/ > > > > > > > > > -- Ian, > > The "xl -vvv create" returned the similar error msg. > > Parsing config from pvhvm-template/pvhvm.cfg > > xl: xl_cmdimpl.c:1989: create_domain: Assertion `domid == ~0'' failed. > > Aborted (core dumped) > > > > Hmm... is this 4.3 release? I skimmed xl_cmdimpl.c, domid is set to ~0 > at the beginning and nothing else seems to touch that variable. > > Given that you have so many problem, could you please confirm that you > have a clean installation? Have you ever installed any earlier versioh > of Xen? I ask this because 4.3 have relocated libraries to > /usr/local/lib. Your stalled libraries from earlier version might take > precedence. > > Wei. > > I used ./configure --prefix=/usr and stayed with the original path.Anyway, I will install a clean copy and see if it works or not. Thanks. _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
Just an update of this issue. A clean re-install solved the problem. It seems that "xen uninstall" does not clean all the stuff. Many thanks. _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
On Wed, Sep 25, 2013 at 12:56:48PM -0600, Yun Wang wrote:> Just an update of this issue. > A clean re-install solved the problem. > It seems that "xen uninstall" does not clean all the stuff. >Indeed, the uninstall target doesn''t work well. I remember submitting a patch trying to fix that but never got that one right. Thanks for the update. Wei> Many thanks.
Maybe Matching Threads
- [problem in `xl_cmdimpl.c`] Why pid return by fork() in parent process is not the same with pid returned by getpid()?
- [PATCH 0 of 2 v2] Add vncviewer xm compatibility options
- libxl: error when destroying domain on NetBSD
- [PATCH] tools: xl: on create, if debug && !daemonize, wait for domain destroy in the foreground
- XL: pv guests dont reboot after migration (xen4.1.2-rc2-pre)