[meta-virtualization] xendomains init script from xen recipe hangs

Chris Patterson cjp256 at gmail.com
Thu Jan 30 17:02:28 PST 2014


Try changing up the arguments to xl - remove the quiet arg and add the -v /
-d flags:

e.g.: xl -v create -d vm.cfg

If there are no hints in the extra output - then check out the logs in
/var/log/xen/* see if there are any clues?



On Thu, Jan 30, 2014 at 8:39 AM, Philip Tricca <flihp at twobit.us> wrote:

> On 01/24/2014 04:11 PM, Chris Patterson wrote:
> > It works for me (on a slightly modified xen-image-minimal) with some
> > complaints about head (-c flag not implemented in busybox) if you don't
> > have coreutils installed (add coreutils to your image and that should go
> > away).
> >
> > Can you try it on the command line?
> >
> > bash -x /etc/init.d/xendomains stop
> >
> > bash -x /etc/init.d/xendomains start
> >
> > Depending on what you are seeing, you may need to adjust your values in
> > /etc/default/xendomains.
>
> Oddly enough the script is blocking on the call to 'xl create --quiet
> --defconfig ...'. While the script is blocked on this call, I can
> background it (Ctrl+z) and connect a console to the VM that it started.
> I can log into it and everything so I'm pretty convinced it started fine.
>
> Killing off the console I can then bring the call to the xendomains
> script to the foreground again. When I do this it's still blocked on the
> call to 'xl create'. Creating the VM manually using xl works as
> expected.  Pretty sure this isn't just a timeout issue as
> 'XENDOMAINS_CREATE_USLEEP' is 5 seconds by default. This seems to be
> hanging indefinitely. Starting VMs is the simple case so I'm at a bit of
> a loss.
>
> Thanks,
> Philip
>
> > On Wed, Jan 22, 2014 at 6:07 PM, Philip Tricca <flihp at twobit.us
> > <mailto:flihp at twobit.us>> wrote:
> >
> >     Hey Chris,
> >
> >     I'm guessing you're the only one who may have tried to use this
> script
> >     before. I've got a simple test VM I want to start on boot. The
> >     xendomains script (from the xen recipe) starts my VM but then hangs
> for
> >     what seems to be forever. Have you had luck or even tried to use this
> >     script before?
> >
> >     This may not even be the right tool for what I'm trying to do but
> it's
> >     there for free so I thought I'd give it a try.
> >
> >     Thanks,
> >     Philip
> >
> >
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/meta-virtualization/attachments/20140130/0e183331/attachment.html>


More information about the meta-virtualization mailing list