* Decoding of addreses in kernel logs
@ 2002-05-30 6:57 Borsenkow Andrej
2002-05-30 7:07 ` Keith Owens
0 siblings, 1 reply; 4+ messages in thread
From: Borsenkow Andrej @ 2002-05-30 6:57 UTC (permalink / raw)
To: 'linux-kernel@vger.kernel.org'
Are there any cases except oopses when decoding of addresses in kernel logs
is needed? The reason is I'd like to switch from klogd+syslogd to other
logging system and I was adviced to forget klogd and just get logs from
/proc/kmsg and decode them with ksymoops. While I have no problem with it
actually, my concern is - is it possible that some information in kernel
logs can be decoded by klogd but not by ksymoops?
Thank you
-andrej
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Decoding of addreses in kernel logs
2002-05-30 6:57 Decoding of addreses in kernel logs Borsenkow Andrej
@ 2002-05-30 7:07 ` Keith Owens
2002-06-03 5:39 ` Borsenkow Andrej
0 siblings, 1 reply; 4+ messages in thread
From: Keith Owens @ 2002-05-30 7:07 UTC (permalink / raw)
To: Borsenkow Andrej; +Cc: 'linux-kernel@vger.kernel.org'
On Thu, 30 May 2002 10:57:50 +0400,
Borsenkow Andrej <Andrej.Borsenkow@mow.siemens.ru> wrote:
>Are there any cases except oopses when decoding of addresses in kernel logs
>is needed? The reason is I'd like to switch from klogd+syslogd to other
>logging system and I was adviced to forget klogd and just get logs from
>/proc/kmsg and decode them with ksymoops. While I have no problem with it
>actually, my concern is - is it possible that some information in kernel
>logs can be decoded by klogd but not by ksymoops?
It is the other way around. ksymoops decodes far more than klogd does.
ksymoops has been continually extended as new diagnostics are added to
the kernel, klogd has not.
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: Decoding of addreses in kernel logs
2002-05-30 7:07 ` Keith Owens
@ 2002-06-03 5:39 ` Borsenkow Andrej
2002-06-03 5:44 ` Keith Owens
0 siblings, 1 reply; 4+ messages in thread
From: Borsenkow Andrej @ 2002-06-03 5:39 UTC (permalink / raw)
To: 'Keith Owens'; +Cc: linux-kernel
> On Thu, 30 May 2002 10:57:50 +0400,
> Borsenkow Andrej <Andrej.Borsenkow@mow.siemens.ru> wrote:
> >Are there any cases except oopses when decoding of addresses in
kernel logs
> >is needed? The reason is I'd like to switch from klogd+syslogd to
other
> >logging system and I was adviced to forget klogd and just get logs
from
> >/proc/kmsg and decode them with ksymoops. While I have no problem
with it
> >actually, my concern is - is it possible that some information in
kernel
> >logs can be decoded by klogd but not by ksymoops?
>
> It is the other way around. ksymoops decodes far more than klogd
does.
> ksymoops has been continually extended as new diagnostics are added to
> the kernel, klogd has not.
Thank you. My only concern is that klogd decodes addresses in real time
(if it is able to do it at all) while ksymoops is usually postmortem. It
means that ksymoops may not have access to real module addresses?
-andrej
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Decoding of addreses in kernel logs
2002-06-03 5:39 ` Borsenkow Andrej
@ 2002-06-03 5:44 ` Keith Owens
0 siblings, 0 replies; 4+ messages in thread
From: Keith Owens @ 2002-06-03 5:44 UTC (permalink / raw)
To: linux-kernel
On Mon, 3 Jun 2002 09:39:41 +0400,
Borsenkow Andrej <Andrej.Borsenkow@mow.siemens.ru> wrote:
>Thank you. My only concern is that klogd decodes addresses in real time
>(if it is able to do it at all) while ksymoops is usually postmortem. It
>means that ksymoops may not have access to real module addresses?
klogd rarely has access to module addresses either. klogd loads its
module list at startup, not when modules are loaded or unloaded. There
is support in both insmod and ksymoops for module decoding, man insmod
and look for ksymoops assistance.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2002-06-03 5:44 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-30 6:57 Decoding of addreses in kernel logs Borsenkow Andrej
2002-05-30 7:07 ` Keith Owens
2002-06-03 5:39 ` Borsenkow Andrej
2002-06-03 5:44 ` Keith Owens
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox