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] cent os domu creation problem

To: "Fajar A. Nugraha" <fajar@xxxxxxxxx>
Subject: Re: [Xen-users] cent os domu creation problem
From: Tapas Mishra <mightydreams@xxxxxxxxx>
Date: Tue, 18 May 2010 11:45:30 +0530
Cc: Xen List <xen-users@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Mon, 17 May 2010 23:16:53 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=ZQwAFOokrsUdrP9RgAnisaGagx/TRSQPaSMMyEtIJB4=; b=jFUmkijNDPrYLq/N5qVJdjkAEltseL34oaC+pqpEdIj3WuYTtL3bDDE2pwVdsWgSBi W79Q9/DnGFckJBKBE4mm1vmlF8MzO8YSDCztyhGY/706RNyfkAQ/tiqokbuOPCUKXmz2 9FJakNhGfYaD2MbFNHrtJdkrk6VWT7RcDqfQ8=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=RKwy5clzBysJkGGRRd7Clec9vyWmBmXVffKqiY1VBGpaQ61TaG9v7XONLP2Rs8APwp izPif1XfJsRfjrIG2njctP8v5TUAqKeQBEiy5TT1QZARuz1ks+lOXvE+zZ8hTPN0Nsp1 pDXTN0hK93ERykcRHPQ4wnIVGV9IL4JlzhNds=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <AANLkTilSAC26UTwxXac063c7UBRTVqZm4PTjrL_WLCBi@xxxxxxxxxxxxxx>
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: <AANLkTin7wCBHYUgtTLkZ5pVgulxpVO7inK68p-kc4Huz@xxxxxxxxxxxxxx> <AANLkTikaWQAxiPM5nWNKd7gCIlGu1qQ4pC9xKs7QGx_g@xxxxxxxxxxxxxx> <AANLkTik83dLZPiC05mWuTexu5XYEyrmgN_BAWyzvsISD@xxxxxxxxxxxxxx> <AANLkTikfgpXszArb31DP1nr1nD4i1RkFquFVyivrQczz@xxxxxxxxxxxxxx> <AANLkTilGdguiJMuMIrq_gXAKbc-sng4lbXnqsFJlCeFM@xxxxxxxxxxxxxx> <AANLkTikBTcO4wuhRREEyZ9cZzhhnlRgt4Ve0_oW0VXF1@xxxxxxxxxxxxxx> <AANLkTikbX48H9fKjDpZFrtuNIQflF6vAbr6EcV20aFXo@xxxxxxxxxxxxxx> <AANLkTiniNP78_ViSbq9eBSQotOePgzjGfkLsdrK6w-y2@xxxxxxxxxxxxxx> <AANLkTil8MupOjBPpXbTAtLi6Ca19yC7hd4YBrbUrnW7s@xxxxxxxxxxxxxx> <AANLkTilSAC26UTwxXac063c7UBRTVqZm4PTjrL_WLCBi@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
On Tue, May 18, 2010 at 11:07 AM, Fajar A. Nugraha <fajar@xxxxxxxxx> wrote:
> On Tue, May 18, 2010 at 12:15 PM, Tapas Mishra <mightydreams@xxxxxxxxx> wrote:
>> I
>> got following error
>> Error: configuration option vnc unknown to vfbs
>>
>> this is my cfg fie
>
> I've pasted my recommended config over and over again.
Sorry about that. I was not able to understand that.
 >Did you
> actually read my response? Why did you keep insisting on using xvda1
> and xvda2 with Centos installer?
Actually on other DomUs it is xvda1 and xvda2 so I thought in one of
your responses you said.Any how I have copy pasted the same that you
mailed.
Once again sorry about this.It was confusing.
> Here it is, one more time
>
> #---------------------------------------------------------------------------------
> kernel = "/boot/vmlinuz-xen-install"
> ramdisk = "/boot/initrd-xen-install"
> extra = " text"
> name = "centos5"
> memory = "1024"
>
> disk        = [
>               'phy:/dev/virtualization/centos5-disk,xvda,w',
>               'phy:/dev/virtualization/centos5-swap,xvdb,w',
>           ]
>
> vif = [ 'mac=00:16:3E:2D:B5:80']
> vfb=['vnc=1,vnclisten=0.0.0.0']
> vcpus=1
> on_poweroff='destroy'
> on_reboot = 'destroy'
> on_crash = 'destroy'
> #---------------------------------------------------------------------------------
>
> If you still got vnc error with this config file,
Yes there was error
Error: configuration option vnc unknown to vfbs

>it's possible that
> your xen version does not support vfb for PV guest. In that case you
> can simply comment it out.
Yes there was error  I have commented it out now.Have used xvda and
xvdb not xvda1,xvda2
>When running text-based installer, Centos
> installer does not need a frame buffer.
After this I did xm create t1.cfg -c
Where t1 is the new cfg I created after this thread. vfb is
commened.xvda and xvdb are there.

xm create t1.cfg -c after some time got
Error: Device 51712 (vbd) could not be connected. Hotplug scripts not working.

after this I do not have any clue/
-- 
Tapas

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users