|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Failed to create a VM on -unstable
On Mon, Jun 22, 2009 at 4:34 PM, Jun Koi<junkoi2004@xxxxxxxxx> wrote:
> On Mon, Jun 22, 2009 at 4:31 PM, Keir Fraser<keir.fraser@xxxxxxxxxxxxx> wrote:
>> Seems to indicate that qemu was passed a guest command line via qemu's
>> -append cmdline option. This would only happen from xend/image.py if
>> seld.cmdline is not None. Perhaps check if you have a 'cmdline = xxx' type
>> of line in your /var/log/xend.log output.
>
> Yes, it has a line like:
>
> "cmdline = ip=:127.0.255.255::::eth0:dhcp"
>
> I have no idea about this, because my configuration (see below) has no
> such a thing.??
>
Or do you think that the new version of Xen requires some change in below line:
vif = ['type=ioemu']
This same configuration works with older version 3.3.1.
Thanks,
J
>> On 22/06/2009 08:11, "Jun Koi" <junkoi2004@xxxxxxxxx> wrote:
>>
>>> Hi,
>>>
>>> I tried to build -unstable (C/S 19806:703ced548925). But I failed to
>>> create a VM, and qemu log file reports:
>>>
>>> "-append only allowed with -kernel option"
>>>
>>> My configuration file is below. Anybody sees the same problem??
>>>
>>> Thanks,
>>> J
>>>
>>> kernel = '/usr/lib/xen/boot/hvmloader'
>>> builder = 'hvm'
>>> device_model='/usr/lib/xen/bin/qemu-dm'
>>> memory = '900'
>>> disk = ['tap:qcow2:/home/xenvms/img.qcow2.ubuntu904,hda,w']
>>> name = "ubuntu904"
>>> shadow_memory = 8
>>> vif = ['type=ioemu']
>>> dhcp = "dhcp"
>>> vcpus = 1
>>> boot="cd"
>>> vnc=1
>>> vncviewer=1
>>> vncpasswd=''
>>> sdl=0
>>> usb=1
>>> usbdevice='tablet'
>>>
>>> _______________________________________________
>>> Xen-devel mailing list
>>> Xen-devel@xxxxxxxxxxxxxxxxxxx
>>> http://lists.xensource.com/xen-devel
>>
>>
>>
>
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|