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?"

13 of 205 comments (clear)

  1. Re:Can I upgrade without reinstalling by Anonymous Coward · · Score: 1, Informative

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

  2. 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.

  3. Re:Can I use my digital camera with it ? by Neil+Blender · · Score: 2, Informative
  4. Re:Can I use my digital camera with it ? by Anonymous Coward · · Score: 1, Informative

    Most distros have had great support for cameras for some time now. I'm quite sure the entire Fedora series has had "out of the box" support for cameras. I know Ubuntu has, from the start. I'm quite sure that Debian has had it for some time too. Suse has had it since 9.2? or was it only in 10?

  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. 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!

    1. Re:Posting this from FC6 by Erwos · · Score: 2, Informative

      I'm also running FC6 on my home print/storage server. I wish I had something to cry joyously about in this area, but it's more of the same - which I think is a good thing. My firewire RAID transferred flawlessly over, and once I figured out that, yet again, SELinux and Samba don't play nicely together, sharing was a breeze. I keep wishing I had one of those fancy VT/Pacifica chips so that I could experiment with the virtualization tools, which look particularly nice. I never really understood the hate some people have towards Fedora - other than a little bit of oddness with the graphical installer, it configured perfectly.

      I'm sure I'll have something much more interesting to say once I've had a chance to put it on my laptop, which is primary "user machine".

      --
      Plausible conjecture should not be misrepresented as proof positive.
  7. 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.

  8. 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
  9. Re:Setting up the Nvidia drivers by Anonymous Coward · · Score: 1, Informative

    livna, or freshrpms, NVIDIA rpms won't solve the problem he's describing.

    Assuming, from his short description (can't get to his site), that he also had the Fedora core 6 installer detecting his machine an i586 and installer that kernel rather than the i686 kernel... BUT... it then installs an i686 devel package.

    I had exactly the same trouble. FC6 installed a i586 kernel, with i686 dev packages. When NVIDIA installer tries to build the kernel module... it can't find the source (the i586 vs i686 conflict). This also happens with livna and freshrpms, so it's not an nvidia installer fault. It's also affect any that tries to build kernel modules.

    The solution is to download the i686 kernel rpm manual, and then rpm --force install it, and then reboot. So you will then have i686 packages for both the kernel and its devel package.

  10. Re:Totem-xine? wtf? by egr · · Score: 2, Informative

    gstreamer-plugins-ugly package has a quicktime support, not sure about wmv

  11. 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.

  12. El Fedoro Strikes Again by chemaja · · Score: 2, Informative
    Boring. Boring. BORING!

    I want to hear praise for my beloved distro!

    Not smelly little nVidia problems!

    Not patent-encumbered .mp3 files!

    WHY I LIKE FEDORA (comments/corrections welcome):

    * Ubuntu mangle upstream like Satan's little bitches (case in point: compare Dapper's Gnome logout dialog with Zod's implementation). I *like* vanilla Gnome. Leave us poor "vanilla GNU/Linux" people alone! Go modify your artwork and plug some gaping holes if you have to, but FFS...

    Fedora generally works closer with upstream, from what I've seen.

    * Debian doesn't package FreeNX. While it is possible to use a 3rd party repo, I'd really rather not -- I don't want to run some subtle fork of Debian. Debian's design and enforcement of quality distro policy is what makes Debian so great, and I want to see this greatness preserved, alive and evolving.

    Fedora Extras gives me FreeNX. I can't live without FreeNX -- it makes those long days at work sooo much nicer to have my home FC6 box at my fingertips in a fast way.

    * Arch Linux strip GNU Info documentation -- Arch becomes inconvenient to many, and may be seen as disrespecting the GNU Foundation.

    Fedora has GNU Info documentation. Duh! :-)

    * openSUSE are Novell's bitches, and Novell seem to be involved with travesties such as AppArmor and XGL. SELinux and AIGLX are the better implementations. Oh, and I remember cringing when finding PDF (not HTML) Novel/Linux documentation on Novell's site once upon a time. Ugh.

    Feodra have the most evolved SELinux implementation I've seen.

    * Foresight Linux is still a little unusable/unreliable for my needs. But "go team" for rPath and Foresight, that conary package manager has extreme potential :-)

    Ooh, and just one more little doosie: Fedora was the first *major* distro on the block with a stable (albeit self-declared "stable") Gnome 2.16.

    -chemaja