No edit summary |
m (add category) |
||
Line 93: | Line 93: | ||
---- | ---- | ||
[[Category:Bugs|Common F06 bugs]] | [[Category:Bugs|Common F06 bugs]] [[Category:Common bugs]] |
Latest revision as of 00:02, 15 March 2018
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
- Release Summary. Make sure you read this page and related references in detail.
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
- Anaconda installing the wrong architecture kernel in some systems. cpuspeed is not working for the same reason. This does not affect out of box functionality on x86 much but if you are compiling third party kernel drivers you might run into this on x86 architecture. x86_64 and 32-bit PPC systems are not affected, while 64-bit PPC systems (Mac G5 and similar) will be unbootable when the 32-bit kernel is installed instead of the 64-bit version. https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=211941.
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
- Alternatively, you can run File:Bugs FC6Common kernel-fix.sh Kernel Fix Script] to install the latest i686 kernel instead of i586 kernel.
- iSCSI/ Static IP Anaconda crash - https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=212018. Workaround - Use the updated image provided in the bug report. Future releases will have explicit checks for this configuration to avoid this problem. Manual test case added to QA/TreeTestingTemplate.
- Default fonts dont look good due to potential issues with Freetype rendering. https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=210491
- Beagle hangs. https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=212370.
Less Common Issues
- Yum auto updates feature is not working. https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=212507
- Won't boot properly on Emachines T5026 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=178143. Workaround - Type vmlinuz initrd=initrd.img at the boot prompt.
- pvmove doesnt work on RAID1 systems. https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=205818
- Cold plugging USB devices on specific models do not work properly. https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=204396. We are working on at a patch at http://www.redhat.com/archives/fedora-devel-list/2006-October/msg00903.html
- https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=188750 - Add/Remove Programs (Pirut) does not support installing packages from media out of the box. This is a planned feature. http://katzj.livejournal.com/380795.html Look at http://www.city-fan.org/tips/YumRepoFromImages for a way to do this currently.
- PC speaker is enabled by default. This is not a bug but if you dont like this. There are two ways to circumvent the noise:
- Reduce its volume to a acceptable level or completely mute the PC speaker in alsamixer with the setting for "PC Speak".
- As root user disable the PC speaker system wide by runing the following command in a console.
modprobe -r pcspkr ; echo "install pcspkr :" >>/etc/modprobe.conf
- X session terminated during "yum update". https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=218207
- Using an Updates Repo during nfs installation fails. https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=215801
Firefox 2.0
See Firefox2
List of FC6 Bugs and RFE's
See Bug Status for more information.
- Status = NEW
- Status = ASSIGNED
- Status = REOPENED
- Status = CLOSED
- Status = NEEDINFO
- Status = MODIFIED
- Status = NEEDINFO_REPORTER
- Status = NEEDINFO_ENG