From owner-freebsd-stable@FreeBSD.ORG Tue Jan 4 10:54:29 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CA8216A4CE for ; Tue, 4 Jan 2005 10:54:29 +0000 (GMT) Received: from 212.106.254.141.adsl.jazztel.es (212.106.254.141.adsl.jazztel.es [212.106.254.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2191443D39 for ; Tue, 4 Jan 2005 10:54:28 +0000 (GMT) (envelope-from josemi@freebsd.jazztel.es) Received: from [192.168.254.16] (orion.redesjm.local [192.168.254.16]) j04AsQUq001034 for ; Tue, 4 Jan 2005 11:54:26 +0100 (CET) (envelope-from freebsd@redesjm.local) Message-ID: <41DA75E2.30302@redesjm.local> Date: Tue, 04 Jan 2005 11:54:26 +0100 From: Jose M Rodriguez User-Agent: Mozilla Thunderbird 1.0 (X11/20041227) X-Accept-Language: en-us, en MIME-Version: 1.0 To: stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AntiVirus: checked by AntiVir Milter (version: 1.1.0-3; AVE: 6.29.0.5; VDF: 6.29.0.31; host: antares.redesjm.local) Subject: problems with devfs amd /dev/fd/ X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jan 2005 10:54:29 -0000 Hi, trying to import foomatic-rip, I found great changes under /dev/fd/ going from RELENG_4 to RELENG_5. Seems that /dev/fd/3 is used by several pipe construct like foomatic-rip to get a free backwards error channel. Digging a bit, I found that now, I need mount fdescfs to get this. I think this is not well documented in release notes. Also, seems that support /dev/fd/3 in devfs may be a good idea. Add a sysctl to control how many /dev/fd/n devfs create will be even better. -- josemi