full boot-up messages 

Newsgroups:  gmane.linux.debian.user
Date:        Thu, 16 Nov 2006 18:44:19 +0100
> 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.

Mertens Bram "M8ram"

full boot-up messages 

> 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).

Douglas Tutty