From owner-freebsd-questions@freebsd.org Fri Dec 16 14:08:21 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D8847C83D16 for ; Fri, 16 Dec 2016 14:08:21 +0000 (UTC) (envelope-from lists@bertram-scharpf.de) Received: from mout.kundenserver.de (mout.kundenserver.de [212.227.126.133]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mout.kundenserver.de", Issuer "TeleSec ServerPass DE-2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3DD6092A for ; Fri, 16 Dec 2016 14:08:20 +0000 (UTC) (envelope-from lists@bertram-scharpf.de) Received: from becker.bs.l ([85.180.2.168]) by mrelayeu.kundenserver.de (mreue002 [212.227.15.129]) with ESMTPSA (Nemesis) id 0M6JFz-1cWFXS1Ppb-00yRNG for ; Fri, 16 Dec 2016 15:08:13 +0100 Received: from bsch by becker.bs.l with local (Exim 4.87 (FreeBSD)) (envelope-from ) id 1cHtBE-000JHu-UD for freebsd-questions@freebsd.org; Fri, 16 Dec 2016 15:08:12 +0100 Date: Fri, 16 Dec 2016 15:08:12 +0100 From: Bertram Scharpf To: freebsd-questions@freebsd.org Subject: Exclude read() from truss Message-ID: <20161216140812.GA73997@becker.bs.l> Mail-Followup-To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.7.1 (2016-10-04) Sender: Bertram Scharpf X-Provags-ID: V03:K0:P4/TDjuXvJVMEWQpiUU5D+hbq+L/1WCd+IN67LZqQ7eUcgedurZ FdkM93WtF/6/l5LIt32wVBe6Dw/vdetmp1npq2UHwyo8lxkkOVdIiQOSQmKZSrTvszBrdCw mtjPNF+JBfxbOtG40Co3czFsUkCgtSVXWjo0UZfdFdqc4w0BLvmootRUdQlu5BQ5tFDGOEf iKnqqUt9s7HkltuJ0BfYQ== X-UI-Out-Filterresults: notjunk:1;V01:K0:31TcTFZHX+I=:U7YKRPpHC/ms4PWSk0xH+K 3gzVVr7R9OG1m8XhZKSfGPFgWN9VvVZ5X9SweoQeejSb5h032wRWJIXzG0E0ybvOQMe2cfY26 qH8eYOUjqlXKx3K9m+5z6BW3p5pHGWASPl7Zaj5DTXn96MNLJLahm5FNkaqi97lhxjU4dimsb MOV97PdDq76rCA1tG7i/0UdVxbMHJULpglx3MsiThHQvDFGGlYsK9GvTTL0775rWeNHF+RR+2 lyMQS+/+mXvHAqwVvopc3mSa+XRaSjkSwxeNu8SKHNjA1WkLjCIe+4zo3OCwZT68gkK3t0yEM tTbwQMcuCLDPqcPMFYCZYlxwtC/qOfWZY9dgE7AAQuV1ZfALWNdglpbjhpM33s5SKPnaGfofU f/KwD2c9R7xwxkzMtTPot6d7Zn7BZioSDfoVKr6xdjELNNxyKcBCf6ruLmyWVKZI7GXDGR/1r mkadepGxN3BUwTOY8c3qWRs6fLvzbF2xOPXzeBUa8SpZ/zb/ggG6/5R9mUweezraXOC3kd/ss XGCQ2gSLAX4moERVrF3Vt+2uvBUYpD6ORT9DmIIGDhH+YCk3ptha+iXlyY+ZJjTILtse0qeMw m3BCatbGqw+ha1gD85r3aos4pb6QDyYxaA1W+2aoSkj7Benj3sM5bkCjM5hm2UA1JHFUL594T zEO2LSESUfrODdQhyW1uenk5agXpKypyPrjmrJKpZcbj6vlzrNUp3fczzWmZJhLcqUOM= X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Dec 2016 14:08:21 -0000 Hi, there's another bug in the ports. I tried to fix it but I cannot find where the termination happens. ===> Registering installation for texlive-texmf-20150523_3 [packager.bs.l] Installing texlive-texmf-20150523_3... pkg-static: Fail to create temporary file: /usr/local/share/texmf-dist/fonts/vf/huerta/alegreya/.AlegreyaSansSC-Thin-tosf-ly1.vf.QWG /usr/local/bin/mktexlsr: 1: Too many open files mktexlsr: Done. /usr/local/bin/mktexlsr: 1: Too many open files mktexlsr: Done. *** Error code 70 Stop. make: stopped in /usr/ports/print/texlive-texmf Although the mktexlsr fails this doesn't cause the termination. I grepped /usr/ports/Mk and pkg-static for "*** Error code" but did not find anything. Next, I tried to call the make reinstall through truss, but the unpacking of the archives logs all calls to the read() system function what produces hundreds of megabytes of output and never gets done. Is there a way to tell truss to leave out the read() calls? The standard /usr/bin/truss has no -t option. Bertram -- Bertram Scharpf Stuttgart, Deutschland/Germany http://www.bertram-scharpf.de