ca

Differences between revisions 2 and 3
Revision 2 as of 2008-10-23 05:27:11
Size: 6228
Editor: p54A11414
Comment: First few translations
Revision 3 as of 2008-10-23 16:32:57
Size: 7274
Editor: p54A116D8
Comment: Synched content to the latest changes in the original text
Deletions are marked like this. Additions are marked like this.
Line 14: Line 14:
== Recommended packages installed by default ==

In accordance with the Debian Policy Manual (which says "The 'Recommends' field should list packages that would be found together with this one in all but unusual installations"), the package management system now installs packages listed in the Recommends: field of other installed packages as well as Depends: by default. If you want to avoid this for specific packages, use `apt-get --no-install-recommends`; if you want to make this permanent, set `APT::Install-Recommends` in `/etc/apt/apt.conf`. Be aware that this may result in missing features in some programs.
Line 17: Line 21:

== Recommended packages installed by default ==

In accordance with the Debian Policy Manual (which says "The 'Recommends' field should list packages that would be found together with this one in all but unusual installations"), the package management system now installs packages listed in the Recommends: field of other installed packages as well as Depends: by default. If you want to avoid this for specific packages, use `apt-get --no-install-recommends`; if you want to make this permanent, set `APT::Install-Recommends` in `/etc/apt/apt.conf`. Be aware that this may result in missing features in some programs.
Line 28: Line 28:
== Dispositius d'entrada X.Org == == Dispositius d'entrada de per a l'X.Org ==
Line 38: Line 38:
== GNOME Logout Applet ==

