From owner-freebsd-questions@FreeBSD.ORG Sun Oct 5 09:56:14 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15DBF16A4BF for ; Sun, 5 Oct 2003 09:56:14 -0700 (PDT) Received: from chaos.obstruction.com (CPE00e018983b2f-CM013349903124.cpe.net.cable.rogers.com [24.156.200.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4DF443F75 for ; Sun, 5 Oct 2003 09:56:12 -0700 (PDT) (envelope-from guy-dated-1067964903.6d8f21@obstruction.com) Received: from chaos.obstruction.com (localhost [127.0.0.1]) by chaos.obstruction.com (Postfix) with ESMTP id 2F0D75C24 for ; Sun, 5 Oct 2003 12:55:03 -0400 (EDT) Received: by chaos.obstruction.com (tmda-sendmail, from uid 1000); Sun, 05 Oct 2003 12:55:03 -0400 (EDT) Date: Sun, 5 Oct 2003 12:55:02 -0400 To: freebsd-questions@freebsd.org Message-ID: <20031005165502.GA9554@chaos.obstruction.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i From: Guy Middleton X-Delivery-Agent: TMDA/0.80 (Determine) Subject: devfs(8) errors X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Guy Middleton List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Oct 2003 16:56:14 -0000 This is on a 5.1-RELEASE system. devfs(8) has this as an example, but I get the following error: # devfs rule add path speaker mode 666 devfs rule: ioctl DEVFSIO_RADD: Input/output error # What's happening here? Do I need to compile something special into the kernel for this to work?