Slashdot Mirror


Initial Reactions to Fedora Core 5

Ki writes to tell us that he has put up a short review of Fedora Core 5 which covers the install and general first impressions to the new release. The author highlights several quirks in the installation and a few problems getting down to business, but overall the Fedora team seems to have made some very good progress.

7 of 164 comments (clear)

  1. Good grief! by Otter · · Score: 2, Interesting
    I've never used Fedora (CentOS 4 is the most recent Red Hat-ish distro I've installed) but -- this sounds awful! What seems like a clueful reviewer struggled to get it to work with Nvidia graphics (you know, that obscure hardware maker that only a handful of Linux users need to worry about). And comments like:
    I have installed and used Fedora since FC1 and have had frequent problems with anaconda in the past, so luckily I was prepared for these new glitches. I simply rebooted and selected the text mode installation, which went moderately well, although in the background there was jumbled text error messages saying something about an nv_raid error , but figuring after the initial probe the o.s. should boot up fine, I went through with the installation and ignored the scrambled error messages.
    and:
    Another strange caveat was that the installation did not ask me to make a regular user account. After the installation completed and I rebooted, I had to login as root and manually make the regular user account.
    and:
    Therefore next step was to figure out how to get mp3 and other audio codecs to work in FC5. Just because I like to use bleeding edge software and I was not interested in installing the older gstreamer-0.8 plugings from livna.org, I added the RPMforge repositories and disabled Livna. Then I installed gstreamer-plugins-bad & gstreamer-plugins-ugly via terminal and now I can listen to my music in Amarok, Banshee, and Rhythmbox.
    are part of the success story!?!
    1. Re:Good grief! by Tet · · Score: 4, Interesting
      This is par for the course regarding Fedora. I've had the misfortune of having to install it on testbed machines at work, and it is the ultimate example of beta software.

      Just to provide an alternative perspective, I couldn't disagree more. I've used Fedora since FC1, and have found it to be a useful, stable desktop. The reviewer's experiences in no way match mine, which have essentially been "stick the CD in, install and start using it". I've never seen any of the problems mentioned, and nor have I heard of anyone else having them. Sure, hardware detection issues can be an occasional problem for any distribution, but from what I've seen, Fedora does better than any other distribution I've used on that front. I guess he just got unlucky.

      --
      "The invisible and the non-existent look very much alike." -- Delos B. McKown
  2. Jumping the gun... by shrapnull · · Score: 2, Interesting

    The author seems to have jumped the gun a bit on the install, since the NVIDIA issues were announced almost immediately after the release, and subsequently have been queued for immediate repair.

    As for his comment that due to these issues it may not be the best starter disto, I agree, but only because Fedora is a testbed product, created to directly fill the void left by RedHat going to a subscription-only model for RHEL. CentOS is more stable by building RHEL from sources. In Fedoraland you take STABLE releases with a grain of salt.

    My FC5 install went without a hitch this morning, and it let me create users after first boot (don't know why his didn't).

    I actually like the new fonts and eye candy. The only visual *yawn* is that the Bluecurve icons are still there, and I've never been partial to them.

    Compared to RHEL4 on the same system, FC5 is MUCH snapper, but I had my usual issues of smartd failing and having to use a PCMCIA wifi card instead of my built-in Intel (Thinkpad T43p).

    Overall, the install worked and the system looks and responds great "right out of the box" (as well as any other distro or better).

    --
    If you're half as beautiful naked, you'd be 4 times as beautiful with twice as many clothes on.
  3. Re:Switcher? by caffeination · · Score: 2, Interesting
    Absolutely. Who cares about the worthless opinion of anyone perverse enough to even contemplate using anything other than the distro/desktop/operating system/editor/window manager/news aggregation website/webpage layout method/browser he's decided is the best?

    Zealotry is one thing. But zealotry-zealotry?

  4. Au Contraire by RichiP · · Score: 2, Interesting

    Well, I won't contest that he does sound like a switcher, but that's not necessarilly a bad thing. In fact, it's good to always use whatever's best for you instead of getting stuck with what's most comfortable.

    I actually liked the review. He was very helpful in sharing what needs to be done to get FC5 working with nVidia hardware. He was also very impartial to distro and desktop environment. The fact that he had a favorite Gnome desktop background makes his "until KDE 4.0" statement sound like he's just being openminded about things.

    Kudos to the author! Very helpful article.

    Note: I actually have an x86_64 machine with nVidia hardware (nForce4 and 6600GT vid), but oddly enough, graphical installation worked like a charm.

  5. yum is superior in nearly every way by SwellJoe · · Score: 2, Interesting

    You're just being silly. In my experience yum is easier than apt-get (by a tiny amount), faster than apt-get (often by a large amount, but usually not noticeably so, and there are cases where apt-get is faster), and much smaller than apt-get (I like small software, as it's easier to fix--I once patched an early version of yum to re-add authentication support because I needed it and it took all of two hours to do...I couldn't even begin to grasp the apt-get 200k+ line codebase in two hours...I also suspect there are more bugs in apt-get because there are a lot more lines of codes for bugs to hide in).

    To update your system with the latest packages:

    yum update

    vs.

    apt-get update
    apt-get upgrade

    Why the added "apt-get update" step? Because we need to make sure the repository data is up to date. yum checks for us, and downloads new data if the repository has changed. It only downloads new repodata files if the repository has changed, unlike the assertion of another poster that it downloads it all every time you use it. Software ought to do that extra step for me; I'm clearly connected to the network if I'm doing an "upgrade". It doesn't make sense to make the user do an extra step. yum offers the option of listing repos without pulling down repodata, since that can be done without network access. apt-get doesn't offer the choice of automatically getting new repo data. It seems to me that the edge case of listing packages without connecting to the net trumps the common case of updating or installing software in apt-get. That is a small wrongness that bugs me every time I use it.

    That said, they both work amazingly well and I love them both. I am perfectly content to use either one on any system I manage. They far surpass yasts package management tools on SUSE, and many systems don't even have anything remotely comparable. I consider a system like yum or apt-get to be a minimal level of package management capability for any server I choose to deploy. Thus I'd never roll out a Mac OS X server, despite the quality of the hardware and shiny-ness of the GUI. Likewise for a Sun machine: until they have a system like yum/apt-get they're not even in the running. Patching on Sun is laughably obtuse, or it was a year or two ago when I last managed a Sun system. At least Windows allows OS updates to be performed easily and with some automation (but not effectively from the command line, and none of the non-MS software can be updated via Windows Update). But I'll happily deploy Fedora or Debian or CentOS or Ubuntu systems for production use. If up2date fully supported yum repositories (including the authentication support I mentioned needing) I would include RHEL in this list. Kickstart also rocks my socks and I hate not having it, but this discussion isn't about automated installations.

  6. My impression of FC4 was that it was nice but slow by ghostunit · · Score: 2, Interesting

    Has this changed? I tried it on a Dell Inspiron 5150 laptop. It has a i686 architecture/chipset and nvidia card.

    However, while things such as yum are excellent and it had all necessary drivers (except nvidia but that's propietary, have to download, same for all distros) the system is slow and heavy.

    I read that that's because the distro is optimized for i386, not i686. Anyone can tell me if this has changed in FC5?