Beta2

Differences between revisions 1 and 163 (spanning 162 versions)
Revision 1 as of 2011-06-02 19:31:09
Size: 17801
Editor: 173-31-67-99
Comment: Cloning from rev 118
Revision 163 as of 2012-09-05 20:26:51
Size: 15112
Editor: seb128
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was copied from QuantalQuetzal/TechnicalOverview/Alpha3
Line 6: Line 7:
The Ubuntu developers are moving quickly to bring you the absolute latest and greatest software the Open Source community has to offer. The Oneiric Ocelot Alpha 1 Release of Ubuntu 11.10 is a '''developer snapshot''' to give you an early glance at the next version of Ubuntu. The Ubuntu developers are moving quickly to bring you the absolute latest and greatest software the Open Source community has to offer. The Quantal Quetzal Beta 1 Release of Ubuntu 12.10 give you a preview of the next version of Ubuntu.

= Get Ubuntu 12.10 =
== Upgrading from Ubuntu 12.04 LTS ==

To upgrade from Ubuntu 12.04 LTS on a desktop system, open Software Sources. Switch to the Updates tab and set ''Notify me of a new Ubuntu version'' to ''For any new version''. Press Alt+F2 and type in "update-manager -d" (without the quotes) into the command box. Update Manager should open up and tell you: New distribution release '12.10' is available. Click Upgrade and follow the on-screen instructions.

To upgrade from Ubuntu 12.04 LTS on a server system: ensure that {{{/etc/update-manager/release-upgrades}}} includes ''Prompt=Normal''. Install the {{{update-manager-core}}} package if it is not already installed; launch the upgrade tool with the command {{{sudo do-release-upgrade -d}}}; and follow the on-screen instructions. Note that the server upgrade will utilize GNU screen and automatically re-attach in case of e.g. dropped connection problems.

== Download the Beta 1 ==

Beta 1 images can be downloaded from a location near you.
<<BR>>'''Note:''' The Ubuntu Desktop images are now bigger than a standard CD, and you should use a USB or DVD for installation. Some image consolidation has occurred as well.

You can download Beta 1 ISOs from:

http://cdimage.ubuntu.com/releases/quantal/beta-1/ (Ubuntu Desktop and Server) <<BR>>
http://cloud-images.ubuntu.com/releases/quantal/beta-1/ (Ubuntu Cloud Server) <<BR>>
http://cdimage.ubuntu.com/netboot/quantal/ (Ubuntu Netboot) <<BR>>
http://cdimage.ubuntu.com/ubuntu-core/releases/quantal/beta-1/ (Ubuntu Core) <<BR>>
http://cdimage.ubuntu.com/kubuntu/releases/quantal/beta-1/ (Kubuntu) <<BR>>
http://cdimage.ubuntu.com/lubuntu/releases/quantal/beta-1/ (Lubuntu) <<BR>>
http://cdimage.ubuntu.com/edubuntu/releases/quantal/beta-1/ (Edubuntu DVD) <<BR>>
http://cdimage.ubuntu.com/ubuntustudio/releases/quantal/beta-1/ (Ubuntu Studio) <<BR>>
http://cdimage.ubuntu.com/xubuntu/releases/quantal/beta-1/ (Xubuntu) <<BR>>



= New features in Quantal =

