Slashdot Mirror


Red Hat Enterprise 3 Beta Reviewed

viewstyle writes "eWEEK has got a review of Red Hat Enterprise Linux 3.0 Beta, code named Taroon. It now has the new Red Hat Bluecurve interface. New important stuff includes: logical volume management and access control lists in the file system. The access control list feature is something that has been in Windows and Solaris for some time. If you're interested, you can download it here."

49 of 191 comments (clear)

  1. Doo? by rylin · · Score: 3, Interesting

    I was under the impression you had to buy a support-license to be able to use RH Enterprise?
    Have I been smoking something, or is there another explanation for this?

    1. Re:Doo? by Anonymous Coward · · Score: 4, Funny

      Don't forget that you also need to purchase a System V binary runtime licence for each CPU.

    2. Re:Doo? by chill · · Score: 4, Informative

      No, the software is all FOSS. You just don't get support for it.

      Also, don't go buying one copy, installing 10 and wanting support for 10 on the price of 1. THAT is a no-no.

      "The term "Services" as used in this Agreement means, collectively, the Support Services and RHEN, each as defined herein."

      On the other hand, if you install 100 copies and later want tech support for just one then you must buy tech support for all 100 before you get help. :-)

      --
      Learning HOW to think is more important than learning WHAT to think.
    3. Re:Doo? by chill · · Score: 2, Informative

      I believe the GPL only requires that the sources be available on request. I saw the sources (SRPMs) for the ia64 version of 2.1 AW at ftp.redhat.com.

      Red Hat doesn't have to make binaries available for download.

      However, if you have an RHN account, you can get priority access to most files (200+ Kbps download speed as opposed to 30 Kbps from ftp.redhat.com). Right now I see the following available:

      RHL 6.2 Normal, Power Tools and Enterprise Edition
      RHL 7.0 Normal, Power Tools
      RHL 7.1 Normal, Power Tools
      RHL 7.2 Normal, K-12 LTSP
      RHL 7.3 Normal, K-12 LTSP, Educational Software
      RHL 8.0 Normal, K-12 LTSP
      RHL 9 Normal, K-12 LTSP

      RHL 9.0.93 Beta Normal
      RHL Enterprise 3 AS Beta 1 & Updates
      RHL Enterprise 3 WS Beta 1 & Updates

      Most, if not all, seem to be there as .RPM, .SRPM and .ISO images.

      By looking at "all channels", I also see versions of most of the above for SPARC, Alpha, ia64, pSeries, zSeries, S/390 and the newer ones for x86_64.

      2.1AS for i386 is available at:
      ftp://ftp.redhat.com/pub/redhat/linux/enterpr ise/2 .1AS/en/os/i386/SRPMS

      2.1AS for ia64 is available at:
      ftp://ftp.redhat.com/pub/redhat/linux/enterpr ise/2 .1AS/en/os/ia64/SRPMS

      2.1AW (for ia64) is available at:
      ftp://ftp.redhat.com/pub/redhat/linux/enterpr ise/2 .1AW/en/os/ia64/SRPMS

      However, 2.1ES doesn't seem to have SRPMs online, nor does 2.1WS (i386). Hmmm....you can send a request to RedHat.

      But, if you're looking to eval WS then I suggest 3.0 (based off of RHL 9) and not 2.1 (based off of RHL 7.3). Download yourself some beta .isos. If you can't do that, let me know and I'll burn you a set an send them out. I just d/led binary disks 1,2 & 3 off of RHN.

      --
      Learning HOW to think is more important than learning WHAT to think.
  2. Call that a review? by kiltedtaco · · Score: 5, Informative

    That was just a general list of features! Does anything there actualy even suggest that the author actualy installed the OS?

    This is about as newsworthy as the "Top universities" thing.

    1. Re:Call that a review? by jbottero · · Score: 2, Informative

      From the second paragraph: "The beta we tested, code-named Taroon..."

      And later: "During tests, we were pleased with the feature's usability."

      Sounds like they installed it...

  3. LVM: article is wrong by menscher · · Score: 5, Informative

    It says "LVM first surfaced in the 8.0 release of Red Hat Linux", but I'm using it under RH7.3, so....

    1. Re:LVM: article is wrong by Anonymous Coward · · Score: 2, Informative

      I think it's a little misleading, but not outright wrong. LVM was indeed included in RH7.3 (disc2), but I'm not sure if it was available during the install process.

    2. Re:LVM: article is wrong by justsomebody · · Score: 3, Informative

      If I read it correctly, LVM was present in 7.3, but 8.0 was the first version that introduced autodetecting of LVM volume in booting up

      In 7.3 you had to edit rc.local and add commands to scan volumes, 8.0 contains

      # LVM initialization
      if [ -f /etc/lvmtab -a ! -e /proc/lvm ] ; then
      modprobe lvm-mod >/dev/null 2>&1
      fi
      if [ -e /proc/lvm -a -x /sbin/vgchange -a -f /etc/lvmtab ]; then
      action $"Setting up Logical Volume Management:" /sbin/vgscan && /sbin/vgchange -a y
      fi


      in /etc/rc.d/rc.sysinit, that's difference as much as I see it

      --
      Signature Pro version 1.13.2-3 release 83.5 beta3try7 after-breakfast edition
  4. The review by slovin8 · · Score: 2, Funny

    Well, this review has no screenshots at all for the Bluecurve or anything else! The review didn't also evanglize KDE over Gnome or vice versa!! Now that's rare Anyhow, We demand screenshots!

    1. Re:The review by justsomebody · · Score: 2, Informative

      Yeah, right. And then you'll probably ask for a review how good is RH Advanced Server for desktop.

      Just like people were reviewing M$ Server 2003

      Server is SERVER, but if you expect some fancy tools, you're wrong. Differences between RH AS and Desktop are mainly for what purpose it was compiled together, and for what services, oh yes and RH AS 2.1 has Java server.

      --
      Signature Pro version 1.13.2-3 release 83.5 beta3try7 after-breakfast edition
  5. ACLs by FreeLinux · · Score: 2, Interesting

    Does anyone know if ACLs are included in the Red Hat 10 Severn beta or is it strictly for Enterprise?

  6. Feature list by cly · · Score: 5, Insightful

    That's not a review. That's just a list of features copied from the README file or something.

    And notice that out of 10 paragraphs, 6 start with Taroon?

    1. Re:Feature list by FreeLinux · · Score: 2, Insightful

      Als, please pay special attention to those "server" apps that were covered in the review, KDE, GNOME, Evolution, Eclipse, OpenOffice. I don't know how my servers have managed without these for so long. The only items they mentioned that are truely important to servers are ACLs and LVM.

      Absolutely no mention was made of Apache, SQL server, SAMBA, mail, performance, reliability, nothing.

  7. ACLs already in SuSE ... by Marcus+Meissner · · Score: 3, Informative

    ACLs have been in SuSEs Enterprise Server since end of last year, so they are barely news.

  8. What review?? by Broken_Windows · · Score: 2, Interesting

    We are currently looking at 2.1 vs SuSe enterprise for an upcoming application so I though this would be worth a read, not. Looks like a local review is in order.

  9. ACLs by Plix · · Score: 3, Informative

    The access control list feature is something that has been in Windows and Solaris for some time.

    FreeBSD has had ACLs (in the 5.x branch) for some time as well.

  10. fair warning by jacquesm · · Score: 2, Informative

    RedHats early stuff is not ready for prime time, usually that takes until the .2 release, so don't install this on anything mission critical (as in it's your living or someone will get mad at you if it fails).

    Are you on the grapevine yet ?

    1. Re:fair warning by Anonymous Coward · · Score: 5, Informative

      You're talking about the regular Red Hat stuff. Not the Enterprise stuff. Their current version is 2.1. 2.1 is solid.

    2. Re:fair warning by Nighttime · · Score: 2, Informative

      That was the general rule of thumb for the regular RedHat releases but this is the Enterprise edition we're/they're talking about. Besides, RH8 and RH9 have proven themselves to be fairly resiliant.

      --
      I've got a fever and the only prescription is more COBOL.
    3. Re:fair warning by sloanster · · Score: 2, Insightful

      That's FUD - red hat's enterprise stuff is 100% supported for mission critical applications.

      You're probably thinking of the unsupported consumer releases, which in the past have been a bit buggy at *.0 releases and shaped up nicely by *.2 releases.

      Having said that, our RH 9 firewalls are holding up nicely after some months of heavy use - but managers love the accountability of having someone to yell at with the "enterprise" editions...

    4. Re:fair warning by bogie · · Score: 2, Insightful

      Well as others pointed out that doesn't nearly apply to their enterprise offerings. I'd also like to say Red Hat 8.0 also pretty much crushed that myth. Maybe for workstation use 6.0 wasn't that great, but for basic server use I've found Red Hat has serverd me well regardless of the version. So I'd say its basically time to put the Red Hat .0 myth to bed now.

      --
      If you wanna get rich, you know that payback is a bitch
  11. Eclipse + no JVM by maharg · · Score: 2, Informative

    Taroon ships with version 2.1 of the open source Eclipse Development Environment. Eclipse requires a Java virtual machine to run, but Taroon doesn't ship with one.

    Huh ? Eclipse + no JVM seems a bit pointless IMO..
    Eclipse is a cool IDE tho, and it saves a download..

    --

    $ strings FTP.EXE | grep Copyright
    @(#) Copyright (c) 1983 The Regents of the University of California.
    1. Re:Eclipse + no JVM by chill · · Score: 2, Informative

      I had this discussion with the reviewer via e-mail earlier today. The website (http://www.redhat.com/licenses/rhel_us_2-1.html) mentions that the IBM JDK is delivered with the product. [Read it again Jason, it *does* refer to WS as well as EA and AS.]

      However, it seems it wasn't either included or installed with the reviewer's beta. Hopefully, this will be fixed before the actual release.

      --
      Learning HOW to think is more important than learning WHAT to think.
    2. Re:Eclipse + no JVM by rkz · · Score: 2, Informative

      Eclipse no longer needs a JVM to run.
      They are using the GTK version.

  12. Coincidence? I think not!!11!! by bad_fx · · Score: 5, Funny

    Taroon.. Hmmm... Taroon.. Aha!!!11

    If you reverse Taroon you get "Noorat", Right?
    Okay, now... tihs is clearly ROT-14 encoded so decoding it you get "Zaadmf" uhuh? stay with me here... Now reversing that gives "Fmdaaz" Yes? Good...

    Now... md clearly stands for "Must Die" and F is clearing code for "SCO". (or "Fuckers" if you prefer) Finally I have also uncovered through unrevealed sources at Red Hat that "aaz" is special inhouse code for "(sponsored by IBM)."

    So Taroon is actually code for.....:

    "SCO must die! (sponsored by IBM)"

    DARL WAS RIGHT ALL ALONG!!!11!!!11

    ...i'm not cray.. i'm not crazy... *sits in corner twitching*

  13. duh look at the price by atari2600 · · Score: 2, Insightful

    . Red Hat officials said they plan to ship RHEL 3.0 in October. As with Version 2.1, the new release will come in workstation, departmental server and data center server versions, with the high-end version priced at about $2,500.

    Ummm who thinks this is a little expensive even for big organisations? Also..

    Taroon ships with version 2.1 of the open source Eclipse Development Environment. Eclipse requires a Java virtual machine to run, but Taroon doesn't ship with one.

    HUH!!!

    1. Re:duh look at the price by stoolpigeon · · Score: 3, Informative

      No - I work at a small business. My boss priced a low end dell server (like $6k) - then he had to pay the license for win2k and SQL server- I think it ran somewhere around $10k- four thousand dollars more than the server.

      We went with PostgreSQL on Red Hat. It doesn't do everything SQL Server does out of the box- but we didn't need everything SQL server does. $25,000 is peanuts.

      --
      It's hard to believe that's how Micronians are made. Why don't we see it right now by having you both kiss one another?
  14. Red Hat ES license Issue by Anonymous Coward · · Score: 5, Interesting

    You have to pay for support even if you don't need it on a development server:

    4. REPORTING AND AUDIT. If Customer wishes to increase the number of Installed System, then Customer will purchase from Red Hat additional Services for each additional Installed System.
    http://www.redhat.com/licenses/rhel_us_2- 1.html

    You have to abide by the above agreement if you buy a server. So this means if you install it on additional servers, you have to buy support even if you don't need support for a development box.

    That sucks. This is even ok with GPL

  15. I've been using this for a couple weeks. by j1mmy · · Score: 5, Informative

    Stable enough, though pretty haphazardly put together, even for a beta release. The distro is missing stuff like postgresql's server and pine. You can build these from source rpms or download them from up2date, but they're not available as binary rpms anywhere on redhat's ftp. Other than that, it seems to be pretty solid on my dual opterons.

    1. Re:I've been using this for a couple weeks. by fearlessrogue · · Score: 2, Funny

      on my dual opterons. Lucky bastard.

      --

      Everything Zen;
      Everything Zen;
      I don't think so!!!
    2. Re:I've been using this for a couple weeks. by fo0bar · · Score: 4, Informative

      [Pine's] not free software, so RedHat won't ship it.

      Close, but the reason is this: Red Hat CANNOT ship pine, techically. This is because Red Hat includes its own patches in nearly every RPM it releases. (This is usually to fix a bug in hardware X with glibc Y that only occurs Z minutes each year... you get the idea.) While Pine's license allows for the creation of patches against the product, it does not allow for distributing patches binaries, without prior approval from UofW. Whether those patches are available to the end user is irrelevant, Pine's authors don't like "modified" binaries to be released.

      Of course, source-based ports systems like Gentoo or *BSD are fine, due to their nature, but distros like Red Hat don't want to go through the hoops involved with Pine, so they just choose not to.

  16. RHAS 3.0 Beta and Oracle 9iR2 by MmmmAqua · · Score: 5, Informative

    For anyone who's interested...

    I run Oracle 9iR2 on RHAS 2.1 machines at my work. Generally, I have been very happy overall with the performance and stability of Oracle on Linux (though, for home use, certainly not - Oracle costs an arm, a leg, and both of their respective prosthetic replacements). There are a couple of things that RHAS 3.0 does much better than 2.1 (that I've noticed, and these only relate to Oracle on Linux, so this may be completely irrelevant to you). All tests were done on a Dell PowerEdge 2650, dual 2.8Gz Xeon, 6GB RAM, a PERC3Di RAID controller driving a five-disk RAID 5, and dual gigabit ethernet controllers.

    First, the inclusion of the hyperthreaded scheduler. I run dual Xeon machines, and enabling HT on the 3.0 beta allowed the machine to handle 10-12% more load than with HT disabled. Enabling HT on 2.1 incurred a performance penalty, as the scheduler would tend to starve one CPU.

    Second, you can now use bigpages with a shmfs large SGA (SGA > 1.7Gb). My production servers have a 3Gb SGA, and using 4kb pages is painful. I don't know what the problem was with 2.1, but this is a big fix for me, as it means I don't have to lower the mapped base address for all of my Oracle binaries anymore. Woohoo!

    Third, LVM is nice. You can use LVM with 2.1, with a little doing, but in general it is a pain. Being able to create volumes at boot time is nice, and then later on, when I decide to hang a PowerVault enclosure off the PowerEdge, being able to just toss that large pool of extra storage into the volume is nice, too.

    Lastly, if you are using Java in your Oracle database at all, then you will see a big benefit from NPTL. At least, I am assuming it's NPTL, but my Java stored procedures which spawn threads to parallelize some heavy lifting are executing much faster. I'm probably jumping to the wrong conclusion, but I don't care. Some of my extproc .so's are threaded, and they're running better, too.

    I don't really care about Bluecurve, because I never use X on the Oracle servers. The only reason X is installed is because Oracle has no command-line installer anymore, so I have to do a remote X session for the installs. That's Oracle's fault, though, so no digs on Red Hat for that. I also really, really wish that Red Hat would include some more filesystems. Ext3 is okay, but for larger database files, I would much rather be using XFS.

    All in all, I think RHAS 3 beta is a significant step forward for Red Hat, at least for Oracle users. Oh, and I forgot to mention that the hanic (High-Availability NIC) daemon from Oracle runs better on 3.0 beta than 2.1. It's cool to be able to yank one of the ethernet cables out of your machine during heavy traffic and have everything keep running.

    --
    Arr! The laws of physics be a harsh mistress!
  17. Its things like this.... by windex82 · · Score: 2, Interesting

    CON: Distribution channel for vital, for-cost add-ons such as Java virtual machine and Flash Player remains unclear; on the desktop, lacks range of application availability enjoyed by Windows.

    Please correct me if im wrong but the Red Hat Enterprise releases are ment to be used in the server environments, I couldnt see but a very few cases were a workstation might need an enterprise version.

    Assumming im correct its statements like this that really get to me --

    CON: Distribution channel for vital, for-cost add-ons such as Java virtual machine and Flash Player remains unclear; on the desktop, lacks range of application availability enjoyed by Windows.


    As a server it dosnt NEED this range of application, i would wager that if theres some kind of strange deamon you need that linux dosnt have available, windows definatly wont have one available.

    1. Re:Its things like this.... by MmmmAqua · · Score: 4, Informative

      Well, RHAS is pitched to enterprise applications, and one of the biggest enterprise applications is Oracle. You are supposed to have installed both Sun's 1.3.1 JVM, and Blackdown's 1.1.8 JRE on RHAS machines which are intended to run 9i.

      So, at least as far as a JVM goes, the author has a valid bitch.

      --
      Arr! The laws of physics be a harsh mistress!
  18. Useless Review.... by ElGuapoGolf · · Score: 5, Informative

    This is not so much a review as a rehash of the feature list. I don't care about bluecureve or the wonderful interface on an advanced server product.

    As they're not shipping a JDK with it, it's hard to know if their kernel modifications will break whatever JDK they do ship with (like the last RHAS did). Or if they only let you install to ext3, unless you feel like playing with command line install options.

    That java thing was a horrible mess, and was why we ultimately went with SuSE. Don't bill yourself as an OS for running those java application servers unless you test. Hopefully RH has fixed their issues this time around.

  19. Logical Volume Management by Yonder+Way · · Score: 3, Informative

    It's been shameful that RHEL customers have had to do without official LVM support while the retail users have had it for some time.

    I'm using it presently on RH 9 and found that Red Hat's implementation of LVM prevents snapshots from working properly. That is, you can create a logical snapshot, but you can't mount it. I downloaded the latest kernel source from kernel.org, copied the .config file over from the RH kernel, but didn't apply the Red Hat patches. Not only does the system work precisely as expected, but LVM snapshotting actually works just fine. I'm now able to properly back up my desktop machine.

    That Red Hat has known about this problem for ages and neglected to fix it is shameful. LVM should have been a priority all along for RHEL.

    1. Re:Logical Volume Management by Oggust · · Score: 2, Informative
      Well, as I see it, the two main advantages for running at home is:

      One. You don't have to allocate your storage at install-time. I always screw up and make some filesystem too small, and end up wth a maze of symlinks after a while. With LVM, just make some volumes, add enough space to install and then some, and grow them as you need more space.

      Two. One day, you're going to run out of space on your disk. So you buy more. For old-style installs, moving all the data around is a problem, but with LVM you just add the new disk, tell the system to use it for Physical Partitions, and grow your old volumes.

      And if you have hot-swap disks and a growable filesystem, you don't even need any downtime! (Note: RH9 does not support growing ext3 filesystems online, so you need to umount the volume to grow it.)

      Also, I like to tell it to allocate some of the volumes (the ones I really care about) on both disks, so they get mirrored.

      /August.

      --
      "An object declared as type _Bool is large enough to store the values 0 and 1." -- 6.1.2.5, C99 standard.
    2. Re:Logical Volume Management by random_static · · Score: 2, Informative
      maintainability. granted it's not as big a deal as it is with production servers, but with your home system, you probably don't want to spend any time dicking around maintaining it if you don't really have to, do you? there's beer to drink and late shows to watch, after all - i know that's what i'd rather be doing...

      as a home user, you're probably not finding yourself having to expand suddenly-too-small filesystems very often. (although if you are, you want LVM.) but you might occasionally find yourself wanting to move all your filesystems over to that brand-spanking-new harddisk you bought, no? easy enough with LVM, just migrate the LVs to the newly-added PV, then delete the old one.

      snapshots might be useful, too, if you do backups like we all really ought to. no worries about files changing on you in the middle of the backup process when you're backing up a static snapshot.

      my only gripe with LVM: if you've got a configured and running "regular" setup with (say) three or four partitions, and migrate it the "easy" way to LVM, you'll be left with three or four unused partitions "in front" of your LVM PV, and deleting them is a minor PITA because your next boot is gonna choke on the VG activation so you'll have to fix it by hand. that's life for ya, i guess, i'm just hoping the device mapper in 2.6-to-be is gonna fix that...

    3. Re:Logical Volume Management by _|()|\| · · Score: 2, Informative
      explain to me the benefit of LVM to a home user

      LVM makes it practical to use separate file systems, and it supports snapshots. Since you've already got a separate /home file system, you may not want to bother migrating to LVM until your next full install.

      Before LVM, I would just make /boot and / for maximum flexibility. With LVM, I can make /boot, /, /home, /opt, /var, /tmp, /usr, and /usr/local.

      • /usr and /boot are mounted ro
      • /var and /tmp are mounted noatime
      • everything but / is mounted nodev
      • everything but / and /usr (and possibly /opt and /usr/local) are mounted nosuid, for what it's worth
      If one of the file systems gets too full, I can resize it. Ext3 has a nice tool called e2fsadm, but without on-line resize you may have to drop to single-user mode. XFS and JFS support on-line resize, I think, but can only grow. ReiserFS supports on-line resize (although the journal is a bit big for /tmp and /boot).

      Snapshots make backups easier. It's not a cure all, but it beats backing up an active file system. Unfortunately, Red Hat has scarcely acknowledged a critical snapshot bug. To get a clean snapshot, you need to temporarily lock the file system. Red Hat's LVM doesn't do this, so you can't mount the snapshot. (Snapshots are read only, so you can't replay the journal when the snapshot is dirty.) You may be able to dump or dd the snapshot, but you can't mount it to use tar or cpio.

      LVM makes me a little nervous, because it's one more thing that can go (and has gone) wrong. All in all, though, I'd hate to do without it.

  20. Re:Maybe its just me, by Nothinman · · Score: 2, Insightful

    Noone said you should. This is being released so that people can install it on test machines, put their software on it, see if/how it works and report bugs back so they can be fixed before the final release. I doubt RH would sell you a copy of the beta even if you asked them too.

  21. Exactly what is beta? by uberdave · · Score: 2, Interesting

    Aren't the file systems long out of the beta stage? It's not like their using newfs0.0.1b to format the disks. I'm sure that a *huge* portion of the OS, is in the "it's been stable for years" end of the spectrum.

  22. Re:ACLs in Linux is new? by buchanmilne · · Score: 2, Informative

    Just not a lot of demand, since the standard unix ownership/permissions bits work fine for 99.99% of the imaginable needed scenarios.

    I don't quite agree, unless you think that group permissions and a limit of 32 groups total, and 15 over NFS is enough to have sufficiently fine-grained access controls. We don't, so we have been running Mandrake on XFS for 2 years.

    Looks like the vendors finally decided to add it officially to satisfy bureaucratic checklists.

    s/vendors/Red Hat/

    SuSE and Mandrake have shipped supporting ACLs in an increasing number of filesystems for thier past 3-4 general releases (Mandrake for 8.2, 9.0, 9.1, kernel update for 8.1 supports ACLs).

  23. Doesn't look compatible by etymxris · · Score: 2, Informative
    From the GPL FAQ:
    Does the GPL allow me to require that anyone who receives the software must pay me a fee and/or notify me?

    No. In fact, a requirement like that would make the program non-free. If people have to pay when they get a copy of a program, or if they have to notify anyone in particular, then the program is not free. See the definition of free software.

    The GPL is a free software license, and therefore it permits people to use and even redistribute the software without being required to pay anyone a fee for doing so.
    So if customers of Red Hat are not allowed to redistribute the GPL portions of ES to either themselves (additional servers) or others without additional restrictions, then Red Hat is violating the GPL.

    Basically, it seems that Red Hat is selling their ES software only if it is coincident with a support contract. That is fine. But to restrict in any way redistribution of the software is not allowed. So the support contract cannot say anything about "additional servers", if it is to be compatible with the GPL. Of course, if the support contract was not tied to the distribution of ES, then I think it would be fine, since they would not be sold as a single product.
    1. Re:Doesn't look compatible by etymxris · · Score: 2, Interesting
      Yes, you can of course install as many as you want w/o cost. But, they will refuse any support if any boxes aren't covered. Large customers can probably negotiate this point though.
      Well, if that's true, then it's fine. Then it's simply a matter of "the support contract is nullified if such-and-such or so-and-so." But the quoted language of the license is different, it says the customer will buy additional support contracts if the software is installed on additional machines. That is placing restrictions on redistribution, which is a big GPL no-no. I think they should revisit the language of their license.
  24. Re:Access Control Lists suck by crmartin · · Score: 4, Insightful
    Never actually worked in an environment with confidentiality requirements, have you, bubba?

    Let's assume that you want to eliminate ACLs but still need to implement fine-grained access control (like, you want to give Ann access to payroll records, but not to bank records, while giving Barry access to the bank records but keeping him out of the payroll.) You can do it in Linux without using ACLs: you simply set up a bunch of groups for things like 'payroll' and put Ann in payroll, but not Barry, etc. If you want to make it finer-grained, you could give Ann access to payroll for hourly and Amy could have access to payroll for exempt -- you now need groups 'payroll-hourly' and 'payroll-exempt'.

    Pretty quick, you have something like

    file group user

    pay-hr.xls payroll-hourly Ann
    pay-ex.xls payroll-exempt Amy
    bank.xls banking Barry
    ...
    in which every file has with it a group, and each group has the name of the user permitted access. In fact, since it's usually a few people, not just one, who has access, you will end up with a list of people who have controlled access.

    And all without access control lists. Except for the lists of people who are allowed access.

    What an advantage!

  25. Re:WS, AS.. hey where's ES? by Wesley+Felter · · Score: 2, Informative

    ES is not included in the beta but will be in the final release.

  26. Re:Maybe its just me, by dollar70 · · Score: 2, Insightful
    but I wouldn't trust any data to an OPERATING SYSTEM that is in beta.

    But I'd trust my data on a beta OS before trusting the worm infested nightmare unleashed by some multi-billion dollar software company. It's a matter of perspective, but the order goes like this:

    1. Alpha - We know it's got problems, but the concept seems sound
    2. Beta - If it has any problems, we haven't been able to find them.
    3. Commercial/Final/Stable - We can't find any problems, and neither could our beta testers, so it must be your fault.
    Many times, beta passes directly into the third stage without modification, but it's a crap-shoot no matter who you trust.
  27. Red Hat is Headed for Extinction by Anonymous Coward · · Score: 3, Insightful

    On our campus, Red Hat is the most common Linux distribution in use. Hardware is currently being certified to run it as a production platform within the main data center.

    However, everything has been roiled by their pricing and End Of Life announcement to the point that an exit strategy is being crafted.

    The problem is the 1 year End Of Life for desktop products. Production systems cannot be built on a platform that will lose support within a year -- it takes 4 months just to certify that the build is good, leaving only 8 months of production. Turning over the OS every year is a non-starter.

    The $2,500 price tag is also a non-starter. The data center is manned by UNIX professionals, several with RHCE certifications. Yes they need support, but they don't need $2,500 of support for every machine. The entire Solaris support contract for the data center covering dozens of machines, running "free" Solaris, is $3,000.

    The allied agency, NCSA, has already abandoned Red Hat because they couldn't get a reasonable price for their Beauwolf cluster.

    The problem is exemplified by one UNIX group that supports Departmental and Faculty machines on a contract basis. Red hat has been, and is, the most installed version. However, this customer base won't install $400 to $2,500 Red Hat to get the longer support life-time, they'll only go for the free/cheaper version with a 1 year EOL. The problem is Departments and Faculty also don't want their machines turning over every year (worse than Microsoft). To ameliorate this problem for the short-term, this group is getting ready to take over creating security patches (i.e., making RPM's) for 2 years after the official EOL for desktop versions. This will allow them to service existing and new customers. To solve this problem for the long-term, this support group is actively working to find another distribution that can offer a better EOL and pricing point. Currently, SUSE, with all of it's weaknesses, is the favorite candidate. This Fall, the group plans to learn SUSE, then shift the Linux Administrators course they teach from Red Hat to another distribution (possibly SUSE).

    Unless Red Hat realizes they need to site license to Educational institutions, this will be the year they lose most of the Educational market. They'll still have a few contracts here and there for data center installs, but the vast masses (Computer Science Departments, etc.) will be encouraged to move to another distribution that can be supported for a reasonable cost.

    Two years from now, unless Red Hat wakes up, they won't have significant penetration in the Educational market.

    Folks aren't necessarily asking for "free," but they are asking for some reality in pricing. Currently, Red Hat turns a deaf ear to any criticism that their pricing structure is not appropriate. They can can continue to turn a deaf ear, but soon they'll find no one is bugging them anymore because we'll all be running another distribution.