[Bug 2027584] Re: removing an NM connection removes also the set renderer

Alfonso Sanchez-Beato 2027584 at bugs.launchpad.net
Wed Nov 29 17:01:24 UTC 2023


Is this going to be SRUed?

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/2027584

Title:
  removing an NM connection removes also the set renderer

Status in netplan:
  Fix Released

Bug description:
  While testing netplan 0.106 from
  https://launchpad.net/~slyon/+archive/ubuntu/lp2023238-wpa3/ on Ubuntu
  Core 22:

  ubuntu at ubuntu:~$ sudo snap install network-manager
  network-manager (22/stable) 1.36.6-5 from Canonical✓ installed
  ubuntu at ubuntu:~$ ls /etc/netplan/
  00-default-nm-renderer.yaml  70-netplan-set.yaml
  ubuntu at ubuntu:~$ sudo cat /etc/netplan/*
  network:
    renderer: NetworkManager
  network:
    version: 2

  ubuntu at ubuntu:~$ nmcli c add type gsm ifname '*' con-name arkessa apn arkessa.com
  Connection 'arkessa' (2e763389-e2ca-4465-b633-65b8752fed54) successfully added.

  ubuntu at ubuntu:~$ nmcli c del arkessa
  Connection 'arkessa' (2e763389-e2ca-4465-b633-65b8752fed54) successfully deleted.
  ubuntu at ubuntu:~$ ls /etc/netplan/
  70-netplan-set.yaml
  ubuntu at ubuntu:~$ sudo cat /etc/netplan/*
  network:
    version: 2

  00-default-nm-renderer.yaml, which contains the renderer setting, has
  been removed. I have attached the base snap used for testing.

To manage notifications about this bug go to:
https://bugs.launchpad.net/netplan/+bug/2027584/+subscriptions




More information about the foundations-bugs mailing list