Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757551AbYABFgz (ORCPT ); Wed, 2 Jan 2008 00:36:55 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752482AbYABFgs (ORCPT ); Wed, 2 Jan 2008 00:36:48 -0500 Received: from pentafluge.infradead.org ([213.146.154.40]:41830 "EHLO pentafluge.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751604AbYABFgr (ORCPT ); Wed, 2 Jan 2008 00:36:47 -0500 Date: Tue, 1 Jan 2008 21:38:14 -0800 From: Greg KH To: Linus Torvalds , Tino Keitel Cc: "Rafael J. Wysocki" , LKML , Andrew Morton , Ingo Molnar , James Bottomley , Boaz Harrosh , Alan Cox Subject: Re: 2.6.24-rc6-git7: Reported regressions from 2.6.23 Message-ID: <20080102053814.GB25586@kroah.com> References: <200801012202.57851.rjw@sisk.pl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.16 (2007-06-09) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1425 Lines: 41 On Tue, Jan 01, 2008 at 02:26:06PM -0800, Linus Torvalds wrote: > > > On Tue, 1 Jan 2008, Rafael J. Wysocki wrote: > > > > Subject : Could not set non-blocking flag with 2.6.24-rc5 > > Submitter : Tino Keitel > > Date : 2007-12-13 16:27 > > References : http://lkml.org/lkml/2007/12/13/392 > > http://bugzilla.kernel.org/show_bug.cgi?id=9557 > > Handled-By : > > Patch : > > That strace shows that trying to open /dev/null fails with ENXIO: > > [pid 6050] open("/dev/null", O_RDONLY > [pid 6050] <... open resumed> ) = -1 ENXIO (No such device or address) > > and everything goes downhill from there. > > It would be worth looking at your /dev/null to see what kind of (broken) > device node it is, and get a clue about *why* it is broken. > > Greg, any udev breakage that could affect /dev/null? I do not know of any such breakage. But, as this is in a chroot, hopefully udev has properly populated the chrooted /dev tree for the process to provide the /dev/null device node? Tino, did you provide a /dev/ for your chroot? Did you use udev to create it, or did you use a static /dev tree? thanks, greg k-h -- 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/