CommonInfrastructure

Differences between revisions 10 and 12 (spanning 2 versions)
Revision 10 as of 2013-06-24 02:07:48
Size: 2077
Editor: 99-191-111-134
Comment:
Revision 12 as of 2013-06-24 02:35:06
Size: 3494
Editor: 99-191-111-134
Comment: Add in the bugs that still look to be present, that were commented on in the Raring Release Notes
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was copied from RaringRingtail/Alpha2/CommonInfrastructure
Line 3: Line 2:
##StartRaringReleaseBugs ##StartSaucyReleaseBugs
Line 13: Line 12:
 * When using installer to upgrade or reinstall an existing installation with encrypted swap, the installer may fail to reuse the partition. A warning will be shown, however the installation can be completed. The installed system will not have swap activated and users are advised to recreate swap on their systems. Please see advice about adding and activating swap at: https://help.ubuntu.com/community/SwapFaq (Bug:1172002)

 * Installs on very small memory systems may fail to start or exit without completing with no error. It is recommended that swap be created before install for such systems. Please see advice about adding and activating swap at: https://help.ubuntu.com/community/SwapFaq (Bug:1172161)

 * When using unattended reboots (preseeded), casper will still wait for ENTER to be preseed by the user. This can be worked around by calling "sed -i 's/eject -p -m.*/&; [ "$prompt" ] || return 0/' /etc/init.d/casper" before rebooting the machine (as a late_command for example). (Bug:1172653)

 * In rare circumstances the 'Next' button on the installer 'Install Type' screen is non-functional. This is intermittent and may be resolved by hitting 'Back' and retrying. (Bug:1172572)
 

== Desktop ==

 * Skype won't start (Bug:1155327)

 * The official Google Chrome installer is built against libudev0 instead of the libudev1 available in Ubuntu 13.04. This should be fixed with Chrome 28 which is still in testing. We recommend that you install the open source chromium-browser from the Ubuntu Software Center until Google releases the fix for this issue. ([[https://code.google.com/p/chromium/issues/detail?id=226002 | Google: #226002]])
Line 15: Line 29:
 * There are reports of non-functional HDMI audio on various machines, even with proprietary drivers. In some cases analog built-in audio is affected too. Typically the the audio device does not show up in sound settings at all. (Bug:1169984)
Line 16: Line 32:
 * On certain ASUS machines with AMD graphic chips, a WMI event and ACPI interrupt are sent at the same time when hitting the hotkey to change display mode, resulting in the display mode being changed twice in succession. Users can work around this using the `Displays` panel in `System Settings` for changing display modes. (Bug:1052278)
 * On ASUS N53SN laptops, the kernel does not boot without noefi on commandline. (Bug:1053897)
Line 23: Line 38:
##EndRaringReleaseBugs
##EndSaucyReleaseBugs

Known Issues

Installation

  • The desktop image installer cannot unlock existing encrypted (LUKS) volumes. If you need to make use of existing encrypted volumes during partitioning, then use the "Try Ubuntu without installing" boot option to start a live session, open the encrypted volumes (for example, by clicking on their icons in the Unity launcher), enter your password when prompted to unlock them, close them again, and run ubiquity to start the installer. (1066480)

  • ARM OMAP4 machines will sometimes boot to a black screen during installation. It's likely that the system has booted fine, but you will need to switch to another tty then back to tty7 (Ctrl+Alt+F1 and then Alt+F7) to get graphics. (1065902)

  • On a mac with an external display can not run in framebuffer mode error occurs on the 2nd reboot onwards. (1066883)

  • When using installer to upgrade or reinstall an existing installation with encrypted swap, the installer may fail to reuse the partition. A warning will be shown, however the installation can be completed. The installed system will not have swap activated and users are advised to recreate swap on their systems. Please see advice about adding and activating swap at: https://help.ubuntu.com/community/SwapFaq (1172002)

  • Installs on very small memory systems may fail to start or exit without completing with no error. It is recommended that swap be created before install for such systems. Please see advice about adding and activating swap at: https://help.ubuntu.com/community/SwapFaq (1172161)

  • When using unattended reboots (preseeded), casper will still wait for ENTER to be preseed by the user. This can be worked around by calling "sed -i 's/eject -p -m.*/&; [ "$prompt" ] || return 0/' /etc/init.d/casper" before rebooting the machine (as a late_command for example). (1172653)

  • In rare circumstances the 'Next' button on the installer 'Install Type' screen is non-functional. This is intermittent and may be resolved by hitting 'Back' and retrying. (1172572)

Desktop

  • Skype won't start (1155327)

  • The official Google Chrome installer is built against libudev0 instead of the libudev1 available in Ubuntu 13.04. This should be fixed with Chrome 28 which is still in testing. We recommend that you install the open source chromium-browser from the Ubuntu Software Center until Google releases the fix for this issue. (Google: #226002)

Kernel

  • There are reports of non-functional HDMI audio on various machines, even with proprietary drivers. In some cases analog built-in audio is affected too. Typically the the audio device does not show up in sound settings at all. (1169984)

  • On some systems, when opening lid, there is a kerneloops with a suspend/resume failure message seen. (1054732)

Networking

  • In order to improve compatibility with other local nameserver packages, NetworkManager now assigns IP address 127.0.1.1 to the local nameserver process that it controls instead of 127.0.0.1. If the system's /etc/resolv.conf is absent or is a static file instead of the symbolic link to ../run/resolvconf/resolv.conf installed by default then this static file will have to be updated by the administrator in order to continue using the NetworkManager-controlled nameserver.

SaucySalamander/Beta1/CommonInfrastructure (last edited 2013-09-05 14:04:58 by 99-191-111-134)