Gentoo 1.4 Final Released 398
markds writes "After a long wait, the Gentoo team has finally released the latest version of their distribution.
Gentoo Linux 1.4 is now available. 1.4 includes automated kernel builds, CFLAGS generation, the Gentoo Reference Platform, and support for netless installation." And Beost writes "It looks like our favorite disto gentoo has released two of the new v1.4 LiveCDs. Enjoy!"
Reader Luke-Jr points to the list of official mirrors and "unofficial (though created by developers) BitTorrents." (Of course, you can also buy CD sets for a variety of architectures from the Gentoo store.)
Great release (Score:5, Interesting)
Been using Gentoo for my linux boxes since late 2001; I couldn't be happier.
Re:Great release (Score:3, Funny)
Don't forget SCO's $699 licensing fee... ;-)
Re:Great release (Score:3, Funny)
I'm sure there is a byte or two of infringing code on each CD.
(p.s. yes, i know it's a per CPU fee.)
OT SCO: Re:Great release (Score:3, Interesting)
I have not seen the code in question, and I certainly hope that MicroSCOft loses this battle, but should they win, I could really see this claim as h
Oh Please... (Score:4, Insightful)
That's about as realistic as the MS programming monkey that once copy-pasted two lines of Linux 0.01 into Windows would now make all of Windows the IP of Mr. Linus.
Derivative works are more than just inspiration, I can't create a story in the Star Wars universe but I can certainly make one in a *different* galaxy far far away. It's not like any other story involving being in another galaxy would be "tainted" and the IP of George Lucas, just because I saw the movie.
Kjella
Re:OT SCO: Re:Great release (Score:3, Insightful)
Time out! (Score:3)
Is it not possible to start a thread on any issue without including 150 posts bashing SCO? I heartily agree that they should be pilloried, but preferably when it's on-topic.
Gentoo on PowerPC? (Score:2)
The LiveCD is great; Gentoo-like, but without X on startup. I keep a copy handy for when MacOS overwrites my bootloader.
Re:Gentoo on PowerPC? (Score:3, Insightful)
Then the original poster's point can be re-expressed this way: the stable tree of PPC is far behind the stable tree of x86.
the unstable PPC tree is even more unstable than the unstable x86 one. I've played enough with all of them and I know what I am talking about.
The problem with PPC tree is a lack of developers having PPC in hands. You k
I don't mean to whore....but.... (Score:5, Insightful)
Just keep in mind this much: Whether you are a Red Hat user, a Mandrake enthusiast, or a Slackware zealot, we have all "been there". And like it or not, distros like Gentoo and Debian keep hope alive and stay true to the Linux and open source "roots".
No, I am not a Debian or Gentoo user. In fact I am a Red Hat and Windows 98 user. I recognize valiant efforts and righteous grass roots development movements when I see them, however, and I pay my respect and homage to them.
So, despite how bad this post may come off as a karma whore (and you all know that I love to write karma whores [slashdot.org]), just keep in mind that it is people like the Gentoo team that have made Linux the phenomenon that it is. OK, feel free to mod me down now.
Re:I don't mean to whore....but.... (Score:5, Interesting)
My primary experience with Linux in the home has been SuSE, and I know I'm going to find Gentoo painful to start up and might even go back to SuSE at this stage in the game. But Gentoo seems to be about much more than Linux: from what I understand, they're working on platforms for other OSes out there, and that greatly increases the probability that many more people will benefit from their work on Portage and the rest.
Oh, and just in case someone thinks I'm karma whoring, myself (like I should care?), let me say that I also broke down and ordered an OEM version of Windows XP Pro yesterday, along with a requisite piece of hardware to meet the licensing terms, etc.
Re:I don't mean to whore....but.... (Score:5, Insightful)
Don't say that just yet. I was in the same boat but after following the directions and asking the friendly folks on the gentoo-user mailing list and forums.gentoo.org, I easily found everything I needed, and life is good.
Re:I don't mean to whore....but.... (Score:3, Informative)
Well... I chose SuSE because of its very nice KDE and office-type applications integration, and YaST2(3,4, whatever they have now). In other words, it's pretty, I can be productive right away on it, and all that. Same reason why I have licensed MS-Windows versions, too, of course. I
Re:I don't mean to whore....but.... (Score:5, Informative)
Odd. The only times I've ever had CDs burned from ISOs fail is when the burner failed to burn the disc properly.
There is, of course, a simple way to check that it did burn properly. Assuming you burned it as MODE1 with one data track and no additional postgaps you can do this:
Then compare that with the md5sum of the ISO. If you added a postgap, then specify the number of 2048 byte blocks that make up the ISO with count=XYZ
Another method is to use find and md5sum redirected to a text file, something like:
That works a bit better in cases wher you have intentionally added/deleted/modified files and want to make sure nothing else got changed. Note that you may or may not need to pass that through sort; I'll leave that as an excercise for the reader.
Re:I don't mean to whore....but.... (Score:5, Informative)
When you burn a MODE-1 ISO-9660 data CD-R, it's not simply writing your data out directly to the disc -- it's being encoded through no less than three sequential error detection and correction systems. Audio discs and discs that use MODE-2 without ISO-9660 error correction still go through the two sequential error correction and detection encodings inherent in the CD design.
The actual data on the disc is always riddled with errors -- the pits/lands (or in the case of a CD-R, the stained areas of dye) are simply too tiny and numerous to not have them obscured or distorted by microscopic scratches, bits of dust, tiny bad patches of dye, cosmic rays, etc. When you read a CD your CD-ROM drive is constantly correcting errors on its base level (C1), and if there is even a tiny visible scratch on the disc it's probably having to rely on its secondary error correction system (C2) to read the disc properly.
In normal operation your drive doesn't even TELL you about these errors -- the only way to know about them is to use special equipment or use a few special brands of drives that support reporting this information (C2 errors are reported by a number of drives, but C1 errors are only reported by a few drives (Plextor Premium, and recent Lite-On drives come to mind) and not in a standard way).
ISO-9660 MODE 1 (and MODE 2 with correction) adds a third layer of error correction to protect your data if all else fails, that's why a somewhat scratched disc still works.
What I'm trying to say here is that simply comparing the md5 sum of your cooked (i.e. ISO-9660 error corrected) data track is not a way to judge the quality of a burn. Your disc might read fine today but die tomorrow.
dd doesn't know the difference between a well burned disc with only a few C1 errors and no C2 errors, versus a badly mismanufactured disc that might've been exposed to the sun at some point that is riddled with errors that only your ISO-9660 third-level error correction is managing to fix. The first disc will probably last quite a while, while the second disc is already on its last legs and will probably not be readable in a month.
Analyzing these "hidden" errors is key to getting a good burn and making trusted archival copies.
(Unfortunately it seems that CD-Rs are nowhere near as durable as they are supposed to be. Many cheap brands of discs burned only 6-7 years ago are becoming unreadable now! So far my Metal Azo Verbatim Datalife Plus discs are holding on like troopers though -- knock on wood -- but even on those I can see C1 error counts creeping up over time).
Re:I don't mean to whore....but.... (Score:2, Insightful)
Uhm... you do know about md5sum, don't you?
Re:I don't mean to whore....but.... (Score:5, Informative)
I agree. While Gentoo is certainly not the easiest distribution to install, the install guide documentation is quite good, and even inexperienced Linux users won't have much problem installing it. Even starting from stage1 (where you have to build everything), the most difficult part for inexperienced users is compiling the kernel, but if you can handle a kernel compile, you'll have no problem with Gentoo.
Once you're used to the system, you'll appreciate the fact that announcements like this release don't matter, since you're only two commands away from the latest versions of all packages on your system ("emerge sync" to update the ebuild [packages] list, and "emerge -u --deep world" [--deep gets all dependencies, not really necessary] to update every package on your system, except the kernel).
It may seem like it would be difficult to install an entire system from source, but it's really quite easy, just pay attention to the USE flags, and be patient, because it will take a while to compile everything. One more tip, there are a few packages (OpenOffice.org especially), where a binary version is available, and this will save a ton of time if you don't care that it's 100% optimized for your system, and/or don't feel like spending longer to install an office suite than it took to compile Gnome and KDE combined.
So try it, it may be exactly what you want in a distribution, and if it isn't, at least you know it isn't. As an added bonus, you'll probably learn something new about Linux.
Re:I don't mean to whore....but.... (Score:3, Insightful)
Err not really. Gentoo came along way way after linux became a "phenomenon". Its also very much a minority distro. If you want to thank someone, thank Slackware, Red Hat, and Debian who have been giving and giving for years now.
Nothing against Gentoo, but let's give credit where credit it due. It's going to be a long time before Gentoo can be lumped in with the above distros.
Re:I don't mean to whore....but.... (Score:5, Interesting)
Face it, we have Intel and AMD on the cusp of major architecture changes AND the migration to the 64 bit processor. Both changes require a complete recompile of your system to exploit the improvements.
At the same time, you have a distro that for the first time brings parity between the x86, PPC, and sparc architectures. Plans are even in the works to port portage to Cygwin, BSD, and MacOSX. The GCC compiler is getting good enough at building across architectures that a new hardware platform could have a Linux port in weeks.
Computing power and RAM are plentiful in PC's. People bicker about 19 hours to compile OpenOffice, but I can remember a time when (assuming it was possible at all) a compile like that would take weeks.
All of these factors are pointing us to a world in the near future where binaries are an afterthought. Even if the hardware you are running on can't compile on the fly, you can plug it into a server farm that CAN.
Gentoo may be a half-assed Linux distro. But it has the potential to completely change how we distribute software.
Re:I don't mean to whore....but.... (Score:5, Informative)
Debian has had a synchronous stable version for Alpha, ARM, Intel x86, Motorola 680x0, PowerPC, and SPARC since mid 2000.
Most recent stable release supports 11 architectures.
Re:I don't mean to whore....but.... (Score:3, Interesting)
Re:I don't mean to whore....but.... (Score:5, Insightful)
Not the Gentoo team, themselves.
They're right, it was people who wanted to better Linux, make it more configurable and give the user more options.
Re:I don't mean to whore....but.... (Score:2)
That is to say, it's not the Gentoo team, but people with similar attitudes and motivations. The Gentoo team are continuing on the same traditions.
What You Said! (Score:2)
Re:I don't mean to whore....but.... (Score:3, Informative)
Easy Slashdot karma formula (Score:5, Funny)
Step 1: Make a comment.
Step 2: Type "I know everyone is going to mod me down" or "OK, mod me down everyone."
Step 3: Those tricksy Slashdot readers outwit you and mod you up!.
A production server (Score:2)
xxxserver root # emerge -uDp world
These are the packages that I would merge, in order:
Calcul
Re:Here's the thing... (Score:2)
My only caveat about Gentoo is that it lacks the clear security backport update system that Red Hat and Debian do. Some backports are made available in Gentoo but some aren't -- instead you just upgrade to a fixed version. If you are absolutely adamant about keeping your software at the same version, Gentoo may not b
Re:Here's the thing... (Score:3, Interesting)
Re:I don't mean to whore....but.... (Score:3, Insightful)
That's not entirely true. Building from source gives you control of what support you want to add. The USE variables are the upside to this method.
And no self-respecting corporation would install an unmaintainable distribution consisting mostly of beta and untested software that 24+ hours of dedicated, hands-on attention to install on typical hardware.
Tried it, will try it again (Score:3, Interesting)
Re:Tried it, will try it again (Score:5, Informative)
To all 1.4_rcx users (Score:5, Informative)
Re:To all 1.4_rcx users (Score:2, Funny)
Re:To all 1.4_rcx users (Score:5, Funny)
Re:To all 1.4_rcx users (Score:2)
My P4-1.8Ghz does that in about a little under 24 hours.
Of course, you can still do whatever you normally do while your doing that, it'll just be a little slower.
Re:To all 1.4_rcx users (Score:2, Informative)
Re:To all 1.4_rcx users (Score:2)
You do not need to reinstall.
Eh? Would you*ever* have to reinstall? I thought perpetual upgradability was one of the strengths of Gentoo, like Debian.
Re:To all 1.4_rcx users (Score:2)
Unfortunately, this post comes from Mozilla on Windows XP because I have yet to emerge - say, X, or anything like that - but I did really spend the afternoon installing from a stage1 1.4_rc3 CD... *sigh*
Re:To all 1.4_rcx users (Score:2)
Re:To all 1.4_rcx users (Score:3, Informative)
Changelog! Getcha changelog! (Score:4, Informative)
(Now I wonder how long it will be before someone posts the "Gentoo Linux Zealot Translator"?)
Re:Changelog! Getcha changelog! (Score:2, Informative)
Ask And Ye Shall Receive. . . (Score:5, Funny)
Gentoo Linux is an interesting new distribution with some great features. Unfortunately, it has attracted a large number of clueless wannabes who absolutely MUST advocate Gentoo at every opportunity. Let's look at the language of these zealots, and find out what it really means...
"Gentoo makes me so much more productive."
"Although I can't use the box at the moment because it's compiling something, as it will be for the next five days, it gives me more time to check out the latest USE flags and potentially unstable optimisation settings."
"Gentoo is more in the spirit of open source!"
"Apart from Hello World in Pascal at school, I've never written a single program in my life or contributed to an open source project, yet staring at endless streams of GCC output whizzing by somehow helps me contribute to international freedom."
"I use Gentoo because it's more like the BSDs."
"Last month I tried to install FreeBSD on a well-supported machine, but the text-based installer scared me off. I've never used a BSD, but the guys on Slashdot say that it's l33t though, so surely I must be for using Gentoo."
"Heh, my system is soooo much faster after installing Gentoo."
"I've spent hours recompiling Fetchmail, X-Chat, gEdit and thousands of other programs which spend 99% of their time waiting for user input. Even though only the kernel and glibc make a significant difference with optimisations, and RPMs and
"...my Gentoo Linux workstation..."
"...my overclocked AMD eMachines box from PC World, and apart from the third-grade made-to-break components and dodgy fan..." "You Red Hat guys must get sick of dependency hell..."
"I'm too stupid to understand that circular dependencies can be resolved by specifying BOTH
"All the other distros are soooo out of date."
"Constantly upgrading to the latest bleeding-edge untested software makes me more productive. Never mind the extensive testing and patching that Debian and Red Hat perform on their packages; I've just emerged the latest GNOME beta snapshot and compiled with -09 -fomit-instructions, and it only crashes once every few hours."
"Let's face it, Gentoo is the future."
"OK, so no serious business is going to even consider Gentoo in the near future, and even with proper support and QA in place, it'll still eat up far too much of a company's valuable time. But this guy I met on #animepr0n is now using it, so it must be growing!"
Re:Ask And Ye Shall Receive. . . (Score:5, Informative)
PS. Good job on reaching 1.4! Go Gentoo!
Re:Ask And Ye Shall Receive. . . (Score:3, Insightful)
And this was last year, because 7.+ refuses to even LOOK at a machine with less than 32MB. The boot from scratch and do everything by hand approach I ended up learning by my self through weeks of excruciating trial, error, and usenet clippings.
Then of course there is the wonderful habit the RedHat installer has of mounting my RAID as /dev/sda during install
Re:Ask And Ye Shall Receive. . . (Score:2)
Bah, kids these days. I installed slackware 8.0 on a machine with a small amount of RAM (8? MB) - start first console, fdisk, mkswap, computer died from lack of RAM. Next boot, swapon, and you're away. 16MB is no challenge at all.
The trick I've found with RedHat is to use the "text" mode install - it uses a lot less memory; you might even be able to do it with 16MB or less.
Re:Ask And Ye Shall Receive. . . (Score:2)
6.1 didn't care about the memory, but it didn't understand how to talk to the PCMCIA network card I had. I finally tricked it into using an existing kernel module by mounting the compressed initrd from the netboot floppy, hacking the pcmcia subsystem, and then ALSO hacking the Re
Re:Ask And Ye Shall Receive. . . (Score:5, Insightful)
Must
Not
Feed
The
Trolls!
Oh I just can't help it. First of all...NO. You'd be surprised to find out that there are many experienced Linux users using Gentoo. It's about choice and it's about control. Gentoo gives its users the most fine grained control of any Linux distro and it does it in a very usable way. See my sig for details.
Gentoo does force a lot of people to learn more about Linux than they do whether they like it or not. This is not to say that it's not possible with other distros but there are no gui utilities for Gentoo and so the users are forced to use the CLI much more and are forced to edit config files much more, giving them a crash course education in Linux. Whether this is the best way or not is debatable, but whether or not people tend to learn more with Gentoo, well, that is not debatable. Read the forums. Personally I'm happy that a lot of newbies are jumping in with Gentoo and learning a lot more off the bat than they would with Red Hat or Mandrake. To each his own. Let's not fight about distros, at least we're all using Linux.
I don't think it's fashionable to use Gentoo although it seems quite fashionable to bash Gentoo.
Re:Ask And Ye Shall Receive. . . (Score:2, Interesting)
I can tell you, without a doubt, that real, serious businesses are using Gentoo very successfully. Granted, someone less familiar with Linux could very easily have slapped up a RedHat9.x server for them in less time, but with Gentoo I was able to give the customers exactly what they wanted. I was able to give them a very robust, secure
Re:Ask And Ye Shall Receive. . . (Score:2, Interesting)
As a newbie, I didn't find Gentoo difficult to install what so ever. It comes with a step by step instructions that are only difficult to follow if you don't understand English. I'm sure I'm not alone here. The thing that makes text based installs hard is when the developers fail to explain some of the termin
Wooohooo! (Score:5, Funny)
I've been seriously too interested in the outside this summer. I have an actual tan, a girlfriend, and have put enough miles on the bike that I have to replace the tires. Enough! It's time for this insanity to stop!
Time to download and emerge! Bring on those multi-hour computer sessions! Woot!
Re:Wooohooo! (Score:2, Funny)
Re:Wooohooo! (Score:5, Funny)
Gentoo... (Score:2, Funny)
Re:Gentoo... (Score:4, Informative)
Or emerge openoffice-bin and get it for the time it takes to download :-). Of course, I'm using FreeBSD right now..
Re:Gentoo... (Score:2, Interesting)
Re:Gentoo... (Score:5, Funny)
1. Set your Athlon XP 2000+ box up with Gentoo
2. Optimize everything for the Athlon
3. Set out a plate of milk and cookies.
4. Start the openoffice emerge running
5. Go to bed
In the morning the milk and cookies will be gone and the OpenOffice elves will have left you a copy of OpenOffice, tailored to your machine.
good news! (Score:3, Insightful)
Please support gentoo by going to gentoo.org and buying the livecds...
Re:good news! (Score:2, Interesting)
The funny part is... (Score:3, Informative)
Sigh, whatever Distro can upgrade the entire OS (in place!) with a single command: emerge -u world.
Of course, some pressed discs would be nice for posterity.
Re:The funny part is... (Score:5, Informative)
redhat: apt-get dist-upgrade
debian: apt-get dist-upgrade
yum: yum update
I upgraded from Redhat9 to the new beta this way.
Re:The funny part is... (Score:2)
'Twas messy.
Re:The funny part is... (Score:4, Funny)
Re:The funny part is... (Score:2)
Essentially, it sees the dependancies, snags them from the net, and manages everything for you.
Of course, entirely in binary format.
I believe you can do it in source also with certain flags, but I've never tried it.
Question for parent author (Score:2)
Re:The funny part is... (Score:2)
My problem is that I've been continually patching my boxes since 1.4-rc2. There have been dozens of changes to the baselayout and dependency tree, so every once in a while I find myself performing surgery to explain how to get there from here to my poor confused computer.
I'm just glad to have the option.
Gentoo has a new USE flag (Score:4, Funny)
Re:Gentoo has a new USE flag (Score:2, Informative)
AMD-XP Watch out (Score:5, Informative)
"GRP CD2 for Athlon XP is not available currently. Frankly, we've had all sorts of problems with the Athlon XP build.
Athlon XP users can safely use the i686 set."
Re:AMD-XP Watch out (Score:5, Informative)
YMMV.
Re:AMD-XP Watch out (Score:2)
The number on reason for using Gentoo... (Score:3, Insightful)
Re:The number on reason for using Gentoo... (Score:2)
BZZZT. Wrong!
If your mission is to learn about linux, you can't go wrong with Linux From Scratch [linuxfromscratch.org]. It explains how to compile everything yourself, with easy step-by-step instructions. None of this silly hand-holding that you get with portage/emerge.
LFS for learning, Gentoo for portage.
I'm confused... (Score:3, Funny)
Anyone tried -Os? (Score:4, Interesting)
I was going to benchmark this by loading OpenOffice before and after compiling it with -Os. On a cold boot, the -O2 load time was 12 seconds, and 3 when it was in cache. So I re-emerged, and I ran out of space! OpenOffice takes over 1.6 GB to compile! Perhaps lack of -Os isn't the problem.
Re:Anyone tried -Os? (Score:2)
So free up some disk space and let us know your results.
gentoo topic (Score:5, Interesting)
Re:gentoo topic (Score:2)
Re:gentoo topic (Score:3, Funny)
This is Gentoo; you're supposed to download the vectors and compile your own logo on each box where you want to see it.
Reverse dependencies (Score:4, Insightful)
Do packages that depend on the package I'm unmerging also get unmerged automatically or do they stay installed (and broken?)
Of course, I tend to like to try out new software on a whim a lot and frequently install something to use for a few hours before I decide whether or not it's worth keeping on my system (usually not).
Gentoo 1.4 FINAL?!? OMG.. I think I'm gonna faint (Score:2)
Man, it feels like 1.4 lasted nearly forever in the development cycle.. 1.4rc1, 1.4rc2, 1.4rc3,4,5,6,7,8.... lol I know it wasn't that many, but man.
I'm sitting here thinking, "wow... it's out... it's finally out" and all of this time I've been essentially running it
So. to put this
Love Gentoo!! (Score:2)
It is teaching me HEAPS by being very easy to use, and extremly configurable at the same time..
I can "emerge" a feature or application.. play around with it.. screw it up
I love the forum and IRC chat guys.. they are soooo friendly and helpfull totally unlike my experiances with the mandrake, redhat etc crowds..
It's also a freaking EXCELLENT gaming p
WineX (Score:2, Interesting)
Re:WineX (Score:4, Informative)
To be fair, the ebuild was installing from the CVS tree which was provided for the use of developers, not for massive numbers of downloads.
TWW
Converting from Redhat to Gentoo (Score:3, Interesting)
I don't have a backup of that server, so I can't go for the wipe and rebuild - also, it is running a 24/7 e-commerce site.
(Of course I have a backup.)
Re:Converting from Redhat to Gentoo (Score:4, Interesting)
http://forums.gentoo.org/viewtopic.php?t=8884
Enjoy!
WAIT FOR IT.... (Score:3, Informative)
Can't think of anything else to wait on though.
Re:What is Gentoo based on? (Score:5, Informative)
To me the optimization is secondary to the amazing package management system, and the fact that it stays out of my way and let's me decide what I want my system to be.
Re:What is Gentoo based on? (Score:2)
Re:What is Gentoo based on? (Score:3, Informative)
You also have to edit some of the configuration files, but I think the documentation explains it pretty well.
Re:What is Gentoo based on? (Score:2)
Interesting... I'll have to try it out on a spare partition and see how that goes.
All my Linux experience is with RPM based distros (Redhat, Mandrake), but I REALLY have wanted to try a Debian based one for the fl
Debian *is* very recent, while still stable (Score:4, Informative)
If you bother to read the documentation, just barely, even the simplest overviews on the Debian website, you would know that you can also use Debian testing and unstable; you are not limited to stable.
(Yes, sometimes it is appropriate to limit yourself to stable, and when you do, what you get is a system that is very stable, and very closely scrutinized for bugs; look at Debian's own bug-tracking system even).
I am running: GNOME 2.2, Firebird 0.6 / Mozilla 1.4 / Epiphany 0.8, Nautilus 2.2.4, GIMP 1.3.17, OpenOffice.org 1.1, Abiword 1.99.2, Evolution 1.4.3, Gnumeric 1.1.19, XFree86 4.2.1, etc.
No this isn't "cutting edge" if you consider cutting edge to be following development branches and cvs snapshots. Of course not, but I don't want that.
Within reason, it is very recent, and it is stable; as stable as the upstream source, which is all that you can expect from any distribution.
My base system is almost entirely out of Debian stable. The rest of the system is out of testing/unstable only as required to satisfy the dependency versions for these applications.
I have never had the state of my installed packages corrupted by using testing/stable.
There is probably a better way, but this is enough for me (please post if you have an even easier way, as I'd love to know):
"apt-get update" to update the package information from the repositoriees.
"apt-get -u upgrade"
"n" to see the packages available for upgrade from all repositories.
"apt-get -u install x" to upgrade package "x".
I could just answer yes to "apt-get -u upgrade", yes, and I recommend others to do this if they don't want to be bothered further, but I prefer to make the decision each time when I want to keep a package from stable instead of testing or unstable.
Re:Debian *is* very recent, while still stable (Score:2)
Also Gentoo "stable" is a little different from Debian "stable" and RedHat-release-"stable". Gentoo "stable" still updates to recent versions of stuff, bu
Re:Gentoo Trolls (Score:4, Insightful)
Gentoo has strong and weak points, just as every other distro, and just as every other distro it isn't for everyone. This gentoo/anti-gentoo trolling is counterproductive as well as ashaming to every serious linux user, and I would like to see the discussion hitched up just a few notches above the sandbox level it's currently at. If we could do that, a balanced discussion might help users find the distribution best suited to their needs. After all, having choices will only benefit linux.
Oh well, end rant...
Re:Gentoo fork? (Score:2)
How is this a troll? If you thought the poster was trying to ignite flamage, then the post was "-1 Flamebait." (which would still be wrong)
It's easy to check whether the poster is trolling.
The Zynot Foundation [zynot.org]
Weeell, I'll be. Iff'in there ain't a Zynot Foundation that went and forked the Gentoo distro.
For the record, I'll be interested to see what the Zynot Foundation does with the Gentoo code base, too. They're supposed to be bringing it to the embedded market
Re:Gentoo fork? (Score:2)
It's merely a statement!
Re:Obvious flamebait (Score:3, Insightful)
Re:Obvious flamebait (Score:3, Insightful)
The attraction to building packages locally comes from the amount of customization available to you. Personally, I enjoy havi
Re:LiveCD for Apple PowerBook 17"? (Score:4, Informative)