From owner-freebsd-questions@FreeBSD.ORG Mon May 1 16:11:43 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 70A8A16A402 for ; Mon, 1 May 2006 16:11:43 +0000 (UTC) (envelope-from ml@t-b-o-h.net) Received: from vjofn.tucs-beachin-obx-house.com (vjofn.tucs-beachin-obx-house.com [204.107.90.128]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAAB543D66 for ; Mon, 1 May 2006 16:11:39 +0000 (GMT) (envelope-from ml@t-b-o-h.net) Received: from himinbjorg.tucs-beachin-obx-house.com (c-69-249-95-97.hsd1.nj.comcast.net [69.249.95.97]) (authenticated bits=128) by vjofn.tucs-beachin-obx-house.com (8.12.9/8.12.9) with ESMTP id k41GBcBC087837 for ; Mon, 1 May 2006 12:11:38 -0400 (EDT) Received: from himinbjorg.tucs-beachin-obx-house.com (localhost.tucs-beachin-obx-house.com [127.0.0.1]) by himinbjorg.tucs-beachin-obx-house.com (8.13.3/8.12.10) with ESMTP id k41GBcQ5081976 for ; Mon, 1 May 2006 12:11:38 -0400 (EDT) (envelope-from ml@t-b-o-h.net) Received: (from tbohml@localhost) by himinbjorg.tucs-beachin-obx-house.com (8.13.3/8.13.1/Submit) id k41GBcwN081975 for freebsd-questions@freebsd.org; Mon, 1 May 2006 12:11:38 -0400 (EDT) (envelope-from tbohml) From: Scott "Tuc" Ellentuch at T-B-O-H Message-Id: <200605011611.k41GBcwN081975@himinbjorg.tucs-beachin-obx-house.com> To: freebsd-questions@freebsd.org Date: Mon, 1 May 2006 12:11:38 -0400 (EDT) X-Mailer: ELM [version 2.5 PL8] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: devfs rule: ioctl DEVFSIO_RADD: Input/output error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2006 16:11:43 -0000 Hi, Trying to create a node in dev that I need in 5.3-RELEASE-p10. I tried to do : devfs -m /dev rule add path rdptr0 major 88 But I get: devfs rule: ioctl DEVFSIO_RADD: Input/output error What part of this do I have wrong? Thanks, Tuc