|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Error: unsupported format character ':' (0x3a) at index
On Mon, Jan 5, 2009 at 1:34 PM, Velten Spägele <xen@xxxxxxxxx> wrote:
> Hi,
>
> new day, new Problem and i don't know what it means....
>
> ---------------------------------------------------------
> DOMAIN0:~# xm create auto/fli4l
> Using config file "/etc/xen/auto/fli4l".
> Error: unsupported format character ':' (0x3a) at index 6
>
> ---------------------------------------------------------
>
> kernel = "/HDD250/vm_images/fli4l/KERNEL"
> ramdisk = "/HDD250/vm_images/fli4l/ROOTFS.IMG"
> memory = 42
> name = "FLI4L"
> vif = [ 'mac=aa:00:00:00:00:AA, bridge=xenbr0' ]
> pci = [ '02:05.0' , '02:07.0' ]
its the pci = line that is causing the error, the card you are trying
to pass through is not compatible but instead of the correct error
about "Non memory aligned mimo bar" you get a syntax error, you can
see the fix at http://xenbits.xensource.com/xen-unstable.hg?rev/e2a8e3be7bfa
or upgrade to the just released 3.3.1 , or if 3.2.x is affected 3.2.3
probably includes the fix too.
Andy
>
> root = "/dev/tmpfs"
>
> extra = "noapic nokbd load_ramdisk=1 initrd=rootfs.img inittar=1,mode=755"
>
> ---------------------------------------------------------
>
> it isn't the mac, i tried to write without : and instead with -, but the
> error was the same.....
>
> _______________________________________________
> Xen-users mailing list
> Xen-users@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-users
>
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|