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 19:00:24 +0000 Message-ID: <20071218190024.GV4244@implementation.uk.xensource.com> References: <20071217112254.GA5240@implementation.uk.xensource.com> <20071217164246.GF4172@totally.trollied.org.uk> <20071218180717.GQ4244@implementation.uk.xensource.com> <20071218181353.GB20581@totally.trollied.org.uk> <20071218181816.GR4244@implementation.uk.xensource.com> <20071218185211.GA22592@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: <20071218185211.GA22592@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 18:52:11 +0000, a écrit : > On Tue, Dec 18, 2007 at 06:18:16PM +0000, Samuel Thibault wrote: > > > To my understanding, from the server side tcsetattr should only be > > performed on the master side (with effect on the slave side too). > > Here's another try, what does this do on Linux? My test program works > without needing the tcsetattr, as does xenconsoled I guess xenconsoled needs tcsetattr, since else you'd get all the tty interpretation which interacts badly with what guests need for the console. Samuel