LWN: Comments on "Red Hat Enterprise Linux 6 (The H)" https://lwn.net/Articles/415586/ This is a special feed containing comments posted to the individual LWN article titled "Red Hat Enterprise Linux 6 (The H)". en-us Fri, 19 Sep 2025 20:43:23 +0000 Fri, 19 Sep 2025 20:43:23 +0000 https://www.rssboard.org/rss-specification lwn@lwn.net Red Hat Enterprise Linux 6 (The H) https://lwn.net/Articles/415819/ https://lwn.net/Articles/415819/ ovitters <div class="FormattedComment"> If RHEL5 had a newer Python at the time of that release, I wouldn't have cared for RHEL6. Meaning: perfectly happy with RHEL5 and 6.<br> </div> Wed, 17 Nov 2010 12:43:31 +0000 Oldies goldies https://lwn.net/Articles/415798/ https://lwn.net/Articles/415798/ niteeyes <div class="FormattedComment"> I have to agree here. RHEL6 and its advances are just-in-time for my clients, who like to be just off the bleeding edge. These clients are more used to a Solaris-style release model, where stability and hardware support outweighs many other features. Users much closer to the bleeding edge are welcome to use Fedora, Ubuntu, Gentoo, or anything else.<br> </div> Wed, 17 Nov 2010 08:31:57 +0000 Red Hat Enterprise Linux 6 (The H) https://lwn.net/Articles/415710/ https://lwn.net/Articles/415710/ RogerOdle <div class="FormattedComment"> It is two years old? How long does it take to certify that an application stack as large as RHEL meets performance and security specifications. This can not happen overnight. You can always get the latest and greatest from Fedora but a production environment demands that you make every reasonable effort to assure that your hardware and software just work. Fedora does a commendable job of meeting that at a first order level but falls short of the requirements of a production environment. Linux needs RedHat and other corporations to do the deep level testing and debugging work that results in the hardened operating systems that corporations and governments need. This process often discovers bugs and inefficiencies that are hard to see by people trying to push the latest changes out. We should appreciate that RedHat supports both the short view (Fedora) and the long view (RHEL) of Linux. Each is important in its own way.<br> <p> </div> Tue, 16 Nov 2010 19:46:31 +0000 Oldies goldies https://lwn.net/Articles/415662/ https://lwn.net/Articles/415662/ eru Depends on the users... The people to whom I regularly supply Linux binaries (in-house applications) are still mostly using RHEL4, so I have to build on that. I expect they start moving to this bleeding-edge RHEL6 maybe a year from now, but there will still be RHEL4 and RHEL5 systems for years afterwards. Tue, 16 Nov 2010 10:17:32 +0000 Red Hat Enterprise Linux 6 (The H) https://lwn.net/Articles/415650/ https://lwn.net/Articles/415650/ dowdle <div class="FormattedComment"> RHEL6 is basically based on Fedora 12 which was released only 1 year ago two days from now. I believe they've updated a few things since F12... like using 2.6.32 (with some backported stuff) rather than 2.6.31... so I'm not sure how it is 2 years old already.<br> <p> Certainly no one is twisting your arm to use it.<br> </div> Tue, 16 Nov 2010 06:15:54 +0000 Red Hat Enterprise Linux 6 (The H) https://lwn.net/Articles/415643/ https://lwn.net/Articles/415643/ rahulsundaram <div class="FormattedComment"> Upstream often abandons recent releases quickly. This is part of the value of Red Hat to continue maintaining releases long after upstream abandons it. <br> </div> Tue, 16 Nov 2010 04:41:54 +0000 Red Hat Enterprise Linux 6 (The H) https://lwn.net/Articles/415639/ https://lwn.net/Articles/415639/ djzort <div class="FormattedComment"> The gap between rhel5 and 6 was waaaaaay too long. And the pains of the age of RHEL5 are only maybe 12 months away. We're struggling to take rhel6 seriously, with its software already 2 years old and abandoned upstream in some cases (like perl 5.10).<br> </div> Tue, 16 Nov 2010 04:25:38 +0000 Dynamic ticks on RHEL6 https://lwn.net/Articles/415633/ https://lwn.net/Articles/415633/ drag <div class="FormattedComment"> Dynamic ticks first shown up in the Ti OMAP port of Linux in 2004. It was based, in concept at least, on the the NO_IDLE_HZ patch for IBM's s390 and a Linux 2.4 patch for the Linux high resolution timers project from before that.<br> <p> <a href="http://muru.com/linux/dyntick/">http://muru.com/linux/dyntick/</a><br> <p> <p> According to the USENIX article linked above OS X uses a different design similar to what people use in embedded OSes were your depending on a particular type of hardware interrupt to help you with your scheduling. <br> <p> So I can't see how that is any sort of proof of 'Linux didn't invent dynamic ticks' when OS X does not use ticks at all.<br> </div> Tue, 16 Nov 2010 03:21:35 +0000 Dynamic ticks on RHEL6 https://lwn.net/Articles/415630/ https://lwn.net/Articles/415630/ tialaramex <div class="FormattedComment"> I have been told (but do not have the capability to easily verify) that BeOS (development largely abandoned by 2000 or so) has dynamic ticks in this sense too. The BeOS clone named Haiku (kernel of which is derived from a hobby side project from an ex-BeOS developer as I understand it) does seem to have dynamic ticks from a cursory examination.<br> <p> So this is not a novelty and probably wasn't at the turn of the century.<br> </div> Tue, 16 Nov 2010 02:47:10 +0000 Dynamic ticks on RHEL6 https://lwn.net/Articles/415626/ https://lwn.net/Articles/415626/ aliguori <div class="FormattedComment"> FWIW, dynamic ticks were introduced way back in 2005. The 2.6.18 kernel that RHEL5.x is based was released in 2006 and dynticks weren't yet merged.<br> <p> The first OS X release for Intel was in 2006 so the Linux kernel was already developing dynamic tick support long before OS X on Intel was known publicly.<br> </div> Tue, 16 Nov 2010 01:50:28 +0000 Dynamic ticks on RHEL6 https://lwn.net/Articles/415619/ https://lwn.net/Articles/415619/ promotion-account <p>Funny that 'dynamic ticks' was implemented long-time ago by Mac OS X: "<em>Similarly to several realtime OSs, Mac OS X uses one-shot timers to drive its timing and alarm events. These are hardware interrupts that are set to go off only for specific needs, rather than periodically. With this design, the OS maintains an ascending list of outstanding timers and sets a one-shot event to fire only when it is time to process the event at the head of the list; when this occurs, the head is poped, and a new one-shot event is set according to the new head. This design is motivated by various benefits, such as reduced power consumption in mobile devices, better alarm resolution, and less OS “noise”.</em> <p>&#160;&#160;&#160;&#160;--<a href="http://www.usenix.org/events/sec07/tech/full_papers/tsafrir/tsafrir_html/index.html">Secretly Monopolizing the CPU Without Superuser Privileges</a>, USENIX <p>Some developers <a href="http://codemonkey.org.uk/2010/06/28/interesting-windows-8-leaked-info/">from the kernel community</a> claim Linux originality on this front; this is false. Tue, 16 Nov 2010 00:57:23 +0000