From owner-freebsd-current@FreeBSD.ORG Fri Oct 15 20:10:44 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D558116A4CE for ; Fri, 15 Oct 2004 20:10:44 +0000 (GMT) Received: from visp.engelschall.com (visp.engelschall.com [195.27.176.148]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11DF443D1D for ; Fri, 15 Oct 2004 20:10:44 +0000 (GMT) (envelope-from rse@engelschall.com) Received: by visp.engelschall.com (Postfix, from userid 1005) id B06F74CE671; Fri, 15 Oct 2004 22:10:49 +0200 (CEST) Received: by en1.engelschall.com (Postfix, from userid 10000) id 68DFEA182C; Fri, 15 Oct 2004 22:10:33 +0200 (CEST) Date: Fri, 15 Oct 2004 22:10:33 +0200 From: "Ralf S. Engelschall" To: freebsd-current@freebsd.org Message-ID: <20041015201033.GA51887@engelschall.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Organization: Engelschall, Germany. X-Web-Homepage: http://www.engelschall.com/ X-PGP-Public-Key: http://www.engelschall.com/ho/rse/pgprse.asc X-PGP-Fingerprint: 00 C9 21 8E D1 AB 70 37 DD 67 A2 3A 0A 6F 8D A5 X-Mailman-Approved-At: Sat, 16 Oct 2004 12:07:43 +0000 Subject: Linux ABI and permissions to /dev X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: rse@engelschall.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Oct 2004 20:10:45 -0000 Under latest RELENG_5 I'm experiencing since recently (about 2-4 weeks I think) "permission denied" errors under the Linux ABI on write-access to e.g. /dev/null or other devices under /dev: | $ id | uid=10000(rse) gid=10000(rse) groups=10000(rse),5(operator),2001(en) | $ ls -l /dev/null | crw-rw-rw- 1 root wheel 2, 2 Oct 15 21:39 /dev/null | $ echo foo >/dev/null | $ ls -l /compat/linux/bin/dev/null | ls: /compat/linux/bin/dev/null: No such file or directory | $ /compat/linux/bin/bash | bash bash2 | $ /compat/linux/bin/bash | $ ls -l /dev/null | crw-rw-rw- 1 root wheel 2, 2 Oct 15 21:40 /dev/null | $ echo foo >/dev/null | bash: /dev/null: Permission denied | $ Has anybody an idea where to search? There were no changes to devfs recently and the recent changes to the Linuxulator seemed harmless to me at the first glance... Ralf S. Engelschall rse@engelschall.com www.engelschall.com