Re: Linux Boot-up Screens



Dances With Crows wrote:
On Fri, 30 Dec 2005 16:39:14 +0100 (MET), Edward S. Baiz Jr. staggered
into the Black Sun and said:

I was wondering. You know all the data that is displayed on the screen
when Linux boots up? After I have logged in, what would I type to
bring up that data so I can get a closer look at it. It scrolls so
fast I really cannot read it. Thanks for any help.


Most of the text messages that are displayed on boot are logged to a
file in /var/log by a boot script.  This varies with distro; Gentoo uses
/var/log/dmesg for this.  If it's immediately after the system is
booted, "dmesg | more" will show you everything.

/var/log/dmesg catches the stuff the kernel outputs during the boot process. Messages pertaining to the starting (or failure) of daemons is often logged (via bootlogd) to /var/log/boot (or similar). Without something like bootlogd, though, they won't be logged anyplace.


(Or are you saying that Gentoo redirects the daemons' messages to /var/log/dmesg too?)

.



Relevant Pages

  • Re: PPP setup problems
    ... you will see the first time it try to run /etc/rc.net or the daemons. ... configuration, but works. ... It is convenient that you put it in rc so at every boot ... the psip devices do not work either. ...
    (comp.os.minix)
  • HP-UX 10.20 Network Install from Linux
    ... the boot daemons from HP-UX. ... So far I've got bootp/tftp daemons installed on the linux box, ... files in the tftp directory. ...
    (comp.sys.hp.hpux)
  • Re: sleep from terminal
    ... before the UNIX daemons are started. ... >>> the structure of the xmu kernel you mentioned. ... daemons will typically load during the bit of the boot sequence ...
    (comp.sys.mac.system)
  • Re: init.d question
    ... > I have several daemons that I want to automatically start at boot up. ... > using the Developer scripts supplied as part of the open source tarball in ...
    (alt.linux)
  • Starting daemons at boot
    ... Just wondering how I can start kdm and xfs, as well as other daemons, at boot ... without having to log in as root and type it manually. ...
    (freebsd-newbies)