Hello,
I recently upgraded my homeserver from FreeBSD 8.2 to 9.0.
At first, it went wrong: as my root partition is on a ZFS volume which is on an encrypted geli partition, /boot on a SD-card, I forgot to upgrade the SD-card before rebooting. So I had to manually copy my encryption keys _and_ my zpool.cache over to the SD-card and fiddle with the loader.conf until the machine finally booted again.
However, since then I seem to have the same problem as described here: http://forums.freebsd.org/showthread.php?t=28825
My ZFS didn't upgrade:
But running freebsd-update doesn't do the trick for me:
Is there any way to force reinstalling of the ZFS kernel modules?
Thanks!
I recently upgraded my homeserver from FreeBSD 8.2 to 9.0.
At first, it went wrong: as my root partition is on a ZFS volume which is on an encrypted geli partition, /boot on a SD-card, I forgot to upgrade the SD-card before rebooting. So I had to manually copy my encryption keys _and_ my zpool.cache over to the SD-card and fiddle with the loader.conf until the machine finally booted again.
However, since then I seem to have the same problem as described here: http://forums.freebsd.org/showthread.php?t=28825
My ZFS didn't upgrade:
Code:
# uname -a
FreeBSD zen.local 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Tue Jun 12 01:47:53 UTC 2012
root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386
Code:
# zpool upgrade -a
This system is currently running ZFS pool version 15.
All pools are formatted using this version.
But running freebsd-update doesn't do the trick for me:
Code:
# freebsd-update fetch
Looking up update.FreeBSD.org mirrors... 3 mirrors found.
Fetching metadata signature for 9.0-RELEASE from update4.FreeBSD.org... done.
Fetching metadata index... done.
Inspecting system... done.
Preparing to download files... done.
The following files are affected by updates, but no changes have
been downloaded because the files have been modified locally:
/var/db/mergemaster.mtree
No updates needed to update system to 9.0-RELEASE-p4.
Code:
# freebsd-update install
No updates are available to install.
Run '/usr/sbin/freebsd-update fetch' first.
Is there any way to force reinstalling of the ZFS kernel modules?
Thanks!