upgrade disables all serial devices and consoles
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| systemd (Ubuntu) |
Invalid
|
Undecided
|
Unassigned | ||
Bug Description
[impact]
when upgrading, all serial devices are changed to 'dead' and thus all serial consoles are stopped
[test case]
on a system configured with a serial console, upgrade from focal to the latest systemd package from upstream, and check the serial console. the state of the serial port and/or serial console can also be checked with systemctl status, e.g.:
$ systemctl status dev-ttyS0.device
[regression potential]
and regression would likely involve incorrectly detected or operational devices after a systemd version upgrade, or after a systemd pid1 reexec or reload.
[scope]
both upstream commits (ids below) are first included upstream in v247-rc1
[other info]
Upstream commit e77b146f825ef1b
However, upstream commit 242c1c075aa284c
This leads to the systemd daemon-reexec ignoring all devices tagged with 'systemd', but only the older 'G' tag and not the new 'Q' tag, and marking them all as 'dead'.

as this is needed only for the debian experimental branch (with v247-rc2), marking this as invalid for ubuntu.