openSUSE 11.2發行紀事

Copyright © 2009 Novell, Inc.

在 GNU 自由文件授權(GNU Free Documentation License) 1.2 版或之後版本的規範下,您被允許複製、散佈和/或修改此文件, GNU 自由文件授權(GNU Free Documentation License)是由自由軟體基金會(Free Software Foundation)所發行。使用無恆常章節(no Invariant Sections),無封面文字(no Front-Cover Texts)及無封底文字(no Back-Cover Texts)。此授權的複本已包含在檔案 fdl.txt

這僅是一個 openSUSE 11.2 發行紀事的最初版本。

此發行摘要仍在持續開發。在網際網路測試時會下載最新的版本,或請參考 http://www.suse.com/relnotes/i386/openSUSE/11.2/RELEASE-NOTES.en.html.

此版本摘要包括以下範圍:

安裝
  1. Configuring Boot Loader Location and Options
一般
  1. openSUSE 文件
  2. E-Books 型式的 openSUSE 文件 (EPUB)
  3. YaST and X.Org Configuration (Keyboard, Mouse, Graphics Board, and Monitor)
  4. KDE
  5. Thunderbird
更新
  1. System Upgrade with zypper
  2. Starting the OpenSSH SSH Daemon (sshd)
  3. 新的 Samba 密碼設定後端: tdbsam
  4. MySQL 5.1
技術
  1. 新的預設掛載選項: relatime

安裝

Configuring Boot Loader Location and Options

When setting the Boot Loader Location in the installation proposal, also set the Boot Loader Options. In the options adjust updates of the other system areas of your disk, which may influence the ability of openSUSE and the other installed systems to boot.

If the proposed boot loader configuration reports a warning, carefully review the boot loader configuration to avoid breaking the booting of other installed systems to ensure that openSUSE will boot.

一般

openSUSE 文件

E-Books 型式的 openSUSE 文件 (EPUB)

除了傳統的 PDF 和 HTML 輸出格式, openSUSE 系統文件現在提供 EPUB 的 e-books 格式。 EPUB (electronic publication) 是免費且開放的 e-book 標準。關於更多 EPUB 資訊,請參閱 http://en.wikipedia.org/wiki/EPUB.

下載 EPUB 檔案,可從 http://en.opensuse.org/Documentation

YaST and X.Org Configuration (Keyboard, Mouse, Graphics Board, and Monitor)

In the past, YaST offered an configuration interface for the graphical desktop (X.org) such as keyboard, mouse, graphics board, and monitor. During the installation a suitable xorg.conf was created.

In most cases it is no longer needed because the Xserver is now able to automatically configure the system. If it fails for your system, try the following steps:

  1. Check whether an old /etc/X11/xorg.conf file exists. If so, move it away and start your desktop again.

  2. If it still does not work, run sax2 from the command line and execute the configuration procedure.

  3. To adjust hardware components to your personal needs, start the GNOME desktop control center or Configure Desktop in KDE, and configure your devices such as the mouse or keyboard. The display configuration dialogs also let you configure multiple monitor setups. To configure multiple monitors, in other desktop environments, use xrandr.

For more information, see the Desktop User Guides shipping with openSUSE. They are also available from http://en.opensuse.org/Documentation

KDE

Thunderbird

With openSUSE 11.2 we ship Thunderbird 3.0 beta4, which will go final shortly after the 11.2 release.

If you still depend on add-ons, which are only available for Thunderbird 2.0, you can install this version from the mozilla buildservice repostitory at http://download.opensuse.org. But note, Thunderbird 2.0 will be only supported for very short period of time, once version 3.0 is available.

更新

System Upgrade with zypper

If you update with zypper dup, packages might get restarted during the update process. It can happen that the restart does not succeed before you adjust the config files. This is especially critical if your system relies on services needed for downloading the update packages, e.g. a local proxy (squid) on the machine you update.

Set commit.downloadMode = DownloadInAdvance in /etc/zypp/zypp.conf so that everything is downloaded first, before the packages get installed. The download transaction needs a huge amount of space on the /var partition to store all the software packages.

Starting the OpenSSH SSH Daemon (sshd)

The OpenSSH SSH daemon (sshd) is the daemon program for ssh. It is no longer started by default at system boot. If you want to access your computer with ssh, you must enable it as follows:

  1. Start YaST and open the runlevel editor (System > System Services (Runlevel)).

  2. In the YaST runlevel editor enable Expert Mode and select sshd.

  3. For example, enable it for runlevel 3 and 5. Then press Start and OK.

新的 Samba 密碼設定後端: tdbsam

新的 Samba 密碼設定後端為 tdbsam。 openSUSE 11.1 或之前版本搭載的 Samba 套件使用 smbpasswd 做為預設的 passdb backend。它並未明確的在搭載的 /etc/samba/smb.conf 設定檔中設定。使用此 openSUSE 發行版引進了兩個變更:

如果您在 openSUSE 11.1 或更早版本已修改了 smb.conf。更新程序將安裝 smb.conf.rpmnew 並保有您的舊有設定。

檢查舊的設定檔,查看 passdb backend是否已設定。如果沒有,有下列兩種可能可讓您的 Samba 再次運行:

我們強烈建議您使用新的預設 tdbsam。只有在您絕對需要時才保留舊的後端。 如果發生此狀況,您可以到 http://en.openSUSE.org/Samba 回報錯誤,使用 "Samba bug reporting and advanced debugging information" 區段。

設定 passdb backend = smbpasswd 允許您停留在舊有的設定。

請牢記在心,新的預設密碼設定後端 tdbsam,提供了比舊有工具更多的功能。

MySQL 5.1

MySQL version 5.1 is available. Some changes are not backward compatible. The most important are:

For more information, see http://en.opensuse.org/MySQL-5.1 and README.SuSE shipped with the MySQL package.

技術

新的預設掛載選項: relatime

現在核心掛載檔案系統預設使用 relatime 的選項,所以更新 inode 存取時間會和修改或變更時間相關。這尤其對桌面系統是一個進步。

如果您想要保留舊有的行為,使用 YaST 分割程式或直接在 /etc/fstab 設定 strictatime 的選項。