Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S264449AbTFPXyO (ORCPT ); Mon, 16 Jun 2003 19:54:14 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S264465AbTFPXyO (ORCPT ); Mon, 16 Jun 2003 19:54:14 -0400 Received: from e33.co.us.ibm.com ([32.97.110.131]:49826 "EHLO e33.co.us.ibm.com") by vger.kernel.org with ESMTP id S264449AbTFPXyM (ORCPT ); Mon, 16 Jun 2003 19:54:12 -0400 Message-ID: <3EEE5BA8.8000601@us.ibm.com> Date: Mon, 16 Jun 2003 17:07:04 -0700 From: Nivedita Singhvi User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2.1) Gecko/20021130 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "David S. Miller" CC: girouard@us.ibm.com, stekloff@us.ibm.com, janiceg@us.ibm.com, jgarzik@pobox.com, lkessler@us.ibm.com, linux-kernel@vger.kernel.org, netdev@oss.sgi.com Subject: Re: patch for common networking error messages References: <20030616.152745.124055059.davem@redhat.com> <3EEE4880.3080505@us.ibm.com> <20030616.155251.25131382.davem@redhat.com> In-Reply-To: <20030616.155251.25131382.davem@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2046 Lines: 50 David S. Miller wrote: > There would be absolutely ZERO disruption if you guys would use you > brains and implement what you're actually trying to achieve, a system > event logging mechanism. > We have a message queueing mechanism using sockets, called netlink, > and you can make whatever actions in the kernel you think should be > monitored go and stuff messages into this system event netlink socket. I should clarify here that I was speaking strictly for my lonesome sorry self :), and have no knowledge of what the state of the various RAS projects currently are, and the approaches they are trying.. For all I know, they may be currently trying precisely that.. Janice's patch is the first I've seen in this area (Luckily, most of the time they keep me in a cave :) :)), and I do appreciate *something* being done in this area, it seemed a good start and really, I dont care how its implemented, I'll leave that to the folks who have spent longer than the 8 mins I currently have on it.. > Then, you don't have to standardize a bunch of absolutely silly > strings (I mean, the concept is so incredibly stupid), you get events > that are in a precisely defined format going over this netlink socket. Well, right now, thats all we have, right? Silly strings? But thats not really my position, which is more like: Whatever! Whatever! Somebody! Make it so! :) :). > Then whoever in userspace reads out the messages can interpret them > however the fuck it wants to. It is then trivial to parse the > messages and filter them. Furthermore, you could even transmit such > messages over a network connection to a remote logging server as-is. > > And hey, look, for network links going up and down we have the hooks > already. Funny that... OK, that is a good idea.. :) thanks, Nivedita - 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/