Slashdot Mirror


First Look at RHEL 5 - From the New, More Open Red Hat

Susie D writes "Red Hat Enterprise Linux 5 was released today, and Linux Format has an in-depth first look (with screenshots aplenty). With RHEL 5, Red Hat aims to become even more 'open', by using a shorter and clearer SLA, improving community involvement through its Knowledge Base, and providing the new Red Hat Exchange. But what you really want to know is, yes, it does include XGL for fancy 3D desktop effects."

19 of 220 comments (clear)

  1. CentOS by Anonymous Coward · · Score: 5, Funny

    Let the recompile begin!

  2. Re:$349.99? by 0racle · · Score: 5, Informative

    Red Hat kindly makes SRPM's available, so yes you could download RHEL for free. You would have to build the system yourself.

    Thankfully, others have already done that and made the results available, for instance CentOS

    --
    "I use a Mac because I'm just better than you are."
  3. XGL? by drinkypoo · · Score: 4, Insightful

    Now, I don't see any reason not to have XGL on the desktop - in fact it's a huge boon. But is it actually necessary on a server? Or more to the point, isn't it a horribly bad idea on a server? You should be running as little as possible on any critical machine... And if you have so many windows open on your server that you need a 3D desktop to manage them, perhaps you should be running all that shit somewhere else. And if you're using RHEL for a desktop system, for any reason other than being able to test things before deployment, you should have your head examined.

    --
    "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    1. Re:XGL? by Wdomburg · · Score: 4, Interesting

      'What's the benefit, support?

      A stable platform that will continue receiving security updates until 2014.

  4. Any reason to switch? by Seumas · · Score: 5, Insightful

    I used Redhat back in the day, just before I became a die hard Debian user. I'm wondering what exactly should drive me to want to switch to Redhat at this point? They seem very fractured to me and the whole "Enterprise" setup with a "free version where we develop everything" or whatever doesn't strike me as very appealing.

    But I'll grant, I'm somewhat ignorant of the whole Redhat thing these days. Anything I should be enthralled by and jump into Redhat for? Not trying to bait or troll. Would seriously love to hear what people with more recent experience of RH have to say (especially if they're also familiar with Debian and others so they know where I'm coming from).

    1. Re:Any reason to switch? by Random+BedHead+Ed · · Score: 5, Informative

      Things are different these days. The main thing you get from being a paying customer of Red Hat is long-term stability (i.e., packages stay relatively the same for years, aside from bugfixes), patch rollout, and support from both Red Hat and other vendors. You're probably not in their ideal audience anymore, since general users who want a good free desktop were pointed to Fedora when that project was created from RH9 a few years ago. Now the company's audience consists almost exclusively of corporate types who want support from Red Hat, or who run software that is certified to run on Red Hat but is not guaranteed to work on much else (such as Oracle). Your distro of choice, righteous though it may be, wouldn't suit that audience very well because if there were problems, there would be no one to blame.

    2. Re:Any reason to switch? by KiltedKnight · · Score: 4, Informative
      Well, RedHat's business model is centered around providing support for a version of the Linux operating system and its programs. Businesses don't want to deal with a large cloud of people anywhere and everywhere in the world when it comes to requesting improvements, fixes, etc. They want to go to one place and point a finger and say, "You! Fix this!" That's what RedHat, Inc., is. The people you point the finger at. They build, package, and distribute a specific version of Linux and its programs and utilities. They make them work together. They provide security and bug fixes.

      You can argue which distro is better until the cows come home. But when it comes to a corporate adoption, you'll need a RedHat, SuSE, or some other company like that to provide the target for finger pointing.

      --
      OCO is Loco
    3. Re:Any reason to switch? by rubycodez · · Score: 4, Funny

      yeah, we have that production server & desktop vs. "free/bleeding edge/risky where we develop everything" version in the Ubuntu world, too

      we call that one Debian

  5. Screenshots, who cares? by jfroot · · Score: 4, Interesting

    I always wondered why these articles focus on screenshots. I would assume most people who are running RHEL don't ever use any graphical interface at all. Servers don't need to run any graphical applications really and it is a waste of system resources to have any of that left on IMHO.

    First thing I do to a shiny new Redhat install is:

    perl -i -p -e s/id\:6\:in/id\:3\:in/ /etc/inittab

    To disable X11 completely. You should to.

    1. Re:Screenshots, who cares? by daves · · Score: 4, Funny

      perl -i -p -e s/id\:6\:in/id\:3\:in/ /etc/inittab

      You really should install vim. It doesn't take that much room.

      --
      People who disagree with you are not automatically evil, greedy, or stupid.
    2. Re:Screenshots, who cares? by fimbulvetr · · Score: 5, Informative

      Well you just gotta look at it the right way.

      He's running perl with three options, right? -p -i -e (I like them in that order because "It's easy as pie to replace strings in files with perl")

      then he's giving a regex, followed by a file name.

      If he had a file with the contents "foo" and wanted to replace the word "foo" with "bar", he'd do:

      perl -p -i -e s/foo/bar/ file

      The command he gave just looks ugly because it needs the \s to escape the colons. It'd be easier to not escape the colons and wrap the command in quotes, like so:

      perl -p -i -e "s/id:6:in/id:3:in/" /etc/inittab

      Six one way, one half dozen the other.

  6. Na naaaa, na na na na na naaaa.... by sammy+baby · · Score: 4, Funny

    Okay, someone look at the official announcement... er, official "thank you" page for RHEL 5, and watch the embedded video.

    Then tell me someone at Red Hat hasn't been playing too much Katamari Damacy.

  7. Eh? by Penguinisto · · Score: 4, Funny
    ...just install it w/o Runlevel 5 coming on by default, just like 99.00000% of sysadmins do w/ RHEL.

    (now if'n you can get Vista to install w/o a GUI, well - that I've gotta see...)

    /P

    --
    Quo usque tandem abutere, Nimbus, patientia nostra?
  8. Let's look at it this way . . . by mmell · · Score: 5, Interesting
    If it's a server, your default init state should be runlevel 3, right? Doesn't matter if you've installed all the XGL stuff in the world if it never gets run (for the most part; carrying unnecessary executables/packages/services around on your system does potentially open vulnerabilities in your system).

    You should never take a server to runlevel 5 unless it's been taken out of service for maintenance - and not even then! Just because a GUI may make you able to more quickly or more simply maintain your server doesn't mean that it's okay to run X on a server. GUI's tend to "dumb down" user tasks (that is their function, after all). GUI's have progressed over the last decade, but they still carry their penalties in system load, "dumb-down" factor and increased vulnerability to exploitation.

    As for using RHEL as a desktop, I agree wholeheartedly. Everyone knows that Gnome under OpenSuSE 10.2 is the ultimate XGL desktop experience!

  9. *NOT* XGL! by r_cerq · · Score: 5, Informative

    RHEL (like Fedora) does NOT include or support XGL. They support AIGLX, another accelerated desktop mechanism. They do support and ship compiz (the Window Manager that does the cube thingy), though. (compiz works on both AIGLX and XGL)

  10. Re:Meh by Martin+Blank · · Score: 4, Informative

    People running mission-critical systems that require rapid, on-demand support where a newsgroup just won't suffice rely on Red Hat (or Sun, who is in a similar position) to provide defined support.

    --
    You can never go home again... but I guess you can shop there.
  11. Re:$349.99? by dustwun · · Score: 5, Interesting

    While this may come across as sucking up, RedHat deserves LARGE kudos for releasing the src.rpms so readily. Most other commercial vendors don't do this (Look at suse for example). While redhat has made some missteps in the linux business(if you believe ESR), they have stuck to the open source ideals more than most other vendors and still managed to be successful.

  12. Can we curb the flaming and OS bigotry? by jmorris42 · · Score: 5, Insightful

    > But who's actually foolish enough to use RHEL for a desktop OS?

    Anyone who needs a SUPPORTED system, say anyone deploying in Corporate America. Anyone who wants to run a commercial application. Remember, Free/Open hasn't conquered the world yet. World Domination IS coming... but it is just taking a little longer than some of us had hoped.

    > You can get support for less retarded distributions (those, for example, which eschew rpm.)

    You see folks, this is why Debian hasn't taken over, the OS is just fine; but the users/fanboys seem to be Team Amiga rejects. This package format flaming is just so 20th Century, these days there really isn't any practical advantage between them since .deb packages finally gained support for gpg signing and the rpm world got higher level package management sorted out by giving a choice of either apt-get OR yum/pup/etc.

    > Unless you're getting the licenses for free, using RHEL on your desktops is a huge mistake.

    Unless you are setting up an Animation studio and your preferred app is supported on RHEL. Or you are rolling out a CRM solution that is supported on RHEL. Or you are developing an application you intend to deploy on RHEL. Etc. Or in other words, if the desktops are making you money and you need supported software you should evaluate the cost/benefit of buying a RHEL support contract, exactly like any other product a vendor offers you.

    But if you are a student living in mom's basement, you are quite correct that RHEL isn't for you. Keep right on with the server in the corner running Sid and your desktop on Gentoo.

    --
    Democrat delenda est
  13. Re:Red Hat rubs be the wrong way... by CustomDesigned · · Score: 4, Informative
    There is something about a Linux distributor telling me that I am limited as to how many clients I can install based on how much money I pay that just rubs be the wrong way. How can they do this and not go afoul of the GPL?

    There is no limit on downloading the source. When you buy RHEL, you buy the *binaries* and you buy support. The GPL explicitly allows charging for binaries. You are even allowed to charge "reasonable" media fees for source, but Red Hat very kindly makes the source free as in beer. You can compile the source yourself, or let http://centos.org/ do it for you.

    The GPL is about *freedom*, not price. RHEL gives you full freedom. And while you can't get official RHEL binaries for free, derivatives based on the source are available that are free as in beer.

    While an individual or small business has little reason to buy RHEL, an enterprise has good reasons. You get a highly stable platform with security patches for a long period of time. You get support. You get someone to blame when things go wrong. As an individual, you might want to try Centos and get familiar with it. You never know when you might want to work for an enterprise that uses RHEL. As a small business, you can start out with Centos, and if your business takes off, scale right up to RHEL with minimal hassle.