IntrepidReleaseNotes

Differences between revisions 1 and 45 (spanning 44 versions)
Revision 1 as of 2008-04-17 02:21:09
Size: 2938
Editor: minbar
Comment: import applicable upgrade issues from Gutsy notes, & document iSCSI
Revision 45 as of 2008-10-02 17:05:38
Size: 2922
Editor: minbar
Comment: document linux-rt lack
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
These release notes document known issues with Ubuntu 8.04 LTS and version 8.04 of Kubuntu and Xubuntu. ||<tablestyle="float:right; width:40%; background:#F1F1ED; margin: 0 0 1em 1em;" style="padding:0.5em;"><<BR>> <<TableOfContents>>||

These release notes document known issues with Ubuntu 8.10 and its variants.
Line 5: Line 7:
The minimum memory requirement for Ubuntu 8.04 is 384MB of memory for desktop CDs, and 256MB for other installation methods. (Note that some of your system's memory may be unavailable due to being used for the graphics card.) The minimum memory requirement for Ubuntu 8.10 is 256 MiB of memory. (Note that some of your system's memory may be unavailable due to being used for the graphics card.)
Line 7: Line 9:
With only the minimum amount of memory available, the installation process will take longer than normal, but will complete successfully, and the system will perform adequately once installed. Low-memory systems may be able to use the desktop CD to install by adding the `only-ubiquity` boot option to run just the installer rather than the whole desktop. With only the minimum amount of memory available, the installation process will take longer than normal, but will complete successfully, and the system will perform adequately once installed. Low-memory systems may be able to use the desktop CD to install by selecting "Install Ubuntu" from the boot menu to run just the installer, rather than the whole desktop started by selecting "Try Ubuntu without any change to your computer".
Line 11: Line 13:
== iSCSI partitions ==

 * The open-iscsi package is now a maintained option in Ubuntu 8.04 LTS, and iSCSI NAS partitions can be configured right from the installer. At this time, however, the root and boot filesystems should be placed on a local partition, with /usr on the same filesystem as root.
