* question about logging kernel problems when kernel blows up
@ Scott Berry
` Nick Van Vlaenderen
` Jude DaShiell
0 siblings, 2 replies; 5+ messages in thread
From: Scott Berry @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.; +Cc: blinux-list
Hi there,
I have a friend who is trying to help me debug a kernel problem. I am
wondering if there is any way to log the problems that the kernel
encounters when you load it and it blows up. He needs this to help me
debug what is wrong. Thanks for the help.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: question about logging kernel problems when kernel blows up
question about logging kernel problems when kernel blows up Scott Berry
@ ` Nick Van Vlaenderen
` Scott Berry
` Jude DaShiell
1 sibling, 1 reply; 5+ messages in thread
From: Nick Van Vlaenderen @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
Hi Scott,
By default, you can check the dmesg output by entering 'dmesg' on the
console. This will show the boot process. You can also write the output to a
file (since it's too much information for 1 screen) using 'dmesg > file'.
Also, look in /var/log/messages.
By the way, what problem do you have with your kernel?
Nick
----- Original Message -----
From: "Scott Berry" <scott@drscott.dyndns.biz>
To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
Cc: <blinux-list@redhat.com>
Sent: Monday, January 26, 2004 5:43 PM
Subject: question about logging kernel problems when kernel blows up
> Hi there,
>
> I have a friend who is trying to help me debug a kernel problem. I am
> wondering if there is any way to log the problems that the kernel
> encounters when you load it and it blows up. He needs this to help me
> debug what is wrong. Thanks for the help.
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: question about logging kernel problems when kernel blows up
` Nick Van Vlaenderen
@ ` Scott Berry
` Nick Van Vlaenderen
0 siblings, 1 reply; 5+ messages in thread
From: Scott Berry @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
Well it wasn't wanting to mount the root system. I have a friend trying
to get a look at it and see if we can get it going. He is more
experienced then I am at kernels.On Mon, 26 Jan 2004, Nick Van Vlaenderen
wrote:
> Hi Scott,
>
> By default, you can check the dmesg output by entering 'dmesg' on the
> console. This will show the boot process. You can also write the output to a
> file (since it's too much information for 1 screen) using 'dmesg > file'.
>
> Also, look in /var/log/messages.
>
> By the way, what problem do you have with your kernel?
>
> Nick
> ----- Original Message -----
> From: "Scott Berry" <scott@drscott.dyndns.biz>
> To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
> Cc: <blinux-list@redhat.com>
> Sent: Monday, January 26, 2004 5:43 PM
> Subject: question about logging kernel problems when kernel blows up
>
>
> > Hi there,
> >
> > I have a friend who is trying to help me debug a kernel problem. I am
> > wondering if there is any way to log the problems that the kernel
> > encounters when you load it and it blows up. He needs this to help me
> > debug what is wrong. Thanks for the help.
> >
> > _______________________________________________
> > Speakup mailing list
> > Speakup@braille.uwo.ca
> > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> >
> >
>
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: question about logging kernel problems when kernel blows up
` Scott Berry
@ ` Nick Van Vlaenderen
0 siblings, 0 replies; 5+ messages in thread
From: Nick Van Vlaenderen @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
Maybe the problem is in your /etc/fstab ? Or the root partition isn't
properly defined in your boot loader?
----- Original Message -----
From: "Scott Berry" <scott@drscott.dyndns.biz>
To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
Sent: Monday, January 26, 2004 6:15 PM
Subject: Re: question about logging kernel problems when kernel blows up
> Well it wasn't wanting to mount the root system. I have a friend trying
> to get a look at it and see if we can get it going. He is more
> experienced then I am at kernels.On Mon, 26 Jan 2004, Nick Van Vlaenderen
> wrote:
>
> > Hi Scott,
> >
> > By default, you can check the dmesg output by entering 'dmesg' on the
> > console. This will show the boot process. You can also write the output
to a
> > file (since it's too much information for 1 screen) using 'dmesg >
file'.
> >
> > Also, look in /var/log/messages.
> >
> > By the way, what problem do you have with your kernel?
> >
> > Nick
> > ----- Original Message -----
> > From: "Scott Berry" <scott@drscott.dyndns.biz>
> > To: "Speakup is a screen review system for Linux."
<speakup@braille.uwo.ca>
> > Cc: <blinux-list@redhat.com>
> > Sent: Monday, January 26, 2004 5:43 PM
> > Subject: question about logging kernel problems when kernel blows up
> >
> >
> > > Hi there,
> > >
> > > I have a friend who is trying to help me debug a kernel problem. I am
> > > wondering if there is any way to log the problems that the kernel
> > > encounters when you load it and it blows up. He needs this to help me
> > > debug what is wrong. Thanks for the help.
> > >
> > > _______________________________________________
> > > Speakup mailing list
> > > Speakup@braille.uwo.ca
> > > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> > >
> > >
> >
> >
> >
> > _______________________________________________
> > Speakup mailing list
> > Speakup@braille.uwo.ca
> > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> >
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: question about logging kernel problems when kernel blows up
question about logging kernel problems when kernel blows up Scott Berry
` Nick Van Vlaenderen
@ ` Jude DaShiell
1 sibling, 0 replies; 5+ messages in thread
From: Jude DaShiell @ UTC (permalink / raw)
To: blinux-list; +Cc: Speakup is a screen review system for Linux.
look for /var/adm/messages or /var/log/messages the log you're looking for
will be found in that file.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~ UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
question about logging kernel problems when kernel blows up Scott Berry
` Nick Van Vlaenderen
` Scott Berry
` Nick Van Vlaenderen
` Jude DaShiell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).