Re: strange verbose boot log entry

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Dan Nelson
Date: Wednesday, July 15, 2009 - 12:59 pm

In the last episode (Jul 15), Alexander Best said:

Your kernel message buffer is too small to store the entire verbose boot
sequence in memory before syslog can extract it.  It's a circular buffer, so
new entries overwrite the oldest ones.  The line just before the "ACPI:
MCFG" line was probably another ACPI line that happened to end in 8 and a
close-paren.  Adding this to your kernel and rebuilding should let you see
the entire boot output.  If something's still truncated, double it and try
again.

options         MSGBUF_SIZE=65536

-- 
	Dan Nelson
	dnelson@allantgroup.com
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
strange verbose boot log entry, Alexander Best, (Wed Jul 15, 12:52 pm)
Re: strange verbose boot log entry, Andrew Milton, (Wed Jul 15, 12:53 pm)
Re: strange verbose boot log entry, Dan Nelson, (Wed Jul 15, 12:59 pm)
Re: strange verbose boot log entry, Alexander Best, (Wed Jul 15, 1:39 pm)