[Bug 2068077] Re: initramfs-tools reports "can't identify type of root filesystem" when label is missing

2024-06-10 Thread Brett Holman
I haven't tested the diff, but this looks like an improvement to me. The
new output message improves the messaging to the user with a clue that
LABEL resolution is involved in fs type lookup and a possible source of
the issue.

+1 thanks @bdrung

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

Title:
  initramfs-tools reports "can't identify type of root filesystem" when
  label is missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/2068077/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2068077] Re: initramfs-tools can't identify root filesystem type

2024-06-07 Thread Brett Holman
After digging in a little bit I noticed that this is just a case of a
confusing error message. It turns out that the label was just missing
from this filesystem. I'll update the bug title accordingly.


** Summary changed:

- initramfs-tools can't identify root filesystem type
+ initramfs-tools reports "can't identify type of root filesystem" when label 
is missing

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

Title:
  initramfs-tools reports "can't identify type of root filesystem" when
  label is missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/2068077/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2068077] [NEW] initramfs-tools can't identify root filesystem type

2024-06-04 Thread Brett Holman
Public bug reported:

When I attempt to regenerate an initramfs for a new root filsystem,
update-initramfs is unable to identify the filesystem type of this
initramfs.

```
# update-initramfs -u
update-initramfs: Generating /boot/initrd.img-5.15.0-1059-kvm
W: Couldn't identify type of root file system for fsck hook
W: mkconf: MD subsystem is not loaded, thus I cannot scan for arrays.
W: mdadm: failed to auto-generate temporary mdadm.conf file.
```

the mounted filesystem:
```
# cat /proc/mounts | grep xfs
/dev/sda1 / xfs rw,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota 0 0
```

fstab:
```
# cat /etc/fstab | grep xfs
LABEL=cloudimg-rootfs   /xfsdefaults0 1
```

cmdline:
```
BOOT_IMAGE=/boot/vmlinuz-5.15.0-1059-kvm 
root=PARTUUID=575c9681-fb9d-457c-a3b5-407dda61a919 ro console=tty1 
console=ttyS0 panic=-1
```


The failure is in hooks/fsck when it calls resolve_device(). The function 
returns 1 and echos nothing because it has a LABEL, not a UUID or PARTUUID.

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: initramfs-tools 0.140ubuntu13.4
ProcVersionSignature: Ubuntu 5.15.0-1059.64-kvm 5.15.149
Uname: Linux 5.15.0-1059-kvm x86_64
ApportVersion: 2.20.11-0ubuntu82.5
Architecture: amd64
CasperMD5CheckResult: unknown
Date: Wed Jun  5 01:25:29 2024
PackageArchitecture: all
ProcEnviron:
 TERM=vt220
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=C.UTF-8
 SHELL=/bin/bash
SourcePackage: initramfs-tools
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: initramfs-tools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug jammy uec-images

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

Title:
  initramfs-tools can't identify root filesystem type

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/2068077/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2065869] Re: Noble tiling overlay broken

2024-06-04 Thread Brett Holman
This is a duplicate of https://bugs.launchpad.net/ubuntu/+source/gnome-
shell-extension-tiling-assistant/+bug/2063970

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

Title:
  Noble tiling overlay broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell-extension-tiling-assistant/+bug/2065869/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2067137] Re: package cloud-init 24.1.3-0ubuntu1~23.10.2 failed to install/upgrade: installed cloud-init package post-installation script subprocess was killed by signal (Broken pipe)

2024-05-27 Thread Brett Holman
> The desktop crashes after some time and a hard reboot is needed (going
so far to unplug and re-plug).

This happens while trying to upgrade cloud-init I assume? Does this
reproduce for you? I just tried upgraded cloud-init from 23.3.1-0ubuntu2
to 24.1.3-0ubuntu1~23.10.2 without error. The journal log included is
from a different boot than the one where you had this issue. Can you
please share the journal log from the boot you did on 05/24?

To do that please run:

journalctl -b -N

where N is 0 for current boot, -1 for previous, -2 for boot before
previous, etc.

Please not that a signal which kills cloud-init during postinst doesn't
necessarily mean that there is an issue with cloud-init.


** Changed in: cloud-init (Ubuntu)
   Status: New => Incomplete

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

Title:
  package cloud-init 24.1.3-0ubuntu1~23.10.2 failed to install/upgrade:
  installed cloud-init package post-installation script subprocess was
  killed by signal (Broken pipe)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/2067137/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2066027] Re: System Monitor Incorrectly Reports CPU

2024-05-17 Thread Brett Holman
** Attachment added: "added screenshot"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-system-monitor/+bug/2066027/+attachment/5779381/+files/Screenshot%20from%202024-05-17%2010-33-25.png

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

Title:
  System Monitor Incorrectly Reports CPU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-system-monitor/+bug/2066027/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2066027] [NEW] System Monitor Incorrectly Reports CPU

2024-05-17 Thread Brett Holman
Public bug reported:

Firefox is currently eating 100% CPU (firefox was nearly unusable,
confirmed with htop), however the gnome system monitor reports 0.99%.

This does not appear to be a simple multiplication error since a single
process called Isolated Web Co is reported as much higher at 6.31
percent.

See the attached picture which displays process htop alongside gnome
system monitor.

ProblemType: Bug
DistroRelease: Ubuntu 24.04
Package: gnome-system-monitor 46.0-1build1
ProcVersionSignature: Ubuntu 6.8.0-31.31-generic 6.8.1
Uname: Linux 6.8.0-31-generic x86_64
NonfreeKernelModules: zfs
ApportVersion: 2.28.1-0ubuntu2
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: ubuntu:GNOME
Date: Fri May 17 11:35:03 2024
InstallationDate: Installed on 2024-05-02 (15 days ago)
InstallationMedia: Ubuntu 24.04 LTS "Noble Numbat" - Daily amd64 (20240408)
ProcEnviron:
 LANG=en_US.UTF-8
 PATH=(custom, user)
 SHELL=/bin/bash
 TERM=xterm-256color
 XDG_RUNTIME_DIR=
SourcePackage: gnome-system-monitor
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-system-monitor (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug noble wayland-session

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

Title:
  System Monitor Incorrectly Reports CPU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-system-monitor/+bug/2066027/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2065869] [NEW] Noble tiling overlay broken

2024-05-16 Thread Brett Holman
Public bug reported:

Sometimes when dragging a window on Gnome to an edge to arrange window
tiling, the translucent orange overlay will cover the top half of the
screen. This has been happening on Noble for a month or two now. Usually
just resizing the tiled window will make this overlay disappear, but in
some cases when this happens, it will cause glitchy tiling behaviors
while resizing (looks like a bug in tiling, not graphics)  and I will
have to move the window from one monitor to another to work around the
issue.

version
```
$ lsb_release -rd
No LSB modules are available.
Description:Ubuntu 24.04 LTS
Release:24.04
```

deb gnome packages
```
$ dpkg -l | grep -e gnome-shell -e 
gnome-shell-extension-ubuntu-tiling-assistant 
ii  chrome-gnome-shell42.1-4
 all  GNOME Shell integration for browsers - transitional 
package
ii  gnome-shell   46.0-0ubuntu5.1   
 amd64graphical shell for the GNOME desktop
ii  gnome-shell-common46.0-0ubuntu5.1   
 all  common files for the GNOME graphical shell
ii  gnome-shell-extension-appindicator57-2  
 all  AppIndicator, KStatusNotifierItem and tray support 
for GNOME Shell
ii  gnome-shell-extension-desktop-icons-ng46+really47.0.9-1 
 all  desktop icon support for GNOME Shell
ii  gnome-shell-extension-prefs   46.0-0ubuntu5.1   
 amd64tool to enable / disable GNOME Shell extensions
ii  gnome-shell-extension-ubuntu-dock 90ubuntu1 
 all  Ubuntu Dock for GNOME Shell
ii  gnome-shell-extension-ubuntu-tiling-assistant 46-1ubuntu1   
 all  extension which adds a Windows-like snap assist to 
GNOME Shell
ii  yaru-theme-gnome-shell24.04.2-0ubuntu1  
 all  Yaru GNOME Shell desktop theme from the Ubuntu 
Community
```

snap gnome packages
```
$ snap list 
Name   VersionRevTracking
Publisher  Notes
bare   1.05  latest/stable   
canonical✓ base
core   16-2.61.2  16928  latest/stable   
canonical✓ core
core18 20240416   2823   latest/stable   
canonical✓ base
core20 20240416   2318   latest/stable   
canonical✓ base
core22 20240408   1380   latest/stable   
canonical✓ base
gnome-3-34-18040+git.3556cb3  93 latest/stable   
canonical✓ -
gnome-3-38-20040+git.efb213a  143latest/stable   
canonical✓ -
gnome-42-2204  0+git.510a601  176latest/stable/… 
canonical✓ -
gtk-common-themes  0.1-81-g442e5111535   latest/stable/… 
canonical✓ -
lxd5.21.1-2d13beb 28463  latest/candidate
canonical✓ -
snap-store 41.3-77-g7dc86c8   1113   latest/stable   
canonical✓ -
snapd  2.62   21465  latest/stable   
canonical✓ snapd
snapd-desktop-integration  0.9157latest/stable/… 
canonical✓ -
```

** Affects: gnome-shell-extension-tiling-assistant (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Noble tiling overlay broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell-extension-tiling-assistant/+bug/2065869/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2064736] Re: gnome crashes

2024-05-14 Thread Brett Holman
Will do once I return.

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

Title:
  gnome crashes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/2064736/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2039083] Re: "optional: true" flag introduces problem it's meant to fix in certain circumstances

2024-05-04 Thread Brett Holman
Is this behavior supposed to be fixed in 24.04? I see a similar report
here[1] based on 24.04 where the apparent fix involves removing
optional: true to avoid blocking boot.

[1] https://github.com/Joshua-Riek/ubuntu-rockchip/issues/757

** Bug watch added: github.com/Joshua-Riek/ubuntu-rockchip/issues #757
   https://github.com/Joshua-Riek/ubuntu-rockchip/issues/757

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

Title:
  "optional: true" flag introduces problem it's meant to fix in certain
  circumstances

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2064736] [NEW] gnome crashes

2024-05-03 Thread Brett Holman
Public bug reported:

second time that gnome crashed in two days while moving windows around

ProblemType: Bug
DistroRelease: Ubuntu 24.04
Package: gdm3 46.0-2ubuntu1
ProcVersionSignature: Ubuntu 6.8.0-31.31-generic 6.8.1
Uname: Linux 6.8.0-31-generic x86_64
NonfreeKernelModules: zfs
ApportVersion: 2.28.1-0ubuntu2
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
Date: Fri May  3 08:33:23 2024
InstallationDate: Installed on 2021-10-20 (926 days ago)
InstallationMedia: Ubuntu 21.04 "Hirsute Hippo" - Release amd64 (20210420)
SourcePackage: gdm3
UpgradeStatus: Upgraded to noble on 2024-01-30 (94 days ago)

