Announcement

Collapse
No announcement yet.

Errors scroll by too fast to read. Which log files should I check?

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Errors scroll by too fast to read. Which log files should I check?

    I have started getting about a dozen errors scrolling by when I boot. It seems to be just about when X is starting. All I can catch is that each one starts with
    Code:
    Networkmanager: <debug> . . . . .
    Which log files should I look in, or how do I pause the boot process so I can stop and read them?

    BTW: System seems to run fine in spite of this.
    Toshiba Satellite 2800 P3M Coppermine @1GHz 256MB RAM GeForce 2 GO with 16MB DDR

    #2
    Re: Errors scroll by too fast to read. Which log files should I check?

    Originally posted by kortsen
    I have started getting about a dozen errors scrolling by when I boot. It seems to be just about when X is starting. All I can catch is that each one starts with
    Code:
    Networkmanager: <debug> . . . . .
    You can start ksystemlog to browse several system logs graphically.

    Code:
    dmesg
    Is a useful CLI command (for most situations) to view log messages. (pipe with 'grep' to search, 'tail' to view last and 'less' to browse, 'dmesg | less', for example

    BTW: System seems to run fine in spite of this.
    Generally <debug> level messages are not errors and are usually part of the normal function of the process. Although it doesn't hurt to check what they are about (out of curiosity if nothing else).

    Comment


      #3
      Re: Errors scroll by too fast to read. Which log files should I check?

      also
      /var/log/syslog
      /var/log/messages

      have a poke out in /var/log most everything will be logged there so you can get the errors, good way of learning about the system.

      Comment

      Working...
      X