Re: Printk output on console

From: srinivas naga vutukuri
Date: Tue Dec 21 2004 - 11:26:30 EST


Hi Selva,

You can go through, one of the help link on the log msgs...
http://www.hk8.org/old_web/linux/run/ch08_03.htm
I think, they(kernel printk's) are directing to the console only...
Or you can observe, initially while booting it up, after console initiation
happened, it starts buffering out all the printk's output to the console
only.

But i did't remember, the code flow, at a particular point, the X or
something
the shell will take over of it...But any emergency msgs, from the kernel,
will be
coming onto the Console only...

I think, for your error msg, you can better google it...Its not able to
recognise,
the boot partition may be...

Regards,
srinivas.



----- Original Message -----
From: "selvakumar nagendran" <kernelselva@xxxxxxxxx>
To: "srinivas naga vutukuri" <srinivas.vutukuri@xxxxxxxxx>
Cc: <linux-kernel@xxxxxxxxxxxxxxx>
Sent: Tuesday, December 21, 2004 3:13 PM
Subject: Re: Printk output on console


> Hi srinivas,
> My question is "We are having lot more printk
> statements in the kernel source files. While the
> kernel is in execution where the output of all these
> statements will go? and can we redirect the output of
> printk to our console?
> Please help me. Also I have one more error after
> having compiled my new kernel 2.6.9. After booting it
> shows the following error
>
> "Kernel panic syncing unable to mount block(0,0) VFS
> specify root =LABEL correctly"
> Do u know how to deal with it?
>
> Thanks,
> selva
> --- srinivas naga vutukuri
> <srinivas.vutukuri@xxxxxxxxx> wrote:
>
> > Hi Selva,
> >
> > I understood the question as where all/what all
> > printks (with
> > line nos and the file names)
> > you are looking for is it. I think, in a normal
> > printf using the
> > macros __FILE__ and __LINE__ will give that...
> >
> > ex:
> > printk(KERN_ERR "%s: Driver Initialisation failed",
> > __FILE__);
> > Is this helpful...
> >
> > Regards,
> > srinivas.
> > -
> > To unsubscribe from this list: send the line
> > "unsubscribe linux-kernel" in
> > the body of a message to majordomo@xxxxxxxxxxxxxxx
> > More majordomo info at
> > http://vger.kernel.org/majordomo-info.html
> > Please read the FAQ at http://www.tux.org/lkml/
> >
>
>
>
>
> __________________________________
> Do you Yahoo!?
> Read only the mail you want - Yahoo! Mail SpamGuard.
> http://promotions.yahoo.com/new_mail

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/