FreeBSD 4.9 RC1 Ready For Testing
wumpus188 writes "FreeBSD Release Eng. Team's Murray Stokely announces the availability of first release candidate for FreeBSD 4.9 (RC1). He is requesting everyone to download and test, including helping with finding bugs. As indicated in the Release Engineering Team's testing agenda, more testing should be done with PAE systems to test device compatibility and performance. In particular, active systems with 12 gigs of RAM or more should be thoroughly tested to make sure the various memory allocation algorithms in the kernel still scale properly."
> In particular, active systems with 12 gigs of RAM or more should be thoroughly tested
Yes. Both of them. Sheesh.
It is still at least 1.5 months until 4.9 is released, according to the release schedule, and generally the FreeBSD team will accept delays in the interest of stability and not rush out something half-baked. 5.0 has been delayed more than one year, IIRC. During such a timeframe, certain other free Unix-like OSes change half of your supposedly stable kernel under your back and accidentally eat your file systems three times without bumping the minor version number.
Programming can be fun again. Film at 11.
Your kernel is probably tagged as 4.9-PRERELEASE, as all of mine are.
"Why do you consent to live in ignorance and fear?" - Bad Religion
No wonder. You are so stupid to look for a pulse on a computer.
Better check your own pulse on your neck. Seems you lack blood flow to the brain.
Is the 5.x series stable enough yet to use in a serious enviroment or should I stick to 4.x for
the time being? Even though I use FreeBSD (though admittedly only as a backup OS to Linux) I'm confused by their release policy. At what minor
version increment do current release branches become stable or are we supposed to just hope for the best?
If 5.0 was as unstable as I've heard in certain situations why was it ever released , why don't they just do the same as the linux kernel
team and keep releasing beta versions until things seem ok?
RELENG_4 tracks -stable. This is a moving target and isn't always stable or usable. All new developments in the 4.x branch are made here, and all new releases in the 4.x branch are tagged from here.
RELENG_4_X tracks 4.X + security fixes. Security fixes and super-major bug fixes are the only things that get added to this branch. No new features will be added here.
RELENG_4_X_Y_RELEASE will get you 4.X.Y release, the same code as is put on the CDs.