From owner-freebsd-stable@FreeBSD.ORG Sun Mar 30 03:03:36 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 869E7978 for ; Sun, 30 Mar 2014 03:03:36 +0000 (UTC) Received: from mail.egr.msu.edu (dauterive.egr.msu.edu [35.9.37.168]) by mx1.freebsd.org (Postfix) with ESMTP id 5C688A17 for ; Sun, 30 Mar 2014 03:03:35 +0000 (UTC) Received: from dauterive (localhost [127.0.0.1]) by mail.egr.msu.edu (Postfix) with ESMTP id DC42233F65 for ; Sat, 29 Mar 2014 23:03:17 -0400 (EDT) X-Virus-Scanned: amavisd-new at egr.msu.edu Received: from mail.egr.msu.edu ([127.0.0.1]) by dauterive (dauterive.egr.msu.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id UMLsToPkBmKh for ; Sat, 29 Mar 2014 23:03:17 -0400 (EDT) Received: from EGR authenticated sender Message-ID: <53378975.1000905@egr.msu.edu> Date: Sat, 29 Mar 2014 23:03:17 -0400 From: Adam McDougall User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: freebsd-stable@freebsd.org Subject: Re: where's the full copy of dmesg(8)? References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Mar 2014 03:03:36 -0000 On 03/29/2014 21:37, Chris H wrote: > Greetings, > I'm testing on 9.2-STABLE, and was experimenting on an AMD sempron > (140). Booting from the boot-only, or DVD-1 DVD's doesn't emit the > entire dmesg(8) output. Building, and installing a custom kernel also > didn't provide the full dmesg(8) output. > Specifically; it omits the top N lines (N = as yet, undetermined Number). > I have no idea why, or how to correct this. I'm pretty confident > the processor, and motherboard (MSI) are not too new for FreeBSD. I am almost certain you want to increase kern.msgbufsize at the boot loader before booting. % sysctl -d kern.msgbufsize kern.msgbufsize: Size of the kernel message buffer