** Affects: gdm3 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug noble third-party-packages wayland-session

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

Title:
  gnome crashes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/2064736/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2064529] [NEW] amdgpu crash

2024-05-01 Thread Brett Holman
Public bug reported:

graphics crashes, requires reboot

this has happened a few times recently - typically during periods of
activity but not always.

See the journal log from the last boot below:

Apr 30 21:07:15 arc kernel: snd_hda_intel :1f:00.1: Unable to change power 
state from D3hot to D0, device inaccessible
Apr 30 21:07:16 arc kernel: snd_hda_intel :1f:00.1: CORB reset timeout#2, 
CORBRP = 65535
Apr 30 21:07:25 arc kernel: [drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring 
gfx_low timeout, signaled seq=155368, emitted seq=155370
Apr 30 21:07:25 arc kernel: [drm:amdgpu_job_timedout [amdgpu]] *ERROR* Process 
information: process spotify pid 11047 thread spotify:cs0 pid 11105
Apr 30 21:07:25 arc kernel: amdgpu :1f:00.0: amdgpu: GPU reset begin!
Apr 30 21:07:33 arc kernel: amdgpu :1f:00.0: amdgpu: failed to write reg 
28b4 wait reg 28c6
Apr 30 21:07:34 arc kernel: amdgpu: [powerplay] Failed message: 0x24, input 
parameter: 0x0, error code: 0x
Apr 30 21:07:34 arc kernel: amdgpu: [powerplay] Failed message: 0x9, input 
parameter: 0xf4, error code: 0x
Apr 30 21:07:34 arc kernel: amdgpu: [powerplay] Failed message: 0xa, input 
parameter: 0x103000, error code: 0x
Apr 30 21:07:34 arc kernel: amdgpu: [powerplay] Failed message: 0xe, input 
parameter: 0x0, error code: 0x
Apr 30 21:07:34 arc kernel: amdgpu: [powerplay] Failed message: 0x42, input 
parameter: 0x1, error code: 0x
Apr 30 21:07:34 arc kernel: amdgpu: [powerplay] Failed message: 0x24, input 
parameter: 0x0, error code: 0x
Apr 30 21:07:54 arc kernel: [drm:atom_op_jump [amdgpu]] *ERROR* atombios stuck 
in loop for more than 20secs aborting
Apr 30 21:07:54 arc kernel: [drm:amdgpu_atom_execute_table_locked [amdgpu]] 
*ERROR* atombios stuck executing E18E (len 824, WS 0, PS 0) @ 0xE30E
Apr 30 21:07:54 arc kernel: [drm:amdgpu_atom_execute_table_locked [amdgpu]] 
*ERROR* atombios stuck executing E048 (len 326, WS 0, PS 0) @ 0xE138
Apr 30 21:07:54 arc kernel: amdgpu :1f:00.0: [drm] *ERROR* 
dce110_link_encoder_disable_output: Failed to execute VBIOS command table!
Apr 30 21:08:14 arc kernel: [drm:atom_op_jump [amdgpu]] *ERROR* atombios stuck 
in loop for more than 20secs aborting
Apr 30 21:08:14 arc kernel: [drm:amdgpu_atom_execute_table_locked [amdgpu]] 
*ERROR* atombios stuck executing C30A (len 62, WS 0, PS 0) @ 0xC326
Apr 30 21:08:34 arc kernel: [drm:atom_op_jump [amdgpu]] *ERROR* atombios stuck 
in loop for more than 20secs aborting
Apr 30 21:08:34 arc kernel: [drm:amdgpu_atom_execute_table_locked [amdgpu]] 
*ERROR* atombios stuck executing B802 (len 1359, WS 12, PS 8) @ 0xBB17
Apr 30 21:08:34 arc kernel: amdgpu :1f:00.0: [drm] REG_WAIT timeout 10us * 
3000 tries - dce110_stream_encoder_dp_blank line:936
Apr 30 21:08:54 arc kernel: [drm:atom_op_jump [amdgpu]] *ERROR* atombios stuck 
in loop for more than 20secs aborting
Apr 30 21:08:54 arc kernel: [drm:amdgpu_atom_execute_table_locked [amdgpu]] 
*ERROR* atombios stuck executing E18E (len 824, WS 0, PS 0) @ 0xE30E
Apr 30 21:08:54 arc kernel: [drm:amdgpu_atom_execute_table_locked [amdgpu]] 
*ERROR* atombios stuck executing E048 (len 326, WS 0, PS 0) @ 0xE138
Apr 30 21:08:54 arc kernel: amdgpu :1f:00.0: [drm] *ERROR* 
dce110_link_encoder_disable_output: Failed to execute VBIOS command table!
Apr 30 21:09:14 arc kernel: [drm:atom_op_jump [amdgpu]] *ERROR* atombios stuck 
in loop for more than 20secs aborting
Apr 30 21:09:14 arc kernel: [drm:amdgpu_atom_execute_table_locked [amdgpu]] 
*ERROR* atombios stuck executing C30A (len 62, WS 0, PS 0) @ 0xC326
Apr 30 21:09:14 arc kernel: amdgpu :1f:00.0: [drm] REG_WAIT timeout 10us * 
3000 tries - dce110_stream_encoder_dp_blank line:936

ProblemType: Bug
DistroRelease: Ubuntu 24.04
Package: linux-image-6.8.0-31-generic 6.8.0-31.31
ProcVersionSignature: Ubuntu 6.8.0-31.31-generic 6.8.1
Uname: Linux 6.8.0-31-generic x86_64
NonfreeKernelModules: zfs
ApportVersion: 2.28.1-0ubuntu2
Architecture: amd64
CRDA: N/A
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
Date: Wed May  1 11:09:48 2024
InstallationDate: Installed on 2021-10-20 (924 days ago)
InstallationMedia: Ubuntu 21.04 "Hirsute Hippo" - Release amd64 (20210420)
MachineType: Micro-Star International Co., Ltd. MS-7B79
ProcFB: 0 amdgpudrmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-6.8.0-31-generic 
root=/dev/mapper/vgubuntu-root ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-6.8.0-31-generic N/A
 linux-backports-modules-6.8.0-31-generic  N/A
 linux-firmware20240318.git3b128b60-0ubuntu2
RfKill:
 0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
SourcePackage: linux
UpgradeStatus: Upgraded to noble on 2024-01-30 (92 days ago)
dmi.bios.date: 06/28/2018
dmi.bios.release: 5.13
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: A.40
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: X470 GAMING PLUS (MS-7B79)
dmi.board.vendor: Micro-Star 

[Bug 2064300] [NEW] cli behavior changed

2024-04-30 Thread Brett Holman
Public bug reported:

Originally reported on Github[1], cloud-init released a change in the
cli[2] that broke former cloud-init cli commands.

Previously `cloud-init -f  init` was allowed, but after the 24.1 SRU 
release to Jammy, this broke and 
now the following invocation is required to accomplish the same thing: 
`cloud-init init -f foo.cfg`. There is apparently no syntax that is compatible 
with both versions.

This is a change in behavior that was released under SRU back to stable
releases.

[1] https://github.com/canonical/cloud-init/pull/4559#issuecomment-2084860007
[2] https://github.com/canonical/cloud-init/pull/4559

** Affects: cloud-init (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: cloud-init (Ubuntu Focal)
 Importance: Undecided
 Status: New

** Affects: cloud-init (Ubuntu Jammy)
 Importance: Undecided
 Status: New

** Affects: cloud-init (Ubuntu Mantic)
 Importance: Undecided
 Status: New

** Also affects: cloud-init (Ubuntu Jammy)
   Importance: Undecided
   Status: New

** Also affects: cloud-init (Ubuntu Mantic)
   Importance: Undecided
   Status: New

** Also affects: cloud-init (Ubuntu Focal)
   Importance: Undecided
   Status: New

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

Title:
  cli behavior changed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/2064300/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1633453] Re: ssh is started before cloud-init completed

2024-04-18 Thread Brett Holman
This was resolved in upstream cloud-init in 23.3, which moved
Before=systemd-user-sessions.service from cloud-init.service to cloud-
config.service to resolve LP: #2013403. That change was temporarily
reverted on Ubuntu due to a snap-related performance regression. On
Noble and newer, the snap regression has been resolved, and with that
resolution the fix for this problem has been re-introduced.

Closing.

** Changed in: cloud-init (Ubuntu)
   Status: Triaged => Fix Released

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

Title:
  ssh is started before cloud-init completed

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1633453/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2039505] Re: Time To SSH Regression

2024-04-18 Thread Brett Holman
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2039505

Title:
  Time To SSH Regression

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/2039505/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2060977] [NEW] gnome crashes when waking from lock

2024-04-11 Thread Brett Holman
Public bug reported:

When trying to log in from locked / sleeping desktop, gnome crashed.

I have three monitors connected via displayport to this card.

dmesg snip:

[Thu Apr 11 08:12:57 2024] audit: type=1107 audit(1712844779.171:174815): 
pid=1799 uid=103 auid=4294967295 ses=4294967295 subj=unconfined 
msg='apparmor="DENIED" operation="dbus_signal"  bus="system" 
path="/org/freedesktop/login1" interface="org.freedesktop.DBus.Properties" 
member="PropertiesChanged" name=":1.12" mask="receive" pid=10350 
label="snap.firefox.firefox" peer_pid=1790 peer_label="unconfined"
exe="/usr/bin/dbus-daemon" sauid=103 hostname=? 
addr=? terminal=?'
[Thu Apr 11 08:12:57 2024] rfkill: input handler enabled
[Thu Apr 11 08:12:58 2024] audit: type=1107 audit(1712844779.588:174816): 
pid=1799 uid=103 auid=4294967295 ses=4294967295 subj=unconfined 
msg='apparmor="DENIED" operation="dbus_signal"  bus="system" 
path="/org/freedesktop/login1" interface="org.freedesktop.login1.Manager" 
member="SessionRemoved" name=":1.12" mask="receive" pid=10350 
label="snap.firefox.firefox" peer_pid=1790 peer_label="unconfined"
exe="/usr/bin/dbus-daemon" sauid=103 hostname=? 
addr=? terminal=?'
[Thu Apr 11 08:12:58 2024] audit: type=1107 audit(1712844779.698:174817): 
pid=1799 uid=103 auid=4294967295 ses=4294967295 subj=unconfined 
msg='apparmor="DENIED" operation="dbus_signal"  bus="system" 
path="/org/freedesktop/login1" interface="org.freedesktop.login1.Manager" 
member="UserNew" name=":1.12" mask="receive" pid=10350 
label="snap.firefox.firefox" peer_pid=1790 peer_label="unconfined"
exe="/usr/bin/dbus-daemon" sauid=103 hostname=? 
addr=? terminal=?'
[Thu Apr 11 08:12:58 2024] audit: type=1400 audit(1712844779.700:174818): 
apparmor="DENIED" operation="open" class="file" profile="snap.firefox.firefox" 
name="/proc/10350/environ" pid=553296 comm="firefox" requested_mask="r" 
denied_mask="r" fsuid=1000 ouid=1000
[Thu Apr 11 08:12:58 2024] audit: type=1107 audit(1712844779.710:174819): 
pid=1799 uid=103 auid=4294967295 ses=4294967295 subj=unconfined 
msg='apparmor="DENIED" operation="dbus_signal"  bus="system" 
path="/org/freedesktop/login1" interface="org.freedesktop.login1.Manager" 
member="SessionNew" name=":1.12" mask="receive" pid=10350 
label="snap.firefox.firefox" peer_pid=1790 peer_label="unconfined"
exe="/usr/bin/dbus-daemon" sauid=103 hostname=? 
addr=? terminal=?'
[Thu Apr 11 08:12:59 2024] overlayfs: fs on 
'/var/lib/gdm3/.local/share/containers/storage/overlay/compat1995007933/lower1' 
does not support file handles, falling back to xino=off.
[Thu Apr 11 08:12:59 2024] overlayfs: fs on 
'/var/lib/gdm3/.local/share/containers/storage/overlay/metacopy-check1285164697/l1'
 does not support file handles, falling back to xino=off.
