LucidLynx


'work in progress based on Ubuntu release notes'

These release notes document known issues with lubuntu 10.04 Beta.

System Requirements

The minimum memory requirement for running lubuntu 10.04 is 128 MB of memory. Note that some of your system's memory may be unavailable due to being used by the graphics card.

To use the graphical installer from the live-cd, you need at least 160 MB of memory.

Systems with less memory need to perform a minimal installation (see documentation).

Lubuntu specific notes

"Install Lubuntu" menu entry will launch a desktop session

If you click on "Install Lubuntu", the desktop session will start instead of an ubiquity session only.

Untranslated menu entries

When you start the live-cd and select another language than English, you will have the first 2 menu entries not translated.

Missing support on live-cd

Ubuntu live-cd is shipped if some additional packages to enable support for some specific hardware ( like ndiswraper). Lubuntu don't have this support enable on the live-cd, but it can be installed after the installation.

Uninstalling lubuntu packages results in uninstalling lubuntu meta package

Currently the uninstalling of lubuntu packages, e.g. uninstalling chromium, results in uninstalling the lubuntu desktop meta package.

Ubuntu generic notes

Installation

Hibernation may be unavailable with automatic partitioning

The default partitioning recipe in the installer will in some cases allocate a swap partition that is smaller than the physical memory in the system. This will prevent the use of hibernation (suspend-to-disk) because the system image will not fit in the swap partition. If you intend to use hibernation with your system, you should ensure that the swap partition's size is at least as large as the system's physical RAM. (345126)

Package list must be manually refreshed before installing drivers

The "Hardware Drivers" tool (Jockey) requires up to date package lists before it detects and advertises necessary driver packages. Immediately after a new installation, these package lists will not be present. Before running Jockey for the first time, update the package lists using System->Administration->Software->Update Manager (on lubuntu) or "KPackageKit" (on Klubuntu). (462704)

GRUB menu.lst: install the maintainer's version vs. keep the local version

If you have previously modified the menu.lst bootloader configuration for GRUB, either by hand or with a tool such as kgrubeditor, you may be asked on upgrade whether you wish to keep your local version of the menu.lst or install the package maintainer's version. This question is asked because such changes cannot be merged automatically with 100% reliability, and care is taken to not overwrite the user's manually edited bootloader configuration without warning.

However, if you choose to "keep the local version currently installed," your system will not be set up to boot from any newly-installed kernels. Manual action is required on your part to ensure that your system is running the current, security-supported kernel after upgrade. If you have local changes to your bootloader config that you want to keep, it is recommended that you follow these steps:

  • Choose "keep the local version currently installed" at the prompt.
  • Open /boot/grub/menu.lst with a text editor (e.g., sudo gedit /boot/grub/menu.lst).

  • Apply any changes you've made to the kernel boot options to the commented variables (e.g., groot, kopt, defoptions) above.

  • Move any manually-added boot options for other operating systems so that they are above the line

    ### BEGIN AUTOMAGIC KERNELS LIST

    or below the line

    ### END DEBIAN AUTOMAGIC KERNELS LIST
  • Save the file, and run sudo update-grub from the commandline.

  • Choose "install the package maintainer's version".

For example, if you added an option i915.modeset=0 to the "kernel" line:

kernel          /vmlinuz-2.6.31-14-generic root=UUID=0e7... ro quiet splash i915.modeset=0

then add this option to kopt:

# kopt=root=UUID=0e7... ro i915.modeset=0

An updated version of the grub package will include information about this problem in the help screen for the menu.lst prompt. (470490)

Dovecot cmusieve plugin renamed to sieve

The "cmusieve" plugin used in dovecot has been renamed to "sieve". Users who have the following set in their dovecot configuration:

        mail_plugins = cmusieve

should change this to:

        mail_plugins = sieve

Other known issues

Upstart jobs cannot be run in a chroot

Upstart jobs cannot be started in a chroot because upstart acts as a service supervisor, and processes within the chroot are unable to communicate with the upstart running outside of the chroot (430224). This will cause some packages that have been converted to use upstart jobs instead of init scripts to fail to upgrade within a chroot. Users are advised to configure their chroots with /sbin/initctl pointing to /bin/true, with the following commands run within the chroot:

