ru

Differences between revisions 21 and 22
Revision 21 as of 2009-04-16 07:06:19
Size: 13592
Editor: host-94-75-167-x
Comment:
Revision 22 as of 2009-04-22 11:59:59
Size: 20677
Editor: 84
Comment:
Deletions are marked like this. Additions are marked like this.
Line 17: Line 17:

== Wrong display when installing to largest continuous free space on disk ==

"When both the "Install them side by side" option and the "Use the largest continuous free space" options are present, the "Use the largest continuous free space" option will display the wrong information in the partition bar that shows what the disk will look like after installation. However, selecting this option will correctly install Ubuntu into the largest empty partition."
Line 38: Line 42:
== python ImportError with systems upgraded before Ubuntu 9.04 release candidate ==

A bug in the python packages present in jaunty prior to the Ubuntu 9.04 release candidate caused python modules to fail to be registered for use with the current python version, python 2.6. This problem appears as an import error, e.g:
{{{
ImportError: No module named foo
}}}
even though the package providing the module package is installed.

To correct this, run the command:
{{{
sudo dpkg-reconfigure python-foo
}}}
for each {{{python-foo}}} package providing an affected module.

== Upgrades from alphas may need re-encryption of encrypted home directories ==

Users who were running eCryptfs on the Jaunty Alpha milestones are advised to re-encrypt any encrypted files. An upstream 2.6.28 kernel bug caused random kernel memory to be written to eCryptfs encrypted file headers. The fix has been applied and deployed to Ubuntu users in the Jaunty RC kernel. Ubuntu eCryptfs users running this kernel should re-encrypt each encrypted file using /usr/bin/ecryptfs-rewrite-file. For more information, please see [[http://manpages.ubuntu.com/manpages/jaunty/en/man1/ecryptfs-rewrite-file.1.html|ecryptfs-rewrite-file(1)]]. See [[Bug:345544|Bug 345544]].
Line 50: Line 72:
== Network management applet must be re-added on Kubuntu upgrade ==

When upgrading from Kubuntu 8.10, the new Network Management applet will need to be added to the panel manually. (Bug Bug:349066)

|| {{attachment:plasma-1.png}} || {{attachment:plasma-2.png}} || {{attachment:plasma-3.png}} ||
|| Click the Plasma icon in the bottom right. || Click Add Widget. || Double click on Network Management. ||

== Kubuntu Network Management applet does not connect to WPA2 networks ==

The Network Management applet in Kubuntu does not connect to WPA 2 network or some VPN setups. You can use knetworkmanager (available on the DVD) or network-manager-gnome as a workaround. [[Bug:339313|Bug 339313]]

== Ctrl-Alt-Backspace disabled by default in Xorg ==

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. Users who do want this function can enable it in their xorg.conf, or by running the command {{{dontzap --disable}}}.

== Change in notifications of available updates ==

Ubuntu 9.04 introduces a change to the handling of package updates, launching {{{update-manager}}} directly instead of displaying a notification icon in the GNOME panel. Users will still be 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
}}}

Line 55: Line 103:

== Lock-ups when deleting files from ext4 filesystems ==

