Bugs/FC6Common

From FedoraProject

< Bugs
Revision as of 20:01, 28 May 2008 by Anubis (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Contents

Fedora Core 6 - Common Bugs and Known Issues

This page documents common bugs in Fedora Core 6 and, if available, fixes or workarounds for these problems. If you find your problem in this page, do not file a bug for it. Where appropriate, a reference to the current bug(s) in Bugzilla is included.


Release Summary, Announcement and Notes


My Bug Is Not Listed

Not every bug is listed in this page. You can use bugzilla queries in the bottom of this page for that. We have collected this based on commonly discussed issues in our mailing lists and forums. If you believe any particular bug report is missed out here and if you have wiki access, add it this page or contact RahulSundaram with the bugzilla report number explaining why you believe that particular report qualifies as a common issue.

Common Issues

On x86 installations you can bypass this bug in a new installation by specifying "linux i686" in the installation boot prompt.

An updates.img is available for this issue http://people.redhat.com/pnasrat/211941-updates.img. Please follow the instructions here: ["Anaconda/Updates"] .

To check which kernel package architectures are currently installed:

    rpm -qa 'kernel*' --queryformat "%{NAME}-%{VERSION}-%{RELEASE}.%{ARCH}\n"|sort

If the installed kernel architecture is i586, but your machine is i686 capable (Pentium II or K6II or higher), use the following simple workaround:

1.Install yumdownloader. yumdownloader is part of yum-utils in Fedora Extras. You can also manually download the kernel.

su -c "yum install yum-utils" 

2.Get the current i686 kernel:

yumdownloader kernel.i686 

3.If the version of the kernel downloaded is __larger__ than currently installed:

su -c "rpm -ivh kernel-2*.i686.rpm" 

Alternatively, if the version of the kernel downloaded is the __same__ as that currently installed:

su -c "rpm -ivh --replacefiles --replacepkgs kernel-2*.i686.rpm" 

4.Restart the machine.

reboot 

Less Common Issues

modprobe -r pcspkr ; echo "install pcspkr :" >>/etc/modprobe.conf

Firefox 2.0

See Firefox2

List of FC6 Bugs and RFE's

See Bug Status for more information.