From owner-freebsd-stable Mon Aug 26 19:41:43 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 D6EC737B400 for ; Mon, 26 Aug 2002 19:41:38 -0700 (PDT) Received: from 2mcl.com (gw-e.2upost.com [212.1.95.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id E298443E65 for ; Mon, 26 Aug 2002 19:41:36 -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 A0A29140B5; Tue, 27 Aug 2002 05:41:25 +0300 (EEST) Date: Tue, 27 Aug 2002 01:25:38 +0400 From: Ruslan Sulemanov X-Mailer: The Bat! (v1.51) Reply-To: Ruslan Sulemanov X-Priority: 3 (Normal) Message-ID: <1062356281.20020827012538@2mcl.com> To: "Kevin Oberman" Cc: freebsd-stable@freebsd.org Subject: Re[4]: After upgrade problem In-Reply-To: <20020826181800.AAFFA5D03@ptavv.es.net> References: <20020826181800.AAFFA5D03@ptavv.es.net> 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 Thank for the help! My mistake was in /etc/fstab, i has changed /dev/acd0c on /dev/acd0a, and all began on the places! ls -l /dev/acd* crw-rw-rw- 2 root operator 117, 0 Aug 26 18:53 /dev/acd0a crw-rw-rw- 2 root operator 117, 2 Aug 26 18:53 /dev/acd0c crw-rw-rw- 2 root operator 117, 8 Aug 26 18:53 /dev/acd1a crw-rw-rw- 2 root operator 117, 10 Aug 26 18:53 /dev/acd1c Ruslan.S.R. >> Date: Mon, 26 Aug 2002 20:55:00 +0400 >> From: Ruslan Sulemanov >> Sender: owner-freebsd-stable@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 KO> You don't need "device cd" in your kernel. It is only needed for SCSI KO> CDs and yours is clearly ATAPI. KO> I would be interested in the result of: KO> ls -l /dev/acd* KO> FWIW, the "mount -u /" is no longer required. It is implicit in the KO> "mount -a -t ufs", but it should not hurt. KO> You might also want to add: KO> hw.ata.atapi_dma="1" # Run the CD-ROM/DVD in DMA mode KO> to /boot/loder.conf. KO> I'm really running out of ideas! KO> R. Kevin Oberman, Network Engineer KO> Energy Sciences Network (ESnet) KO> Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) KO> E-mail: oberman@es.net Phone: +1 510 486-8634 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message