From owner-freebsd-questions@FreeBSD.ORG Tue Apr 8 21:00:20 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 8352337B404 for ; Tue, 8 Apr 2003 21:00:20 -0700 (PDT) Received: from joloxbox.joshualokken.com (12-225-249-250.client.attbi.com [12.225.249.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA69743FAF for ; Tue, 8 Apr 2003 21:00:19 -0700 (PDT) (envelope-from joshualokken@attbi.com) Received: from joloxbox.joshualokken.com (localhost.joshualokken.com [127.0.0.1])h3940bbF016658; Tue, 8 Apr 2003 21:00:42 -0700 (PDT) (envelope-from joshualokken@attbi.com) Received: (from jolok@localhost) by joloxbox.joshualokken.com (8.12.9/8.12.9/Submit) id h3940Y1u016657; Tue, 8 Apr 2003 21:00:34 -0700 (PDT) X-Authentication-Warning: joloxbox.joshualokken.com: jolok set sender to joshualokken@attbi.com using -f Date: Tue, 8 Apr 2003 21:00:34 -0700 From: Joshua Lokken To: BSDVault Message-ID: <20030409040034.GC16149@joloxbox.joshualokken.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i Organization: little to none X-OS: FreeBSD joloxbox.joshualokken.com 4.8-STABLE i386 cc: freebsd-questions@freebsd.org Subject: Re: No MAKEDEV in /dev after cvsup and rebuild X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Apr 2003 04:00:20 -0000 * BSDVault (diesel@bsdvault.net) wrote: ==> First let me say I am not subscriber to list so please respond directly to ==> me. ==> ==> I cvsup my box 2 nights ago 5.0 -> 5.0. When I tried to remake all ==> devices, I found that there was no MAKEDEV in /dev which seemed odd. I ==> then tried to copy the one from /usr/src/etc into /dev which erorred with ==> :Operation not Permitted. I then checked securelevel which was -1. I then ==> tried to re make the one in /usr/src/etc with make install which told me ==> MAKEDEV was up to date. I moved MAKEDEV out of /usr/src/etc and then tried ==> to make MAKEDEV which then said "don?t know how to make MAKEDEV". ==> ==> I am truly stuck. Can anyone offer some assistance. ==> ==> Thanks ==> ==> Ray ==> I just saw an earlier post to the same effect, and the answer was that MAKEDEV no longer exists in 5.0, and has been replaced with devfs, which makes the device files for you. Beyond that, I'm no help ;) -- Joshua