In some cases, deleting files from an ext4 filesystem is reported to cause soft lock-ups in the kernel (Bug:330824). Investigation of this problem is ongoing, and it is expected that a fix for this problem will be made available as a post-release update. To avoid this problem, users may wish to install using the default ext3 filesystem and convert their filesystem to ext4 (as documented on the [[http://ext4.wiki.kernel.org/index.php/Ext4_Howto#Converting_an_ext3_filesystem_to_ext4|ext4 wiki]]) once a fix is available.

== Possible data-loss problems resizing ext4 ==

The resize2fs tool may cause data loss when growing or shrinking ext4 filesystems off-line. See [[http://article.gmane.org/gmane.comp.file-systems.ext4/12763|this mail from the upstream maintainer]] for more details. Unfortunately we became aware of this too late to fix it in Ubuntu 9.04. If you wish to resize an ext4 filesystem using the tools in Ubuntu 9.04, you may be able to work around these problems by first disabling the `flex_bg` and `uninit_bg` features (do not attempt this on a mounted filesystem!): {{{
tune2fs -O ^flex_bg,^uninit_bg /dev/DEVICE_NAME
e2fsck /dev/DEVICE_NAME
}}} However, we still strongly recommend taking significantly more care with backups than usual before attempting to resize an ext4 filesystem.
Line 67: Line 126:
   /!\ In some cases this will lead to the graphical environment not starting at all or becoming entirely unusable. In that case, start into rescue mode or press Ctrl+Alt+F2 and log into the text console, and use `sudo nano /etc/X11/xorg.conf` to revert the UXA option.
Line 73: Line 134:

== Pulseaudio inadvertently enabled in Kubuntu when installing from DVD or upgrading with apt-get ==

When installing Kubuntu 9.04 from the DVD or alternate CD images, or upgrading to Kubuntu 9.04 from a previous release using {{{apt-get dist-upgrade}}}, the {{{pulseaudio}}} package will be installed in error. This package is not intended to be installed as part of the Kubuntu desktop. Users can remove this package with the command:
{{{
sudo apt-get remove --purge pulseaudio
}}}

== Apparmor profiles incompatible with ecryptfs ==

When using encrypted directories together with apparmor in enforcing mode, apparmor will deny access to certain files unexpectedly because the Linux kernel sees the process as accessing the file via both the unencrypted and encrypted paths (Bug:359338). As a workaround, users can modify their apparmor profiles under {{{/etc/apparmor.d/}}} to grant permissions to {{{@{HOME}/.Private/**}}}.

== 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.04 hosts unable to see names advertised on the local network (Bug: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
}}}

== Wubi reuses a pre-existing "ubuntu" directory and removes it on uninstallation ==

If there is a pre-existing directory called "ubuntu" in the target drive, it will be reused during the Windows installation and the full directory will be removed when uninstalling (Bug:364166). This will result in the loss of any files which were originally in that directory. It is recommended to rename any directory called "ubuntu" before proceeding with a Wubi installation.


Contents

  1. Системные требования
  2. Установка
    1. Рекомендованные пакеты устанавливаются по умолчанию
    2. Wrong display when installing to largest continuous free space on disk
  3. Обновление с предшествующих версий
    1. Ошибки загрузки на системах с чипсетом Intel D945
    2. При обновлении с бета-версии, возможно, придётся заменить LABEL= в /etc/fstab
    3. python ImportError with systems upgraded before Ubuntu 9.04 release candidate
    4. Upgrades from alphas may need re-encryption of encrypted home directories
    5. Пользователи, обновляющиеся с Ubuntu 8.10 могут иметь установленный в системе lilo
    6. Установка беспроводного регулирующего домена через опцию модуля ядра более не поддерживается
    7. Network management applet must be re-added on Kubuntu upgrade
    8. Kubuntu Network Management applet does not connect to WPA2 networks
    9. Ctrl-Alt-Backspace disabled by default in Xorg
    10. Change in notifications of available updates
  4. Другие известные проблемы
    1. Переход на ext4 требует ручного обновления grub
    2. Lock-ups when deleting files from ext4 filesystems
    3. Possible data-loss problems resizing ext4
    4. На архитектуре ARM возможны внезапные зависания
    5. Потеря производительности на видеокартах Intel
    6. Зависания при использовании спящего/ждущего режимов на системах с видеокартами Intel
    7. Pulseaudio inadvertently enabled in Kubuntu when installing from DVD or upgrading with apt-get
    8. Apparmor profiles incompatible with ecryptfs
    9. Avahi will not start if a .local domain is present
    10. Wubi reuses a pre-existing "ubuntu" directory and removes it on uninstallation

Этот документ содержит решения известных проблем Ubuntu 9.04 и её производных.

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

Минимальное количество оперативной памяти, необходимой для работы Ubuntu 9.04 составляет 256 Мб. (Обратите внимание на то, что некоторый объём вашей системной памяти может использоваться видеокартой). С минимально возможным объёмом ОЗУ процесс установки займёт большее, чем обычно, время, но будет успешно закончен и система будет полностью работоспособной после установки. Установку Ubuntu 9.04 на системы с малым количеством оперативной памяти предпочтительнее выполнять, выбрав "Install Ubuntu" из меню загрузочного диска, запустив таким образом только установщик системы, а не рабочий стол полностью, как происходит при выборе "Try Ubuntu without any change to your computer".

Установка

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

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

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

Wrong display when installing to largest continuous free space on disk

"When both the "Install them side by side" option and the "Use the largest continuous free space" options are present, the "Use the largest continuous free space" option will display the wrong information in the partition bar that shows what the disk will look like after installation. However, selecting this option will correctly install Ubuntu into the largest empty partition."

Обновление с предшествующих версий

Пользователи Ubuntu 8.10 могут перейти на Ubuntu 9.04, используя обычный автоматизированный процесс обновления. Пользователи более старых версий Ubuntu должны сперва обновиться до Ubuntu 8.10, а затем до 9.04. Полные инструкции находятся на http://www.ubuntu.com/getubuntu/upgrading.

Пользователи Kubuntu могут напрямую обновиться с версии 8.04 до Kubuntu 9.04. Пользователям, которые будут обновляться подобным образом, рекомендуется прочитать замечания к релизу Ubuntu 8.10, так как вопросы, разобранные там, тоже будут иметь место.

Ошибки загрузки на системах с чипсетом Intel D945

Пользователи отмечают более медленное, чем обычно, распознавание жёстких дисков SATA на материнских платах с чипсетом Intel D945 на Ubuntu 9.04. При загрузке это может привести к выпадению в оболочку initramfs с выводом ошибки "Gave up waiting for root device." («Превышение времени ожидания системного устройства»). Подождите 1-2 минуты, а затем выйдите из оболочки initramfs, набрав 'exit'. Далее процесс загрузки должен продолжиться в обычном режиме. Если этого не происходит, подождите дольше и попробуйте снова. Когда система загрузится, отредактируйте /boot/grub/menu.lst, добавив rootdelay=90 в строку используемого ядра. (Bug 290153).

При обновлении с бета-версии, возможно, придётся заменить LABEL= в /etc/fstab

Системы Ubuntu Jaunty Alpha 5, Jaunty Alpha 6, либо Ubuntu 9.04 beta могут использовать синтаксис LABEL= в /etc/fstab для идентификации файловых систем. Это может служить причиной непредсказуемого поведения в случае, если в систему будет добавлен другой диск (например USB), содержащий файловые системы с совпадающими метками. Если вы не уверены в невозможности возникновения такой ситуации, то рекомендуется перейти на использование универсальных уникальных идентификаторов (UUIDs).

Например, если файловая система идентифицируется как LABEL=home в /etc/fstab, вы можете найти её UUID следующим образом:

blkid -o value -s UUID -l -t LABEL=home

Теперь вы можете заменить LABEL=home на UUID=output, где output — это ответ от blkid.

При установке релиз-кандидат версии или финальной версии Ubuntu 9.04 эта проблема не возникает.

python ImportError with systems upgraded before Ubuntu 9.04 release candidate

A bug in the python packages present in jaunty prior to the Ubuntu 9.04 release candidate caused python modules to fail to be registered for use with the current python version, python 2.6. This problem appears as an import error, e.g:

ImportError: No module named foo

even though the package providing the module package is installed.

To correct this, run the command:

sudo dpkg-reconfigure python-foo

for each python-foo package providing an affected module.

Upgrades from alphas may need re-encryption of encrypted home directories

Users who were running eCryptfs on the Jaunty Alpha milestones are advised to re-encrypt any encrypted files. An upstream 2.6.28 kernel bug caused random kernel memory to be written to eCryptfs encrypted file headers. The fix has been applied and deployed to Ubuntu users in the Jaunty RC kernel. Ubuntu eCryptfs users running this kernel should re-encrypt each encrypted file using /usr/bin/ecryptfs-rewrite-file. For more information, please see ecryptfs-rewrite-file(1). See Bug 345544.

Пользователи, обновляющиеся с Ubuntu 8.10 могут иметь установленный в системе lilo

Ubuntu 8.10, установленная с «desktop CD», по ошибке, имеет в себе установленными как пакет lilo, так и пакет grub, несмотря на то, что для загрузки используется grub. Если вы примените рекомендованный способ обновления через Update Manager, то пакет lilo будет удалён, если он не используется. При обновлении каким-либо другим способом и если вы уверены, что используете загрузчик GRUB, рекомендуется удалить пакет lilo вручную. Bug 314004

Установка беспроводного регулирующего домена через опцию модуля ядра более не поддерживается

Ubuntu 9.04 использует регулирующий фреймворк CRDA для управления тем, какие беспроводные каналы используются и видимы в конкретном месторасположении. Если до этого вы использовали опцию модуля в /etc/modprobe.d/options, подобную той, что приведена ниже, для разрешения доступа к некоторым каналам в вашем месторасположении, то может оказаться, что эти каналы не будут функционировать вообще:

  • options cfg80211 ieee80211_regdom=EU

Вы должны удалить эту опцию модуля ядра при обновлении до Ubuntu 9.04 и использовать вместо этого команду iw reg.

Network management applet must be re-added on Kubuntu upgrade

When upgrading from Kubuntu 8.10, the new Network Management applet will need to be added to the panel manually. (Bug 349066)

plasma-1.png

plasma-2.png

plasma-3.png

Click the Plasma icon in the bottom right.

Click Add Widget.

Double click on Network Management.

Kubuntu Network Management applet does not connect to WPA2 networks

The Network Management applet in Kubuntu does not connect to WPA 2 network or some VPN setups. You can use knetworkmanager (available on the DVD) or network-manager-gnome as a workaround. Bug 339313

Ctrl-Alt-Backspace disabled by default in Xorg

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. Users who do want this function can enable it in their xorg.conf, or by running the command dontzap --disable.

Change in notifications of available updates

Ubuntu 9.04 introduces a change to the handling of package updates, launching update-manager directly instead of displaying a notification icon in the GNOME panel. Users will still be 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

Другие известные проблемы

Переход на ext4 требует ручного обновления grub

Если вы решили монтировать файловые системы / или /boot, которые являются ext2 или ext3, как ext4 (как описано на ext4 wiki), то вы должны выполнить команду grub-install после обновления до Ubuntu 9.04 для переустановки загрузчика. Если вы этого не сделаете, версия GRUB, установленная в загрузочном секторе будет неспособна загрузить ядро с раздела ext4, и система не сможет загрузиться.

Lock-ups when deleting files from ext4 filesystems

In some cases, deleting files from an ext4 filesystem is reported to cause soft lock-ups in the kernel (330824). Investigation of this problem is ongoing, and it is expected that a fix for this problem will be made available as a post-release update. To avoid this problem, users may wish to install using the default ext3 filesystem and convert their filesystem to ext4 (as documented on the ext4 wiki) once a fix is available.

Possible data-loss problems resizing ext4

The resize2fs tool may cause data loss when growing or shrinking ext4 filesystems off-line. See this mail from the upstream maintainer for more details. Unfortunately we became aware of this too late to fix it in Ubuntu 9.04. If you wish to resize an ext4 filesystem using the tools in Ubuntu 9.04, you may be able to work around these problems by first disabling the flex_bg and uninit_bg features (do not attempt this on a mounted filesystem!):

tune2fs -O ^flex_bg,^uninit_bg /dev/DEVICE_NAME
e2fsck /dev/DEVICE_NAME

However, we still strongly recommend taking significantly more care with backups than usual before attempting to resize an ext4 filesystem.

На архитектуре ARM возможны внезапные зависания

Портированная на ARM версия на текущий момент не поддерживает системные вызовы ppoll() и pselect(), что может иногда приводить к ошибке монтирования корневой файловой системы при загрузке. Как правило, перезагрузка устраняет эту проблему. В настоящее время ведётся работа над поддержкой системных вызовов, которая будет доступна в виде обновления ядра Ubuntu 9.04 через некоторое время после выхода версии 9.04.

Потеря производительности на видеокартах Intel

Пользователи видеочипсетов Intel сообщили о потере производительности в Ubuntu 8.10 по сравнению с предыдущими релизами (ошибка 252094). Многие факторы, влияющие на проблему, были устранены в Ubuntu 9.04, но некоторые остались.

  • Некоторые пользователи заметили улучшение производительности при использовании «жадной» эвристической миграции. Это может быть выполнено с помощью команды "sudo gedit /etc/X11/xorg.conf", путём добавления строки Option "MigrationHeuristic" "greedy" в секцию Device файла xorg.conf.

  • Кроме того, для пользователей видеокарт Intel доступна новая экспериментальная опция архитектуры акселератора, "DRI2/UXA", использование которой, по данным наших тестов обеспечивает значительный прирост производительности в некоторых случаях, но также может вызвать серьёзные проблемы со стабильностью. Вы можете попробовать включить эту опцию, выполнив "sudo gedit /etc/X11/xorg.conf", и добавив строку Option "AccelMethod" "UXA" в секцию Device файла xorg.conf. Пользователи, желающие иметь максимально стабильную систему, должны использовать стандартный метод акселерации "EXA", включенный по умолчанию.

  • Warning /!\ In some cases this will lead to the graphical environment not starting at all or becoming entirely unusable. In that case, start into rescue mode or press Ctrl+Alt+F2 and log into the text console, and use sudo nano /etc/X11/xorg.conf to revert the UXA option.

Зависания при использовании спящего/ждущего режимов на системах с видеокартами Intel

Пользователи с видеочипсетами Intel сообщают, что дисплей зависает на несколько минут после выхода из спящего или ждущего режима (339091). Как вариант решения проблемы, вы можете добавить строку Option "DRI" "off" в секцию Device файла /etc/X11/xorg.conf. Эта опция выключит 3D ускорение и эффекты рабочего стола, но сделает надёжной работу с ждущим режимом.

Pulseaudio inadvertently enabled in Kubuntu when installing from DVD or upgrading with apt-get

When installing Kubuntu 9.04 from the DVD or alternate CD images, or upgrading to Kubuntu 9.04 from a previous release using apt-get dist-upgrade, the pulseaudio package will be installed in error. This package is not intended to be installed as part of the Kubuntu desktop. Users can remove this package with the command:

sudo apt-get remove --purge pulseaudio

Apparmor profiles incompatible with ecryptfs

When using encrypted directories together with apparmor in enforcing mode, apparmor will deny access to certain files unexpectedly because the Linux kernel sees the process as accessing the file via both the unencrypted and encrypted paths (359338). As a workaround, users can modify their apparmor profiles under /etc/apparmor.d/ to grant permissions to @{HOME}/.Private/**.

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.04 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

Wubi reuses a pre-existing "ubuntu" directory and removes it on uninstallation

If there is a pre-existing directory called "ubuntu" in the target drive, it will be reused during the Windows installation and the full directory will be removed when uninstalling (364166). This will result in the loss of any files which were originally in that directory. It is recommended to rename any directory called "ubuntu" before proceeding with a Wubi installation.

JauntyJackalope/ReleaseNotes/ru (last edited 2009-06-22 05:10:17 by 92)