From owner-freebsd-current Tue May 9 4:35:28 2000 Delivered-To: freebsd-current@freebsd.org Received: from pawn.primelocation.net (pawn.primelocation.net [205.161.238.235]) by hub.freebsd.org (Postfix) with ESMTP id 209C137BF65 for ; Tue, 9 May 2000 04:35:22 -0700 (PDT) (envelope-from jedgar@fxp.org) Received: from earth.fxp (unknown [207.192.76.238]) by pawn.primelocation.net (Postfix) with ESMTP id E4E449B1D; Tue, 9 May 2000 07:35:19 -0400 (EDT) Date: Tue, 9 May 2000 07:35:19 -0400 (EDT) From: "Chris D. Faulhaber" X-Sender: jedgar@earth.fxp To: Sheldon Hearn Cc: Erik de Zeeuw , freebsd-current@FreeBSD.ORG Subject: Re: MAKEDEV warning with sysinstall ? In-Reply-To: <76875.957863379@axl.ops.uunet.co.za> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 9 May 2000, Sheldon Hearn wrote: > > > On Mon, 08 May 2000 15:41:55 EST, Erik de Zeeuw wrote: > > > I ran MAKEDEV all, but the message still appear. The messages I found > > about this on the archives says to do a 'ls -l /dev | grep ^b', and > > to remake all devices listed, but there's no device listed when I'm > > doing the 'ls -l /dev | grep ^b'. > > I'm not sure what that'll score you. Try this: > > cd /dev > for i in `ls`; do if test -b $i; then echo $i; fi; done > Hmmm... find /dev -type b -print ----- Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org -------------------------------------------------------- FreeBSD: The Power To Serve - http://www.FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message