WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] Error: unsupported format character ':' (0x3a) at index

To: "Velten Spägele" <xen@xxxxxxxxx>, "xen-users@xxxxxxxxxxxxxxxxxxx" <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: Re: [Xen-users] Error: unsupported format character ':' (0x3a) at index 6
From: "Andrew Lyon" <andrew.lyon@xxxxxxxxx>
Date: Mon, 5 Jan 2009 20:30:16 +0000
Cc:
Delivery-date: Mon, 05 Jan 2009 12:30:56 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=Sxlz19pFa3i0VB0E0BOgej4NT6ySS8svNLFs4TpwLQI=; b=BFq37awlnsloAJfJo6TA1O1LLChaByfO5afFMxuFuUR6IsdQb52bHLtcLzJDeOXTd+ 2zsoda4CJoPk3C2MUX/OtheQOVOxzYNuE948OqzYCbhVK0ufZkCOQOdiK88Pt54PxPLS CrO86FgJEay1p5MvyVlLi+NOyxmMb3ZDjq5FE=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=TB002vtZfIiHyEPgLOMjC3cIkHa0bNdssgbrQahhMYEN3rtTLMNFH3z3iIWyrZjH1k OxFopSEi5ntXqV4EdOOy3Pu0JUv3/j7qq/iENQsS6xB7wjV0b1ttWTP3W2IapNj4W8Sb k0NOwoK74/4OCJ1N0FP5KbZeUL9lQBgCl/X9c=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <49620C7D.6010508@xxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <49620C7D.6010508@xxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
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

<Prev in Thread] Current Thread [Next in Thread>