Please see the [[https://blueprints.launchpad.net/ubuntu/quantal/+specs|Quantal blueprint list]] for details.

Please test and report any bugs you find:

  http://help.ubuntu.com/community/ReportingBugs

== Updated Packages ==

As with every new release, packages--applications and software of all kinds--are being updated at a rapid pace. Many of these packages came from an automatic sync from [[http://www.debian.org|Debian]]'s unstable branch; others have been explicitly pulled in for 12.10 Quantal Quetzal.

For a list of all packages being accepted for 12.10 Quantal Quetzal, please subscribe to quantal-changes: https://lists.ubuntu.com/mailman/listinfo/quantal-changes .

=== Linux kernel 3.5.3 ===

'''TODO: Leann - please confirm ok, update as needed'''

Quantal Beta-1 includes the [[https://launchpad.net/ubuntu/+source/linux/3.5.0-13.13|3.5.0-13.13 Ubuntu linux kernel]] which was based on the [[http://kernel.org/pub/linux/kernel/v3.x/linux-3.5.tar.bz2|v3.5.3 upstream Linux kernel]]. This is an update from the [[https://launchpad.net/ubuntu/+source/linux/3.5.0-6.6|3.5.0-6.6 Ubuntu kernel]] which shipped in the Quantal Alpha-3 release and was based on the [[http://kernel.org/pub/linux/kernel/v3.x/linux-3.5.tar.bz2|v3.5 upstream Linux kernel]]. Key changes with the Quantal Beta 1 kernel include brcmsmac applesmc and apple-gmux driver updates, better support for omapdrm, configuration improvements for highbank and miscellaneous fixes. As with the Quantal Alpha releases, the Quantal beta 1 kernel continues to include the transitioning of the i386 generic-pae flavor to become the generic flavor offering, collapsing of the virtual flavor back into the generic flavor, and standardizing of the entire linux-meta package.

=== Python 3.0 ===

For 12.10, we intend to ship only [[http://docs.python.org/release/3.0.1/whatsnew/3.0.html|Python 3]] with the Ubuntu desktop image, not Python 2. Beta-1 continues this process.

If you have your own programs based on Python 2, fear not! Python 2 will continue to be available (as the `python` package) for the foreseeable future. However, to best support future versions of Ubuntu you should consider porting your code to Python 3. [[Python/3]] has some advice and resources on this.


== General ==


Until Ubuntu 11.10, the Unix group for administrators with `root` privileges through sudo had been `admin`. Starting with Ubuntu 12.04 LTS, it is now `sudo`, for compatibility with Debian and sudo itself. However, for backwards compatibility, `admin` group members are still recognized as administrators.

Automatic Apport crash reporting has been enabled by default again to catch problems early on. It now [[http://www.piware.de/2011/11/apport-1-90-client-side-duplicate-checking/|checks for duplicates on the client side]], which will avoid uploading debug data and creating Launchpad bug reports unnecessarily in many cases now.

== Ubuntu ==

'''TODO: somebody to add alternate images workarounds'''

There are no longer any alternate images for Ubuntu desktop images. ...<include information on how to work around >...

Update Manager has been streamlined and renamed Software Updater. It also now checks for updates when launched.

A new X.org stack has been introduced which includes xserver 1.13 candidate versions, mesa 9.0, and updated X libs and drivers. The new xserver provides improved multiseat support, better smooth scrolling, and a large variety of bug fixes. The proprietary -nvidia driver now supports the RANDR standard for monitor configuration.

Compiz with GLES support landed, making unity-3d work again on the pandaboard.

Unity got updated to version 6.4 including support for dash previews and coverflow view.

Other notable updates include:
 * Jockey has been deprecated in favor of a "Drivers" component in software-properties.
 * Libreoffice got updated to 3.6.1
 * GNOME has been updated to 3.5.90 for most of the components.

== Ubuntu Server ==

'''TODO: Daviey or arosales, please review and update'''

Unlike the Desktop flavour, we are currently targeting the 12.10 Server image to fit onto a standard cd image (703MB).

Notable updates:
 * Juju [[https://lists.ubuntu.com/archives/juju/2012-June/001696.html|Charm Store policy]] implementation.
 * Juju [[https://lists.ubuntu.com/archives/juju/2012-July/001751.html|Charm maintainer]] assignment.
 * Facter integration with Juju done.
 * Tomcat 7 replaces Tomcat 6 in Ubuntu main (and on the Server ISO)
 * MAAS IPMI support added
 * Ceph updated to 0.48 (argonaut stable release)
 * OpenStack [[http://www.mail-archive.com/openstack@lists.launchpad.net/msg14298.html |Folsom testing packages]] available.
 * Openstack instance architecture detection support added, and heterogeneous scheduler for ARM done.
 * [[https://wiki.ubuntu.com/AptByHash|Spec]] to improve reliability of apt through hash defined. Feedback welcomed.
 * armhf cloud images available.

== Kubuntu ==

'''TODO: Riddell, please review and updates for beta content'''

Kubuntu now comes on 1GB images for a USB drive or DVD.

Other notable updates:
 * OwnCloud has been updated to the latest version of the cloud application platform.
 * Digikam 2.7 adds better photo handling http://www.digikam.org/drupal/node/661.
 * The release of Rekonq 1.0 gives Kubuntu the stable web browser it deserves.
 * A Facebook resources in Kontact means you can get calendar and contact information from your Facebook account.
 * While a Google resource means you can get calendar information from your Google account .

More information can be found at: https://wiki.ubuntu.com/QuantalQuetzal/Beta1/Kubuntu

== Xubuntu ==

The Xubuntu team is targeting to fit a standard CD image for the final release, but for ''Xubuntu Beta 1, the ISOs are oversized''. Also, there are '''no alternate images for Xubuntu 12.10'''.

New features include:
 * Updated artwork, including new wallpaper, documentation looks and updates to LightDM, Greybird and Ubiquity slideshow
 * New versions of Catfish and Parole

== Edubuntu ==

'''TODO: stgraber or highvoltage: please update with content for beta 1'''
A new package called 'edubuntu-netboot' is introduced. This package now provides the functionality previously provided by ltsp-live and will also be used for casper-netboot.

== Lubuntu ==

Notable updates include:
 * Update of the visual identity of Lubuntu, including :
  * A completely new icon theme.
  * A new wallpaper and improvements to the current theme.
  * A selection of community wallpapers.
  * Improving integration of many applications with the new artwork.
 * A new version of the session manager is available, including more customizations and integration options (not enable by default, but available for testing).
 * A new version of pcmanfm (file manager), including at lot of bug fixes, external thumbnailer support, multiple screen support.
 * notification-daemon have been replaced for xfce4-notifyd on the default installation, to display notifications.
 * catfish, a searching utility, have been added to the default installation.

== Ubuntu Studio ==

'''TODO: scott-work, please update with content for beta 1'''
Notable updates include:
 * A new web page is out. The help button on the main menu points there.
 * The menu has been fixed moving audio production tools out of Media Playback.
 * A MIDI router and MIDI tools menu have been added.
 * Task Manager has been switched to System Monitor for better memory use display.
 * A main menu tool has been added to setting to allow the user to change their menu.
Line 8: Line 157:
One of the requests received during the last Ubuntu Developer Summit was to provide a bit more information about the release process, and what's happening there. With this in mind, the release team will be adding a section about "what's happening in the background", to each of the milestones for those who are interested as part of this Technical Overview.

= Get Ubuntu 11.10 =
== Upgrading from Ubuntu 11.04 ==

To upgrade from Ubuntu 11.04 on a desktop system, press Alt+F2 and type in "update-manager -d" (without the quotes) into the command box. Update Manager should open up and tell you: New distribution release '11.10' is available. Click Upgrade and follow the on-screen instructions.

To upgrade from Ubuntu 11.04 on a server system: install the {{{update-manager-core}}} package if it is not already installed; launch the upgrade tool with the command {{{sudo do-release-upgrade -d}}}; and follow the on-screen instructions. Note that the server upgrade is now more robust and will utilize GNU screen and automatically re-attach in case of e.g. dropped connection problems.

== Download the Alpha 1 ==

This release is for '''developers only'''. Most of these images are oversize; you can use either a DVD or USB for installation instead of a CD.

You can download Alpha 1 ISOs from:

 http://cdimage.ubuntu.com/releases/oneiric/alpha-1/ (Ubuntu Desktop and Server) <<BR>>
 http://uec-images.ubuntu.com/releases/oneiric/alpha-1/ (Ubuntu Cloud Server) <<BR>>
 http://cdimage.ubuntu.com/kubuntu/releases/oneiric/alpha-1/ (Kubuntu) <<BR>>
 http://cdimage.ubuntu.com/xubuntu/releases/oneiric/alpha-1/ (Xubuntu) <<BR>>
 http://cdimage.ubuntu.com/edubuntu/releases/oneiric/alpha-1/ (Edubuntu DVD) <<BR>>
## Mythbuntu and Ubuntu Studio not providing Alpha 1 images this time.
## http://cdimage.ubuntu.com/ubuntustudio/releases/oneiric/alpha-1/ (Ubuntu Studio) <<BR>>
## http://cdimage.ubuntu.com/mythbuntu/releases/oneiric/alpha-1/ (Mythbuntu) <<BR>>
## image now under main one.
## http://cdimage.ubuntu.com/ubuntu-netbook/releases/oneiric/alpha-1/ (Ubuntu Netbook ARM) <<BR>>

##In addition, the following link will direct you to a download location near you:
##
## http://www.ubuntu.com/testing/download (Ubuntu Desktop and Server) <<BR>>

= New features in Oneiric =

Please see the [[https://blueprints.launchpad.net/ubuntu/oneiric/+specs|Oneiric blueprint list]] for details.

Please test and report any bugs you find:

  http://help.ubuntu.com/community/ReportingBugs

== Updated Packages ==

As with every new release, packages--applications and software of all kinds--are being updated at a rapid pace. Many of these packages came from an automatic sync from [[http://www.debian.org|Debian's]] Unstable branch, others have been explicitly pulled in for 11.10 Oneiric Ocelot.

For a list of all packages being accepted for 11.10 Oneiric Ocelot, please subscribe to oneiric-changes: https://lists.ubuntu.com/mailman/listinfo/oneiric-changes

Some of the key packages making their first appearance with this Alpha 1 release are:
 * [[http://kernel.org|Linux]] Kernel 2.6.39
 * [[http://gcc.gnu.org/|gcc]] 4.6 compiler
 * [[http://projects.gnome.org/NetworkManager/|network-manager]] 0.9
## * gnome-orca 3.0

=== Linux kernel 2.6.39 ===

Alpha 1 includes the 2.6.39 kernel which is based on the latest mainline release candidate kernel at kernel milestone freeze [[http://kernel.org|kernel]]. This is an update from the v2.6.38 in Natty.

=== Gcc 4.6 ===
The default compiler in Oneiric Alpha 1 has been bumped from gcc 4.5 to gcc 4.6.
 
=== network-manager 0.9 ===

The network-manager API has also broken compatibility, and if you use the DBus API directly here as well, will also be another pain point. It at least provides an introspectable Version property, so you can do the right thing for both versions.

== Ubuntu Desktop Edition ==

=== GNOME 3 has landed ===

[[More information on GNOME 3|http://www.gnome3.org]]

  * Components changes:
    * '''gnome-panel''' Since the 2d session on the CD in oneiric will be unity-2d we dropped some of "default ubuntu experience" patches from gnome-panel and got back closer from the upstream layout and experience. Note that currently indicators are not working because they need to be ported to GTK3 (see transitions below)
    * '''gnome-screensaver''' Upstream did a lot of cleaning in the screensaver code and the current version doesn't handle "hacks" (the graphics you could select to be rendered on the locked screen). We do plan to bring those back in some way this cycle, see: https://blueprints.launchpad.net/ubuntu/+spec/desktop-o-screensaver for details. The locked screen also has a gnome-shell look, we might want to look at getting it closed from the unity experience
    * '''gnome-keyring''' The Freedesktop Secret Service API has changed incompatibly, and the new gnome-keyring implements the new version of the API, without keeping backward compat for older incarnations of the API. If you're using the DBus API directly, this will be a pain point, especially if you need to maintain compat in the app, for older versions of Ubuntu. There also does not appear to be an introspectable way to get the API version here, which makes this that much more painful.

  * Transitions:
    * '''GTK2 to GTK3''' GNOME3 is using GTK3, we are working on migrating other softwares and wewould like to get GTK2 out of the CD for the lts next cycle. You can find documentation on how to work to GTK3 on: http://developer.gnome.org/gtk3/stable/gtk-migrating-2-to-3.html
    * '''gconf to gsettings (dconf)''' Gconf has been deprecated in favor of gsettings, we would like to get gconf out of the CD for the LTS as well, you can find porting documentation on: http://developer.gnome.org/gio/unstable/ch28.html
    * '''libpanel-applet, bonobo,gtk2 to dbus,gtk3''' The gnome-panel has been ported to use GTK3 now and dbus, the applets need to be ported to those technologies to work with the oneiric version. You can find instruction on how to port on: http://live.gnome.org/GnomeGoals/AppletsDbusMigration
    * '''libnotify''' The libnotify in oneiric has an abi,api break, basically upstream deprecated the possibility to position the notification next to widget or systray icons (notify_notification_(attach_to_widget|set_geometry_hints() got dropped), the Gtk``Widget argument from notify_notification_new() as well.
    * '''static bindings to gobject-introspection''' Static bindings (like pygtk) are deprecated in favor of gobject-introspection, see http://live.gnome.org/GObjectIntrospection for details.
    * '''dbus-glib to GDbus''' That one is less of a goal than other transitions listed before but if you do want to port code from dbus-glib to gdbus see http://developer.gnome.org/gio/unstable/ch29.html


== Ubuntu ARM ==

Due to kernel misconfiguration, omap3 images are non-functional for Alpha 1 ([[https://bugs.launchpad.net/ubuntu/+source/linux/+bug/791552|791552]]). They will return as normal for Alpha 2.

=== Ubuntu Netbook ===

unity-2d has been updated to 3.8.6

Upcoming work: With unity-2d being shipped as part of the desktop image this cycle, it is expected that the ubuntu-netbook image for ARM will be retired in favor of an ubuntu-desktop image with unity-2d as the default environment.

=== Ubuntu Headless ===

There are no significant changes.

##== Software Center ==
##
##.
## == Mythbuntu ==
## Not releasing in 12.10 per Mario


= Known issues =

As is to be expected, at this stage of the release process, there are some significant known bugs that users may run into with the Quantal Beta 1 Release. The ones we know about at this point (and some of the workarounds), are documented here so you don't need to spend time reporting these bugs again:
  
== Boot, installation and post-install ==


 * Ubiquity displays scrollbars inside of slideshow. (Bug:1008717)

 * On ARM server images the device detection hangs if an USB key that is used as target device contains an extended partition (Bug:1028905). You can work around this if you zero the partition table of the USB key.

 * Installation instructions for ARM based systems can be found [[https://wiki.ubuntu.com/ARM/Server/Install|here]].

== Migration ==

 * In some cases, update-manager crashes with !ImportError in __main__: No module named !UpdateManager.UpdateManage (Bug:1013276)

== Graphics and Display ==

 * On systems with an ATI Radeon 9200 graphics card the system will boot to a black screen. As a work around edit the kernel command line in the boot loader and add "nomodeset". (Bug:725580)

 * On some systems, gnome-settings-daemon crashed with SIGSEGV in xft_settings_set_xsettings(). (Bug:948347)


== Desktop ==

 * The system service to manage device color profiles is crashing on some systems. (Bug:1026520)

 * LibreOffice menus are missing when ran in non-Unity session (Bug:1044657)


== Kernel ==

 * On omap4 kernels you might see random oopses from the smsc95xx network card driver (Bug:746137)
Line 108: Line 198:
Most significant change is that the delta with Debian reduced in many areas.

[[http://www.openstack.org/|Openstack]] components mostly at 'diablo-1' development snapshot.

Orchestra elements have been been refreshed.

== Ubuntu Server Cloud images ==

There are no significant changes.
 * iSCSI root volume based installs, but then appears to fail to boot. It actually does boot, and running /scripts/local-top/iscsi, resets everything properly, and gets boot going again. (Bug:1028458)
 * Minimal installation is hugely oversized (Bug:1028453)
 * Trying to overwrite '/etc/quantum/plugins/openvswitch/ovs_quantum_plugin.ini', which is also in package quantum-server. (Bug:1025203)
## Need more info on:
## * Unexpected prompt for nameserver IP when using DHCP occurs. (Bug:1018271)
## * OpenStack Horizon not functioning due to missing dependencies in main.

##== Ubuntu Core ==
## * ...
Line 120: Line 210:
Kubuntu now uses the Muon Software Center and related packages for package management
  
The core Plasma workspace and related applications have been updated to the latest maintenance release (KDE SC 4.6.3/KDE PIM 4.4.11). The beta of the next major release (4.7 beta 1) is not in Oneiric yet. Users interested in this release should try out [[http://quintasan.blogspot.com/2011/03/project-neon-is-back.html|Project Neon]].

Kubuntu installer status:
   * The alternate installer has been tested and works on both i386 and amd64.
   * The live session in the normal Kubuntu image works and is useful if you want to try out Kubuntu Oneiric without changing your computer. Installations with this image will fail. In order to install Kubuntu Oneiric Alpha 1 the alternate image must be used.
   * No armel or powerpc images are provided as they are known not to be working.

== Xubuntu ==

There are no significant changes to Xubuntu for Alpha1.

== Edubuntu ==

Edubuntu 11.10 Alpha-1 ships gobby-infinote instead of the older gobby client.

When installing LTSP from the installer, LTSP users now get the same session as the server's.

The custom Edubuntu installer steps are now translatable (though only English is present for this alpha).

To learn more on Edubuntu and download a stable version of it, go to: http://www.edubuntu.org

## == Ubuntu Studio ==
## No image planned and tested for Oneiric Alpha 1

## == Mythbuntu ==
## No image planned and tested for Oneiric Alpha 1

= What's happening in the background =

The time around Alpha 1 is when most of the system wide changes happen for the release. Toolchain versions are one obvious case, but there are also other transitions that are happening. To give provide a bit of perspective on this, Iain Lane, one of our new release team members, has provided the following overview of what we mean when we refer to '''Transitions'''.
 
The Ubuntu archive contains many different libraries and applications, most of which see updates from time-to-time. Sometimes these updates are incompatible with the previous version, and in these cases software which uses this old version must be updated to work with the new. Ubuntu developers usually refer to this process as transitioning.
 
Typically transitions require touching several different packages. Changes may range from simple no-change rebuilds to porting to new API versions.
 
The Ubuntu release team is now running a tracker at
 
  http://people.canonical.com/~ubuntu-archive/transitions/
   
which is being used to keep track of ongoing transitions that are taking place in the archive.
The tracker has already been used in the Oneiric cycle to monitor Perl, OCaml and OpenSSL transitions. Currently we are tracking, amongst others, transitions involving Libav, Hal and GHC.

If you wish to have a transition monitored by the tracker (they can be added in advance), please propose a merge against this branch:

  https://code.launchpad.net/~ubuntu-transition-trackers/+junk/transition-tracker
  
following the brief documentation at

  http://people.canonical.com/~ubuntu-archive/transitions/readme.txt

Help with completing existing transitions is welcome; please visit #ubuntu-devel on irc.freenode.net to get involved.

= Known issues =

As is to be expected, at this '''very early''' stage of the release process, there are some significant known bugs that users may run into with the Oneiric Alpha 1 Release. The ones we know about at this point (and some of the workarounds), are documented here so you don't need to spend time reporting these bugs again:
  
== Graphics and Display ==

 * In GTK3:
   * there is no GTK3 theme yet (you can install gnome-theme-standard from universe to get the upstream theme)
   * there is no indicator-appmenu or scrollbar integration yet for GTK3

 * On unity-2d, clicking on the bfb or a launcher crashes unity with the following error:
   * unity-2d-places crashed with SIGSEGV in QTJSC::Structure::materializePropertyMap() ([[https://launchpad.net/bugs/791127|791127]])
   * unity-2d-places crashed with SIGSEGV in QMetaObject::metacall() ([[https://launchpad.net/bugs/791213|791213]])

 * On Unity:
   * the windows buttons are missing from the title bar ([[https://launchpad.net/bugs/791081|791081]])
   * With Nautilus default plain blue background or another plain color the background fails to redraw ([[https://launchpad.net/bugs/784209|784209]])
   * Nautilus doesn't display the background by default (you can change it in dconf-editor org.gnome.desktop.background show-desktop icons)

 * to test LightDM, you can install the sample greeter: sudo apt-get install lightdm-greeter-example-gtk and select LightDM when prompted. It is currently un-themed
 
 * The session live persistent with USB don't start with some graphics card, error in the prompt initramfs [WARNING: at /build/buildd/linux-2.6.38/drivers/gpu/drm/radeon/radeon_gart.c] ([[https://launchpad.net/bugs/557261|557261]])

 * With some ATI graphics card, error de Video - [DRM: radeon_ttm_backend_bind] * * ERROR no pudo enlazar 1.772 páginas ([[https://launchpad.net/bugs/557261|656486]])

 * the user background image is not migrated on upgrade
<<BR>> Since Unity is in active development right now, please check the [[https://bugs.launchpad.net/ubuntu/+source/unity/|unity bug reports]] before filing new bugs.

== Desktop ==

 * On login gnome-user-share crashes with the error: "gnome-user-share crashed with SIGABRT in g_option_context_parse()" ([[https://launchpad.net/bugs/788714|788714]])

## == Common Desktop applications ==
##
##
##
 
== Boot, installation and post-install ==

 * booting under KVM is not working for Unity 2D on some systems.

 * Unity-2D is not working on KVM with xen and cirrus video devices ([[https://launchpad.net/bugs/759803|759803]])

 * OEM Install: No launcher or desktop shortcut to prepare for shipping ([[https://launchpad.net/bugs/791159|791159]])

 * sound muted on live cd and first boot of fresh installation with many sound cards ([[https://launchpad.net/bugs/770349|770349]])

##== Migration ==
##
##
##
== Kernel ==

 * omap3 images are non-functional for Alpha 1 due to misconfiguration, this should be fixed shortly after Alpha 1. ([[https://bugs.launchpad.net/ubuntu/+source/linux/+bug/791552|791552]])

##== Software Center ==
##.
##
## == Ubuntu server edition ==

== Ubuntu Cloud ==

 * Eucalyptus fails to start up ([[https://launchpad.net/bugs/791607|791607]])

 * Oneiric cluster compute instances do not boot ([[https://launchpad.net/bugs/791850|791850]])

 * udevd dies, loses events, network doesn't come up ([[https://launchpad.net/bugs/791868|791868]])

 * /mnt not mounted, swap not used, disk is xvde ([[https://launchpad.net/bugs/784937|784937]])

== Kubuntu ==

 * The network management widget doesn't work as it is not yet compatible with Network``Manager 0.9. DHCP ethernet connections still work however.

 * Some packages from the KDE Software Compilation (none included in the default install) are not installable due to library transitions in progress. This will be corrected shortly after Alpha 1 release.
 * Upgrades from Precise to Quantal do not work yet. (Bug:1029150). This can be worked around by opening a console: Ctrl+Alt+F2. Login as a user that has admin rights. type: <<BR>> {{sudo ln -s lightdm-kde-greeter.desktop /usr/share/xgreeters/default.desktop}}
 * Apport errors when filing a bug on test milestone images. (Bug:1028984)
 * KIMPanel is not set up. (Bug:475530)
Line 251: Line 215:

 * LTSP Live won't work because of some changes in Network Manager. A rewrite of it is in progress which will address the issue. Installing LTSP will work fine though. ([[https://launchpad.net/bugs/791611|791611]])

 * Edubuntu currently ships with the "fallback" gnome3 session by default until we decide what we want our default session to be. As this session is still quite new, some major bugs are present like the Applications menu being empty. We did this choice to make sure everyone would be able to start this Live DVD, but we recommend the user to choose Unity at installation time if not installing in a virtual machine.

 * Starting the installation from the live environment can be done by:
   * Clicking on the "Places" menu
   * Choosing Desktop
   * Double-Clicking on the Installer icon in the file browser
   * Then in the installer, choose Unity if your hardware can run either unity-3d or unity-2d.

## == Xubuntu ==
## .
##
##== Mythbuntu ==
##.

'''For a listing of more known issues, please refer to the Oneiric Ocelot [[https://bugs.launchpad.net/ubuntu/oneiric/+bugs|bug tracker]] in Launchpad.'''
 * ...

== Xubuntu ==

 * '''The ISOs are oversized for standard CDs'''
 * The installer locks when attempting to do the “Install Xubuntu 12.10 alongside…” auto-resize (Bug:1027461), manual method for editing partitions and resizing works
 * Some of the indicators are not available in Beta 1
 * The Greybird theme has a visual regression in the left/right window borders with some drivers; the left side is invisible and the right side has a dark blue/dotted lines

== Lubuntu ==

 * Installation will fail if you want to install grub on anything else that the first drive (sda or sda1) (Bug:1015880)
 * Indicator-application is missing from the panel (Bug:1041407)
 * Current theme has some visual bugs (black borders) (Bug:1043129)

== Ubuntu Studio ==

 * ...

## == Mythbuntu ==

----

'''For a listing of more known issues, please refer to the Quantal Quetzal [[https://bugs.launchpad.net/ubuntu/quantal/+bugs|bug tracker]] in Launchpad.'''
Line 272: Line 242:
It should come as no surprise that this Alpha 1 release of Oneiric Ocelot contains other bugs. Your comments, bug reports, patches and suggestions will help fix bugs and improve the quality of future releases. Please [[http://help.ubuntu.com/community/ReportingBugs|report bugs using the tools provided]]. It should come as no surprise that this Beta 1 release of Quantal Quetzal contains other bugs. Your comments, bug reports, patches and suggestions will help fix bugs and improve the quality of future releases. Please [[http://help.ubuntu.com/community/ReportingBugs|report bugs using the tools provided]].
Line 278: Line 248:
These images were able to be made available to you thanks to the help of our [[https://wiki.ubuntu.com/QuantalQuetzal/TechnicalOverview/Beta1/Testers|QA Community]]

Introduction

The Ubuntu developers are moving quickly to bring you the absolute latest and greatest software the Open Source community has to offer. The Quantal Quetzal Beta 1 Release of Ubuntu 12.10 give you a preview of the next version of Ubuntu.

Get Ubuntu 12.10

Upgrading from Ubuntu 12.04 LTS

To upgrade from Ubuntu 12.04 LTS on a desktop system, open Software Sources. Switch to the Updates tab and set Notify me of a new Ubuntu version to For any new version. Press Alt+F2 and type in "update-manager -d" (without the quotes) into the command box. Update Manager should open up and tell you: New distribution release '12.10' is available. Click Upgrade and follow the on-screen instructions.

To upgrade from Ubuntu 12.04 LTS on a server system: ensure that /etc/update-manager/release-upgrades includes Prompt=Normal. Install the update-manager-core package if it is not already installed; launch the upgrade tool with the command sudo do-release-upgrade -d; and follow the on-screen instructions. Note that the server upgrade will utilize GNU screen and automatically re-attach in case of e.g. dropped connection problems.

Download the Beta 1

Beta 1 images can be downloaded from a location near you.
Note: The Ubuntu Desktop images are now bigger than a standard CD, and you should use a USB or DVD for installation. Some image consolidation has occurred as well.

You can download Beta 1 ISOs from:

http://cdimage.ubuntu.com/releases/quantal/beta-1/ (Ubuntu Desktop and Server)
http://cloud-images.ubuntu.com/releases/quantal/beta-1/ (Ubuntu Cloud Server)
http://cdimage.ubuntu.com/netboot/quantal/ (Ubuntu Netboot)
http://cdimage.ubuntu.com/ubuntu-core/releases/quantal/beta-1/ (Ubuntu Core)
http://cdimage.ubuntu.com/kubuntu/releases/quantal/beta-1/ (Kubuntu)
http://cdimage.ubuntu.com/lubuntu/releases/quantal/beta-1/ (Lubuntu)
http://cdimage.ubuntu.com/edubuntu/releases/quantal/beta-1/ (Edubuntu DVD)
http://cdimage.ubuntu.com/ubuntustudio/releases/quantal/beta-1/ (Ubuntu Studio)
http://cdimage.ubuntu.com/xubuntu/releases/quantal/beta-1/ (Xubuntu)

New features in Quantal

Please see the Quantal blueprint list for details.

Please test and report any bugs you find:

Updated Packages

As with every new release, packages--applications and software of all kinds--are being updated at a rapid pace. Many of these packages came from an automatic sync from Debian's unstable branch; others have been explicitly pulled in for 12.10 Quantal Quetzal.

For a list of all packages being accepted for 12.10 Quantal Quetzal, please subscribe to quantal-changes: https://lists.ubuntu.com/mailman/listinfo/quantal-changes .

Linux kernel 3.5.3

TODO: Leann - please confirm ok, update as needed

Quantal Beta-1 includes the 3.5.0-13.13 Ubuntu linux kernel which was based on the v3.5.3 upstream Linux kernel. This is an update from the 3.5.0-6.6 Ubuntu kernel which shipped in the Quantal Alpha-3 release and was based on the v3.5 upstream Linux kernel. Key changes with the Quantal Beta 1 kernel include brcmsmac applesmc and apple-gmux driver updates, better support for omapdrm, configuration improvements for highbank and miscellaneous fixes. As with the Quantal Alpha releases, the Quantal beta 1 kernel continues to include the transitioning of the i386 generic-pae flavor to become the generic flavor offering, collapsing of the virtual flavor back into the generic flavor, and standardizing of the entire linux-meta package.

Python 3.0

For 12.10, we intend to ship only Python 3 with the Ubuntu desktop image, not Python 2. Beta-1 continues this process.

If you have your own programs based on Python 2, fear not! Python 2 will continue to be available (as the python package) for the foreseeable future. However, to best support future versions of Ubuntu you should consider porting your code to Python 3. Python/3 has some advice and resources on this.

General

Until Ubuntu 11.10, the Unix group for administrators with root privileges through sudo had been admin. Starting with Ubuntu 12.04 LTS, it is now sudo, for compatibility with Debian and sudo itself. However, for backwards compatibility, admin group members are still recognized as administrators.

Automatic Apport crash reporting has been enabled by default again to catch problems early on. It now checks for duplicates on the client side, which will avoid uploading debug data and creating Launchpad bug reports unnecessarily in many cases now.

Ubuntu

TODO: somebody to add alternate images workarounds

There are no longer any alternate images for Ubuntu desktop images. ...<include information on how to work around >...

Update Manager has been streamlined and renamed Software Updater. It also now checks for updates when launched.

A new X.org stack has been introduced which includes xserver 1.13 candidate versions, mesa 9.0, and updated X libs and drivers. The new xserver provides improved multiseat support, better smooth scrolling, and a large variety of bug fixes. The proprietary -nvidia driver now supports the RANDR standard for monitor configuration.

Compiz with GLES support landed, making unity-3d work again on the pandaboard.

Unity got updated to version 6.4 including support for dash previews and coverflow view.

Other notable updates include:

  • Jockey has been deprecated in favor of a "Drivers" component in software-properties.
  • Libreoffice got updated to 3.6.1
  • GNOME has been updated to 3.5.90 for most of the components.

Ubuntu Server

TODO: Daviey or arosales, please review and update

Unlike the Desktop flavour, we are currently targeting the 12.10 Server image to fit onto a standard cd image (703MB).

Notable updates:

  • Juju Charm Store policy implementation.

  • Juju Charm maintainer assignment.

  • Facter integration with Juju done.
  • Tomcat 7 replaces Tomcat 6 in Ubuntu main (and on the Server ISO)
  • MAAS IPMI support added
  • Ceph updated to 0.48 (argonaut stable release)
  • OpenStack Folsom testing packages available.

  • Openstack instance architecture detection support added, and heterogeneous scheduler for ARM done.
  • Spec to improve reliability of apt through hash defined. Feedback welcomed.

  • armhf cloud images available.

Kubuntu

TODO: Riddell, please review and updates for beta content

Kubuntu now comes on 1GB images for a USB drive or DVD.

Other notable updates:

  • OwnCloud has been updated to the latest version of the cloud application platform.

  • Digikam 2.7 adds better photo handling http://www.digikam.org/drupal/node/661.

  • The release of Rekonq 1.0 gives Kubuntu the stable web browser it deserves.
  • A Facebook resources in Kontact means you can get calendar and contact information from your Facebook account.
  • While a Google resource means you can get calendar information from your Google account .

More information can be found at: https://wiki.ubuntu.com/QuantalQuetzal/Beta1/Kubuntu

Xubuntu

The Xubuntu team is targeting to fit a standard CD image for the final release, but for Xubuntu Beta 1, the ISOs are oversized. Also, there are no alternate images for Xubuntu 12.10.

New features include:

  • Updated artwork, including new wallpaper, documentation looks and updates to LightDM, Greybird and Ubiquity slideshow
  • New versions of Catfish and Parole

Edubuntu

TODO: stgraber or highvoltage: please update with content for beta 1 A new package called 'edubuntu-netboot' is introduced. This package now provides the functionality previously provided by ltsp-live and will also be used for casper-netboot.

Lubuntu

Notable updates include:

  • Update of the visual identity of Lubuntu, including :
    • A completely new icon theme.
    • A new wallpaper and improvements to the current theme.
    • A selection of community wallpapers.
    • Improving integration of many applications with the new artwork.
  • A new version of the session manager is available, including more customizations and integration options (not enable by default, but available for testing).
  • A new version of pcmanfm (file manager), including at lot of bug fixes, external thumbnailer support, multiple screen support.
  • notification-daemon have been replaced for xfce4-notifyd on the default installation, to display notifications.
  • catfish, a searching utility, have been added to the default installation.

Ubuntu Studio

TODO: scott-work, please update with content for beta 1 Notable updates include:

  • A new web page is out. The help button on the main menu points there.
  • The menu has been fixed moving audio production tools out of Media Playback.
  • A MIDI router and MIDI tools menu have been added.
  • Task Manager has been switched to System Monitor for better memory use display.
  • A main menu tool has been added to setting to allow the user to change their menu.

Known issues

As is to be expected, at this stage of the release process, there are some significant known bugs that users may run into with the Quantal Beta 1 Release. The ones we know about at this point (and some of the workarounds), are documented here so you don't need to spend time reporting these bugs again:

Boot, installation and post-install

  • Ubiquity displays scrollbars inside of slideshow. (1008717)

  • On ARM server images the device detection hangs if an USB key that is used as target device contains an extended partition (1028905). You can work around this if you zero the partition table of the USB key.

  • Installation instructions for ARM based systems can be found here.

Migration

  • In some cases, update-manager crashes with ImportError in main: No module named UpdateManager.UpdateManage (1013276)

Graphics and Display

  • On systems with an ATI Radeon 9200 graphics card the system will boot to a black screen. As a work around edit the kernel command line in the boot loader and add "nomodeset". (725580)

  • On some systems, gnome-settings-daemon crashed with SIGSEGV in xft_settings_set_xsettings(). (948347)

Desktop

  • The system service to manage device color profiles is crashing on some systems. (1026520)

  • LibreOffice menus are missing when ran in non-Unity session (1044657)

Kernel

  • On omap4 kernels you might see random oopses from the smsc95xx network card driver (746137)

Ubuntu Server

  • iSCSI root volume based installs, but then appears to fail to boot. It actually does boot, and running /scripts/local-top/iscsi, resets everything properly, and gets boot going again. (1028458)

  • Minimal installation is hugely oversized (1028453)

  • Trying to overwrite '/etc/quantum/plugins/openvswitch/ovs_quantum_plugin.ini', which is also in package quantum-server. (1025203)

Kubuntu

  • Upgrades from Precise to Quantal do not work yet. (1029150). This can be worked around by opening a console: Ctrl+Alt+F2. Login as a user that has admin rights. type:
    sudo ln -s lightdm-kde-greeter.desktop /usr/share/xgreeters/default.desktop

  • Apport errors when filing a bug on test milestone images. (1028984)

  • KIMPanel is not set up. (475530)

Edubuntu

  • ...

Xubuntu

  • The ISOs are oversized for standard CDs

  • The installer locks when attempting to do the “Install Xubuntu 12.10 alongside…” auto-resize (1027461), manual method for editing partitions and resizing works

  • Some of the indicators are not available in Beta 1
  • The Greybird theme has a visual regression in the left/right window borders with some drivers; the left side is invisible and the right side has a dark blue/dotted lines

Lubuntu

  • Installation will fail if you want to install grub on anything else that the first drive (sda or sda1) (1015880)

  • Indicator-application is missing from the panel (1041407)

  • Current theme has some visual bugs (black borders) (1043129)

Ubuntu Studio

  • ...


For a listing of more known issues, please refer to the Quantal Quetzal bug tracker in Launchpad.

Reporting bugs

It should come as no surprise that this Beta 1 release of Quantal Quetzal contains other bugs. Your comments, bug reports, patches and suggestions will help fix bugs and improve the quality of future releases. Please report bugs using the tools provided.

If you want to help out with bugs, the Bug Squad is always looking for help.

Participate in Ubuntu

These images were able to be made available to you thanks to the help of our QA Community

If you would like to help shape Ubuntu, take a look at the list of ways you can participate at

More information

You can find out more about Ubuntu on the Ubuntu website and Ubuntu wiki.

To sign up for future Ubuntu development announcements, please subscribe to Ubuntu's development announcement list at:

QuantalQuetzal/TechnicalOverview/Beta2 (last edited 2012-10-03 12:18:37 by 82-69-40-219)