From Fedora Project Wiki

(add 813973 (preupgrade fail with small /boot partition))
Line 7: Line 7:


== My bug is not listed ==
== My bug is not listed ==
Not every bug is listed in this page, but [http://bugzilla.redhat.com Bugzilla] should be a comprehensive database of known bugs.  This page is a sampling of the bugs most commonly discussed on our mailing lists and forums.
Not every bug is listed in this page, but [http://bugzilla.redhat.com Bugzilla] should be a comprehensive database of known bugs.  This page is a sampling of the bugs most commonly discussed on our mailing lists and forums.


Line 71: Line 70:


To avoid this problem we recommend enabling the ''updates'' repository when upgrading to Fedora 17 whenever possible. If you do an upgrade to Fedora 17 and find the system will not shut down cleanly, check with {{command|uname -r}} whether the kernel you are using is from a previous release. If so, try to install and use a Fedora 17 kernel from the online repositories.
To avoid this problem we recommend enabling the ''updates'' repository when upgrading to Fedora 17 whenever possible. If you do an upgrade to Fedora 17 and find the system will not shut down cleanly, check with {{command|uname -r}} whether the kernel you are using is from a previous release. If so, try to install and use a Fedora 17 kernel from the online repositories.
{{Anchor|preupgrade-small-boot}}
=== preupgrade fails with small /boot partition ===
<small>[[#preupgrade-small-boot|link to this item]] - [[rhbug:813973|Bugzilla: #813973]]</small>
If you attempt to preupgrade from an earlier Fedora release to Fedora 17 on a system with a small /boot partition - less than 500MB in size - the second phase of the upgrade (when the system reboots to the Fedora installer to complete the upgrade) will fail to boot properly, dropping you to an emergency shell after repeatedly failing to download a file.
You can work around this issue by editing the bootloader entry for the upgrade and removing ''/LiveOS/squashfs.img'' from the end of the stage2= parameter, so that it ends with ''/os/''. Doing so should allow the upgrade to proceed as normal.


{{Anchor|mac-multi-EFI}}
{{Anchor|mac-multi-EFI}}

Revision as of 05:05, 18 September 2012

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

Release Notes

Read the F17 release announcement and the Fedora 17 Beta Release Notes for specific information about changes in Fedora 17 and other general information.

My bug is not listed

Not every bug is listed in this page, but Bugzilla should be a comprehensive database of known bugs. This page is a sampling of the bugs most commonly discussed on our mailing lists and forums.

To see if your bug has already been reported, you can search Bugzilla. If it has not yet been reported, we encourage you to do so to help improve Fedora for yourself and others. A guide to Bugs and feature requests has been prepared to assist you.

If you believe an already-reported bug report should be added to this page because it is commonly encountered, you can:

  • Add it yourself, if you have wiki access. Please follow the style and guidelines explained in the comments in the page source.
  • Or, add the CommonBugs keyword to the bug report. Someone from the QA team will then inspect the issue to determine whether the bug should be listed as a common bug. To expedite your request, please add a comment to the bug that includes
    1. a summary of the problem
    2. any known workarounds
    3. an assessment on the impact to Fedora users

For reference, you can query Bugzilla for bugs tagged CommonBugs:

  • CommonBugs? (bugs with CommonBugs keyword, but do not yet have a link to this page)
  • CommonBugs+(bugs with CommonBugs keyword and contain a link to this page)


Installation issues

Post-install reboot fails after NFS installation

link to this item - Bugzilla: #824191

Sometimes, after the completion of a Fedora 17 installation using an NFS repository, the reboot which ends the install process will fail, leaving the system stuck at a black screen or some kernel messages. It is quite safe to reboot manually at this point, the installation has completed successfully and the installed system will work correctly. We recognize that manual rebooting may be more difficult in the case of automated deployment of headless and/or remote systems. The issue occurs when the NFS repository in use is unmounted too quickly, while the installer is still attempting to use resources from it; it appears to be a race-prone issue, as it does not occur in every test, and seems to occur much more frequently on some test systems than in others.

There is an installer updates image which should work around the issue. For details on how to use an installer update image, see this page. Note that you will need to rename this file to updates.img for this to work.

You can also work around the issue by accessing the remote repository via HTTP or FTP rather than via NFS. HTTP/FTP repositories are not mounted, and so are not subject to the bug.

Kernel from previous release may still be used after upgrade, prevents clean shutdown

link to this item - Bugzilla: #820351

Starting during the Fedora 17 development cycle, the Fedora kernel team has started keeping the kernel package on all currently-supported releases as closely synchronized as possible. One unfortunate consequence of this policy is that it is now much more likely than previously that, on upgrading from one Fedora release to the next, no kernel from the new release will be installed. This will very likely be the case if you use the Fedora 17 DVD to upgrade from an updated Fedora 16 installation without enabling the updates online repository during the upgrade.

Unfortunately, due to the /usr move feature of Fedora 17, if you boot a Fedora 17 system using a kernel that was installed while the system was still running Fedora 16, it will be unable to shut down cleanly. You must use a kernel installed after the upgrade to Fedora 17 in order to shut down cleanly.

To avoid this problem we recommend enabling the updates repository when upgrading to Fedora 17 whenever possible. If you do an upgrade to Fedora 17 and find the system will not shut down cleanly, check with uname -r whether the kernel you are using is from a previous release. If so, try to install and use a Fedora 17 kernel from the online repositories.

preupgrade fails with small /boot partition

link to this item - Bugzilla: #813973

If you attempt to preupgrade from an earlier Fedora release to Fedora 17 on a system with a small /boot partition - less than 500MB in size - the second phase of the upgrade (when the system reboots to the Fedora installer to complete the upgrade) will fail to boot properly, dropping you to an emergency shell after repeatedly failing to download a file.

You can work around this issue by editing the bootloader entry for the upgrade and removing /LiveOS/squashfs.img from the end of the stage2= parameter, so that it ends with /os/. Doing so should allow the upgrade to proceed as normal.

New EFI system partition created every time you install on a Mac

link to this item - Bugzilla: #821187

Re-installing Fedora 17 on Macs in UEFI mode creates superfluous 200MB HFS+ partitions. When re-installing Fedora 17 on Macs using UEFI boot, and choosing the "Replace Existing Linux" installation type, the previous 200MB HFS+ partition used as /boot/efi will not be replaced. Instead a new one will be created. Both old and new boot options will appear in the option-key startup boot menu, and in Mac OS System Preferences > Startup Disk panel. It will not be clear which option is functional. To avoid this ambiguity, delete the 200MB HFS+ partition prior to re-installing Fedora 17, either from within the Anaconda user interface, or a CLI tool capable of editing a GPT. This does not affect first time installs.

ksdevice install parameter values are case-sensitive

link to this item - Bugzilla: #820366

In Fedora 17, the values for the ksdevice= parameter which can be passed to the installer are case sensitive. That is to say, ksdevice=bootif and ksdevice=link are valid, but ksdevice=BOOTIF or ksdevice=Link are not. Invalid values can cause the installer to fail to boot. This differs from previous releases, where the values were not case sensitive, so configurations which previously worked may no longer do so.

preupgrade from Fedora 16 does not update bootloader configuration

link to this item - Bugzilla: #815473

Due to several issues with grub and with the way preupgrade attempts to update the bootloader configuration, when you preupgrade from Fedora 16 to Fedora 17, the first stage of the process - the preupgrade application which runs within Fedora 16 - fails to upgrade the bootloader configuration on completion. This means that, when you reboot in order to complete the upgrade via the Fedora 17 installer, the system will by default boot not to the installer to complete the update process, but back to the existing Fedora 16 installation.

There is no danger in this, and the upgrade can still be run successfully, no matter how many times the system is booted to Fedora 16. To complete the upgrade, you only have to access the boot menu before the timeout expires and manually select the 'Upgrade to Fedora 17' entry. This will cause the installer to run and complete the upgrade.

Installer crashes if you edit an existing btrfs partition

link to this item - Bugzilla: #810141

If you use the 'custom partitioning' option in the Fedora 17 installer and attempt to edit an existing btrfs partition in any way, the installer will crash with the error "KeyError: 'fstypeCombo'". If you report the error it will show as a duplicate of bug #810141.

There is no direct workaround for this bug. Fedora 17 is not capable of interactively creating or modifying btrfs partitions in the installer. If you wish to use btrfs partitions in a Fedora 17 installation, the options available are either to use a kickstart (scripted installation) or install Fedora 16 and then upgrade.

Hardware issues

Systems hangs on X startup with NVIDIA GeForce GTX 580 adapter (affects installation)

link to this item - Bugzilla: #802026

It has been reported that a bug in the nouveau video driver causes systems with an NVIDIA GeForce GTX 580 video adapter to hang as soon as the X graphical environment starts up. This issue also affects installation, so as soon as X is started, installation hangs.

This issue can be worked around by disabling hardware acceleration. To do this, pass the kernel parameter nouveau.noaccel=1. You can append kernel parameters at boot time - of a live image, DVD or network install image, or an installed system - by hitting the Tab key when the system reaches the bootloader menu, and typing in the desired additional parameter.

You can make the workaround 'permanent' on an installed system either by editing it into the /boot/grub2/grub.cfg file, or by creating a file named /etc/modprobe.d/noaccel.conf containing a single line reading:

options nouveau noaccel=1

Software issues

Hibernation may lead to data corruption

link to this item - Bugzilla: #823871 - Bugzilla: #822071

There have been some reports that use of hibernation (suspend to disk, as opposed to suspend to RAM) may result in data corruption, possibly to files in /var/tmp. After a hibernate/resume cycle, the partition is reported as damaged by fsck. These reports are still being investigated, but as a precaution we highly recommend you avoid use of the hibernation function on systems containing important data. Sleep - suspend to RAM - is usually sufficient for most purposes.

GNOME login screen (GDM) always uses US keyboard layout if available

link to this item - Bugzilla: #816554

In Fedora 17, GDM (the GNOME login manager) is designed to always use the U.S. keyboard layout if it is available. This design is now considered to be flawed, but there was not time to change it for the release of Fedora 17. This means that if you install Fedora 17 using any of the keyboard layouts that are, by default, 'twinned' with the U.S. English layout - including Czech QWERTZ, Russian, several Indian layouts, and several others, all listed in this Bugzilla comment, then the chosen layout will be used during user creation in the firstboot utility, but the U.S. English layout will be selected by default in GDM. This is, obviously, confusing, and may lead to your 'correctly typed' password not being accepted, if the keys used to enter it differ between the two layouts. You can change the keyboard layout in GDM simply by clicking on the layout selector at the top-right hand corner of the screen.

Of course, you will also be affected by this issue if you typically use a layout other than U.S. English which does not come 'twinned' with the U.S. English layout by default, but you manually install the U.S. English layout after system installation.

DKMS broken due to executable being named dkms.old instead of dkms

link to this item - Bugzilla: #790521

The Package-x-generic-16.pngdkms package contains a very old post-install scriptlet which checks for /sbin/dkms and renames it to /sbin/dkms.old. This appears to have been intended to prevent an old copy of dkms in /sbin from overriding the Fedora-provided copy in /usr/sbin. However, with the /usr move feature in Fedora 17, /sbin is a symlink to /usr/sbin, and consequently the Fedora package itself effectively provides a copy of /sbin/dkms - which its own script promptly renames. The upshot is that there is no 'dkms' executable after installation of Fedora 17's Package-x-generic-16.pngdkms package, and so DKMS fails to work at all.

To work around this issue, manually rename /usr/sbin/dkms.old to /usr/sbin/dkms. You may have to do this after each update of the Package-x-generic-16.pngdkms package, at least until this bug is fixed.

We hope to issue an update to resolve this bug shortly.

SELinux deny_ptrace flag on by default: will prevent gdb etc. from working

link to this item

The SELinux deny_ptrace flag is enabled in Fedora 17. This will prevent applications that use the kernel ptrace(2) API - like gdb and strace, and other debugging utilities - from working: you will see an SELinux denial when trying to use them. To toggle the flag off (until reboot), so you can use a debugger, run setsebool deny_ptrace 0 as root. To make this change permanent even after rebooting, run setsebool -P deny_ptrace 0.

Soundcard inaccessible after upgrade from a previous Fedora release

link to this item - Bugzilla: #815413

A few users reported that after upgrading from Fedora 16 their /etc/pam.d/* configuration files did not reference the pam_systemd.so module. As a result, the user login sessions are not properly tracked by the systemd-logind daemon and the users are not granted access to sound and other devices. It is unclear what the exact conditions for the wrong PAM configuration to occur are. The problem does not seem to be easily reproduced. To fix the problem, run authconfig --updateall which will correct the PAM configuration files.

Disabling chronyd service does not stop chronyd from running

link to this item - Bugzilla: #821813

Due to the design used to allow the GNOME control center to enable or disable network time configuration, disabling the chronyd.service service will not in fact prevent chronyd from running if at least one of these conditions is true:

  • Network time is enabled in the GNOME control center.
  • ntpd.service is installed as well and enabled.

If you wish to prevent chronyd from starting, you can do systemctl mask chronyd.service. Or, you can remove the Package-x-generic-16.pngchrony package.