Re: full boot-up messages

2006-11-16 Thread Mertens Bram
On 2006-11-16, [EMAIL PROTECTED] wrote:
 Where are the boot-up messsages logged, please?
 
 dmesg doesn't give me the Starting... done. messages -- I'd like to
 have exactly what is written on the screen during boot-up time.

You need to activate bootlogd for this: edit the file
/etc/default/bootlogd, change BOOTLOGD_ENABLE to Yes.  After a reboot
you will find these messages in /var/log/boot.

HTH

Bram

-- 
# Mertens Bram M8ram   [EMAIL PROTECTED]   Linux User #349737 #
# debian testingkernel 2.6.17-2-686i6861024MB RAM #
# 18:42:06 up 20 days,  8:14,  2 users,  load average: 0.11, 0.05, 0.01 #


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: full boot-up messages

2006-11-16 Thread Patrick Wiseman

On 11/16/06, Mertens Bram [EMAIL PROTECTED] wrote:


On 2006-11-16, [EMAIL PROTECTED] wrote:
 Where are the boot-up messsages logged, please?

 dmesg doesn't give me the Starting... done. messages -- I'd like to
 have exactly what is written on the screen during boot-up time.

You need to activate bootlogd for this: edit the file
/etc/default/bootlogd, change BOOTLOGD_ENABLE to Yes.  After a reboot
you will find these messages in /var/log/boot.

HTH



I found that very helpful - thanks - even though I didn't ask the original
question.  Is there anything similar which will give the messages on
shutdown?

Patrick


Re: full boot-up messages

2006-11-16 Thread Douglas Tutty
On Thu, Nov 16, 2006 at 05:58:54PM -0500, Patrick Wiseman wrote:
 
 I found that very helpful - thanks - even though I didn't ask the original
 question.  Is there anything similar which will give the messages on
 shutdown?

You could probably coble something together using bootlogd, but you'd
want the log saved to something other than /var/log/boot since it will
get overwritten on the next boot.  Try /var/log/shutdown.  You will also
want it to file everything before the script that umounts local fs (and
hense /var).

Doug.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]