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 1R0ZyD-0000ov-MQ for garchives@archives.gentoo.org; Mon, 05 Sep 2011 14:16:17 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 268BE21C11D; Mon, 5 Sep 2011 14:16:08 +0000 (UTC) Received: from mail-ww0-f53.google.com (mail-ww0-f53.google.com [74.125.82.53]) by pigeon.gentoo.org (Postfix) with ESMTP id B881721C0B0 for ; Mon, 5 Sep 2011 14:15:09 +0000 (UTC) Received: by wwf25 with SMTP id 25so4827868wwf.10 for ; Mon, 05 Sep 2011 07:15:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=s6zV4ZYKsJTEUiOhGWohXuNCTRc9i5C1BKe6rrX7cGE=; b=Ep8dh7mWEFz40zBlsoym4jrcXJDbj/FHpf+d+bj50UD0weopn4N1L8uoJ8xw6dJPio mF53FKqlsMKdWWJJ1YuCu9UFf/p6082IW+7T7wFGrNTZufpEueQuH7fz0gTk/cLgQk7b WS4s4W7evGEOz6I1+vLVXzBhFIgxic40WcSSQ= 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.216.24.42 with SMTP id w42mr2462864wew.36.1315232108929; Mon, 05 Sep 2011 07:15:08 -0700 (PDT) Sender: comprookie2000@gmail.com Received: by 10.216.51.74 with HTTP; Mon, 5 Sep 2011 07:15:08 -0700 (PDT) In-Reply-To: References: Date: Mon, 5 Sep 2011 10:15:08 -0400 X-Google-Sender-Auth: WSiNXhPk6V3oLDU7dmMsjttOPHs Message-ID: Subject: Re: [gentoo-user] How can I re-read the "error" messages during boot? From: David Abbott To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: X-Archives-Hash: 56bf1391711ca9730cda45c08da56b24 On Mon, Sep 5, 2011 at 9:47 AM, Pandu Poluan wrote: > I rebooted a Gentoo system, and as I watched the boot-up messages, > some "error"s appeared when it's starting the services. However, the > screen scrolled too damn fast for me to read them. > > Where can I find the logs on the services? Or is there a way to slow > down booting? > Enable logging or you may find it with dmesg grep rc_logger /etc/rc.conf then you can grep errors grep WARNING /var/log/rc.log HTH