[Bug 1925211] Re: Hot-unplug of disks leaves broken block devices around in Hirsute on s390x

2021-04-20 Thread Christian Ehrhardt 
Hi Kaihenfeng,
Thanks for your patch suggestion! I'm semantically not sure it is the right 
thing - to clarify your theory is that before it checked !resuming and before 
had the check for !cdev maybe just to avoid a deference error. And now you 
assume that instead of !cdev it should check if there is a cdev there.
I'm unsure - if !cdev was indeed just to protect the dereference then maybe no 
check at all might be better. Which would then read "if the event is 
IO_SCH_ORPH_UNREG or IO_SCH_UNREG then do css_sch_device_unregister.

But that I'm not immediately convinced doesn't mean much and it is easy
to test and surely worth a try, so I ran v5.11 (bad) plus your patch and
the result will be useful to know in any case. It is working fine, that
much I can tell you.

But if my thought above was right (it was only there to avoid the potential 
deference error), then why check it at all. If the condition cdev==NULL is 
possible it would now skip to to fully remove it - we might not need that at 
all.
And Since I brought up the idea of dropping the cdev check entirely that was 
worth a try as well. So now the third check of this morning is for:
--- a/drivers/s390/cio/device.c
+++ b/drivers/s390/cio/device.c
@@ -1525,8 +1525,7 @@ static int io_subchannel_sch_event(struct subchannel 
*sch, int process)
switch (action) {
case IO_SCH_ORPH_UNREG:
case IO_SCH_UNREG:
-   if (!cdev)
-   css_sch_device_unregister(sch);
+   css_sch_device_unregister(sch);
break;
case IO_SCH_ORPH_ATTACH:
case IO_SCH_UNREG_ATTACH:

My patch with that change - in my test - is working as well.
Neither of the solutions has triggered other regressions in my setup - but then 
there are so many potential use-cases that I can't be sure without a further 
revew by subject matter experts.

So a summary of the recent tests:

5.11.0-16-generic #17+lp1925211v202104201520 (Seths full revert) - working
5.11.0lp1925211-patch-kaihengfeng-dirty - working
5.11.0nocdevcheck-paelzer-dirty - working

I think we'd want an answer from the IBM devs which solution (full
revert, kaihenfeng patch, cpaelzer patch, another approach) they would
prefer - then we can submit it upstream  for them to include officially
and we can carry it as delta until we rebase onto a version that has it
applied anyway.

[1]:
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=8cc0dcfdc1c0e0be107d0288f9c0cf1f4201be62

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

Title:
  Hot-unplug of disks leaves broken block devices around in Hirsute on
  s390x

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1925211/+subscriptions

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

[Bug 1920096] Re: Cursor bleeds on the platform with Mali armsoc driver

2021-04-20 Thread Rex Tsai
I believe Timo and Ethan are working on SRU the changes back to focal
for an OEM project.

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

Title:
  Cursor bleeds on the platform with Mali armsoc driver

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

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

[Bug 1925292] [NEW] couldn't install bc /sda/ failed or something like that

2021-04-20 Thread Rafael Fischer Reichert
Public bug reported:

1) The release of Ubuntu you are using, via 'lsb_release -rd' or System
-> About Ubuntu

LFTS 20.03

2) The version of the package you are using, via 'apt-cache policy
pkgname' or by checking in Software Center

???

3) What you expected to happen

To install the OS

4) What happened instead

Didn't

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: ubiquity 20.04.15.10
ProcVersionSignature: Ubuntu 5.8.0-43.49~20.04.1-generic 5.8.18
Uname: Linux 5.8.0-43-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu27.16
Architecture: amd64
CasperMD5CheckResult: pass
CasperVersion: 1.445.1
CurrentDesktop: ubuntu:GNOME
Date: Wed Apr 21 02:35:26 2021
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed 
maybe-ubiquity quiet splash ---
LiveMediaBuild: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 (20210209.1)
ProcEnviron:
 LANGUAGE=pt_BR.UTF-8
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=pt_BR.UTF-8
 LC_NUMERIC=C.UTF-8
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: grub-installer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug focal ubiquity-20.04.15.10 ubuntu

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

Title:
  couldn't install bc /sda/ failed or something like that

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1925292/+subscriptions

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

[Bug 1925211] Re: Hot-unplug of disks leaves broken block devices around in Hirsute on s390x

2021-04-20 Thread Christian Ehrhardt 
Thanks Frank for adding the mirror request to this, because either way
we sooner or later want a discussion with the s390x developers on this.

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

Title:
  Hot-unplug of disks leaves broken block devices around in Hirsute on
  s390x

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1925211/+subscriptions

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

[Bug 1820859] Re: nautilus --version segfaults in g_application_impl_get_dbus_object_path

2021-04-20 Thread Treviño
So, fixed this in our patch (package is in hirsute queue right now),
however it was hiding a glib issue:
https://gitlab.gnome.org/GNOME/glib/-/merge_requests/2056


** Changed in: nautilus (Ubuntu)
   Status: Triaged => Fix Committed

** Changed in: nautilus (Ubuntu)
 Assignee: (unassigned) => Marco Trevisan (Treviño) (3v1n0)

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

Title:
  nautilus --version segfaults in
  g_application_impl_get_dbus_object_path

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

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

[Bug 1916485] Re: test -x fails inside shell scripts in containers

2021-04-20 Thread Frank Heimes
** Also affects: ubuntu-z-systems
   Importance: Undecided
   Status: New

** Tags added: reverse-proxy-bugzilla

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

Title:
  test -x fails inside shell scripts in containers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1916485/+subscriptions

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

[Bug 1925211] Re: Hot-unplug of disks leaves broken block devices around in Hirsute on s390x

2021-04-20 Thread Frank Heimes
** Also affects: ubuntu-z-systems
   Importance: Undecided
   Status: New

** Changed in: ubuntu-z-systems
 Assignee: (unassigned) => bugproxy (bugproxy)

** Tags added: reverse-proxy-bugzilla

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

Title:
  Hot-unplug of disks leaves broken block devices around in Hirsute on
  s390x

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1925211/+subscriptions

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

[Bug 581796] Re: grub-installer ignores grub2/linux_cmdline_default in preseed

2021-04-20 Thread Thiago Martins
I'm thinking about this.. Maybe, this is by design! Right?

The way it's today, the options used during the Packer builds, for
example, don't end up on the image! Sounds like a good idea actually.

Gonna take a look at "debian-installer/add-kernel-opts"!

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

Title:
  grub-installer ignores grub2/linux_cmdline_default in preseed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/581796/+subscriptions

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

[Bug 1925289] [NEW] SRU: backport the openjdk-13 security release to focal and groovy

2021-04-20 Thread Matthias Klose
Public bug reported:

backport the openjdk-13 release to focal.

https://wiki.ubuntu.com/StableReleaseUpdates#openjdk-N

These correspond to the openjdk-11 security release
https://launchpad.net/ubuntu/+source/openjdk-lts/11.0.11+9-0ubuntu1

The packages are not used by any dependencies or build dependencies.
Acceptance criteria should be buildability and no regressions in the -13
testsuite.

