With Danilo comment #4, it works fine if we could remove the comment.

u@oak2-10:~$ nmcli connection add type dummy ifname d0
Connection 'dummy-d0' (2364f50d-72d5-4849-804d-f6d28467bf93) successfully added.
u@oak2-10:~$ sudo cat /lib/netplan/00-network-manager-all.yaml·
# Let NetworkManager manage all devices on this system
network:
  version: 2
  renderer: NetworkManager
u@oak2-10:~$ sudo md5sum /lib/netplan/00-network-manager-all.yaml
81c200b0e29eeb56c518a23eb78777ab  /lib/netplan/00-network-manager-all.yaml

u@oak2-10:~$ nmcli connection delete dummy-d0·
Connection 'dummy-d0' (2364f50d-72d5-4849-804d-f6d28467bf93) successfully 
deleted.
u@oak2-10:~$ sudo md5sum /lib/netplan/00-network-manager-all.yaml
9b5681f7d3fc877b018790626772c504  /lib/netplan/00-network-manager-all.yaml

u@oak2-10:~$ sudo cat /lib/netplan/00-network-manager-all.yaml
network:
  version: 2
  renderer: NetworkManager

u@oak2-10:~$ nmcli connection add type dummy ifname d1
Connection 'dummy-d1' (f9e7f8f7-d685-4123-88e6-118f70342320) successfully added.
u@oak2-10:~$ sudo md5sum /lib/netplan/00-network-manager-all.yaml
9b5681f7d3fc877b018790626772c504  /lib/netplan/00-network-manager-all.yaml

u@oak2-10:~$ nmcli connection delete dummy-d1·
Connection 'dummy-d1' (f9e7f8f7-d685-4123-88e6-118f70342320) successfully 
deleted.
u@oak2-10:~$ sudo md5sum /lib/netplan/00-network-manager-all.yaml
9b5681f7d3fc877b018790626772c504  /lib/netplan/00-network-manager-all.yaml

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-settings in Ubuntu.
https://bugs.launchpad.net/bugs/2078759

Title:
  debsums: changed file /lib/netplan/00-network-manager-all.yaml (from
  ubuntu-settings package)

Status in OEM Priority Project:
  New
Status in netplan.io package in Ubuntu:
  Triaged
Status in ubuntu-settings package in Ubuntu:
  Invalid

Bug description:
  On ubuntu desktop 24.04 image, run the operations below

  1. $ nmcli d wifi connect <SSID> password <password>
  2. $ nmcli c delete <SSID>
  3. $ sudo debsums -s

  Then the error is happened debsums: changed file
  /lib/netplan/00-network-manager-all.yaml (from ubuntu-settings
  package)

  it seems the netplan update the file belonged to ubuntu-settings that cause 
the debsums failed.
  --- 
  ProblemType: Bug
  ApportVersion: 2.28.1-0ubuntu3.1
  Architecture: amd64
  CasperMD5CheckMismatches: ./casper/initrd ./casper/vmlinuz 
./casper/minimal.standard.live.hotfix.squashfs 
./casper/minimal.standard.hotfix.squashfs ./casper/minimal.hotfix.squashfs 
./boot/grub/grub.cfg
  CasperMD5CheckResult: fail
  DistributionChannelDescriptor:
   # This is the distribution channel descriptor for Ubuntu 24.04 for Dell
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-noble-oem-24.04a-next-20240902-67
  DistroRelease: Ubuntu 24.04
  InstallationDate: Installed on 2024-09-02 (1 days ago)
  InstallationMedia: Ubuntu OEM 24.04.1 LTS "Noble Numbat" - Release amd64 
(20240829)
  Package: netplan.io 1.0.1-1ubuntu2~24.04.1
  PackageArchitecture: amd64
  ProcVersionSignature: User Name 6.8.0-1012.12-oem 6.8.12
  Tags: noble
  Uname: Linux 6.8.0-1012-oem x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lxd sudo
  _MarkForUpload: True

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/2078759/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to     : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to