From owner-freebsd-stable Mon Aug 26 11: 6:51 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C040437B400 for ; Mon, 26 Aug 2002 11:06:45 -0700 (PDT) Received: from 2mcl.com (gw-e.2upost.com [212.1.95.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id D34BE43E6E for ; Mon, 26 Aug 2002 11:06:43 -0700 (PDT) (envelope-from amnesiac@2mcl.com) Received: from 10.0.0.2 (unknown [10.0.0.2]) by 2mcl.com (Postfix) with ESMTP id 4C08014150; Mon, 26 Aug 2002 21:06:37 +0300 (EEST) Date: Mon, 26 Aug 2002 20:55:00 +0400 From: Ruslan Sulemanov X-Mailer: The Bat! (v1.51) Reply-To: Ruslan Sulemanov X-Priority: 3 (Normal) Message-ID: <733215327.20020826205500@2mcl.com> To: Kent Stewart Cc: freebsd-stable@freebsd.org Subject: Re[2]: After upgrade problem In-Reply-To: <3D6A4056.5030007@owt.com> References: <130482739.20020826170545@2mcl.com> <3D6A4056.5030007@owt.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG With a hardware there can not be problems because i tested other hard disks with this version freebsd 4.6.2 stable, i think here only a software specification error, but what ? My kernel options for cd: options CD9660 options CD9660_ROOT device cd device atapicd # ATAPI CDROM drives jeet#dmesg | grep acd acd0: CDROM at ata1-slave PIO4 This device exists: /dev/acd0a /dev/acd0c /dev/acd1a /dev/acd1c After installworld i two times one is mergemaster without any parameters and meregemaster with -C parameter. #cd /usr/obj #chflags -R noschg * #rm -rf * #cd /usr/src #mergemaster -p #make buildworld #make buildkernel KERNCONF=MYKERNEL #make installkernel KERNCONF=MYKERNEL #shutdown -r now #boot -s fsck -p #mount -u / #mount -a -t ufs #swapon -a #adjkerntz -i #cd /usr/src #make installworld #mergemaster #mergemaster -C #reboot KS> Ruslan Sulemanov wrote: >> Certainly, these options: >> options CD9660 >> options CD9660_ROOT >> device cd >> >> KS> My kernel also has KS> device atapicd # ATAPI CDROM drives KS> You should be seeing acd0 in your dmesg from the boot. If you aren't KS> seeing it there, then I think you have a hardware specification error. KS> This at least would give you an idea of where to look. KS> Did you run mergemaster after your installworld? It should have KS> modified some of the devices and then run KS> "sh /dev/MAKEDEV all" KS> after it finished merging your configuration files. KS> I don't permit my users to mount devices and so I see a message like ruby -Kent>> mount /cdrom KS> cd9660: /dev/acd0c: Operation not permitted KS> My /etc/fstab entry looks like KS> /dev/acd0c /cdrom cd9660 ro,noauto 0 0 KS> Kent >> >> SD> Compiled into the kernel..? >> >> SD> S. >> >> SD> On Mon, 26 Aug 2002, Ruslan Sulemanov wrote: >> >> >>>>Hallo All ! >>>>Sorry for my often questions, but have some >>>>errors after upgrade 4.6 up to 4.6.2 stable. >>>> >>>>$mount /cdrom >>>> or >>>>$mount /dev/acd0c /cdrom >>>>cd9660 .... /dev/acd0c ..... "Device not configured." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message