ru

Differences between revisions 8 and 9
Revision 8 as of 2009-10-21 18:07:40
Size: 10931
Editor: host-94-75-165-x
Comment:
Revision 9 as of 2009-10-21 18:08:27
Size: 10900
Editor: 224-38-112-92
Comment:
Deletions are marked like this. Additions are marked like this.
Line 13: Line 13:
== Рекомендуемые пакеты устанавливаются по-умолчанию == == Рекомендуемые пакеты по-умолчанию ==


Этот документ описывает известные проблемы версии Ubuntu 9.10 и поизводные версии.

Системные требования

Минимальными требованиями к памяти для Ubuntu 9.10: 384 Мб для варианта с рабочим столом, и 256 Мб для других видов установки. (Обратите внимание, что часть оперативной памяти вашей системы может быть недоступна, так как используется графической картой).

Если доступен только минимально необходимый объём памяти, процесс установки займет больше времени, чем обычно, но завершится успешно, и система будет работать нормально после установки. На системах с небольшим количеством оперативной памяти можно использовать для установки либо вариант установочного диска "alternate", либо выбрать в установочном меню пункт "Установить Ubuntu" для запуска только программы установки вместо загрузки рабочего стола.

Установка

Рекомендуемые пакеты по-умолчанию

В соответствии с "Руководством по безопасности Debian" (Debian Policy Manual), которое говорит о том, что "В поле "Рекомендуемые" ('Recommends') должны перечисляться пакеты, которые, как правило, устанавливаются вместе с целевым пакетом, кроме особых случаев", теперь система управления пакетами будет устанавливать по-умолчанию как пакеты, перечисленные в поле "Зависимости", так и в поле "Рекомендуемые". Если вы хотите изменить это поведение для каких-либо конкретных пакетов, используйте apt-get --no-install-recommends; а если вы хотите отменить это глобально, пропишите строку APT::Install-Recommends "false"; в файле /etc/apt/apt.conf. Будьте осторожны - некоторые программы после этого могут потерять часть своих функций.

(Это изменение было сделано в Ubuntu 8.10.)

При использовании автоматической разметки диска может быть недоступен спящий режим

Стандартная схема разметки диска в установщике может, в некоторых случаях, привести к тому, что раздел свопа (swap) получит объём, меньший, чем физическая память компьютера, что приведёт к невозможности использования спящего режима, из-за того, что образ системной памяти не поместится в своп. Если вы хотите использовать спящий режим, убедитесь, что раздел свопа как минимум имеет объём, равный объёму физической памяти. (354126)

Other OS options not shown in boot menu when installing with Ubuntu 9.10 RC

After installation from the Ubuntu 9.10 Release Candidate, other installed operating systems are not correctly displayed in the boot menu. To correct this, users should run sudo update-grub from the commandline after rebooting to their installed Ubuntu system. (456776)

Upgrading

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

Kubuntu users can upgrade directly from Kubuntu 8.04 to Kubuntu 9.10. Users upgrading in this way are advised to also read the release notes for Ubuntu 8.10 and for Ubuntu 9.04, as the issues described there will in most cases also apply.

Setting wireless regulatory domain via module option no longer supported

Ubuntu 9.10 enables the CRDA wireless regulatory framework for controlling which wireless channels are usable and visible in a particular location. If you previously had to use the module option similar to that below in /etc/modprobe.d/options to allow access to certain channels in your locality then you may find that wireless will not function at all:

  • options cfg80211 ieee80211_regdom=EU

You should remove this kernel module option on upgrade to Ubuntu 9.10 and use the iw reg command instead.

(This change was made in Ubuntu 9.04.)

Upgrade from beta must be triggered manually

A bug in the apt package included in the Ubuntu 9.10 Beta prevents automatic notification of available package updates. Users who have installed or upgraded to Ubuntu 9.10 prior to the Release Candidate should ensure that updates are being made available by running update-manager manually, clicking Check, and installing the presented updates. (449535)

X server crashes when using a wacom tablet

