From owner-freebsd-current@FreeBSD.ORG Tue Jun 4 17:08:12 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 398B7F41 for ; Tue, 4 Jun 2013 17:08:12 +0000 (UTC) (envelope-from florent@peterschmitt.fr) Received: from peterschmitt.fr (peterschmitt.fr [5.135.177.31]) by mx1.freebsd.org (Postfix) with ESMTP id 075731F10 for ; Tue, 4 Jun 2013 17:08:12 +0000 (UTC) Received: from [192.168.0.130] (4ab54-4-88-163-248-31.fbx.proxad.net [88.163.248.31]) by peterschmitt.fr (Postfix) with ESMTPSA id 9612CAD36 for ; Tue, 4 Jun 2013 19:08:12 +0200 (CEST) Message-ID: <51AE1EFC.8040203@peterschmitt.fr> Date: Tue, 04 Jun 2013 19:08:12 +0200 From: Florent Peterschmitt User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 To: freebsd-current@freebsd.org Subject: Re: rebuilding world fail References: <51AE1117.5020600@bebik.net> In-Reply-To: <51AE1117.5020600@bebik.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: florent+FreeBSD-current@peterschmitt.fr List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jun 2013 17:08:12 -0000 Le 04/06/2013 18:08, Rodrigo OSORIO a écrit : > Hi, > > Rebuilding world for current, I found two blocking errors: > > make installkernel retrun "1: Invalid argument" > and when I try to execute mergemaster, the system > claims he's out of file descriptors. Other commands > also fail with the same message. > > I have no clues about this issue, and the system log > didn't help. > > - rodrigo Hi, What are values of sysctl kern.openfiles and kern.maxfiles ? Have a look with fstat for this problem of file descriptors.