http://fedoraproject.org/wiki/Bugs/F10CommonCommon F10 bugsFrom FedoraProject(Redirected from Bugs/F10Common)
Fedora 10 - Common Bugs and Known IssuesThis page documents common bugs in Fedora 10 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 ListedNot 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 Rahul Sundaram with the bugzilla report number explaining why you believe that particular report qualifies as a common issue. Common Issues
DNS resolver not reliablelink to this item - Bugzilla: 459756 The name resolver in Fedora 10 did not work reliably in combination with some DNS servers. The symptoms were intermittent failures and/or unusually long delays in resolving DNS names. A workaround has been introduced in the glibc-2.9-3 update and seems to mitigate the problem while we wait for the real solution. GNOME session saving brokenlink to this item - Bugzilla: 465321, Bugzilla: 471980 and GNOME Bugzilla: 552387 The GNOME session management subsystem is being completely rewritten (see this page and this page), so this particular feature is in flux right now. This blog entry discusses a helpful workaround. Xfce Window Manager and Window Manager Tweaks brokenlink to this item - Bugzilla: 471927 Due to a "These settings cannot work with your current window manager (imsetting-xim)" To work around this issue, run the following command in a terminal, and then restart: su -c 'yum remove imsettings' ATI Radeon problemsIt is mentioned in the release notes, but you might have overlooked it: The kernel modesetting drivers for ATI Radeon are still in development and buggy. Some of the issues are tracked on xorg-x11-drv-ati while others are tracked with the kernel. If you see display-related problems on ATI Radeon then you can try
adding If the driver pick up wrong resolution, you may try to create Fedora 10 i686 Xen guest won't bootlink to this item - Bugzilla: 470905 Fedora 10 (i686) must use the As a workaround, you can use a kickstart file to install Error upgrading systems with kernel-xen installedlink to this item - Bugzilla: 472462 If you try to upgrade a system with PackageSackError: No Package Matching kernel
Installing Fedora 10 DomU on Fedora 8 Dom0 Failslink to this item - Bugzilla: 458164 Previous versions of fedora had a distinct kernel image for Xen
domains. This
is no longer the case for Fedora 10. The version of A newer build of
Wrong keyboard layout when entering boot crypto passwordlink to this item - Bugzilla: #472964 If a live medium was used to install Fedora, the system uses the
us keyboard layout, when you are prompted for your crypto boot
password. Once the system was sucessfully booted, running
D-Bus packages break some functionalityOn or around 2008-12-07, released D-Bus updates created some breakage in other Fedora software. The broken packages included PackageKit, which prevented some users from easily updating their systems to fix the problem. At this point, PackageKit and many other packages have been repaired. To repair the system, open a terminal and run the following command. Provide the root password at the prompt: su -c 'yum update' You must restart the system to complete the update.
New Fedora 10 installs do not boot, boot delays for 10 seconds or stabilization cannot be detectedlink to this item - Bugzilla: #473305 and Bugzilla: #470628 On
systems that use specific SCSI hardware (can include SATA controllers),
a fresh install could complete, but on reboot it would hang and either
display "stabilization cannot be detected", delay for 10 seconds or not
continue to boot at all, with sg or other devices being listed. # To fix this issue, boot from live-media. #Become root on the live-system (note the dash): su - # Enable LVM, if you are using LVM: vgchange -ay # Create a mount point: mkdir /mnt/sysimage # Mount your installed system (VGhere = Your VolumeGroup; # LVname = Name of Logical Volume): mount -t ext3 /dev/VGhere/LVname /mnt/sysimage # Note: Experienced users also mount your other mount points, # such as /var into the chroot. # If required mount the /boot partition into the chroot # (where sdxx is the /boot partition): mount -t ext3 /dev/sdxx /mnt/sysimage/boot # Mount the required special kernel directories into the chroot environment: mount --bind /dev/ /mnt/sysimage/dev mount --bind /proc /mnt/sysimage/proc mount --bind /sys /mnt/sysimage/sys # Change into the directory root of your installed system: chroot /mnt/sysimage # Rename your old initrd (note your initrd version might be different, # modify as required) mv initrd-2.6.27.7-130.fc10.x86_64.img initrd-2.6.27.7-130.fc10.x86_64.img.old # Create your new initrd image # Note: The third argument after mkinitrd is the kernel version) mkinitrd --with=scsi_wait_scan initrd-2.6.27.7-130.fc10.x86_64.img 2.6.27.7-130.fc10.x86_64 # Exit the chroot environment and reboot: exit reboot Now pray! Please note the lines beginning with a "#" are comments! Some command lines are separated by a carriage return. Important Note: mkinitrd-6.0.71-3.fc10 fixes the issue above!! Please update your system after fixing manually, or better after booting using the kernel argument "scsi_mod.scan=sync" !!!
SDL based apps have popping/crackling noisesSDL based applications such as Battle for Wesnoth and Enemy Territory: Quake Wars have popping/crackling noises. A fix is to tell SDL to use the ALSA driver. echo "export SDL_AUDIODRIVER=\"alsa\"" >> ~/.bash_profile Log out and log back in for this to take effect. To make it a system wide change (as opposed to a single user in the code above) add export SDL_AUDIODRIVER="alsa" to /etc/profile. References |
