From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1N3ErA-0005Z9-Dy for garchives@archives.gentoo.org; Wed, 28 Oct 2009 20:10:56 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4ED6E04C1; Wed, 28 Oct 2009 20:10:54 +0000 (UTC) Received: from mail-pz0-f199.google.com (mail-pz0-f199.google.com [209.85.222.199]) by pigeon.gentoo.org (Postfix) with ESMTP id 7135EE04C1 for ; Wed, 28 Oct 2009 20:10:54 +0000 (UTC) Received: by pzk37 with SMTP id 37so796026pzk.10 for ; Wed, 28 Oct 2009 13:10:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=jowai3O/mrG41DR+S7MUcCTONSVIgLFQONe5JPZhHP4=; b=vdwMASe2ut3r4X3xWm1aZdZtSUyaStZp5OqFRfxeTpGiVLEotk2ao6RJ34QgSLB1r/ ukZ4OFkGlf7aD6hwsHEjR+lDUXJTZskj4s4w/xVWVu+HxaC4lxrDAwRrTNPpEsngagy/ KkEr4fIWy2ALwZUwB/l9uD99PiuzWYfDqkEsI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=WVqZUF6HEEDWL7fzJV/kd356rTHRjmsj+I8w+ZLw2m3J8Gy8IqUFipVHsdWFHw3u+n Msbmh1Rgy7FHGPJJm2qQAlcGHDEJLN7IGIW8d7LaDXlth15hhwKzMb51gkvEOSCSggmd 3qRl1DA/zaQqXXbsXp/ChpOlkljnMI4mvN8M8= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.142.248.38 with SMTP id v38mr1482541wfh.280.1256760652967; Wed, 28 Oct 2009 13:10:52 -0700 (PDT) In-Reply-To: <200910280655.42546.michaelkintzios@gmail.com> References: <200910271110.13489.alan.mckinnon@gmail.com> <200910280655.42546.michaelkintzios@gmail.com> Date: Wed, 28 Oct 2009 14:10:52 -0600 Message-ID: Subject: Re: [gentoo-user] strange dmesg output - RESOLVED From: Maxim Wexler To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: efd5219c-7849-4ba0-8186-d8fbaf8d60aa X-Archives-Hash: 88400f3f39d5969c982c75eb75b5b17b > > Not sure this is related with the OP's problem, I have noticed that on my > system I can scroll up in a console if it displays the output of a command, > e.g. ls, but I cannot scroll up on the boot messages. Also, I cannot scroll > up on the log messages on VT12. Is there something that I need to set up in > the kernel? In the old days (perhaps different machine?) I used to be able > to > scroll up in both. On my unit, /var/log/messages re-iterates F12. If I want to read it I use less, tail, grep in a terminal as root. Also note, if you migrate away from the boot console and then come back, it may not scrollback at all. If I want to see what boot is doing I scroll back immediately before running startx or moving to another console. HTH