From mboxrd@z Thu Jan 1 00:00:00 1970 From: Markus Armbruster Subject: Re: [PATCH] Re: Re: [PATCH 2/2] PV framebuffer Date: Fri, 01 Dec 2006 19:03:50 +0100 Message-ID: <87ac27wl15.fsf@pike.pond.sub.org> References: <87lkmjptqq.fsf@pike.pond.sub.org> <874psydx6m.fsf@pike.pond.sub.org> <200611221150.kAMBoeEX021723@fjmscan501.ms.jp.fujitsu.com> <87r6vv8ugo.fsf@pike.pond.sub.org> <200611240501.kAO51Ctv001860@fjmscan502.ms.jp.fujitsu.com> <871wnt6za3.fsf@pike.pond.sub.org> <200611281305.kASD5LMi024468@fjmscan502.ms.jp.fujitsu.com> <873b833cc0.fsf@pike.pond.sub.org> <200612011236.kB1Car3M023008@fjmscan501.ms.jp.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: In-Reply-To: <200612011236.kB1Car3M023008@fjmscan501.ms.jp.fujitsu.com> (Atsushi SAKAI's message of "Fri, 01 Dec 2006 21:35:56 +0900") List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Atsushi SAKAI Cc: xen-devel@lists.xensource.com, xen-ia64-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Atsushi SAKAI writes: > Hi, Markus > > Finally Booting DomU is succesful with xenfb driver. > > But xen-vncfb is waiting in prhread_cond_wait. > main > xenfb_attach_dom > xenfb_wait_for_backend_creation > xenfb_wait_for_state > xs_read_watch > pthread_cond_wait > > And By doing xensore-ls, > the keyword "vfb" is not appleared. > >>>From this consideration, I guess xen-vncfb has a problem. This waits for xend to create the xenstore directory. > Is there any suggestion? Do you have vfb and vkbd configured in your /etc/xen/DOMNAME file? Could you post your config file here? > c.f. > During the survey, > I found large difference your xenfn patch and FC6 xenfb code. Yes, FC-6 has an old version of the patch. Really old. > > Thanks > Atsushi SAKAI