PDA

View Full Version : Fedora Core 3 Test 2 now available


Finalzone
20th September 2004, 05:04 PM
Lady and gentlement, Fedora development proudly announced that Fedora Core 3 Test 2 is available for testing. Here is the new features:


a minor change to the device model, switching from a static /dev to a dynamic /dev provided by udev
SELinux enablement
the GNOME 2.8 release candidate
KDE 3.3.0
X.org X11 6.8.0


Be in mind this is a test release so users should only install it for reporting bugs. You can download the ISO via fedora official site (http://fedora.redhat.com/), mirrors (http://fedora.redhat.com/download/mirrors.html) or Bit Torrent (http://torrent.linux.duke.edu/).

Fedore Core 1 which is no longed updated on official website is now transfered to Fedora Legacy community (http://fedoralegacy.org).

earobinson111
20th September 2004, 05:12 PM
Im Downloading it right now

ilja
20th September 2004, 05:17 PM

hmm should I? * X.org X11 6.8.0 sound too nice, to wait...

imdeemvp
20th September 2004, 07:21 PM
nice to know but i dont have an extra machine to test it....nor extra hd.

dpw2atox
20th September 2004, 08:37 PM
im gonna download and install tonight :-)

cybrjackle
20th September 2004, 08:43 PM
Got them d/l if I have time tonight will put it on a test box. I'm already running rawhide so just the install will be different i guess.

Lovechild
20th September 2004, 10:11 PM
as always, it rocks hard... I already had my system updated using yum, but just to test the installer for bugs I did a reinstall..

I must say while I wasn't overtly impressed with FC2 as a release, FC3 looks to be killer so far - test2 is good indicator and I like what I see.

jlacroix
21st September 2004, 05:48 AM
For reasons unknown to me, I have to reinstall my nvidia drivers every single time I boot. On each boot they fail, I remove them, install them, they work, reboot, they fail. I have no idea why this is happening and its driving me nuts!!!!

dpw2atox
21st September 2004, 09:55 PM
the reason this is happening is an issue with udev that is still being sorted out if my memory serves me properly. Go to fedora.redhat.com and check out the mailing lists. there are several people there reporting this issue as well.

Shadow Skill
21st September 2004, 10:05 PM
you can update fedora via yum? How? Does anyone know what ftp server I can use to do an ftp install of fc3t2?

jrittvo
21st September 2004, 10:16 PM
Try adding a line to your rc.local file to load the nvidia driver for you automatically each time you boot. I don't think you need to remove and reinstall it each time. It is just that the module isn't getting loaded. This forces it to load using a modprobe command . . . .

The file is located at /etc/rc.local and mine looks like this, with the nvidia line included:

-----------------------------------

#!/bin/sh
#
# This script will be executed *after* all the other init scripts.
# You can put your own initialization stuff in here if you don't
# want to do the full Sys V style init stuff.

touch /var/lock/subsys/local
/sbin/MAKEDEV sound
/sbin/modprobe nvidia

------------------------------------------------

I also needed to add the sound entry to have a /dev/dsp in place for alsa to use. Both of these seem to have something to do with the latest changes to udev, as the post above noted. Hope this helps you out!

Finalzone
21st September 2004, 10:16 PM
Edit your yum.conf by uncommenting the development repository.

Shadow Skill
21st September 2004, 10:32 PM
Thanks alot, I thought I did that though, I did a yum update and nothing came up should I do something like yum update fedora? When I can boot back into Fedora, I'll check my conf file. (I'm downloading the fc3t2 dvd in windows right now..hope I can get it done by noon tomorrow.)

davegod75
22nd September 2004, 01:58 AM
how do install this via ftp/http

what ip should i use and what folder do i point it to?