From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Thibault Subject: Re: [PATCH] Fix xenconsole's "Could not read tty from store" Date: Tue, 18 Dec 2007 17:43:36 +0000 Message-ID: <20071218174336.GP4244@implementation.uk.xensource.com> References: <20071217112254.GA5240@implementation.uk.xensource.com> <20071217164246.GF4172@totally.trollied.org.uk> <20071217165401.GS4614@implementation.uk.xensource.com> <20071218014144.GA8068@totally.trollied.org.uk> <20071218133522.GA4525@totally.trollied.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Content-Disposition: inline In-Reply-To: <20071218133522.GA4525@totally.trollied.org.uk> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: John Levon Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org John Levon, le Tue 18 Dec 2007 13:35:22 +0000, a écrit : > On Tue, Dec 18, 2007 at 01:41:44AM +0000, John Levon wrote: > > > On Mon, Dec 17, 2007 at 04:54:01PM +0000, Samuel Thibault wrote: > > > > > > If it helps I can send out an updated patch merging these fixes. Will > > > > you test it if so Samuel? > > > > See below. Thanks a lot. > > Keir, Samuel has tested the below patch and verifies it works on Linux. > Please apply. Hermf, actually no, I wonder why I didn't get the issue before. You close the slave part of the pty, but on linux it looks like that makes the master part stop working: I'm getting EIO on read()s, so that xenconsoled tries recreating it ad aeternam, while xend doesn't manage to start the domain... Samuel