Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jul 2002 17:42:34 -0500
From:      David Syphers <dsyphers@uchicago.edu>
To:        Punkey <lee@punkey.net>, freebsd-stable@FreeBSD.ORG
Subject:   Re: CD9660 - Device not configured
Message-ID:  <200207251742.34665.dsyphers@uchicago.edu>
In-Reply-To: <20020724201310.G479-100000@barbie.lan>
References:  <20020724201310.G479-100000@barbie.lan>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wednesday 24 July 2002 02:33 pm, Punkey wrote:
> Steps I've taken so far:
> 
> 1) cvsup'd everything (tag RELENG_4_6)
> 2) blown away /usr/obj
> 3) I took the GENERIC config and copied that to BARBIE (diffs below)
> 4) I jump into /usr/src/sys/i386/conf and run config -r BARBIE (to blow
> away the old dir).
> 
> I then do:
> barbie# config BARBIE
> barbie# cd ../../compile/BARBIE
> barbie# make clean && make modules-clean && make depend && make
> barbie# make install
> 
> Kernel builds fine, and I boot it.  Dmesg snippet below, showing hardware
> recognised OK.

It sounds like you've cvsup'd and then built a kernel. This is bad - if your 
kernel and your world are built from different sources, weird things can 
happen. Please follow the updating procedure in the Handbook (buildworld, 
buildkernel, installkernel, installworld, mergemaster) after you cvsup. If 
you haven't touched /usr/src at all, then the kernel build procedure you use 
above should be fine.

> barbie# mount /dev/acd0c /mnt

This wouldn't work anyway, since you need to use the command mount_cd9660 
instead of mount.

> What I really don't get is why GENERIC works, and BARBIE doesn't, given
> that they're near identical configs.

That is confusing. My best guess is, as I said above, that you have a 
kernel/world sync problem. Try making world using your custom kernel and see 
if the problem still exists. There is no real difference between your two 
kernel config files.

-David

-- 
Everyone who believes in telekinesis, raise my hand...

Astronomy and Astrophysics Center
The University of Chicago

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207251742.34665.dsyphers>