From owner-cvs-all Fri Feb 25 12:33:31 2000 Delivered-To: cvs-all@freebsd.org Received: from mass.cdrom.com (mass.cdrom.com [204.216.28.184]) by hub.freebsd.org (Postfix) with ESMTP id BBCB437BB64; Fri, 25 Feb 2000 12:33:26 -0800 (PST) (envelope-from msmith@mass.cdrom.com) Received: from mass.cdrom.com (localhost [127.0.0.1]) by mass.cdrom.com (8.9.3/8.9.3) with ESMTP id MAA00608; Fri, 25 Feb 2000 12:32:44 -0800 (PST) (envelope-from msmith@mass.cdrom.com) Message-Id: <200002252032.MAA00608@mass.cdrom.com> X-Mailer: exmh version 2.1.1 10/15/1999 To: "Jordan K. Hubbard" Cc: Mike Smith , Robert Watson , "Jordan K. Hubbard" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern init_main.c In-reply-to: Your message of "Fri, 25 Feb 2000 12:26:28 PST." <96552.951510388@zippy.cdrom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 25 Feb 2000 12:32:44 -0800 From: Mike Smith Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > > Increase the kernel message buffer, and use the machdep.msgbuf sysctl to > > retrieve it inside sysinstall. > > And increasing the buffer size has been the one thing I've been > retiscent to suggest so far (heck, that would also solve it for the > pure scroll-back case and was the most obvious suggestion of all) > since I'm not sure how much it's going to affect the installation's > minimum memory requirements. Any metrics? The syscons scrollback buffer is _not_ the kernel message buffer. Syscons scrollback buffer is quite small (about 96 lines IIRC), while the kernel message buffer is something like 8K by default. Increasing the kernel message buffer will not give you more scrollback. If you just want to increase the scrollback buffer, set SC_HISTORY_SIZE to something obscenely large like 500 (memory penalty for all vtys) or alternatively set MSGBUF_SIZE to something like 32K (only eats that much more memory) and add the ability to view it inside sysinstall. -- \\ Give a man a fish, and you feed him for a day. \\ Mike Smith \\ Tell him he should learn how to fish himself, \\ msmith@freebsd.org \\ and he'll hate you for a lifetime. \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message