The "Logout" applet which appeared by default on the panel in earlier Ubuntu releases no longer offers the shutdown/reboot/hibernate/suspend actions. 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 not yet done automatically on upgrade (https://bugs.launchpad.net/bugs/274146)
Line 47: Line 43:

== System lock-ups with Intel 4965 wireless ==

The version of the {{{iwlagn}}} wireless driver for Intel 4965 wireless chipsets included in Linux kernel version 2.6.27 causes kernel panics when used with 802.11n networks. Users affected by this issue can install the {{{linux-backports-modules-intrepid}}} package, to install a newer version of this driver that corrects the bug. (Because the known fix requires a new version of the driver, it is not expected to be possible to include this fix in the main kernel package.)
Line 63: Line 63:

== Compatibilitat amb el Fortran ==

Because the libg2c library is no longer included, it is not possible to run Fortran binaries compiled with g77 on Ubuntu 8.10 unless these binaries were compiled with the -no-f2c option. Users are advised to recompile their Fortran programs with {{{gfortran}}}, or, if this is not possible, to use Ubuntu 8.04 LTS instead.

== Ordre d'arrencada iSCSI ==

File systems hosted on iSCSI targets may not be mounted automatically at boot time, even if they have an entry in /etc/fstab, if a bridged or bonded Ethernet interface is required to reach the iSCSI target. As a work-around, you would have to restart the open-iscsi service and manually mount the file system in question after system boot, once the required network interface have been brought up. Systems equipped with a plain Ethernet interface are not affected.

Vegeu [[https://launchpad.net/bugs/227848|l'informe d'error no. 227848]].

Aquestes notes de la versió documenten problemes coneguts i qüestions a tenir en compte amb l' Ubuntu 8.10 i les seves variants.

Requeriments del sistema

Els requeriments mínims de memòria de l'Ubuntu 8.10 són 256 MiB (tingueu en compte que pot ser que part de la memòria del sistema no estigui disponible degut al fet que la targeta gràfica la utilitzi).

Si només disposeu de la quantitat de memòria requerida mínima, el procés d'instal·lació trigarà més del que és normal, però es completarà correctament i el sistema funcionarà adequadament un cop hagi finalitzat la instal·lació. Els sistemes amb poca memòria poden utilitzar el CD per a la instal·lació de l'escriptori amb l'opció d'arrencada «Instal·la l'Ubuntu». D'aquesta manera només s'executarà l'instal·lador en comptes de carregar l'escriptori complet, que és el que faria l'opció «Proveu l'Ubuntu sense fer cap canvi al vostre ordinador».

Instal·lació

In accordance with the Debian Policy Manual (which says "The 'Recommends' field should list packages that would be found together with this one in all but unusual installations"), the package management system now installs packages listed in the Recommends: field of other installed packages as well as Depends: by default. If you want to avoid this for specific packages, use apt-get --no-install-recommends; if you want to make this permanent, set APT::Install-Recommends in /etc/apt/apt.conf. Be aware that this may result in missing features in some programs.

Actualització

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.

nVidia "legacy" video support

The 71 and 96 series of proprietary nVidia drivers, as provided by the nvidia-glx-legacy and nvidia-glx packages in Ubuntu 8.04, are not compatible with the X.Org included in Ubuntu 8.10. Users with the nVidia TNT, TNT2, TNT Ultra, GeForce, GeForce2, GeForce3, and GeForce4 chipsets are affected and will be transitioned on upgrade to the free nv driver instead. This driver does not support 3D acceleration.

Users of other nVidia chipsets that are supported by the 173 or 177 driver series will be transitioned to the nvidia-glx-173 or nvidia-glx-177 package instead. However, unlike drivers 96 and 71, drivers 173 and 177 are only compatible with CPUs that support SSE (e.g. Intel Pentium III, AMD Athlon XP or higher). Systems with older CPUs will also be transitioned to the nv driver on upgrade.

Dispositius d'entrada de per a l'X.Org

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 now come from /etc/default/console-setup; to change them please use sudo dpkg-reconfigure console-setup. After that, HAL and X need to be restarted (e.g., by rebooting your system).

X.Org evdev xmodmap incompatibility

The X keycodes generated with the new evdev input driver in X.Org 1.5 are not compatible with those generated in Ubuntu 8.04 LTS and before. If you have configured keybindings for your user with a ~/.Xmodmap file, you will need to convert or disable it by hand on upgrade.

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.

Altres problemes coneguts

System lock-ups with Intel 4965 wireless

The version of the iwlagn wireless driver for Intel 4965 wireless chipsets included in Linux kernel version 2.6.27 causes kernel panics when used with 802.11n networks. Users affected by this issue can install the linux-backports-modules-intrepid package, to install a newer version of this driver that corrects the bug. (Because the known fix requires a new version of the driver, it is not expected to be possible to include this fix in the main kernel package.)

Marques horàries TCP

Linux 2.6.27 now sets the timestamps option in TCP packets (RFC 1323), an option dating from 1992 to improve performance over high-bandwidth-times-latency paths and to improve reliability over high-bandwidth paths, which was previously omitted by mistake.

However, this change appears to cause problems for some users, believed to be due to buggy routers between the user and the destination server (for example, this has been reported by several Verizon DSL users). If your Internet connection mostly appears to be working correctly, but you have problems connecting to certain sites, then try the following command:

sudo sysctl -w net.ipv4.tcp_timestamps=0

This change will normally expire the next time you restart your computer. If it fixes the problem, then you can make the change permanent by running sudo editor /etc/sysctl.conf and adding the following line to the end of that file:

net.ipv4.tcp_timestamps = 0

The real bug here is in your router (if you own one) or your ISP's routers. If a firmware upgrade is available for your router, follow your manufacturer's instructions to upgrade it. Otherwise, contact the support department of your router manufacturer or your ISP for further advice. At the same time, Linux kernel upstream is investigating a workaround that will restore interoperability with these routers while permitting TCP timestamps to be enabled, and this fix will be evaluated for inclusion in a Stable Release Update after the 8.10 release.

See bug #264019, and thanks to Mandriva for their clear documentation of this issue.

Compatibilitat amb el Fortran

Because the libg2c library is no longer included, it is not possible to run Fortran binaries compiled with g77 on Ubuntu 8.10 unless these binaries were compiled with the -no-f2c option. Users are advised to recompile their Fortran programs with gfortran, or, if this is not possible, to use Ubuntu 8.04 LTS instead.

Ordre d'arrencada iSCSI

File systems hosted on iSCSI targets may not be mounted automatically at boot time, even if they have an entry in /etc/fstab, if a bridged or bonded Ethernet interface is required to reach the iSCSI target. As a work-around, you would have to restart the open-iscsi service and manually mount the file system in question after system boot, once the required network interface have been brought up. Systems equipped with a plain Ethernet interface are not affected.

Vegeu l'informe d'error no. 227848.

IntrepidReleaseNotes/ca (last edited 2008-11-05 19:12:55 by p54A11B52)