[Thu Apr 11 08:12:59 2024] overlayfs: fs on 
'/var/lib/gdm3/.local/share/containers/storage/overlay/opaque-bug-check3491611924/l2'
 does not support file handles, falling back to xino=off.
[Thu Apr 11 08:12:59 2024] snd_hda_codec_hdmi hdaudioC0D0: HDMI: Unknown ELD 
version 0
[Thu Apr 11 08:13:01 2024] rfkill: input handler disabled
[Thu Apr 11 08:13:02 2024] [drm:retrieve_link_cap [amdgpu]] *ERROR* 
retrieve_link_cap: Read receiver caps dpcd data failed.
[Thu Apr 11 08:13:07 2024] rfkill: input handler enabled
[Thu Apr 11 08:13:08 2024] rfkill: input handler disabled
[Thu Apr 11 08:13:10 2024] audit: type=1107 audit(1712844791.998:174820): 
pid=1799 uid=103 auid=4294967295 ses=4294967295 subj=unconfined 
msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" 
path="/org/freedesktop/PolicyKit1/Authority" 
interface="org.freedesktop.DBus.Properties" member="GetAll" mask="send" 
name=":1.14" pid=555445 label="snap.snap-store.snap-store" peer_pid=1820 
peer_label="unconfined"
exe="/usr/bin/dbus-daemon" sauid=103 hostname=? 
addr=? terminal=?'
[Thu Apr 11 08:13:10 2024] audit: type=1107 audit(1712844791.999:174821): 
pid=1799 uid=103 auid=4294967295 ses=4294967295 subj=unconfined 
msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" 
path="/org/freedesktop/PolicyKit1/Authority" 
interface="org.freedesktop.PolicyKit1.Authority" member="CheckAuthorization" 
mask="send" name=":1.14" pid=555445 label="snap.snap-store.snap-store" 
peer_pid=1820 peer_label="unconfined"
exe="/usr/bin/dbus-daemon" sauid=103 hostname=? 
addr=? terminal=?'


journalctl -u gdm

-- Boot f2ce6f5ac44d413f8e6a1ba80a0bee53 --
Apr 08 09:11:10 arc systemd[1]: Starting gdm.service - GNOME Display Manager...
Apr 08 09:11:10 arc systemd[1]: Started gdm.service - GNOME Display Manager.
Apr 08 09:11:10 arc gdm-launch-environment][7305]: 
pam_env(gdm-launch-environment:session): deprecated reading of user environment 
enabled
Apr 08 09:11:10 arc gdm-launch-environment][7305]: 
pam_unix(gdm-launch-environment:session): session opened for user gdm(uid=126) 
by 

[Bug 2060894] [NEW] dialogue won't start, high cpu usage

2024-04-10 Thread Brett Holman
Public bug reported:

I connected the system to wifi using gnome's settings.

Stuck at the "Preparing Ubuntu..." screen burning 100% cpu on one core.

The process burning CPU (currently at 27m runtime) is:

python3 -m subiquity.cmd.server --use-os-prober --storage-version=2
--postinst-hooks-dir=/snap/ubuntu-desktop-
bootstrap/107/etc/subiquity/postinst.d

strace shows no output when run for several seconds, so no syscalls in
the hot loop

I generated a core dump of the running process using GDB, but at 627M I
don't think it is going anywhere. When I attach with gdb I see:

0x7f23d27ce5bb in nl80211_get_ie (ie=0 '\000', ies_len=, ies=) at probert/_nl80211module.c


warning: 378  probert/_nl80211module.c: No such file or directory

** Affects: subiquity
 Importance: Undecided
 Status: New

** Affects: ubuntu-desktop-provision
 Importance: Undecided
 Status: New

** Affects: subiquity (Ubuntu)
 Importance: Undecided
 Status: New

** Also affects: subiquity (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: subiquity
   Importance: Undecided
   Status: New

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

Title:
  dialogue won't start, high cpu usage

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2060326] Re: unnattended upgrades stuck burning 100% cpu

2024-04-06 Thread Brett Holman
** Attachment added: "strace.40801"
   
https://bugs.launchpad.net/ubuntu/+source/unattended-upgrades/+bug/2060326/+attachment/5761743/+files/strace.40801

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

Title:
  unnattended upgrades stuck burning 100% cpu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unattended-upgrades/+bug/2060326/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2060326] [NEW] unnattended upgrades stuck burning 100% cpu

2024-04-05 Thread Brett Holman
Public bug reported:

For the last hour or so, unattended upgrades has been stuck burning 100%
of a cpu.

series: noble
version: 2.9.1+nmu4ubuntu1

** Affects: unattended-upgrades (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  unnattended upgrades stuck burning 100% cpu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unattended-upgrades/+bug/2060326/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1991554] Re: Automatic partition resize prevents unlocking of encrypted root partition

2024-04-03 Thread Brett Holman
** Also affects: cloud-utils (Ubuntu)
   Importance: Undecided
   Status: New

** Bug watch added: github.com/canonical/cloud-utils/issues #46
   https://github.com/canonical/cloud-utils/issues/46

** Also affects: cloud-utils via
   https://github.com/canonical/cloud-utils/issues/46
   Importance: Unknown
   Status: Unknown

** Changed in: cloud-utils (Ubuntu)
   Status: New => Triaged

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

Title:
  Automatic partition resize prevents unlocking of encrypted root
  partition

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-utils/+bug/1991554/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2059337] Re: noble: needrestart triggering SIGTERM of cloud-final.service preventing apt packages from being installed when cloud-init is also being upgraded

2024-03-28 Thread Brett Holman
Just to recap some thoughts from the conversation cloud-init devs just
had:

- Automatically killing non-interactive processes may have far-reaching 
changes. It may leave many packages besides cloud-init exposed. Any service 
that calls `apt upgrade` etc non-interactively may get killed. How confident do 
we feel that we'll catch them all before the noble release?
- One possible workaround in needrestart for this issue would be to 
automatically include its own parent PID in the list of ignored processes.
- If we do decide to keep the needsrestart patch as-is, cloud-init should 
really include all of its own services in the ignore list - cloud-init is not a 
long-running process and never wants to be restarted.

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

Title:
  noble: needrestart triggering SIGTERM of cloud-final.service
  preventing apt packages from being installed when cloud-init is also
  being upgraded

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/2059337/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2056445] Re: external monitors flash white with every interrupt

2024-03-28 Thread Brett Holman
> If you can add your details for your "specific" FW13 AMD to the upstream bug 
> maybe others who are affected can help with building the pattern.
> I mean the memory vendor, speed of memory, amount, channel configuration.

this system has a single DIMM which was provided by framework: DDR5-5600
- 32GB (1 x 32GB)

memory vendor: A-DATA Technology
speed of memory: 5600 MT/s
amount: 32 GB
channel configuration: single
uefi version: 03.03

see below[2] for more details


> What you do to trigger it, etc.

Various symptoms appear triggered by different things. The
suspend/resume issue (which sounds like it is fixed) causes either the
completely white screen or the white screen that flickers. Most
graphics-related issues that I see on this machine either happen
immediately on first boot, or after a suspend/resume cycle, or don't
appear to have a trigger.

On my most recent boot, my screen flickers in the upper left and lower
right corners as a wide rectangular bar, this started immediately after
passing the GDM login screen.

Another symptom[1] that I experience on this machine (that is probably
unrelated) is that heavy firefox usage causes firefox latency to become
unusably high - and CPU usage remains low. Restarting firefox
temporarily resolves the issue. This behavior started to happen after I
switched to X11.


[1] https://bugzilla.mozilla.org/show_bug.cgi?id=1883077
[2] memory details

# dmidecode 3.5
Getting SMBIOS data from sysfs.
SMBIOS 3.5.0 present.

Handle 0x0012, DMI type 17, 92 bytes
Memory Device
Array Handle: 0x0011
Error Information Handle: 0x0015
Total Width: Unknown
Data Width: Unknown
Size: No Module Installed
Form Factor: Unknown
Set: None
Locator: DIMM 0
Bank Locator: P0 CHANNEL A
Type: Unknown
Type Detail: Unknown

Handle 0x0013, DMI type 17, 92 bytes
Memory Device
Array Handle: 0x0011
Error Information Handle: 0x0016
Total Width: 64 bits
Data Width: 64 bits
Size: 32 GB
Form Factor: SODIMM
Set: None
Locator: DIMM 0
Bank Locator: P0 CHANNEL B
Type: DDR5
Type Detail: Synchronous Unbuffered (Unregistered)
Speed: 5600 MT/s
Manufacturer: A-DATA Technology
Serial Number: 00301896
Asset Tag: Not Specified
Part Number: AD5S560032G-SFW
Rank: 2
Configured Memory Speed: 5600 MT/s
Minimum Voltage: 1.1 V
Maximum Voltage: 1.1 V
Configured Voltage: 1.1 V
Memory Technology: DRAM
Memory Operating Mode Capability: Volatile memory
Firmware Version: Unknown
Module Manufacturer ID: Bank 5, Hex 0xCB
Module Product ID: Unknown
Memory Subsystem Controller Manufacturer ID: Unknown
Memory Subsystem Controller Product ID: Unknown
Non-Volatile Size: None
Volatile Size: 32 GB
Cache Size: None
Logical Size: None

