Gentoo Linux
From Wikipedia, the free encyclopedia
The desktop as provided by Gentoo Linux Live CD, release 2008.0 |
|
Company / developer | Gentoo Foundation |
---|---|
OS family | Unix-like |
Working state | Current |
Source model | Free software / Open source |
Latest stable release | (not applicable) |
Update method | Emerge |
Package manager | Portage |
Supported platforms | x86, x86-64, IA-64, PA-RISC; PowerPC 32/64, SPARC 64-bit, DEC Alpha |
Kernel type | Monolithic |
Default user interface | Xfce from LiveCD, various (including Xfce) |
License | Mainly the GNU GPL / and others |
Website | www.gentoo.org |
Gentoo (pronounced /ˈdʒɛntuː/) is a computer operating system built on top of the Linux kernel and based on the Portage package management system. It is distributed as free software. Unlike a conventional software distribution, the user compiles the source code locally according to their chosen configuration. There are normally no precompiled binaries for software, continuing the tradition of the ports collection[1], although for convenience, some software packages are also available as precompiled binaries for various architectures. The development project and its products are named after the Gentoo penguin. Gentoo package management is designed to be modular, portable, easy to maintain, flexible, and optimized for the user's machine. Gentoo describes itself as a metadistribution, "because of its near-unlimited adaptability".[2]
Contents |
[edit] History
Gentoo Linux was initially created by Daniel Robbins as the Enoch Linux distribution. The goal was to create a distribution without precompiled binaries that was tuned to the hardware and only included required programs.[3] At least one version of Enoch was distributed: version 0.75, in December 1999.[4]
Compilation issues revealed problems with the GNU Compiler Collection (GCC), used to build from source code. Daniel Robbins and the other contributors experimented with a fork of GCC known as EGCS developed by Cygnus Solutions. At this point, Enoch changed name to Gentoo Linux (the Gentoo species is the fastest swimming penguin). The modifications eventually became part of the official GCC (version 2.95), and other Linux distributions experienced similar speed increases.[5]
After problems with a bug on his own system, Robbins halted Gentoo Linux development and switched to FreeBSD for several months, later saying "I decided to add several FreeBSD features to make our autobuild system (now called Portage) a true next-generation ports system."[6]
Gentoo Linux 1.0 was released March 31, 2002.[7] In 2004, Robbins set up the non-profit Gentoo Foundation, transferred all copyrights and trademarks to it, and stepped down as Chief Architect of the project.[8]
The current Board of Trustees[9] is composed of five members who were announced (following an election) on March 2, 2008.[10] There is also a subsidiary seven-member Gentoo Council whose members decide on technical issues and policies.[11] The current Council members were elected over the period of August 17, 2007 to September 17, 2007 by 117 active Gentoo developers.[12]
The Gentoo Foundation is a 501(c)(6) non-profit foundation, registered in the State of New Mexico.[13] In late 2007, the Foundation's charter was revoked.[14] As of May 19, 2008, the State of New Mexico declared that the Gentoo Foundation, Inc. has returned to good standing and is free to do business.[15]
[edit] Portability
Although originally designed for the x86 architecture, it has been ported to many others. Currently it is officially supported and considered stable on x86, x86-64, IA-64, PA-RISC; PowerPC, PowerPC 970, SPARC 64-bit and DEC Alpha architectures.[16]. It is also officially supported but considered in development state on MIPS[17], PS3 Cell Processor[18], System Z/s390[19], ARM[20] and SuperH. Official support for 32-bit SPARC hardware has been dropped.[21]
Portability toward other operating systems, such as BSD-derived ones, is under active development by the Gentoo/Alt project. The Gentoo/FreeBSD project already has a working guide based on FreeSBIE[22], while Gentoo/NetBSD, Gentoo/OpenBSD and Gentoo/DragonFly are being developed.[23] There is also a project to get Portage working on OpenSolaris. There was an unofficial project to create a Gentoo port to GNU Hurd but it is inactive since 2006.[24]
[edit] Portage
Portage is Gentoo's package management system[25]. It is similar in idea to the BSD ports collections: the original design was based on FreeBSD ports. In contrast, the Portage tree does not contain directories of Makefiles, but of so-called ebuilds, bash scripts that describe separate functions to download, configure, make, install and remove a package and additional functions that can be used to set up the operating environment for a package.
Portage's main utility is emerge[26], which is written in Python and can be used by privileged users to easily inspect and alter the set of installed packages on a Gentoo operating system. Whereas emerge used to operate in a similar way to other ports collections, by entering a directory in the tree and using emerge (instead of make) to perform package management operations, it now reads variables from the file /etc/make.conf (again similar to ports) to determine where the Portage tree is kept.
Alternative package management utilities like Paludis and pkgcore have seen heavy development. Both are intended to be used alongside or instead of the official Portage utilities in both development and practical use. As both competing projects intend to replace the official utilities, an effort has been raised to standardise the application programming interface (API) of ebuilds for all package managers, in a project called the Package Manager Specification or PMS.[27]
[edit] Init system
Gentoo's init system is another important feature. It is similar to the System V init system that most Linux distributions use, but uses dependency-based scripts and named run levels rather than numbered ones. It also includes a command called rc-update which manages runlevels.
Gentoo startup scripts use the runscript shell interpreter, rather than a more traditional shell.
Originally Gentoo's rc system was written entirely in bash and was part of the baselayout package, which contains the basic filesystem layout and critical files needed for the system. However, this led to several limitations. For example, certain system calls needed to be accessed during boot which required C-based callouts to be added. These callouts were each statically linked, causing the rc system to bloat over time. Additionally, as Gentoo expanded to other platforms such as Gentoo/FreeBSD and Gentoo Embedded, requiring the relatively heavy bash shell for the rc system became undesirable or sometimes impossible.
This led to a development of baselayout 2, which was written in C and only required a POSIX-compliant shell. During this development, it was decided that it was a better fit if baselayout provided only the base files and filesystem layout for Gentoo, and the rc system was broken off into an independent project - OpenRC[28].
[edit] Installation
Gentoo may be installed in several ways. The most common way is to use the Gentoo minimal CD with a stage 3 tarball (see below for more explanation on stages). As with many Linux distributions, it can also be installed by most Linux flavors already operating.
As of version 2006.0, the Gentoo Foundation has released a GTK+ based installer to greatly simplify the process of installing the distribution from scratch.[2] More advanced users will note that the new installer also brings back the stage 1 installation (see below) as a common installation method.
[edit] Catalyst
Starting with 2004.0, Gentoo introduced a tool called Catalyst, which is used to build all Gentoo releases and can be used to build one's own customized install media.
[edit] Stages
Traditionally installation could be started from one of three base stages:
- Stage1: System must be bootstrapped and the base system must be compiled.
- Stage2: System has already been bootstrapped, but the base system must be compiled.
- Stage3: System has already been bootstrapped and the base system already compiled.
As of November 2005, only stage3 installations are officially supported.[29] Although tarballs for stage1 and stage2 are still distributed, the instructions for installing from these stages have been removed from the handbook[30] and put into the Gentoo FAQ[1].
[edit] Live USB
A Live USB of Gentoo Linux can be created manually or with UNetbootin [31].
[edit] Versions
Even though the versioning system changed to years in 2004, the numbering version system still continues. For example, /etc/gentoo-release might contain "Gentoo Base System version 1.6.13" (Modified Aug. 26, 2005). These numbers are actually the version numbers of the sys-apps/baselayout
package in Portage.
Once Gentoo is installed, it becomes "versionless"; that is, once an emerge update is done, the system is at the latest version, with the most up to date packages available (subject to any restrictions specified by the user in Portage configuration files). For example, if a system was installed from a 2005.0 CD, then when version 2005.1 is released an emerge update of the system effectively upgrades the installed Gentoo system to what would result from a fresh installation based on version 2005.1.
On September 22, 2008, it was announced that 2008.1 had been canceled and that weekly automated builds (Stage 3 and minimal CD) would be provided. Live CD and DVD may stay on an annual release cycle.[32] On 20 December 2008, the first weekly builds were published.[33]
[edit] History
- 1.0, March 31, 2002
- 1.2, June 2002
- 1.4 August 5, 2003 (Gentoo Reference Platform introduced)
- 1.4 maintenance release 1 September 11, 2003[citation needed]
- 2004.0 March 1, 2004[34] (versioning changed to four releases a year)
- 2004.1 April 28, 2004[35]
- 2004.2 July 26, 2004[36]
- 2004.3 November 15, 2004[37]
- 2005.0 March 27, 2005[38] (versioning changed to semi-annual releases)
- 2005.1 August 8, 2005[39]
- 2005.1-r1 November 21, 2005[40] (maintenance release 1)
- 2006.0 February 27, 2006[41]
- 2006.1 August 30, 2006[42]
- 2007.0 May 7, 2007[43]
- 2008.0 July 6, 2008[44]
[edit] Drawbacks and criticisms
This section needs additional citations for verification. Please help improve this article by adding reliable references (ideally, using inline citations). Unsourced material may be challenged and removed. (September 2007) |
This article contains instructions, advice, or how-to content. The purpose of Wikipedia is to present facts, not to train. Please help improve this article either by rewriting the how-to content or by moving it to Wikiversity or Wikibooks. |
Slow package installation – because compiling from source takes considerably more time than installing a pre-built package. This leads to longer initial installation if one does not make use of pre-built packages. In some extreme cases, like KDE and OpenOffice.org, compilation takes hours, [45][46] or even days on older hardware, and compiling some of these packages requires a few gigabytes of disk space.
Generally, Gentoo users accept these drawbacks as the cost of being able to apply their own compile-time options. Still, there are some pre-compiled binaries for large popular applications such as KDE, OpenOffice.org, and Mozilla Firefox. By using these binaries, one loses the chance to customize the choice of optional features for those packages, but the installation of the package is reduced to just a few minutes.
There are several approaches that may partially address the issue of long build times, like using multiple threads for the build process, using RAM-mounted filesystems or using distributed compilation, but many of these also have their own drawbacks or may not be applied in some cases.
The promise of optimization - Gentoo has long been criticized for its alleged promise of faster program execution[citation needed], as by design it allows the administrator to set compiler flags for the whole system. Some websites were expressly set up to satirize this "ricer" approach to computing.
In reality, compiler optimizations rarely benefit execution of a program to such an extent that it warrants compiling an entire operating system and application software[citation needed], instead of using precompiled packages as other (Linux) distributions normally do. Gentoo package management system does, however, offer options that allow users to install fewer (library) packages that applications would link to, which could ultimately result in a leaner, smaller operating environment which would at the very least result in a smaller installation. Program execution speed is not enhanced by this.
Requires a good Internet connection - This seems to be related to downloading sources prior to building packages. However, any other distribution that has internet updates has to download binary packages instead, and the sizes of binary and source packages are usually comparable.
[edit] Logo and mascots
A Gentoo is a species of penguin (and the penguin is the generic Linux mascot). The official Gentoo logo is a stylized G resembling a silver magatama[47]. Unofficial mascots include Larry The Cow.[25]
[edit] Gentoo-based distributions
- Gentoox
- iloog
- Knopperdisk
- Kororaa
- Pentoo
- Sabayon Linux
- SystemRescueCD
- Ututo
- VidaLinux
- Tin Hat Linux
- Bardix, a Live-CD primarily designed to create audio
[edit] References
- ^ a b Gentoo Linux Frequently Asked Questions
- ^ Gentoo Linux - About Gentoo
- ^ Gentoo Linux Documentation - Making the distribution, Part 1
- ^ Planet Mirror - enoch - Enoch Linux - enoch-0.75 - download now
- ^ Gentoo Linux Documentation - Making the distribution, Part 2
- ^ Gentoo Linux Documentation - Making the distribution, Part 3
- ^ Slashdot | Gentoo 1.0 Released
- ^ Slashdot | Daniel Robbins Resigns As Chief Gentoo Architect
- ^ Gentoo Linux Documentation - Gentoo Foundation Charter
- ^ Gentoo Linux - New foundation trustees elected
- ^ Gentoo Linux Projects - Gentoo Council
- ^ http://archives.gentoo.org/gentoo-dev/msg_147748.xml
- ^ [1]
- ^ Gentoo loses charter; Robbins offers to return [LWN.net]
- ^ Gentoo Linux - List Archive: gentoo-nfp
- ^ Gentoo 2007.0 press release
- ^ Gentoo Linux Projects - Gentoo Linux MIPS Development
- ^ Gentoo Linux for PS3 Development
- ^ Gentoo Linux Documentation -- s390 Installation Document
- ^ Gentoo Linux Projects - Gentoo Linux ARM Development
- ^ Gentoo Development Guide: Arch Specific Notes - SPARC
- ^ Gentoo/FreeBSD installation guide
- ^ Gentoo Linux Projects - Gentoo/*BSD
- ^ Gentoo GNU Hurd
- ^ a b Gentoo Linux - About Gentoo
- ^ Gentoo Linux x86 Handbook - A Portage Introduction
- ^ Gentoo Linux Projects - Package Manager Specification
- ^ Gentoo Linux Newsletter - 16 April 2007
- ^ Gentoo Linux Newsletter - November 14th, 2005
- ^ Gmane - Mail To News And Back Again
- ^ UNetbootin - Universal Netboot Installer
- ^ Gentoo News - New release strategy to provide more current install media
- ^ Gentoo News - First sets of weekly stage3 tarballs and minimal CDs released
- ^ Gentoo Linux Newsletter - March 1st, 2004
- ^ http://archives.gentoo.org/gentoo-announce/msg_02473.xml
- ^ http://www.gentoo.org/proj/en/releng/release/2004.2/2004.2-press-release.txt
- ^ Gentoo Linux Newsletter - November 15, 2004
- ^ Gentoo Linux - Release Announcement: Gentoo Linux 2005.0
- ^ Gentoo Linux - Release Announcement: Gentoo Linux 2005.1
- ^ Gentoo Linux - Media Refresh: Gentoo Linux 2005.1-r1
- ^ Gentoo Linux - Release Announcement: Gentoo Linux 2006.0
- ^ Gentoo Linux - Gentoo Linux 2006.1 - Unleashed
- ^ Gentoo Linux - Gentoo Linux 2007.0 released
- ^ Gentoo Linux - Gentoo Linux 2008.0 released
- ^ Build FAQ for OpenOffice.org
- ^ Compile time stats (Linux Reviews)
- ^ Gentoo Linux Documentation - Gentoo Name and Logo Usage Guidelines
[edit] See also
- Gentoo/Alt
- GoboLinux -- another Linux distribution that emphasizes source distribution, rather than pre-compiled binaries.
[edit] External links
Wikimedia Commons has media related to: Gentoo |
- Unofficial documentation and other
- gentoo-wiki.com, user-supplied documentation
- Gentoo-Portage, alternate presentation of current ebuild information
- Planet Larry, another aggregation of user blogs
- Secunia advisories for Gentoo
- Gentoo at DistroWatch
- Articles and media coverage
- Growing With Gentoo, O'Reilly Linux Dev Center, 2004-03-15
|