Balazs Scheidler wrote:
> you are probably using pipe("/proc/kmsg") and not file("/proc/kmsg").
> Albeit pipe is more or less equivalent to file(), one difference is that
> pipes are opened in read-write mode (so that it always has a writer even
> if noone opened the pipe for writing).
>
Baszi
Correct,
Thanks
Ronny