From owner-freebsd-current@FreeBSD.ORG Wed Mar 16 21:13:00 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B64616A4CE for ; Wed, 16 Mar 2005 21:13:00 +0000 (GMT) Received: from postal2.es.net (postal2.es.net [198.128.3.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAB0543D2D for ; Wed, 16 Mar 2005 21:12:59 +0000 (GMT) (envelope-from oberman@es.net) Received: from ptavv.es.net ([198.128.4.29]) by postal2.es.net (Postal Node 2) with ESMTP (SSL) id IBA74465; Wed, 16 Mar 2005 13:12:59 -0800 Received: from ptavv (localhost [127.0.0.1]) by ptavv.es.net (Tachyon Server) with ESMTP id 0BEEC5D07; Wed, 16 Mar 2005 13:12:59 -0800 (PST) To: Jeff Smick In-reply-to: Your message of "Wed, 16 Mar 2005 07:30:14 PST." <669ac2d050316073078b2e909@mail.gmail.com> Date: Wed, 16 Mar 2005 13:12:58 -0800 From: "Kevin Oberman" Message-Id: <20050316211259.0BEEC5D07@ptavv.es.net> cc: freebsd-current@freebsd.org cc: dorian.buettner@gmx.de Subject: Re: ATAPICAM Problem X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2005 21:13:00 -0000 > Date: Wed, 16 Mar 2005 07:30:14 -0800 > From: Jeff Smick > Sender: owner-freebsd-current@freebsd.org > > If there's an idiot of the week list you can put my name on top. I > went back to the handbook and realized I wasn't doing the very first > step (I did it the first time, but not after that). I forgot to run > 'config KERNEL' after setting new options. It works now. > > I sincerely appreciate all your efforts. Jeff, Please don't do this. There was just a case on stable@ (I think) where someone had hosed their system this way. It can be dangerous although it almost always works and it is needed in current in just one case: * If you have installed only the kernel source code It is also safe when your sources have not changed since the last kernel build (which is likely the case for you), but it is NOT safe on current if the sources have been updated, so I tend to strongly discourage its use in all normal circumstances. I would suggest: cd /usr/src make -DMODULES_WITH_WORLD kernel KERNCONF=config_file_name This will only rebuild the kernel and not the modules, so it will be fast. It is also safe in all cases where full sources are present. -- R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634