[Bug 1973785] Re: lock screen message appeared during an SSH upgrade
Launchpad Bug Tracker
1973785 at bugs.launchpad.net
Mon Jun 6 22:59:48 UTC 2022
This bug was fixed in the package ubuntu-release-upgrader - 1:22.04.11
---------------
ubuntu-release-upgrader (1:22.04.11) jammy; urgency=medium
[ William 'jawn-smith' Wilson ]
* DistUpgrade/DistUpgradeQuirks.py: Remove section of netplan
config that is installed by default on Raspberry Pi and
causes netplan failures after upgrade to jammy (LP: #1970761)
[ Nick Rosbrook ]
* DistUpgrade: Gracefully handle missing dbus module (LP: #1965568).
* DistUpgrade: Do not show lock screen error if XDG_SESSION_TYPE is
tty (LP: #1973785).
* DistUpgrade: Add deb2snap entry for snapd-desktop-integration (LP: #1975747).
* Run pre-build.sh: updating mirrors, demotions, and translations.
-- Nick Rosbrook <nick.rosbrook at canonical.com> Thu, 26 May 2022
10:49:26 -0400
** Changed in: ubuntu-release-upgrader (Ubuntu Jammy)
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to ubuntu-release-upgrader in
Ubuntu.
https://bugs.launchpad.net/bugs/1973785
Title:
lock screen message appeared during an SSH upgrade
Status in ubuntu-release-upgrader package in Ubuntu:
Fix Released
Status in ubuntu-release-upgrader source package in Jammy:
Fix Released
Bug description:
[Impact]
Server users will see an unnecessary error message about failing to
disable the lock screen, which may cause confusion.
[Test Plan]
* Obtain a console on Impish server, e.g. ssh to a remote host.
* Verify that XDG_SESSION_TYPE is set to 'tty':
$ echo $XDG_SESSION_TYPE
* Start a release upgrade:
$ do-release-upgrade
* After accepting the prompt to start the upgrade, observe the "Unable
to disable lock screen" message.
[Where problems could occur]
The patch changes the early-return condition in the except block in
_inhibitIdle. If problems occurred, it would be related to the "Unable
to disable lock screen" message.
[Original Description]
I was upgrading and Ubuntu 20.04 system to Ubuntu 22.04 over an ssh
connection and noticed the following message:
`Unable to disable lock screen
It is highly recommended that the lock screen be disabled during the
upgrade to prevent later issues. Please ensure your screen lock is
disabled before continuing.
To continue please press [ENTER]`
Given that I'm connected via ssh the message seems unnecessary. Some
details from main.log:
bdmurray at clean-focal-amd64:~$ head /var/log/dist-upgrade/main.log
2022-05-17 07:59:05,380 INFO Using config files '['./DistUpgrade.cfg.focal', '/etc/update-manager/release-upgrades.d/ubuntu-advantage-upgrades.cfg']'
2022-05-17 07:59:05,381 INFO uname information: 'Linux clean-focal-amd64 5.13.0-41-generic #46~20.04.1-Ubuntu SMP Wed Apr 20 13:16:21 UTC 2022 x86_64'
2022-05-17 07:59:05,677 INFO apt version: '2.0.6'
2022-05-17 07:59:05,677 INFO python version: '3.8.10 (default, Mar 15 2022, 12:22:08)
[GCC 9.4.0]'
2022-05-17 07:59:05,679 INFO release-upgrader version '22.04.10' started
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1973785/+subscriptions
More information about the foundations-bugs
mailing list