Slashdot Mirror


Fedora Core 6 Review

luna6 writes to tell us that they have posted a pretty thorough review of Fedora Core 6 with the installation procedure and even a few work arounds for the couple of bugs encountered during the process to help users get up and running smoothly. From the article: "To sum up Fedora Core 6, I will say that once you have it set up properly FC 6 runs very impressively. I had the impression that FC 6 may have been rushed, just because of the handful of minor bugs that appeared. The mixup of arches, i586 & i686 was weird and the first system update having a update conflict was a glaring error, even though it was easy to fix. Setting up the Nvidia drivers was way more problematic than it should have been. I should also note that Mandriva 2007 worked from the start with AIGLX and their 3D drake worked flawlessly. With that stated once the minor problems were fixed, Fedora Core 6 worked as well as any Linux distro I have tried and the visuals were second to none. Well except the default icons...but we have something to look forward to in FC 7 now don't we?"

14 of 205 comments (clear)

  1. Reviewer = idiot by Anonymous Coward · · Score: 5, Informative

    For example he complained that a package conflict he saw "totem-xine conflicts with totem." was an example of the distro being rushed out... He missed the fact that totem-xine is a non-free package (patented codecs) distributed by a third party repository which he manually configured.

    In other words, a new linux distro has failed to prevent someone with the root password from shooting themselves in the foot. NEWS AT 11.

  2. Re:Can I upgrade without reinstalling by drooling-dog · · Score: 5, Funny

    yes. Stick the CD in, reboot and select "Upgrade".

    Sorry, that's too complicated. I need a CD that sticks itself in the slot.

  3. Setting up the Nvidia drivers by wsanders · · Score: 4, Funny

    >> Setting up the Nvidia drivers was way more problematic than it should have been

    And yea verily as the sun shall rise in the East and the Pope is Catholic and bears crap in the woods, yea verily the setting up of the Nvidia drivers shall be way more problematic than it should be, thus is it written, amen.

    --
    Give a man a fish and you have fed him for today. Teach a man to fish, and he'll say "WHERE'S MY FISH, YOU IDIOT?"
  4. Feeding the Troll by Einstein_101 · · Score: 3, Insightful

    1) Actually, I run KDE with nVidia drivers installed, and I made it a point to ask people how the fonts look (since it used to be such a big issue with Linux newbies. When asked, numerous Windows users either said they looked nice, or they looked better than Windows.

    2) KDE can easily be changed to take us less screen space. If you ever decide to give up your career in trolling and start using computer software, I recommend you try DesktopBSD. By default, they size down the KDE taskbar, making it the same size as Windows XP.

    If they ever get things "resolved", then people like you would be crying that they're trying to look too much like Windows.

  5. Re:Why linux sucks on desktops.... by MobyTurbo · · Score: 5, Informative
    1. Fonts. Linux weenies delude themselves that fonts under Xorg are just fine nowadays. BZZT. Compared to XP with cleartype the quality of font rendering in Xorg is laughable. Importing the XP fonts into a Linux system makes no difference, because they just do not look as good.
    That's because the freetype library cannot use patented algorithms that are used by Windows and Macs. Recompile your freetype library with the patented stuff enabled and you can get it to look identical. Incidentally, I don't find the usual auto-hinting that is in most distros all that bad - so that's what I use nowadays. The Deja fonts now included with many distros are excellent actually, I like them better than MS core fonts.

    2. Klunky UI's. Both Gnome and KDE are horrible in terms of wasting screen space. Also the UI's just don#t look as clean and polished as XP. I see rough edges on widgets, and various other things that makes UI's look cheap.
    That problem is because you are using environments that imitate Windows, if you want something that doesn't use much screen space by default the *box wms such as fluxbox (I don't use 'em, but you might like them) use much less screen space than Windows and Mac, and actually look pretty nice. Another you might want to look at is fvwm-crystal, that's the coolest theme I've seen for fvwm - and it doesn't at all look like plain fvwm, transparency and decent performance at the same time!

    If they ever get resolved then things might be different.
    I have the feeling that nothing will satisfy you except for bug-compatible Windows emulation, and even then you'd find something to critique.
  6. Re:Can I upgrade without reinstalling by kfg · · Score: 5, Funny

    I need a CD that sticks itself in the slot.

    And I supose you're going to be fussy about which slot, ain'cha?

    KFG

  7. Posting this from FC6 by tcopeland · · Score: 3, Informative

    Looks pretty nice; the startup screens are whizzy, Rails and PostgreSQL and Eclipse run fine, everything seems snappy. Besides:

    $ uname -r
    2.6.18-1.2798.fc6PAE

    w00t!

  8. Re:Does it support WPA-PSK out of the box? by pyros · · Score: 3, Informative

    That Ubuntu Wiki makes it look a lot harder than it really is. The wiki doesn't make it obvious that the paragraph after the first three apt-get commands is where the process ends for 95% of users. In most cases (if your wifi chip is already recognized and working) you can install network-manager-[kde|gnome], start the Notification Area applet, select your network from the list, enter the credentials, and you're done. The rest of the page is for manually setting up all the wpa stuff that Network Manager handles for you.

  9. Re:Can I upgrade without reinstalling by pyros · · Score: 3, Funny
    What if you don't have a CD? In debian you can just change your sources.list and type apt-get dist-upgrade.

    man, that sounds yummy.

  10. Re:Totem-xine? wtf? by forrestt · · Score: 3, Funny

    Fights like a schizophrenic 3 year old.

  11. Re:Have they fixed this issue yet? by tyler_larson · · Score: 5, Informative
    There is a nasty bug in Linux that makes the computer reboot every 49.7 days. The worst part is that this bug has been around for more than 10 years...

    You're think about Windows 95 and NT, not Linux. Windows drivers used the number of milliseconds since boot as the primary timekeeping mechanism. When that wrapped around to zero, some drivers crashed. See http://support.microsoft.com/kb/216641 for more information on this bug.

    Even though all of Microsoft's own code now properly handles the 49-day boundary, third-party code is still a problem on Windows systems. Most programs still use GetTickCount() as their primary sub-second timer, which returns that 32-bit milliseconds since boot. In fact, it was this very thing that shut down the LA air traffic control center some months back.

    This has never been a problem with Linux. Linux doesn't use milliseconds as any internal time representation. Instead, it uses either the timeval structure, or jiffies. Jiffies are 100ths of a second, whereas a timeval is a set of two numbers representing both seconds since 1970, and nanoseconds in the current second.

    Note that jiffies (in 32-bits) wrap around after 497 days, which used to cause a benign bug where the uptime display would wrap around to zero after that time period. No crash, though.

    What good is a million eyes looking at the code if they are attached to half a million idiots?

    I dare say they're not the idiots, here, sir.

    --
    "With sufficient thrust, pigs fly just fine. However, this is not necessarily a good idea...."
    RFC 1925
  12. Re:Can I upgrade without reinstalling by djmoberg · · Score: 5, Funny

    yes. Stick the CD in, reboot and select "Upgrade".

    Sorry, that's too complicated. I need a CD that sticks itself in the slot.

    May I suggest the Soviet Russian Linux distribution?

  13. Re:Can I upgrade without reinstalling by creepynut · · Score: 3, Funny

    The last time I tried upgrading Linux from a CD that stuck itself in the slot I ended up with a broken floppy drive!

  14. Re:running it now and... by arth1 · · Score: 5, Informative

    Here's my mini-review:

    - 64-bit version that actually installs without errors - great!
    - selinux enabled (and not permissive) out of the box - great!
    - very quick installation - great!
    - gnome 2.16 - great!
    - enabling yp doesn't actually start ypbind at bootup - not so great
    - setup requires you to set up a user under /home despite using yp - not so great
    - with two network cards with dhcp, the second will overwrite the configs of the first - not so great
    - dhcp client not sending hostname to dhcp server - not so great
    - bluetooth servers enabled by default and crash on shutdown on system without bluetooth - not so great
    - beagle started in slurp mode by default kind of throws any security advantage out the window - not so great
    - vnc started by default - not so great
    - acpi services enabled by default on system without acpi - not so great
    - X crashes if you click the button for enabling effects - not so great
    - no choice for popular packages with alternatives (like vim/nvi, firefox/seamonkey, bash/ash/ksh) - not so great
    - loads and loads of selinux warnings during normal operations, with logs growing to a gigabyte within a couple of hours - not so great
    - update and install apps hang every now and then, and have to be killed - not so great

    All in all, I like it better than the latest SuSE and Ubuntu, and I can see this being a good alternative for people who don't want to roll their own or use a lower-level approach like Gentoo. It still needs some polishing, though - especially in the networking and hardware detection setup. And I recommend setting this up on a trusted LAN only, as it seems to me to run too many services that may be helpful for newbies but spell potential trouble on untrusted networks.