Date: Tue, 21 Jan 2003 19:07:11 +0100 From: Roman Neuhauser <neuhauser@bellavista.cz> To: a l <hakubi_@hotmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: 4.7-STABLE upgrade boot failure. Message-ID: <20030121180711.GH86853@freepuppy.bellavista.cz> In-Reply-To: <BAY1-F218n3vUL0F13E00014094@hotmail.com> References: <20030121165727.GD86853@freepuppy.bellavista.cz> <BAY1-F218n3vUL0F13E00014094@hotmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
# hakubi_@hotmail.com / 2003-01-21 09:42:23 -0800: > ># 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. > > No, I just meant that I copied MAKEDEV from /usr/src into /dev, and > then ran ./MAKEDEV std from /dev, as per the UPDATING instructions. hmm, does UPDATING say you should do that? all I know is mergemaster asks whether I want to have /dev/* rebuilt, and I let it do so. UPDATING notwithstanding, you did *not* rebuild ad{4,5}*. take a look in /dev/MAKEDEV: calling it with "std" does not touch ad* at all. what you want is: cd /dev && ./MAKEDEV all ad4 ad5 > Sorry for replying privately, this account isn't on the list. I'll be > sure to CC it in from now on. thanks; I *really* prefer to not receive personal copies, though. -- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030121180711.GH86853>