Slashdot Mirror


Fedora Core 2 Test 2 Released

Kalak writes "Fedora Core 2 Test 2, part of the project's goal to 'work with the Linux community to build a complete, general purpose operating system exclusively from open source software', has just been released - this test release 'is specifically designed for SELinux testing, as well as testing the 2.6 kernel, GNOME 2.5, and KDE 3.2.1.' Get a copy from one of the mirrors or grab a copy via BitTorrent. You probably want the binary only Torrent."

17 of 264 comments (clear)

  1. Fedora News by hey · · Score: 4, Informative

    Maybe this is obvious -- I donno.
    If you are interested Fedora, check out:
    Fedora News
    (unofficial site).
    Lots of good stuff there.

    1. Re:Fedora News by prisen · · Score: 4, Informative

      Fedora Forum is also a good resource, which the "unofficial" fedora.artoo.net FAQ/Forum recently merged into.

    2. Re:Fedora News by geirt · · Score: 4, Informative
      --

      RFC1925
  2. No by Wesley+Felter · · Score: 4, Informative

    They can't include MP3 support precisely because Fedora is non-commercial. (Who would pay the per-copy license fees?)

  3. UL still alive and widely used by bigirondawg · · Score: 5, Informative

    No, UnitedLinux was formed by Caldera, Connectiva,TurboLinux, and SuSE. SCO is obviously not an active contributor anymore, but Suse, TurboLinux, and Connectiva continue to distribute UL. UL is actually more of a brand that stands for packaging uniformity, since you download (or purchase) the UL version you want based on the vendor you choose. (i.e. You can get UL based on the SuSE, Turbo, or Connectiva dist. of Linux.)

    Basically, the UL framework allows the companies to still market their product to corporations while still standardizing the Linux product and giving a (semi) unified front to the Linux world.

    --
    - Proofs of Sturgeon's Law Delivered Daily -
  4. Re:MP3 support? by rgmoore · · Score: 5, Informative

    No. Fedora is trying very hard to avoid IP issues, so they've deliberately refrained from including things like mp3 decoders and DVD decoders that might get them into legal trouble. Fortunately, Fedora does have apt and yum available, so it's easy to add external repositories, like FreshRPMS or Livna, both of which do include mp3 players and DVD decoders. It's very convenient, and avoids a lot of legal headaches for RedHat.

    --

    There's no point in questioning authority if you aren't going to listen to the answers.

  5. Re:Gnome 2.5 by Skeezix · · Score: 4, Informative

    They'll ship Fedora Core 2 final with GNOME 2.6, but GNOME 2.6 isn't due to be released until March 31st...

  6. Re:ACPI and kernel by prockcore · · Score: 4, Informative

    I hope their gonna switch to 2.6.4 cuz last time I checked, they were using 2.6.1 and acpi for that is still broken. For some reason, the acpi people don't even support 2.6.3 any more...

    When was the last time you checked? FCtest has been using 2.6.4 for a few months now.

  7. Re:Great by prockcore · · Score: 5, Informative

    But do we really need Yet Another Linux Distro?

    As far as I can see, Debian, Gentoo, Slackware and probably others are already


    Two of those distros are younger than RedHat (fedora).

    Plus none of those offer SELinux out of the box (which FCTest2 does), none of those offer xorg instead of XFree86 (which FCTest2 does).

  8. Re:MP3 support? by Kalak · · Score: 5, Informative

    The commercial / non-commercial isn't the reason - it's that mp3 is a proprietary format, and Fedora is still backed by RedHat. Royalty issues for mp3 have been talked about before on slashdot, and I don't see RedHat giving the nod to distributing mp3 decoders in Fedora any more than in the RedHat Enterprise distributions. It's the same as distributing the NTFS modules. New Fedora releases shouldn't effect this decision.

    Just grab XMMS RPMS for Fedora from their home page and let RedHat worry about what they distribute. NTFS module RPMS are available as well.

    --
    I am, and always will be, an idiot. Karma: Coma (mostly effected by .hack)
  9. Just finished installing on my desktop by bdigit · · Score: 4, Informative

    I had alot of problems, the graphic installer would not work for me, it would just lock my mouse up out of no where and I had to reboot. Once I got it installed I could not change my clock out of 24 hour format , the clock applet kept crashing. I tried to open hwbrowser to take a look into setting up my printer, that never loaded. The new nautilus is just garbage imho. I then tried to run yum but that failed as it couldnt reach any servers so I installed apt-get but I could not install any packages due to gpg issues. Sigh... core 1 runs fine on my laptop though.

  10. Live support URLs by jroysdon · · Score: 4, Informative

    fedoraforum.org has a wealth of info in the FAQs and Forums.

    For the newest issues, jump on IRC: irc.freenode.net #fedora

  11. Configure Fedora up2date to use a mirror by Copperhead · · Score: 4, Informative
    I was upset that the system pointed to download.redhat.com for updates, which is constantly being hammered. I would get 9k/sec if I was lucky, and the download was constantly freezing.

    However, in looking through the messages, I found that there is a document on how to use mirror servers as a source for updates. I'm surprised that Fedora doesn't have a system for balancing clients to different mirror servers, a la Gentoo, but now that I've picked a few mirrors, things have been a lot smoother.

    --
    Your reality is lies and balderdash and I'm delighted to say that I have no grasp of it whatsoever. - Baron Munchausen
  12. Re:fedora update by RichiP · · Score: 4, Informative

    This is a test of the distribution. This way, they get to test the ISOs, as well. You CAN apt-get upgrade or yum update your older release installation if you want to. Not everyone has an older installation and for those people, they'd rather download the new distribution rather than an old one and the upgrades.

    Would've been logical if you thought it through.

  13. Re:ACPI and kernel by ajs · · Score: 5, Informative

    This is still pre-release so your comments aren't too unreasonable, but just so that people understand that this isn't always the right way to look at the problem:

    The way version numbering works in Red Hat (and by extension, Fedora), is that the package version number is the version of the software that the package STARTED from, but it may have little to do with the state of the software as installed.

    For example, you might have openssh version 3.1 on a box, but if you look at the SRPM for that package, you will find security bug-fixes applied from all of the openssh versions between 3.1 and the current day.

    The SRPM is essentially three things: A tar-ball(s) of the original source as shipped by the developers; a set of patches or add-ons that the vendor has decided to include and a Makefile-like thing that RPM knows how to read called a spec file.

    Thus, FC2 might ship with Linux 2.6.4, but that doesn't mean it lacks a feature or bug-fix from 2.6.5... you have to check the patch-set in the SRPM to know that.

    Every time the contents of that SRPM are updated, the RPM version changes, so you'll see something like "foo-1.2-2", where 1.2 is the version of foo that the SRPM was based on, and this is the second build from Fedora.

  14. Re: NTFS by Burdell · · Score: 5, Informative
    There apparently are patent issues with NTFS, and people from Red Hat have said that multiple times (here for example).

    As for FAT, from what I've read the patent (patents?) doesn't cover the way Linux uses a FAT filesystem.

  15. Re:Not the first project to do this? by Pros_n_Cons · · Score: 4, Informative

    Damn my modpoints ran out just as i was reading the article =)

    "think if Red Hat really had the best interests of the Linux community in mind, they would have joined the UL project at the beginning, anyway, instead of trying to "go it alone" with their own marketing and distro environment."

    Do you think this has anything to do with it? A clip from a ZDnet Germany interview with Red Hat:

    Were you asked to be part of the UnitedLinux team? Were there any negotiations?
    We were asked to be a part of UnitedLinux team hours before their public announcement.

    If Red Hat got together with mandrake, developed a standard that is 99% red hat, Calls SuSe the day before its released and says. Hurry up and be a standard, you have 9 hours! Think SuSe would do that?

    --

    -- "of course thats just my opinion, I could be wrong." --Dennis Miller