FreeBSD 4.0 Released
Claes Leufven was one of the first to write in with the news that FreeBSD 4.0 is
now available for download. Features added to 4.0 since it diverged
from 3.x include: IPv6 and IPSec support built in (courtesy of the
KAME project), OpenSSL and OpenSSH are integrated in to the base system,
jail(2) ("chroot(2) on steroids") to help build secure environments,
many, many NFS bug fixes and performance improvements, bug fixes and
performance improvements to the VM subsystem, netware file and client
connection support, gcc upgraded to 2.95.2 as the base compiler, better
support for laptops, a much more complete threads library. . . see the
Alpha or i386 release notes for more details. And before you all rush off to upgrade
your production servers, read on for a brief message from Jordan Hubbard,
FreeBSD's Release Engineer, and to find out where to download the release from.
"As with all FreeBSD releases ending in .0, the project recommends that production environments wait at least one or two releases after it before moving mission-critical services over. These dot-zero releases are primarily aimed at the developers and early adopters who are willing to work on refining the technology until it's production-ready. The 4-stable branch will also not be created until just before 4.1 is released, the period following a .0 release being the best time to collect serious feedback before branching the tree."
For a static list of mirrors, see this section in the FreeBSD Handbook. Alternatively, try Gavin Cameron's automatically updating list of mirror sites.
This is funny, at least in part its true I think, FreeBSD uses the more traditional BSD hierarchy for its filesystem and has a BSD style init for example. Seen from within the BSD world however FreeBSD are the ones that are not very traditional ;-)
In terms of stability, the two are pretty much neck and neck, AFAIK.
Hmm... I'd think that FreeBSD does a little better here.. only slightly.
In general stability is good in both cases, and hardly a reason to choose one over the other unless that little bit if extra stability does make a difference for you. /usr/ports, unless you have actually used it a few times you simply can't imagine how nice this is. It basicly provides sceletons for almost everything that is known to build on FreeBSD that will retrieve the source, apply patches, configure, build and install any of all those programs with just a single command.
What I find convincing reasons are for example:
- Being able to update (and upgrade) the entire distribution from the centralized source tree (using cvsup). No more problems because of library versions when upgrading to newer versions etc. You can track the development version (-CURRENT) which can be automated if you want so you can have the latest development sources etc on your machine, or you could track the STABLE branch if you are interested in having all patches and fixes and other updates after they are well tested.
-
- FreeBSD as mentioned uses a BSD style layout for its filesystem. This layout is far more consistant then the more sysV style layout that Linux (and most modern Unix variations) has, and because of that is easier to learn.
- FreeBSD behaves far better under stress then Linux. interactive response on a heavily loaded machine can get really bad with Linux, I have not seen that happen on FreeBSD, it gets slower, but its a long way to get it to a state where it becomes unusable.
- The BSD ip stack. This is the best documented and most widely used ip stack. FreeBSD has it with many enhancements.
- netgraph, which is far too much to explain here, but see this as something thats way cool if you are doing serious networking with different media.
- FreeBSD's ipfw + natd perform better, are more flexible and have better functionality then Linux' ipfw/masquerading stuff.
- With all those advantages, you are still able to run virtually any Linux app, so you can't loose
Please not that I'm running Free,Net and OpenBSD, as well as Redhat, slackware and debian Linux. All those have their advantages, and in many cases they are almost interchangable. Of those I prefer FreeBSD since it seems to combine most of the advances of Linux in hw support etc with the things that BSDs are traditionally good at.
The Linux filesystem layout makes perfect sense. It is a mix of the best BSD and UNIX features.
I never said it did not make sense, but I do say that BSD is stricter in what they put where. Stricter rules results in easier to find because things are more often where you expect them to be. A good example for Linux and system V like systems in general is the things they stick into /etc BSD does not have any executable binaries there, just scripts and config files.
Anyway, like I said, Linux' fs layout works and even more, works perfectly well. BSD's layout has a few distinct advantages over it when managing a system to my experience.
You like what you already know though.
As you can read from my previous post I know a few linux and a few bsd dists. what I didn't mention there, but what might be nice to know is that I also use Aix, Solaris, Irix and HP-UX. I think I am used to both, but have a preference.
The BSD IP stack is lame. It is almost as good as the Linux 2.2 stack, but Linux 2.4 is almost ready. While BSD still has a big SMP lock around the kernel (like Linux 2.0), Linux now runs the IP stack on multiple CPUs at the same time.
I am quite aware that many claim that the Linux stack is faster. In my day to day experience I see little difference in performance, tho Linux tends to be faster on a relatively quiet network while FreeBSD is faster on a heavily loaded network to my experience. SMP on FreeBSD is no as efficient as on Linux 2.4 (which is not yet there) but will get a lot better when the code merge between FreeBSD and BSDi gets on its way. And ehm... tho it is important for many purposes, the very vast majority of the machines currently is single cpu, so eventho this is most definitely an area where Linux will have a performance advantage soon and will keep it for a while, this is only for a small (but growing) number of installations. ;-)
It is also funny to note that I have a SMP machine, and I have both FreeBSD 4.0 and a recent Linux 2.3x on it. I strongly prefer FreeBSD, not because it performs better, Linux runs my quake II better at least, but.. no matter what I throw at it, with FreeBSD it keeps running and stays responsive, something which Linux doesnt seem to do as well by quite some margin. So for a server, eventho Linux might be more efficient in cpu cycles, FreeBSD will perform better to the users experience.
It is also something to consider that FreeBSD contains a BSD stack with many enhancements, do not compare that to a plain BSD stack, it performs a lot better.
Linux ipfw is a 2.0-era feature. So whats the alternative?
As far as I'm aware the masquerading part is still pretty much intergrated, which causes the inflexibility that I was mentioning.
As I mentioned in my original post, all the open source unices have their advantages, you managed to spot one advantage of Linux, congratulations.
For the rest, your post implies that I was talking about a very old Linux version while in fact I am talking about a fairly recent one.
The question was not why would someone try Linux, but why would someone try FreeBSD. If you want to advocate Linux, go annoy MS fans with that. If you have on topic answers, or actually have arguments to prove my statements wrong then please feel free to post them here
can someone tell me what it does and why it is important? I am trying to understand why we would need a version on steriods (jail).
thanks!
No, I don't mind. But the point was that, at the stage Debian is right now, implementing the capability to upgrade itself from source packages would be easy, since most of the infrastructure is there. For some reason it hasn't happened.
I wasn't aware that Debian actually has no binaries in /etc, just that it was far less of a mess then most other dists, thanks for the correction.
Debian's filesystem policy is quite strict. All config files in /etc, shareable static program data in /usr/share, nonshareable program data in /usr/lib, program state in /var, save for very few documented exceptions (like /usr/X11R6, and a couple others).
A have a few more quuestions about this... is /sbin a symlink? (and can anyone explain me why it should be a symlink to /usr/sbin ?
Where did you see a setup like that? Sounds positively brain-dead...
I've run Red Hat (ugh) and Debian, both have a /sbin and a /usr/sbin directory.
If the argument would be about what is theoretically possible, that would all be fine, but the argument is about real world things in use today.
Point taken, but then again, the point was not that Debian in some remote future might be able to do that, but that the infrastructure to do so is almost there; "apt-get source [packages] --compile" will grab package sources and build binaries from the net (doesn't install them). And apt-get can already automatically upgrade binary packages from the net. Thus the capability to do source upgrades is actually being worked on, and will probably materialize this year.
---
Debian's apt-get can upgrade everything in the system from binary packages on Debian mirrors.
I am talking about a basicly single command upgrade of the ENTIRE system from source including getting that entire source (or updating the one you already have).
Debian does not do automated upgrades from source, but it'll get to that point. The ability to build packages from sources is already there, in the program "debget". It would not take much to create a program to download source packages that have been updated, build the binary packages, and install them.
A good example for Linux and system V like systems in general is the things they stick into /etc BSD does not have any executable binaries there, just scripts and config files.
Again this is not the case for Debian. Debian has no executables in /etc. (Can you tell I'm a Debian user? ;)
---
I've thought that a couple of times. The package management systems I hear the most praise about are apt-get/dpkg and the ports system.
---
- A.P.
--
"One World, one Web, one Program" - Microsoft promotional ad
"Remember when the U.S. had a drug problem, and then we declared a War On Drugs, and now you can't buy drugs anymore?"
OpenBSD isn't just NetBSD with a bit of crypto thrown in for good measure. OpenBSD is the first free operating system engineered with security as its primary goal.
Every line of code in OpenBSD has been audited, crypto has been used pervasively (not just applications, but in libc and the kernel) and the team is more than willing to say "no" to features which would negatively impact on security.
The first and last of the above points make integration difficult. Most people cannot be bothered and are not able to perform real security reviews and most people are more interested in features than security.
From bits and pieces I've picked up, it seems that FreeBSD is more conservative, more old-school UNIX style. Bear in mind that I say this as a Linux user, so I wouldn't say my opinion is all that authoritative.
In terms of stability, the two are pretty much neck and neck, AFAIK.
Isn't OpenBSD based in Canada because of screwy U.S. crypto laws? That might complicate a merge of it with the rest of the *BSDs.
AFAIK, they do a line-by-line security audit of the OS code and all their packages. They basically specialize in putting the system under tight scrutiny.
What exactly does this mean? Does FreeBSD have actual kernel support for userland threads now?
For example, can I write a multithreaded application and have the whole thing not block when one thread blocks on IO? I'd love that; it's what's keeping me from getting NASD running on FreeBSD now.
But why should personality clashes between Theo and the NetBSD developers prevent a merge between OpenBSD and FreeBSD?
Of course, the different focus on OpenBSD and FreeBSD might be enough to prevent a merge.
I believe it's the RSA public key algorithm that is coming out from patent this year, not DES. DES was made a US data processing standard for everyone to use, I don't believe it was ever patent encumbered in any restrictive way.
- jon
Ganymede, a GPL'ed metadirectory for UNIX
This is untrue. FreeBSD currently supports the Olicom PCI token-ring adapters, models
OC-3136, OC-3137, OC-3139, OC-3140, OC-3141, OC-3540 and OC-3250.
- Jordan Hubbard co-founder, the FreeBSD Project. Director, UNIX Technology. Apple Computer
FreeBSD has always had two sets of crypto. One for the USA and one for international users. Typically the restricted code is not part of the release, and you need to specifically say that you are inside/outside the USA and the installer will fetch the right code.
For 4.0, with the integration of OpenSSL, the issue is not so much US export restrictions. It is the patent restrictions on RSA within the US. The solution is to have three possible states: No RSA, RSARef (only legal in the US and then only for noncommercial use or with a licence) and the international RSA code. 4.0 will dynamically link in RSA if you have the correct version, and print out an error message if you try to use RSA without the libraries installed.
-Jeremy
Umm.. for quite a while, before Linux if you consider the INRIA and KAME (integrated in 4.0) patches provided IPv6 connectivity since at least FreeBSD 2.2.8 (released Dec 1998). Try doing a little more research before you spout off.
Merci, mon petit chou.
I believe this open source project isn't getting anywhere mear the amount of attention it should considering its side and importance.
Does anyone else here share this opinion?
Could it be related to the fact that it is centered in Japan?
----
Stop worrying about the risks of nuclear power and start worrying about the risks of not using nuclear power.
What can be changed once can be changed again - if the main CVS servers were moved to the US, it would leave them vulnerable to future legislation.
AC wrote:
As a FreeBSD committer, you can rest assured that I knew about the release long before you did.
We had lots of submissions about this, most of them about the fact that the RELENG_4 tag had gone down on the source. Of course, this is next to useless for most people, because it's still not released and available on the FTP site.
We (or, more precisely, me) waited until I had confirmed that JKH had rolled the release, and that binaries had been picked up by a few mirrors. You can rest assured that there is no "pressure from above" to hold off on BSD stories, and that if there was, I'd be the first to talk about it.
N (nik@{freebsd,slashdot}.org)
Sorry to dip my little fly in your ointment: www.google.com is running GWS/1.6 on Linux.
Not meant as trolling, just as a small correction of your facts ;-)
Regards
tom
--
"Just believe everything I tell you, and it will all be very, very simple."
AFAIK, you cannot use either in the US due to use of the DES algorithm that is under a patent until the end of this year. Is FreeBSD allowed to release it now because of their partnership/ownership with/by BSDi???
Also, I was under the impression the stock OpenSSH/SSL still included bit sizes greater than the new limits on encryption export set by the Clinton administration (56/512 or 64/512 are they?). I could be mistaken though (no expert here ;-).
Any clarity would be greatly appreciated.
-- Bryan "TheBS" Smith
-- Bryan "TheBS" Smith
Independent Author, Consultant and Trainer
I work at a mostly Linux shop, but I admit I am interested. I inherited a Win98 machine as my desktop and pretty much have hated every minute of it. I am looking to partition up the drive this week and load some exotic OS on it.. a few questions, if you will my religious BSD-ers. I am sure these are covered in various FAQs and the like, but I can take advantage of this great resource called Slashdot and have you do some work for me.
.0 release are kinda scary. This will not be a production class machine or anything. My main duties call for me to ssh around to our various boxen and perform various admin-like duties on them. I assume it would be stable enough to handle these kind of conditions. What should I be worried about?
1 - There does not appear to be an ISO image available. Is this true? A URL for a 4.0 iso image would be heavenly
2 - Either way on number 1, I would also be interested in booting from a diskette, and doing an FTP install (a' la RedHat, and maybe other distributions too). Possible?
3 - I like KDE. Well, I like it more than any other Windowing System. Is this part of the standard 4.0 install?
4 - Sadly, I will still likely have to leave a Win partition. Does FreeBSD use LILO? I have a little experience with it, and would prefer it over another boot manager.
5 - The warnings about the lack of stability in a
6 - Heck, what's the word on 3.3? If I am installing it on a machine as I described above, should I just forget 4.0 and do the 3.3 thing? What about hardware support. The machine is a pretty much stock Dell workstation. It would be nice to run at a decent resolution and be able to play some MP3's through the sound card (I haven't checked, but I am sure it is a built in). I know the details are too sketchy for you to say for sure, but in general, do these things work out of the box for a 3.3 install? Is there better/more support in 4.0?
www.jackasscritics.com
The big draws of each, as I understand:
Free - largest install base. Oldest, most proven version of the BSD's.
Open - most secure
Net - runs on just about ever piece of silicon ever made. Old Sun 3/80's, old Amigas, serious old machines. They used to have more ports than Linux, and I think they still do have more, but the Linux crze is definetly helping Linux catch up to the work that the NetBSDers have been doing.
www.jackasscritics.com
*BAD EXAMPLE*
People could argue that that's bloated too.
Glückwünsche, haben Sie Slashdot ermordet, indem Sie zum korporativen Druck beugten und Subskriptionen einlei
He set out to write the world's most secure operating system and he succeeded.
:-), which will give EROS and its superior security model a chance to flourish again. No setuid stupidity here, just give programs the capability to access exactly that which they need to and no more.
;-)
...that is, until EROS gets rolling. And, believe me, it _will_ Real Soon Now.
The numero uno reason there has been 0 progress on that recently is that since the head honcho is currently working for IBM, the code he writes becomes their property. Since EROS is a GPLed project, there is a teensy conflict there...
Fortunately, Jonathan Shapiro has decided to leave IBM to work in academia
Of course, if you can't wait a year or so for security, then OpenBSD wins
Glückwünsche, haben Sie Slashdot ermordet, indem Sie zum korporativen Druck beugten und Subskriptionen einlei
Question:
What makes openbsd so much more secure than any other OS like Linux, or more specifically, FreeBSD? I think it is fair to say that FreeBSD is secure and stable in the extreme (case in point, Walnut Creek). So why is OpenBSD better?
I've been playing with FreeBSD 4.0 for a while, and the hardware support is truly amazing. Between the ata (anything ide) drivers and the pcm (sounds) driver, among so many other things (like FreeBSD's reputable networking), FreeBSD is truly amazing.
Post a link to the project and maybe it'll get more attention! The freeware community recognizes no geographical boundaries....
There is no such thing as definitive proof when it comes to opinion. If you write code, you choose a license that most appeals to you. If you don't, you use the software that does what you want.
What you seem to be asking is which license makes the best software, and again, no such proof exists, because it's the people that make the code, not the license.
It's often argued that the GPL is better because "I don't want some stinkin company makin any money off my code". They're going to make money off your code no matter which license you use. The difference is whether or not you want to see if they changed your code so you (and others) can use it too.
The quality of your code remains the same. Other coders who are Open Source advocates that pickup on your code are going to give their changes back of course, and in this case, the license doesn't matter at all. The code will improve.
So then if you still say, "But they're making money off my code," then it's no longer about the code really is it? It's about money, and if you were so worried about money, maybe you should have kept your source code closed and sold the program for a bundle huh?
This is why, if you're honest about Open Source, and respect what it can do, it doesn't really matter *which* license you use.
--
My comments and opinions completely reflect those of anyone and anything I am remotely associated with.
Even if you don't remember back far enough, you can always RTFRFCs.
The Internet not only started on Unix, it was born on BSD, as was Sendmail, Vi, etc.
--
My comments and opinions completely reflect those of anyone and anything I am remotely associated with.
www.kame.net
Why would you want that? Just out of curiosity. Sure, FreeBSD may have "sprouted" some security enhancements, but as you allude to, by no means is it on par with OpenBSD.
This difference is, of course, the result of the distributions being separated. Start combining them, sacrifices will be made. Just look at something like RedHat. Version 6 is becoming very Windows-esque in its size. Why is it so big? RedHat wants to market it to everyone, just like Windows. Go figure.
The point is specializing. Focus on one thing, you'll do it quite well, focus on several things, you won't do any of them nearly as well. I personally enjoy having the three distros. FreeBSD for my workstation, NetBSD on my old crappy hardware, and OpenBSD keeping the nasty world out. (Besides, I have no problems with an excuse to keep another computer around)
Mr. Ayo
-----------
"You can't shake the Devil's hand and say you're only kidding."
Just do a pkg_add XFree86-4.0.tgz and it's yours :) (hopefully)
No, It's a brand, but I wasn't expecting anything else but maybe (score 2 funny) :)
If high version numbers were of any significance, :)
win2k would be superior to anything
Versioning has a useage in real OS's, another
proof is the lack of multiple DLL's with different
versions in windows, where as UN*X can differentiate the so's with respect to their filename. (libc.so.3)
Its more an issue being a US business and wanting to pay or not pay RSA lisc. fees.
No, it's a result of RSA being patented in the US, but not in the rest of the world, and RSAREF not being available outside US because of crypto laws. But the fact is... FreeBSD deals with this issue for you, OpenBSD doesn't. OpenBSD requires more manual steps than FreeBSD.
So what he said is perfectly correct. Stop whining.
(8-DCS)
No, you don't. This is done at installation.
(8-DCS)
You could get a TCP/IP stack for the AT&T 3B2 in about 1985 but the perferred you to use thier 2mb "StarLan". Part of the massive rewrite of system V R4 was for better support of TCP/IP and other networks (which were already going away).
I suspect that novel is with us today because of their early business was to build hardware and software to help connect early military computers to the DARPA network. Some of these were then put on the Internet and some of them still are pingable.
Most of the very early stuff (ip v1, etc) was not done under unix but the rapid growth resulted from the easy access to BSD.
I was going to ask teh same exact thing. I'm just curious about other OS's, and I figure I might as well try some other Unixes other than Linux. So I'm guessing FreeBSD is the most user friendly? How does it comparet to the "ease" of Linux today? Does it come with X, and do you set it up during installation, or do you have to compile it yourself later on after installation? If you can run Linux "fairly well", would a *BSD be easy enough to install and use?
4.0 Finally out? Wow! I've been in the open source scene for about 4 years. I think in that time it was always in the 3.x series. Man that's almost as bad as Microsoft.
Wonder how many more years until it will be version 5.0
You're smoking something. 3.0 came out in October of 1998. Even then, the last release of 2.2, 2.2.8 came out in December 1998.
That's about one and a half years, not four.
-Corydon76
I believe that another difference, and seemingly now, more notable difference is that OpenBSD underwent a complete security audit whereas, to the best of my knowledge, FreeBSD did not. (although it's possible a complete FreeBSD security audit was just longer ago)
Chris Hagar
"The price of freedom is eternal vigilance." - Thomas Jefferson
All I see is yet another anonymous coward bitching someone who's actually trying to contribute something besides trolls and flames. Ha, imagine that.
Welcome :)
Shiite, ubertroll is the *PERFECT* name for this guy.
file:
I must say that I'm glad to see that the Linux people aren't waging a holy war trying to say that this belongs on freshmeat this time. That out of the way, I'm pretty happy that this release is out. I've been holding of trying FreeBSD until 4.0 came out and this gives me a good excuse to hit cheapbytes.com for a purchase :) Anyway, has anybody used 4.0 yet? I noticed that the release talked a lot about performance improvements in various places, particularly the VM subsystem. Do these amount to much? Also, exactly how suitable is FreeBSD for the desktop? It seems much more organized than Linux, and they seem to tweek it quite well. I've heard, however, that multimedia on FreeBSD isn't as evolved as it is on Linux. Any substantiations to these?
A deep unwavering belief is a sure sign you're missing something...
I'm not convinced that OpenBSD's "increased security" is significant enough to justify using it over FreeBSD or NetBSD. Except I'm going to be likely to start off a religious war with THIS one.
-bugg
2.2.8->3.0 was aout-to-elf, however.
-bugg
I realize this. Lite/2 was CSRG's followup with bugfixes. But this isn't the major, painful merge that you make it out to be. It wasn't something that had to be done for 3.0, or technically had to be done at all.
So it isn't an excuse for the time of the release cycle (which doesn't need an excuse, by the way), is my point. Using the fixes in lite2 didn't make the path to RELENG_3 harder. It made it easier.
-bugg
Erhm.. If you can install Slack, you can manage *BSD. From what I remember, the disk partitioner is a bit dodgy in Free(at least in 3.3), but not more so than cfdisk was with 1.2.xx. X comes with it, but you have to manually configure it with xf86config or startx --configure. No real suprises to the install.
Try it.. Oh, and don't freak out when you 'free' and see half your memory gone; FreeBSD has a different memory management style than Linux.. I've had more than one frantic email over that!
.sig: Now legally binding!
Its not under the GPL.
It's not an emulator - it's linux ABI compatability. Basically, the kernel loads in a different system call interface when running a linux binary, and so the binary can make all of the native linux system calls it expects while running on the bare hardware (i.e. not from a virtual machine).
Basically, the FreeBSD kernel reconfigures itself to look like a Linux 2.2.x kernel from the point of view of a linux binary ("I can't believe it's not Linux!") - quite cool, really.
See http://www.freebsd.org/handbook/x20065.html ("How does the Linux mode work?") for a more detailed explanation.
Minor nit: ftp.cdrom.com and ftp.freesoftware.com are not the same machine. ftp.cdrom.com was sold off by Walnut Creek CDROM (it still runs FreeBSD - they're not stupid and need to keep up with the load), but ftp.freebsd.org is now hosted on ftp.freesoftware.com, also running FreeBSD on a similar platform.
Theo was one of the 4 founders of NetBSD. Lets include ALL the facts people.
Guess who OS had the fine grained locks and multithreaded IP stack and kick linux's ass in benchmarks.
NT.
No, it's under a REAL free license. BSD is really freedom, GPL is kindda supposed to be free but has clauses (kindda like communism :P).
the license determines which developers work on the project. It is widely known that GPL attracts a bette quality of developer. Given that fact, it is understandable that BIND and X Windows are pieces of crap.
Not, I find BSD development to be much more focused. Everyone who's not blinded knows BSD is superior to Linux in terms of stability and scalability. Apache (which linux advocates love to hug) is under a BSD license too if i recall correctly.
don't know any other OS that does that.
to prevent from being completely off-topic, Mac OS X has some freebsd stuff it.
>It is widely known that GPL attracts a bette quality of developer.
Eh? Do you have proof of this statement?
If it was said on slashdot, it MUST be true!
>what you've just given us is useless.
And you have enlightened us ALL with your quotation of links to wider studies proving Linux is superior.
Thank you for the heat, and no light in your flames. We have a cold snap going on.
If it was said on slashdot, it MUST be true!
>Nobody is going to complain
If you notice, the nobodies ARE complaining. Look at all the BSD suck messages.
If it was said on slashdot, it MUST be true!
Another *really* nice feature was that FreeBSD autodetected my 3com SOHO Officeconnect nic, which Redhat and Mandrake could not. I had to download the source and recompile the kernel to get the nic to work on Redhat, and for some reason the same code never worked on Mandrake.
FreeBSD has a cool initial kernel config which identifies conflicts while you select your hardware and counts down the conflicts as you resolve them.
All in all, very impressive and very nice after installation too.
[Groan] - and I have plans tonight. Oh well, I guess the servers will have a chance to calm down and I just have to do that tomorrow :)
I don't think it is the slightest bit difficult. There is an option for using the whole disk, specifying your own size (in MB's if you prefer) and it will auto partition into /usr, /boot, and swap partitions. Really nice, I thought.
That said, I could not even install the Linux emulator on FreeBSD 3.3. It was the only thing that locked the machine on install. :(
After reading all the visible posts, I see a lot of complaints about licensing. One person in particular said "its not under the GPL."
I challenge anyone to give me definitave proof why one is better than the other. Different situations and/or different goals require different styles of thinking.
I personally run Linux, FreeBSD, NetBSD, and Solaris on a wide range of machines. I even run a pre -RELEASE 4.0-CURRENT on my server and a partition on my predominantly Linux box. I don't pay much attention to the licenses, as long as it is free software, I don't care! GPL, BSD, whatever, if it is free, it works for me. If you're a big company and want to deliver a propriatary solution, BSD-licensed code might be better for you. If not, GPL is just fine.
Now, onto the new FreeBSD. I must say that the new IDE/ATA driver is much superior to the old one. I'm happy that I no longer need a gcc2.9.5 package installed, and the OpenSSH/OpenSSL stuff is great. I had to rewrite the entire kernel configuration file for both machines because the new release changed a lot of the syntax. All in all though, I was suprised to find that the upgrade to 3.4-STABLE to 4-CURRENT wasn't as painful as I thought it would be.
I'm enthoozed about the new jail feature, and I can't wait until the BSD/OS code is merged in (5-R).
Cheers,
Sean
Try the link below in a little while for ISOs...
1 28471
http://fileforum.efront.com/detail.php3?fid=953
(some URL surgery may be neccesary). Of course they'll like be up at the FTP sites at that point but if they're getting clobbered...
mcrandello@my-deja.com
rschaar{at}pegasus.cc.ucf.edu if it's important.
Yes, they're here: ftp://ftp.freeBSD.org/pub/FreeBSD/releases/i386/IS O-IMAGES/ and ftp://ftp.freeBSD.org/pub/FreeBSD/releases/alpha/I SO-IMAGES/ But don't download them from there, download them from the nearest mirror: http://www.freebsd.org/handbook/mirrors-ftp.html
I started installing FreeBSD in earnest around Xmas 1999 and I'm still working to get it the way I want it. But that's because I want it EXACTLY the way I want it. And I haven't even looked at half of what it offers yet. The honest answer to your question is yes, BSD is very easy to install but it's a bitch to configure - a beautiful curvaceous bitch who gives you wet dreams. Here's wishing you many happy silo overflows.
Adam:What kept you?
God:Rome wasn't built in a day
When I did my run through OpenBSD, I used /usr/ports to install enlightenment. After what I believe was about an hour of download (its not on this ftp site, try the next one) and compiling, it never did work right, without a SEGV. Being a Debian user, used to apt, I saw this as a step down, but if you prefer it, more power to you.
Hate to nit-pick here. I know that the switchover to 4.4Lite was done for 2.0. But there was a second release of 4.4lite called 4.4lite2. This was integrated in for 3.0. If you don't believe me, I can show you the CVS tags.
"I shoulda never sent a penguin out to do a daemon's work."
Cat, the other, tastier white meat.
The 4.0 development branch spun off of the 3.x tree back last January '99. I don't consider 14 months to be a incredibly long development cycle. Going from 2.2 to 3.0 took a long time (a few years IIRC), but it also involved the codebase switch to 4.4Lite2, along with i386 SMP and Alpha introduction. None of those were trivial tasks!
"I shoulda never sent a penguin out to do a daemon's work."
Cat, the other, tastier white meat.
Tommy - FreeBSD hacker
Tommy
this should have been scored higher!
[off-topic]
Is this anti-aliased?
I'm impressed.
and that's a bold statement for an athiest :-)
.cig - what you do after winning a good flame war
I believe that encryption regulations are being relaxed, in the near future, as the US now thinks other people are grown up enough to use it, so this shouldn't be relevant after a while.
Look at it again. if it doesn't hit you after a third or fourth time of reading, dont bother trying :)
Its nice to have IPSec and OpenSSH built into the base system, but since FreeBSd is based in the United States, how will they distribute strong encryption such as Blowfish? Will we only be able to get it from foreign (or Canadian) sources?
OpenSSH is nice, but if you can only get 40bit, why bother?
Jailbrekr.
Feed The Need[goatse.cx]
My apologies. Wrong/misleading subject heading.
I shall go eviscerate myself now.
JB
Feed The Need[goatse.cx]
I'm not sure about the dates, but I'm under the impression that the precursors to the Internet date back to the 1960s, the Internet itself (IPv4, TCP, UDP) appeared in about 1980, and Unix didn't support Internet protocols until the early 80s.
I could be mistaken about this. I personally didn't know the Internet existed until 1989. Is there anyone here who remembers back far enough?
AMC
Well, I think that if something that is for nerds and that does really matter, it is the release of such a major piece of software.
So please don't bother us with your complaints, and just go uncheck that box.
guillaume
---
You think my English is bad? Then how is your French?
give me all your garmonbozia
Theo heads up OpenBSD
see: http://www.theos.com/
Read more of this story at Slashdot.Read more of this story at Slashdot.Read more of this story at Slashdot.
And apache too.
You can see it particularly with apache.
No one uses it because it's not under the GPL. And there's next to no development done on it.
If apache moved to the GPL, imagine what it could do - heck it might even take over half the web-server market.
(Now I watch for the sarcasm impaired folks to reply)
Read more of this story at Slashdot.Read more of this story at Slashdot.Read more of this story at Slashdot.
its funny cos... AHHAHAHAHA... um, because HAHAHAHAHAHAHAHAHA, erm...
A HAHAHAHAHAHA
like i was saying... its amusing because they... AHAHAHAHHAHAHAHAHA!!!!!
ah man, i'm cracking up here. can't you see the (HEHEHE) humour in a dead composer commenting on unix?
BAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAH
What are the major differences between Net, Open, and Free BSD's? It seems Open is most secure, Free is most popular(?) and Net, I have no idea....
Well, I've always found FreeBSD installation to be surprisingly painless. The biggest difference that I've found is that FreeBSD programs install very close to default. Most Linux users are used to getting a KDE/Gnome desktop pre-configured with massive amounts of software. FreeBSD doesn't do this. BUT, it makes up for it.
/usr/ports/x11/gnome && make install
You see, FreeBSD has a feature that only debian seems to rival for pure beauty. It's the ports directory. To install gnome, for instance, it's cd
and there you are, it'll fetch everything it needs, checksum the files for validation, and ramble on nicely.
I used to be a huge Linux fan. I still love Linux, but prolonged exposure to the BSD family as well as Linux has raised my desires for an OS almost unreachably. Try it, use it for a few months, and enjoy all the *ixs.
----------------------------
--
Brian Fundakowski Feldman
I would say from personal experience, that I found Linux more comfortable than FreeBSD coming from a Solaris background (or more specifically Solaris 2.5.1 and 2.6 with a GNU utils to replace the braindead Solaris ones).
/usr/ports is the coolest thing I have ever used on any platform and is the reason I plan to try FreeBSD again now that I have a better network connection.
That being said, I think
--
"L'IT c'est moi!"
I wonder if they use any tools for program validation. Stuff like the boundschecking gcc, or stuff similiar to Purify. Is it really only experienced devlopers staring at the code? Guess the NASA does er.. did slightly better in the past.
I'm not convinced that OpenBSD's "increased security" is significant enough to justify using it over FreeBSD or NetBSD. Except I'm going to be likely to start off a religious war with THIS one.
A system like FreeBSD is evolving quickly. Every day lots of lines of code get changed. Not every change has implications that are easy to grasp. To me, not experienced in security auditing, only exposed to theory of program testing, this looks like I either have a secure but slow evolving system or a quickly evolving system with potentially new security holes opening up.
Let's take the change to IPv6 for instance. You can't tell me that this will not go hand in hand with a lot of holes.
Back to automated testing:
I know that this is very hard to be done with complex programs, one reason being that it is not easy to come up with a formal specification to test against. I also don't expect that someone is able to give pre- and post conditions for every statement. But it should be able to perform a lot of the static and dynamic tests that are known to computer science.
Is this methodology not used in the domain of operating systems security or do they not talk about it? Or is it simply not possible or useful?
You should have no trouble at all with already ported Linux apps. For example try this
marc@oranje$ cd /usr/ports/www/linux-netscape47-navigator
marc@oranje$ make install clean
marc@oranje$ netscape
and you can fire up Linux Netscape after a while.
For non ported applications the only trick to know is that a Linux binary perceives the file/directory hierarchy a bit different - it sees all stuff beneath /usr/compat/linux/usr as beneath /usr. Example:
marc@oranje$ pwd
/usr/compat/linux ../bin/bash # Linux bash /usr
/usr /bin/pwd # a pwd within FreeBSD
/usr/compat/linux/usr # you see the mapping?
marc@oranje$ uname
FreeBSD
marc@oranje$
marc@oranje$ uname
Linux
marc@oranje$ cd
marc@oranje$ pwd # a pwd within Linux system
marc@oranje$
marc@oranje$
Hope that helps - if not seed me an e-mail!
>Being relatively new to the world of *nix,
/etc/X11/XF86Config or download a XFree server binary...)
>is the installer for this new BSD or any other
>fairly "friendly"?
It sounds like you're ahead of the curve (i.e., clueful of what to do at a shell prompt, knows
the what and why of disk partitioning at least for workstation configs, won't totally freak out if you have to add your HorzSync and VertRefresh to
The installer for freebsd is a fairly friendly dialog-based script; the packages are tar.gz's.
Check the supported hardware before you even start though, as you should do for any os.
There are a few potential snags, but if you thought installing suse and slackware was easy, you'll be able to install freebsd in your sleep.
-fb Everything not expressly forbidden is now mandatory.
I tried FreeBSD 3.3 a few months back. There were a few things I liked about it (Linux' partitioning sucks real bad by comparison, etc) and a few I didn't (media auto-detection on my network card didn't work, the installation of bash didn't have cursor keys or tab completion enabled, etc) but by and large I didn't see enough interesting in FreeBSD to make it worth my while learning how to do the things that it does differently. By the same token, I don't imagine the average *BSD user would find much in Linux that would be worth learning all the differences, either.
We're on the subject of FreeBSD and its newer security features, which I find very cool... but in the process of our conversations I've noticed quite a few errors in the posts tonight which covered FreeBSD's cousin, OpenBSD. Errors which could erroneously tarnish people's images of the OpenBSD system. I would really like to point to the OpenBSD website to get some correct facts. Unfortunately its so late in this article's life span, I doubt anyone will actually read this.
As seen somewhere in the posts:
>OpenBSD is more secure because 'they' say so.
>Now, why do 'they' say this?
>At one time, all the code was gone through line >by line looking for problems.
My response: (and other responses to other concerns follow. I qoute the OpenBSD website alot.)
Its not "at one time" as in past tense only concerning the security audit. Please read the security section-audit process of the OpenBSD website:
We have been auditing since the summer of 1996. The process we follow to increase security is simply a comprehensive file-by-file analysis of every critical software component. We are not so much looking for security holes, as we are looking for basic software bugs, and if years later someone discovers a the problem used to be a security issue, and we fixed it because it was just a bug, well, all the better. Flaws have been found in just about every area of the system. Entire new classes of security problems have been found during our audit, and often source code which had been audited earlier needs re-auditing with these new flaws in mind. Code often gets audited multiple times, and by multiple people with different auditing skills>.
The most intense part of our security auditing happened immediately before the OpenBSD 2.0 release and during the 2.0->2.1 transition, over the last third of 1996 and first half of 1997. Thousands (yes, thousands) of security issues were fixed rapidly over this year-long period; bugs like the standard buffer overflows, protocol implementation weaknesses, information gathering, and filesystem races. Hence most of the security problems that we encountered were fixed before our 2.1 release, and then a far smaller number needed fixing for our 2.2 release. We do not find as many problems anymore, it is simply a case of diminishing returns. Recently the security problems we find and fix tend to be significantly more obscure or complicated. Still we will persist for a number of reasons.
The auditing process is not over yet, and as you can see we continue to find and fix new security flaws.
Concerning comments about how OpenBSD doesn't install 100's extra non-vital programs by default (somehow making it bad), or have "xyz" service enabled - I go back to the OpenBSD website again:
To ensure that novice users of OpenBSD do not need to become security experts overnight (a viewpoint which other vendors seem to have), we ship the operating system in a Secure by Default mode. All non-essential services are disabled. As the user/administrator becomes more familiar with the system, he will discover that he has to enable daemons and other parts of the system. During the process of learning how to enable a new service, the novice is more likely to learn of security considerations.
So here's my thoughts.. If you want Foo app. Get it. Install it. Use the ports. The whole point of OpenBSD is to be secure and correct. Some of the philosophies which they use to achieve their goals may rub you the wrong way. Thats ok, don't use OpenBSD. Please just don't unnecesarrily disparrage it. I've just noticed an overall trend of a lack of understanding of the OS here on multiple posts and I wanted share a few concerns I had.
Oh yeah, I forgot. The license determines the bloat and cruft. Thanks for reminding me. Now go learn how to program.
A Government Is a Body of People, Usually Notably Ungoverned
Can someone please confirm whether Tom is indeed dead?
No, I'm sure he's not dead, otherwise it would have made Slashdot headlines. He probably got fed up with these goddamn trolls and the rest of the bullshit that Slashdot's comments section has deteriorated to and moved on to better places. I'm starting to get fed up with it as well.
"Software is like sex- the best is for free"
-Linus Torvalds
Yep, it's done installing now, I'm typing this from my new FreeBSD box :-)
/usr/ports RULES!!! All I did was:
/usr/ports/x11/gnome
:-)
cd
make install
Wow... it downloaded gnome, realized it needed gtk, gnome-libs, and a bunch of other stuff, downloaded that, compiled, installed, and worked PERFECTLY. Wow. Another FreeBSD convert here (and I've only been running for 15 minutes!
"Software is like sex- the best is for free"
-Linus Torvalds
As a longtime (6+ years) Linux user, I'm installing FreeBSD 4.0 right now. I've never used it before, so we'll see how it works. /usr/ports sounds verrrrry interesting...
:-)
:-) (although I've been kicked off probably 10 times in the last 5 minutes.... I want to go smoke a cigarette but want the install to keep going....)
As a side note, though, the damn FTP server keeps kicking me off and I have to keep reconnecting, and none of the other servers have 4.0. Well, it's a good thing this FTP install is well-written and I don't have to start over every time
Anyway, I'm getting 70 KB/sec when it's working, so I guess it's not slashdotted too horribly
"Software is like sex- the best is for free"
-Linus Torvalds
I'm NOT a BSDite, so I have no way of knowing the answer to this question: Who is Theo?
Hey Rob, Thanks for that tarball!
"Going to war without France is like going deer hunting without your accordion." - Jed Babbin
Does anyone know which version of X is included? I couldn't find any references to it in the release notes.
Cthulhu for President!
(darren)
My last linux installs were debian 2.0 hamm and redhat 5.something
Yes, FreeBSD's installer is considered the most userfriendly. I find an install easier, and more powerful (Do a "Standard" install, the power of Custom is there, except it makes it harder for you to shoot yourself in the foot) than either of these two Linux distributions.
Yes, you can set up XFree86 during installation. With either Windowmaker, fvwm, KDE, or Enlightment (maybe another choice?)
Yes, a FreeBSD install should be very easy to install and use. /stand/sysinstall will hold your hand while you get used to the system. /usr/ports will make software installation easy. You don't outgrow ports (But you'll outgrow sysinstall for post-installation administration)
-bugg
For one thing, it's relatively stable and scalable.
This is why companies like Hotmail, Yahoo!, Google, and the world's largest anonymous ftp server (ftp.cdrom.com, a.k.a., ftp.freesoftware.com) use it. Note that slashdot uses FreeBSD for certain functions, and the staff have spoken highly of it.
Because of the BSD license, it's easier for companies to take it and make embedded systems out of it. This is why companies like IBM/Whistle use it in the InterJet and InterJet II, not to mention the GNATbox, the NetWolves FoxBox, the Stallion ePipe, etc....
So, since you get your mail at hotmail.com, you can thank FreeBSD for being so stable and scalable!
--
Brad Knowles
Brad Knowles
http://daily.daemonnews.org/ -- if you're not
Unfortunately there are some age-old personality clashes that have left very deep wounds (like serious threats of physical bodily harm), and the problems underlying are not likely to go away any time soon.
I anticipate that there will be increased overlap between FreeBSD and the other members of the BSD family, as the folks at BSD, Inc. go out of their way to work closely with developers in each of the other camps -- to the benefit of everyone involved.
Whether Theo will ever come in out of the cold is another question entirely, however.
--
Brad Knowles
Brad Knowles
http://daily.daemonnews.org/ -- if you're not
...run Lokisoft games? I know Civilization Call to Power runs under FreeBSD 3.2 but Heroes III didn't. Has anyone got it to run under FreeBSD 4.0? These are important issues when choosing OS :-) Most Linux distributions are such a mess that I'd really rather run FreeBSD.
-- SIGFPE
I have never installed BSD on either an X86 or Mac based machine. Being relatively new to the world of *nix, is the installer for this new BSD or any other fairly "friendly"?
I have installed Red Hat V4 and up and found them very easy, Slack the same, and Suse could be installed by a one armed, blind, Yak herder with the IQ of your average houseplant. Those installers were all not only easy, but detected most of my hardware on installation except Suse, which didn't use my sound card until I re-built the kernel, NBD.
How is BSD for that? I would like to have a go at it some time, but unfortunately my time for tinkering with new OS's is fairly limited so I prefer the installation to be as painless as I can manage.
Ceci n'est pas une sig.
I met Theo at Beyond HOPE (Hackers on Planet Earth) in New York in the summer of 97. Besides being a cool guy, he did seem to have some pretty deep seated bad feelings about the NetBSD team. If his feelings then are any indication, it's not likely he'll ever work closely with them again.
...and why should he? He set out to write the world's most secure operating system and he succeeded. I'm hate to see a codebase fork as much as the next guy, but we've got a great product here... OpenBSD doesn't try to be all things to all people and that's exactly what we needed.
BRENT ROCKWOOD, EST'd 1975
I like Free BSD , but sometimes I wonder about it.. like some of the commands in Free BSD sometimes act a little whacky, but every operating system has its quirks, Free BSD is no exception.
In my home I have two Free BSD boxes, one is basically a web server and the other does mail and ftp.. Free BSD has proven a good solution for my needs and i wouldn't give Free BSD up. GNU/Linux still fulfills my needs for a Great Workstation and dialup ppp server, all in all Linux and Free BSD are nice packages.
wow you sound pretty convincing.. but i dont have $300 to spare for a new OS
Windows 2000 Professional is the operating system for desktops and notebooks for all sizes of business. Windows 2000 Server is an entry-level solution for running more reliable and manageable file, print, intranet, communications and infrastructure services. Windows 2000 Advanced Server includes additional functionality to enhance availability and scalability of e-commerce and line-of-business applications.
Gee- ZDNET and CNet both have managed not to mention this at all. IPv6, for example- talk about a buzzword feature! Yet not a peep.
But perhaps I ask too much. Maybe they will bring themselves to mention this sometime soon. Or maybe OSS will continue to be synonymous with Linux as if Linus invented Open Source. Not that I dislike Linux or Linus, but it irks me that it hogs the spotlight so. BSD is STILL more mature in many(most?) ways, and, as this pays testement, is still improving.
*sigh* - At least there will always be Slashdot.
-N
I am the one true god. However, as an atheist, I don't believe in myself. I guess I have a self-esteem problem.
A leg up on OpenBSD?! OpenBSD already has OpenSSH and IPsec. And yes, during install you can choose the US or International crypto, but OpenBSD is done out of the US, so lame-laws need not directly hinder it. Its more an issue being a US business and wanting to pay or not pay RSA lisc. fees.
OpenBSD and its dev's played a big role in OpenSSH.
OpenBSD places alot of importance on security and doing it right. Read all about it and get facts.
http://www.OpenBSD.org
http://www.openssh.com
I have worked with both Linux and FreeBSD, and can say that both are stable, and fast. It is good to see FreeBSD take an upgrade on GCC and the threaded libraries. The only reason I can see to chose one over the other is that some people prefer a BSD style environment over the POSIX/SYS5/BSD hodgepodge that Linux offers. Both environments are very good, and none is necessarily better than the other. Choose whatever you are most comfortable with. If you come from SunOS or even Solaris, then FreeBSD is probably a better fit. If you come from AIX, SCO, or HP/UX than Linux is probably a better fit. If you are new, pick either, you can't go wrong. Ofcourse, this is just my humble opinion. Anyhow, congrats FreeBSD folks, keep the up the excellent work!
-Master Switch, one more element in the machine
OpenBSD has traditionally differentiated itself by being way ahead on the security front. Hell, look at their cryptography pages - "because we can". And a damn good reason for doing something that is too. But, the world is changing now: FreeBSD has just sprouted a serious number of security enhancements, and the "because we can" argument is starting to look watered down.
:)
So, maybe we can add to some of that "BSDi are integrating their code" good feeling by starting to patch things up with Theo and the OpenBSD crowd. Note that it's important to not underestimate the quality of work that has gone into OpenBSD - you're not going to buffer overrun that bastard, believe you me.
And please, no FreeBSD RULEZ! OpenBSD SUX! crap (or vice versa). It just seems like a great opportunity to make three great server OS's (BSDi, FreeBSD, OpenBSD) into one absurdly great server OS.
Dave
I write a blog now, you should be afraid.
What they've done is actually quite cool. They have linked the crypto libraries to stubs, and the stubs reference either the US or export versions of the crypto libraries (as appropriate for your system), and if you don't have either installed they issue an error message that tells you how to install them.
This is handled automatically during the normal install procedure, so the right crypto stuff is grabbed from the right archive site, and it all just plain works.
Way cool, and a leg up on even OpenBSD as far as this is concerned!
--
Brad Knowles
Brad Knowles
http://daily.daemonnews.org/ -- if you're not