Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 493232 - app-emulation/xen-tools - xl aborts when "bootloader=" setting is used in xl.cfg: xl: libxl_bootloader.c:42: bootloader_arg: Assertion `bl->nargs < bl->argsspace' failed.
Summary: app-emulation/xen-tools - xl aborts when "bootloader=" setting is used in xl....
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Ian Delaney (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-03 17:10 UTC by guillaume
Modified: 2013-12-23 03:26 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description guillaume 2013-12-03 17:10:33 UTC
I've been unable to get my domU PV domain to boot, with the arg bootloader="pygrub"
   $ xl create /etc/xen/auto/my_domain.cfg

Parsing config from /etc/xen/auto/my_domain.cfg
xl: libxl_bootloader.c:42: bootloader_arg: Assertion `bl->nargs < bl->argsspace' failed.
Aborted

The problem seems to be the same like this one:

http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1844

Reproducible: Always

Steps to Reproduce:
1. Install app-emulation/xen-4.2.2-r1
2. Try to use bootloader = "pygrub" in your domu configuration
3. xl create your_domain.cfg


Expected Results:  
Domain should be created and running using pygrub.
Comment 1 Ian Delaney (RETIRED) gentoo-dev 2013-12-23 03:26:53 UTC
Fix only to most recent -4.3.1. The -4.3.0 will be removed on the bumping to version 4.4.0 which is pending.  Forgot to close this 2 weeks ago.

  09 Dec 2013; Ian Delaney <idella4@gentoo.org> +xen-tools-4.3.1-r3.ebuild,
  -xen-tools-4.3.1-r2.ebuild:
  revbump; fix to Bug #493232, update of xen guide page @ the gentoo wiki