titanium
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
titanium [2008-10-27 21:09] – hawk | titanium [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | |||
- | |||
- | ====== About PLD Titanium ====== | ||
- | Titanium is an unofficial version of PLD created and managed by [[: | ||
- | |||
- | |||
- | |||
- | ===== Contents ===== | ||
- | /* UndefinedMacro: | ||
- | |||
- | |||
- | |||
- | ===== PLD Titanium features ===== | ||
- | Conjunction of new software with stability. There will be no freezing, no releases, no versioning. Whenever you will install PLD Titanium you will get up to date and stable system (unless you are using ready or test package trees). | ||
- | |||
- | Available kernel versions: | ||
- | |||
- | |||
- | * kernel 2.6.25.x with Linux Vserver 2.3.x, minimal grsecurity and dozens of other patches (default) | ||
- | * kernel 2.6.25.x with Linux Vserver 2.3.x, full grsecurity and dozens of other patches | ||
- | * kernel 2.6.24.x for desktop PCs | ||
- | * kernel 2.6.24.x for laptops | ||
- | * kernel 2.6.26.x with just full grsecurity | ||
- | * kernel 2.6.26.x with just Linux Vserver 2.3.x and minimal grsecurity | ||
- | * vanilla kernel 2.6.27.x | ||
- | Other software: | ||
- | |||
- | |||
- | * glibc 2.8 | ||
- | * gcc 4.2.x | ||
- | * KDE 3.5.x | ||
- | * Gnome 2.24.x | ||
- | * XFCE 4.4.2 | ||
- | * Open'''' | ||
- | |||
- | |||
- | ===== Distribution status ===== | ||
- | System is fully usable but number of packages is limited. There are currently over 7000 rpm files for each binary architecture and over 1000 of noarch packages. If someone needs more packages to be included in distribution he has to poke some developer who can build packages for Titanium to process his request. Help in preparing and building packages is welcome :-) To see who is able to build packages check [[http:// | ||
- | |||
- | Installation is possible using [[http:// | ||
- | |||
- | |||
- | |||
- | ===== Distribution future ===== | ||
- | Packages needed and used by developers will be maintained however some rarely used stuff requested by users will not get any attention. We (PLD Titanium developers) simply don't have enough time resources to maintain thousands of packages. Keep that in mind when choosing Titanium. | ||
- | |||
- | We will do our best to: | ||
- | |||
- | |||
- | * maintain core packages (security fixes, updates) | ||
- | * don't allow broken dependencies to emerge in package tree | ||
- | * build new packages if necessary or if requested by other users | ||
- | * fix bugs (be sure to report them on PLD Bugzilla using link below, bugs reported by mail or jabber may be ignored) | ||
- | |||
- | |||
- | ===== PLD Titanium FAQ ===== | ||
- | //Q: Why you have created PLD Titanium?// | ||
- | |||
- | //Q: If you are the only one developing PLD Titanium, wouldn' | ||
- | |||
- | //Q: So if you are using same stuff as PLD then what is the difference between Th and Titanium?// | ||
- | |||
- | //Q: If I understand correctly, if you will need some change in Titanium you will simply do it no matter what it may break?//\\ A: Basically, yes, but its not that simple. Its true that I'm developing PLD Titanium for myself because I need such version of PLD. I'd have to do it anyway. Since I've chosen to share my work with world instead of keeping it just for myself I'm aware that I'm not the only one using PLD Titanium. Because of that, if I'm doing some special changes that only I require I'm trying to eliminate or at least minimize a damage it may cause to other systems. | ||
- | |||
- | //Q: Is it safe to use PLD Titanium?// | ||
- | |||
- | //Q: Is there a risk that you will abandon PLD Titanium some day?//\\ A: Generally, yes. I can't tell what changes future will cause in my life. However as long as I'm using Linux I will support PLD Titanium in my spare time. But even if I'll abandon PLD Titanium at some point then any PLD developer may take it over and continue my work. | ||
- | |||
- | If you have any other PLD Titanium related questions, please contact me directly. Check [[:hawk|my personal page]] for details. Most frequent questions will be added here. | ||
- | |||
- | |||
- | |||
- | ===== Links ===== | ||
- | |||
- | * [[http:// | ||
- | * [[https:// | ||
- | |||
- | |||
- | ===== Notes from Hawk for PLD developers ===== | ||
- | If you are PLD developer and you want STBR permission, let me know. Also please read few rules below before doing actual developement in PLD CVS or sending build requests. | ||
- | |||
- | |||
- | |||
- | ==== General info ==== | ||
- | |||
- | - Only stable versions of packages are allowed in PLD Titanium. Exceptions are: | ||
- | * security fixes or other important bugfixes | ||
- | * package fixes building of other packages | ||
- | * package is required to upgrade other (stable) packages | ||
- | * stable version is very old | ||
- | * package is expected to be released as stable soon | ||
- | * there is no stable version yet | ||
- | |||
- | I decide what goes into distribution and what doesn' | ||
- | If you are upgrading something you are the one who must care for all dependant packages to be upgraded/ | ||
- | If you are about to update some package which after upgrade will not work without manual intervention, | ||
- | Don't sent upgrade builds if some architecture fails. If you already sent one and don't know how to fix broken arch, let me know ASAP. | ||
- | Use test builds for testing if something compiles/ | ||
- | If something must be branched specifically for Titanium use " | ||
- | Things currently not allowed in PLD Titanium: | ||
- | * enabling vda patch in postfix (breaks default postfix behaviour with virtuals) | ||
- | * upgrading db from 4.5 to newer ones (db >=4.6 causes severe problems with rpm) | ||
- | * upgrading gcc to 4.3 | ||
- | * building compat-gcc-34.spec (if you really need gcc 3.4.x please create nice and clean gcc3.spec) | ||
- | * upgrading perl to 5.10 (causes programs with embedded perl to SEGV if not adjusted for perl 5.10) | ||
- | |||
- | |||
- | |||
- | ==== Building kernel stuff ==== | ||
- | Following specs: | ||
- | |||
- | |||
- | * kernel.spec: | ||
- | * kernel-desktop.spec: | ||
- | * kernel-vanilla.spec: | ||
- | * kernel-bare-vserver.spec: | ||
- | * kernel-bare-grsecurity.spec: | ||
- | When auto-ti tags are created please send following kernels using their auto tags: | ||
- | |||
- | |||
- | * kernel.spec --with grsec_full | ||
- | * kernel.spec --with pae | ||
- | * kernel.spec --with grsec_full --with pae | ||
- | * kernel-desktop.spec --with pae | ||
- | * kernel-desktop.spec --with laptop | ||
- | * kernel-desktop.spec --with laptop --with pae | ||
- | * kernel-vanilla.spec --with pae | ||
- | * kernel-bare-vserver.spec --with pae | ||
- | * kernel-bare-grsecurity.spec --with pae | ||
- | When all kernels are ready all kernel modules must be recompiled. Following specs must be rebuilt: | ||
- | |||
- | |||
- | * Virtual'''' | ||
- | * atl2.spec | ||
- | * e1000.spec | ||
- | * e1000e.spec | ||
- | * igb.spec | ||
- | * ixgb.spec | ||
- | * ixgbe.spec | ||
- | * lirc.spec | ||
- | * madwifi-ng.spec | ||
- | * sk98lin.spec | ||
- | * svgalib.spec | ||
- | * xorg-driver-video-fglrx.spec | ||
- | * xorg-driver-video-nvidia.spec | ||
- | * xorg-driver-video-nvidia-legacy.spec | ||
- | * xorg-driver-video-nvidia-legacy2.spec | ||
- | * xorg-driver-video-nvidia-legacy3.spec | ||
- | * zaptel.spec | ||
- | For kernels < 2.6.25 following additional packages must be rebuilt: | ||
- | |||
- | |||
- | * uvc.spec | ||
- | First sent them normally so they' | ||
- | |||
- | |||
- | |||
- | < | ||
- | </ | ||
- | Keep in mind that each of mentioned packages must be succesfully built for each and every kernel, including pae ones. Thats lot of rebuilding. Also be sure that %{version}-%{release} of kernel packages matches %{version}-%{release} of userspace part. | ||
- | |||
titanium.1225138188.txt.gz · Last modified: 2008-10-27 21:09 by hawk