** Affects: openjdk-13 (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: openjdk-13 (Ubuntu Focal)
 Importance: Undecided
 Status: New

** Affects: openjdk-13 (Ubuntu Groovy)
 Importance: Undecided
 Status: New

** Also affects: openjdk-13 (Ubuntu Groovy)
   Importance: Undecided
   Status: New

** Also affects: openjdk-13 (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/1925289

Title:
  SRU: backport the openjdk-13 security release to focal and groovy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-13/+bug/1925289/+subscriptions

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

[Bug 1925211] Re: Hot-unplug of disks leaves broken block devices around in Hirsute on s390x

2021-04-20 Thread Kai-Heng Feng
The check was for resuming flag, but now it's inverted. Please test this
patch.

** Patch added: "lp1925211.patch"
   
https://bugs.launchpad.net/ubuntu/+source/udev/+bug/1925211/+attachment/5490454/+files/lp1925211.patch

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

Title:
  Hot-unplug of disks leaves broken block devices around in Hirsute on
  s390x

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

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

[Bug 581796] Re: grub-installer ignores grub2/linux_cmdline_default in preseed

2021-04-20 Thread Thiago Martins
I was so annoyed that my "presseded" installations of Ubuntu 20.04
Legacy ISO Server with Packer were ending up with a black screen that
only "ALT + Arrow Right" was bringing the `tty1` back to life...

Then, I realized that the "Packer builds were adding" the "quiet splash"
to the /etc/default/grub file, no matter what I did to pressed regular
options, and this problem brought me to this... 11 years old bug
report!!! Wht?!

So, the workaround proposed on comment #1 worked like a charm, and
finally, my Packer builds produces awesome server images with a nice
verbose boot that goes straight to tty1!

It looks like that won't be fixed since Canonical is moving to the new
subiquity, Cloud-Init based `autoinstall`. Kinda sad. I don't like the
new "Live Server" install media, legacy is way, way better.

Thank you Mathieu!

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

Title:
  grub-installer ignores grub2/linux_cmdline_default in preseed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/581796/+subscriptions

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

[Bug 1904369] Re: systemd 100% CPU; constantly reading service for socket activation

2021-04-20 Thread Launchpad Bug Tracker
[Expired for systemd (Ubuntu) because there has been no activity for 60
days.]

** Changed in: systemd (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  systemd 100% CPU; constantly reading service for socket activation

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

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

[Bug 1904369] Re: systemd 100% CPU; constantly reading service for socket activation

2021-04-20 Thread Launchpad Bug Tracker
[Expired for systemd (Ubuntu Bionic) because there has been no activity
for 60 days.]

** Changed in: systemd (Ubuntu Bionic)
   Status: Incomplete => Expired

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

Title:
  systemd 100% CPU; constantly reading service for socket activation

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

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

[Bug 1916245] Re: No matter how i write the lightdm.conf file, it makes the whole thing crash and i can't login. I'm trying to change the greeter to webkit2

2021-04-20 Thread Launchpad Bug Tracker
[Expired for lightdm (Ubuntu) because there has been no activity for 60
days.]

** Changed in: lightdm (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  No matter how i write the lightdm.conf file, it makes the whole thing
  crash and i can't login. I'm trying to change the greeter to webkit2

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

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

[Bug 1915999] Re: XGPS crashes with "AttributeError: 'Base' object has no attribute 'uimanager'"

2021-04-20 Thread Launchpad Bug Tracker
[Expired for gpsd (Ubuntu) because there has been no activity for 60
days.]

** Changed in: gpsd (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  XGPS crashes with "AttributeError: 'Base' object has no attribute
  'uimanager'"

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

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

[Bug 1925211] Re: Hot-unplug of disks leaves broken block devices around in Hirsute on s390x

2021-04-20 Thread Christian Ehrhardt 
Thanks Seth.
I have verified 5.11.0-16-generic #17+lp1925211v202104201520 from the PPA and 
can confirm that the issue is gone.
=> The revert works as a fix \o/

For the severity/urgency at least we now know that it is s390x only (not "good" 
but reduces the amount of affected people).
I'll later (after I'm actually awake) if it also affects non-KVM disks (e.g. 
channel I/O detaches) then we can decide if 0-day or the next normal round will 
be ok.

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

Title:
  Hot-unplug of disks leaves broken block devices around in Hirsute on
  s390x

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

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

[Bug 1924997] Re: CirrusLogic: Cracking noises appears in built-in speaker when output volume is set >80%

2021-04-20 Thread You-Sheng Yang
Updated revision 2 using https://github.com/CirrusLogic/product-
support/blob/cs8409_hda/dell/hda/5.10.7/0001-ALSA-hda-cirrus-Use-CS8409
-Equalizer-to-fix-abnormal.patch .

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

Title:
  CirrusLogic: Cracking noises appears in built-in speaker when output
  volume is set >80%

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1924997/+subscriptions

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

[Bug 1925124] Re: panic in ipt_do_table+0x621/0x640

2021-04-20 Thread chudihuang
** Description changed:

  1.This bug has happened on the following kernel version:
  
  4.4.0-104-generic
- 4.15.0-88-generic
  4.15.0-13-generic
  5.4.0-42-generic
  5.4.0-47-generic
  
  2.we cannot reliably reproduce this issue.
  
  3.this patch seems to fix this issue.
  
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/net/netfilter/x_tables.c?id=175e476b8cdf2a4de7432583b49c871345e4f8a1
  
  4.the following crash dmesg from 5.4.0-47-generic:
  [2021-03-19 12:17:53][3581678.514072] audit: audit_lost=1 audit_rate_limit=1 
audit_backlog_limit=1024
  [2021-03-23 21:57:06][3962019.737898] general protection fault:  [#1] SMP 
PTI
  [2021-03-23 21:57:06][3962019.739019] CPU: 4 PID: 0 Comm: swapper/4 Kdump: 
loaded Not tainted 5.4.0-47-generic #51~18.04.1-Ubuntu
  [2021-03-23 21:57:06][3962019.740433] Hardware name: Tencent Cloud CVM, BIOS 
seabios-1.9.1-qemu-project.org 04/01/2014
  [2021-03-23 21:57:06][3962019.741829] RIP: 0010:ipt_do_table+0x621/0x640 
[ip_tables]
  [2021-03-23 21:57:06][3962019.742587] Code: ff ff ff 45 31 d2 48 89 85 50 ff 
ff ff e9 7e fe ff ff 83 ad 70 ff ff ff 01 48 8b bd 78 ff ff ff 8b 85 70 ff ff 
ff 4c 8b 34 c7 <41> 0f b7 46 5a 49 01 c6 e9 [2021-03-23 21:57:06]18 fb ff ff c7 
45 a4 00 00 00 00 e9 e9
  [2021-03-23 21:57:06][3962019.745295] RSP: 0018:bcd080184c18 EFLAGS: 
00010246
  [2021-03-23 21:57:06][3962019.745988] RAX:  RBX: 
96b7e9b717b0 RCX: dcd07f70a150
  [2021-03-23 21:57:06][3962019.747025] RDX: 0001ab6a RSI: 
96b7e1d98d80 RDI: 96b7e1d98d80
  [2021-03-23 21:57:06][3962019.748015] RBP: bcd080184d08 R08: 
0008 R09: 96b82aca2980
  [2021-03-23 21:57:06][3962019.748988] R10: 0d38 R11: 
96b7cacaa380 R12: 96b833fea000
  [2021-03-23 21:57:06][3962019.749927] R13: 96b7ebb4a04e R14: 
3f13d7139e6d8ccb R15: 96b7d2c28f00
  [2021-03-23 21:57:06][3962019.750873] FS:  () 
GS:96b83fb0() knlGS:
  [2021-03-23 21:57:06][3962019.751919] CS:  0010 DS:  ES:  CR0: 
80050033
  [2021-03-23 21:57:06][3962019.752720] CR2: 7fee206258f0 CR3: 
000f9c428001 CR4: 003606e0
  [2021-03-23 21:57:06][3962019.753603] DR0:  DR1: 
 DR2: 
  [2021-03-23 21:57:06][3962019.754619] DR3:  DR6: 
fffe0ff0 DR7: 0400
  [2021-03-23 21:57:06][3962019.755606] Call Trace:
  [2021-03-23 21:57:06][3962019.755984]  
  [2021-03-23 21:57:06][3962019.756282]  iptable_filter_hook+0x1f/0x30 
[iptable_filter]
  [2021-03-23 21:57:06][3962019.757199]  nf_hook_slow+0x48/0xc0
  [2021-03-23 21:57:06][3962019.757753]  ip_forward+0x410/0x480
  [2021-03-23 21:57:06][3962019.758350]  ? ip4_key_hashfn+0xc0/0xc0
  [2021-03-23 21:57:06][3962019.758907]  ip_rcv_finish+0x84/0xa0
  [2021-03-23 21:57:06][3962019.759469]  ip_rcv+0xbc/0xd0
  [2021-03-23 21:57:06][3962019.760543]  ? 
ip_rcv_finish_core.isra.18+0x3b0/0x3b0
  [2021-03-23 21:57:06][3962019.761916]  __netif_receive_skb_one_core+0x86/0xa0
  [2021-03-23 21:57:06][3962019.763210]  __netif_receive_skb+0x18/0x60
  [2021-03-23 21:57:06][3962019.764341]  process_backlog+0xa0/0x170
  [2021-03-23 21:57:06][3962019.765600]  net_rx_action+0x140/0x3c0
  [2021-03-23 21:57:06][3962019.766550]  __do_softirq+0xe4/0x2da
  [2021-03-23 21:57:06][3962019.767792]  irq_exit+0xae/0xb0
  [2021-03-23 21:57:06][3962019.768857]  
smp_call_function_single_interrupt+0x48/0xd0
  [2021-03-23 21:57:06][3962019.770140]  call_function_single_interrupt+0xf/0x20
  [2021-03-23 21:57:06][3962019.771315]  
  [2021-03-23 21:57:06][3962019.772038] RIP: 0010:native_safe_halt+0x12/0x20

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

Title:
  panic in ipt_do_table+0x621/0x640

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

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

[Bug 1903288] Comment bridged from LTC Bugzilla

2021-04-20 Thread bugproxy
--- Comment From daniel.axte...@ibm.com 2021-04-20 23:25 EDT---
Hi,

Yes, actually. I've asked Nayna if she can extend those patches to also
allow things to be loaded into .platform.

Kind regards,
Daniel

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

Title:
  Power guest secure boot with static keys: kernel portion

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-power-systems/+bug/1903288/+subscriptions

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

[Bug 1925221] Re: Not possible to select language on Ubuntu Studio Live Session

2021-04-20 Thread Kai-Heng Feng
** Package changed: linux (Ubuntu) => ubiquity (Ubuntu)

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

Title:
  Not possible to select language on Ubuntu Studio Live Session

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-manual-tests/+bug/1925221/+subscriptions

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

[Bug 1925284] Missing required logs.

2021-04-20 Thread Ubuntu Kernel Bot
This bug is missing log files that will aid in diagnosing the problem.
While running an Ubuntu kernel (not a mainline or third-party kernel)
please enter the following command in a terminal window:

apport-collect 1925284

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

** Changed in: linux (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/1925284

Title:
  Btrfs: Disk replacement causes massive allocation of empty single
  chunks while degraded

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

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

[Bug 1925284] [NEW] Btrfs: Disk replacement causes massive allocation of empty single chunks while degraded

2021-04-20 Thread Jonah Sabean
Public bug reported:

I experience this with Ubuntu 21.04. I've not tested on older releases.
I have a btrfs RAID1 array and simulated a failed disk and then replaced
it with the `btrfs replace` feature part of btrfs-progs after mounting
the remaining disk with the degraded,noatime mount options.

For clarity: The disk that is being used in btrfs replace is sda1, sdb1
is the existing disk with the data that is mounted degraded.

Unfortunately, when you begin the replacement, btrfs begins slowly
allocating new empty single chunks on the disk that was mounted degraded
(sdb1) as soon as the btrfs replace begins, seemingly equal to the
amount of raid1 chunks that were already allocated + 1. As the replace
continues, this value increases:

Data,single: Size:107.00GiB, Used:5.25MiB (0.00%)
   /dev/sdb1 107.00GiB

... several minutes later as btrfs replace continues to run ...

Data,single: Size:177.00GiB, Used:5.25MiB (0.00%)
   /dev/sdb1 177.00GiB

I have also posted this on the Btrfs kernel mailing list here for more
details and output from commands: https://lore.kernel.org/linux-
btrfs/cafmvigfq+xotjo_578lvsvycd3sblcv_ap6a+b0u+ybapu2...@mail.gmail.com/T/#t

It's speculated this could be an Ubuntu specific issue. What is certain
is I've done this process three times with this array on Ubuntu 21.04
and it happens every time, so I can reproduce it 100%. I believe this is
a bug with the Ubuntu kernel, but I suppose it could be related to
btrfs-progs. What is certain is the btrfs replace triggers the issue.

I'm happy to provide any more additional details as best I can. Thanks,
-Jonah

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


** Tags: btrfs

** Description changed:

  I experience this with Ubuntu 21.04. I have a btrfs RAID1 array and
  simulated a failed disk and then replaced it with the `btrfs replace`
  feature part of btrfs-progs after mounting the remaining disk with the
  degraded,noatime mount options.
  
+ For clarity: The disk that is being used in btrfs replace is sda1, sdb1
+ is the existing disk with the data that is mounted degraded.
+ 
  Unfortunately, when you begin the replacement, btrfs begins slowly
  allocating new empty single chunks on the disk that was mounted degraded
- as soon as the btrfs replace begins, seemingly equal to the amount of
- raid1 chunks that were already allocated + 1. As the replace continues,
- this value increases:
+ (sdb1) as soon as the btrfs replace begins, seemingly equal to the
+ amount of raid1 chunks that were already allocated + 1. As the replace
+ continues, this value increases:
  
  Data,single: Size:107.00GiB, Used:5.25MiB (0.00%)
-/dev/sdb1 107.00GiB
+    /dev/sdb1 107.00GiB
  
  ... several minutes later as btrfs replace continues to run ...
  
  Data,single: Size:177.00GiB, Used:5.25MiB (0.00%)
-/dev/sdb1 177.00GiB
+    /dev/sdb1 177.00GiB
  
  I have also posted this on the Btrfs kernel mailing list here for more
  details and output from commands: https://lore.kernel.org/linux-
  btrfs/cafmvigfq+xotjo_578lvsvycd3sblcv_ap6a+b0u+ybapu2...@mail.gmail.com/T/#t
  
  It's speculated this could be an Ubuntu specific issue. What is certain
  is I've done this process three times with this array on Ubuntu 21.04
  and it happens every time, so I can reproduce it 100%. I believe this is
  a bug with the Ubuntu kernel, but I suppose it could be related to
  btrfs-progs. What is certain is the btrfs replace triggers the issue.
  
  I'm happy to provide any more additional details as best I can. Thanks,
  -Jonah

** Description changed:

- I experience this with Ubuntu 21.04. I have a btrfs RAID1 array and
- simulated a failed disk and then replaced it with the `btrfs replace`
- feature part of btrfs-progs after mounting the remaining disk with the
- degraded,noatime mount options.
+ I experience this with Ubuntu 21.04. I've not tested on older releases.
+ I have a btrfs RAID1 array and simulated a failed disk and then replaced
+ it with the `btrfs replace` feature part of btrfs-progs after mounting
+ the remaining disk with the degraded,noatime mount options.
  
  For clarity: The disk that is being used in btrfs replace is sda1, sdb1
  is the existing disk with the data that is mounted degraded.
  
  Unfortunately, when you begin the replacement, btrfs begins slowly
  allocating new empty single chunks on the disk that was mounted degraded
  (sdb1) as soon as the btrfs replace begins, seemingly equal to the
  amount of raid1 chunks that were already allocated + 1. As the replace
  continues, this value increases:
  
  Data,single: Size:107.00GiB, Used:5.25MiB (0.00%)
     /dev/sdb1 107.00GiB
  
  ... several minutes later as btrfs replace continues to run ...
  
  Data,single: Size:177.00GiB, Used:5.25MiB (0.00%)
     /dev/sdb1 177.00GiB
  
  I have also posted this on the Btrfs kernel mailing list here for more
  details and output from commands: https://lore.kernel.org/linux-
  

[Bug 1921991] Re: [SRU] Support isdv4-aes stylus group and multiple AES stylus definitions

2021-04-20 Thread Chris Halse Rogers
Thanks for that. @Bin - thanks for checking that these fixes are in
hirsute. Are they also in groovy? If they're not in groovy's libwacom
we'll also need an upload to groovy, so people who update from focal to
groovy don't lose this fix.

** Also affects: libwacom (Ubuntu Groovy)
   Importance: Undecided
   Status: New

** Changed in: libwacom (Ubuntu Groovy)
   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/1921991

Title:
  [SRU] Support isdv4-aes stylus group and multiple AES stylus
  definitions

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

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

Re: [Bug 1921325] Re: VM will not auto-start automatically when server is rebooted after virsh domrename

2021-04-20 Thread Francisco Menchaca
Hi Christian,

An update I tried reinstalling the ppa again and received the following
error:

Can you please advise what I'm doing wrong?


pladmin@maser-devtest-kvm:~$ sudo apt-get update

Hit:1 http://au.archive.ubuntu.com/ubuntu bionic InRelease

Err:3 http://ppa.launchpad.net/ci-train-ppa-service/4503/ubuntu bionic
InRelease

  403  Forbidden [IP: 91.189.95.85 80]

Get:4 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7
kB]


Get:2 http://au.archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB]


Get:5 http://au.archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6
kB]

Get:6 http://ppa.launchpad.net/ci-train-ppa-service/4529/ubuntu bionic
InRelease [20.8 kB]

Reading package lists... Done

E: Failed to fetch
http://ppa.launchpad.net/ci-train-ppa-service/4503/ubuntu/dists/bionic/InRelease
403  Forbidden [IP: 91.189.95.85 80]

E: The repository 'http://ppa.launchpad.net/ci-train-ppa-service/4503/ubuntu
bionic InRelease' is no longer signed.

N: Updating from such a repository can't be done securely, and is therefore
disabled by default.

N: See apt-secure(8) manpage for repository creation and user configuration
details.

E: Release file for
http://au.archive.ubuntu.com/ubuntu/dists/bionic-updates/InRelease is not
valid yet (invalid for another 13d 20h 8min 41s). Updates for this
repository will not be applied.

E: Release file for
http://au.archive.ubuntu.com/ubuntu/dists/bionic-backports/InRelease is not
valid yet (invalid for another 13d 20h 9min 42s). Updates for this
repository will not be applied.

E: Release file for
http://security.ubuntu.com/ubuntu/dists/bionic-security/InRelease is not
valid yet (invalid for another 13d 22h 14min 55s). Updates for this
repository will not be applied.

E: Release file for
http://ppa.launchpad.net/ci-train-ppa-service/4529/ubuntu/dists/bionic/InRelease
is not valid yet (invalid for another 9d 3h 57min 50s). Updates for this
repository will not be applied.
FRANCISCO MENCHACASALES ENGINEER | https://about.me/francisco.menchaca
fxm...@gmail.com | +61 406 204 483

  


On Tue, 20 Apr 2021 at 01:41, Paco Menchaca  wrote:

> Hi Christian,
>
> We tried installing the build you supplied:
>
> https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu/4529
>
> In two different systems running Ubuntu 18.04.5 and we received this error:
>
> pladmin@maser-devtest-kvm:~$ sudo add-apt-repository
> ppa:ci-train-ppa-service/4529
>
> [sudo] password for pladmin:
>
> Cannot add PPA: 'ppa:~ci-train-ppa-service/ubuntu/4529'.
>
> ERROR: '~ci-train-ppa-service' user or team does not exist.
>
>
>
>
>
>
>
>
>
> Also , is there a way to install the ppa manually??
>
> Thanks in advance.
>
> FRANCISCO MENCHACASALES ENGINEER | https://about.me/francisco.menchaca
> fxm...@gmail.com | +61 406 204 483
> 
>
>
> On Fri, 16 Apr 2021 at 16:15, Christian Ehrhardt  <
> 1921...@bugs.launchpad.net> wrote:
>
>> Hi Francisco,
>> I thought I had lost your activity on this case - glad to see you back on
>> it.
>> Yeah the old PPA is gone - you fell victim to my bi-yearly PPA cleanup :-)
>> At some point I have to give launchpad all its gigabytes back ...
>>
>> I rebased the branch (since it aged anyway) and have thrown a new build
>> into
>> this new PPA/ticket:
>>
>> https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu/4529
>>
>> --
>> You received this bug notification because you are subscribed to the bug
>> report.
>> https://bugs.launchpad.net/bugs/1921325
>>
>> Title:
>>   VM will not auto-start automatically when server is rebooted after
>>   virsh domrename
>>
>> Status in libvirt package in Ubuntu:
>>   Fix Released
>> Status in libvirt source package in Bionic:
>>   Triaged
>> Status in libvirt source package in Focal:
>>   Fix Released
>>
>> Bug description:
>>
>>   OS: Ubuntu 18.04.5
>>   uname -r
>>   4.15.0-118-generic
>>
>>
>>   /usr/bin/qemu-system-x86_64 --version
>>   QEMU emulator version 2.11.1(Debian 1:2.11+dfsg-1ubuntu7.32)
>>
>>
>>   $ virsh version
>>   Compiled against library: libvirt 4.0.0
>>   Using library: libvirt 4.0.0
>>   Using API: QEMU 4.0.0
>>   Running hypervisor: QEMU 2.11.1
>>
>>   VM running on KVM on different servers won't start automatically when
>>   the server is rebooted after changing the VM domain name.
>>
>>   Issue Replication:
>>
>>   1. Set the VM to autostart
>>   2. Reboot the server
>>   3. VM will start automatically
>>   4. Changed the VM domain name virsh domrename VM.old VM.new
>>   5. Set the VM.new domain to autostart
>>   6. Reboot the server
>>   7. VM.new won't start automatically.
>>
>>   Can you please assist?
>>
>> To manage notifications about this bug go to:
>>
>> https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1921325/+subscriptions
>>
>

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

[Bug 1921991] Re: [SRU] Support isdv4-aes stylus group and multiple AES stylus definitions

2021-04-20 Thread Chris Halse Rogers
Hello Bin, or anyone else affected,

Accepted libwacom into focal-proposed. The package will build now and be
available at https://launchpad.net/ubuntu/+source/libwacom/1.3-2ubuntu2
in a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
focal to verification-done-focal. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-focal. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: libwacom (Ubuntu Focal)
   Status: New => Fix Committed

** Tags added: verification-needed verification-needed-focal

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

Title:
  [SRU] Support isdv4-aes stylus group and multiple AES stylus
  definitions

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

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

[Bug 1909937] Status changed to Confirmed

2021-04-20 Thread Ubuntu Kernel Bot
This change was made by a bot.

** Changed in: linux (Ubuntu)
   Status: New => Confirmed

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

Title:
  Physical Ethernet interfaces leak MAC addresses on link up

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

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

[Bug 1764220] Autopkgtest regression report (dpkg/1.18.4ubuntu1.7)

2021-04-20 Thread Ubuntu SRU Bot
All autopkgtests for the newly accepted dpkg (1.18.4ubuntu1.7) for xenial have 
finished running.
The following regressions have been reported in tests triggered by the package:

sbuild/0.67.0-2ubuntu7.1 (arm64, ppc64el, amd64)
systemd/229-4ubuntu21.31 (amd64, i386)
glib2.0/2.48.2-0ubuntu4.8 (armhf)
cmake/3.5.1-1ubuntu3 (arm64, armhf)


Please visit the excuses page listed below and investigate the failures, 
proceeding afterwards as per the StableReleaseUpdates policy regarding 
autopkgtest regressions [1].

https://people.canonical.com/~ubuntu-archive/proposed-
migration/xenial/update_excuses.html#dpkg

[1] https://wiki.ubuntu.com/StableReleaseUpdates#Autopkgtest_Regressions

Thank you!

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

Title:
  [SRU] dpkg zstd support

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

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

[Bug 1911830] Re: alsa/sdw: support soundwire audio for TGL-H machines

2021-04-20 Thread Hui Wang
Installed the linux-firmware (1.190.4) on a Dell TGL-H machine, the
audio worked very well.

Verification done on the linux-firmware groovy.

thx.


** Tags added: verification-done-groovy

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

Title:
  alsa/sdw: support soundwire audio for TGL-H machines

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1911830/+subscriptions

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

[Bug 1925279] Re: ubuntu desktop install & background is changing on selecting options(drop-downs) in ubiquity

2021-04-20 Thread Chris Guiver
*** This bug is a duplicate of bug 1893493 ***
https://bugs.launchpad.net/bugs/1893493

This issue has been experienced before..  (groovy) refer
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1893493

I didn't list the specific box; but machine specs match this box


** This bug has been marked a duplicate of bug 1893493
   ubuntu groovy desktop, change screen position and lost background, then 
background went low-signal blotchy tv like

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

Title:
  ubuntu desktop install & background is changing on selecting options
  (drop-downs) in ubiquity

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

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

[Bug 1923389] Re: Screenshot different colours

2021-04-20 Thread Murilo Zilli
Seems similar to that bug

** Also affects: gnome-screenshot (Ubuntu)
   Importance: Undecided
   Status: New

** No longer affects: gnome-screenshot (Ubuntu)

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

Title:
  Screenshot different colours

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

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

[Bug 1909937] Re: Physical Ethernet interfaces leak MAC addresses on link up

2021-04-20 Thread Steve Beattie
** Information type changed from Private Security to Public Security

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

Title:
  Physical Ethernet interfaces leak MAC addresses on link up

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

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

[Bug 1925279] Re: ubuntu desktop install & background is changing on selecting options(drop-downs) in ubiquity

2021-04-20 Thread Chris Guiver
`sudo dmesg |grep squash`
got not results.. but lots of nouveau issues



** Attachment added: "dmesg"
   
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1925279/+attachment/5490435/+files/dmesg

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

Title:
  ubuntu desktop install & background is changing on selecting options
  (drop-downs) in ubiquity

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

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

[Bug 1925279] [NEW] ubuntu desktop install & background is changing on selecting options(drop-downs) in ubiquity

2021-04-20 Thread Chris Guiver
Public bug reported:

I'll add more details shortly

QA-test of Ubuntu hirsute (desktop) RC on
- hp dc7700 (c2d-e6320, 5gb, nvidia quadro nvs 290)

** My error

I intended to hit "Install" and not "Try" but the desktop started in
live mode, so I assume that was my error in selection...  Because I was
in 'try' mode I adjusted the display setup so it matched my setup.  That
was only change made, before clicking on "Install" icon on desktop &
returning to the intended QA-test install.

** Expected result

As I progress thru dialogs in my Manual Partitioning install of Ubuntu
Desktop, I don't expect the desktop wallpaper to change at all.

** Actual Result

The background wallpaper starting top left corner of my "upper" display
started switching from normal background & going bright-blue. The area
of blue kept growing on each dialog press in ubiquity until both
displays were all blue.

I continued with the ubiquity dialogs (just clicked INSTALL NOW) but a
number of clicks back all background wallpaper was gone, and I've two
black monitors (no wallpaper is shown).

If I right-click background & look at "Change Wallpaper" it shows my
current still as the default.

I can change it to some others.. but selecting the default hippo
wallpaper or some? images and this firefox window now appears enlarged
as my background..

Install (ubiquity) window appears perfectly normal (install is now
copying files)

This issue is cosmetic only.

ProblemType: Bug
DistroRelease: Ubuntu 21.04
Package: ubiquity 21.04.19
ProcVersionSignature: Ubuntu 5.11.0-16.17-generic 5.11.12
Uname: Linux 5.11.0-16-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu65
Architecture: amd64
CasperMD5CheckResult: pass
CasperVersion: 1.461
CurrentDesktop: ubuntu:GNOME
Date: Wed Apr 21 02:10:38 2021
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed 
maybe-ubiquity quiet splash ---
LiveMediaBuild: Ubuntu 21.04 "Hirsute Hippo" - Release amd64 (20210420)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug hirsute ubiquity-21.04.19 ubuntu

** Description changed:

  I'll add more details shortly
  
  QA-test of Ubuntu hirsute (desktop) RC on
- - hp dc7700
+ - hp dc7700 (c2d-e6320, 5gb, nvidia quadro nvs 290)
  
  ** My error
  
  I intended to hit "Install" and not "Try" but the desktop started in
  live mode, so I assume that was my error in selection...  Because I was
  in 'try' mode I adjusted the display setup so it matched my setup.  That
  was only change made, before clicking on "Install" icon on desktop &
  returning to the intended QA-test install.
  
  ** Expected result
  
  As I progress thru dialogs in my Manual Partitioning install of Ubuntu
  Desktop, I don't expect the desktop wallpaper to change at all.
  
  ** Actual Result
  
  The background wallpaper starting top left corner of my "upper" display
  started switching from normal background & going bright-blue. The area
  of blue kept growing on each dialog press in ubiquity until both
  displays were all blue.
  
  I continued with the ubiquity dialogs (just clicked INSTALL NOW) but a
  number of clicks back all background wallpaper was gone, and I've two
  black monitors (no wallpaper is shown).
  
  If I right-click background & look at "Change Wallpaper" it shows my
  current still as the default.
  
- I can change it to others.. but selecting the default hippo wallpaper
- image this firefox window now appears enlarged as my background..
+ I can change it to some others.. but selecting the default hippo
+ wallpaper or some? images and this firefox window now appears enlarged
+ as my background..
  
  Install (ubiquity) window appears perfectly normal (install is now
  copying files)
  
  This issue is cosmetic only.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 21.04
  Package: ubiquity 21.04.19
  ProcVersionSignature: Ubuntu 5.11.0-16.17-generic 5.11.12
  Uname: Linux 5.11.0-16-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.11-0ubuntu65
  Architecture: amd64
  CasperMD5CheckResult: pass
  CasperVersion: 1.461
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Apr 21 02:10:38 2021
  InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed 
maybe-ubiquity quiet splash ---
  LiveMediaBuild: Ubuntu 21.04 "Hirsute Hippo" - Release amd64 (20210420)
  ProcEnviron:
-  TERM=xterm-256color
-  PATH=(custom, no user)
-  XDG_RUNTIME_DIR=
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=en_US.UTF-8
+  SH

[Bug 1911830] Re: alsa/sdw: support soundwire audio for TGL-H machines

2021-04-20 Thread Hui Wang
Installed the linux-firmware (1.187.11) on a Lenovo TGL-H  machine
yesterday, the sof audio driver worked very well.

Verification done on the linux-firmware focal.

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

Title:
  alsa/sdw: support soundwire audio for TGL-H machines

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1911830/+subscriptions

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

[Bug 1913186] Please test proposed package

2021-04-20 Thread Chris Halse Rogers
Hello Paolo, or anyone else affected,

Accepted thermald into groovy-proposed. The package will build now and
be available at
https://launchpad.net/ubuntu/+source/thermald/2.3-4ubuntu1 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
groovy to verification-done-groovy. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-groovy. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

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

Title:
  Backport the adaptive engine from v2.4.1 upstream

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

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

[Bug 1913186] Re: Backport the adaptive engine from v2.4.1 upstream

2021-04-20 Thread Chris Halse Rogers
Hello Paolo, or anyone else affected,

Accepted thermald into focal-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/thermald/1.9.1-1ubuntu0.4 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
focal to verification-done-focal. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-focal. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: thermald (Ubuntu Focal)
   Status: In Progress => Fix Committed

** Tags added: verification-needed verification-needed-focal

** Changed in: thermald (Ubuntu Groovy)
   Status: In Progress => Fix Committed

** Tags added: verification-needed-groovy

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

Title:
  Backport the adaptive engine from v2.4.1 upstream

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

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

[Bug 1923162] Re: riscv64 images fail to boot in qemu

2021-04-20 Thread Dimitri John Ledkov
** Changed in: u-boot (Ubuntu Hirsute)
   Status: Fix Released => New

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

Title:
  riscv64 images fail to boot in qemu

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

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

[Bug 1923379] Re: installer crashes when using manually created EFI partition, /boot partition and choosing lvm encryption for root parition

2021-04-20 Thread Sai Vinoba
** Changed in: ubiquity (Ubuntu)
   Status: Confirmed => 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/1923379

Title:
  installer crashes when using manually created EFI partition, /boot
  partition and choosing lvm encryption for root parition

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

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

[Bug 1925002] Re: Installer crashes during manual installation with disk encryption

2021-04-20 Thread Sai Vinoba
Testing 20210420 iso, I confirm the fix works.

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

Title:
  Installer crashes during manual installation with disk encryption

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

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

[Bug 1915661] Re: WDH - CH340G USB UART not supported by ch341 driver in all chip revisions

2021-04-20 Thread Hui Wang
After a new usb device is plugged, the linux usb core will enumerate
this device first, after getting all descriptors, the linux kernel will
load and call device driver according to ID, Class, ...


The error happens during the enumerating, this usually means the firmware on 
your usb device has some problem, usually this is a non-standards-compliant 
device for linux usb stack. Mac could work with your device, at least the 
hardware has no problem. You could try it with windows, maybe windows can't 
enumerate it too. Or you could try it with another Linux host machine, maybe 
other type of USB host controller (XHCI) could support your device.

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

Title:
  WDH - CH340G USB UART not supported by ch341 driver in all chip
  revisions

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

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

[Bug 1911830] Re: alsa/sdw: support soundwire audio for TGL-H machines

2021-04-20 Thread Chris Halse Rogers
Urgh. I've accidentally released linux-firmware to focal without
verification, and without waiting for the groovy task to be done. Hui,
can you please test this for focal and groovy? Thanks.

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

Title:
  alsa/sdw: support soundwire audio for TGL-H machines

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1911830/+subscriptions

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

[Bug 1917062] Re: Decryption passphrase prompt not displayed until escape is pressed (Xubuntu hirsute test case)

2021-04-20 Thread Sean Davis
Still seeing this on Xubuntu 20210420. Adding more information on my
test environment:

Running in a virtual machine on a Bionic host with packages:
- virt-manager 1:1.5.1-0ubuntu1.2
- qemu-kvm 1:2.11+dfsg-1ubuntu7.36

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

Title:
  Decryption passphrase prompt not displayed until escape is pressed
  (Xubuntu hirsute test case)

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

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

[Bug 1921967] Re: Hirsute installer does not mount bpool and does not create user datasets under rpool/USERDATA (ZFS encrypted install)

2021-04-20 Thread Thomas Boerner
** Summary changed:

- Hirsute installer does not mount bpool and does not create user datasets 
under rpool/USERDATA
+ Hirsute installer does not mount bpool and does not create user datasets 
under rpool/USERDATA (ZFS encrypted install)

** Summary changed:

- Hirsute installer does not mount bpool and does not create user datasets 
under rpool/USERDATA (ZFS encrypted install)
+ Hirsute 21.04 installer does not mount bpool and does not create user 
datasets under rpool/USERDATA (ZFS encrypted install)

** Summary changed:

- Hirsute 21.04 installer does not mount bpool and does not create user 
datasets under rpool/USERDATA (ZFS encrypted install)
+ Ubuntu-21.04 hirsute zfs encrypted install: installer does not mount bpool 
and does not create user datasets under rpool/USERDATA

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

Title:
  Ubuntu-21.04 hirsute zfs encrypted install: installer does not mount
  bpool and does not create user datasets under rpool/USERDATA

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

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

[Bug 1885862] Re: Add in-tree Realtek 8821CE wireless module support

2021-04-20 Thread Launchpad Bug Tracker
This bug was fixed in the package linux-firmware - 1.187.11

---
linux-firmware (1.187.11) focal; urgency=medium

  * Add in-tree Realtek 8821CE wireless module support (LP: #1885862)
- rtw88: RTL8821C: Update firmware to v24.8

  * alsa/sdw: support soundwire audio for TGL-H machines (LP: #1911830)
- SAUCE: sof-firmware: add TGL-H firmware from sof-bin v1.6.1

 -- Seth Forshee   Wed, 31 Mar 2021 15:34:04
-0500

** Changed in: linux-firmware (Ubuntu Focal)
   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/1885862

Title:
  Add in-tree Realtek 8821CE wireless module support

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1885862/+subscriptions

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

[Bug 1885862] Update Released

2021-04-20 Thread Chris Halse Rogers
The verification of the Stable Release Update for linux-firmware has
completed successfully and the package is now being released to
-updates.  Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

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

Title:
  Add in-tree Realtek 8821CE wireless module support

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1885862/+subscriptions

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

[Bug 1911830] Update Released

2021-04-20 Thread Chris Halse Rogers
The verification of the Stable Release Update for linux-firmware has
completed successfully and the package is now being released to
-updates.  Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

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

Title:
  alsa/sdw: support soundwire audio for TGL-H machines

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1911830/+subscriptions

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

[Bug 1911830] Re: alsa/sdw: support soundwire audio for TGL-H machines

2021-04-20 Thread Launchpad Bug Tracker
This bug was fixed in the package linux-firmware - 1.187.11

---
linux-firmware (1.187.11) focal; urgency=medium

  * Add in-tree Realtek 8821CE wireless module support (LP: #1885862)
- rtw88: RTL8821C: Update firmware to v24.8

  * alsa/sdw: support soundwire audio for TGL-H machines (LP: #1911830)
- SAUCE: sof-firmware: add TGL-H firmware from sof-bin v1.6.1

 -- Seth Forshee   Wed, 31 Mar 2021 15:34:04
-0500

** Changed in: linux-firmware (Ubuntu Focal)
   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/1911830

Title:
  alsa/sdw: support soundwire audio for TGL-H machines

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1911830/+subscriptions

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

[Bug 1916488] Re: SRU 1.64.5 to focal

2021-04-20 Thread Launchpad Bug Tracker
This bug was fixed in the package gjs - 1.64.5-0ubuntu0.20.04.01

---
gjs (1.64.5-0ubuntu0.20.04.01) focal; urgency=medium

  * New upstream release (LP: #1916488):
- Fix Error in function "_init()" in module "modules/overrides/GObject.js"
- gi/wrapperutils: Move gjs_get_string_id() into resolve() implementations
- overrides/Gtk: Set BuilderScope in class init
- fix readline build on certain systems

 -- Marco Trevisan (Treviño)   Mon, 22 Feb 2021
14:56:22 +0100

** Changed in: gjs (Ubuntu Focal)
   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/1916488

Title:
  SRU 1.64.5 to focal

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

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

[Bug 1916488] Update Released

2021-04-20 Thread Chris Halse Rogers
The verification of the Stable Release Update for gjs has completed
successfully and the package is now being released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

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

Title:
  SRU 1.64.5 to focal

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

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

[Bug 1925271] [NEW] ``` GNU Image Manipulation Program version 2.10.14 git-describe: GIMP_2_10_12-511-ga4f55d6c7e C compiler: Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86

2021-04-20 Thread Ciro Shia
Public bug reported:

```
GNU Image Manipulation Program version 2.10.14
git-describe: GIMP_2_10_12-511-ga4f55d6c7e
C compiler:
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 
7.4.0-1ubuntu1~18.04.1' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs 
--enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr 
--with-gcc-major-version-only --program-suffix=-7 
--program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id 
--libexecdir=/usr/lib --without-included-gettext --enable-threads=posix 
--libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu 
--enable-libstdcxx-debug --enable-libstdcxx-time=yes 
--with-default-libstdcxx-abi=new --enable-gnu-unique-object 
--disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie 
--with-system-zlib --with-target-system-zlib --enable-objc-gc=auto 
--enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 
--with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic 
--enable-offload-targets=nvptx-none --without-cuda-driver 
--enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu 
--target=x86_64-linux-gnu
Thread model: posix
gcc version 7.4.0 (Ubuntu 7.4.0-1ubuntu1~18.04.1) 

using babl version 0.1.72 (compiled against version 0.1.72)
using GEGL version 0.4.18 (compiled against version 0.4.18)
using GLib version 2.56.4 (compiled against version 2.56.4)
using GdkPixbuf version 2.36.11 (compiled against version 2.36.11)
using GTK+ version 2.24.32 (compiled against version 2.24.32)
using Pango version 1.40.14 (compiled against version 1.40.14)
using Fontconfig version 2.12.6 (compiled against version 2.12.6)
using Cairo version 1.15.10 (compiled against version 1.15.10)

```
> fatal error: Aborted

Stack trace:
```
/usr/lib/libgimpbase-2.0.so.0(gimp_stack_trace_print+0x327)[0x7f2e708b3fc7]
gimp-2.10(+0xd7ab4)[0x5617580c3ab4]
gimp-2.10(+0xd80b8)[0x5617580c40b8]
gimp-2.10(+0xd87c7)[0x5617580c47c7]
/lib/x86_64-linux-gnu/libpthread.so.0(+0x12980)[0x7f2e6d443980]
/lib/x86_64-linux-gnu/libc.so.6(gsignal+0xc7)[0x7f2e6d07efb7]
/lib/x86_64-linux-gnu/libc.so.6(abort+0x141)[0x7f2e6d080921]
/lib/x86_64-linux-gnu/libc.so.6(+0x3048a)[0x7f2e6d07048a]
/lib/x86_64-linux-gnu/libc.so.6(+0x30502)[0x7f2e6d070502]
/usr/lib/x86_64-linux-gnu/libX11.so.6(+0x3de3a)[0x7f2e6cb41e3a]
/usr/lib/x86_64-linux-gnu/libX11.so.6(+0x3dede)[0x7f2e6cb41ede]
/usr/lib/x86_64-linux-gnu/libX11.so.6(_XEventsQueued+0x5d)[0x7f2e6cb421cd]
/usr/lib/x86_64-linux-gnu/libX11.so.6(XPending+0x5d)[0x7f2e6cb33ced]
/usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0(+0x58085)[0x7f2e71565085]
/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0(g_main_context_check+0x1f1)[0x7f2e6dc3e101]
/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0(+0x4c690)[0x7f2e6dc3e690]
/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0(g_main_loop_run+0xc2)[0x7f2e6dc3ea82]
gimp-2.10(app_run+0x350)[0x5617580c3470]
gimp-2.10(main+0x37c)[0x5617580c2d3c]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xe7)[0x7f2e6d061bf7]
gimp-2.10(_start+0x2a)[0x5617580c2eda]

```

** Affects: gimp (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/1925271

Title:
  ``` GNU Image Manipulation Program version 2.10.14 git-describe:
  GIMP_2_10_12-511-ga4f55d6c7e C compiler:   Using built-in specs.
  COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-
  gnu/7/lto-wrapper OFFLOAD_TARGET_NAMES=nvptx-none
  OFFLOAD_TARGET_DEFAULT=1Target: x86_64-linux-gnu
  Configured with: ../src/configure -v --with-pkgversion='Ubuntu
  7.4.0-1ubuntu1~18.04.1' --with-
  bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-
  languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr
  --with-gcc-major-version-only --program-suffix=-7 --program-
  prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id
  --libexecdir=/usr/lib --without-included-gettext --enable-
  threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/
  --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-
  time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object
  --disable-vtable-verify --enable-libmpx --enable-plugin --enable-
  default-pie --with-system-zlib --with-target-system-zlib --enable-
  objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686
  --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib
  --with-tune=generic --enable-offload-targets=nvptx-none --without-
  cuda-driver --enable-checking=release --build=x86_64-linux-gnu
  --host=x86_64-linux-gnu --target=x86_64-linux-gnuThread model:
  posix 

[Bug 1762837] Re: Xubuntu Slideshow Official Docs online link is broken

2021-04-20 Thread Sean Davis
** Changed in: ubiquity-slideshow-ubuntu (Ubuntu)
   Status: New => 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/1762837

Title:
  Xubuntu Slideshow Official Docs online link is broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity-slideshow-ubuntu/+bug/1762837/+subscriptions

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

[Bug 1888834] Update Released

2021-04-20 Thread Chris Halse Rogers
The verification of the Stable Release Update for oem-stella.cmit-
butterfree-meta has completed successfully and the package is now being
released to -updates.  Subsequently, the Ubuntu Stable Release Updates
Team is being unsubscribed and will not receive messages about this bug
report.  In the event that you encounter a regression using the package
from -updates please report a new bug using ubuntu-bug and tag the bug
report regression-update so we can easily find any regressions.

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

Title:
  [MIR] oem-stella.cmit-butterfree-meta

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

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

[Bug 1895517] Update Released

2021-04-20 Thread Chris Halse Rogers
The verification of the Stable Release Update for oem-stella.cmit-
ivysaur-meta has completed successfully and the package is now being
released to -updates.  Subsequently, the Ubuntu Stable Release Updates
Team is being unsubscribed and will not receive messages about this bug
report.  In the event that you encounter a regression using the package
from -updates please report a new bug using ubuntu-bug and tag the bug
report regression-update so we can easily find any regressions.

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

Title:
  [MIR] oem-stella.cmit-ivysaur-meta

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

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

[Bug 1925057] Re: [82A1, Realtek ALC287, Speaker, Internal] Underruns, dropouts or crackling sound

2021-04-20 Thread Hui Wang
So if only run below commands, does the audio become good or not?
sudo hda-verb /dev/snd/hwC0D0 0x20 SET_COEF_INDEX 0x08
sudo hda-verb /dev/snd/hwC0D0 0x20 SET_PROC_COEF 0x4ab7


Or could you do a test to find the minimal group of commands to make the audio 
change normal?

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

Title:
  [82A1, Realtek ALC287, Speaker, Internal] Underruns, dropouts or
  crackling sound

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1925057/+subscriptions

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

[Bug 1919930] Re: power off stress test will hang on the TGL machines

2021-04-20 Thread Hui Wang
Installed the groovy proposed kernel, did 30times poweroff stress test,
there is no hang. verification done with groovy.


** Tags removed: verification-needed-groovy
** Tags added: verification-done-groovy

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

Title:
  power off stress test will hang on the TGL machines

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1919930/+subscriptions

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

[Bug 1923145] Please test proposed package

2021-04-20 Thread Brian Murray
Hello TJ, or anyone else affected,

Accepted mkosi into focal-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/mkosi/5-1ubuntu0.20.04.1 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
focal to verification-done-focal. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-focal. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

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

Title:
  Actually support Ubuntu

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

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

[Bug 1923145] Re: Actually support Ubuntu

2021-04-20 Thread Brian Murray
Hello TJ, or anyone else affected,

Accepted mkosi into groovy-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/mkosi/5-1ubuntu0.20.10.1 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
groovy to verification-done-groovy. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-groovy. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: mkosi (Ubuntu Groovy)
   Status: New => Fix Committed

** Tags added: verification-needed verification-needed-groovy

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

Title:
  Actually support Ubuntu

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

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

[Bug 1923145] Please test proposed package

2021-04-20 Thread Brian Murray
Hello TJ, or anyone else affected,

Accepted mkosi into groovy-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/mkosi/5-1ubuntu0.20.10.1 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
groovy to verification-done-groovy. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-groovy. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: mkosi (Ubuntu Focal)
   Status: New => Fix Committed

** Tags added: verification-needed-focal

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

Title:
  Actually support Ubuntu

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

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

[Bug 1923145] Please test proposed package

2021-04-20 Thread Brian Murray
Hello TJ, or anyone else affected,

Accepted mkosi into focal-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/mkosi/5-1ubuntu0.20.04.1 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
focal to verification-done-focal. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-focal. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

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

Title:
  Actually support Ubuntu

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

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

[Bug 1921425] Please test proposed package

2021-04-20 Thread Brian Murray
Hello Jean-Luc, or anyone else affected,

Accepted rabbitmq-server into focal-proposed. The package will build now
and be available at https://launchpad.net/ubuntu/+source/rabbitmq-
server/3.8.2-0ubuntu1.2 in a few hours, and then in the -proposed
repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
focal to verification-done-focal. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-focal. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

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

Title:
  rabbitmq-server logrotate issue

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/1921425/+subscriptions

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

[Bug 1921425] Please test proposed package

2021-04-20 Thread Brian Murray
Hello Jean-Luc, or anyone else affected,

Accepted rabbitmq-server into focal-proposed. The package will build now
and be available at https://launchpad.net/ubuntu/+source/rabbitmq-
server/3.8.2-0ubuntu1.2 in a few hours, and then in the -proposed
repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
focal to verification-done-focal. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-focal. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

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

Title:
  rabbitmq-server logrotate issue

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/1921425/+subscriptions

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

[Bug 1921425] Please test proposed package

2021-04-20 Thread Brian Murray
Hello Jean-Luc, or anyone else affected,

Accepted rabbitmq-server into groovy-proposed. The package will build
now and be available at https://launchpad.net/ubuntu/+source/rabbitmq-
server/3.8.5-1ubuntu0.1 in a few hours, and then in the -proposed
repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
groovy to verification-done-groovy. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-groovy. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Tags added: verification-needed-focal

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

Title:
  rabbitmq-server logrotate issue

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/1921425/+subscriptions

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

[Bug 1921425] Re: rabbitmq-server logrotate issue

2021-04-20 Thread Brian Murray
Hello Jean-Luc, or anyone else affected,

Accepted rabbitmq-server into groovy-proposed. The package will build
now and be available at https://launchpad.net/ubuntu/+source/rabbitmq-
server/3.8.5-1ubuntu0.1 in a few hours, and then in the -proposed
repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
groovy to verification-done-groovy. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-groovy. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Tags added: verification-needed verification-needed-groovy

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

Title:
  rabbitmq-server logrotate issue

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/1921425/+subscriptions

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

[Bug 1864787] Re: Lubuntu failed install "sfdisk --force --append /dev/sda"

2021-04-20 Thread Chris Guiver
Yesterday (daily) & today (RC) I did tests using Lubuntu hirsute as
reported at

https://discourse.lubuntu.me/t/exploration-of-lp-1864787-sfdisk-force-
append-dev-sda/2074/20

on same box report was opened with, ie. 
- dell [optiplex] 755 (c2d-e6850, 5gb, amd/ati radeon rv516/x1300/x1550)

usual pattern
- reuse sda8 as /home (no-format, ext4)
- format sda9 as / (xfs yesterday, reiserfs today as btrfs had already been 
tested today by @Leokolb)

and no issues two days in a row.

Limited sample size I realize, but this issue may no longer exist
(fingers-crossed) in hirsute :)

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

Title:
  Lubuntu failed install "sfdisk --force --append /dev/sda"

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

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

[Bug 1885430] Re: [Bionic/Stein] Ceilometer-agent fails to collect metrics after restart

2021-04-20 Thread Launchpad Bug Tracker
This bug was fixed in the package ceilometer - 1:14.0.0-0ubuntu0.20.04.3

---
ceilometer (1:14.0.0-0ubuntu0.20.04.3) focal; urgency=medium

  * d/t/control, d/t/test-services: Add nova-compute as a depends for
services.

ceilometer (1:14.0.0-0ubuntu0.20.04.2) focal; urgency=medium

  * d/control: Update VCS paths for move to lp:~ubuntu-openstack-dev.
  * d/ceilometer-agent-compute.service.in: Customize systemd unit to
ensure nova-compute is started (LP: #1885430).

 -- Chris MacNaughton   Tue, 16 Mar 2021
14:01:52 +

** Changed in: ceilometer (Ubuntu Focal)
   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/1885430

Title:
  [Bionic/Stein] Ceilometer-agent fails to collect metrics after restart

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-ceilometer-agent/+bug/1885430/+subscriptions

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

[Bug 1885430] Update Released

2021-04-20 Thread Brian Murray
The verification of the Stable Release Update for ceilometer has
completed successfully and the package is now being released to
-updates.  Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

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

Title:
  [Bionic/Stein] Ceilometer-agent fails to collect metrics after restart

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-ceilometer-agent/+bug/1885430/+subscriptions

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

[Bug 1885430] Re: [Bionic/Stein] Ceilometer-agent fails to collect metrics after restart

2021-04-20 Thread Launchpad Bug Tracker
This bug was fixed in the package ceilometer - 1:15.0.0-0ubuntu3

---
ceilometer (1:15.0.0-0ubuntu3) groovy; urgency=medium

  * d/t/control, d/t/test-services: Add nova-compute as a depends for
services.

ceilometer (1:15.0.0-0ubuntu2) groovy; urgency=medium

  [ Corey Bryant ]
  * d/gbp.conf: Create stable/victoria branch.

  [ Chris MacNaughton ]
  * d/ceilometer-agent-compute.service.in: Customize systemd unit to
ensure nova-compute is started (LP: #1885430).

 -- Chris MacNaughton   Tue, 16 Mar 2021
14:01:23 +

** Changed in: ceilometer (Ubuntu Groovy)
   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/1885430

Title:
  [Bionic/Stein] Ceilometer-agent fails to collect metrics after restart

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-ceilometer-agent/+bug/1885430/+subscriptions

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

[Bug 1793410] Re: [Acer Swift SF315-52, Realtek ALC256, Mic, Internal] Internal microphone not working

2021-04-20 Thread Hazem Alabiad
Same issue here Acer Swift SF315-52G 
Both internal and external microphones don't work.

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

Title:
  [Acer Swift SF315-52, Realtek ALC256, Mic, Internal] Internal
  microphone not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1793410/+subscriptions

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

[Bug 1925265] Re: Fresh install of hirsute-preinstalled-desktop-arm64+raspi has packages to autoremove

2021-04-20 Thread Ubuntu QA Website
This bug has been reported on the Ubuntu ISO testing tracker.

A list of all reports related to this bug can be found here:
http://iso.qa.ubuntu.com/qatracker/reports/bugs/1925265

** Tags added: iso-testing

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

Title:
  Fresh install of hirsute-preinstalled-desktop-arm64+raspi has packages
  to autoremove

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

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

[Bug 1925141] Re: There is no CapsLock indication of CapsLock key using Caps Lock LED on the keyboard while using plain TTY (such as Ctrl+Alt+F1)

2021-04-20 Thread Bug Watch Updater
** Changed in: kbd-chooser
   Status: Unknown => New

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

Title:
  There is no CapsLock indication of CapsLock key using Caps Lock LED on
  the keyboard while using plain TTY (such as Ctrl+Alt+F1)

To manage notifications about this bug go to:
https://bugs.launchpad.net/kbd-chooser/+bug/1925141/+subscriptions

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

[Bug 1922739] Re: AttributeError: 'DataSourceNoCloud' object has no attribute 'vendordata2_raw'

2021-04-20 Thread Taylor Yu
Verified on 20.04.2 LTS focal.

Got this in the wild in /var/log/cloud-init.log after upgrading from
20.3-2-g371b392c-0ubuntu1~20.04.1 to 21.1-19-gbad84ad4-0ubuntu1~20.04.1:

2021-04-16 19:42:33,005 - util.py[WARNING]: failed stage init
2021-04-16 19:42:33,009 - util.py[DEBUG]: failed stage init
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/cloudinit/cmd/main.py", line 652, in stat
us_wrapper
ret = functor(name, args)
  File "/usr/lib/python3/dist-packages/cloudinit/cmd/main.py", line 376, in main
_init
init.update()
  File "/usr/lib/python3/dist-packages/cloudinit/stages.py", line 371, in update
self._store_raw_vendordata(self.datasource.get_vendordata2_raw(),
  File "/usr/lib/python3/dist-packages/cloudinit/sources/__init__.py", line 506,
 in get_vendordata2_raw
return self.vendordata2_raw
AttributeError: 'DataSourceDigitalOcean' object has no attribute 'vendordata2_ra
w'

Installed 21.1-19-gbad84ad4-0ubuntu1~20.04.2; rebooted. Confirmed no
traceback in /var/log/cloud-init.log. cloud-init status --long reports:

status: done
time: Tue, 20 Apr 2021 23:32:42 +
detail:
DataSourceDigitalOcean

instead of an error as with the previous version.

Thanks!


** Tags removed: verification-needed-focal
** Tags added: verification-done-focal

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

Title:
  AttributeError: 'DataSourceNoCloud' object has no attribute
  'vendordata2_raw'

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

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

[Bug 1925266] [NEW] Ubuntu should have two web browsers installed by default.

2021-04-20 Thread Clinton H
Public bug reported:

Users should be encouraged to use one web browser for general web
browsing. Another secure web browser with private mode enabled by
default, should be used for sensitive(accessing financial accounts and
accessing an email address used exclusively for financial accounts)
browsing. Addons and plug-ins should be blocked, because they can
contain security flaws which would weaken the secure browser. Cookie
files should be erased when the tab or browser is closed to prevent bad
actor from stealing cookie files.

A user might not know the danger of using a single web browser for
everything. There are undiscovered security flaws in web browsers. If a
user visits a webpage that is infected with JavaScript malware, a user’s
web browser will become infected with malware. If the user uses that
same browser to access sensitive accounts, sensitive data can be stolen.
Webpage content might be modified.

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

** Description changed:

  Users should be encouraged to use one web browser for general web
  browsing. Another secure web browser with private mode enabled by
  default, should be used for sensitive(accessing financial accounts and
  accessing an email address used exclusively for financial accounts)
  browsing. Addons and plug-ins should be blocked, because they can
- contain security flaws which would weaken the secure browser.
+ contain security flaws which would weaken the secure browser. Cookie
+ files should be erased when the tab or browser is closed to prevent bad
+ actor from stealing cookie files.
  
  A user might not know the danger of using a single web browser for
  everything. There are undiscovered security flaws in web browsers. If a
  user visits a webpage that is infected with JavaScript malware, a user’s
  web browser will become infected with malware. If the user uses that
  same browser to access sensitive accounts, sensitive data can be stolen.
  Webpage content might be modified.

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

Title:
  Ubuntu should have two web browsers installed by default.

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

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

[Bug 1925267] [NEW] u-boot unmatched dtb does not match kernel dtb

2021-04-20 Thread Dimitri John Ledkov
Public bug reported:

u-boot unmatched dtb does not match kernel dtb

We have reverted u-boot-menu upload and stopped using kernel provided
dtbs, because that was preventing booting hirsute images under qemu. As
dtb generated by qemu should be used, and there is no kernel provided
dtb for qemu platform.

This resulted in unamtched board using dtb provided by u-boot, instead
of loading and using dtb provided by the kernel builds.

There are differences between u-boot & kernel dtbs that potentially
break compat.

There are two ways of fixing this:

1) bring uboot dtb in-line with the kernel dtb

2) fix qemu uboot to not load dtbs from disk, even when extlinux.conf
asks to; and resume loading the matching kernel dtb from disk

Option 1) sounds easier for release.

The diff between u-boot's unmatched dtb & kernel provided dtb is at
https://paste.ubuntu.com/p/YGKCvVM6yz/

** Affects: u-boot (Ubuntu)
 Importance: Undecided
 Status: New

** Changed in: u-boot (Ubuntu)
Milestone: None => ubuntu-21.04

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

Title:
  u-boot unmatched dtb does not match kernel dtb

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/u-boot/+bug/1925267/+subscriptions

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

[Bug 1925265] [NEW] Fresh install of hirsute-preinstalled-desktop-arm64+raspi has packages to autoremove

2021-04-20 Thread Brian Murray
Public bug reported:

Immediately after installing hirsute-preinstalled-desktop-arm64+raspi on
a Raspberry Pi I noticed that there were packages available for
autoremoval.

bdmurray@bdmurray-desktop:~$ sudo apt autoremove
[sudo] password for bdmurray:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following packages will be REMOVED:
  cryptsetup-bin dctrl-tools dmeventd dmraid dpkg-repack efibootmgr 
gir1.2-timezonemap-1.0 gir1.2-xkl-1.0 grub-common grub-efi-arm64
  grub-efi-arm64-bin grub-efi-arm64-signed grub2-common kpartx kpartx-boot 
libdebian-installer4 libdevmapper-event1.02.1
  libdmraid1.0.0.rc16 liblvm2cmd2.03 libtimezonemap-data libtimezonemap1 lvm2 
os-prober python3-icu python3-pam rdate
  thin-provisioning-tools
0 upgraded, 0 newly installed, 27 to remove and 0 not upgraded.
After this operation, 45.5 MB disk space will be freed.
Do you want to continue? [Y/n] n
Abort.

It seems to me the installation process should run an autoremove at the
end.

bdmurray@bdmurray-desktop:~$ cat /var/log/installer/version 
ubiquity 21.04.19

** Affects: ubuntu-meta (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: hirsute raspi-image

** Tags added: raspi-image

** Tags added: hirsute

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

Title:
  Fresh install of hirsute-preinstalled-desktop-arm64+raspi has packages
  to autoremove

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

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

[Bug 1922739] Re: AttributeError: 'DataSourceNoCloud' object has no attribute 'vendordata2_raw'

2021-04-20 Thread glitsj16
I originally filed https://bugs.launchpad.net/ubuntu/+source/cloud-
init/+bug/1924755 and got informed that was a duplicate of this bug. I
just installed the proposed fix from
https://launchpad.net/ubuntu/+source/cloud-
init/21.1-19-gbad84ad4-0ubuntu1~16.04.2. I can confirm this fixes it for
me on Xenial.

Thanks to all involved, regards.

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

Title:
  AttributeError: 'DataSourceNoCloud' object has no attribute
  'vendordata2_raw'

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

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

[Bug 1919453] Please test proposed package

2021-04-20 Thread Brian Murray
Hello Lukas, or anyone else affected,

Accepted netplan.io into focal-proposed. The package will build now and
be available at
https://launchpad.net/ubuntu/+source/netplan.io/0.102-0ubuntu1~20.04.2
in a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
focal to verification-done-focal. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-focal. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

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

Title:
  [SRU][FFe] Update to netplan.io 0.102

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/1919453/+subscriptions

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

[Bug 1919453] Please test proposed package

2021-04-20 Thread Brian Murray
Hello Lukas, or anyone else affected,

Accepted netplan.io into focal-proposed. The package will build now and
be available at
https://launchpad.net/ubuntu/+source/netplan.io/0.102-0ubuntu1~20.04.2
in a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
focal to verification-done-focal. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-focal. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

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

Title:
  [SRU][FFe] Update to netplan.io 0.102

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/1919453/+subscriptions

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

[Bug 1922898] Please test proposed package

2021-04-20 Thread Brian Murray
Hello Carl, or anyone else affected,

Accepted netplan.io into focal-proposed. The package will build now and
be available at
https://launchpad.net/ubuntu/+source/netplan.io/0.102-0ubuntu1~20.04.2
in a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
focal to verification-done-focal. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-focal. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

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

Title:
  [SRU] SEGFAULT on upgrade to 0.102-0ubuntu1~20.04.1

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

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

[Bug 1922898] Re: [SRU] SEGFAULT on upgrade to 0.102-0ubuntu1~20.04.1

2021-04-20 Thread Brian Murray
Hello Carl, or anyone else affected,

Accepted netplan.io into focal-proposed. The package will build now and
be available at
https://launchpad.net/ubuntu/+source/netplan.io/0.102-0ubuntu1~20.04.2
in a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
focal to verification-done-focal. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-focal. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: netplan.io (Ubuntu Focal)
   Status: Confirmed => Fix Committed

** Tags added: verification-needed verification-needed-focal

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

Title:
  [SRU] SEGFAULT on upgrade to 0.102-0ubuntu1~20.04.1

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

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

[Bug 1925264] [NEW] Create a gnome applet that would display Ubuntu security news, data breaches, scams, etc.

2021-04-20 Thread Clinton H
Public bug reported:

Could you create a gnome applet for Ubuntu that would display security
news from:

www.threatpost.com
www.securelist.com
usa.kaspersky.com/blog/

Ubuntu should be focused on security and privacy. The applet could be
bundled with Ubuntu.

** Affects: gnome-software (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/1925264

Title:
  Create a gnome applet that would display Ubuntu security news, data
  breaches, scams, etc.

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

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

[Bug 1925263] [NEW] TL-WN821N V5 does not work

2021-04-20 Thread FurretUber
Public bug reported:

I bought a TP-Link TL-WN821N V5 wireless adapter and it is not working
on Xubuntu 20.04. On dmesg, it is detected correctly. However, the
authentication times out very quickly.

The module from https://github.com/clnhub/rtl8192eu-linux.git works, but
this is not ideal, because it requires rebuilding the module for every
kernel version and, either disable Secure Boot or sign every module for
every kernel update.

The attached file has the full dmesg log, including trying rtl8xxxu with
debug=0x log. I noticed the log shows this device is untested.

lshw output for this device:

  *-network:1
   description: Wireless interface
   physical id: 4
   bus info: usb@1:1
   logical name: wlxd03745cb0794
   serial: d0:37:45:cb:07:94
   capabilities: ethernet physical wireless
   configuration: broadcast=yes driver=rtl8xxxu 
driverversion=5.8.0-50-generic firmware=N/A link=no multicast=yes wireless=IEEE 
802.11

lsusb:

Bus 001 Device 005: ID 2357:0107 TP-Link TL-WN821N Version 5 RTL8192EU

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: linux-image-5.8.0-50-generic 5.8.0-50.56~20.04.1
ProcVersionSignature: Ubuntu 5.8.0-50.56~20.04.1-generic 5.8.18
Uname: Linux 5.8.0-50-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu27.16
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: XFCE
Date: Tue Apr 20 19:42:11 2021
InstallationDate: Installed on 2017-06-13 (1406 days ago)
InstallationMedia: Xubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
SourcePackage: linux-signed-hwe-5.8
UpgradeStatus: Upgraded to focal on 2019-12-22 (485 days ago)

** Affects: linux-signed-hwe-5.8 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug focal

** Attachment added: "rtl8xxxu.log"
   
https://bugs.launchpad.net/bugs/1925263/+attachment/5490398/+files/rtl8u.log

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

Title:
  TL-WN821N V5 does not work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-signed-hwe-5.8/+bug/1925263/+subscriptions

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

[Bug 1924624] Re: After upgrade to 5.8.0-49/5.8.0-50 with Intel graphics (gen7, Haswell/Ivy Bridge) a lot of glitches render screen unusable

2021-04-20 Thread DiagonalArg
Perhaps this is related?  That's my report, and I got rid of it by using
the intel_iommu=on kernel parameter, but that introduced another error.

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1925126

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

Title:
  After upgrade to 5.8.0-49/5.8.0-50 with Intel graphics (gen7,
  Haswell/Ivy Bridge) a lot of glitches render screen unusable

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

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

[Bug 1925010] Re: shim-signed 15.4 does not boot on EFI 1.10 systems

2021-04-20 Thread Brian Murray
** Summary changed:

- shim-signed does not boot on MBA 5,2
+ shim-signed 15.4 does not boot on EFI 1.10 systems

** Description changed:

  The latest update on Hirsute made the MacBook Air from 2012 unbootable.
  
  It could be recovered by booting a 20.04 live CD, downloading 20.04's
  shim package and overwriting the files in EFI/ubuntu and EFI/BOOT with
  the files shipped in the shim package.
+ 
+ Machines Affected (not comprehensive):
+ MacBookPro8,2
+ MacBookAir5,2

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

Title:
  shim-signed 15.4 does not boot on EFI 1.10 systems

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

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

[Bug 1923870] Re: Some Neutron commands do not initilize privsep

2021-04-20 Thread OpenStack Infra
Reviewed:  https://review.opendev.org/c/openstack/neutron/+/786282
Committed: 
https://opendev.org/openstack/neutron/commit/088f1298f26ac04da0ebea2a905378690677ff70
Submitter: "Zuul (22348)"
Branch:master

commit 088f1298f26ac04da0ebea2a905378690677ff70
Author: Rodolfo Alonso Hernandez 
Date:   Wed Apr 14 16:37:08 2021 +

Initialize privsep library in Neutron commands

Since the migration to privsep, some Neutron commands execute methods
under a privsep context. The privsep library must be initialized first.

Change-Id: Icd69bca23d781bace580b3937bc8bd25b586e852
Closes-Bug: #1923870


** Changed in: neutron
   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/1923870

Title:
  Some Neutron commands do not initilize privsep

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

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

[Bug 1925261] [NEW] memory leak on AWS kernels when using docker

2021-04-20 Thread Paul Friel
Public bug reported:

Ever since the "ubuntu-bionic-18.04-amd64-server-20200729" EC2 Ubuntu
AMI was released which has the "5.3.0-1032-aws" kernel we have been
hitting a 100% repro memory leak that causes our app that is running
under docker to be OOM killed.

The scenario is that we have an app running in a docker container and it
occasionally catches a crash happening within itself and when that
happens it creates another process which triggers a gdb dump of that
parent app. Normally this works fine but under these specific kernels it
causes the memory usage to grow and grow until it hits the maximum
allowed memory for the container at which point the container is killed.

I have tested using several of the latest available Ubuntu AMIs
including the latest "ubuntu-bionic-18.04-amd64-server-20210415" which
has the "5.4.0-1045-aws" kernel and the bug still exists.

I also tested a bunch of the mainline kernels and found the fix was
introduced for this memory leak in the v5.9-rc4 kernel
(https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.9-rc4/CHANGES).

Do you all have any idea if or when that set of changes will be
backported into a supported kernel for Ubuntu 18.04 or 20.04?

Release we are running:
root@:~# lsb_release -rd
Description:Ubuntu 18.04.5 LTS
Release:18.04

Docker / containerd.io versions:
- containerd.io: 1.4.4-1
- docker-ce: 5:20.10.5~3-0~ubuntu-bionic

Latest supported kernel I tried which still sees the memory leak:
root@hostname:~# apt-cache policy linux-aws
linux-aws:
  Installed: 5.4.0.1045.27
  Candidate: 5.4.0.1045.27
  Version table:
 *** 5.4.0.1045.27 500
500 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic-updates/main 
amd64 Packages
500 http://security.ubuntu.com/ubuntu bionic-security/main amd64 
Packages
100 /var/lib/dpkg/status
 4.15.0.1007.7 500
500 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic/main amd64 
Packages

Thanks,
Paul

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

** Description changed:

  Ever since the "ubuntu-bionic-18.04-amd64-server-20200729" EC2 Ubuntu
  AMI was released which has the "5.3.0-1032-aws" kernel we have been
  hitting a 100% repro memory leak that causes our app that is running
  under docker to be OOM killed.
  
  The scenario is that we have an app running in a docker container and it
  occasionally catches a crash happening within itself and when that
  happens it creates another process which triggers a gdb dump of that
  parent app. Normally this works fine but under these specific kernels it
  causes the memory usage to grow and grow until it hits the maximum
  allowed memory for the container at which point the container is killed.
  
  I have tested using several of the latest available Ubuntu AMIs
  including the latest "ubuntu-bionic-18.04-amd64-server-20210415" which
  has the "5.4.0-1045-aws" kernel and the bug still exists.
  
  I also tested a bunch of the mainline kernels and found the fix was
  introduced for this memory leak in the v5.9-rc4 kernel
  (https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.9-rc4/CHANGES).
  
  Do you all have any idea if or when that set of changes will be
  backported into a supported kernel for Ubuntu 18.04 or 20.04?
  
  Release we are running:
  root@:~# lsb_release -rd
  Description:  Ubuntu 18.04.5 LTS
  Release:  18.04
  
  Docker / containerd.io versions:
  - containerd.io: 1.4.4-1
  - docker-ce: 5:20.10.5~3-0~ubuntu-bionic
  
  Latest supported kernel I tried which still sees the memory leak:
- root@us-east-1a-dev-devops03-reg-gs-i-04742b937b7628f05:~# apt-cache policy 
linux-aws
+ root@hostname:~# apt-cache policy linux-aws
  linux-aws:
-   Installed: 5.4.0.1045.27
-   Candidate: 5.4.0.1045.27
-   Version table:
-  *** 5.4.0.1045.27 500
- 500 http://us-east-1.ec2.archive.ubuntu.com/ubuntu 
bionic-updates/main amd64 Packages
- 500 http://security.ubuntu.com/ubuntu bionic-security/main amd64 
Packages
- 100 /var/lib/dpkg/status
-  4.15.0.1007.7 500
- 500 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic/main amd64 
Packages
+   Installed: 5.4.0.1045.27
+   Candidate: 5.4.0.1045.27
+   Version table:
+  *** 5.4.0.1045.27 500
+ 500 http://us-east-1.ec2.archive.ubuntu.com/ubuntu 
bionic-updates/main amd64 Packages
+ 500 http://security.ubuntu.com/ubuntu bionic-security/main amd64 
Packages
+ 100 /var/lib/dpkg/status
+  4.15.0.1007.7 500
+ 500 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic/main amd64 
Packages
  
  Thanks,
  Paul

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

Title:
  memory leak on AWS kernels when using docker

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com

[Bug 1912118] Re: assertion failure in message_part_finish when searching large folder

2021-04-20 Thread Bryce Harrington
** Description changed:

- I'm experiencing identical behaviour to Debian bug #970386
- (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=970386) ... Can we
- please have this fix applied to dovecot-core 1:2.3.7.2-1ubuntu3?
- Searching is fairly broken atm.
+ [Impact]
+ 
+ Searching emails triggers a assertion failure if malformed emails are
+ present in the mail box.
+ 
+ [Test Case]
+ * TBD
+ 
+ [Where Problems Could Occur]
+ This patch alters code involving iteration over a C linked list in
+ relation to an assertion, so problems to look for would involve
+ assertions, crashes or memory handling issues particularly associated
+ with message handling functionality.  Further, as this section of code
+ involves message processing, issues related to searching, organizizing,
+ or otherwise iterating through email messages may be of relevance.
+ 
+ Mitigating the risk is that the patch's actual change is simply to add a
+ pre-condition to a section of logic, meaning that any issues would
+ probably be limited to situations where preparsed messages are being
+ handled.
+ 
+ [Original Report]
+ I'm experiencing identical behaviour to Debian bug #970386 
(https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=970386) ... Can we please 
have this fix applied to dovecot-core 1:2.3.7.2-1ubuntu3? Searching is fairly 
broken atm.
  
  Thanks!

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

Title:
  assertion failure in message_part_finish when searching large folder

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

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

[Bug 1915722] Re: rustc 1.50 and cargo 0.51 will be required by a future version of firefox

2021-04-20 Thread Michael Hudson-Doyle
That's what I hoped you would say :-)

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

Title:
  rustc 1.50 and cargo 0.51 will be required by a future version of
  firefox

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

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

Re: [Bug 1919468] Re: HAProxy 2.0.13 does not close connection even though "connection: close" is sent, leaves many connections in CLOSE-WAIT state for HEAD-method requests

2021-04-20 Thread Simon Déziel
@Utkarsh, I'm not affected by this bug. I am interested in the MRE to 
fix the other 305 bugs waiting to bite me or others ;)

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

Title:
  HAProxy 2.0.13 does not close connection even though "connection:
  close" is sent, leaves many connections in CLOSE-WAIT state for HEAD-
  method requests

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

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

[Bug 1925075] Re: Gigabyte R120-T33 (ARM ThunderX SoC) fails to boot in ACPI mode

2021-04-20 Thread dann frazier
Reported upstream:
  http://lists.infradead.org/pipermail/linux-arm-kernel/2021-April/653400.html

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

Title:
  Gigabyte R120-T33 (ARM ThunderX SoC) fails to boot in ACPI mode

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

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

[Bug 1925211] Re: Hot-unplug of disks leaves broken block devices around in Hirsute on s390x

2021-04-20 Thread Brian Murray
** Summary changed:

- Hot-unplug of disks leaves broken block devices around in Hirsute
+ Hot-unplug of disks leaves broken block devices around in Hirsute on s390x

** Changed in: linux (Ubuntu Hirsute)
Milestone: None => hirsute-updates

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

Title:
  Hot-unplug of disks leaves broken block devices around in Hirsute on
  s390x

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

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

[Bug 1925259] Re: Groovy update: upstream stable patchset 2021-04-20

2021-04-20 Thread Kamal Mostafa
** Description changed:

- 
- SRU Justification
- 
- Impact:
-The upstream process for stable tree updates is quite similar
-in scope to the Ubuntu SRU process, e.g., each patch has to
-demonstrably fix a bug, and each patch is vetted by upstream
-by originating either directly from a mainline/stable Linux tree or
-a minimally backported form of that patch. The following upstream
-stable patches should be included in the Ubuntu kernel:
- 
-upstream stable patchset 2021-04-20
-from git://git.kernel.org/
+ SRU Justification
+ 
+ Impact:
+    The upstream process for stable tree updates is quite similar
+    in scope to the Ubuntu SRU process, e.g., each patch has to
+    demonstrably fix a bug, and each patch is vetted by upstream
+    by originating either directly from a mainline/stable Linux tree or
+    a minimally backported form of that patch. The following upstream
+    stable patches should be included in the Ubuntu kernel:
+ 
+    upstream stable patchset 2021-04-20
+ 
+ Ported from the following upstream stable releases:
+ v5.4.106, v5.10.24
+ 
+    from git://git.kernel.org/
+ 
+ uapi: nfnetlink_cthelper.h: fix userspace compilation error
+ powerpc/perf: Fix handling of privilege level checks in perf interrupt context
+ powerpc/pseries: Don't enforce MSI affinity with kdump
+ crypto: mips/poly1305 - enable for all MIPS processors
+ ath9k: fix transmitting to stations in dynamic SMPS mode
+ net: Fix gro aggregation for udp encaps with zero csum
+ net: check if protocol extracted by virtio_net_hdr_set_proto is correct
+ net: avoid infinite loop in mpls_gso_segment when mpls_hlen == 0
+ can: skb: can_skb_set_owner(): fix ref counting if socket was closed before 
setting skb ownership
+ can: flexcan: assert FRZ bit in flexcan_chip_freeze()
+ can: flexcan: enable RX FIFO after FRZ/HALT valid
+ can: flexcan: invoke flexcan_chip_freeze() to enter freeze mode
+ can: tcan4x5x: tcan4x5x_init(): fix initialization - clear MRAM before 
entering Normal Mode
+ tcp: Fix sign comparison bug in getsockopt(TCP_ZEROCOPY_RECEIVE)
+ tcp: add sanity tests to TCP_QUEUE_SEQ
+ netfilter: nf_nat: undo erroneous tcp edemux lookup
+ netfilter: x_tables: gpf inside xt_find_revision()
+ net: always use icmp{,v6}_ndo_send from ndo_start_xmit
+ net: phy: fix save wrong speed and duplex problem if autoneg is on
+ selftests/bpf: No need to drop the packet when there is no geneve opt
+ selftests/bpf: Mask bpf_csum_diff() return value to 16 bits in test_verifier
+ samples, bpf: Add missing munmap in xdpsock
+ libbpf: Clear map_info before each bpf_obj_get_info_by_fd
+ ibmvnic: always store valid MAC address
+ mt76: dma: do not report truncated frames to mac80211
+ powerpc/603: Fix protection of user pages mapped with PROT_NONE
+ mount: fix mounting of detached mounts onto targets that reside on shared 
mounts
+ cifs: return proper error code in statfs(2)
+ Revert "mm, slub: consider rest of partial list if acquire_slab() fails"
+ sh_eth: fix TRSCER mask for SH771x
+ net: enetc: don't overwrite the RSS indirection table when initializing
+ net: enetc: take the MDIO lock only once per NAPI poll cycle
+ net: enetc: fix incorrect TPID when receiving 802.1ad tagged packets
+ net: enetc: don't disable VLAN filtering in IFF_PROMISC mode
+ net: enetc: remove bogus write to SIRXIDR from enetc_setup_rxbdr
+ net: enetc: keep RX ring consumer index in sync with hardware
+ net: ethernet: mtk-star-emac: fix wrong unmap in RX handling
+ net/mlx4_en: update moderation when config reset
+ net: stmmac: fix incorrect DMA channel intr enable setting of EQoS v4.10
+ nexthop: Do not flush blackhole nexthops when loopback goes down
+ net: sched: avoid duplicates in classes dump
+ net: dsa: sja1105: fix SGMII PCS being forced to SPEED_UNKNOWN instead of 
SPEED_10
+ net: usb: qmi_wwan: allow qmimux add/del with master up
+ netdevsim: init u64 stats for 32bit hardware
+ cipso,calipso: resolve a number of problems with the DOI refcounts
+ net: stmmac: Fix VLAN filter delete timeout issue in Intel mGBE SGMII
+ stmmac: intel: Fixes clock registration error seen for multiple interfaces
+ net: lapbether: Remove netif_start_queue / netif_stop_queue
+ net: davicom: Fix regulator not turned off on failed probe
+ net: davicom: Fix regulator not turned off on driver removal
+ net: enetc: allow hardware timestamping on TX queues with tc-etf enabled
+ net: qrtr: fix error return code of qrtr_sendmsg()
+ s390/qeth: fix memory leak after failed TX Buffer allocation
+ r8169: fix r8168fp_adjust_ocp_cmd function
+ ixgbe: fail to create xfrm offload of IPsec tunnel mode SA
+ perf build: Fix ccache usage in $(CC) when generating arch errno table
+ net: stmmac: stop each tx channel independently
+ net: stmmac: fix watchdog timeout during suspend/resume stress test
+ net: stmmac: fix wrongly set buffer2 valid when sph unsupport
+ 

[Bug 1883315] Re: Showing esm update as installable when esm is disabled

2021-04-20 Thread Lucas Albuquerque Medeiros de Moura
[Impact]
when users are getting the message update-notifier message through apt-check 
they may find inconsistent behavior regarding ESM products. This is misleading 
since we will say to the users that they don't have ESM Infra, but they do have 
ESM infra packages that can be installed. This is poor marketing of our products

[Test case]

To reproduce the issue, you can:

1. Launch the following old version of a xenial container:
   lxc launch 
ubuntu:f4c4c60a6b752a381288ae72a1689a9da00f8e03b732c8d1b8a8fcd1a8890800 dev-x

2. Run apt update and install the updated version of update-notifier-common
3. Add the ubuntu-advantage-tools ppa:
   https://code.launchpad.net/~ua-client/+archive/ubuntu/daily
4. Install ubuntu-advantage-tools
5. Install the latest version of uaclient from the stable ppa:
   https://launchpad.net/~ua-client/+archive/ubuntu/stable/
6. Comment out all mentions of xenial-security in /etc/apt/source.list
7. Run apt update
8. Run /usr/lib/update-notifier/apt-check --human-readable
9. See a message like this:
   
UA Infra: Extended Security Maintenance (ESM) is not enabled.

256 packages can be updated.
5 of these updates are fixed through UA Infra: ESM.
5 of these updates are security updates.
To see these additional updates run: apt list --upgradable

Enable UA Infra: ESM to receive 5 additional security updates.
See https://ubuntu.com/security/esm or run: sudo ua status


To verify that the error is fixed:

1.Perform all the stages above until step 8
2 Install the new update-notifier from this ppa:
  https://launchpad.net/~lamoura/+archive/ubuntu/update-notifier-test-ppa
3. Run /usr/lib/update-notifier/apt-check --human-readable
4. See a message like this:

256 updates can be installed immediately.
5 of these updates are security updates.
To see these additional updates run: apt list --upgradable

5. We are now only showing ESM infra specific message if the distro is
ESM. To enforce that behavior, make the `is_esm_distro` function in
`/usr/lub/update-notifier/apt-check` return True, then you will see this
message:

UA Infra: Extended Security Maintenance (ESM) is not enabled.

256 updates can be installed immediately.
5 of these updates are security updates.
To see these additional updates run: apt list --upgradable

5 additional security updates can be applied with UA Infra: ESM
Learn more about enabling UA Infra: ESM service at https://ubuntu.com/esm

That is now correct.

[Where problems could occur]

The changes in this package should only be seen when MOTD is getting a
new message. If that script fails for some reason, it seems that MOTD
will only not present the message, which is doesn't seem to be a system
critical issue. Additionally, we would potentially have tracebacks in
the update-notifier logs. Finally, if the logic is also incorrect, we
would be displying incorrect ESM messages to the user. But since we are
doing this now, as this bug shows, I don't think this is critical as
well.

[Discussion]

With ESM Apps going to production soon, we have decided to update the
messages delivered by update-notifier apt-check to address the package
count of ESM Apps and the possibility of installing more upgrades if the
user has ESM Apps disabled.

We are also updating other parts of the messaging as well. First, we only 
display ESM Infra status
on ESM distros. However, we will keep showing the ESM Infra package count on 
all of them.

For ESM Apps, we are only performing the alerts (For example, that you
might have x packages updates if ESM Apps is installed) if the user is
on a LTS distro.

Since we going to perform that change, we decided to also address this
bit in the SRU, since it could harm the message we are delivering

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

Title:
  Showing esm update as installable when esm is disabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/1883315/+subscriptions

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

[Bug 1899299] Please test proposed package

2021-04-20 Thread Brian Murray
Hello Chad, or anyone else affected,

Accepted cloud-init into xenial-proposed. The package will build now and
be available at https://launchpad.net/ubuntu/+source/cloud-
init/21.1-19-gbad84ad4-0ubuntu1~16.04.2 in a few hours, and then in the
-proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
xenial to verification-done-xenial. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-xenial. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

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

Title:
  do-release-upgrade from Trusty to Xenial breaks cloud-init init-local
  on reboot

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

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

[Bug 1899299] Please test proposed package

2021-04-20 Thread Brian Murray
Hello Chad, or anyone else affected,

Accepted cloud-init into xenial-proposed. The package will build now and
be available at https://launchpad.net/ubuntu/+source/cloud-
init/21.1-19-gbad84ad4-0ubuntu1~16.04.2 in a few hours, and then in the
-proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
xenial to verification-done-xenial. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-xenial. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

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

Title:
  do-release-upgrade from Trusty to Xenial breaks cloud-init init-local
  on reboot

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

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

[Bug 1899299] Please test proposed package

2021-04-20 Thread Brian Murray
Hello Chad, or anyone else affected,

Accepted cloud-init into bionic-proposed. The package will build now and
be available at https://launchpad.net/ubuntu/+source/cloud-
init/21.1-19-gbad84ad4-0ubuntu1~18.04.2 in a few hours, and then in the
-proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
bionic to verification-done-bionic. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-bionic. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

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

** Tags added: verification-needed-xenial

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

Title:
  do-release-upgrade from Trusty to Xenial breaks cloud-init init-local
  on reboot

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

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

[Bug 1899299] Please test proposed package

2021-04-20 Thread Brian Murray
Hello Chad, or anyone else affected,

Accepted cloud-init into focal-proposed. The package will build now and
be available at https://launchpad.net/ubuntu/+source/cloud-
init/21.1-19-gbad84ad4-0ubuntu1~20.04.2 in a few hours, and then in the
-proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
focal to verification-done-focal. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-focal. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

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

** Tags added: verification-needed-bionic

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

Title:
  do-release-upgrade from Trusty to Xenial breaks cloud-init init-local
  on reboot

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

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

[Bug 1899299] Please test proposed package

2021-04-20 Thread Brian Murray
Hello Chad, or anyone else affected,

Accepted cloud-init into bionic-proposed. The package will build now and
be available at https://launchpad.net/ubuntu/+source/cloud-
init/21.1-19-gbad84ad4-0ubuntu1~18.04.2 in a few hours, and then in the
-proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
bionic to verification-done-bionic. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-bionic. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

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

Title:
  do-release-upgrade from Trusty to Xenial breaks cloud-init init-local
  on reboot

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

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

[Bug 1899299] Re: do-release-upgrade from Trusty to Xenial breaks cloud-init init-local on reboot

2021-04-20 Thread Brian Murray
Hello Chad, or anyone else affected,

Accepted cloud-init into focal-proposed. The package will build now and
be available at https://launchpad.net/ubuntu/+source/cloud-
init/21.1-19-gbad84ad4-0ubuntu1~20.04.2 in a few hours, and then in the
-proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
focal to verification-done-focal. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-focal. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

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

** Tags added: verification-needed-focal

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

Title:
  do-release-upgrade from Trusty to Xenial breaks cloud-init init-local
  on reboot

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

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

[Bug 1922739] Please test proposed package

2021-04-20 Thread Brian Murray
Hello Dan, or anyone else affected,

Accepted cloud-init into xenial-proposed. The package will build now and
be available at https://launchpad.net/ubuntu/+source/cloud-
init/21.1-19-gbad84ad4-0ubuntu1~16.04.2 in a few hours, and then in the
-proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
xenial to verification-done-xenial. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-xenial. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

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

Title:
  AttributeError: 'DataSourceNoCloud' object has no attribute
  'vendordata2_raw'

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

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

[Bug 1922739] Please test proposed package

2021-04-20 Thread Brian Murray
Hello Dan, or anyone else affected,

Accepted cloud-init into xenial-proposed. The package will build now and
be available at https://launchpad.net/ubuntu/+source/cloud-
init/21.1-19-gbad84ad4-0ubuntu1~16.04.2 in a few hours, and then in the
-proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
xenial to verification-done-xenial. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-xenial. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

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

Title:
  AttributeError: 'DataSourceNoCloud' object has no attribute
  'vendordata2_raw'

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

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

  1   2   3   4   5   >