FreeBSD 7.2 Released
An anonymous reader writes "The FreeBSD Release Engineering Team is pleased to announce the availability of FreeBSD 7.2-RELEASE. This is the third release from the 7-STABLE branch which improves on the functionality of FreeBSD 7.1 and introduces some new features. Some of the highlights: Support for fully transparent use of superpages for application memory; Support for multiple IPv4 and IPv6 addresses for jails; csup(1) now supports CVSMode to fetch a complete CVS repository; Gnome updated to 2.26, KDE updated to 4.2.2; Sparc64 now supports UltraSparc-III processors. For a complete list of new features and known problems, please see the online release notes and errata list."
Adds another anonymous reader, "You can grab the latest version from FreeBSD from the mirrors or via BitTorrent. There is also a quick review of the new features and upgrade instructions."
Cheers !
FreeBSD Jails are a kind of light-weight server partitioning scheme, in the same vein as Solaris Zones.
I really feel for the BSD guys. Just hope they can keep users. Having choice in OS selection is great.
There will always be a market for BSD. Afterall, what will us elitists use once Linux becomes too mainstream?
ZFS + Ports, take that Ubuntu!
I dunno about ZFS, but I've recently been playing with a freebsd install (7.1 I think), and ports, while a cool idea, seems pretty creaky in practice.
My main beefs were not with the infrastructure, which seemed OK, but that the package maintenance seemed pretty spotty: many many packages (even fairly "major" ones) were pretty out-of-date, even compared to e.g. debian stable, and in many cases they were installed as monolithic chunks where a bit of judicious splitting would have been very helpful -- for example, an otherwise fairly dependency-free library that happens to come with some demo apps that drag in all of OpenGL and X (it would have been better to put the apps with their heavy dependencies in a separate package, or make their inclusion easily configurable)!
Sadly, the ports collection felt kind of like a 2nd-class add-on (and I gather, that's essentially what it is). Even though there are many packages in debian where the maintainer should probably be doing a better job, on average debian's package collection feels a lot more solid to me that what freebsd has in ports...
We live, as we dream -- alone....
Nope, there's no reiserfs support.
.sig: No such file or directory
Obviously you have not actually used 4.2.2. Simply put it fixes the vast majority of the complaints with the 4.2.x branch.
I think BSD needs a new, cuddly but cool mascot. how do you compete with tux? Is the cresta (remember that?) polar bear available?
He's MIA after his glacier suddenly melted. Witnesses saw a little guy with some sort of trident fleeing the scene.
You know that those binary nVidia drivers also run on Solaris and FreeBSD, right? And that PC-BSD includes them on the install CD?
I am TheRaven on Soylent News
"and ports, while a cool idea, seems pretty creaky in practice"
"any many packages (even fairly "major" ones) were pretty out-of-date"
"Sadly, the ports collection felt kind of like a 2nd-class add-on"
Dude, what are you talking about ? Non of this is true!
If you tried the ports that come with 7.1-RELEASE they are several months old, this is normal, they come with the release. If you want up-to-date software you just need to update the ports collection, this is done via the csup(1) utility. Please try to get a little bit deeper into FreeBSD before talking bullshit about it!
And in rare cases when you need a rare obscure feature, it will not be compiled in, leaving you to play a bit with debuild and stuff. That sucks, too.
However, binary packages are much convinient in many cases. I've been using FreeBSD with ports before, and now I'm using Gentoo with portage (which is inspired by FreeBSD's ports) and I'm happy to turn optional features as I like, but I miss a lot of things from binary distros like Debian -- speed of installation, some assurance that the package will work, less work on my part to get it working, etc. To get the source, change a few switches and create your own deb isn't such a deal if you have to do it for only several packages. I did this on Nexenta OpenSolaris installation recently, and I say it's easier than maintaining a Gentoo installation.
And the unneeded features aren't such a big deal, really. I've run Debian on slow low-end devices, and it runs fine, they take a bit more space and the memory usage somewhat grows, but on a modern system that shouldn't be a problem at all -- it is offset by the lack of ports tree, the need for installed compiler and headers, and the faster installation. Debian developers also splits some optional features as seperate packages, where it is possible. And you never know when you actually might need these optional features.
So ports have their pros and cons, I really liked them when I had to play with them, but as I'm lazy I would choose something apt-get-style now. Debian GNU/kFreeBSD is a nice choice if you want apt-get, FreeBSD kernel. I'm not sure if they have working ZFS and DTrace support at the moment, but it's still worth checking out.
One of the main reasons I would choose FreeBSD at the moment is ZFS. And there is very low probability that we'll see this in Linux.
Sadly, the ports collection felt kind of like a 2nd-class add-on (and I gather, that's essentially what it is). Even though there are many packages in debian where the maintainer should probably be doing a better job, on average debian's package collection feels a lot more solid to me that what freebsd has in ports...
I don't mean to slam your dick in the door, but one cannot compare ports (apples) to packages (oranges).
Now before you fire back with, "But Debian says packages are both source and binaries !", allow me to reply, "Damn you, Debian." Seriously, though -- apt-get from Debian uses either source packages (equivalent to freebsd ports) or binary packages (equivalent to freebsd packages), depending on the commands you feed to it.
Here's how FreeBSD separates source installs from binary installs:
Ports: Slower source installs compiled on your machine with make.conf optimizations for your system's architecture. Gentoo (portage/emerge) and Debian (apt-get) have Jordan Hubbard (now working for Apple on Darwin) to thank for these. Quick explanation below in the code quote:
Installation process for installing imaginary app "slashdot" (assuming you have the ports tree installed on your system):
Packages: Fast binary install that is compiled on someone else's system with their choice of "make config" options, for their architecture; usually a very generic build. These use pkg_tools to install, delete, get info for these binary packages.
Installation process for installing imaginary app "slashdot":
When i say slow and fast for install speeds, these comments are relative to two things: source install and binary install. Source compilation time for monolithic packages like firefox3, openoffice.org, xorg, gnome2, etc. take upwards or 6 hours to several days depending on the system doing the compiling. The loss in program responsiveness by using a generic binary package install may be worth it(unnoticeable) to save 3 says compile time. With computers getting faster, optimizations are less noticeable, etc., however, programs also demand more resources as time goes on, andso this may be a wash; and one STILL may want to compile certain programs for their own machine.
My main beefs were not with the infrastructure, which seemed OK, but that the package maintenance seemed pretty spotty: many many packages (even fairly "major" ones) were pretty out-of-date, even compared to e.g. debian stable
The reason for binary package apathy on FreeBSD, as I see it, is as follows. Most people that use FreeBSD don't care about binary packages beyond the base package for a RELEASE branch install from ftp or cd/dvd. For all other programs, most users will compile from source using ports and fetch new versions using portsnap, and lastly upgrade to said new versions using portupgrade. For aforementioned monolithic programs like openoffice.org, one may want to just bite the bullet and avoid a 3 day compile (which currently takes up ~12 gigs of space) including several license agreements, etc. to compile the beast, and just install a precompiled binary package from the "ooo" site.
With that said, most ports maintainers are fairly quick to release the latest version of a port, and some even maintain not only the release port of a program, but the beta. e.g. there is a firefox3(curren
and not trolling, ive had great luck with BSD subversion servers and mailservers... but ive been transitioning away from BSD in our corporate environment because of a nasty 16 group limit in the kernel, the quirkyness of ports, and mostly its inability to be deployed and managed site-wide easily (ex: redhat has cobbler, koan, satellite, and kickstart but where is BSD in all of this?)
still waiting for autofs support as well, as converting from my autofs to amd on local machines is a pain.
if i have 3500 servers i need to deploy, pxe is still not supported without a kernel hack. makes for long nites.
Good people go to bed earlier.
All of the FreeBSD ports can be compiled to binary packages, and you can easily mix and match between ports and packages. If you provide the -P flag to portupgrade / portinstall, it will use the binary package if one is available for your architecture, and fall back to building from source if not.
I am TheRaven on Soylent News
And in the same vein, they are inadequate because all instances share a kernel.
And are significantly faster (on our workload) and more efficient for the same reason. Since all jails pull from the same heap, you don't have to worry about under- or over-allocating RAM to an instance. You also don't have to contend with multiple kernels all trying to do bookkeeping many hundreds of times per second.
Jails obviously aren't the right tool for every job, but when they suit your needs, they're outstanding.
Dewey, what part of this looks like authorities should be involved?