From Fedora Project Wiki

Fedora 8 - Common Bugs and Known Issues

This page documents common bugs in Fedora 8 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.

With the alpha release of Fedora 9 comes the Bugs/F9Common page.


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

Sound does not play when resuming

After resume from suspend/hibernate or after VT switches hal has a (probably race-condition) bug that causes it not to restore ACLs on devices properly. Quick workaround is to switch between text console and x11 once or a couple of times. If that comes annoying you can still not let hal manage the rights, but add your udev rules. See Bug 384271 .

CD/DVD Install Hangs

There appears to be an issue between ISOLINUX and certain BIOSes where the USB keyboard does not work at the boot menu. This can be worked around by holding down the "shift" key during bootup to force the bootloader into text mode.

Bug 239585 - On certain systems, the CD/DVD may hang during boot with message "Ready". Most of the bugs that caused this are thought to be fixed, though on some systems adding "edd=skipmbr" to the kernel command line, works around this issue.

Upgrade Hang

Bug 372011 - Anaconda hangs resolving dependencies on upgrade.

Users with packages installed from other repositories can have their upgrade hang while resolving dependencies for the upgrade. Rebooting at this point is safe and will not leave your system in an inconsistent state. An update image is available for the problem at http://katzj.fedorapeople.org/updates-f8-yumloop.img. There are three ways to use this image:

  • If you have a network connection, the easiest is to add "updates=http://katzj.fedorapeople.org/updates-f8-yumloop.img" to the kernel command line.
  • If you don't have a network connection, you will need to have a partitioned USB key and then place the update image on the partition of the USB key and boot with "updates" added to the kernel command line.
  • The Fedora Unity Re-Spin has the image incorporated on the ISO images, look at http://spins.fedoraunity.org/spins

To confirm that the fix is in effect, you can switch to tty2 and ensure that there are files in /tmp/updates.

New CD boot images (boot.iso) will be available in the near future with the fix for this integrated and will then be linked here.

Sun Java Bug

Bug 254144 Fedora 8 includes IcedTea , a free and open source derivative of OpenJDK. Users trying to install Sun Java might run across a bug with the Sun JVM that makes it incompatible with the newer libX11 included in Fedora 8. Workaround is documented . We highly recommend using !IcedTea instead. Bug 390261 is also related.

Suspend/Resume Problem With Nvidia cards

Suspend option in the menu has been deliberately disabled in this release on systems with Nvidia cards since the default "nv" Xorg driver from Nvidia has a number of problems in handling of suspend and resume correctly. If you wish to override this default, add a file that contains ALLOW_NV_SUSPEND="yes" under /etc/pm/config.d

NetworkManager cannot connect to EAP-TLS secured wireless networks

Bug 323371 - The !NetworkManager 0.7 snapshot included in Fedora 8 cannot connect to networks that use encrypted certificate files for authentication. This is fixed in NetworkManager-0.7.0-0.6.7.svn3204.fc8 + libdhcp-1.27-4.fc8 + libnl-1.0-0.15.pre8.git20071218.fc8, which are available as an update.


NetworkManager fails to see wireless networks with Intel 3945 chipsets

Bug 319071 If you have the Intel 3945 wireless chipset, you may experience trouble finding and associating with wireless networks in NetworkManager. Try adding

options iwl3945 disable_hw_scan=1

to /etc/modprobe.conf

NetworkManager prompts for default keyring to unlock

Bug 344611 You are keep getting annoying prompt for default keyring to unlock over and over whenever you login or use NetworkManager. See File:Bugs F8Common nm-keyring.png screenshot] . Try running,

echo -n default > ~/.gnome2/keyrings/default

Cannot start ssh: Service will not start after installation of the x86_64 version

Bug 364971 - /usr/sbin/sshd: Permission denied

This issue should be fixed by updating to the latest selinux-policy-targeted which is greater than selinux-policy-targeted-3.0.8-44.fc8

Package Updater (PUP) is asking to insert CD

Bug 381721 - In a fresh F8 DVD install, you might see Package Updater (PUP) is asking to insert CD when you launch it for the first time. As a work-around, click on Repository Manager and uncheck "Install Media". See a File:Bugs F8Common Repository Manager Install Media.png screenshot] .

Booting Installer on Dell Notebooks

Using boot.iso the install hangs during the initial boot at the following:

running install...
running /sbin/loader

Try adding

nohz=off nolapic

to the kernel line.


Less Common Issues

Installer fails on i586 hardware

Bug 367731 - Anaconda fails on Via VPSD motherboard and other i586 hardware such as Pentium processors, and AMD-K6 2.

A fix has been backported from anaconda development into Fedora 8 stock anaconda and added to the Fedora 8 Re-Spin

Help viewer crashes when searching

Bug 361041 - yelp (the GNOME Help Browser) may crash when you use its search box. This happens on systems where virt-manager is installed, due to a bug exposed by a bad help file in the virt-manager package. Bug 361071 tracks the bad help file.

This is fixed in yelp-2.20.0-5.fc8, which is available as an update.

Upgrade fails when using SELinux strict policy

Bug 369611 - Machines using the SELinux strict policy (selinux-policy-strict package) cannot upgrade because the new consolidated selinux-policy-targeted package does not properly obsolete the old strict package. To upgrade, first remove the strict policy using the command rpm -e selinux-policy-strict, or use the Fedora 8 Re-Spin

USB Drives Cause Install to Fail

Bug 466106 - USB drives that are attached to the system and powered up may cause the install to fail. If possible power down the device, remove it and restart the installation. Once the system is updated the device(s) will work properly.

Behavior Changes

Partition table claimed to be invalid on previously working drive

Bug 241288 - Prior to Fedora 7, the host protected area of hard drives was often ignored and formatted as usable drive space. Starting with Fedora 7 and the new libata driver subsystem, the host protected area is respected by default. As a result, its possible the Fedora 8 kernels will believe your drive has a partition that extends off the end of the disk, as the sectors of the hpa are masked out. The work-around to upgrade such systems is to pass the module parameter 'libata.ignore_hpa=1' when booting the installer. For example, when booting the installer cd, boot with:

boot: linux libata.ignore_hpa=1

Those upgrading from FC6 or earlier via yum on impacted systems can add a line to modprobe.conf along these same lines to allow an F8 kernel to boot their system. Ex:

options libata ignore_hpa=1

Sound device permissions managed by HAL + ConsoleKit

Fedora 8 uses HAL and !ConsoleKit to manage permissions on the sound devices. If you have disabled the !ConsoleKit service or you use a login manager that is not !ConsoleKit-aware then you will have to set the permissions manually.

Bug 228079 - wdm needs to use !ConsoleKit
Bug 228110 - Main HAL/!ConsoleKit bug. Contains a technical discussion about some of the reasons for using !ConsoleKit to manage consoles.

References