FreeBSD 5.1 Released 526
LogicX writes "FreeBSD 5.1 is now available. Mirrors and press release are at FreeBSD.org. Enjoy." Here are the release notes for this new version. Update: 06/09 18:15 GMT by S : Here's a BitTorrent link at scarywater.net, and another BitTorrent link from the original poster.
And still no Java (Score:5, Funny)
Re:And still no Java (Score:5, Informative)
Arguably Perl has a stronger basis for being in the base system, and even it was been taken out now.
Re:And still no Java (Score:5, Funny)
"Not that I'm against Java, but if you want Java included "out of the box" I'm afraid you understand neither FreeBSD's design or the fundamental issues of working with Java (on any platform)."
And yet
T&K.
Re:And still no Java (Score:5, Informative)
Allow me to (try to) redeem my fellow FreeBSD users in your eyes. The reason Java is not included in the base install is that the base install is intended to be just that; a minimal set of closely linked packages that are required to make the system work. This includes the kernel, a shell, things like ls, rm etc and a few other bits of userspace. Everything else is (or should be) in the ports / packages collection.
It is perfectly possible to run a system run a happy system without Java. In fact, I am firmly of the opinion that Java should never be compiled. Java source code (when well written) can be crystal clear to read and beautifully structured, however it has a tendency to be painfully slow when run, detracting from the attraction of the language - a problem easily solved by removing the compiler, and leaving users to gaze in awe at the code (no one actually uses software do they? Oh, they do? Hmmm. Never mind).
This minimalist philosophy allows for a very clean userspace (ever installed 5GB of Linux and then wondered if you can delete some of it?) and enables the external packages to be maintained externally of the development of the official releases. It also allows you to do a complete install of the system from
A few notes about the FreeBSD package management system:
FreeBSD allows you to install programs from source (ports) or binary (packages). The terms 'port' and 'package' are often used interchangably, and either is used as a generic term for both, which can be confusing. The two systems are very similat, and can be mixed (I install more or less everything from ports, but installed the binary package of OpenOffice, since I didn't want to wait 2 days before using it...). In fact, you can build the binary packages from the ports, if you so choose. The ports collection is basically a hierarchy of directorys containing Makefiles, which contain instructions about where to fetch the source from, how to modify it to work on FreeBSD (if required) and how to install it. The cvsup utililty can be used to keep your copy of the ports collection up to date, and an example cvsup file is provided for this purpose. I run cvsup in a cron job, which keeps me synchronised. The previous poster stated that you could install perl by doing
but this seems like effort to me. If you install the portupgrade package (which can be done as part of the system installation, or through the ports collection) then all you would have to do would be type and it will give you a list of ports with the name perl (I think this is perl 5.6.1 and perl 5.8 at the moment, but I tend to avoid perl like the plague, so I'm not sure) from which you can select the ones you want.The Java saga is a little longer, however. Sun have very strange license agreements for distribution of Java, which basically means that you have to download the source code yourself from sun, and then run the installer, which applies FreeBSD-specific patches to it and installs. Hopefully this will be sorted out soon.
Are all FreeBSD users elitist assholes? This cartoon [penny-arcade.com] (drawn, I must add by someone who has never met me) would indicate so in my case... I can't speak for the rest of the community, because I have had little contact with them. I am informed that they are more likely to tell you to RTFM than Linux people, but in my experience this is bacause you are far more likely to find the answer in FreeBSD documentation (there is a lot. No, really a lot. It's also very well written and concise) that you are with Linux. If you don't believe me read the handbook, which contains the answer to every question I've ever had about FreeBSD (which I now use as my main workstation and am far more comfortable with than Linux, despite less exposure).
Re:And still no Java (Score:4, Informative)
Huh. Guess I'm a little slow.
But I do remember Java being announce "out of the box" for FBSD 4.5, and not being delivered.
Oh, and I know that Java ships on linux, Solaris, and OSX.
What are the problems with "FreeBSD's design or the fundamental issues of working with Java?"
Arguably Perl has a stronger basis for being in the base system, and even it was been taken out now.
Don't much care for that either, but at least there is a reason I can follow: what version of perl with which options do you want? There are a lot of 'em...
But there are only a few Java's(tm) that are worth mentioning: 1.1, 1.2.x, 1.3.x, 1.4.x. I'm willing to pass on 1.1. And I'm willing to ask for the latest and greatest by default.
Re:And still no Java (Score:5, Interesting)
Well, the real reasons were other then this for most really. Almost no one needs non-default perl build options (I was one of those that did, but I'm a "freak" as described by my friends). Perl has a very clean dynamic loader system as well as sane package versioning. In contrast, Java has no package versioning whatsoever and AFAIK no plans to add it, sadly. I'm thinking of something at least equal to Perl's:
use My::Class 2.3; # Compile time error if My::Class isn't version 2.3 or better.
Ditto:
use 5.006; # I need Perl v5.006 or better
Simple, but highly effective. In the Java world to maintain any sanity I must keep a copy of each 3rd party package jar per application, even if they are all "identical". Nevermind the Java world rarely even puts version numbers in their
But there are only a few Java's(tm) that are worth mentioning: 1.1, 1.2.x, 1.3.x, 1.4.x. I'm willing to pass on 1.1. And I'm willing to ask for the latest and greatest by default.
Java tends to have pretty serious issues wrt jre/lib versioning (worse still that the Java world collectively doesn't give a damn). I could rant for ages about the broken "deprecation" design and such, but in short if you are running anything critical (basically, anything) on Java you'd do yourself a huge favor and install a JRE per-application as well as any/all 3rd party packages, completely ignoring whatever may or may not be installed in the base system. I say this from the perspective of a professional SCM; Java has one of the most unstable and problematic runtimes ever created. I personally wouldn't really care if Java was in the "base" system or not. Most of what I manage is on Solaris as it is now and we ignore
Maybe one day Java code will be able to do:
import java 1.4.1.03;
import com.whatever.* 3.4;
import com.something.Barney 2.9;
But I'm not going to hold my breath.
Re:And still perl is a port now and java builds (Score:5, Informative)
On Perl: Perl is not in the base install, it's a port installed by default, So What! It was moved to ports because people want to have a lot of flexibility when it comes to what version of perl they run. The FreeBSD team was doing just what the users wanted. And I would like to know how to install FreeBSD without that Perl port installed. You would have to go out of your way in every install method to take it out. Big deal it moved from
On Java: Sun is being an idiot with regards to Sun on anything but Solaris, Windows and Linux. They make it very hard to include the JVM in binary form in a "default install." They have a ridiculous license on they source code that makes it hard for FreeBSD to do much of anything about this. By they way, if you use ports the JVM 1.4 builds nicely and works rather well. I have personally written to Sun complaining about this - as have others, but they aren't willing to focus on FreeBSD. BTW, FreeBSD runs linux binaries and the Linux JVM works on that compatibility layer.
NVIDIA: Nvidia builds binary drivers for FreeBSD. Hardly 'niche.'
SMP, scheduler: SMP is vastly improved, scheduler and VM is very very good. This OS is very competitive with Linux, and despite what you may have heard, it is capable of outperforming it without sacrificing quality.
Matched c-library, GCC, userland and kernel: One must appreciate that the FreeBSD team is a very thorough. They are obsessively concerned with coherency and quality. This is not some slapped together random miasma in every incarnation, this is a well thought out combination of the vital system components. It works. Trust me, it works. If you want military grade, use 4.8+, if you want rock solid, use 5.1. Frankly, where FreeBSD-current is, is where most linuxes start in terms stability/coherency/usability. It is quite useable in its "unstable" form.
Polling Support: One of FreeBSD's best features is polling on networking devices to prevent interrupt driven livelock.
Proof in Pudding: Think of heavy iron appliances with various free operating systems in it. I can think of two for FreeBSD. The godly Juniper routers and the F5 BigIP. These are serious pieces of networking equipment and they chose FreeBSD for a reason - its far more pleasant to deal with commercially, its fast stable and coherent and the license permits modifications without divulging them to the world.
One project, one c compiler, one c library, one coherent userland, 5 different architectures, great portability, stability and commercial viability.
Re:Distro problem (Score:2)
Re:Distro problem (Score:3, Interesting)
Re:Distro problem (Score:4, Insightful)
Re:Distro problem (Score:5, Informative)
whouldn't FBSD have a better chance of wide adoption if there was at least one other distro that was based on efficiency rather than politics?
Perl wasn't removed from the base system for political reasons, but for technical ones. Keeping the included Perl in sync with the official releases was a pain in the arse, and few things if anythiing depended on it. Frankly, there is already a good scripting tool in FreeBSD, and that's the Bourne shell.
Chris
Re:Distro problem (Score:5, Informative)
FreeBSD's sh(1) is compatible with the original Bourne shell, but has many features of korn shell. It is not a ksh because it doesn't have the features that make ksh _incompatible_ with sh(1).
Alas, with POSIX standard to guide one by, these days, maybe we are not actually 100% compatible with the original bourne shell, but...
If you doubt me, just google it.
Re:Distro problem (Score:3, Informative)
I'm the one that added perl to the 2.X to start with and I have no problems with that extra 20 seconds it takes to add perl to the port install segment...:)
BWP
logistics (Score:2, Informative)
And backward compatibility is very important to FBSD: you can still run 2.x and 3.x binaries on a 5.x box. You can still run a.out binaries on a 5.x box.
If you want Perl, you can easily install it yourself by doing a: cd
I fail to see the issue here.
Re:Distro problem (Score:3, Interesting)
You are never far away from an up-to-date, zoomy version of your langauge of choice - simply go to the ports tree, and make install clean (or install a package, in most non-Java cases; Java admittedly requires an additional fetch/I Agree step because of Sun's licensing require
Re:And still no Java (Score:2)
Re:And still no Java (Score:2)
Are you sure? The last fresh install I did was 4.7-stable and Perl was included. If you wanted 5.8, tho, you had to install it from the ports and "use.perl port".
Re:And still no Java (Score:4, Insightful)
Re:And still no Java (Score:4, Insightful)
Re:And still no Java (Score:2)
Afraid not. If I want to install it on 10 system, I have to log into 10 systems and interactively run the installer nightmare - and it takes a long time to run on each of those systems. Not to mention that you have to run the nightmare every time FreeBSD OR Java updates.
Re:And still no Java (Score:5, Informative)
Re:And still no Java (Score:2)
I wonder if that's legal. Not that I care enough to look into it, mind you...
Re:And still no Java (Score:2)
The current license from SUN prevents distributing the binaries to others. IOW, each person that wants to use it must build their own copy. Since you are the only one using it, there's no issues with you creating binaries for installation on the other systems you are using.
Re:And still no Java (Score:2)
You could compile on one box with "make package". On the other systems, run pkg_add on the built package. What do you mean by "installer nightmare"?
Not to mention that you have to run the nightmare every time FreeBSD OR Java updates.
Why do it every time you update FreBSD?
Re:And still no Java (Score:2)
If I want to install it on 10 system, I have to log into 10 systems and interactively run the installer
Or adopt a more sophisticated approach. Have a reasonably well specced machine which has all the extra toys installed under /usr/local. Then get all your other machines to NFS mount that directory as their on /usr/local. This means upgrades only occur on one machine, and the others can be locked down as your users don't need to install anything locally.
Chris
Re:And still no Java (Score:4, Interesting)
If you have a huge number of machines to update, it's pretty simple to script such port upgrades either using "make install LOCALBASE=/mnt/nfs_other_usr_local", or pkg_add, or rsync. Portupgrade might likely have some tricks as well, haven't tried it myself yet. The point is, there are a dozen ways to handle mass-installs/upgrades cleanly and reliably. I would not however, recommend live network (NFS or whatever)
Re:And still no Java (Score:2)
So how would you know anything about how easy anything is on *BSD, exactly? You obviously don't use it.
What?! Did Slashdot get it right? (Score:5, Funny)
/. should provide bittorrent trackers... (Score:4, Insightful)
That would be a nice value added service.
Re:/. should provide bittorrent trackers... (Score:4, Insightful)
1. cvs (cvsup). It only gets the newer files.
2. The tarball packages. (i.e. bin.aa.gz or something like that)
ISO's don't usually get made every waking moment. It's more FBSD culture to use cvs..., so bittorrent wouldn't excel here, unless someone tarballed the distrib..
Re:/. should provide bittorrent trackers... (Score:2)
Re:What?! Did Slashdot get it right? (Score:4, Informative)
I setup a Bittorrent server with links to the ISO Image before the FTP permissions were released.
If anyone cares to try out bittorrent for this one -- go for it!
5.1 release directory not readable until release (Score:3, Informative)
After the problems that occurred when the last release was announced early [slashdot.org], the FreeBSD release team [freebsd.org] created a new permissions scheme [freebsd.org] so that only mirror admins could access the 5.1 release directory before the official release. If anybody else tried to access the 5.1 release directory (even on a mirror site), they would get a 403 (access denied) error.
In this case, clearly it was of little use for Slashdot [slashdot.org] to announce the availability of FreeBSD 5.1 early.
you might be laughing now (Score:5, Insightful)
Re:you might be laughing now (Score:2)
Re:you might be laughing now (Score:5, Insightful)
Re:you might be laughing now (Score:5, Funny)
Sheesh, can't people get even trolls right these days?
Re:you might be laughing now (Score:2)
It's a great time. . . (Score:4, Informative)
Particularly in the face of 5.x being ready for production, and OpenBSD losing DARPA funding.
Sure wish... (Score:4, Informative)
Paying $60/$120/$600 [mandrakelinux.com] up front is a little steep (at least for some of us) but paying $25 per release [yahoo.com] (or something similar) is a very nice approach.
relnotes are ./ed (Score:4, Informative)
Table of Contents
1 Introduction
2 What's New
2.1 Security Advisories
2.2 Kernel Changes
2.2.1 Processor/Motherboard Support
2.2.2 Boot Loader Changes
2.2.3 Network Interface Support
2.2.4 Network Protocols
2.2.5 Disks and Storage
2.2.6 File Systems
2.2.7 PCCARD Support
2.2.8 Multimedia Support
2.3 Userland Changes
2.4 Contributed Software
2.5 Ports/Packages Collection Infrastructure
2.6 Release Engineering and Integration
2.7 Documentation
3 Upgrading from previous releases of FreeBSD
1 Introduction
This document contains the release notes for FreeBSD 5.1-RELEASE on the i386 hardware platform. It describes recently added, changed, or deleted features of FreeBSD. It also provides some notes on upgrading from previous versions of FreeBSD.
This distribution of FreeBSD 5.1-RELEASE is a release distribution. It can be found at ftp://ftp.FreeBSD.org/ or any of its mirrors. More information on obtaining this (or other) release distributions of FreeBSD can be found in the ``Obtaining FreeBSD'' appendix to the FreeBSD Handbook.
Users who are new to the 5-CURRENT series of FreeBSD releases should also read the ``Early Adopters Guide to FreeBSD 5.1-RELEASE''. This document can generally be found in the same location as the release notes (either as a part of a FreeBSD distribution or on the FreeBSD Web site). It contains important information regarding the advantages and disadvantages of using FreeBSD 5.1-RELEASE, as opposed to releases based on the FreeBSD 4-STABLE development branch.
All users are encouraged to consult the release errata before installing FreeBSD. The errata document is updated with ``late-breaking'' information discovered late in the release cycle or after the release. Typically, it contains information on known bugs, security advisories, and corrections to documentation. An up-to-date copy of the errata for FreeBSD 5.1-RELEASE can be found on the FreeBSD Web site.
2 What's New
This section describes many of the user-visible new or changed features in FreeBSD since 5.0-RELEASE. It includes items that are unique to the 5-CURRENT branch, as well as some features that may have been recently merged to other branches (after FreeBSD 5.0-RELEASE). The latter items are marked as [MERGED].
Typical release note items document recent security advisories issued after 5.0-RELEASE, new drivers or hardware support, new commands or options, major bug fixes, or contributed software upgrades. They may also list changes to major ports/packages or release engineering practices. Clearly the release notes cannot list every single change made to FreeBSD between releases; this document focuses primarily on security advisories, user-visible changes, and major architectural improvements.
2.1 Security Advisories
A remotely exploitable vulnerability in CVS has been corrected with the import of version 1.11.5. More details can be found in security advisory FreeBSD-SA-03:01. [MERGED]
A timing-based attack on OpenSSL, which could allow a very powerful attacker access to plaintext under certain circumstances, has been prevented via an upgrade to OpenSSL 0.9.7. See security advisory FreeBSD-SA-03:02 for more details. [MERGED]
The security and performance of the ``syncookies'' feature has been improved to decrease the chance of an attacker being able to spoof connections. More details are given in security advisory FreeBSD-SA-03:03. [MERGED]
Remotely-exploitable buffer overflow vulnerabilities in sendmail have been fixed by updating sendmail. For more details, see security advisory FreeBSD-SA-03:04 and FreeBSD-SA-03:07. [MERGED]
A bounds-
Re:relnotes are ./ed (Score:2)
Forsooth methinks I spy a troll.
Daemon of goodness castout this vile cur forthwith.
Avast ye evil fiend and trouble these good people no longer.
Alan Eldridge (Score:5, Interesting)
Re:Alan Eldridge (Score:2, Interesting)
Rest in peace, Alan. I know I appreciated your work, and so did a lot of other people.
Re:Alan Eldridge -- Call a friend (Score:3, Insightful)
Sometimes nothing we do can make a difference. Sometimes the tiniest gesture can save a life.
Please remember to say "Hi, how are you?" to someone who might need it.
Re:Alan Eldridge (Score:3, Insightful)
Wow... 5.1 already? (Score:2, Interesting)
Ports worked out well until they broke during an upgrade. Switching terminals was just plain wierd, coming from the more logical Linux perspective, and I only had four of them (five
Re:Wow... 5.1 already? (Score:2)
Then again, your experiences are rather singular, or rather a matter of taste. But if it was not for you then, for the reasons you mentioned, it is not for you now.
This is either troll, or a pseudotroll (Score:4, Informative)
Re:Wow... 5.1 already? (Score:5, Informative)
Honestly, if you're happy with your current OS, there's not a lot of reason to bother switching. The differences are mostly minor, even if they are in FreeBSD's favor. Linux still has better hardware support, but it's mostly in oddball hardware that only has vendor-supplied binary only driver support in Linux.
Re:Wow... 5.1 already? (Score:5, Insightful)
Install
Switching terminals was just plain wierd,
Er, virtual terminals? Alt-F#, just like Linux AFAIK? From XFree86 it's the same Ctrl-Alt-F# as Linux as well.
coming from the more logical Linux perspective, and I only had four of them (five with X-Windows when I could get it running.)
So you're bitching that FreeBSD has more enabled by default then Linux? (FreeBSD IIRC has 8 by default). Is this even an argument? Comment ones you don't want out of
I suspect I would have had a better time of it if I had gone scavenger hunting for that magical bit of hardware that wasn't too old or too new to work, but in the end I figured screw it -- just about any distribution of Linux seemed to install properly and run efficiently, so why torture myself?
Hmm...if anything, FreeBSD tends to be leaps and bounds more compatiable on older hardware then Linux. "Bleeding edge" and "junk" hardware is another story, however. The FreeBSD world historically hasn't wasted too many brain cycles on making Joe's Fly By Night $5 eModem play nice, as it's mostly targeted at "power users" (server and workstation) that don't buy hardware based on what's available this week from Fry's for FREE (w/mail in rebate).
That said, FreeBSD's hardware support is within a percentage point or two of Linux (sometimes sooner, such as FreeBSD getting USB support ages before Linux did), and what is supported is often supported better.
So basically I've been running with Gentoo for the last couple of years. Has FreeBSD gotten any friendlier lately?
Depends. For a Unix system, FreeBSD has pretty much always been "friendlier" then most/all Linux distros. For a Windows desktop conversion/political statement system, stick to Linux. FreeBSD has Wine support and such, but it's really more of an afterthought and so far as politics go...M$ tends to like FreeBSD (witness Mono on FreeBSD).
In the end it's really a question of being an "anti" person or a "pro" person.
Linux: Anti-Microsoft
FreeBSD: Pro-Unix
Personally I want/need a Better Unix and I've got no problems keeping a Win2k box on tap to play games, deal with
Seriously, whatever. If/when I ever publish desktop software (games, whatever) it's highly unlikely I'll ever bother with a FreeBSD version, much less a Linux version. If I'd publish for a non-Windows system it would be OS X ages before Linux...and I don't even own an OS X system.
They better get careful... (Score:2, Funny)
Re:They better get careful... (Score:2)
FreeBSD in Surround Sound (Score:4, Funny)
Re: (Score:2, Troll)
Re:No wonder you post anonymously. (Score:3, Informative)
I think you meant to say, "if Linksys had taken the trouble to read the licence of the code they wanted to use, they wouldn't be facing a legal mess...".
The GPL doesn't force them to give away their code. They chose to use software which has a licence which requires them to make their code available if it is linked to the GPLed material. The key thing is the choice th
Re:FreeBSD in Surround Sound (Score:2)
Yep.
But there are times when a good in-joke can humor the clueful, and shake out the humor impaired.
-- Randal Schwartz
When the sandbox just isn't enough (Score:2)
BunDirty (Score:2)
Re:BunDirty (Score:2)
Re:BunDirty (Score:4, Funny)
"wipe not found"
No, I don't think you're funny. NEXT!
Whew! Squeeked in under the line... (Score:2)
BIT TORRENT! (Score:5, Informative)
hehe, FreeBSD didn't get SCO's letter? (Score:3, Funny)
First VMWare/net install!! (Score:2)
Wish me luck! [booting FreeBSD floppies on vmware has been flaky last few times I've tried it.
FreeBSD 5.1 vs 4.x (Score:5, Informative)
BSD isn't dead??? (Score:3, Funny)
*runs screaming from slashdot*
Unfortunately... (Score:2, Interesting)
For some reason, the bktr driver used for TV tuner card and some other hardware hangs seconds after activiation on FreeBSD 5.x. I'll likely have to rewrite the driver anyway at some stage to fix some issues I have with it, but this is preventing me from upgrading past FreeBSD 4.8.
The efforts required to get Darwin running for at least one of these projects is starting
Re:Unfortunately... (Score:3, Informative)
http://www.freebsd.org/releases/5.1R/early-adopte r
Section 4 - Drawbacks to Early Adoption.
Along with the new features of FreeBSD 5.1 come some areas that can cause problems, or at least can lead to unexpected behavior. Generally, these come from the fact that a number of features are
works-in-progress. A partial list of these areas of difficulty includes:
feature list above include SMPng and KSE. Wh
FreeBSD & Embedded Devices (Score:4, Interesting)
I'm curious because using Linux (which is GPL'd) seems a bit risky. It seems every other week some poor embedded device company is being tarred and feathered for allegedly breaking the terms of the GPL.
Why do companies run the risk of Linux/GPL license problems when FreeBSD is available? This is not a troll, I am genuinely curious.
-Teckla
Re:FreeBSD & Embedded Devices (Score:4, Insightful)
But there's no risk really. Any professional organization will read the licences of any copyrighted material they want to use in their products. If there's a problem with what a professional organization wishes to do with GPLed material, they will decide not to use it and look elsewhere. That is their choice.
A company that gets into trouble for using GPLed software without releasing the source is not "poor" in the sense of deserving sympathy.
Re:FreeBSD & Embedded Devices (Score:3, Insightful)
Did you read the recent Slashdot story regarding Linksys and Linux/GPL?
Overall it seems safer for a company to take the safe road and choose FreeBSD for their embedded devices. I can only imagine there is a technical reason embedded device companies choose Linux/GPL over FreeBSD/BSD, a reason so overwhelming that they're willing to risk accusations of
Re:FreeBSD & Embedded Devices (Score:3, Interesting)
A quote from their website. [wasabisystems.com]
NetBSD is free of the GPL. Its BSD license is the most flexible, business-friendly license available. Users may change the kernel or add drivers while keeping the changes entirely secret. With NetBSD, OEM's IP is secure and protected.
It's that classic battle of GPL vs BSD licensing. There are now, today, more people running BSD,if you consider Darwin(osX,etc) BSD.the core sure is,but
Re:FreeBSD & Embedded Devices (Score:3, Interesting)
Companies don't have to announce that they use freebsd in their embedded devices. All they need to include is the following statement somewhere in their documentation:
Copyright 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
1. Redistributions
No floppy drive :-( (Score:2, Insightful)
"Easy to install
FreeBSD can be installed from a variety of media including CD-ROM, DVD-ROM, floppy disk, magnetic tape, a MS-DOS partition, or if you have a network connection, you can install it directly over anonymous FTP or NFS. All you need is a pair of blank, 1.44MB floppies and these directions."
Oh, well. I have a ultra-modern portable that doesn't ship with a floppy drive. Easy? Not for me.
Re:No floppy drive :-( (Score:3, Informative)
Re:No floppy drive :-( (Score:3, Informative)
Re:No floppy drive :-( (Score:3, Funny)
Seriously, if you read the instructions carefully, including the commas, you'll see that the floppies for are installing over anonymous FTP or NFS. You could still boot from the CDROM in such a case, but if you have a CDROM then you don't need to install from a network.
amd64 support (Score:4, Informative)
The release notes mention that an experimental amd64 release is available, but don't mention that it can be downloaded from here [freebsd.org], including ISO images [freebsd.org].
Most of the credit for its rapid development goes to Peter Wemm, who nearly single-handedly took the X86-64 architecture from "it can't even mount the root filesystem or exec init" to a nearly-polished release in little more than a month. (And, no, it wasn't just a matter of copying what NetBSD did; the processor-specific parts of FreeBSD and NetBSD are quite different.)
YOUR ATTENTION PLEASE. CEASE AND DESIST (Score:4, Funny)
WE the undersigned have reason to believe that the software referred to as *BSD contains source code ("Code") that is the Intellectual Property ("Stuff") of the SCO Group, Inc. Or maybe the SCO Group Stuff contains Code that is the property of *BSD, we're not really sure. But we want your money, either way.
Please stop using *BSD until our lawyers are able to send you an invoice for the Code you are using. If it is easier for you, you can just mail us a check in advance and we'll subtract it from your balance.
Best regards,
D. Boies
Dewey, Cheatham, and Howe
Attorneys for the SCO Group, Inc
Re: JOKE - YOUR ATTENTION PLEASE. CEASE AND DESIST (Score:3, Interesting)
D. Boies
Dewey, Cheatham, and Howe
No Mr. Howard, Mr. Fine, Mr. Howard?
Re: JOKE - YOUR ATTENTION PLEASE. CEASE AND DESIST (Score:3, Interesting)
And this will stop SCO from sending cease & desist letters or filing lawsuits? You don't know much about the legal system, do you? They can send as many letters as they want, unt
FreeBSD 5 + A7V8X = kaboom (Score:3, Interesting)
Maybe it has something to do with USB2 and my CD burner (Plextor S88TU). I had similar crashes with NetBSD and old Linux kernels.
ftp2 traffic (Score:3, Informative)
Features and bloat. (Score:4, Interesting)
And I'd also like to know if there are any special features to drool for. Come on, just convince me to upgrade. I know I want to.
great way to see latest GNOME and KDE as intended (Score:5, Interesting)
As the release notes [freebsd.org] state, FreeBSD [freebsd.org] 5.1 includes the latest stable releases of GNOME [gnome.org] and KDE [kde.org], 2.2.1 and 3.1.2 respectively.
Getting FreeBSD 5.1 would be a great way to easily get the latest stable versions of these desktop environments as they were intended to be (without all the distribution-specific customizations made by Red Hat, SuSE, and so on).
Granted, you could also use Gentoo current or Debian unstable, but FreeBSD 5.1 is likely to be more stable (in the sense of not frequently changing) and you can get it on CD.
You seem to have missed the update (Score:5, Funny)
One more crippling bombshell hit the already beleaguered Windows community when IDC confirmed that *BSD market share has risen yet again, now up to more than 30 percent of all servers. Coming on the heels of a recent Netcraft survey which plainly states that *BSD has gained more market share , this news serves to reinforce what we've known all along. *BSD is sending other OSes into complete disarray, as fittingly exemplified by topping the charts in the recent Sys Admin comprehensive networking test.
You don't need to be a Daemon to predict *BSD's future. The hand writing is on the wall: *BSD faces a long and prosperous future. In fact there won't be any future at all for Windows Server because *BSD is growing. Things are looking very good for *BSD. As many of us are already aware, *BSD continues to gain market share. Red ink flows from Redmond like a river of blood.
FreeBSD is the most loved of them all, having gained 93% more core developers. The sudden and pleasant release of the long developed 5.0 only serves to underscore the point more clearly. There can no longer be any doubt: FreeBSD is growing.
Let's keep to the facts and look at the numbers.
OpenBSD leader Theo states that there are 70000 users of OpenBSD. How many users of NetBSD are there? Let's see. The number of OpenBSD versus NetBSD posts on Usenet is roughly in ratio of 5 to 1. Therefore there are about 70000/5 = 14000 NetBSD users. BSD/OS posts on Usenet are about half of the volume of NetBSD posts. Therefore there are about 7000 users of BSD/OS. A recent article put FreeBSD at about 80 percent of the *BSD market. Therefore there are (70000+14000+7000)*4 = 364000 FreeBSD users. This is consistent with the number of FreeBSD Usenet posts.
Due to the release of OSX, cool new technologies and so on, FreeBSD is expanding into more desktops than ever. FreeBSD has become more than the sum of its parts.
All major surveys show that *BSD has steadily gained in market share. *BSD is very powerful and its long term survival prospects are very bright. If Windows is to survive at all it will be among OS dilettante dabblers. *BSD continues to improve. The progress achieved is nothing short of a miracle. For all practical purposes, *BSD is alive and kicking.
Fact: *BSD will kick your ass
Re:Sweeeeeet! (Score:4, Informative)
I don't know what lunix is, but it does run Linux [freebsd.org].
Comment removed (Score:5, Funny)
Re: (Score:2)
Re: (Score:2)
Re:NETCRAFT NOW CONFIRMS: *BSD IS DYING!!! (Score:5, Interesting)
they're running it.
The site www.netcraft.com is running Apache/1.3.26 (Unix) mod_perl/1.27 on FreeBSD.
and take a look at the uptime list.
http://uptime.netcraft.com/up/today/top.avg.htm
there's one linux box and 49 *bsd boxes.
Re:NETCRAFT NOW CONFIRMS: *BSD IS DYING!!! (Score:2)
Re:What a pointless announcement, (Score:3, Informative)
And don't forget: if it weren't for BSD, we would not be having this discussion!
Comment removed (Score:5, Insightful)
Re:What a pointless announcement, (Score:4, Insightful)
Re:To the tune of "The Candy Man"... (Score:2)
Re:Someone should write up (Score:5, Informative)
Package philosophy
Most linux distributions seem to be leaning towards a complete desktop in a box approach. The BSDs lean more towards a minimal unix with everything else helpfully provided by packages and ports. (For example, bash is not installed by default, but adding it is trivial.)
Install
I found the default FreeBSD install to be a bit tricky. (Partly because I ran out of disk space and had to start again from scratch.) The FreeBSD install assumes that you know a bit about Unix and can read the instructions carefully. I'm told that Linux is an easier install.
Speed and power
YMMV. FreeBSD allegedly can take higher network loads. But, MySQL historically has not run as well under FreeBSD. (I've also ran into problems with threaded apache2.) Some anecdotal reports claim snappier desktop performance under FreeBSD.
Hardware support
Linux is ahead on new hardware. NetBSD runs on more platforms.
Community
Linux has a wider community. I've found support from FreeBSD groups to be pretty good.
My personal opinion is that I went with FreeBSD because of the better security record. With the exception of some minor glitches getting apache2 to run, I've been happy with it.
Re:Someone should write up (Score:4, Insightful)
I then switched to FreeBSD and I thought the install was so much easier and ports was so much easier I never went back, and never plan to.
Not saying folks should switch just that I much prefer freebsd over the lini I have tried. I just found it to be much easier in almost everyway.
Re:Now playing catchup with Linux (Score:5, Funny)
This is just plain not true. I use FreeBSD and I have no intention of getting any work done...