Re: Redirecting output

2005-03-23 Thread Bodo Eggert
shafa.hidee <[EMAIL PROTECTED]> wrote: > I have created a dummy module for learning device driver in linux. I > want to redirect the standard output of printk to my xterm. But by default > it is redirected to tty. tail -f /var/log/syslog (or /var/log/messages) - To unsubscribe from this list

Re: Redirecting output

2005-03-23 Thread Andrew Morton
"shafa.hidee" <[EMAIL PROTECTED]> wrote: > > I have created a dummy module for learning device driver in linux. I > want to redirect the standard output of printk to my xterm. But by default > it is redirected to tty. > > I have remote logged into the machine. You can do this from within

Re: Redirecting output

2005-03-22 Thread Martin Waitz
hoi :) On Wed, Mar 23, 2005 at 12:12:02PM +0530, shafa.hidee wrote: > I have created a dummy module for learning device driver in linux. I > want to redirect the standard output of printk to my xterm. But by default > it is redirected to tty. The kernel does not have 'standard output', so yo

Re: Redirecting output

2005-03-22 Thread Jan Engelhardt
>Hi, > I have created a dummy module for learning device driver in linux. I >want to redirect the standard output of printk to my xterm. But by default >it is redirected to tty. What shall happen if you close the pts of the xterm? Jan Engelhardt -- - To unsubscribe from this list: send the

Redirecting output

2005-03-22 Thread shafa.hidee
Hi, I have created a dummy module for learning device driver in linux. I want to redirect the standard output of printk to my xterm. But by default it is redirected to tty. I have remote logged into the machine. Please help. Regards Shafa.hidee - To unsubscribe from this list: send the lin