From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Liguori Subject: Re: [PATCH] Console Daemon Date: Tue, 02 Aug 2005 10:05:15 -0500 Message-ID: <42EF8BAB.7000609@us.ibm.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Ian Pratt Cc: xen-devel , Rusty Russell , Ian Pratt , Christian Limpach , Robert Read List-Id: xen-devel@lists.xenproject.org Ian Pratt wrote: >What I'd really like to see this console deamon do is to implement a >FIFO buffer of the last N megabytes of console output, hence providing >buffering while the tty is disconnected. Regardless of whether the tty >is connected, it would be good to keep the last M megabytes stored on >disk in /var/log/xen-myvmname. > > Today it buffers N bytes worth of data in memory regardless of whether the tty is connected (or reading from). How much it buffers is configurable via the store (by default the buffer has no limit so ensure console data is never lost). Keeping a history wouldn't be a hard change. I'll submit some patches. Regards, Anthony Liguori >Thanks, >Ian > > >