From owner-freebsd-questions Tue Jan 21 8:57:37 2003 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 A915C37B401 for ; Tue, 21 Jan 2003 08:57:36 -0800 (PST) Received: from mail.bellavista.cz (mail.bellavista.cz [62.168.44.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD1B743F18 for ; Tue, 21 Jan 2003 08:57:35 -0800 (PST) (envelope-from neuhauser@bellavista.cz) Received: from freepuppy.bellavista.cz (freepuppy.bellavista.cz [10.0.0.10]) by mail.bellavista.cz (Postfix) with ESMTP id 50A4A29E; Tue, 21 Jan 2003 17:57:28 +0100 (CET) Received: by freepuppy.bellavista.cz (Postfix, from userid 1001) id A29F72FDB18; Tue, 21 Jan 2003 17:57:27 +0100 (CET) Date: Tue, 21 Jan 2003 17:57:27 +0100 From: Roman Neuhauser To: a l Cc: freebsd-questions Subject: Re: 4.7-STABLE upgrade boot failure. Message-ID: <20030121165727.GD86853@freepuppy.bellavista.cz> Mail-Followup-To: a l , freebsd-questions References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG please at least keep the mailing list among recipients: see my signature. # hakubi_@hotmail.com / 2003-01-21 08:36:33 -0800: > > Or maybe, are you really sure you have the proper devices in /dev? > > No, I'm not. At this point I'm not sure of anything, seems like. All I've > done in /dev is a MAKEDEV std with the MAKEDEV directly from /usr/src, > without removing the devices currently in there. It was my understanding > that that would rebuild everything. did you let mergemaster run MAKEDEV for you, or did you run /dev/MAKEDEV std while being in /usr/src? If the latter, you didn't rebuild the devices in /dev/, you created them in /usr/src instead! That would indeed explain your problems. do: cd /dev && ./MAKEDEV all and let us know about the results. -- If you cc me or remove the list(s) completely I'll most likely ignore your message. see http://www.eyrie.org./~eagle/faqs/questions.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message