dpkg-divert --local --rename --add /sbin/initctl
ln -s /bin/true /sbin/initctl

Encrypted partitions must be listed in /etc/fstab

Users who have configured any encrypted partitions in /etc/crypttab to start at boot time (i.e., not using the noauto option) should make sure that the filesystems on these volumes are listed in /etc/fstab. Otherwise, the passphrase prompt is not guaranteed to be displayed at boot time.

Avahi will always start even if a .local domain is present

The avahi-daemon package, which implements the mDNS "zeroconf" standard, formerly included a check to avoid running when a conflicting .local DNS domain is present, as it was reported that some ISPs advertise such a .local domain on their networks, leaving lubuntu hosts unable to see names advertised on the local network (327362). In lubuntu 9.10, avahi-daemon is started regardless.

It is possible that this may cause other problems. If your network is configured this way, you can disable mDNS using the following command:

sudo stop avahi-daemon
sudo sed -e '/^start/,+1s/^/#/' /etc/init/avahi-daemon.conf

Working around bugs in the new kernel video architecture

lubuntu 10.04 LTS enables the new kernel-mode-setting (KMS) technology by default on most common video chipsets. While this is a major step forward for the graphics architecture in lubuntu, in some rare cases KMS will prevent your video output from working correctly, or from working at all. If you need to disable KMS, you can do so by booting with the nomodeset option. You can also save this setting so that it's applied at every boot by adding it to your grub config (for GRUB 2: edit /etc/default/grub and add nomodeset to GRUB_CMDLINE_LINUX, then run sudo update-grub; for GRUB 1: edit /boot/grub/menu.lst and add nomodeset to the line beginning with # kopt=, then run sudo update-grub). (533784, 541501)

No delay for boot menu with GRUB 2

When using the GRUB 2 bootloader included in lubuntu 10.04 LTS, the first boot option will by default be loaded automatically without pausing for user input. To interrupt the boot, users can hold down the Shift key to bring up the boot menu, allowing them to select a different boot option or to configure kernel arguments. (https://help.ubuntu.com/community/Grub2#GRUB%20vs%20GRUB%202)

Sun Java moved to the Partner repository

For lubuntu 10.04 LTS, the sun-java6 packages have been dropped from the Multiverse section of the lubuntu archive. It is recommended that you use openjdk-6 instead.

If you can not switch from the proprietary Sun JDK/JRE to OpenJDK, you can install sun-java6 packages from the Canonical Partner Repository. You can configure your system to use this repository via command-line:

     add-apt-repository "deb http://archive.canonical.com/ lucid partner"

Window corruption with older ATI graphics cards

With older ATI graphics cards with 32MB or less of video RAM some corruption of direct rendered windows, for example OSD notifier windows, might appear. This may be worked around by disabling 'RenderAccel' in the Xorg configuration. (426582)

To do this first exit to the console using the following command:

  • sudo service gdm stop

Then create an Xorg configuration file with the command below:

  • sudo Xorg -configure

Then add the 'RenderAccel' option to /etc/X11/xorg.conf:

  • Section "Device"
            ...
            Driver "radeon"
            Option "RenderAccel" "off"
    EndSection

And restart X/GDM.

  • sudo service gdm start

Incompatibility with nVidia upstream driver installer

lubuntu 10.04 LTS includes improved integration for nVidia binary driver packages. Unfortunately, this comes at the expense of compatibility with the installer provided upstream on the nVidia website. Users who wish to use the nVidia binary video drivers with 10.04 LTS should install them using the lubuntu packages, as made available under System -> Administration -> Hardware Drivers.

Intel 8xx X freezes/crashes

The -intel driver fails with X freezes or crashes on certain i8xx hardware. The issue is known upstream but solutions are still under development. For now, to work around the issue, boot with the -vesa video driver. See http://wiki.ubuntu.com/X/Bugs/Lucidi8xxFreezes for further details.

LXDE-lubuntu/ReleaseNotes/LucidLynx (last edited 2021-05-03 04:40:03 by guiverc)