netplan using incorrect renderer
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
dropbear (Ubuntu) |
Triaged
|
Undecided
|
Unassigned | ||
Focal |
Triaged
|
Undecided
|
Unassigned | ||
Groovy |
Triaged
|
Undecided
|
Unassigned | ||
initramfs-tools (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Focal |
Confirmed
|
Undecided
|
Unassigned | ||
Groovy |
Fix Released
|
Undecided
|
Unassigned | ||
netplan.io (Ubuntu) |
Invalid
|
High
|
Unassigned | ||
Focal |
Invalid
|
High
|
Unassigned | ||
Groovy |
Invalid
|
High
|
Unassigned |
Bug Description
After upgrading ubuntu desktop from 19.10 to 20.04, it's impossible to enable screen sharing.
It used to work fine on 19.10.
When clicking the enable/disable toggle, the following message is logged in journalctl:
Failed to enable service vino-server: GDBus.Error:
This is reproducible on both computers I've upgraded. They're both on the latest 20.04 package updates as of today.
I've done some research to rule out common faults:
$ cat /etc/netplan/
# Let NetworkManager manage all devices on this system
network:
version: 2
renderer: NetworkManager
(Yes, I've ofc ran netplan apply, but the file already had this content anyway.)
$ cat /etc/NetworkMan
[main]
plugins=
[ifupdown]
managed=false
[device]
wifi.scan-
Also, this seems unrelated to #1871787:
$ dpkg -l |grep gnome-settings-
ii gnome-settings-
ii gnome-settings-
---
ProblemType: Bug
ApportVersion: 2.20.11-0ubuntu27
Architecture: amd64
CasperMD5CheckR
DistroRelease: Ubuntu 20.04
InstallationDate: Installed on 2020-01-17 (108 days ago)
InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
Package: gnome-control-
PackageArchitec
ProcVersionSign
Tags: focal
Uname: Linux 5.4.0-28-generic x86_64
UpgradeStatus: Upgraded to focal on 2020-04-28 (6 days ago)
UserGroups:
_MarkForUpload: True
summary: |
- eth connection 'unmanaged' when using netplan + netplan using incorrect renderer |
Changed in netplan.io (Ubuntu): | |
importance: | Undecided → High |
tags: | added: rls-ff-incoming |
Changed in netplan.io (Ubuntu Focal): | |
importance: | Undecided → High |
tags: | removed: rls-ff-incoming |
tags: | added: id-5eb42dd47e87c9618cd3a3be |
Changed in initramfs-tools (Ubuntu Groovy): | |
status: | New → Fix Committed |
I've also tried setting
[ifupdown]
managed=true
in /etc/NetworkMan ager/NetworkMan ager.conf
and
`touch /etc/NetworkMan ager/conf. d/10-globally- managed- devices. conf`.
Even this did not fix the problem. (I ran 'netplan generate', 'netplan apply' and rebooted after doing these changes)