2018-09-28 16:02:55 |
Ted Cabeen |
bug |
|
|
added bug |
2018-11-26 22:52:01 |
Brian Murray |
bug task added |
|
update-manager (Ubuntu) |
|
2018-11-26 22:54:02 |
Brian Murray |
ubuntu-release-upgrader (Ubuntu): status |
New |
Triaged |
|
2018-11-26 22:54:04 |
Brian Murray |
update-manager (Ubuntu): status |
New |
Triaged |
|
2018-11-26 22:54:07 |
Brian Murray |
ubuntu-release-upgrader (Ubuntu): importance |
Undecided |
Medium |
|
2018-11-26 22:54:08 |
Brian Murray |
update-manager (Ubuntu): importance |
Undecided |
Medium |
|
2018-11-27 18:04:06 |
Brian Murray |
bug |
|
|
added subscriber Brian Murray |
2018-11-28 16:55:23 |
Launchpad Janitor |
branch linked |
|
lp:ubuntu-release-upgrader |
|
2018-11-28 17:46:30 |
Launchpad Janitor |
branch linked |
|
lp:update-manager |
|
2018-11-28 18:15:38 |
Brian Murray |
ubuntu-release-upgrader (Ubuntu): status |
Triaged |
In Progress |
|
2018-11-28 18:15:44 |
Brian Murray |
update-manager (Ubuntu): status |
Triaged |
In Progress |
|
2018-11-28 18:15:48 |
Brian Murray |
ubuntu-release-upgrader (Ubuntu): assignee |
|
Brian Murray (brian-murray) |
|
2018-11-28 18:15:51 |
Brian Murray |
update-manager (Ubuntu): assignee |
|
Brian Murray (brian-murray) |
|
2018-11-28 18:16:20 |
Brian Murray |
summary |
release-upgrades Prompt to anything other than normal prevents beta upgrades |
setting release-upgrades Prompt to never can cause confusing behavior |
|
2018-11-29 11:32:57 |
Launchpad Janitor |
update-manager (Ubuntu): status |
In Progress |
Fix Released |
|
2018-12-13 15:43:07 |
Launchpad Janitor |
ubuntu-release-upgrader (Ubuntu): status |
In Progress |
Fix Released |
|
2019-01-14 21:34:32 |
Brian Murray |
nominated for series |
|
Ubuntu Cosmic |
|
2019-01-14 21:34:32 |
Brian Murray |
bug task added |
|
update-manager (Ubuntu Cosmic) |
|
2019-01-14 21:34:32 |
Brian Murray |
bug task added |
|
ubuntu-release-upgrader (Ubuntu Cosmic) |
|
2019-01-14 21:34:32 |
Brian Murray |
nominated for series |
|
Ubuntu Bionic |
|
2019-01-14 21:34:32 |
Brian Murray |
bug task added |
|
update-manager (Ubuntu Bionic) |
|
2019-01-14 21:34:32 |
Brian Murray |
bug task added |
|
ubuntu-release-upgrader (Ubuntu Bionic) |
|
2019-01-14 21:34:39 |
Brian Murray |
ubuntu-release-upgrader (Ubuntu Bionic): status |
New |
Triaged |
|
2019-01-14 21:34:43 |
Brian Murray |
ubuntu-release-upgrader (Ubuntu Bionic): importance |
Undecided |
Medium |
|
2019-01-14 21:34:45 |
Brian Murray |
ubuntu-release-upgrader (Ubuntu Cosmic): status |
New |
Triaged |
|
2019-01-14 21:34:48 |
Brian Murray |
ubuntu-release-upgrader (Ubuntu Cosmic): importance |
Undecided |
Medium |
|
2019-01-14 21:34:50 |
Brian Murray |
update-manager (Ubuntu Cosmic): importance |
Undecided |
Medium |
|
2019-01-14 21:34:53 |
Brian Murray |
update-manager (Ubuntu Bionic): importance |
Undecided |
Medium |
|
2019-01-14 21:34:56 |
Brian Murray |
update-manager (Ubuntu Bionic): status |
New |
Triaged |
|
2019-01-14 21:34:59 |
Brian Murray |
update-manager (Ubuntu Cosmic): status |
New |
Triaged |
|
2019-01-14 22:07:36 |
Brian Murray |
update-manager (Ubuntu Bionic): status |
Triaged |
In Progress |
|
2019-01-14 22:07:39 |
Brian Murray |
update-manager (Ubuntu Cosmic): status |
Triaged |
In Progress |
|
2019-01-14 22:07:42 |
Brian Murray |
update-manager (Ubuntu Bionic): assignee |
|
Brian Murray (brian-murray) |
|
2019-01-14 22:07:44 |
Brian Murray |
update-manager (Ubuntu Cosmic): assignee |
|
Brian Murray (brian-murray) |
|
2019-01-16 21:09:46 |
Brian Murray |
description |
The prompt setting in /etc/update-manager/release-upgrades controls whether the user is prompted to upgrade, but also controls whether the user can manually upgrade using do-release-upgrade -d.
Steps to reproduce:
1) On an 18.04 machine, set Prompt in /etc/update-manager/release-upgrades to lts or never.
2) Attempt to upgrade to 18.10 beta using do-release-upgrade -d.
3) The upgrade reports "Upgrades to the development release are only available from the latest supported release." This is both an incorrect error message, and it prevents upgrade even though the user has specifically requested the development version.
Possible fixes:
1) The documentation should be changed to indicate that the Prompt argument controls both whether you are prompted to upgrade, but also whether you can use the upgrade tool at all.
2) A second configuration option should be added to allow the admin to control the prompting for upgrade separately from the ability to upgrade, allowing users to upgrade the system manually, even when Prompt is set to never.
Question: Is the default setting of Prompt=lts going to prevent users from upgrading their 18.04 machines to 18.10 until they change it to normal?
Description: Ubuntu 18.04.1 LTS
Release: 18.04 |
Impact
------
If Prompt=never in /etc/update-manager/release-upgrades and do-release-upgrade is run a likely confusing message regarding no new release being found is returned. This is can be a lie and doesn't help people upgrade if there is in fact a new release.
Test Case
---------
1) set Prompt=never in /etc/update-manager/release-upgrades
2) run 'do-release-upgrade' on 18.04 and also run 'do-release-upgrade -d' on 18.10
Observe an error message regarding no new release being available or for the -d case on 18.10 one regarding upgrades to the dev release only being supported from the latest supported release.
With versions of update-manager and ubuntu-release-upgrader (which depends on the changes in update-manager) from -proposed you will instead see a message about prompt being set to never and the file to modify so you can upgrade.
Additionally, release-upgrades has been modified to indicate that use never won't allow you to upgrade and to clarify what happens if you've set lts on a non-lts release.
Original Description
--------------------
The prompt setting in /etc/update-manager/release-upgrades controls whether the user is prompted to upgrade, but also controls whether the user can manually upgrade using do-release-upgrade -d.
Steps to reproduce:
1) On an 18.04 machine, set Prompt in /etc/update-manager/release-upgrades to lts or never.
2) Attempt to upgrade to 18.10 beta using do-release-upgrade -d.
3) The upgrade reports "Upgrades to the development release are only available from the latest supported release." This is both an incorrect error message, and it prevents upgrade even though the user has specifically requested the development version.
Possible fixes:
1) The documentation should be changed to indicate that the Prompt argument controls both whether you are prompted to upgrade, but also whether you can use the upgrade tool at all.
2) A second configuration option should be added to allow the admin to control the prompting for upgrade separately from the ability to upgrade, allowing users to upgrade the system manually, even when Prompt is set to never.
Question: Is the default setting of Prompt=lts going to prevent users from upgrading their 18.04 machines to 18.10 until they change it to normal?
Description: Ubuntu 18.04.1 LTS
Release: 18.04 |
|
2019-01-16 21:10:36 |
Brian Murray |
ubuntu-release-upgrader (Ubuntu Cosmic): status |
Triaged |
In Progress |
|
2019-01-16 21:10:40 |
Brian Murray |
ubuntu-release-upgrader (Ubuntu Cosmic): assignee |
|
Brian Murray (brian-murray) |
|
2019-01-22 17:27:24 |
Łukasz Zemczak |
update-manager (Ubuntu Cosmic): status |
In Progress |
Fix Committed |
|
2019-01-22 17:27:27 |
Łukasz Zemczak |
bug |
|
|
added subscriber Ubuntu Stable Release Updates Team |
2019-01-22 17:27:28 |
Łukasz Zemczak |
bug |
|
|
added subscriber SRU Verification |
2019-01-22 17:27:30 |
Łukasz Zemczak |
tags |
|
verification-needed verification-needed-cosmic |
|
2019-01-22 17:35:08 |
Łukasz Zemczak |
ubuntu-release-upgrader (Ubuntu Cosmic): status |
In Progress |
Fix Committed |
|
2019-01-22 17:37:36 |
Łukasz Zemczak |
update-manager (Ubuntu Bionic): status |
In Progress |
Fix Committed |
|
2019-01-22 17:37:41 |
Łukasz Zemczak |
tags |
verification-needed verification-needed-cosmic |
verification-needed verification-needed-bionic verification-needed-cosmic |
|
2019-01-22 17:46:02 |
Łukasz Zemczak |
ubuntu-release-upgrader (Ubuntu Bionic): status |
Triaged |
Fix Committed |
|
2019-01-23 15:01:35 |
Brian Murray |
tags |
verification-needed verification-needed-bionic verification-needed-cosmic |
verification-done-bionic verification-needed verification-needed-cosmic |
|
2019-01-23 23:03:16 |
Brian Murray |
tags |
verification-done-bionic verification-needed verification-needed-cosmic |
verification-done verification-done-bionic verification-done-cosmic |
|
2019-01-31 09:01:25 |
Launchpad Janitor |
update-manager (Ubuntu Cosmic): status |
Fix Committed |
Fix Released |
|
2019-01-31 09:01:30 |
Łukasz Zemczak |
removed subscriber Ubuntu Stable Release Updates Team |
|
|
|
2019-01-31 09:01:35 |
Launchpad Janitor |
ubuntu-release-upgrader (Ubuntu Cosmic): status |
Fix Committed |
Fix Released |
|
2019-01-31 09:20:18 |
Launchpad Janitor |
update-manager (Ubuntu Bionic): status |
Fix Committed |
Fix Released |
|
2019-01-31 09:20:22 |
Launchpad Janitor |
ubuntu-release-upgrader (Ubuntu Bionic): status |
Fix Committed |
Fix Released |
|