|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH] Fix xenconsole's "Could not read tty from store"
John Levon, le Mon 17 Dec 2007 16:42:46 +0000, a écrit :
> > + if (tcgetattr(master, &term) < 0) {
> > + err = errno;
>
> Please use the slave not the master. It doesn't matter on Linux but it's
> critical on Solaris.
What is the Solaris reason for this? It really looks we can't afford
closing the slave end on Linux (hence leak it) or not open it at all
(and then we can't tcgetattr on it).
Samuel
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|