Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Jul 2004 05:32:13 +1000
From:      Peter Jeremy <PeterJeremy@optushome.com.au>
To:        Mark Santcroos <marks@ripe.net>
Cc:        Robert Watson <rwatson@freebsd.org>
Subject:   Re: vmnet.ko missing - but it's there! - vmware and crashes
Message-ID:  <20040722193213.GJ3001@cirb503493.alcatel.com.au>
In-Reply-To: <20040722130601.GA2751@laptop.6bone.nl>
References:  <40FE8F81.7040409@freebsd.org> <Pine.NEB.3.96L.1040721115940.56342A-100000@fledge.watson.org> <20040722130601.GA2751@laptop.6bone.nl>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 2004-Jul-22 15:06:01 +0200, Mark Santcroos wrote:
>IMHO the most important point to reach is that it can't happen anymore that
>we load an out-of-sync vmware module at boot time and panic. It should either
>be correctly rebuild or not installed at all (and removed).

The nicest way to do this would be to add versioning to the kld interface
but this isn't practical (there was a thread about this some time ago).
There are two other fairly easy approaches to this:
1) Change installkernel so that it does
	mv /boot/kernel /boot/kernel.old
   instead of something like
	cp -p /boot/kernel/* /boot/kernel.old
2) Add a check for old files in /boot/kernel at the end of installkernel
   and generate a banner message "The following modules are out of date..."

-- 
Peter Jeremy



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