** Bug watch added: Mozilla Bugzilla #1883077
   https://bugzilla.mozilla.org/show_bug.cgi?id=1883077

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

Title:
  external monitors flash white with every interrupt

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2056445] Re: external monitors flash white with every interrupt

2024-03-28 Thread Brett Holman
After setting UMA_Game_Optimized, I can confirm that (after 30 minutes
of usage), the system appears far more stable. Since X11 appeared stable
I also switched back to Wayland which was previously unusable and this
also appears to be working.

I'll also report back once I am able to test the new kernel.

Thanks again for the help Mario.

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

Title:
  external monitors flash white with every interrupt

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 2056445] Re: external monitors flash white with every interrupt

2024-03-26 Thread Brett Holman
>> Should this fix the flickering issue? I'm happy to test it out.
>
> It will fix a colored flickering;

My flickering has mostly actually usually been white - not colored (though
I was seeing the colored flickering lots before I switched off of Wayland,
which crashed too often with multiple monitors to be usable).

I see that the kernel is available in -proposed via rmadison, but I'm
struggling to install it. I added the -proposed pocket for main to my
/etc/apt/sources.list and updated my cache, but an `apt upgrade` didn't try
to upgrade to the new kernel. Am I missing something to get the proposed
kernel?

> but not the white screen (if that is
> what you're observing).  It also fixes issues with suspend/resume that
> were present in earlier 6.8-rc kernels but fixed by the final version.

I've seen the white screen and suspend/resume issues as well.

>> I'm curious about the implications of the two workarounds presented. I
see that UMA_Game_Optimized will reserve some system ram for the GPU,
which I don't have any issues with if there is some benefit. Will this
use scatter/gather and therefore perform better as a result?
>
> If you use the BIOS option yes it will carve out more memory for VRAM
use.  S/G is still used, but GTT memory is less likely to be accessed
when you have more VRAM.  If you turn off S/G then GTT will NEVER be
used.

It sounds like GTT access is what causes this issue, and that using the
bios option won't guarantee that it will never happen. Is that correct?

> The potential negative implication for the BIOS option is more RAM being
used for GPU that can't be for anything else.
> The potential negative implications of turning off S/G in the driver are
that the driver may run out of memory in some situations that require a lot
of VRAM such as multiple 4k monitor docking.

Good to know, thanks for the details!

> FWIW - I have a FW13 AMD and I've never seen this white screen problem
myself. I don't know if it is tied to RAM vendor, RAM size, or a BIOS
issue.  My educated guess is it's actually a BIOS issue and it might be
properly fixed when FW upgrades to the next BIOS.

Interesting. If there's any extra info (or testing) I can provide to help
with debugging/fixing this issue, please let me know.

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

Title:
  external monitors flash white with every interrupt

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2056445] Re: external monitors flash white with every interrupt

2024-03-26 Thread Brett Holman
Thanks for the update @superm1, I appreciate the help.

> I suggest updating to 6.8.0-20 though, this 6.8.0-11 has an old 6.8-RC
snapshot and there are other bugs that got fixed later on in the
6.8-RC's.

Should this fix the flickering issue? I'm happy to test it out.

> FYI - there are two workarounds for those currently encountering this issue.
>
> * On the kernel command line: amdgpu.sg_display=0
> * Change the BIOS settings from Auto to UMA_Game_Optimized.


I'm curious about the implications of the two workarounds presented. I see that 
UMA_Game_Optimized will reserve some system ram for the GPU, which I don't have 
any issues with if there is some benefit. Will this use scatter/gather and 
therefore perform better as a result?

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

Title:
  external monitors flash white with every interrupt

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2057965] Re: google-startup-scripts runs before cloud-init finished network setup

2024-03-14 Thread Brett Holman
> due to network not being fully set up when startup scripts are run.

google-startup-scripts.service starts well after the network is online,
so I think that the actual reason is that cc_apt_configure hasn't ran
yet when the startup script starts. The diff looks like some apt mirrors
configured by cloud-init, possibly via GCE's vendordata?

> This can be fixed by adding an explict `After=cloud-config.service` to
the google-startup-scripts.service file, which enforces the correct
ordering between google-startup-scripts and cloud-init.

+1 agreed, that should fix it. However if ssh login needs to be possible
(which I do not know) when the script runs, then you may want to order
after systemd-user-sessions.service instead (see this bug[1] for
context).

That all said, the second critical chain looks unusual - what took
~16.6s between sysinit.target and multi-user.target?

[1] https://bugs.launchpad.net/uvtool/+bug/2039441

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

Title:
  google-startup-scripts runs before cloud-init finished network setup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/google-guest-agent/+bug/2057965/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2056100] Re: sru cloud-init 23.4.4 to 24.1

2024-03-11 Thread Brett Holman
** Description changed:

  == Begin SRU Template ==
  [Impact]
  This release sports both bug-fixes and new features and we would like to
  make sure all of our supported customers have access to these
  improvements. The notable ones are:
  
- 
  - added support for WSL (Windows Subsystem for Linux)
  - support for dhcpcd
  - experimental support for Python 3.13
  - behavior of cloud-init status
  - added support for multi NIC / IP instances
  
  See the changelog entry below for a full list of changes and bugs.
  
  [Test Case]
  The following development and SRU process was followed:
  https://wiki.ubuntu.com/CloudinitUpdates
  
  The cloud-init team will be in charge of attaching the artifacts and
  console output of the appropriate run to the bug. cloud-init team
  members will not mark ‘verification-done’ until this has happened.
  
  [Regression Potential]
  In order to mitigate the regression potential, the results of the
  aforementioned integration tests are attached to this bug.
  
- 
  Changelog:
  
