From owner-freebsd-stable Mon Mar 11 12:28:24 2002 Delivered-To: freebsd-stable@freebsd.org Received: from out4.mx.nwbl.wi.voyager.net (out4.mx.nwbl.wi.voyager.net [169.207.1.77]) by hub.freebsd.org (Postfix) with ESMTP id E2D2E37B405 for ; Mon, 11 Mar 2002 12:28:20 -0800 (PST) Received: from shell.core.com (shell.core.com [169.207.1.89]) by out4.mx.nwbl.wi.voyager.net (8.11.1/8.11.4/1.7) with ESMTP id g2BKSH593204 for ; Mon, 11 Mar 2002 14:28:17 -0600 (CST) Received: (from dpoland@localhost) by shell.core.com (8.11.6/8.11.6/1.3) id g2BKSGs06987 for freebsd-stable@freebsd.org; Mon, 11 Mar 2002 14:28:16 -0600 (CST) Date: Mon, 11 Mar 2002 14:28:16 -0600 From: Doug Poland To: freebsd-stable@freebsd.org Subject: make installworld before make installkernel Message-ID: <20020311142816.A6281@polands.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i 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 Hello, Because of a *distraction* I did a make installworld (to go from 4.4-STABLE to 4.5-STABLE) before make installkernel. When I realized the omission, I ran the make installkernel. The only problem (a biggie) I've seen so far because of this is smbfs.ko will not load so no mount_smbfs :( When I attempt a # kldload smbfs kldload: can't load smbfs: Exec format error dmesg reports: module_register: module iconv already exists! linker_file_sysinit "libiconv.ko" failed to register! 17 The module was built and installed: # ll /modules/libiconv.ko -r-xr-xr-x 1 root wheel 12453 Mar 11 09:35 /modules/libiconv.ko So did I hose my installworld? Do I need to build/install over again in the correct order? Many thanks for your help! -- Regards, Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message