From owner-cvs-all Fri Feb 25 12:47: 5 2000 Delivered-To: cvs-all@freebsd.org Received: from zippy.cdrom.com (zippy.cdrom.com [204.216.27.228]) by hub.freebsd.org (Postfix) with ESMTP id A84CE37B939; Fri, 25 Feb 2000 12:47:02 -0800 (PST) (envelope-from jkh@zippy.cdrom.com) Received: from zippy.cdrom.com (jkh@localhost [127.0.0.1]) by zippy.cdrom.com (8.9.3/8.9.3) with ESMTP id MAA96732; Fri, 25 Feb 2000 12:46:57 -0800 (PST) (envelope-from jkh@zippy.cdrom.com) To: Mike Smith Cc: 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:32:44 PST." <200002252032.MAA00608@mass.cdrom.com> Date: Fri, 25 Feb 2000 12:46:57 -0800 Message-ID: <96729.951511617@zippy.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > 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. OK, I was clearly folding SC_HISTORY_SIZE into MSGBUF_SIZE in my mind and that was bogus. Thanks for the correction. I'll add some code to simply grab the OID information and display it then. - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message