From owner-freebsd-bugs Mon Feb 17 05:56:10 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id FAA16595 for bugs-outgoing; Mon, 17 Feb 1997 05:56:10 -0800 (PST) Received: from economic.acnit.ac.ru (economic.acnit.ac.ru [193.233.113.18]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id FAA16546 for ; Mon, 17 Feb 1997 05:55:56 -0800 (PST) Received: (from bazilio@localhost) by economic.acnit.ac.ru (8.8.4/8.8.4) id QAA11493; Mon, 17 Feb 1997 16:57:11 +0300 (MSK) Date: Mon, 17 Feb 1997 16:57:11 +0300 (MSK) From: "Vasily V. Grechishnikov" To: freebsd-bugs@freebsd.org Subject: 2.2-BETA : at startup sysinstall try to mount /dev/wcd0c ? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi ! When I run sysinstall , at startup it try to mount /dev/wcd0c , and reports me I/O error . I not want to install packages from CD , because I haven't it. I found following code in the /usr/src/release/sysinstall/main.c : *********************[cut here]******************* /* Try to set ourselves up as a CDROM if we can do that first */ if (DITEM_STATUS(mediaSetCDROM(NULL)) == DITEM_SUCCESS) { /* If we can't initialize it, it's probably not a FreeBSD CDROM so punt on it */ if (!mediaDevice->init(mediaDevice)) mediaDevice = NULL; } ******************[end cut]*********************** After successfull initialization all was ok, but on ttyv0 kernel periodically reports cannot read audio disc and messages like this -> last message repeated 20 times . At root consoles kernel only writes : last message repeated 45 times , i.e. It is very unuseful for FreeBSDusers who haven't FreeBSD distribution CD . May be best way is try to mount CD-ROM only after Media/CD-ROM item is selected ? Thanks , Vasily . *******************[FreeBSD it is coolest UNIX for PC!]************************* System admin , ftp and web master. Home Page: http://www.econ.acnit.ac.ru/peoples/Author.html ********************************************************************************