summaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2003-11-14 22:11:44 +0000
committermarcel <marcel@FreeBSD.org>2003-11-14 22:11:44 +0000
commitb25e3cecbda75b2bf9816facc27e990520a6d5cf (patch)
tree28454930260cd21b98ac5e51a558d29e55e7f31f /UPDATING
parent30ed90673d6eaf49ce19a209ecba7e6f2c45ce3e (diff)
downloadFreeBSD-src-b25e3cecbda75b2bf9816facc27e990520a6d5cf.zip
FreeBSD-src-b25e3cecbda75b2bf9816facc27e990520a6d5cf.tar.gz
Add the most vital piece of information WRT upgrading past the
statfs changes: you must have COMPAT_FREEBSD4 in your kernel config file. Everything else is documented procedure and will not save your ass if you don't have the option.
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING16
1 files changed, 11 insertions, 5 deletions
diff --git a/UPDATING b/UPDATING
index 34dd1d6..5585ff4 100644
--- a/UPDATING
+++ b/UPDATING
@@ -24,11 +24,17 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 5.x IS SLOW:
`make world' as the new kernel will know about binaries using
the old statfs structure, but an old kernel will not know
about the new system calls that support the new statfs
- structure. Running an old kernel after a `make world' will
- cause programs such as `df' that do a statfs system call to
- fail with a bad system call. Marco Wertejuk <wertejuk@mwcis.com>
- also reports that cfsd (ports/security/cfs) needs to be
- recompiled after these changes are installed.
+ structure.
+ Note that the backwards compatibility is only present when the
+ kernel is configured with the COMPAT_FREEBSD4 option. Since
+ even /bin/sh will not run with a new kernel without said option
+ you're pretty much dead in the water without it. Make sure you
+ have COMPAT_FREEBSD4!
+ Running an old kernel after a `make world' will cause programs
+ such as `df' that do a statfs system call to fail with a bad
+ system call. Marco Wertejuk <wertejuk@mwcis.com> also reports
+ that cfsd (ports/security/cfs) needs to be recompiled after
+ these changes are installed.
****************************DANGER*******************************
OpenPOWER on IntegriCloud