public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] How can I re-read the "error" messages during boot?
@ 2011-09-05 13:47 Pandu Poluan
  2011-09-05 14:03 ` Canek Peláez Valdés
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Pandu Poluan @ 2011-09-05 13:47 UTC (permalink / raw
  To: gentoo-user

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?

Rgds,
-- 
FdS Pandu E Poluan
~ IT Optimizer ~

 • LOPSA Member #15248
 • Blog : http://pepoluan.tumblr.com
 • Linked-In : http://id.linkedin.com/in/pepoluan



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] How can I re-read the "error" messages during boot?
  2011-09-05 13:47 [gentoo-user] How can I re-read the "error" messages during boot? Pandu Poluan
@ 2011-09-05 14:03 ` Canek Peláez Valdés
  2011-09-05 14:06 ` Alex Schuster
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 7+ messages in thread
From: Canek Peláez Valdés @ 2011-09-05 14:03 UTC (permalink / raw
  To: gentoo-user

On Mon, Sep 5, 2011 at 9:47 AM, Pandu Poluan <pandu@poluan.info> 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?

You can press 'I' during boot to go into interactive mode, and then
OpenRC will ask you before starting any service. You can also call
rc-status to see the status of each service.

Regards.
-- 
Canek Peláez Valdés
Posgrado en Ciencia e Ingeniería de la Computación
Universidad Nacional Autónoma de México



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] How can I re-read the "error" messages during boot?
  2011-09-05 13:47 [gentoo-user] How can I re-read the "error" messages during boot? Pandu Poluan
  2011-09-05 14:03 ` Canek Peláez Valdés
@ 2011-09-05 14:06 ` Alex Schuster
  2011-09-05 14:21   ` Pandu Poluan
  2011-09-05 14:15 ` David Abbott
  2011-09-05 15:12 ` Philip Webb
  3 siblings, 1 reply; 7+ messages in thread
From: Alex Schuster @ 2011-09-05 14:06 UTC (permalink / raw
  To: gentoo-user

Pandu Poluan writes:

> 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?

If you set rc_logger="YES" in /etc/rc.conf, you can find the boot log
in /var/log/rc.log.

> Or is there a way to slow down booting?

Try pressing Ctrl-S to stop the output. Ctrl-Q to continue.

	Wonko



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] How can I re-read the "error" messages during boot?
  2011-09-05 13:47 [gentoo-user] How can I re-read the "error" messages during boot? Pandu Poluan
  2011-09-05 14:03 ` Canek Peláez Valdés
  2011-09-05 14:06 ` Alex Schuster
@ 2011-09-05 14:15 ` David Abbott
  2011-09-05 15:12 ` Philip Webb
  3 siblings, 0 replies; 7+ messages in thread
From: David Abbott @ 2011-09-05 14:15 UTC (permalink / raw
  To: gentoo-user

On Mon, Sep 5, 2011 at 9:47 AM, Pandu Poluan <pandu@poluan.info> 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



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] How can I re-read the "error" messages during boot?
  2011-09-05 14:06 ` Alex Schuster
@ 2011-09-05 14:21   ` Pandu Poluan
  0 siblings, 0 replies; 7+ messages in thread
From: Pandu Poluan @ 2011-09-05 14:21 UTC (permalink / raw
  To: gentoo-user

On Mon, Sep 5, 2011 at 21:06, Alex Schuster <wonko@wonkology.org> wrote:
> Pandu Poluan writes:
>
>> 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?
>
> If you set rc_logger="YES" in /etc/rc.conf, you can find the boot log
> in /var/log/rc.log.
>
>> Or is there a way to slow down booting?
>
> Try pressing Ctrl-S to stop the output. Ctrl-Q to continue.
>
>        Wonko
>
>

Thanks, Alex & David.

Yeah, *just* noticed there's an 'rc_logger' setting in rc.conf, before
reading your emails :-P

But thanks for the help, anyways! Much appreciated :-)

Rgds,
-- 
FdS Pandu E Poluan
~ IT Optimizer ~

 • LOPSA Member #15248
 • Blog : http://pepoluan.tumblr.com
 • Linked-In : http://id.linkedin.com/in/pepoluan



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] How can I re-read the "error" messages during boot?
  2011-09-05 13:47 [gentoo-user] How can I re-read the "error" messages during boot? Pandu Poluan
                   ` (2 preceding siblings ...)
  2011-09-05 14:15 ` David Abbott
@ 2011-09-05 15:12 ` Philip Webb
  2011-09-06 21:12   ` Paul Hartman
  3 siblings, 1 reply; 7+ messages in thread
From: Philip Webb @ 2011-09-05 15:12 UTC (permalink / raw
  To: gentoo-user

110905 Pandu Poluan wrote:
> as I watched the boot-up messages, some "error"s appeared.
> However, the screen scrolled too damn fast for me to read them.
> Where can I find the logs on the services?

'Shift-PageUp' works for me: IIRC you have to set the line limit
& that mb somewhere in the Kernel configuration.

-- 
========================,,============================================
SUPPORT     ___________//___,   Philip Webb
ELECTRIC   /] [] [] [] [] []|   Cities Centre, University of Toronto
TRANSIT    `-O----------O---'   purslowatchassdotutorontodotca




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] How can I re-read the "error" messages during boot?
  2011-09-05 15:12 ` Philip Webb
@ 2011-09-06 21:12   ` Paul Hartman
  0 siblings, 0 replies; 7+ messages in thread
From: Paul Hartman @ 2011-09-06 21:12 UTC (permalink / raw
  To: gentoo-user

On Mon, Sep 5, 2011 at 10:12 AM, Philip Webb <purslow@ca.inter.net> wrote:
> 'Shift-PageUp' works for me: IIRC you have to set the line limit
> & that mb somewhere in the Kernel configuration.

If you use fbcon there is a kernel parameter to increase the buffer
size. I don't remember the exact command but it's in the docs.

I think the default buffer is 32k and can be increased up to 128k or
so. The size of your font may impact how many "pages" of scrollback
you get.



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-09-06 21:15 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-05 13:47 [gentoo-user] How can I re-read the "error" messages during boot? Pandu Poluan
2011-09-05 14:03 ` Canek Peláez Valdés
2011-09-05 14:06 ` Alex Schuster
2011-09-05 14:21   ` Pandu Poluan
2011-09-05 14:15 ` David Abbott
2011-09-05 15:12 ` Philip Webb
2011-09-06 21:12   ` Paul Hartman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox