Slashdot Mirror


FreeBSD 5.3 RC2 Released

ValiantSoul writes "FreeBSD 5.3 Release Candidate 2 was just released. This new RC includes an updated network stack that fixes a bug where the system stops responding when under severe network load, the complete disabling of the ULE scheduler due to instability, and other fixes. Originally the FreeBSD team decided not to release a RC 2 however the fixes in the latest CURRENT were important enough to do so. As long as there are no severe problems with RC 2, this will be the last test release until a final one. See the full announcement on the mailing lists."

4 of 150 comments (clear)

  1. This is good. by Anonymous Coward · · Score: 5, Insightful

    This is just more proof that the folks over at FreeBSD are committed to releasing nothing that's not at-or-near perfect. For sure, nothing will hold the -RELEASE tag unless I'd run it at home if not in a production environment.

    Personally, I'm happy that they're more concerned with stability than they are with the release schedual. The bugs in RC1 were pretty severe if not overreaching.

  2. Obligatory BSDis dying troll by nels_tomlinson · · Score: 5, Funny
    [man with cart] Bring out yer dead!
    [Man with OS slung over his shoulder] 'ere's one!
    [FreeBSD, slung over shoulder] But I'm not dead yet!
    [Man with cart] 'e sez e's not dead.
    [Man with OS] Don't mind 'im, what does he know?
    [Man with cart] Well ... I can't take 'im 'til Netcraft confirms it, can I now?
    [FreeBSD] Netcraft? Netcraft! Well, that bloody does it!

    FreeBSD jumps off the second man's shoulder and begins to club both men, vigorously.

  3. Re:Complete success! by esbjerg · · Score: 5, Informative

    The ULE scheduler was supposed to be the default scheduler. It was placed as the default in 5.2. Between 5.2 and 5.3 kernel preemption was enabled. Some serious flaws in ULE popped up leading to crashes and other instability. Due to the complexity of ULE and preemption together only a handful of core people are able to fix this.
    Since 5.x has been hold back long enough it was decided to drop ULE as the default scheduler for 5.3 and concentrate on releasing 5.3.
    This doesn't mean that nobody is working on fixing the problem nor that ULE will not be the default scheduler. It is just going to take a while before it happens.

    The reason for totally disabling ULE in 5.3 was to focus on other bugs in 5.3 and fix ULE on current (6.0) and then backport this to a later 5.x release.

    I suggest you read cvs-src summaries at http://www.xl0.org/FreeBSD/ which gives a view on what is happening on current.

  4. Re:does fbsd have good framebuffer console? by SillyNickName4me · · Score: 5, Informative

    > i'm using 1024x768 @75Hz (128 columns of text!) and it's a dream for coding in. i don't wanna use X, so only way i'll be happy in fbsd is if i can get big BIG console windows like this. anywhere from 128 to 132 cols is good enough for me.
    (i already checked fbsd web site man pages for wscons, and it looks like 800x600 with 90 cols is the max???)

    First of all, you'd need man syscons, not wscons.

    At any rate, I'm currently using 132x43 character mode on my console, which works fine as logn as you have a graphics card with a vesa 1.2 bios or better, and have enabled vesa support (either by compiling it into your kernel or by loading the vesa kernel module)

    800x600 (with 90 text collums) seems to be the maximum for graphics mode with syscons, but for character mode it seems to rather support anythign that your vesa bios supports.

    Som if all you need is a 132x43 text mode screen, then yeah, that will work fine. If you need graphics mode, checkout the manpages on vga, vgl and vesa and see if that woulf work for you.