From owner-freebsd-bugs Thu Jul 13 8:30:18 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 83E5A37C1A3 for ; Thu, 13 Jul 2000 08:30:11 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA22048; Thu, 13 Jul 2000 08:30:11 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from office.in-berlin.de (office.in-berlin.de [193.174.1.74]) by hub.freebsd.org (Postfix) with ESMTP id 7DC8D37C1B2 for ; Thu, 13 Jul 2000 08:22:37 -0700 (PDT) (envelope-from ripley@office.in-berlin.de) Received: (from ripley@localhost) by office.in-berlin.de (8.9.3/8.9.2) id RAA31575; Thu, 13 Jul 2000 17:22:35 +0200 (CEST) (envelope-from ripley) Message-Id: <200007131522.RAA31575@office.in-berlin.de> Date: Thu, 13 Jul 2000 17:22:35 +0200 (CEST) From: ripley@nostromo.in-berlin.de Reply-To: ripley@nostromo.in-berlin.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/19891: make buildkernel/installkernel installs only partly Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19891 >Category: kern >Synopsis: make installkernel creates /GENERIC >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jul 13 08:30:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: H. Eckert >Release: FreeBSD 4.x-STABLE i386 >Organization: IN-Berlin e.V. >Environment: 4.0-RELEASE upgrading to -stable >Description: Upgraded 4.0-RELEASE system with the following commands: make update (runs cvsup) make buildworld make buildkernel make installkernel (this installs the kernel es /GENERIC !) shutdown (single user mode) make installworld mergemaster reboot On reboot the system paniced because the modules in /modules have been updated but the loaded kernel /kernel is still 4.0-R and thus incompatible with the new modules. (To be exact the kernel crashed after loading the linux compatibility). >How-To-Repeat: Upgrade 4.0-R system to 4.x stable, have no customized kernel but some kernel module activated on boot. >Fix: Use a customized kernel and before reboot do cd /sys/i386/conf config YOURKERNELNAME cd ../../compile/YOURKERNELNAME make depend all install This way you're sure to have a fresh kernel in sync with the installed modules. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message