Line 17: Line 15:
Users of Ubuntu 7.10 or Ubuntu 6.06 LTS can upgrade to Ubuntu 8.04 by a convenient automated process. Complete instructions may be found at http://www.ubuntu.com/getubuntu/upgrading. Users of Ubuntu 8.04 can upgrade to Ubuntu 8.10 by a convenient automated process. Users of older Ubuntu releases need to upgrade to Ubuntu 8.04 LTS first, and then to 8.10. Complete instructions may be found at http://www.ubuntu.com/getubuntu/upgrading.
Line 19: Line 17:
== Route metrics == == X.org Input Devices ==
Line 21: Line 19:
 * ifupdown now sets the default route metric to 100 for interfaces with no metric option set in /etc/network/interfaces. This change makes no difference for most users, but may affect a few users with complex networking requirements. If you rely on the previous default route metric of 0 (zero), edit /etc/network/interfaces and set the metric option explicitly for your interface, for example: {{{
iface eth0 inet static
        address 192.168.0.2
        network 192.168.0.0
        broadcast 192.168.0.255
        netmask 255.255.255.0
        gateway 192.168.0.1
        metric 0
}}}
The X.Org configuration file (/etc/X11/xorg.conf) still has InputDevice entries
for the mouse and keyboard, but they are ignored now because input-hotplug is
used. The keyboard settings come from /etc/default/console-setup, and to change
them please use `sudo dpkg-reconfigure console-setup`. After that, HAL and X
need to restart (or just reboot your system).
Line 31: Line 25:
== Network Manager == After the upgrade it might happen that there are no input devices
(keyboard, mouse) available under X.org at all. This can be caused by a cache handling error in "Hal"
(https://bugs.launchpad.net/bugs/275825).
Press Ctrl+Alt+F1 to log into a text console, and run
`sudo rm /var/cache/hald/fdi-cache`. After that, HAL and X
need to restart (or just reboot your system).
Line 33: Line 32:
 * In Ubuntu 8.04, network-manager only manages interfaces that are marked for roaming. Thus, all interfaces that were previously managed by network-manager will be set to roaming mode during upgrade. Technically, this takes any interface stanzas using the `dhcp` method with no options and that are marked `auto`, and removes them from /etc/network/interfaces. If you rely on your interfaces being started by ifupdown when the system starts up, you need to re-enable them in /etc/network/interfaces manually, or disable roaming in '''System''' -> '''Administration''' -> '''Network'''. After upgrading to 8.10, some keys might misbehave in X. Please make sure you
have set the keyboard model as "Generic Evdev-managed keyboard" in System →
Preferences → Keyboard, in the tab Layouts.
Line 35: Line 36:
== NFS mount support == == GNOME Logout Applet ==
Line 37: Line 38:
 * To mount NFS filesystems, you must now install the `nfs-common` package. The "Logout" applet, which earlier Ubuntu releases put by default at the right side of the panel does not offer the shutdown/reboot/hibernate/suspend actions any more (since they were now split out to a separate action and dialog). It is recommended that you remove this applet and replace it with the "User Switcher" applet, which now combines the previous "User switcher" and "Logout" applets. This change is currently not yet done automatically on upgrade (https://bugs.launchpad.net/bugs/274146)
Line 39: Line 40:
== UltraSPARC disk label changes == == UbuntuStudio real-time kernel support ==
Line 41: Line 42:
 * Users upgrading to Ubuntu 8.04 LTS on UltraSPARC from Ubuntu 6.06 LTS should manually re-run fdisk on all disks. fdisk will warn if the disk label needs to be updated; follow its instructions. New installations of Ubuntu 8.04 will automatically use the new disk label format.

= Other known bugs =
No real-time kernel variant is available for the Linux 2.6.27 kernel included with Ubuntu 8.10. Users of Ubuntu``Studio 8.04 who need real-time kernel support are advised not to upgrade to Ubuntu``Studio 8.10.

These release notes document known issues with Ubuntu 8.10 and its variants.

System Requirements

The minimum memory requirement for Ubuntu 8.10 is 256 MiB of memory. (Note that some of your system's memory may be unavailable due to being used for the graphics card.)

With only the minimum amount of memory available, the installation process will take longer than normal, but will complete successfully, and the system will perform adequately once installed. Low-memory systems may be able to use the desktop CD to install by selecting "Install Ubuntu" from the boot menu to run just the installer, rather than the whole desktop started by selecting "Try Ubuntu without any change to your computer".

Installation

Upgrading

Users of Ubuntu 8.04 can upgrade to Ubuntu 8.10 by a convenient automated process. Users of older Ubuntu releases need to upgrade to Ubuntu 8.04 LTS first, and then to 8.10. Complete instructions may be found at http://www.ubuntu.com/getubuntu/upgrading.

X.org Input Devices

The X.Org configuration file (/etc/X11/xorg.conf) still has InputDevice entries for the mouse and keyboard, but they are ignored now because input-hotplug is used. The keyboard settings come from /etc/default/console-setup, and to change them please use sudo dpkg-reconfigure console-setup. After that, HAL and X need to restart (or just reboot your system).

After the upgrade it might happen that there are no input devices (keyboard, mouse) available under X.org at all. This can be caused by a cache handling error in "Hal" (https://bugs.launchpad.net/bugs/275825). Press Ctrl+Alt+F1 to log into a text console, and run sudo rm /var/cache/hald/fdi-cache. After that, HAL and X need to restart (or just reboot your system).

After upgrading to 8.10, some keys might misbehave in X. Please make sure you have set the keyboard model as "Generic Evdev-managed keyboard" in System → Preferences → Keyboard, in the tab Layouts.

GNOME Logout Applet

The "Logout" applet, which earlier Ubuntu releases put by default at the right side of the panel does not offer the shutdown/reboot/hibernate/suspend actions any more (since they were now split out to a separate action and dialog). It is recommended that you remove this applet and replace it with the "User Switcher" applet, which now combines the previous "User switcher" and "Logout" applets. This change is currently not yet done automatically on upgrade (https://bugs.launchpad.net/bugs/274146)

UbuntuStudio real-time kernel support

No real-time kernel variant is available for the Linux 2.6.27 kernel included with Ubuntu 8.10. Users of UbuntuStudio 8.04 who need real-time kernel support are advised not to upgrade to UbuntuStudio 8.10.

IntrepidReleaseNotes (last edited 2009-12-23 01:08:47 by ip72-213-131-215)