26 Aug
2009
26 Aug
'09
4:33 p.m.
chris packham <chris.packham@alliedtelesis.co.nz> wrote:
Well if it helps my Linux system uses /proc/kmsg (instead of /dev/klog). Have you tried using unix-stream("/dev/klog") instead of "file"?
Thanks, but, well, /dev/klog isn't a socket, it's a character special device, so "file" would be the only proper source to use. Using unix-stream hence fails. -Jan