From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS6939 64.71.128.0/18 X-Spam-Status: No, score=-1.9 required=3.0 tests=AWL,BAYES_00, MSGID_FROM_MTA_HEADER shortcircuit=no autolearn=unavailable version=3.3.2 Path: news.gmane.org!not-for-mail From: Eric Wong Newsgroups: gmane.comp.lang.ruby.raindrops.general Subject: Re: weird /proc/net/unix issue on CentOS 5.7 / 2.6.18-274.7.1.el5 Date: Thu, 21 Jun 2012 01:13:51 +0000 Message-ID: <20120621011351.GA19188@dcvr.yhbt.net> References: <20120621004402.GA7450@dcvr.yhbt.net> <20120621004402.GA7450@dcvr.yhbt.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1340241240 3023 80.91.229.3 (21 Jun 2012 01:14:00 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 21 Jun 2012 01:14:00 +0000 (UTC) To: raindrops@librelist.org Original-X-From: raindrops@librelist.org Thu Jun 21 03:13:58 2012 Return-path: Envelope-to: gclrrg-raindrops@m.gmane.org List-Archive: List-Help: List-Id: List-Post: List-Subscribe: List-Unsubscribe: Precedence: list Original-Sender: raindrops@librelist.org Xref: news.gmane.org gmane.comp.lang.ruby.raindrops.general:94 Archived-At: Received: from zedshaw.xen.prgmr.com ([64.71.167.205]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ShVy9-0002d6-D5 for gclrrg-raindrops@m.gmane.org; Thu, 21 Jun 2012 03:13:57 +0200 Received: from zedshaw.xen.prgmr.com (localhost [IPv6:::1]) by zedshaw.xen.prgmr.com (Postfix) with ESMTP id 3CC3721DF55 for ; Thu, 21 Jun 2012 01:22:20 +0000 (UTC) Eric Wong wrote: > Hey all, I encountered a strange bug on CentOS 5.7 servers running the > 2.6.18-274.7.1.el5 kernel. I'm not sure if/which newer versions fix > this and will report back if/when I find this. I can't reproduce the > issue on a vanilla 3.4.2 Linux kernel nor on older CentOS 5.4 machines. > > (Pointers to repositories appreciated, RH doesn't it seem to make it > easy to find their kernel git repositories (if they're public at all)) OK, there seems to be a fix in newer kernels. Hopefully I can get these machines upgraded soon to test. * Wed Nov 23 2011 Jarod Wilson [2.6.18-299.el5] - [fs] proc: Fix select on /proc files without ->poll (David Howells) [751214] Fwiw, http://mirrors.kernel.org/redhat/redhat/linux/enterprise/5Server/en/os/SRPMS/kernel-2.6.18-308.8.2.el5.src.rpm contains a giant 93M patch file :<