-  - fix: Don't warn on vendor directory (#4986)
-  - apt: kill spawned keyboxd after gpg cmd interaction
-  - tests: upgrade tests should only validate current boot log
-  - net/dhcp: fix maybe_perform_dhcp_discovery check for interface=None
-[Chris Patterson]
-  - doc(network-v2): fix section nesting levels
-  - fix(tests): don't check for clean log on minimal image (#4965) [Cat Red]
-  - fix(cc_resize): Don't warn if zpool command not found (#4969)
-(LP: #2055219)
-  - feat(subp): Make invalid command warning more user-friendly (#4972)
-  - docs: Remove statement about device path matching (#4966)
-  - test: Fix xfail to check the dhcp client name (#4971)
-  - tests: avoid console prompts when removing gpg on Noble
-  - test: fix test_get_status_systemd_failure
-  - fix: Remove hardcoded /var/lib/cloud hotplug path (#4940)
-  - refactor: Refactor status.py (#4864)
-  - test: Use correct lxd network-config keys (#4950)
-  - test: limit temp dhcp6 changes to < NOBLE (#4942)
-  - test: allow downgrades when install debs (#4941)
-  - tests: on noble, expect default /etc/apt/sources.list
-  - tests: lxd_vm early boot status test ordered After=systemd-remount-fs
-(#4936)
-  - tests: pro integration tests supply ubuntu_advantage until pro v32
-(#4935)
-  - feat(hotplug): add cmd to enable hotplug (#4821)
-  - test: fix test_combined_cloud_config_json (#4925)
-  - test: xfail udhcpc on azure (#4924)
-  - feat: Implement the WSL datasource (#4786) [Carlos Nihelton]
-  - refactor(openrc):  Improve the OpenRC files (#4916) [dermotbradley]
-  - tests: use apt install instead of dpkg -i to install pkg deps
-  - tests: inactive module rename ubuntu_advantage to ubuntu_pro
-  - test: fix tmpdir in test_cc_apk_configure (#4914)
-  - test: fix jsonschema version checking in pro test (#4915)
-  - feat(dhcp): Make dhcpcd the default dhcp client (#4912)
-  - feat(Alpine) cc_growpart.py: fix handling of /dev/mapper devices (#4876)
-[dermotbradley]
-  - test: Retry longer in test_status.py integration test (#4910)
-  - test: fix kernel override test (#4913)
-  - chore: Rename sysvinit/gentoo directory to sysvinit/openrc (#4906)
-[dermotbradley]
-  - doc: update ubuntu_advantage references to pro
-  - chore: rename cc_ubuntu_advantage to cc_ubuntu_pro (SC-1555)
-  - feat(ubuntu pro): deprecate ubuntu_pro key in favor of ubuntu_advantage
-  - feat(schema): support ubuntu_pro key and deprecate ubuntu_advantage
-  - test: fix verify_clean_log (#4903)
-  - test: limit test_no_hotplug_triggered_by_docker to stable releases
-  - tests: generalize warning Open vSwitch warning from netplan apply (#4894)
-  - fix(hotplug): remove literal quotes in args
-  - feat(apt): skip known /etc/apt/sources.list content
-  - feat(apt): use APT deb822 source format by default
-  - test(ubuntu-pro): change livepatch to esm-infra
-  - doc(ec2): fix metadata urls (#4880)
-  - fix: unpin jsonschema and update tests (#4882)
-  - distro: add eject FreeBSD code path (#4838) [Mina Galić]
-  - feat(ec2): add hotplug as a default network update event (#4799)
-  - feat(ec2): support instances with repeated device-number (#4799)
-  - feat(cc_install_hotplug): trigger hook on known ec2 drivers (#4799)
-  - feat(ec2): support multi NIC/IP setups (#4799)
-  - feat(hotplug): hook-hotplug is now POSIX shell add OpenRC init script
-[dermotbradley]
-  - test: harden test_dhcp.py::test_noble_and_newer_force_client
-  - test: fix test_combined_cloud_config_json (#4868)
-  - feat(apport): Disable hook when disabled (#4874)
-  - chore: Add pyright ignore comments (#4874)
-  - bug(apport): Fix invalid typing (#4874)
-  - refactor: Move general apport hook to main branch (#4874)
-  - feat(bootspeed)!: cloud-config.service drop After=snapd.seeded
-  - chore: update CI package build to oldest supported Ubuntu release focal
-(#4871)
-  - test: fix test_cli.test_valid_userdata
-  - feat: handle error when log file is empty (#4859) 

[Bug 2056439] Re: Latest cloud-init fails with AttributeError: 'DataSourceVMware' object has no attribute 'rpctool'

2024-03-11 Thread Brett Holman
** Changed in: cloud-init (Ubuntu)
   Status: In Progress => Fix Committed

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

Title:
  Latest cloud-init fails with AttributeError: 'DataSourceVMware' object
  has no attribute 'rpctool'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/2056439/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2056367] Re: kernel commandline change in behavior

2024-03-09 Thread Brett Holman
Since returning this behavior to previous state on jammy and focal would
revert this bug fix and other bugfixes, the change in behavior is both
minor and seen as a bugfix, and it is not expected that many users are
making use of this old behavior (it took almost a year to see a report
since the change was introduced), currently there is no plan to "fix"
this.

** Changed in: cloud-init (Ubuntu)
   Status: Triaged => Won't Fix

** Changed in: cloud-init (Ubuntu Focal)
   Status: Triaged => Won't Fix

** Changed in: cloud-init (Ubuntu Jammy)
   Status: Triaged => Won't Fix

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

Title:
  kernel commandline change in behavior

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/2056367/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2056562] Re: package shim-signed 1.57+15.8-0ubuntu1 failed to install/upgrade: subproces van pakket shim-signed werd script post-installation geïnstalleerd gaf de foutwaarde 10 terug

2024-03-08 Thread Brett Holman
solution worked for me as well

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

Title:
  package shim-signed 1.57+15.8-0ubuntu1 failed to install/upgrade:
  subproces van pakket shim-signed werd script post-installation
  geïnstalleerd gaf de foutwaarde 10 terug

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shim-signed/+bug/2056562/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2056445] [NEW] external monitors flash white with every interrupt

2024-03-07 Thread Brett Holman
Public bug reported:

an interesting amdgpu issue:

I currently have two external monitors, and only one will display the
desktop at a time - the other is completely white. The interesting thing
is that with each interrupt that the kernel receives from keyboard /
mouse, the screens will flip which one is visible. With my monitors
positioned above and to the left of the laptop's built-in display, the
flashing monitors feel akin to attending an electronic light show, or
perhaps a display of fireworks - the monitors flip visibility with each
keypress.

ProblemType: Bug
DistroRelease: Ubuntu 24.04
Package: linux-image-6.8.0-11-generic 6.8.0-11.11
ProcVersionSignature: Ubuntu 6.8.0-11.11-generic 6.8.0-rc4
Uname: Linux 6.8.0-11-generic x86_64
NonfreeKernelModules: zfs
ApportVersion: 2.28.0-0ubuntu1
Architecture: amd64
CRDA: N/A
CasperMD5CheckResult: unknown
CurrentDesktop: ubuntu:GNOME
Date: Thu Mar  7 05:23:23 2024
InstallationDate: Installed on 2024-02-02 (34 days ago)
InstallationMedia: Ubuntu 24.04 LTS "Noble Numbat" - Daily amd64 (20240123)
MachineType: Framework Laptop 13 (AMD Ryzen 7040Series)
ProcEnviron:
 LANG=en_US.UTF-8
 PATH=(custom, no user)
 SHELL=/bin/bash
 TERM=xterm-256color
 XDG_RUNTIME_DIR=
ProcFB: 0 amdgpudrmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-6.8.0-11-generic 
root=UUID=8de457ce-abc8-47cf-a43f-c13183977aa5 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-6.8.0-11-generic N/A
 linux-backports-modules-6.8.0-11-generic  N/A
 linux-firmware20240202.git36777504-0ubuntu1
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 10/17/2023
dmi.bios.release: 3.3
dmi.bios.vendor: INSYDE Corp.
dmi.bios.version: 03.03
dmi.board.asset.tag: *
dmi.board.name: FRANMDCP07
dmi.board.vendor: Framework
dmi.board.version: A7
dmi.chassis.asset.tag: FRANDGCPA735010072
dmi.chassis.type: 10
dmi.chassis.vendor: Framework
dmi.chassis.version: A7
dmi.modalias: 
dmi:bvnINSYDECorp.:bvr03.03:bd10/17/2023:br3.3:svnFramework:pnLaptop13(AMDRyzen7040Series):pvrA7:rvnFramework:rnFRANMDCP07:rvrA7:cvnFramework:ct10:cvrA7:skuFRANDGCP07:
dmi.product.family: Laptop
dmi.product.name: Laptop 13 (AMD Ryzen 7040Series)
dmi.product.sku: FRANDGCP07
dmi.product.version: A7
dmi.sys.vendor: Framework

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug noble

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

Title:
  external monitors flash white with every interrupt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2056445/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2056367] Re: kernel commandline change in behavior

2024-03-06 Thread Brett Holman
I am setting the importance to low for the following reasons:

- reverting the change would reintroduce a different bug[1]
- a workaround has been provided
- the change in behavior is minor
- the change was introduced almost a year ago without any reports yet

[1] https://bugs.launchpad.net/cloud-init/+bug/1815990

** Changed in: cloud-init (Ubuntu)
   Importance: Undecided => Low

** Changed in: cloud-init (Ubuntu Focal)
   Importance: Undecided => Low

** Changed in: cloud-init (Ubuntu Jammy)
   Importance: Undecided => Low

** Description changed:

+ Originally filed on Github[1]
+ 
  In 612b4de (23.2) cloud-init switched the ds= kernel key from optionally
  matching on nocloud-net to forcibly selecting nocloud-net.
  
  This means that anyone that previously had a matching `ds=nocloud*` in
  their kernel commandline that _did not_ want to use the NoCloud
  datasource may experience broken behavior as a result of this change.
  
  Workarounds include updating the kernel commandline and optionally
  configuring a datasource_list in /etc/cloud/cloud.cfg.d/*.cfg.
+ 
+ [1] https://github.com/canonical/cloud-init/issues/4977

** Changed in: cloud-init (Ubuntu)
   Status: New => Triaged

** Changed in: cloud-init (Ubuntu Focal)
   Status: New => Triaged

** Changed in: cloud-init (Ubuntu Jammy)
   Status: New => Triaged

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

Title:
  kernel commandline change in behavior

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/2056367/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2056367] [NEW] kernel commandline change in behavior

2024-03-06 Thread Brett Holman
Public bug reported:

Originally filed on Github[1]

In 612b4de (23.2) cloud-init switched the ds= kernel key from optionally
matching on nocloud-net to forcibly selecting nocloud-net.

This means that anyone that previously had a matching `ds=nocloud*` in
their kernel commandline that _did not_ want to use the NoCloud
datasource may experience broken behavior as a result of this change.

Workarounds include updating the kernel commandline and optionally
configuring a datasource_list in /etc/cloud/cloud.cfg.d/*.cfg.

[1] https://github.com/canonical/cloud-init/issues/4977

** Affects: cloud-init (Ubuntu)
 Importance: Low
 Status: New

** Affects: cloud-init (Ubuntu Focal)
 Importance: Low
 Status: New

** Affects: cloud-init (Ubuntu Jammy)
 Importance: Low
 Status: New

** Also affects: cloud-init (Ubuntu Jammy)
   Importance: Undecided
   Status: New

** Also affects: cloud-init (Ubuntu Focal)
   Importance: Undecided
   Status: New

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

Title:
  kernel commandline change in behavior

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/2056367/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2056100] [NEW] sru cloud-init 23.4.4 to 24.1

2024-03-04 Thread Brett Holman
Public bug reported:

== Begin SRU Template ==
[Impact]
This release sports both bug-fixes and new features and we would like to
make sure all of our supported customers have access to these
improvements. The notable ones are:


- added support for WSL (Windows Subsystem for Linux)
- support for dhcpcd
- experimental support for Python 3.13
- behavior of cloud-init status
- added support for multi NIC / IP instances

See the changelog entry below for a full list of changes and bugs.

[Test Case]
The following development and SRU process was followed:
https://wiki.ubuntu.com/CloudinitUpdates

The cloud-init team will be in charge of attaching the artifacts and
console output of the appropriate run to the bug. cloud-init team
members will not mark ‘verification-done’ until this has happened.

[Regression Potential]
In order to mitigate the regression potential, the results of the
aforementioned integration tests are attached to this bug.


Changelog:

 - fix: Don't warn on vendor directory (#4986)
 - apt: kill spawned keyboxd after gpg cmd interaction
 - tests: upgrade tests should only validate current boot log
 - net/dhcp: fix maybe_perform_dhcp_discovery check for interface=None
   [Chris Patterson]
 - doc(network-v2): fix section nesting levels
 - fix(tests): don't check for clean log on minimal image (#4965) [Cat Red]
 - fix(cc_resize): Don't warn if zpool command not found (#4969)
   (LP: #2055219)
 - feat(subp): Make invalid command warning more user-friendly (#4972)
 - docs: Remove statement about device path matching (#4966)
 - test: Fix xfail to check the dhcp client name (#4971)
 - tests: avoid console prompts when removing gpg on Noble
 - test: fix test_get_status_systemd_failure
 - fix: Remove hardcoded /var/lib/cloud hotplug path (#4940)
 - refactor: Refactor status.py (#4864)
 - test: Use correct lxd network-config keys (#4950)
 - test: limit temp dhcp6 changes to < NOBLE (#4942)
 - test: allow downgrades when install debs (#4941)
 - tests: on noble, expect default /etc/apt/sources.list
 - tests: lxd_vm early boot status test ordered After=systemd-remount-fs
   (#4936)
 - tests: pro integration tests supply ubuntu_advantage until pro v32
   (#4935)
 - feat(hotplug): add cmd to enable hotplug (#4821)
 - test: fix test_combined_cloud_config_json (#4925)
 - test: xfail udhcpc on azure (#4924)
 - feat: Implement the WSL datasource (#4786) [Carlos Nihelton]
 - refactor(openrc):  Improve the OpenRC files (#4916) [dermotbradley]
 - tests: use apt install instead of dpkg -i to install pkg deps
 - tests: inactive module rename ubuntu_advantage to ubuntu_pro
 - test: fix tmpdir in test_cc_apk_configure (#4914)
 - test: fix jsonschema version checking in pro test (#4915)
 - feat(dhcp): Make dhcpcd the default dhcp client (#4912)
 - feat(Alpine) cc_growpart.py: fix handling of /dev/mapper devices (#4876)
   [dermotbradley]
 - test: Retry longer in test_status.py integration test (#4910)
 - test: fix kernel override test (#4913)
 - chore: Rename sysvinit/gentoo directory to sysvinit/openrc (#4906)
   [dermotbradley]
 - doc: update ubuntu_advantage references to pro
 - chore: rename cc_ubuntu_advantage to cc_ubuntu_pro (SC-1555)
 - feat(ubuntu pro): deprecate ubuntu_pro key in favor of ubuntu_advantage
 - feat(schema): support ubuntu_pro key and deprecate ubuntu_advantage
 - test: fix verify_clean_log (#4903)
 - test: limit test_no_hotplug_triggered_by_docker to stable releases
 - tests: generalize warning Open vSwitch warning from netplan apply (#4894)
 - fix(hotplug): remove literal quotes in args
 - feat(apt): skip known /etc/apt/sources.list content
 - feat(apt): use APT deb822 source format by default
 - test(ubuntu-pro): change livepatch to esm-infra
 - doc(ec2): fix metadata urls (#4880)
 - fix: unpin jsonschema and update tests (#4882)
 - distro: add eject FreeBSD code path (#4838) [Mina Galić]
 - feat(ec2): add hotplug as a default network update event (#4799)
 - feat(ec2): support instances with repeated device-number (#4799)
 - feat(cc_install_hotplug): trigger hook on known ec2 drivers (#4799)
 - feat(ec2): support multi NIC/IP setups (#4799)
 - feat(hotplug): hook-hotplug is now POSIX shell add OpenRC init script
   [dermotbradley]
 - test: harden test_dhcp.py::test_noble_and_newer_force_client
 - test: fix test_combined_cloud_config_json (#4868)
 - feat(apport): Disable hook when disabled (#4874)
 - chore: Add pyright ignore comments (#4874)
 - bug(apport): Fix invalid typing (#4874)
 - refactor: Move general apport hook to main branch (#4874)
 - feat(bootspeed)!: cloud-config.service drop After=snapd.seeded
 - chore: update CI package build to oldest supported Ubuntu release focal
   (#4871)
 - test: fix test_cli.test_valid_userdata
 - feat: handle error when log file is empty (#4859) [Hasan]
 - test: fix test_ec2_ipv6
 - fix: Address TIOBE abstract interpretation issues (#4866)
 - feat(dhcp): Make udhcpc use same client id (#4830)
 - feat(dhcp): Support InfiniBand with dhcpcd (#4830)
 - 

[Bug 1473527] Re: module ssh-authkey-fingerprints fails Input/output error: /dev/console

2022-05-18 Thread Brett Holman
Subject: Fixed in cloud-init version 22.2.
Comment: This bug is believed to be fixed in cloud-init in version 22.2. If 
this is still a problem for you, please make a comment and set the state back 
to New

Thank you.


** Changed in: cloud-init (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  module ssh-authkey-fingerprints fails Input/output error: /dev/console

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1473527/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1906187] Re: Top-level 'network' key results in error using v2 config

2022-05-18 Thread Brett Holman
This bug is believed to be fixed in cloud-init in version 22.2. If this
is still a problem for you, please make a comment and set the state back
to New

Thank you.

** Changed in: cloud-init
   Status: Fix Committed => Fix Released

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

Title:
  Top-level 'network' key results in error using v2 config

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1906187/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1946773] Re: "An error occurred. Press enter to start a shell"

2022-05-06 Thread Brett Holman
I agree with falcojr and dbungert's analysis (#6 and #8, respectively)
on cloud-init's role in this issue; this looks like a symptom that gets
reported via cloud-init not an issue caused by it.

** Changed in: cloud-init (Ubuntu)
   Status: Incomplete => Invalid

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

Title:
  "An error occurred. Press enter to start a shell"

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1961446] Re: sru cloud-init (22.1 update) Bionic, Focal, Impish

2022-03-22 Thread Brett Holman
** Changed in: cloud-init (Ubuntu)
   Status: In Progress => Fix Released

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

Title:
  sru cloud-init (22.1 update) Bionic, Focal, Impish

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1961446/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1961446] Re: sru cloud-init (22.1 update) Bionic, Focal, Impish

2022-03-22 Thread Brett Holman
** Tags removed: verification-needed verification-needed-bionic 
verification-needed-focal verification-needed-impish
** Tags added: verification-done verification-done-bionic 
verification-done-focal verification-done-impish

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

Title:
  sru cloud-init (22.1 update) Bionic, Focal, Impish

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1961446/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1961446] Re: sru cloud-init (22.1 update) Bionic, Focal, Impish

2022-03-16 Thread Brett Holman
The attached tarball include passing integration tests for gce, lxd
container, lxd vm, for bionic, focal, and impish. The curtin cloud-init
integration tests are also included.

Impish on gce had a transient failure. The following rerun succeeded.

** Attachment added: "curtin-gce-lxd.tar.gz"
   
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1961446/+attachment/5569795/+files/curtin-gce-lxd.tar.gz

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

Title:
  sru cloud-init (22.1 update) Bionic, Focal, Impish

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1961446/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1961446] Re: sru cloud-init (22.1 update) Bionic, Focal, Impish

2022-02-23 Thread Brett Holman
** Description changed:

  [Impact]
  This release sports both bug-fixes and new features and we would like to
  make sure all of our supported customers have access to these
  improvements. The notable ones are:
  
-  - sources/azure: report ready in local phase [Chris Patterson]
-  - sources/azure: validate IMDS network configuration metadata
-    [Chris Patterson]
-  - Fix extra ipv6 issues, code reduction and simplification [eb3095]
-  - mounts: fix mount opts string for ephemeral disk
-    [Chris Patterson]
-  - Shell script handlers by freq [Chris Lalos]
-  - cloud-id: publish /run/cloud-init/cloud-id- files
-  - sources/azure: refactor ssh key handling [Chris Patterson]
-  - sources/hetzner: Use EphemeralDHCPv4 instead of static configuration
-    [Markus Schade]
-  - Fix IPv6 netmask format for sysconfig [Harald] (LP: #1959148)
-  - sources/azure: consolidate ephemeral DHCP configuration
-    [Chris Patterson]
-  - sources/azure: fix metadata check in _check_if_nic_is_primary() 
-    [Chris Patterson]
-  - Add _netdev option to mount Azure ephemeral disk [Eduardo Otubo]
-  - vultr: Return metadata immediately when found [eb3095]
-  - Schema a d (#1211)
-  - Move LXD to end ds-identify DSLIST (LP: #1959118)
-  - sources/azure: refactor _report_ready_if_needed and _poll_imds
-    [Chris Patterson]
-  - Do not support setting up archive.canonical.com as a source
-    [Steve Langasek] (LP: #1959343)
-  - Vultr: Fix lo being used for DHCP, try next on cmd fail [eb3095]
-  - sources/azure: refactor _should_reprovision[_after_nic_attach]() logic
-    [Chris Patterson]
-  - update ssh logs to show ssh private key gens pub and simplify code
-    [Steve Weber]
-  - Add json parsing of ip addr show
-  - cc_rsyslog: fix typo in docstring [Louis Sautier]
-  - sources/azure: drop unused case in _report_failure()
-    [Chris Patterson]
-  - sources/azure: always initialize _ephemeral_dhcp_ctx on unpickle 
-    [Chris Patterson]
-  - sources/azure: unpack ret tuple in crawl_metadata()
-    [Chris Patterson]
-  - Seek interfaces, skip dummy interface, fix region codes [eb3095]
-  - cmd: status and cloud-id avoid change in behavior for 'not run' 
-  - sources/azure: set ovf_is_accessible when OVF is read successfully
-    [Chris Patterson]
-  - Enable OVF environment transport via ISO in example [Megian]
-  - sources/azure: consolidate DHCP variants to EphemeralDHCPv4WithReporting 
[Chris Patterson]
-  - Single JSON schema validation in early boot
-  - Add DatasourceOVF network-config propery to Ubuntu OVF example
-    [Megian]
-  - Ensure system_cfg read before ds net config on Oracle
-    (LP: #1956788)
-  - cli: cloud-id report not-run or disabled state as cloud-id
-  - Remove distutils usage [Shreenidhi Shedi]
-  - print error if datasource import fails [Emanuele Giuseppe Esposito]
-  - Add new config module to set keyboard layout
-    [maxnet] (LP: #1951593)
-  - Don't throw exceptions for empty cloud config
-  - sources/azure: do not persist failed_desired_api_version flag
-    [Chris Patterson]
-  - Update cc_ubuntu_advantage calls to assume-yes
-    [John Chittum] (LP: #1954842)
-  - Include dpkg frontend lock in APT_LOCK_FILES
-  - Schema processing changes
-  - find_devs_with_openbsd: ensure we return the last entry
-    [Gonéri Le Bouder]
-  - sources/azure: remove unnecessary hostname bounce
-    [Chris Patterson]
-  - Improve error log message when mount failed [Ksenija Stanojevic]
-  - Add Strict Metaschema Validation
-  - cloudinit/net: handle two different routes for the same ip
-    [Emanuele Giuseppe Esposito]
-  - Fix exception when no activator found (GH: #1948681)
-  - jinja: provide and document jinja-safe key aliases in instance-data
-  - Move GCE metadata fetch to init-local
-  - Fix missing metadata routes for vultr [eb3095]
-  - cc_ssh_authkey_fingerprints.py: prevent duplicate messages on console
-    [dermotbradley]
-  - sources/azure: remove unused remnants related to agent command
-    [Chris Patterson]
-  - Fix Vultr timeout and wait values [eb3095]
-  - lxd: add preference for LXD cloud-init.* config keys over user keys
-  - VMware: source /etc/network/interfaces.d/* on Debian
-    [chengcheng-chcheng] (GH: #1950136)
-  - Fix for set-name bug in networkd renderer
-    [Andrew Kutz] (GH: #1949407)
-  - Wait for apt lock (GH: #1944611)
-  - alpine.py: add options to the apk upgrade command [dermotbradley]
+ - Azure [Chris Patterson]
+ - various refactors including: key handling, reporting, imds crawl
+ - Add _netdev option to mount Azure ephemeral disk [Eduardo Otubo]
+ - GCE: move metadata fetch to init-local
+ - Oracle: Ensure system_cfg read before ds net config
+(LP: #1956788)
+ - LXD:
+  - Move LXD to end ds-identify DSLIST (LP: #1959118)
+  - Add preference for LXD cloud-init.* config keys over user keys
+ 
+ - VMware: source /etc/network/interfaces.d/* on Debian
+[chengcheng-chcheng] (LP: #1950136)
+
+ - Vultr: [eb3095]
+ - Return metadata 

[Bug 1961446] Re: sru cloud-init (22.1 update) Bionic, Focal, Impish

2022-02-23 Thread Brett Holman
** Description changed:

  [Impact]
  This release sports both bug-fixes and new features and we would like to
  make sure all of our supported customers have access to these
  improvements. The notable ones are:
  
- 
-  - sources/azure: report ready in local phase (#1265) [Chris Patterson]
-  - sources/azure: validate IMDS network configuration metadata (#1257)
-[Chris Patterson]
-  - Fix extra ipv6 issues, code reduction and simplification (#1243) [eb3095]
-  - mounts: fix mount opts string for ephemeral disk (#1250)
-[Chris Patterson]
-  - Shell script handlers by freq (#1166) [Chris Lalos]
-  - cloud-id: publish /run/cloud-init/cloud-id- files (#1244)
-  - sources/azure: refactor ssh key handling (#1248) [Chris Patterson]
-  - sources/hetzner: Use EphemeralDHCPv4 instead of static configuration
-(#1251) [Markus Schade]
-  - Fix IPv6 netmask format for sysconfig (#1215) [Harald] (LP: #1959148)
-  - sources/azure: consolidate ephemeral DHCP configuration (#1229)
-[Chris Patterson]
-  - sources/azure: fix metadata check in _check_if_nic_is_primary() (#1232)
-[Chris Patterson]
-  - Add _netdev option to mount Azure ephemeral disk (#1213) [Eduardo Otubo]
-  - vultr: Return metadata immediately when found (#1233) [eb3095]
-  - Schema a d (#1211)
-  - Move LXD to end ds-identify DSLIST (#1228) (LP: #1959118)
-  - sources/azure: refactor _report_ready_if_needed and _poll_imds (#1222)
-[Chris Patterson]
-  - Do not support setting up archive.canonical.com as a source (#1219)
-[Steve Langasek] (LP: #1959343)
-  - Vultr: Fix lo being used for DHCP, try next on cmd fail (#1208) [eb3095]
-  - sources/azure: refactor _should_reprovision[_after_nic_attach]() logic
-(#1206) [Chris Patterson]
-  - update ssh logs to show ssh private key gens pub and simplify code
-(#1221) [Steve Weber]
-  - Add json parsing of ip addr show (SC-723) (#1210)
-  - cc_rsyslog: fix typo in docstring (#1207) [Louis Sautier]
-  - sources/azure: drop unused case in _report_failure() (#1200)
-[Chris Patterson]
-  - sources/azure: always initialize _ephemeral_dhcp_ctx on unpickle (#1199)
-[Chris Patterson]
-  - sources/azure: unpack ret tuple in crawl_metadata() (#1194)
-[Chris Patterson]
-  - Seek interfaces, skip dummy interface, fix region codes (#1192) [eb3095]
-  - cmd: status and cloud-id avoid change in behavior for 'not run' (#1197)
-  - sources/azure: set ovf_is_accessible when OVF is read successfully
-(#1193) [Chris Patterson]
-  - Enable OVF environment transport via ISO in example (#1195) [Megian]
-  - sources/azure: consolidate DHCP variants to EphemeralDHCPv4WithReporting
-(#1190) [Chris Patterson]
-  - Single JSON schema validation in early boot (#1175)
-  - Add DatasourceOVF network-config propery to Ubuntu OVF example (#1184)
-[Megian]
-  - Ensure system_cfg read before ds net config on Oracle (SC-720) (#1174)
-(LP: #1956788)
-  - cli: cloud-id report not-run or disabled state as cloud-id (#1162)
-  - Remove distutils usage (#1177) [Shreenidhi Shedi]
-  - print error if datasource import fails (#1170)
-[Emanuele Giuseppe Esposito]
-  - Add new config module to set keyboard layout (#1176)
-[maxnet] (LP: #1951593)
-  - Don't throw exceptions for empty cloud config (#1130)
-  - sources/azure: do not persist failed_desired_api_version flag (#1159)
-[Chris Patterson]
-  - Update cc_ubuntu_advantage calls to assume-yes (#1158)
-[John Chittum] (LP: #1954842)
-  - Include dpkg frontend lock in APT_LOCK_FILES (#1153)
-  - Schema processing changes (SC-676) (#1144)
-  - find_devs_with_openbsd: ensure we return the last entry (#1149)
-[Gonéri Le Bouder]
-  - sources/azure: remove unnecessary hostname bounce (#1143)
-[Chris Patterson]
-  - Improve error log message when mount failed (#1140) [Ksenija Stanojevic]
-  - Add Strict Metaschema Validation (#1101)
-  - cloudinit/net: handle two different routes for the same ip (#1124)
-[Emanuele Giuseppe Esposito]
-  - Fix exception when no activator found (#1129) (GH: #1948681)
-  - jinja: provide and document jinja-safe key aliases in instance-data
-(SC-622) (#1123)
-  - Move GCE metadata fetch to init-local (SC-502) (#1122)
-  - Fix missing metadata routes for vultr (#1125) [eb3095]
-  - cc_ssh_authkey_fingerprints.py: prevent duplicate messages on console
-(#1081) [dermotbradley]
-  - sources/azure: remove unused remnants related to agent command (#1119)
-[Chris Patterson]
-  - Fix Vultr timeout and wait values (#1113) [eb3095]
-  - lxd: add preference for LXD cloud-init.* config keys over user keys
-(#1108)
-  - VMware: source /etc/network/interfaces.d/* on Debian
-[chengcheng-chcheng] (GH: #1950136)
-  - Fix for set-name bug in networkd renderer (#1100)
-[Andrew Kutz] (GH: #1949407)
-  - Wait for apt lock (#1034) (GH: #1944611)
-  - alpine.py: add options to the apk upgrade command (#1089) [dermotbradley]
+  - sources/azure: report ready in local phase [Chris Patterson]
+  - 

[Bug 1961446] Re: sru cloud-init (22.1 update) Bionic, Focal, Impish

2022-02-23 Thread Brett Holman
** Description changed:

  [Impact]
  This release sports both bug-fixes and new features and we would like to
  make sure all of our supported customers have access to these
  improvements. The notable ones are:
  
-* 
- 
- See the changelog entry below for a full list of changes and bugs.
- 
- [Test Case]
- The following development and SRU process was followed:
- https://wiki.ubuntu.com/CloudinitUpdates
- 
- The cloud-init team will be in charge of attaching the artifacts and
- console output of the appropriate run to the bug.  cloud-init team
- members will not mark ‘verification-done’ until this has happened.
- 
- * Automated Test Results
- 
- 
- 
- 
- 
- * Manual Test Results
- 
- 
- 
- 
- [Regression Potential]
- In order to mitigate the regression potential, the results of the
- aforementioned integration tests are attached to this bug.
- 
- [Discussion]
- 
- 
- 
- == Changelog ==
+ 
   - sources/azure: report ready in local phase (#1265) [Chris Patterson]
   - sources/azure: validate IMDS network configuration metadata (#1257)
 [Chris Patterson]
-  - docs: Add more details to runcmd docs (#1266)
-  - use PEP 589 syntax for TypeDict (#1253)
-  - mypy: introduce type checking (#1254) [Chris Patterson]
   - Fix extra ipv6 issues, code reduction and simplification (#1243) [eb3095]
-  - tests: when generating crypted password, generate in target env (#1252)
-  - sources/azure: address mypy/pyright typing complaints (#1245)
-[Chris Patterson]
-  - Docs for x-shellscript* userdata (#1260)
-  - test_apt_security: azure platform has specific security URL overrides
-(#1263)
-  - tests: lsblk --json output changes mountpoint key to mountpoinst []
-(#1261)
   - mounts: fix mount opts string for ephemeral disk (#1250)
 [Chris Patterson]
   - Shell script handlers by freq (#1166) [Chris Lalos]
-  - minor improvements to documentation (#1259) [Mark Esler]
   - cloud-id: publish /run/cloud-init/cloud-id- files (#1244)
-  - add "eslerm" as contributor (#1258) [Mark Esler]
   - sources/azure: refactor ssh key handling (#1248) [Chris Patterson]
-  - bump pycloudlib (#1256)
   - sources/hetzner: Use EphemeralDHCPv4 instead of static configuration
 (#1251) [Markus Schade]
-  - bump pycloudlib version (#1255)
   - Fix IPv6 netmask format for sysconfig (#1215) [Harald] (LP: #1959148)
-  - sources/azure: drop debug print (#1249) [Chris Patterson]
-  - tests: do not check instance.pull_file().ok() (#1246)
   - sources/azure: consolidate ephemeral DHCP configuration (#1229)
 [Chris Patterson]
-  - cc_salt_minion freebsd fix for rc.conf (#1236)
   - sources/azure: fix metadata check in _check_if_nic_is_primary() (#1232)
 [Chris Patterson]
   - Add _netdev option to mount Azure ephemeral disk (#1213) [Eduardo Otubo]
-  - testing: stop universally overwriting /etc/cloud/cloud.cfg.d (#1237)
-  - Integration test changes (#1240)
-  - Fix Gentoo Locales (#1205)
-  - Add "slingamn" as contributor (#1235) [Shivaram Lingamneni]
-  - integration: do not LXD bind mount /etc/cloud/cloud.cfg.d (#1234)
-  - Integration testing docs and refactor (#1231)
   - vultr: Return metadata immediately when found (#1233) [eb3095]
-  - spell check docs with spellintian (#1223)
-  - docs: include upstream python version info (#1230)
   - Schema a d (#1211)
   - Move LXD to end ds-identify DSLIST (#1228) (LP: #1959118)
-  - fix parallel tox execution (#1214)
   - sources/azure: refactor _report_ready_if_needed and _poll_imds (#1222)
 [Chris Patterson]
   - Do not support setting up archive.canonical.com as a source (#1219)
 [Steve Langasek] (LP: #1959343)
   - Vultr: Fix lo being used for DHCP, try next on cmd fail (#1208) [eb3095]
   - sources/azure: refactor _should_reprovision[_after_nic_attach]() logic
 (#1206) [Chris Patterson]
   - update ssh logs to show ssh private key gens pub and simplify code
 (#1221) [Steve Weber]
-  - Remove mitechie from stale PR github action (#1217)
-  - Include POST format in cc_phone_home docs (#1218) (LP: #1959149)
   - Add json parsing of ip addr show (SC-723) (#1210)
   - cc_rsyslog: fix typo in docstring (#1207) [Louis Sautier]
-  - Update .github-cla-signers (#1204) [Chris Lalos]
   - sources/azure: drop unused case in _report_failure() (#1200)
 [Chris Patterson]
   - sources/azure: always initialize _ephemeral_dhcp_ctx on unpickle (#1199)
 [Chris Patterson]
-  - Add support for gentoo templates and cloud.cfg (#1179) [vteratipally]
   - sources/azure: unpack ret tuple in crawl_metadata() (#1194)
 [Chris Patterson]
-  - tests: focal caplog has whitespace indentation for multi-line logs
-(#1201)
   - Seek interfaces, skip dummy interface, fix region codes (#1192) [eb3095]
-  - integration: test against the Ubuntu daily images (#1198)
-[Paride Legovini]
   - cmd: status and cloud-id avoid change in behavior for 'not run' (#1197)
-  - tox: pass PYCLOUDLIB_* env vars into integration tests when present
-(#1196)
   - sources/azure: set 

[Bug 1950864] Re: snap--.mount systemd units left behind

2022-02-22 Thread Brett Holman
I just noticed this as well. I'm glad to see it's already reported.

Impish; latest updates. I haven't done anything with snap besides
install lxd, so presumably this is default behavior.


arc~ systemctl --state=failed
  UNIT   LOAD  ACTIVE SUBDESCRIPTION   
● snap-core-11993.mount  not-found failed failed snap-core-11993.mount
● snap-core-12603.mount  not-found failed failed snap-core-12603.mount
● snap-firefox-912.mount not-found failed failed snap-firefox-912.mount
● snap-firefox-941.mount not-found failed failed snap-firefox-941.mount
● snap-lxd-22358.mount   not-found failed failed snap-lxd-22358.mount
● snap-lxd-22402.mount   not-found failed failed snap-lxd-22402.mount
● snap-lxd-22407.mount   not-found failed failed snap-lxd-22407.mount
● snap-snapd-14295.mount not-found failed failed snap-snapd-14295.mount
● snap-snapd-14549.mount not-found failed failed snap-snapd-14549.mount

LOAD   = Reflects whether the unit definition was properly loaded.
ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
SUB= The low-level unit activation state, values depend on unit type.
9 loaded units listed.

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

Title:
  snap--.mount systemd units left behind

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1950864/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1961446] [NEW] sru cloud-init (22.1 update) Bionic, Focal, Impish

2022-02-18 Thread Brett Holman
Public bug reported:

[Impact]
This release sports both bug-fixes and new features and we would like to
make sure all of our supported customers have access to these
improvements. The notable ones are:

   * 

See the changelog entry below for a full list of changes and bugs.

[Test Case]
The following development and SRU process was followed:
https://wiki.ubuntu.com/CloudinitUpdates

The cloud-init team will be in charge of attaching the artifacts and
console output of the appropriate run to the bug.  cloud-init team
members will not mark ‘verification-done’ until this has happened.

* Automated Test Results





* Manual Test Results




[Regression Potential]
In order to mitigate the regression potential, the results of the
aforementioned integration tests are attached to this bug.

[Discussion]



== Changelog ==
 - sources/azure: report ready in local phase (#1265) [Chris Patterson]
 - sources/azure: validate IMDS network configuration metadata (#1257)
   [Chris Patterson]
 - docs: Add more details to runcmd docs (#1266)
 - use PEP 589 syntax for TypeDict (#1253)
 - mypy: introduce type checking (#1254) [Chris Patterson]
 - Fix extra ipv6 issues, code reduction and simplification (#1243) [eb3095]
 - tests: when generating crypted password, generate in target env (#1252)
 - sources/azure: address mypy/pyright typing complaints (#1245)
   [Chris Patterson]
 - Docs for x-shellscript* userdata (#1260)
 - test_apt_security: azure platform has specific security URL overrides
   (#1263)
 - tests: lsblk --json output changes mountpoint key to mountpoinst []
   (#1261)
 - mounts: fix mount opts string for ephemeral disk (#1250)
   [Chris Patterson]
 - Shell script handlers by freq (#1166) [Chris Lalos]
 - minor improvements to documentation (#1259) [Mark Esler]
 - cloud-id: publish /run/cloud-init/cloud-id- files (#1244)
 - add "eslerm" as contributor (#1258) [Mark Esler]
 - sources/azure: refactor ssh key handling (#1248) [Chris Patterson]
 - bump pycloudlib (#1256)
 - sources/hetzner: Use EphemeralDHCPv4 instead of static configuration
   (#1251) [Markus Schade]
 - bump pycloudlib version (#1255)
 - Fix IPv6 netmask format for sysconfig (#1215) [Harald] (LP: #1959148)
 - sources/azure: drop debug print (#1249) [Chris Patterson]
 - tests: do not check instance.pull_file().ok() (#1246)
 - sources/azure: consolidate ephemeral DHCP configuration (#1229)
   [Chris Patterson]
 - cc_salt_minion freebsd fix for rc.conf (#1236)
 - sources/azure: fix metadata check in _check_if_nic_is_primary() (#1232)
   [Chris Patterson]
 - Add _netdev option to mount Azure ephemeral disk (#1213) [Eduardo Otubo]
 - testing: stop universally overwriting /etc/cloud/cloud.cfg.d (#1237)
 - Integration test changes (#1240)
 - Fix Gentoo Locales (#1205)
 - Add "slingamn" as contributor (#1235) [Shivaram Lingamneni]
 - integration: do not LXD bind mount /etc/cloud/cloud.cfg.d (#1234)
 - Integration testing docs and refactor (#1231)
 - vultr: Return metadata immediately when found (#1233) [eb3095]
 - spell check docs with spellintian (#1223)
 - docs: include upstream python version info (#1230)
 - Schema a d (#1211)
 - Move LXD to end ds-identify DSLIST (#1228) (LP: #1959118)
 - fix parallel tox execution (#1214)
 - sources/azure: refactor _report_ready_if_needed and _poll_imds (#1222)
   [Chris Patterson]
 - Do not support setting up archive.canonical.com as a source (#1219)
   [Steve Langasek] (LP: #1959343)
 - Vultr: Fix lo being used for DHCP, try next on cmd fail (#1208) [eb3095]
 - sources/azure: refactor _should_reprovision[_after_nic_attach]() logic
   (#1206) [Chris Patterson]
 - update ssh logs to show ssh private key gens pub and simplify code
   (#1221) [Steve Weber]
 - Remove mitechie from stale PR github action (#1217)
 - Include POST format in cc_phone_home docs (#1218) (LP: #1959149)
 - Add json parsing of ip addr show (SC-723) (#1210)
 - cc_rsyslog: fix typo in docstring (#1207) [Louis Sautier]
 - Update .github-cla-signers (#1204) [Chris Lalos]
 - sources/azure: drop unused case in _report_failure() (#1200)
   [Chris Patterson]
 - sources/azure: always initialize _ephemeral_dhcp_ctx on unpickle (#1199)
   [Chris Patterson]
 - Add support for gentoo templates and cloud.cfg (#1179) [vteratipally]
 - sources/azure: unpack ret tuple in crawl_metadata() (#1194)
   [Chris Patterson]
 - tests: focal caplog has whitespace indentation for multi-line logs
   (#1201)
 - Seek interfaces, skip dummy interface, fix region codes (#1192) [eb3095]
 - integration: test against the Ubuntu daily images (#1198)
   [Paride Legovini]
 - cmd: status and cloud-id avoid change in behavior for 'not run' (#1197)
 - tox: pass PYCLOUDLIB_* env vars into integration tests when present
   (#1196)
 - sources/azure: set ovf_is_accessible when OVF is read successfully
   (#1193) [Chris Patterson]
 - Enable OVF environment transport via ISO in example (#1195) [Megian]
 - sources/azure: consolidate DHCP variants to EphemeralDHCPv4WithReporting
   (#1190) 

[Bug 1957061] Re: Hi! After some investigations to synchronise my clock and change my battery CR2032 in the bios it's not possible to go on the web by firefox and Co!!! Thank you much...

2022-02-08 Thread Brett Holman
Hi Jo,

This launchpad project is specifically for cloud-init. It doesn't seem
like your issue is related to this project.

I am setting this bug to "invalid".

Feel free to update this issue with more information if you do think
this is related to cloud-init.

** Changed in: cloud-init (Ubuntu)
   Status: New => Invalid

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

Title:
  Hi! After some investigations to synchronise my clock and change my
  battery CR2032 in the bios it's not possible to go on the web by
  firefox and Co!!! Thank you much...

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1957061/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1899487] Re: cloud-init hard codes MTU configuration at initial deploy time

2021-11-09 Thread Brett Holman
Hi Alexander,

Thanks for reopening. Sorry to hear about the instance loss.

We have a short term fix, but I think we need to request a fix in
Openstack for network_data.json as well. Currently cloud-init passes a
configured MTU value to the renderers (netplan/systemd-networkd/etc),
which in turn treat a configured MTU as overriding DHCP MTU options.
There are reasons one might want to do this so I don't think we want to
try to change this behavior for all of cloud-init.

You can force cloud-init to configure the network on every boot[1], the
downside is that this will increase subsequent boot times.

To semantically match other datasources, Openstack would only expose MTU
settings if it intended for the MTU to override DHCP's MTU option. This
would mean that the mtu would only get configured if a link's network
type was not dhcp (change here[2] I think). Could you open a ticket with
openstack for this? If that would break other use cases, this behavior
could possibly be worked around in the cloud-init openstack datasource
by ignoring the MTU metadata field, but I would want to see if Openstack
can fix this first resorting to that.

[1] Override:
#  apply network config on every boot
updates:
  network:
when: ['boot']

[2]
https://github.com/openstack/nova/blob/261de76104ca67bed3ea6cdbcaaab0e44030f1e2/nova/virt/netutils.py#L266

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

Title:
  cloud-init hard codes MTU configuration at initial deploy time

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1899487/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1933537] Re: add-apt-repository should store PGP keys in /usr/share/keyrings because /etc/apt/trusted.gpg.d is deprecated for third party repos

2021-10-25 Thread Brett Holman
This is a duplicate of LP#1862764

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

Title:
  add-apt-repository should store PGP keys in /usr/share/keyrings
  because /etc/apt/trusted.gpg.d is deprecated for third party repos

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1933537/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1948542] [NEW] Impish: perf probe crashes

2021-10-23 Thread Brett Holman
Public bug reported:

Perf crashes when attempting to add probes at certain locations. I
submitted a bug via apport, but I have additional details to share (and
I couldn't figure out how to find that report).

- I was unable to reproduce on the upstream kernel (torvalds/master).
- perf probe crashed with the following command:

holmanb@arc:~/workspace/Stockfish/src > sudo perf probe -x ./stockfish  --add 
stage_7=next_move:77
zsh: segmentation fault  sudo perf probe -x ./stockfish --add 
stage_7=next_move:77

listing lines that a probe can be attached to (see following) showed that perf 
probe thinks this line _could_ be added
perf probe  -L next_move -x ./stockfish

   case BAD_CAPTURE:
 77return select([](){ return true; });


Using torvalds/master, (and stockfish built with the same compiler/arguments), 
this issue did not occur, and `perf probe -x ./stockfish -L next_move` did not 
list that address as one available to attach a probe to.

Upstream:
root@arc-kvm:~/Stockfish/src# perf probe -x ./stockfish  --add 
next_move=next_move:77
This line is sharing the address with other lines.
Please try to probe at next_move:73 instead.
  Error: Failed to add events.


This symptom appeared was reproducible when attempting to add a probe at
other lines that attempted to return the output of a  template function
with a lambda argument".



holmanb@arc:~ > lsb_release -rd 
Description:Ubuntu 21.10
Release:21.10
holmanb@arc:~ > apt-cache policy linux-tools-common 
linux-tools-common:
  Installed: 5.13.0-19.19
  Candidate: 5.13.0-19.19
  Version table:
 *** 5.13.0-19.19 500
500 http://us.archive.ubuntu.com/ubuntu impish/main amd64 Packages
500 http://us.archive.ubuntu.com/ubuntu impish/main i386 Packages
100 /var/lib/dpkg/status
What I expected to happen: Not a segfault.
What happened: segfault

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: Incomplete


** Tags: impish

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

Title:
  Impish: perf probe crashes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1948542/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs