Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Mar 2002 14:28:16 -0600
From:      Doug Poland <doug@polands.org>
To:        freebsd-stable@freebsd.org
Subject:   make installworld before make installkernel
Message-ID:  <20020311142816.A6281@polands.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020311142816.A6281>