Gentoo Archives: gentoo-user

From: David Abbott <david@×××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] How can I re-read the "error" messages during boot?
Date: Mon, 05 Sep 2011 14:16:17
Message-Id: CACs9S6aome2kWqEmj3A_fjKjNBm8ucDx8JkBn=NwdnhmFfPR8g@mail.gmail.com
In Reply to: [gentoo-user] How can I re-read the "error" messages during boot? by Pandu Poluan
1 On Mon, Sep 5, 2011 at 9:47 AM, Pandu Poluan <pandu@××××××.info> wrote:
2 > I rebooted a Gentoo system, and as I watched the boot-up messages,
3 > some "error"s appeared when it's starting the services. However, the
4 > screen scrolled too damn fast for me to read them.
5 >
6 > Where can I find the logs on the services? Or is there a way to slow
7 > down booting?
8 >
9
10 Enable logging or you may find it with dmesg
11 grep rc_logger /etc/rc.conf
12 then you can grep errors
13 grep WARNING /var/log/rc.log
14 HTH