Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 18 Feb 2003 10:53:50 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 18 Feb 2003 10:53:50 -0500 Received: from smtp.invisible.uk.net ([195.224.32.67]:35487 "EHLO invisible.uk.net") by vger.kernel.org with ESMTP id convert rfc822-to-8bit; Tue, 18 Feb 2003 10:53:50 -0500 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 8BIT Subject: /proc/kmsg X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 Date: Tue, 18 Feb 2003 16:03:31 -0000 Message-ID: <541025071C7AC24C84E9F82296BB9B952D7D@OPTEX1.optex.local> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: /proc/kmsg Thread-Index: AcLXZ0gqgvTIum3LSnmB42yem0wVeA== From: "John Hall" To: Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 642 Lines: 18 Hi, I'm trying to write a small syslogd that has no need of a separate klogd. So I can use select, I'm attempting to read from /proc/kmsg instead of using the syslog syscall. However, it seems very unreliable - I don't see quite a few of the messages I should do. I'm using a 2.4.18-rmk7 kernel. Is /proc/kmsg inherently unreliable for what I'm doing or am I doing something wrong? Cheers, John - 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/