From owner-freebsd-questions@FreeBSD.ORG Fri Jan 26 17:09:20 2007 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 75F3016A407 for ; Fri, 26 Jan 2007 17:09:20 +0000 (UTC) (envelope-from freminlins@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.231]) by mx1.freebsd.org (Postfix) with ESMTP id 3730013C4A8 for ; Fri, 26 Jan 2007 17:09:20 +0000 (UTC) (envelope-from freminlins@gmail.com) Received: by wr-out-0506.google.com with SMTP id 68so677433wri for ; Fri, 26 Jan 2007 09:09:19 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=RHqEUmzXecKBzKjUJdQJYgvB7Dp8CkX+6CrJ1wGyAPh4JzKFfs+8yyoUHBC+rOxPa2vjt5e4I7lP5FHdWrXyw8S7HWoOP34fT6KKydg+vTBOCRiFvgX0L/zZxPEc46ASKQv04PGtj9wjC9yxb5+0mLWx2r8/mhXXjqqsM5nLmSI= Received: by 10.78.201.10 with SMTP id y10mr2357863huf.1169829624079; Fri, 26 Jan 2007 08:40:24 -0800 (PST) Received: by 10.78.159.14 with HTTP; Fri, 26 Jan 2007 08:40:24 -0800 (PST) Message-ID: Date: Fri, 26 Jan 2007 16:40:24 +0000 From: Freminlins To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: mknod, devfs and FreeBSD 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: Fri, 26 Jan 2007 17:09:20 -0000 Hello, I have a web server still running FreeBSD 4.7 which I want to update to FreeBSD 6.2. There are quite a few sites on this machine, and each of them has a chroot containing their own /dev. In their /dev are things like null, zero, random and so on. I don't really want to set up or mount numerous devfs file systems. I tried creating the the relevent files using mknod but they don't work. What is the best way to proceed? Thanks, Frem.