[prev in list] [next in list] [prev in thread] [next in thread] 

List:       xen-devel
Subject:    Re: [Xen-devel] 1.3 Serial Stuff
From:       Keir Fraser <Keir.Fraser () cl ! cam ! ac ! uk>
Date:       2004-03-23 7:57:18
Message-ID: E1B5gml-0003lN-00 () mta1 ! cl ! cam ! ac ! uk
[Download RAW message or body]

> I just tried the new serial integrations. For the most part they work very
> well. It is nice to be able to see what is going on while the guests are
> booting...
> 
> I just have a couple of small issues:
> 1) I can't login to root on xen/cons devices (even with setting
> /etc/securettys). When does this file get read?

Oh, yuk. There's also a file /etc/securetty (no final 's') which is
actually the one that I meant. I think you probably need to modify
both
 /etc/securetty
 /etc/securettys

The documenting email I sent is in docs/Console-HOWTO --- I'll be sure
to update that file.

> 2) xencons is much slower and choppier than the telnet client. Is there
> anything to be done to speed it up?

So you can connect via telnet: all smooth. Then reconnect to teh same
session with xencons: slow and choppy. 

If the above describes the situation then edit xencons and replace:
 'data = sock.recv(1)'  with   'data = sock.recv(1024)'
 'data = os.read(0,1)'  with   'data = os.read(0,1024)'

Let me know how it goes -- if it helps then I'll update the
repository.

 -- Keir


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xen-devel

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic