Re: [patch] printk from userspace

H. Peter Anvin (hpa@zytor.com)
Tue, 13 Aug 2002 21:33:24 -0700


Alexander Viro wrote:
>
> I have a better suggestion. How about we make write(2) on /dev/console to
> act as printk()? IOW, how about making _all_ writes to console show up in
> dmesg?
>
> Then we don't need anything special to do logging _and_ we get output
> of init scripts captured. For free. dmesg(8) would pick that up, klogd(8)
> will work as is, etc.
>

/dev/console is probably unsuitable for this (/dev/console is an
interactive device), but something like /dev/kmsg would probably be a
good idea -- it can also replace /proc/kmsg.

However, Andrew's sys_syslog() change does what I need, since users are
used to calling syslog(3) to log messages anyway.

-hpa

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