From owner-freebsd-hackers@FreeBSD.ORG Wed Nov 19 23:09:41 2014 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C580C6C7 for ; Wed, 19 Nov 2014 23:09:41 +0000 (UTC) Received: from mail-ie0-x22d.google.com (mail-ie0-x22d.google.com [IPv6:2607:f8b0:4001:c03::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 90DA73D3 for ; Wed, 19 Nov 2014 23:09:41 +0000 (UTC) Received: by mail-ie0-f173.google.com with SMTP id y20so1637267ier.4 for ; Wed, 19 Nov 2014 15:09:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=bfKo62A+rMKxwC6EBxvRzY2NJ/lxGk+hJlpRCUYPF7k=; b=NH6XeRdoWUS9b5d+txpnnjDDzJbY862/llQtV2qk0Y8fM3oTbh8B80q3NlU+txJzw4 ea+us9trTA+6i8t/WsTq4IP0VED1bHMSwacPEoqagse5wdjDqgTOnFohvq6KXxCCyO/q S9ERKXULN7Pb0y/G8ECPzdSR8oqzrm4PrejP7e/y3ORhHLo1IfxKxdP8GdOUzH3rsLD/ ppIGxQar6dDTgDkZiQHnpi9YM9+RvpSj804RdxmSs7R8zsvbXi4G5f/XtAcBdnChSlbP a7d4JfoRfXbiT5kyHxL8QUGlXq1T3BH0335s2z5Gtyn7PUx3kx2w/6TdQB+wkg1xJInO p3cw== MIME-Version: 1.0 X-Received: by 10.42.179.195 with SMTP id br3mr5021740icb.37.1416438581130; Wed, 19 Nov 2014 15:09:41 -0800 (PST) Received: by 10.64.147.164 with HTTP; Wed, 19 Nov 2014 15:09:41 -0800 (PST) Date: Wed, 19 Nov 2014 15:09:41 -0800 Message-ID: Subject: Re: Running 8 building 10 gives "Out of file descriptors" ? From: Dieter BSD To: freebsd-hackers@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2014 23:09:41 -0000 By "fix this", I meant fix the brain dead error message from sh. 1 - The code should print the name of the program complaining. 2 - The code should print the errno string, and what caused the error ( fcntl(F_DUPFD_CLOEXEC) ). 3 - The code should not stupidly print "Out of file descriptors", since that might not be the problem.