Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 1 Oct 2001 19:55:20 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 1 Oct 2001 19:55:11 -0400 Received: from www.transvirtual.com ([206.14.214.140]:23823 "EHLO www.transvirtual.com") by vger.kernel.org with ESMTP id ; Mon, 1 Oct 2001 19:54:56 -0400 Date: Mon, 1 Oct 2001 16:55:13 -0700 (PDT) From: James Simmons To: Jordan Breeding cc: Linux Kernel Subject: Re: Increasing dmesg buffer size? In-Reply-To: <3BB90039.E551000C@home.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org > What kernel parameter do I need to modify in the source to allow a > larger dmesg buffer? I have a lot of boot messages and I currently > loose about 10-20 lines immediately and they can not even be seen in > /var/log/dmesg because that file gets dumped after those lines are > already gone. Thanks to anyone who can help. No command line paramter. Go into linux/kernel/printk.c and increase the value of LOG_BUF_LEN. It must be a power of two. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/