NOTE: Please check the status of this specification in Launchpad before editing it. If it is Approved, contact the Assignee or another knowledgeable person before making changes.

Summary

The ability to automatically download and install updates (unattended) when they are released. Users will be able to configure their systems, so that updates are automatically handled by the system without interaction, based off of their "Auto Update" selection. This should be handled by a user-friendly GUI.

Rationale

With a vigorous release schedule and round-the-clock updates, Linux is one of the most secure and "well-updated" operating systems in the world. But with this cutting edge technology comes endless updates. Although this can be seen as a good thing, it can become overly cumbersome and annoying to end-users, simply trying to do their work, without tinkering with the underlying OS.

Currently Ubuntu makes updates fun and easy, with the notifications in the task bar. This icon notifies the user of updates, and allows them to view, download, and install the updates with very few clicks of the mouse, and without being interrupted during current work. Although this is a great asset to updates and the Ubuntu system, there are other routes that can be taken with updates.

Currently there are a few options to "automatically update" Ubuntu. One way being via third party software, and the other, cron-jobs and scripts. Both go away from the "Linux for Human Begins" or "Just Working" attitude. Therefore a solution must be made within the Ubuntu release which solves the problem, both with stability and easy of use.

Thus the role of automatic updates, with the ability to setup the computer to just "download, update, and work", users will be able to continue working uninterrupted, while always being up-to-date and current.

Use cases

Scope

This spec requires updates in:

Design

The Ubuntu update manager should have the ability to automatically install updates when notified by the repositories, of a new update. However, there should be some power in the hands of the user, therefore sane defaults and options must be available, through a carefully created "user-friendly" graphical interface.

Updates

The following options should be present:

Reboots

The follow options, will handle auto-reboots:

Design Rationale

Updates

Sane options, and user-friendliness are key points in any Ubuntu related project, auto-updates shall be no different. With the described options, most users will be covered with an updating option. Although the options will not cover every case that could appear, they will fit nicely enough to give the flexibility needed in any case.

Reboots

Often time Linux updates will go without any interruptions to the working environment, and hardly need a physical-reboot, however these are rare occasions when such an updates is released.

Users will now have that ability to reboot the PC's while away, after new updates, or automatically reboot at a specified time. If the users choices to have the computer reboot after the installation, a sixty-second warning/prompt should be present to ensure the users is ready for the reboot (if no response is given to the prompt, the computer is rebooted). In addition is the reboot is scheduled, the user should be warned before the reboot. At anytime, a reboot should be able to be canceled.

Final decision

This is to be determined, after approval.

Implementation

This is to be determined, after approval.

Outstanding issues

BoF Agenda

This is to be determined, after approval.

Discussion

Why do we need to automatically reboot anyway? Most users reboot there computers daily, if not once a week, so why the need to automatically do it for them. It's generally servers and power-users that wouldn't reboot as often. The biggest problem I see is if Jane is working on her Doctrine and leaves for an hour to get coffee with her friend and the computer reboots without her confirmation, then she would be FURIOUS at this mistake made by Ubuntu. Even if she saved her work, what about all the other documents and windows that are open? This is a major inconvenience to regular users. --brettalton (2007-06-12) (This was moved from WhiteBoard --JustinMWray)

Review comments

I like the idea of improving the automatic installation of security updates. The "Install security updates without confirmation" bit of the spec is implemented already with unattended-upgrades (already installed by default). If you go to System/Administration/Software Sources and click on "Updates" the options is available (also not turned on by default). The unattended-upgrades tool is flexible enough to handle the outlined options, only the gui needs to be extended to display them.

The automatic reboot is a interesting idea. I'm concerned that doing that automatically may annoy the user. We should give at least 10 minutes of notice so that the user gets a chance to finish his work or to cancel the reboot. Generally timers that tick down in the UI are problematic as it puts the user under stress to react. The best course of action is probably a notification bubble like the current reboot notification that tells the user that a reboot will happen in some minutes and when its less than a certain time a dialog should apprear with always_on_top=True that show a timer and a option to reboot now or cancel.

One issue that cannot be resolved without user interaction are conffile prompts and debconf questions. In those cases unattended-upgrades will leave the package alone and just show the normal "updates available" icon. Fortunately those prompts are rare for security updates.


CategorySpec

auto-update-blueprint (last edited 2008-08-06 16:27:03 by localhost)