From owner-freebsd-current@FreeBSD.ORG Tue Jun 4 17:40:08 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 376F3B5C for ; Tue, 4 Jun 2013 17:40:08 +0000 (UTC) (envelope-from rodrigo@bebik.net) Received: from smtp3-g21.free.fr (smtp3-g21.free.fr [IPv6:2a01:e0c:1:1599::12]) by mx1.freebsd.org (Postfix) with ESMTP id D7EBF1100 for ; Tue, 4 Jun 2013 17:40:05 +0000 (UTC) Received: from [192.168.1.18] (unknown [82.227.164.69]) by smtp3-g21.free.fr (Postfix) with ESMTP id 1CC5EA62C9 for ; Tue, 4 Jun 2013 19:40:00 +0200 (CEST) Message-ID: <51AE266F.70804@bebik.net> Date: Tue, 04 Jun 2013 19:39:59 +0200 From: Rodrigo OSORIO User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130405 Thunderbird/17.0.5 MIME-Version: 1.0 To: freebsd-current@freebsd.org Subject: Re: rebuilding world fail Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list 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:40:08 -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. Hi, After reboot, cause my system was locked kern.openfiles = 42 and kern.maxfiles = 15258. Now I move with my pending work on 10, but I think I can reproduce the behavior later, and post the live values. regards, - rodrigo