The wacom driver in Ubuntu 9.10 supports automatic configuration, but it conflicts with manual device entries for wacom tablets in /etc/X11/xorg.conf, causing the X server to crash either on startup or shutdown. Please comment out or remove the entries from xorg.conf to get rid of the crashes. (358643)

Kubuntu may keep unneeded guidance power package

The kubuntu upgrade may leave the no longer needed packages "kde-guidance-powermanager" or "guidance-power-manager" installed. Those can be removed.

Ctrl-Alt-Backspace disabled by default in Xorg, configured via XKB

Since Ubuntu 9.04, the Ctrl-Alt-Backspace key combination to force a restart of X is now disabled by default, to eliminate the problem of accidentally triggering the key combination. In addition, the Ctrl-Alt-Backspace option is now configured as an X keymap (XKB) option, replacing the X server "DontZap" option and allowing per-user configuration of this setting.

As a result, enabling or disabling the Ctrl+Alt+Backspace shortcut can now be done easily from the desktop.

Enabling Ctrl-Alt-Backspace for Ubuntu

  • Select "System"->"Preferences"->"Keyboard"

  • Select the "Layouts" tab and click on the "Layout Options" button.
  • Select "Key sequence to kill the X server" and enable "Control + Alt + Backspace".

Enabling Ctrl-Alt-Backspace for Kubuntu

  • Click on the Application launcher and select "System Settings"
  • Click on "Regional & Language".

  • Select "Keyboard Layout".
  • Click on "Enable keyboard layouts" (in the Layout tab).
  • Select the "Advanced" tab. Then select "Key sequence to kill the X server" and enable "Control + Alt + Backspace".

For further information, see: https://wiki.ubuntu.com/X/Config/DontZap

Change in notifications of available updates

Ubuntu 9.10 launches update-manager directly to handle package updates, instead of displaying a notification icon in the GNOME panel. Users are notified of security updates on a daily basis, but for updates that are not security-related, users will only be prompted once a week.

Users who wish to continue receiving update notifications in the previous manner can restore the earlier behavior using the following command:

gconftool -s --type bool /apps/update-notifier/auto_launch false

(This change was made in Ubuntu 9.04.)

Other known issues

Switching to ext4 requires manually updating grub

If you choose to upgrade your / or /boot filesystem in place from ext2 or ext3 to ext4 (as documented on the ext4 wiki), then you must also use the grub-install command after upgrading to Ubuntu 9.04 to reinstall your boot loader. If you do not do this, then the version of GRUB installed in your boot sector will not be able to read the kernel from the ext4 filesystem and your system will fail to boot.

Avahi will not start if a .local domain is present

The avahi-daemon package, which implements the mDNS "zeroconf" standard, includes a check to avoid running when a conflicting .local DNS domain is present. It is reported that some ISPs advertise such a .local domain on their networks, which will leave Ubuntu 9.10 hosts unable to see names advertised on the local network (327362).

To force the use of mDNS on a network configured this way, users can run the commands:

sudo sed -i -e'/AVAHI_DAEMON_DETECT_LOCAL/s/1/0/' /etc/default/avahi-daemon
sudo service avahi-daemon start

Kubuntu GUI package manager does not warn about installing from unsigned package repositories

The kpackagekit package manager used in Kubuntu 9.10 does not notify users if the packages they are installing come from repositories that are not secured with PGP. Users who have unsigned package repositories in their /etc/apt/sources.list configuration and wish to be informed of any packages installed from these sources should use the apt-get commandline tool as a workaround. (256245)

Amarok will not offer to download additional codecs when running Kubuntu from the live CD

When started from the live session, Amarok will not offer to download additional media codecs when needed, so, for example, it will be unable to play MP3 files. This will work normally after the system is installed to the hard disk. (362538)

Sparc not supported by Ubuntu 9.10

The upstart init system in Ubuntu 9.10 fails to work on the sparc architecture due to an undiagnosed SIGBUS error. Users of Ubuntu on sparc are advised to remain on Ubuntu 9.04 instead of upgrading to 9.10. Assistance in resolving this architecture-specific bug for Ubuntu 10.04 is welcome. (436758)

KarmicKoala/ReleaseNotes/ru (last edited 2009-10-29 05:48:00 by 84)