[Bug 1865431] Re: bionic/linux-gcp: 5.0.0-1033.34 -proposed tracker

2020-03-04 Thread Łukasz Zemczak
** Changed in: kernel-sru-workflow/promote-to-proposed
   Status: Confirmed => In Progress

** Changed in: kernel-sru-workflow/promote-to-proposed
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru) => Łukasz 
Zemczak (sil2100)

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

Title:
  bionic/linux-gcp: 5.0.0-1033.34 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1865431/+subscriptions

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

[Bug 1866162] s390/pci: Fix unexpected write combine on resource

2020-03-04 Thread bugproxy
Default Comment by Bridge

** Attachment added: "s390/pci: Fix unexpected write combine on resource"
   
https://bugs.launchpad.net/bugs/1866162/+attachment/5333738/+files/0001-s390-pci-Fix-unexpected-write-combine-on-resource.patch

** Changed in: ubuntu
 Assignee: (unassigned) => Skipper Bug Screeners (skipper-screen-team)

** Package changed: ubuntu => linux (Ubuntu)

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

Title:
  [UBUNTU 20.04] ZPCI used write back addresses by default but should
  use write through

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

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

[Bug 1865570] Re: suspend only works once on ThinkPad X1 Carbon gen 7

2020-03-04 Thread Eugene Crosser
Could the culprit be enabled "wake on LAN" functionality of e1000e, that
was not enabled in 5.3?

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

Title:
  suspend only works once on ThinkPad X1 Carbon gen 7

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

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

[Bug 1866162] [NEW] [UBUNTU 20.04] ZPCI used write back addresses by default but should use write through

2020-03-04 Thread bugproxy
Public bug reported:

In the initial MIO support introduced in

commit 71ba41c9b1d9 ("s390/pci: provide support for MIO instructions")

setting up the PCI BAR resources defaults to using the
mio_wb address as the resource's start address. 

This means users of the mapping, which includes most drivers, will get
write combining on PCI Stores.

his may lead to problems when drivers expect write through
behavior when not using an explicit ioremap_wc() which is the default
behavior on other platforms.

The attached patch changes the default to write through.
It has already been reviewed and is currently queued to be send for
Linux 5.6-rc5 with a CC stable tag.

** Affects: linux (Ubuntu)
 Importance: Undecided
 Assignee: Skipper Bug Screeners (skipper-screen-team)
 Status: New


** Tags: architecture-s39064 bugnameltc-184193 severity-high 
targetmilestone-inin2004

** Tags added: architecture-s39064 bugnameltc-184193 severity-high
targetmilestone-inin2004

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

Title:
  [UBUNTU 20.04] ZPCI used write back addresses by default but should
  use write through

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

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

[Bug 1866058] Re: gadget hooks should not write to /root/snap by default

2020-03-04 Thread Maciej Borzecki
** Changed in: snapd (Ubuntu)
   Importance: Undecided => Low

** Changed in: snapd (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/1866058

Title:
  gadget hooks should not write to /root/snap by default

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

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

[Bug 1864252] Re: preseeded snap installs fail in images

2020-03-04 Thread Robert C Jennings
** Description changed:

  [Impact]
  
  Images built with pre-seeded snaps contain insufficient assertion data
  causing boot to fail.
  
  The snaps for seeding are downloaded with a custom snap tool for an
  earlier cohort API (now deprecated).  The assertions that it pulls are
  incomplete.  We could update that list and move to the new API but at
  this time the snap-tool provides no value compared to use of the snap
  CLI (cohort support has moved to the cli as well).  The development
  overhead of maintaining snap-tool in livecd-rootfs are not warranted.
  
  This patch removes the bespoke snap-tool and relies on the snap CLI
  instead.
  
  [Test Case]
  
   * Produce images that include preseeded snaps (in
  /var/lib/snapd/seed/*)
  
+  * Produce an image which does not include snaps by default from the
+ ubuntu package seed (ubuntu-cpc:minimized does this) but add a snap in a
+ binary hook.  Ensure the base snap for the specified snap is installed.
+ 
   * Boot the resulting image and ensure that the snapd.seeded unit is
  successful and the snaps (from the correct channels) show up in 'snap
  list'
  
  [Regression Potential]
  
   * The interface for these two tools is consistent and the output should
  be the same.  There's always a chance that snap-tool had quirks which a
  move to the snap CLI uncovers, where the result would be different snaps
  seeded from before the change. An example would be channel differences
  before and after this change. I haven't seen issues in my testing and I
  do think it's unlikely, mostly I'm suspicious of SRUs that don't list
  any regression potentials.
  
  [Other Info]
  
  * The snap-tool that is being removed is used only in livecd-rootfs through 
live-build/functions.   The replacement with the upstream snap cli is 
equivalent the 'info' and 'download' commands that are used.  The snap-tool 
code is using deprecated APIs which do not provide the data needed for 
pre-seeding.
  * The attached MP for Xenial is simpler as it never had snap-tool.  The 
Xenial MP is a minor change to give us parity between releases for use of the 
snap cohort key during download.

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

Title:
  preseeded snap installs fail in images

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

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

[Bug 1866156] Status changed to Confirmed

2020-03-04 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/1866156

Title:
  Wireless LAN RF is hardware blocked forever after r8153 ethernet
  connected.

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

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

[Bug 1865838] Re: no error displayed on failed fingerprint authentification

2020-03-04 Thread Alex Tu
sorry, I wanted to track the progress by "OEM Priority Project" and
assigned myself in the wrong series.

** Changed in: gdm3 (Ubuntu)
 Assignee: Alex Tu (alextu) => (unassigned)

** Changed in: oem-priority
 Assignee: (unassigned) => Alex Tu (alextu)

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

Title:
  no error displayed on failed fingerprint authentification

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

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

[Bug 1862313] Re: Support Headset Mic on HP cPC

2020-03-04 Thread Anthony Wong
** Changed in: linux (Ubuntu Focal)
   Status: Incomplete => Confirmed

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

Title:
  Support Headset Mic on HP cPC

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

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

[Bug 1866158] Re: gnome-control-center crashed with SIGSEGV in cc_display_config_set_minimum_size()

2020-03-04 Thread Apport retracing service
*** This bug is a duplicate of bug 1843699 ***
https://bugs.launchpad.net/bugs/1843699

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #1843699, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Attachment removed: "CoreDump.gz"
   
https://bugs.launchpad.net/bugs/1866158/+attachment/5333714/+files/CoreDump.gz

** Attachment removed: "Disassembly.txt"
   
https://bugs.launchpad.net/bugs/1866158/+attachment/5333716/+files/Disassembly.txt

** Attachment removed: "ProcMaps.txt"
   
https://bugs.launchpad.net/bugs/1866158/+attachment/5333720/+files/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"
   
https://bugs.launchpad.net/bugs/1866158/+attachment/5333721/+files/ProcStatus.txt

** Attachment removed: "Registers.txt"
   
https://bugs.launchpad.net/bugs/1866158/+attachment/5333722/+files/Registers.txt

** Attachment removed: "Stacktrace.txt"
   
https://bugs.launchpad.net/bugs/1866158/+attachment/5333723/+files/Stacktrace.txt

** Attachment removed: "ThreadStacktrace.txt"
   
https://bugs.launchpad.net/bugs/1866158/+attachment/5333724/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of private bug 1843699

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  gnome-control-center crashed with SIGSEGV in
  cc_display_config_set_minimum_size()

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

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

[Bug 1866157] Re: package nginx 1.10.3-0ubuntu0.16.04.5 failed to install/upgrade: Abhängigkeitsprobleme - verbleibt unkonfiguriert

2020-03-04 Thread Simon Déziel
Hello Stefan,

According to the status output, NGINX couldn't start because of this
error:

nginx: [emerg]
BIO_new_file("/etc/letsencrypt/live/mail.distict.de/fullchain.pem")
failed (SSL: error:02001002:system library:fopen:No such file or
directory:fopen('/etc/letsencrypt/live/mail.distict.de/fullchain.pem','r')
error:2006D080:BIO routines:BIO_new_file:no such file)

Since it's a local configuration issue and not a bug, I'll mark it as
invalid.

** Changed in: nginx (Ubuntu)
   Status: New => Invalid

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

Title:
  package nginx 1.10.3-0ubuntu0.16.04.5 failed to install/upgrade:
  Abhängigkeitsprobleme - verbleibt unkonfiguriert

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

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

[Bug 1865197] Re: trusty/linux-azure: 4.15.0-1074.79~14.04.1 -proposed tracker

2020-03-04 Thread Ubuntu Kernel Bot
** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  kernel-stable-master-bug: 1865198
  packages:
main: linux-azure
meta: linux-meta-azure
signed: linux-signed-azure
  phase: Holding before Promote to Proposed
  phase-changed: Thursday, 05. March 2020 05:52 UTC
  reason:
-   build-packages-ppa: Ongoing -- building in ppa main:building
+   build-packages-ppa: Ongoing -- building in ppa signed:depwait
  replaces: bug 1864744
  variant: debs

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

Title:
  trusty/linux-azure: 4.15.0-1074.79~14.04.1 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1865197/+subscriptions

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

[Bug 1863334] Re: trusty/linux-aws: 4.4.0-1063.67 -proposed tracker

2020-03-04 Thread Ubuntu Kernel Bot
*** This bug is a duplicate of bug 1865246 ***
https://bugs.launchpad.net/bugs/1865246

** This bug has been marked a duplicate of bug 1865246
   trusty/linux-aws: 4.4.0-1064.68 -proposed tracker

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

Title:
  trusty/linux-aws: 4.4.0-1063.67 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1863334/+subscriptions

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

[Bug 1865246] Re: trusty/linux-aws: 4.4.0-1064.68 -proposed tracker

2020-03-04 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/promote-to-proposed
   Status: New => Confirmed

** Tags added: block-proposed-trusty

** Tags added: block-proposed

** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
+ boot-testing-requested: true
  kernel-stable-master-bug: 1865106
  packages:
main: linux-aws
meta: linux-meta-aws
- phase: Holding before Promote to Proposed
- phase-changed: Thursday, 05. March 2020 05:32 UTC
+ phase: Ready for Promote to Proposed
+ phase-changed: Thursday, 05. March 2020 07:21 UTC
  reason:
-   build-packages-ppa: Ongoing -- building in ppa main:building
- replaces: bug 1863334
+   promote-to-proposed: Pending -- ready for review
  variant: debs

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

Title:
  trusty/linux-aws: 4.4.0-1064.68 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1865246/+subscriptions

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

[Bug 1865570] Re: suspend only works once on ThinkPad X1 Carbon gen 7

2020-03-04 Thread Eugene Crosser
5.6.0-050600rc4-generic
Same behaviour:

First time works:
[  122.113542] PM: suspend entry (s2idle)
[  122.118823] Filesystems sync: 0.005 seconds
[  122.120954] Freezing user space processes ... (elapsed 0.002 seconds) done.
[  122.12] OOM killer disabled.
[  122.123334] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) 
done.
[  122.124606] printk: Suspending console(s) (use no_console_suspend to debug)
[  122.125072] wlp0s20f3: deauthenticating from 18:d6:c7:61:95:c2 by local 
choice (Reason: 3=DEAUTH_LEAVING)
[  122.230038] e1000e: EEE TX LPI TIMER: 0011
[  122.345108] ACPI: EC: interrupt blocked
[  138.117673] ACPI: EC: interrupt unblocked
[  140.917449] iwlwifi :00:14.3: Applying debug destination EXTERNAL_DRAM
[  141.031854] iwlwifi :00:14.3: Applying debug destination EXTERNAL_DRAM
[  141.096775] iwlwifi :00:14.3: FW already configured (0) - re-configuring
[  143.796468] e1000e :00:1f.6 enp0s31f6: PHY Wakeup cause - Unicast Packet
[  144.466557] e1000e :00:1f.6 enp0s31f6: Hardware Error
[  145.195597] OOM killer enabled.
[  145.195597] Restarting tasks ... done.
[  145.213016] mei_hdcp :00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: 
bound :00:02.0 (ops i915_hdcp_component_ops [i915])
[  145.239043] PM: suspend exit

Second time fails to suspend:
[  169.696561] PM: suspend entry (s2idle)
[  169.734111] Filesystems sync: 0.037 seconds
[  169.734688] Freezing user space processes ... (elapsed 0.002 seconds) done.
[  169.736790] OOM killer disabled.
[  169.736791] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) 
done.
[  169.738032] printk: Suspending console(s) (use no_console_suspend to debug)
[  169.738318] wlp0s20f3: deauthenticating from 18:d6:c7:61:95:c2 by local 
choice (Reason: 3=DEAUTH_LEAVING)
[  169.839564] e1000e: EEE TX LPI TIMER: 0011
[  171.730682] PM: pci_pm_suspend(): e1000e_pm_suspend+0x0/0x80 [e1000e] 
returns -2
[  171.730685] PM: dpm_run_callback(): pci_pm_suspend+0x0/0x170 returns -2
[  171.730687] PM: Device :00:1f.6 failed to suspend async: error -2
[  172.997917] PM: Some devices failed to suspend, or early wake event detected
[  173.010160] iwlwifi :00:14.3: Applying debug destination EXTERNAL_DRAM
[  173.126554] iwlwifi :00:14.3: Applying debug destination EXTERNAL_DRAM
[  173.193691] iwlwifi :00:14.3: FW already configured (0) - re-configuring
[  173.222986] OOM killer enabled.
[  173.222987] Restarting tasks ... 
[  173.235209] mei_hdcp :00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: 
bound :00:02.0 (ops i915_hdcp_component_ops [i915])
[  173.235267] done.
[  173.266890] PM: suspend exit

Suspend works with eoan's 5.3.0-18-generic (same system, just booted
into the old kernel):

First time successful:
[   66.725822] PM: suspend entry (s2idle)
[   66.731748] Filesystems sync: 0.005 seconds
[   66.732769] Freezing user space processes ... (elapsed 0.002 seconds) done.
[   66.735102] OOM killer disabled.
[   66.735103] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) 
done.
[   66.736358] printk: Suspending console(s) (use no_console_suspend to debug)
[   66.737562] wlp0s20f3: deauthenticating from 18:d6:c7:61:95:c2 by local 
choice (Reason: 3=DEAUTH_LEAVING)
[   66.842558] pcieport :06:04.0: pciehp: pcie_do_write_cmd: no response 
from device
[   66.842582] pcieport :06:01.0: pciehp: pcie_do_write_cmd: no response 
from device
[   66.843126] e1000e: EEE TX LPI TIMER: 0011
[   81.464128] iwlwifi :00:14.3: Applying debug destination EXTERNAL_DRAM
[   81.582688] iwlwifi :00:14.3: Applying debug destination EXTERNAL_DRAM
[   81.650014] iwlwifi :00:14.3: FW already configured (0) - re-configuring
[   82.278399] OOM killer enabled.
[   82.278399] Restarting tasks ... done.
[   82.329029] PM: suspend exit

Second time successful too:
[  110.896082] PM: suspend entry (s2idle)
[  110.903315] Filesystems sync: 0.007 seconds
[  110.904398] Freezing user space processes ... (elapsed 0.002 seconds) done.
[  110.906958] OOM killer disabled.
[  110.906958] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) 
done.
[  110.908232] printk: Suspending console(s) (use no_console_suspend to debug)
[  110.909122] wlp0s20f3: deauthenticating from 18:d6:c7:61:95:c2 by local 
choice (Reason: 3=DEAUTH_LEAVING)
[  111.010349] pcieport :06:04.0: pciehp: pcie_do_write_cmd: no response 
from device
[  111.010410] pcieport :06:01.0: pciehp: pcie_do_write_cmd: no response 
from device
[  111.010499] e1000e: EEE TX LPI TIMER: 0011
[  137.062899] iwlwifi :00:14.3: Applying debug destination EXTERNAL_DRAM
[  137.180784] iwlwifi :00:14.3: Applying debug destination EXTERNAL_DRAM
[  137.248212] iwlwifi :00:14.3: FW already configured (0) - re-configuring
[  137.880444] OOM killer enabled.
[  137.880444] Restarting tasks ... done.
[  137.927342] PM: suspend exit

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

[Bug 1866159] [NEW] SRU: Use a snap cohort key for consistent parallel builds in Xenial

2020-03-04 Thread Robert C Jennings
Public bug reported:


[Impact] 

We have snap cohort key support in bionic and later since bug #1864252.
Adding cohort support in Xenial gives us the ability to create images in
parallel LP builds with consistent results across all suites.

[Test Case]

* Build an image which contains snaps with and without a cohort key
specified and inspect the image to ensure that the expected snaps are
preseeded.

* Ensure that the snaps in the image are not attached to the cohort key
once installed on first boot with 'snap info --verbose $snap_name'

[Regression Potential]

 * For images built without a cohort key specified we could fail the
snap download command, and the build, if this were not tested (it has
been)

[Other Info]
 
 * none

** Affects: livecd-rootfs (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/1866159

Title:
  SRU: Use a snap cohort key for consistent parallel builds in Xenial

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

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

[Bug 1866156] Re: Wireless LAN RF is hardware blocked forever after r8153 ethernet connected.

2020-03-04 Thread Che Cheng
** Tags added: originate-from-1805928

** Changed in: oem-priority
   Status: New => Triaged

** Changed in: oem-priority
   Importance: Undecided => Medium

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

Title:
  Wireless LAN RF is hardware blocked forever after r8153 ethernet
  connected.

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

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

[Bug 1865936] Re: gnome-calculator (snap) fails on 19.10

2020-03-04 Thread Maciej Borzecki
Can you do `stat /home/william/snap/gnome-calculator/544` and provide
the output?

Please include the output of `snap version` too.

** Changed in: snapd (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/1865936

Title:
  gnome-calculator (snap) fails on 19.10

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

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

[Bug 1865959] Re: plymouth hook hangs waiting for input

2020-03-04 Thread Christian Bachmaier
After installing todays officially distributed (combination of)

libplymouth5 0.9.4git20200109-0ubuntu3.3
plymouth-theme-ubuntu-text 0.9.4git20200109-0ubuntu3.3
plymouth 0.9.4git20200109-0ubuntu3.3

also the problem of comment #5 seems to be fixed.

Thanks.

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

Title:
  plymouth hook hangs waiting for input

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

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

[Bug 1866159] Re: SRU: Use a snap cohort key for consistent parallel builds in Xenial

2020-03-04 Thread Launchpad Bug Tracker
** Merge proposal linked:
   
https://code.launchpad.net/~rcj/livecd-rootfs/+git/livecd-rootfs/+merge/379689

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

Title:
  SRU: Use a snap cohort key for consistent parallel builds in Xenial

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

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

[Bug 1865199] Re: xenial/linux-fips: 4.4.0-1031.36 -proposed tracker

2020-03-04 Thread Ubuntu Kernel Bot
** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  kernel-stable-master-bug: 1865106
  packages:
main: linux-fips
meta: linux-meta-fips
signed: linux-signed-fips
  phase: Holding before Promote to Proposed
  phase-changed: Thursday, 05. March 2020 05:31 UTC
  reason:
-   build-packages-ppa: Ongoing -- building in ppa main:building
+   build-packages-ppa: Ongoing -- building in ppa meta:depwait
+ signed:depwait
  replaces: bug 1863331
  variant: debs

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

Title:
  xenial/linux-fips: 4.4.0-1031.36 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1865199/+subscriptions

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

[Bug 1826848] Re: ip_defrag.sh in net from ubuntu_kernel_selftests failed with 5.0 / 5.3 kernel

2020-03-04 Thread Po-Hsu Lin
Didn't see this issue with Eoan 5.3 on node rizzo

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

Title:
  ip_defrag.sh in net from ubuntu_kernel_selftests failed with 5.0 / 5.3
  kernel

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

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

[Bug 1862114] Re: pty03 from pty in ubuntu_ltp failed on Eoan

2020-03-04 Thread Po-Hsu Lin
Passed with Xenial 4.4.0-176-generic

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

** Changed in: ubuntu-kernel-tests
   Status: In Progress => Fix Released

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

Title:
  pty03 from pty in ubuntu_ltp failed on Eoan

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

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

[Bug 1866156] UdevDb.txt

2020-03-04 Thread Che Cheng
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1866156/+attachment/5333712/+files/UdevDb.txt

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

Title:
  Wireless LAN RF is hardware blocked forever after r8153 ethernet
  connected.

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

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

[Bug 1866156] WifiSyslog.txt

2020-03-04 Thread Che Cheng
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1866156/+attachment/5333713/+files/WifiSyslog.txt

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

Title:
  Wireless LAN RF is hardware blocked forever after r8153 ethernet
  connected.

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

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

[Bug 1866156] RfKill.txt

2020-03-04 Thread Che Cheng
apport information

** Attachment added: "RfKill.txt"
   https://bugs.launchpad.net/bugs/1866156/+attachment/5333711/+files/RfKill.txt

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

Title:
  Wireless LAN RF is hardware blocked forever after r8153 ethernet
  connected.

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

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

[Bug 1866156] ProcInterrupts.txt

2020-03-04 Thread Che Cheng
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1866156/+attachment/5333708/+files/ProcInterrupts.txt

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

Title:
  Wireless LAN RF is hardware blocked forever after r8153 ethernet
  connected.

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

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

[Bug 1866156] ProcModules.txt

2020-03-04 Thread Che Cheng
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1866156/+attachment/5333709/+files/ProcModules.txt

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

Title:
  Wireless LAN RF is hardware blocked forever after r8153 ethernet
  connected.

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

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

[Bug 1866156] CRDA.txt

2020-03-04 Thread Che Cheng
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1866156/+attachment/5333701/+files/CRDA.txt

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

Title:
  Wireless LAN RF is hardware blocked forever after r8153 ethernet
  connected.

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

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

[Bug 1866156] Re: Wireless LAN RF is hardware blocked forever after r8153 ethernet connected.

2020-03-04 Thread Che Cheng
apport information

** Tags added: apport-collected bionic

** Description changed:

  Dell laptops have an option for power management in the BIOS setting to
  control WLAN radio. If enabled, it will sense the connection of the
  system to a wired network and subsequently disable the selected wireless
  radios (WLAN and/or WWAN). Upon disconnection from the wired network,
  the selected wireless radios will be re-enabled.
  
- When Dell docking station (the ethernet is Realtek r8153 USB
- controller), with runtime PM enabled, is the wired network, WLAN radio
- won't be re-enabled after unplugging ethernet cable. By checking rfkill,
- the radio is hard blocked. Disable runtime PM of the r8153 USB device
- can work around this issue.
+ When Dell docking station (the ethernet is Realtek r8153 USB controller), 
with runtime PM enabled, is the wired network, WLAN radio won't be re-enabled 
after unplugging ethernet cable. By checking rfkill, the radio is hard blocked. 
Disable runtime PM of the r8153 USB device can work around this issue.
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.9-0ubuntu7.9
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  u  2160 F pulseaudio
+ CurrentDesktop: ubuntu:GNOME
+ DistributionChannelDescriptor:
+  # This is the distribution channel descriptor for the OEM CDs
+  # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
+  canonical-oem-somerville-bionic-amd64-20190418-59+beaver-osp1-highsparrow+X32
+ DistroRelease: Ubuntu 18.04
+ InstallationDate: Installed on 2020-01-10 (54 days ago)
+ InstallationMedia: Ubuntu 18.04 "Bionic" - Build amd64 LIVE Binary 
20190418-12:10
+ MachineType: Dell Inc. Latitude 9510
+ Package: linux (not installed)
+ ProcEnviron:
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcFB: 0 inteldrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.0.0-1040-oem-osp1 
root=UUID=d12aa9db-fdec-46cc-aefd-77a0c7e61db2 ro thunderbolt.dyndbg=+p quiet 
splash vt.handoff=1
+ ProcVersionSignature: Ubuntu 5.0.0-1040.45-oem-osp1 5.0.21
+ RelatedPackageVersions:
+  linux-restricted-modules-5.0.0-1040-oem-osp1 N/A
+  linux-backports-modules-5.0.0-1040-oem-osp1  N/A
+  linux-firmware   1.173.14
+ Tags:  bionic
+ Uname: Linux 5.0.0-1040-oem-osp1 x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 12/24/2019
+ dmi.bios.vendor: Dell Inc.
+ dmi.bios.version: 0.2.6
+ dmi.board.vendor: Dell Inc.
+ dmi.chassis.type: 31
+ dmi.chassis.vendor: Dell Inc.
+ dmi.modalias: 
dmi:bvnDellInc.:bvr0.2.6:bd12/24/2019:svnDellInc.:pnLatitude9510:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct31:cvr:
+ dmi.product.family: Latitude
+ dmi.product.name: Latitude 9510
+ dmi.product.sku: 0983
+ dmi.sys.vendor: Dell Inc.

** Attachment added: "AlsaInfo.txt"
   
https://bugs.launchpad.net/bugs/1866156/+attachment/5333700/+files/AlsaInfo.txt

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

Title:
  Wireless LAN RF is hardware blocked forever after r8153 ethernet
  connected.

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

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

[Bug 1866156] Lsusb.txt

2020-03-04 Thread Che Cheng
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1866156/+attachment/5333705/+files/Lsusb.txt

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

Title:
  Wireless LAN RF is hardware blocked forever after r8153 ethernet
  connected.

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

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

[Bug 1866156] IwConfig.txt

2020-03-04 Thread Che Cheng
apport information

** Attachment added: "IwConfig.txt"
   
https://bugs.launchpad.net/bugs/1866156/+attachment/5333703/+files/IwConfig.txt

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

Title:
  Wireless LAN RF is hardware blocked forever after r8153 ethernet
  connected.

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

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

[Bug 1866156] ProcCpuinfoMinimal.txt

2020-03-04 Thread Che Cheng
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1866156/+attachment/5333707/+files/ProcCpuinfoMinimal.txt

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

Title:
  Wireless LAN RF is hardware blocked forever after r8153 ethernet
  connected.

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

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

[Bug 1866156] PulseList.txt

2020-03-04 Thread Che Cheng
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1866156/+attachment/5333710/+files/PulseList.txt

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

Title:
  Wireless LAN RF is hardware blocked forever after r8153 ethernet
  connected.

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

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

[Bug 1866156] ProcCpuinfo.txt

2020-03-04 Thread Che Cheng
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1866156/+attachment/5333706/+files/ProcCpuinfo.txt

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

Title:
  Wireless LAN RF is hardware blocked forever after r8153 ethernet
  connected.

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

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

[Bug 1866156] Lspci.txt

2020-03-04 Thread Che Cheng
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1866156/+attachment/5333704/+files/Lspci.txt

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

Title:
  Wireless LAN RF is hardware blocked forever after r8153 ethernet
  connected.

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

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

[Bug 1866156] CurrentDmesg.txt

2020-03-04 Thread Che Cheng
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1866156/+attachment/5333702/+files/CurrentDmesg.txt

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

Title:
  Wireless LAN RF is hardware blocked forever after r8153 ethernet
  connected.

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

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

[Bug 1834671] Re: TLSv1.3 client certificate authentication with renegotiation unsupported in browsers

2020-03-04 Thread Mathew Hodson
** No longer affects: apache2 (Ubuntu)

** No longer affects: apache2 (Ubuntu Bionic)

** No longer affects: apache2 (Ubuntu Disco)

** No longer affects: apache2 (Ubuntu Eoan)

** No longer affects: chromium (Ubuntu)

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

Title:
  TLSv1.3 client certificate authentication with renegotiation
  unsupported in browsers

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

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

[Bug 1866157] [NEW] package nginx 1.10.3-0ubuntu0.16.04.5 failed to install/upgrade: Abhängigkeitsprobleme - verbleibt unkonfiguriert

2020-03-04 Thread Stefan Meyer
Public bug reported:

Hallo,
Alle ist OK

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: nginx 1.10.3-0ubuntu0.16.04.5
ProcVersionSignature: Ubuntu 4.15.0-88.88~16.04.1-generic 4.15.18
Uname: Linux 4.15.0-88-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.21
AptOrdering:
 libarchive13: Install
 nginx-core: Configure
 nginx: Configure
 libarchive13: Configure
 NULL: ConfigurePending
Architecture: amd64
Date: Tue Mar  3 07:29:07 2020
DpkgHistoryLog:
 Start-Date: 2020-03-03  07:28:49
 Commandline: /usr/bin/unattended-upgrade
 Upgrade: libarchive13:amd64 (3.1.2-11ubuntu0.16.04.7, 3.1.2-11ubuntu0.16.04.8)
ErrorMessage: Abhängigkeitsprobleme - verbleibt unkonfiguriert
InstallationDate: Installed on 2019-08-27 (191 days ago)
InstallationMedia: Ubuntu 16.04.5 LTS "Xenial Xerus" - Release amd64 (20180731)
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.6
 apt  1.2.32
SourcePackage: nginx
Title: package nginx 1.10.3-0ubuntu0.16.04.5 failed to install/upgrade: 
Abhängigkeitsprobleme - verbleibt unkonfiguriert
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package xenial

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

Title:
  package nginx 1.10.3-0ubuntu0.16.04.5 failed to install/upgrade:
  Abhängigkeitsprobleme - verbleibt unkonfiguriert

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

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

[Bug 1862114] Re: pty03 from pty in ubuntu_ltp failed on Eoan

2020-03-04 Thread Po-Hsu Lin
Passed with Eoan 5.3.0-42.34
 pty03.c:127: PASS: Did not crash with GSM TTY discipline

 Summary:
 passed 9
 failed 0
 skipped 0
 warnings 0
 tag=pty03 stime=1583154902 dur=186 exit=exited stat=0 core=no cu=19624 cs=7948

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

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

Title:
  pty03 from pty in ubuntu_ltp failed on Eoan

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

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

[Bug 1866156] [NEW] Wireless LAN RF is hardware blocked forever after r8153 ethernet connected.

2020-03-04 Thread Che Cheng
Public bug reported:

Dell laptops have an option for power management in the BIOS setting to
control WLAN radio. If enabled, it will sense the connection of the
system to a wired network and subsequently disable the selected wireless
radios (WLAN and/or WWAN). Upon disconnection from the wired network,
the selected wireless radios will be re-enabled.

When Dell docking station (the ethernet is Realtek r8153 USB controller), with 
runtime PM enabled, is the wired network, WLAN radio won't be re-enabled after 
unplugging ethernet cable. By checking rfkill, the radio is hard blocked. 
Disable runtime PM of the r8153 USB device can work around this issue.
--- 
ProblemType: Bug
ApportVersion: 2.20.9-0ubuntu7.9
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  u  2160 F pulseaudio
CurrentDesktop: ubuntu:GNOME
DistributionChannelDescriptor:
 # This is the distribution channel descriptor for the OEM CDs
 # For more information see http://wiki.ubuntu.com/DistributionChannelDescriptor
 canonical-oem-somerville-bionic-amd64-20190418-59+beaver-osp1-highsparrow+X32
DistroRelease: Ubuntu 18.04
InstallationDate: Installed on 2020-01-10 (54 days ago)
InstallationMedia: Ubuntu 18.04 "Bionic" - Build amd64 LIVE Binary 
20190418-12:10
MachineType: Dell Inc. Latitude 9510
Package: linux (not installed)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.0.0-1040-oem-osp1 
root=UUID=d12aa9db-fdec-46cc-aefd-77a0c7e61db2 ro thunderbolt.dyndbg=+p quiet 
splash vt.handoff=1
ProcVersionSignature: Ubuntu 5.0.0-1040.45-oem-osp1 5.0.21
RelatedPackageVersions:
 linux-restricted-modules-5.0.0-1040-oem-osp1 N/A
 linux-backports-modules-5.0.0-1040-oem-osp1  N/A
 linux-firmware   1.173.14
Tags:  bionic
Uname: Linux 5.0.0-1040-oem-osp1 x86_64
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
_MarkForUpload: True
dmi.bios.date: 12/24/2019
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 0.2.6
dmi.board.vendor: Dell Inc.
dmi.chassis.type: 31
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvr0.2.6:bd12/24/2019:svnDellInc.:pnLatitude9510:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct31:cvr:
dmi.product.family: Latitude
dmi.product.name: Latitude 9510
dmi.product.sku: 0983
dmi.sys.vendor: Dell Inc.

** Affects: oem-priority
 Importance: Undecided
 Assignee: Che Cheng (cktenn)
 Status: New

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


** Tags: apport-collected bionic ihv-realtek

** Attachment added: "Ubuntu 18.04 + Docking + WLAN Radio Issue.mp4"
   
https://bugs.launchpad.net/bugs/1866156/+attachment/5333692/+files/Ubuntu%2018.04%20+%20Docking%20+%20WLAN%20Radio%20Issue.mp4

** Also affects: oem-priority
   Importance: Undecided
   Status: New

** Changed in: oem-priority
 Assignee: (unassigned) => Che Cheng (cktenn)

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

Title:
  Wireless LAN RF is hardware blocked forever after r8153 ethernet
  connected.

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

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

[Bug 1865845] Re: No UI indication for fingerprint enrolling progress

2020-03-04 Thread Alex Tu
I just also verified on Lenovo X230 with fingerprint device 147e:2020
the UI indication for fingerprint enrolling progress looks good.
So, I'm wondering if the issue is caused by private built IHV proprietary 
driver + libfprintd pkgs.
I will check it again while get the latest IHV driver which built with latest 
V1.90.1+tod1.

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

Title:
  No UI indication for fingerprint enrolling progress

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

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

[Bug 1865190] Re: eoan/linux-azure: 5.3.0-1015.16 -proposed tracker

2020-03-04 Thread Ubuntu Kernel Bot
** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1865111
  packages:
lrm: linux-restricted-modules-azure
main: linux-azure
meta: linux-meta-azure
signed: linux-signed-azure
  phase: Testing
  phase-changed: Tuesday, 03. March 2020 18:21 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
automated-testing: Stalled -- testing FAILED
regression-testing: Ongoing -- testing in progress
security-signoff: Pending -- waiting for signoff
stakeholder-signoff: Stalled -- waiting for signoff
verification-testing: Ongoing -- testing in progress
  trackers:
-   bionic/linux-azure-5.3: bug 1865189
+   bionic/linux-azure-5.3: bug 1863273, bug 1865189
  variant: debs

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

Title:
  eoan/linux-azure: 5.3.0-1015.16 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1865190/+subscriptions

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

[Bug 1865479] Re: xenial/linux-oracle: -proposed tracker

2020-03-04 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/prepare-package
   Status: New => Confirmed

** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  kernel-stable-master-bug: 1865480
  packages:
main: linux-oracle
meta: linux-meta-oracle
signed: linux-signed-oracle
- phase: Holding before Packaging
- phase-changed: Monday, 02. March 2020 12:44 UTC
+ phase: Ready for Packaging
+ phase-changed: Thursday, 05. March 2020 06:52 UTC
  reason:
-   prepare-package: Holding -- waiting for master bug
+   prepare-package: Pending -- version not specified
  variant: debs

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

Title:
  xenial/linux-oracle:  -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1865479/+subscriptions

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

[Bug 1865480] Re: bionic/linux-oracle: 4.15.0-1035.38 -proposed tracker

2020-03-04 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/prepare-package
   Status: In Progress => Fix Committed

** Changed in: kernel-sru-workflow/prepare-package
   Status: Fix Committed => Fix Released

** Changed in: kernel-sru-workflow/prepare-package-lrm
   Status: In Progress => Fix Committed

** Changed in: kernel-sru-workflow/prepare-package-lrm
   Status: Fix Committed => Fix Released

** Changed in: kernel-sru-workflow/prepare-package-meta
   Status: In Progress => Fix Committed

** Changed in: kernel-sru-workflow/prepare-package-meta
   Status: Fix Committed => Fix Released

** Changed in: kernel-sru-workflow/prepare-package-signed
   Status: In Progress => Fix Committed

** Changed in: kernel-sru-workflow/prepare-package-signed
   Status: Fix Committed => Fix Released

** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  kernel-stable-master-bug: 1865109
  packages:
lrm: linux-restricted-modules-oracle
main: linux-oracle
meta: linux-meta-oracle
signed: linux-signed-oracle
- phase: Packaging
- phase-changed: Thursday, 05. March 2020 06:12 UTC
+ phase: Holding before Promote to Proposed
+ phase-changed: Thursday, 05. March 2020 06:51 UTC
  reason:
-   prepare-package: Pending -- package not yet uploaded
-   prepare-package-lrm: Pending -- package not yet uploaded
-   prepare-package-meta: Pending -- package not yet uploaded
-   prepare-package-signed: Pending -- package not yet uploaded
+   build-packages-ppa: Ongoing -- building in ppa main:building
  trackers:
xenial/linux-oracle: bug 1865479
  variant: debs

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

Title:
  bionic/linux-oracle: 4.15.0-1035.38 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1865480/+subscriptions

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

[Bug 1865106] Re: xenial/linux: 4.4.0-176.206 -proposed tracker

2020-03-04 Thread Ubuntu Kernel Bot
** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  boot-testing-requested: true
  bugs-spammed: true
  packages:
main: linux
meta: linux-meta
signed: linux-signed
  phase: Testing
  phase-changed: Friday, 28. February 2020 19:21 UTC
  reason:
automated-testing: Stalled -- testing FAILED
certification-testing: Ongoing -- testing in progress
security-signoff: Stalled -- waiting for signoff
verification-testing: Ongoing -- testing in progress
  trackers:
-   trusty/linux-aws: bug 1865246
+   trusty/linux-aws: bug 1863334, bug 1865246
trusty/linux-lts-xenial: bug 1865143
xenial/linux-aws: bug 1865245
xenial/linux-cascade: bug 1863314
-   xenial/linux-fips: bug 1865199
+   xenial/linux-fips: bug 1863331, bug 1865199
xenial/linux-kvm: bug 1865243
xenial/linux/caracalla-kernel: bug 1865103
xenial/linux/pc-kernel: bug 1865104
xenial/linux/stlouis-kernel: bug 1865105
  variant: debs

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

Title:
  xenial/linux: 4.4.0-176.206 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1865106/+subscriptions

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

[Bug 1865419] Re: bionic/linux-aws-fips: 4.15.0-2012.12 -proposed tracker

2020-03-04 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/promote-to-proposed
   Status: New => Confirmed

** Tags added: block-proposed-bionic

** Tags added: block-proposed

** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
+ boot-testing-requested: true
  kernel-stable-master-bug: 1865269
  packages:
lrm: linux-restricted-modules-aws-fips
main: linux-aws-fips
meta: linux-meta-aws-fips
signed: linux-signed-aws-fips
- phase: Holding before Promote to Proposed
- phase-changed: Thursday, 05. March 2020 03:59 UTC
+ phase: Ready for Promote to Proposed
+ phase-changed: Thursday, 05. March 2020 06:41 UTC
  reason:
-   build-packages-ppa: Ongoing -- building in ppa lrm:depwait
- meta:depwait signed:depwait
+   promote-to-proposed: Pending -- ready for review
  replaces: bug 1864732
  variant: debs

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

Title:
  bionic/linux-aws-fips: 4.15.0-2012.12 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1865419/+subscriptions

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

[Bug 1866152] [NEW] UEFI prevents live version from loading 18.04

2020-03-04 Thread Trent Tschirgi
Public bug reported:

System: Lenovo ThinkPad E590
64-bit core i7 processor
UEFI
Preloaded with Win 10 booting from UEFI

Process attempted to dual-boot Ubuntu 18.04 with Windows 10;

Unable to run Ubuntu 18.04 installer from a flash key.
System gave one long beep, computer restarted.

Disabled Bitlocker under Windows
Disabled Secure Boote in UEFI

Attempted to start from flash key again,
with Ubuntu 18.04 64-bit

Received error message on black screen:

Failed to open efi\BOOT\mmx64.efi
Failed to load image efi\BOOT\mmx64.efi not found
Failed to start Mokmanager
Something has gone seriously wrong
import_mok state failed(): not found

Attempted to force boot Ubuntu 18.04 from flash drive using Supergrub
2-beta.

Supergrub message:
"Sorry but we are booted via UEFI and can not load this OS.  Please try booting 
SG2D via BIOS compatibility mode.  Press ESC to return to main menu."  

So it looks like I can't use the 18.04 installer to load Ubuntu on my
laptop under UEFI-- It may be possible to do it under Legacy/BIOS, but
then I can not have a dual-boot system.

** Affects: syslinux (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/1866152

Title:
  UEFI prevents live version from loading 18.04

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

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

[Bug 1727908] Re: Software & Updates application does not permit changes on the "Other Software" tab

2020-03-04 Thread Bjoern H.
Agreed, the low activity could be because the bug is confirmed,
reproduced and set at high priority. Most users who face the same issue
(myself included) won't see any reason to add to the issue when a
solution seems to be on its way.

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

Title:
  Software & Updates application does not permit changes on the "Other
  Software" tab

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

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

[Bug 1865189] Re: bionic/linux-azure-5.3: 5.3.0-1015.16~18.04.1 -proposed tracker

2020-03-04 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/prepare-package
   Status: In Progress => Fix Committed

** Changed in: kernel-sru-workflow/prepare-package
   Status: Fix Committed => Fix Released

** Changed in: kernel-sru-workflow/prepare-package-lrm
   Status: In Progress => Fix Committed

** Changed in: kernel-sru-workflow/prepare-package-lrm
   Status: Fix Committed => Fix Released

** Changed in: kernel-sru-workflow/prepare-package-meta
   Status: In Progress => Fix Committed

** Changed in: kernel-sru-workflow/prepare-package-meta
   Status: Fix Committed => Fix Released

** Changed in: kernel-sru-workflow/prepare-package-signed
   Status: In Progress => Fix Committed

** Changed in: kernel-sru-workflow/prepare-package-signed
   Status: Fix Committed => Fix Released

** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  kernel-stable-master-bug: 1865190
  packages:
lrm: linux-restricted-modules-azure-5.3
main: linux-azure-5.3
meta: linux-meta-azure-5.3
signed: linux-signed-azure-5.3
- phase: Packaging
- phase-changed: Tuesday, 03. March 2020 08:02 UTC
+ phase: Holding before Promote to Proposed
+ phase-changed: Thursday, 05. March 2020 06:13 UTC
  reason:
-   prepare-package: Pending -- package not yet uploaded
-   prepare-package-lrm: Pending -- package not yet uploaded
-   prepare-package-meta: Pending -- package not yet uploaded
-   prepare-package-signed: Pending -- package not yet uploaded
+   build-packages-ppa: Ongoing -- building in ppa main:building
  replaces: bug 1863273
  variant: debs

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

Title:
  bionic/linux-azure-5.3: 5.3.0-1015.16~18.04.1 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1865189/+subscriptions

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

[Bug 1865480] Re: bionic/linux-oracle: 4.15.0-1035.38 -proposed tracker

2020-03-04 Thread Ubuntu Kernel Bot
** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  kernel-stable-master-bug: 1865109
  packages:
lrm: linux-restricted-modules-oracle
main: linux-oracle
meta: linux-meta-oracle
signed: linux-signed-oracle
- phase: Ready for Packaging
- phase-changed: Monday, 02. March 2020 12:45 UTC
+ phase: Packaging
+ phase-changed: Thursday, 05. March 2020 06:12 UTC
  reason:
-   prepare-package: Pending -- version not specified
+   prepare-package: Pending -- package not yet uploaded
+   prepare-package-lrm: Pending -- package not yet uploaded
+   prepare-package-meta: Pending -- package not yet uploaded
+   prepare-package-signed: Pending -- package not yet uploaded
  trackers:
xenial/linux-oracle: bug 1865479
  variant: debs

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

Title:
  bionic/linux-oracle: 4.15.0-1035.38 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1865480/+subscriptions

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

[Bug 1865197] Re: trusty/linux-azure: 4.15.0-1074.79~14.04.1 -proposed tracker

2020-03-04 Thread Ubuntu Kernel Bot
** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  kernel-stable-master-bug: 1865198
  packages:
main: linux-azure
meta: linux-meta-azure
signed: linux-signed-azure
  phase: Holding before Promote to Proposed
  phase-changed: Thursday, 05. March 2020 05:52 UTC
  reason:
-   build-packages-ppa: Pending -- building in ppa main:building
- meta:queued
+   build-packages-ppa: Ongoing -- building in ppa main:building
  replaces: bug 1864744
  variant: debs

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

Title:
  trusty/linux-azure: 4.15.0-1074.79~14.04.1 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1865197/+subscriptions

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

[Bug 1865959] Re: plymouth hook hangs waiting for input

2020-03-04 Thread Frank Heimes
** Changed in: ubuntu-power-systems
   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/1865959

Title:
  plymouth hook hangs waiting for input

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

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

[Bug 1863273] Re: bionic/linux-azure-5.3: 5.3.0-1014.15~18.04.1 -proposed tracker

2020-03-04 Thread Ubuntu Kernel Bot
** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  boot-testing-requested: true
- kernel-stable-master-bug: 1863274
+ kernel-stable-master-bug: 1865190
  packages:
lrm: linux-restricted-modules-azure-5.3
main: linux-azure-5.3
meta: linux-meta-azure-5.3
signed: linux-signed-azure-5.3
  phase: Testing
  phase-changed: Thursday, 20. February 2020 14:57 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
security-signoff: Stalled -- waiting for signoff
stakeholder-signoff: Stalled -- waiting for signoff
verification-testing: Ongoing -- testing in progress
  variant: debs

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

Title:
  bionic/linux-azure-5.3: 5.3.0-1014.15~18.04.1 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1863273/+subscriptions

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

[Bug 1864188] Re: After the upgrade of 19.10 on 2020-02-18, wifi does not exist

2020-03-04 Thread Jeremie Lemieux
Affected user here

Lenovo Ideapad S 530.

NAME="Ubuntu"
VERSION="18.04.4 LTS (Bionic Beaver)"

Solving the problem temporarily by booting under
5.3.0-28-generic, 

Until 5.3.0-40 will have a patch released.

Let me know if I can provide logs to help with the process, or if there
is a better fix available.

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

Title:
  After the upgrade of 19.10 on 2020-02-18, wifi does not exist

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

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

[Bug 1865480] Re: bionic/linux-oracle: 4.15.0-1035.38 -proposed tracker

2020-03-04 Thread Khaled El Mously
** Summary changed:

- bionic/linux-oracle:  -proposed tracker
+ bionic/linux-oracle: 4.15.0-1035.38 -proposed tracker

** Changed in: kernel-sru-workflow/prepare-package
   Status: Confirmed => In Progress

** Changed in: kernel-sru-workflow/prepare-package
 Assignee: Canonical Kernel Team (canonical-kernel-team) => Khaled El 
Mously (kmously)

** Changed in: kernel-sru-workflow/prepare-package-lrm
   Status: New => In Progress

** Changed in: kernel-sru-workflow/prepare-package-lrm
 Assignee: Canonical Kernel Team (canonical-kernel-team) => Khaled El 
Mously (kmously)

** Changed in: kernel-sru-workflow/prepare-package-meta
   Status: New => In Progress

** Changed in: kernel-sru-workflow/prepare-package-meta
 Assignee: Canonical Kernel Team (canonical-kernel-team) => Khaled El 
Mously (kmously)

** Changed in: kernel-sru-workflow/prepare-package-signed
   Status: New => In Progress

** Changed in: kernel-sru-workflow/prepare-package-signed
 Assignee: Canonical Kernel Team (canonical-kernel-team) => Khaled El 
Mously (kmously)

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

Title:
  bionic/linux-oracle: 4.15.0-1035.38 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1865480/+subscriptions

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

[Bug 1865110] Re: disco/linux: 5.0.0-43.47 -proposed tracker

2020-03-04 Thread Ubuntu Kernel Bot
** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  boot-testing-requested: true
  bugs-spammed: true
  packages:
lrm: linux-restricted-modules
main: linux
meta: linux-meta
signed: linux-signed
  phase: Testing
  phase-changed: Friday, 28. February 2020 17:32 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
automated-testing: Ongoing -- testing in progress
verification-testing: Ongoing -- testing in progress
  trackers:
-   bionic/linux-aws-5.0: bug 1865434, bug 1863281
+   bionic/linux-aws-5.0: bug 1865434
bionic/linux-azure: bug 1865193
bionic/linux-bluefield: bug 1863295
-   bionic/linux-gcp: bug 1865431, bug 1863289
+   bionic/linux-gcp: bug 1865431
bionic/linux-gke-5.0: bug 1865429
bionic/linux-hwe-5.0: bug 1865140
bionic/linux-oem-osp1: bug 1865205
-   bionic/linux-oracle-5.0: bug 1863296, bug 1865422
+   bionic/linux-oracle-5.0: bug 1865422
  variant: debs

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

Title:
  disco/linux: 5.0.0-43.47 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1865110/+subscriptions

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

[Bug 1865197] Re: trusty/linux-azure: 4.15.0-1074.79~14.04.1 -proposed tracker

2020-03-04 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/prepare-package
   Status: In Progress => Fix Committed

** Changed in: kernel-sru-workflow/prepare-package
   Status: Fix Committed => Fix Released

** Changed in: kernel-sru-workflow/prepare-package-meta
   Status: In Progress => Fix Committed

** Changed in: kernel-sru-workflow/prepare-package-meta
   Status: Fix Committed => Fix Released

** Changed in: kernel-sru-workflow/prepare-package-signed
   Status: In Progress => Fix Committed

** Changed in: kernel-sru-workflow/prepare-package-signed
   Status: Fix Committed => Fix Released

** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  kernel-stable-master-bug: 1865198
  packages:
main: linux-azure
meta: linux-meta-azure
signed: linux-signed-azure
- phase: Packaging
- phase-changed: Wednesday, 04. March 2020 03:51 UTC
+ phase: Holding before Promote to Proposed
+ phase-changed: Thursday, 05. March 2020 05:52 UTC
  reason:
-   prepare-package: Pending -- package not yet uploaded
-   prepare-package-meta: Pending -- package not yet uploaded
-   prepare-package-signed: Pending -- package not yet uploaded
+   build-packages-ppa: Pending -- building in ppa main:building
+ meta:queued
  replaces: bug 1864744
  variant: debs

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

Title:
  trusty/linux-azure: 4.15.0-1074.79~14.04.1 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1865197/+subscriptions

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

[Bug 1864744] Re: trusty/linux-azure: 4.15.0-1073.78~14.04.1 -proposed tracker

2020-03-04 Thread Ubuntu Kernel Bot
** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  boot-testing-requested: true
- kernel-stable-master-bug: 1864745
+ kernel-stable-master-bug: 1865198
  packages:
main: linux-azure
meta: linux-meta-azure
signed: linux-signed-azure
  phase: Testing
  phase-changed: Thursday, 27. February 2020 21:03 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
stakeholder-signoff: Stalled -- waiting for signoff
verification-testing: Ongoing -- testing in progress
  variant: debs

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

Title:
  trusty/linux-azure: 4.15.0-1073.78~14.04.1 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1864744/+subscriptions

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

[Bug 1866149] [NEW] CONFIG_BASE_SMALL=1 restricts pid space, which conflicts with systemd default sysctl

2020-03-04 Thread David Monro
Public bug reported:

I'm not completely sure which package to log this against.

I'm running the kvm focal minimal cloud image from 20200302. I noticed
on boot that there was an error complaining that systemd-systemctl
couldn't update pid_max to the value it wanted:

systemd-sysctl[117]: Couldn't write '4194304' to 'kernel/pid_max':
Invalid argument

Digging into it a bit more, this comes from /usr/lib/sysctl.d/50-pid-max.conf:
# Bump the numeric PID range to its maximum of 2^22 (from the in-kernel default
# of 2^16), to make PID collisions less likely.
kernel.pid_max = 4194304

However, the linux-image-kvm kernel is compiled with
CONFIG_BASE_SMALL=1

and this triggers the following code in include/linux/threads.h

#define PID_MAX_LIMIT (CONFIG_BASE_SMALL ? PAGE_SIZE * 8 : \
(sizeof(long) > 4 ? 4 * 1024 * 1024 : PID_MAX_DEFAULT))

which means that if CONFIG_BASE_SMALL is set we get a maximum limit of
PAGE_SIZE * 8, which on x86 would be 32768.

As a workaround I can override it with a file in /etc/sysctl.d/ but this
shouldn't be needed.

I really don't know if CONFIG_BASE_SMALL makes any sense on x86 cloud
images, they really aren't small machines in the scheme of things!

Cheers

David

** Affects: linux-kvm (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/1866149

Title:
  CONFIG_BASE_SMALL=1 restricts pid space, which conflicts with systemd
  default sysctl

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

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

[Bug 1865199] Re: xenial/linux-fips: 4.4.0-1031.36 -proposed tracker

2020-03-04 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/prepare-package
   Status: In Progress => Fix Committed

** Changed in: kernel-sru-workflow/prepare-package
   Status: Fix Committed => Fix Released

** Changed in: kernel-sru-workflow/prepare-package-meta
   Status: In Progress => Fix Committed

** Changed in: kernel-sru-workflow/prepare-package-meta
   Status: Fix Committed => Fix Released

** Changed in: kernel-sru-workflow/prepare-package-signed
   Status: In Progress => Fix Committed

** Changed in: kernel-sru-workflow/prepare-package-signed
   Status: Fix Committed => Fix Released

** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  kernel-stable-master-bug: 1865106
  packages:
main: linux-fips
meta: linux-meta-fips
signed: linux-signed-fips
- phase: Packaging
- phase-changed: Tuesday, 03. March 2020 02:46 UTC
+ phase: Holding before Promote to Proposed
+ phase-changed: Thursday, 05. March 2020 05:31 UTC
  reason:
-   prepare-package: Pending -- package not yet uploaded
-   prepare-package-meta: Pending -- package not yet uploaded
-   prepare-package-signed: Pending -- package not yet uploaded
+   build-packages-ppa: Ongoing -- building in ppa main:building
  replaces: bug 1863331
  variant: debs

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

Title:
  xenial/linux-fips: 4.4.0-1031.36 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1865199/+subscriptions

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

[Bug 1865246] Re: trusty/linux-aws: 4.4.0-1064.68 -proposed tracker

2020-03-04 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/prepare-package
   Status: In Progress => Fix Committed

** Changed in: kernel-sru-workflow/prepare-package
   Status: Fix Committed => Fix Released

** Changed in: kernel-sru-workflow/prepare-package-meta
   Status: In Progress => Fix Committed

** Changed in: kernel-sru-workflow/prepare-package-meta
   Status: Fix Committed => Fix Released

** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  kernel-stable-master-bug: 1865106
  packages:
main: linux-aws
meta: linux-meta-aws
- phase: Packaging
- phase-changed: Tuesday, 03. March 2020 18:01 UTC
+ phase: Holding before Promote to Proposed
+ phase-changed: Thursday, 05. March 2020 05:32 UTC
  reason:
-   prepare-package: Pending -- package not yet uploaded
-   prepare-package-meta: Pending -- package not yet uploaded
+   build-packages-ppa: Ongoing -- building in ppa main:building
  replaces: bug 1863334
  variant: debs

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

Title:
  trusty/linux-aws: 4.4.0-1064.68 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1865246/+subscriptions

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

[Bug 1865419] Re: bionic/linux-aws-fips: 4.15.0-2012.12 -proposed tracker

2020-03-04 Thread Ubuntu Kernel Bot
** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  kernel-stable-master-bug: 1865269
  packages:
lrm: linux-restricted-modules-aws-fips
main: linux-aws-fips
meta: linux-meta-aws-fips
signed: linux-signed-aws-fips
  phase: Holding before Promote to Proposed
  phase-changed: Thursday, 05. March 2020 03:59 UTC
  reason:
-   build-packages-ppa: Ongoing -- building in ppa main:building
+   build-packages-ppa: Ongoing -- building in ppa lrm:depwait
+ meta:depwait signed:depwait
  replaces: bug 1864732
  variant: debs

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

Title:
  bionic/linux-aws-fips: 4.15.0-2012.12 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1865419/+subscriptions

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

[Bug 1863334] Re: trusty/linux-aws: 4.4.0-1063.67 -proposed tracker

2020-03-04 Thread Ubuntu Kernel Bot
** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  boot-testing-requested: true
- kernel-stable-master-bug: 1863338
+ kernel-stable-master-bug: 1865106
  packages:
main: linux-aws
meta: linux-meta-aws
  phase: Testing
  phase-changed: Thursday, 20. February 2020 18:11 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
verification-testing: Ongoing -- testing in progress
  variant: debs

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

Title:
  trusty/linux-aws: 4.4.0-1063.67 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1863334/+subscriptions

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

[Bug 1863331] Re: xenial/linux-fips: 4.4.0-1030.35 -proposed tracker

2020-03-04 Thread Ubuntu Kernel Bot
** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  boot-testing-requested: true
- kernel-stable-master-bug: 1863338
+ kernel-stable-master-bug: 1865106
  packages:
main: linux-fips
meta: linux-meta-fips
signed: linux-signed-fips
  phase: Testing
  phase-changed: Thursday, 20. February 2020 17:52 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
verification-testing: Ongoing -- testing in progress
  variant: debs

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

Title:
  xenial/linux-fips: 4.4.0-1030.35 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1863331/+subscriptions

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

[Bug 1865570] Re: suspend only works once on ThinkPad X1 Carbon gen 7

2020-03-04 Thread Kai-Heng Feng
Please test latest mainline kernel:
https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.6-rc4/

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

Title:
  suspend only works once on ThinkPad X1 Carbon gen 7

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

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

[Bug 1864897] Re: booting 5.3.0-40 with encrypted disk fails

2020-03-04 Thread Kai-Heng Feng
Please test latest mainline kernel:
https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.6-rc4/

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

Title:
  booting 5.3.0-40 with encrypted disk fails

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

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

[Bug 1866147] Re: WiFi card fails to activate on 5.3.0-40-generic

2020-03-04 Thread AceLan Kao
Here is the test kernel which should fix this issue
http://people.canonical.com/~acelan/bugs/lp1865829

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

Title:
  WiFi card fails to activate on 5.3.0-40-generic

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

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

[Bug 1865022] Re: focal/linux-gcp: 5.4.0-1004.4 -proposed tracker

2020-03-04 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/automated-testing
   Status: In Progress => Fix Released

** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1865025
  packages:
lrm: linux-restricted-modules-gcp
main: linux-gcp
meta: linux-meta-gcp
signed: linux-signed-gcp
  phase: Testing
  phase-changed: Wednesday, 04. March 2020 06:56 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
-   automated-testing: Ongoing -- testing in progress
regression-testing: Ongoing -- testing in progress
  variant: debs

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

Title:
  focal/linux-gcp: 5.4.0-1004.4 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1865022/+subscriptions

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

[Bug 1865021] Re: focal/linux-azure: 5.4.0-1005.5 -proposed tracker

2020-03-04 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/automated-testing
   Status: In Progress => Fix Released

** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1865025
  packages:
lrm: linux-restricted-modules-azure
main: linux-azure
meta: linux-meta-azure
signed: linux-signed-azure
  phase: Testing
  phase-changed: Saturday, 29. February 2020 02:06 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
-   automated-testing: Ongoing -- testing in progress
regression-testing: Ongoing -- testing in progress
stakeholder-signoff: Stalled -- waiting for signoff
  variant: debs

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

Title:
  focal/linux-azure: 5.4.0-1005.5 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1865021/+subscriptions

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

[Bug 1866147] [NEW] WiFi card fails to activate on 5.3.0-40-generic

2020-03-04 Thread Emanuel Evans
Public bug reported:

My WiFi card works fine with kernel 5.3.0-18-generic, but when I try to
use 5.3.0-40-generic it fails to activate (and doesn't show up in `ip
link`). `dmesg | grep iwlwifi` shows the following debug information:

[   12.292292] iwlwifi :00:14.3: enabling device ( -> 0002)
[   12.346746] iwlwifi :00:14.3: TLV_FW_FSEQ_VERSION: FSEQ Version: 
43.2.23.17
[   12.347045] iwlwifi :00:14.3: loaded firmware version 48.4fa0041f.0 
op_mode iwlmvm
[   12.502729] iwlwifi :00:14.3: Detected Intel(R) Wireless-AC 9560 160MHz, 
REV=0x354
[   13.518078] iwlwifi :00:14.3: Collecting data: trigger 15 fired.
[   13.518162] iwlwifi :00:14.3: Start IWL Error Log Dump:
[   13.518165] iwlwifi :00:14.3: Status: 0x, count: -871717974
[   13.518167] iwlwifi :00:14.3: Loaded firmware version: 48.4fa0041f.0
[   13.518169] iwlwifi :00:14.3: 0xABD222C6 | ADVANCED_SYSASSERT
[   13.518170] iwlwifi :00:14.3: 0xA43D5A29 | trm_hw_status0
[   13.518172] iwlwifi :00:14.3: 0x6642BD97 | trm_hw_status1
[   13.518173] iwlwifi :00:14.3: 0x8FE44EA9 | branchlink2
[   13.518174] iwlwifi :00:14.3: 0x1C54C232 | interruptlink1
[   13.518176] iwlwifi :00:14.3: 0xA7D409CD | interruptlink2
[   13.518177] iwlwifi :00:14.3: 0x8A0C7875 | data1
[   13.518178] iwlwifi :00:14.3: 0x99E03556 | data2
[   13.518179] iwlwifi :00:14.3: 0x137C675B | data3
[   13.518181] iwlwifi :00:14.3: 0xAB1BDD6D | beacon time
[   13.518182] iwlwifi :00:14.3: 0x5608950B | tsf low
[   13.518183] iwlwifi :00:14.3: 0x821A4BFA | tsf hi
[   13.518185] iwlwifi :00:14.3: 0xD3F9F35B | time gp1
[   13.518186] iwlwifi :00:14.3: 0xF0044C16 | time gp2
[   13.518187] iwlwifi :00:14.3: 0xD50101E2 | uCode revision type
[   13.518188] iwlwifi :00:14.3: 0x91B27A5E | uCode version major
[   13.518190] iwlwifi :00:14.3: 0x5487A879 | uCode version minor
[   13.518191] iwlwifi :00:14.3: 0x21B8EEAC | hw version
[   13.518192] iwlwifi :00:14.3: 0x359EC8C9 | board version
[   13.518193] iwlwifi :00:14.3: 0xE3137EBB | hcmd
[   13.518195] iwlwifi :00:14.3: 0x09BBC532 | isr0
[   13.518196] iwlwifi :00:14.3: 0x2716EDB8 | isr1
[   13.518197] iwlwifi :00:14.3: 0x6C0451A5 | isr2
[   13.518198] iwlwifi :00:14.3: 0x721A5CD0 | isr3
[   13.518200] iwlwifi :00:14.3: 0x49ADC2D3 | isr4
[   13.518201] iwlwifi :00:14.3: 0x183C47FC | last cmd Id
[   13.518202] iwlwifi :00:14.3: 0x57F5E136 | wait_event
[   13.518203] iwlwifi :00:14.3: 0x136FEC9F | l2p_control
[   13.518205] iwlwifi :00:14.3: 0xD0DC1B77 | l2p_duration
[   13.518206] iwlwifi :00:14.3: 0x2CD5FAD6 | l2p_mhvalid
[   13.518207] iwlwifi :00:14.3: 0x36FBF34E | l2p_addr_match
[   13.518209] iwlwifi :00:14.3: 0x76814124 | lmpm_pmg_sel
[   13.518210] iwlwifi :00:14.3: 0x7350416A | timestamp
[   13.518211] iwlwifi :00:14.3: 0x905B98D6 | flow_handler
[   13.518244] iwlwifi :00:14.3: Start IWL Error Log Dump:
[   13.518246] iwlwifi :00:14.3: Status: 0x, count: 7
[   13.518247] iwlwifi :00:14.3: 0x201013F1 | ADVANCED_SYSASSERT
[   13.518248] iwlwifi :00:14.3: 0x | umac branchlink1
[   13.518250] iwlwifi :00:14.3: 0xC008CF5C | umac branchlink2
[   13.518251] iwlwifi :00:14.3: 0x | umac interruptlink1
[   13.518252] iwlwifi :00:14.3: 0x | umac interruptlink2
[   13.518254] iwlwifi :00:14.3: 0x0003 | umac data1
[   13.518255] iwlwifi :00:14.3: 0x2302 | umac data2
[   13.518256] iwlwifi :00:14.3: 0x01300202 | umac data3
[   13.518257] iwlwifi :00:14.3: 0x0030 | umac major
[   13.518258] iwlwifi :00:14.3: 0x4FA0041F | umac minor
[   13.518260] iwlwifi :00:14.3: 0x5CAB | frame pointer
[   13.518261] iwlwifi :00:14.3: 0xC0887F58 | stack pointer
[   13.518263] iwlwifi :00:14.3: 0x | last host cmd
[   13.518264] iwlwifi :00:14.3: 0x | isr status reg
[   13.518280] iwlwifi :00:14.3: Fseq Registers:
[   13.518283] iwlwifi :00:14.3: 0x0003 | FSEQ_ERROR_CODE
[   13.518286] iwlwifi :00:14.3: 0x | FSEQ_TOP_INIT_VERSION
[   13.518288] iwlwifi :00:14.3: 0xD787F0D4 | FSEQ_CNVIO_INIT_VERSION
[   13.518291] iwlwifi :00:14.3: 0xA384 | FSEQ_OTP_VERSION
[   13.518294] iwlwifi :00:14.3: 0x8E6A94AA | FSEQ_TOP_CONTENT_VERSION
[   13.518297] iwlwifi :00:14.3: 0xC24B2F1A | FSEQ_ALIVE_TOKEN
[   13.518300] iwlwifi :00:14.3: 0x3DA36A92 | FSEQ_CNVI_ID
[   13.518303] iwlwifi :00:14.3: 0xF19AF84B | FSEQ_CNVR_ID
[   13.518306] iwlwifi :00:14.3: 0x2302 | CNVI_AUX_MISC_CHIP
[   13.518311] iwlwifi :00:14.3: 0x01300202 | CNVR_AUX_MISC_CHIP
[   13.518316] iwlwifi :00:14.3: 0x485B | 
CNVR_SCU_SD_REGS_SD_REG_DIG_DCDC_VTRIM
[   13.518351] iwlwifi :00:14.3: 0xA5A5A5A2 | 
CNVR_SCU_SD_REGS_SD_REG_ACTIVE_VDIG_MIRROR
[   13.518385] iwlwifi :00:14.3: SecBoot CPU1 Status: 0x5c1d, CPU2 Status: 
0x3
[   13.518386] iwlwifi 

[Bug 1866147] Status changed to Confirmed

2020-03-04 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/1866147

Title:
  WiFi card fails to activate on 5.3.0-40-generic

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

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

[Bug 1813394] Re: DROPBEAR_IFDOWN=* takes interface down but leaves netplan config

2020-03-04 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: dropbear (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/1813394

Title:
  DROPBEAR_IFDOWN=* takes interface down but leaves netplan config

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

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

[Bug 1865269] Re: bionic/linux-aws: 4.15.0-1063.67 -proposed tracker

2020-03-04 Thread Ubuntu Kernel Bot
** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1865109
  packages:
lrm: linux-restricted-modules-aws
main: linux-aws
meta: linux-meta-aws
  phase: Testing
  phase-changed: Tuesday, 03. March 2020 13:01 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
automated-testing: Stalled -- testing FAILED
regression-testing: Ongoing -- testing in progress
security-signoff: Pending -- waiting for signoff
verification-testing: Ongoing -- testing in progress
  trackers:
-   bionic/linux-aws-fips: bug 1864732, bug 1865419
+   bionic/linux-aws-fips: bug 1865419, bug 1864732
bionic/linux-aws/aws-kernel: bug 1865268
xenial/linux-aws-hwe: bug 1865421
  variant: debs

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

Title:
  bionic/linux-aws: 4.15.0-1063.67 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1865269/+subscriptions

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

[Bug 1865109] Re: bionic/linux: 4.15.0-91.92 -proposed tracker

2020-03-04 Thread Ubuntu Kernel Bot
** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  boot-testing-requested: true
  bugs-spammed: true
  packages:
lrm: linux-restricted-modules
main: linux
meta: linux-meta
signed: linux-signed
  phase: Testing
  phase-changed: Saturday, 29. February 2020 01:46 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
automated-testing: Stalled -- testing FAILED
certification-testing: Ongoing -- testing in progress
regression-testing: Ongoing -- testing in progress
security-signoff: Stalled -- waiting for signoff
verification-testing: Ongoing -- testing in progress
  trackers:
bionic/linux-aws: bug 1865269
bionic/linux-fips: bug 1865203
bionic/linux-gke-4.15: bug 1865255
bionic/linux-ibm-gt: bug 1865201
bionic/linux-kvm: bug 1865247, bug 1864737
bionic/linux-oem: bug 1865200
-   bionic/linux-oracle: bug 1865480, bug 1863339
+   bionic/linux-oracle: bug 1863339, bug 1865480
bionic/linux-raspi2: bug 1864726
bionic/linux-snapdragon: bug 1864729
bionic/linux/pc-kernel: bug 1865107
bionic/linux/pc-lowlatency-kernel: bug 1865108
xenial/linux-azure: bug 1865198
xenial/linux-gcp: bug 1865251
xenial/linux-hwe: bug 1865142
  variant: debs

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

Title:
  bionic/linux: 4.15.0-91.92 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1865109/+subscriptions

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

[Bug 1866146] [NEW] GNOME Shell 3.35.91 extension's preferences doesn't load

2020-03-04 Thread shemgp
Public bug reported:

Using Ubuntu Focal Fossa development with gnome-shell 3.35.91 and
preferences for extensions doesn't load.  Tried opening using the
browser, gnome-tweaks, or the new extensions app.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: gnome-shell 3.35.91-1ubuntu2
ProcVersionSignature: Ubuntu 5.4.0-14.17-generic 5.4.18
Uname: Linux 5.4.0-14-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu18
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Thu Mar  5 12:36:15 2020
DisplayManager: gdm3
EcryptfsInUse: Yes
InstallationDate: Installed on 2018-10-03 (518 days ago)
InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
RelatedPackageVersions: mutter-common 3.35.91-1ubuntu1
SourcePackage: gnome-shell
UpgradeStatus: Upgraded to focal on 2019-12-10 (85 days ago)

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


** Tags: amd64 apport-bug focal third-party-packages

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

Title:
  GNOME Shell 3.35.91 extension's preferences doesn't load

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

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

[Bug 1848228] Re: Impossible to unlock because keyboard language doesn't switch

2020-03-04 Thread Launchpad Bug Tracker
[Expired for gnome-screensaver (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: gnome-screensaver (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/1848228

Title:
  Impossible to unlock because keyboard language doesn't switch

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

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

[Bug 1858254] Re: thermald: [ERR]THD engine start failed

2020-03-04 Thread Launchpad Bug Tracker
[Expired for thermald (Ubuntu) because there has been no activity for 60
days.]

** Changed in: thermald (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/1858254

Title:
  thermald: [ERR]THD engine start failed

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

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

[Bug 1865205] Re: bionic/linux-oem-osp1: 5.0.0-1042.47 -proposed tracker

2020-03-04 Thread Ubuntu Kernel Bot
** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1865110
  packages:
lrm: linux-restricted-modules-oem-osp1
main: linux-oem-osp1
meta: linux-meta-oem-osp1
signed: linux-signed-oem-osp1
  phase: Ready for Promote to Proposed
  phase-changed: Wednesday, 04. March 2020 16:02 UTC
  reason:
-   promote-to-proposed: Pending -- ready for review
+   promote-to-proposed: Stalled -- ready for review
  variant: debs

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

Title:
  bionic/linux-oem-osp1: 5.0.0-1042.47 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1865205/+subscriptions

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

[Bug 1863281] Re: bionic/linux-aws-5.0: 5.0.0-1026.29 -proposed tracker

2020-03-04 Thread Ubuntu Kernel Bot
*** This bug is a duplicate of bug 1865434 ***
https://bugs.launchpad.net/bugs/1865434

** This bug has been marked a duplicate of bug 1865434
   bionic/linux-aws-5.0: 5.0.0-1027.30 -proposed tracker

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

Title:
  bionic/linux-aws-5.0: 5.0.0-1026.29 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1863281/+subscriptions

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

[Bug 1863289] Re: bionic/linux-gcp: 5.0.0-1032.33 -proposed tracker

2020-03-04 Thread Ubuntu Kernel Bot
*** This bug is a duplicate of bug 1865431 ***
https://bugs.launchpad.net/bugs/1865431

** This bug has been marked a duplicate of bug 1865431
   bionic/linux-gcp: 5.0.0-1033.34 -proposed tracker

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

Title:
  bionic/linux-gcp: 5.0.0-1032.33 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1863289/+subscriptions

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

[Bug 1863296] Re: bionic/linux-oracle-5.0: 5.0.0-1012.17 -proposed tracker

2020-03-04 Thread Ubuntu Kernel Bot
*** This bug is a duplicate of bug 1865422 ***
https://bugs.launchpad.net/bugs/1865422

** This bug has been marked a duplicate of bug 1865422
   bionic/linux-oracle-5.0: 5.0.0-1013.18 -proposed tracker

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

Title:
  bionic/linux-oracle-5.0: 5.0.0-1012.17 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1863296/+subscriptions

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

[Bug 1865434] Re: bionic/linux-aws-5.0: 5.0.0-1027.30 -proposed tracker

2020-03-04 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/promote-to-proposed
   Status: New => Confirmed

** Tags added: block-proposed-bionic

** Tags added: block-proposed

** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
+ boot-testing-requested: true
  kernel-stable-master-bug: 1865110
  packages:
lrm: linux-restricted-modules-aws-5.0
main: linux-aws-5.0
meta: linux-meta-aws-5.0
- phase: Holding before Promote to Proposed
- phase-changed: Thursday, 05. March 2020 03:43 UTC
+ phase: Ready for Promote to Proposed
+ phase-changed: Thursday, 05. March 2020 03:58 UTC
  reason:
-   build-packages-ppa: Ongoing -- building in ppa lrm:building
- replaces: bug 1863281
+   promote-to-proposed: Pending -- ready for review
  variant: debs

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

Title:
  bionic/linux-aws-5.0: 5.0.0-1027.30 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1865434/+subscriptions

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

[Bug 1865431] Re: bionic/linux-gcp: 5.0.0-1033.34 -proposed tracker

2020-03-04 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/promote-to-proposed
   Status: New => Confirmed

** Tags added: block-proposed-bionic

** Tags added: block-proposed

** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
+ boot-testing-requested: true
  kernel-stable-master-bug: 1865110
  packages:
lrm: linux-restricted-modules-gcp
main: linux-gcp
meta: linux-meta-gcp
signed: linux-signed-gcp
- phase: Holding before Promote to Proposed
- phase-changed: Thursday, 05. March 2020 03:42 UTC
+ phase: Ready for Promote to Proposed
+ phase-changed: Thursday, 05. March 2020 03:58 UTC
  reason:
-   build-packages-ppa: Ongoing -- building in ppa lrm:building
- replaces: bug 1863289
+   promote-to-proposed: Pending -- ready for review
  trackers:
bionic/linux-gcp/gcp-kernel: bug 1865430
  variant: debs

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

Title:
  bionic/linux-gcp: 5.0.0-1033.34 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1865431/+subscriptions

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

[Bug 1865422] Re: bionic/linux-oracle-5.0: 5.0.0-1013.18 -proposed tracker

2020-03-04 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/promote-to-proposed
   Status: New => Confirmed

** Tags added: block-proposed-bionic

** Tags added: block-proposed

** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
+ boot-testing-requested: true
  kernel-stable-master-bug: 1865110
  packages:
lrm: linux-restricted-modules-oracle-5.0
main: linux-oracle-5.0
meta: linux-meta-oracle-5.0
signed: linux-signed-oracle-5.0
- phase: Holding before Promote to Proposed
- phase-changed: Thursday, 05. March 2020 03:42 UTC
+ phase: Ready for Promote to Proposed
+ phase-changed: Thursday, 05. March 2020 03:57 UTC
  reason:
-   build-packages-ppa: Pending -- building in ppa lrm:queued
- replaces: bug 1863296
+   promote-to-proposed: Pending -- ready for review
  variant: debs

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

Title:
  bionic/linux-oracle-5.0: 5.0.0-1013.18 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1865422/+subscriptions

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

[Bug 1865419] Re: bionic/linux-aws-fips: 4.15.0-2012.12 -proposed tracker

2020-03-04 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/prepare-package
   Status: In Progress => Fix Committed

** Changed in: kernel-sru-workflow/prepare-package
   Status: Fix Committed => Fix Released

** Changed in: kernel-sru-workflow/prepare-package-lrm
   Status: In Progress => Fix Committed

** Changed in: kernel-sru-workflow/prepare-package-lrm
   Status: Fix Committed => Fix Released

** Changed in: kernel-sru-workflow/prepare-package-meta
   Status: In Progress => Fix Committed

** Changed in: kernel-sru-workflow/prepare-package-meta
   Status: Fix Committed => Fix Released

** Changed in: kernel-sru-workflow/prepare-package-signed
   Status: In Progress => Fix Committed

** Changed in: kernel-sru-workflow/prepare-package-signed
   Status: Fix Committed => Fix Released

** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  kernel-stable-master-bug: 1865269
  packages:
lrm: linux-restricted-modules-aws-fips
main: linux-aws-fips
meta: linux-meta-aws-fips
signed: linux-signed-aws-fips
- phase: Packaging
- phase-changed: Wednesday, 04. March 2020 22:46 UTC
+ phase: Holding before Promote to Proposed
+ phase-changed: Thursday, 05. March 2020 03:59 UTC
  reason:
-   prepare-package: Pending -- package not yet uploaded
-   prepare-package-lrm: Pending -- package not yet uploaded
-   prepare-package-meta: Pending -- package not yet uploaded
-   prepare-package-signed: Pending -- package not yet uploaded
+   build-packages-ppa: Ongoing -- building in ppa main:building
  replaces: bug 1864732
  variant: debs

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

Title:
  bionic/linux-aws-fips: 4.15.0-2012.12 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1865419/+subscriptions

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

[Bug 1866137] Re: /usr/share/initramfs-tools/hooks/plymouth hangs: no THEME_PATH

2020-03-04 Thread Nick Niehoff
I think this is a duplicate of:

https://bugs.launchpad.net/ubuntu/+source/plymouth/+bug/1865959

Installing
http://archive.ubuntu.com/ubuntu/pool/main/p/plymouth/plymouth_0.9.4git20200109-0ubuntu3.3_amd64.deb
seemed to fix the issue for me

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

Title:
  /usr/share/initramfs-tools/hooks/plymouth hangs: no THEME_PATH

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

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

[Bug 1865289] Re: ubuntu 19.10: libvirt hangs host shutdown

2020-03-04 Thread Jurgen Schellaert
** Tags added: hw-specific kernel-bug

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

Title:
  ubuntu 19.10: libvirt hangs host shutdown

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

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

[Bug 1866137] Re: /usr/share/initramfs-tools/hooks/plymouth hangs: no THEME_PATH

2020-03-04 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: plymouth (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/1866137

Title:
  /usr/share/initramfs-tools/hooks/plymouth hangs: no THEME_PATH

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

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

[Bug 1865422] Re: bionic/linux-oracle-5.0: 5.0.0-1013.18 -proposed tracker

2020-03-04 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/prepare-package-lrm
   Status: In Progress => Fix Committed

** Changed in: kernel-sru-workflow/prepare-package-lrm
   Status: Fix Committed => Fix Released

** Changed in: kernel-sru-workflow/prepare-package-meta
   Status: In Progress => Fix Committed

** Changed in: kernel-sru-workflow/prepare-package-meta
   Status: Fix Committed => Fix Released

** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  kernel-stable-master-bug: 1865110
  packages:
lrm: linux-restricted-modules-oracle-5.0
main: linux-oracle-5.0
meta: linux-meta-oracle-5.0
signed: linux-signed-oracle-5.0
- phase: Packaging
- phase-changed: Monday, 02. March 2020 16:31 UTC
+ phase: Holding before Promote to Proposed
+ phase-changed: Thursday, 05. March 2020 03:42 UTC
  reason:
-   prepare-package-lrm: Pending -- package not yet uploaded
-   prepare-package-meta: Pending -- package not yet uploaded
+   build-packages-ppa: Pending -- building in ppa lrm:queued
  replaces: bug 1863296
  variant: debs

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

Title:
  bionic/linux-oracle-5.0: 5.0.0-1013.18 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1865422/+subscriptions

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

[Bug 1865289] Re: ubuntu 19.10: libvirt hangs host shutdown

2020-03-04 Thread Jurgen Schellaert
Thank you for responding. I managed to solved this through a BIOS
update.

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

Title:
  ubuntu 19.10: libvirt hangs host shutdown

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

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

[Bug 1865431] Re: bionic/linux-gcp: 5.0.0-1033.34 -proposed tracker

2020-03-04 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/prepare-package-lrm
   Status: In Progress => Fix Committed

** Changed in: kernel-sru-workflow/prepare-package-lrm
   Status: Fix Committed => Fix Released

** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  kernel-stable-master-bug: 1865110
  packages:
lrm: linux-restricted-modules-gcp
main: linux-gcp
meta: linux-meta-gcp
signed: linux-signed-gcp
- phase: Packaging
- phase-changed: Monday, 02. March 2020 20:06 UTC
+ phase: Holding before Promote to Proposed
+ phase-changed: Thursday, 05. March 2020 03:42 UTC
  reason:
-   prepare-package-lrm: Pending -- package not yet uploaded
+   build-packages-ppa: Ongoing -- building in ppa lrm:building
  replaces: bug 1863289
  trackers:
bionic/linux-gcp/gcp-kernel: bug 1865430
  variant: debs

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

Title:
  bionic/linux-gcp: 5.0.0-1033.34 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1865431/+subscriptions

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

[Bug 1865434] Re: bionic/linux-aws-5.0: 5.0.0-1027.30 -proposed tracker

2020-03-04 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/prepare-package-lrm
   Status: In Progress => Fix Committed

** Changed in: kernel-sru-workflow/prepare-package-lrm
   Status: Fix Committed => Fix Released

** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  kernel-stable-master-bug: 1865110
  packages:
lrm: linux-restricted-modules-aws-5.0
main: linux-aws-5.0
meta: linux-meta-aws-5.0
- phase: Packaging
- phase-changed: Monday, 02. March 2020 20:15 UTC
+ phase: Holding before Promote to Proposed
+ phase-changed: Thursday, 05. March 2020 03:43 UTC
  reason:
-   prepare-package-lrm: Pending -- package not yet uploaded
+   build-packages-ppa: Ongoing -- building in ppa lrm:building
  replaces: bug 1863281
  variant: debs

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

Title:
  bionic/linux-aws-5.0: 5.0.0-1027.30 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1865434/+subscriptions

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

[Bug 1865818] Re: clamav update failed

2020-03-04 Thread ipv via ubuntu-bugs
** Information type changed from Private Security to Public

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

Title:
  clamav update failed

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

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

[Bug 1856163] Re: test_maps test from ubuntu_bpf will cause OOM on Eoan s390x LPAR

2020-03-04 Thread Po-Hsu Lin
The test didn't manage to pass with the second attempt (run #11).

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

Title:
  test_maps test from ubuntu_bpf will cause OOM on Eoan s390x LPAR

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

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

[Bug 1861056] Re: Geolocation fails

2020-03-04 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 1860830 ***
https://bugs.launchpad.net/bugs/1860830

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: firefox (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/1861056

Title:
  Geolocation fails

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

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

[Bug 1865130] Re: [drm:uvd_v1_0_start [radeon]] *ERROR* UVD not responding, trying to reset the VCPU!!!

2020-03-04 Thread Kai-Heng Feng
Can you please attach dmesg after rolling back linux-firmware?

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

Title:
  [drm:uvd_v1_0_start [radeon]] *ERROR* UVD not responding, trying to
  reset the VCPU!!!

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

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

[Bug 1865421] Re: xenial/linux-aws-hwe: 4.15.0-1063.67~16.04.1 -proposed tracker

2020-03-04 Thread Ubuntu Kernel Bot
** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1865269
  packages:
main: linux-aws-hwe
meta: linux-meta-aws-hwe
  phase: Ready for Promote to Proposed
  phase-changed: Wednesday, 04. March 2020 14:08 UTC
  reason:
-   promote-to-proposed: Pending -- ready for review
+   promote-to-proposed: Stalled -- ready for review
  variant: debs

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

Title:
  xenial/linux-aws-hwe: 4.15.0-1063.67~16.04.1 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1865421/+subscriptions

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

Re: [Bug 1861395] Re: system hang: i915 Resetting rcs0 for hang on rcs0

2020-03-04 Thread Seth Forshee
On Wed, Mar 04, 2020 at 10:51:34PM -, DooMMasteR wrote:
> I can reproduce to get the driver/gpu hanging by playing back 4k h.264
> video in celluloid/mpv.
> 
> [  324.680024] i915 :00:02.0: GPU HANG: ecode 9:5:0x, hang on 
> rcs0, vcs0
> [  324.681031] i915 :00:02.0: Resetting rcs0 for hang on rcs0, vcs0
> [  324.681065] i915 :00:02.0: Resetting vcs0 for hang on rcs0, vcs0
> 
> the system becomes nearly unresponsive after a short time (2-3 seconds
> after the first crash
> 
> my CPU is an Intel(R) Core(TM) i5-6300U, no external GPU, 16 GB RAM in
> an HP Elitebook 820 G3, the iGPU has 512MB memory allocated.

Which kernel version are you running when you see this?

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

Title:
  system hang: i915 Resetting rcs0 for hang on rcs0

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

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

[Bug 1865110] Re: disco/linux: 5.0.0-43.47 -proposed tracker

2020-03-04 Thread Ubuntu Kernel Bot
** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  boot-testing-requested: true
  bugs-spammed: true
  packages:
lrm: linux-restricted-modules
main: linux
meta: linux-meta
signed: linux-signed
  phase: Testing
  phase-changed: Friday, 28. February 2020 17:32 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
automated-testing: Ongoing -- testing in progress
verification-testing: Ongoing -- testing in progress
  trackers:
-   bionic/linux-aws-5.0: bug 1863281, bug 1865434
+   bionic/linux-aws-5.0: bug 1865434, bug 1863281
bionic/linux-azure: bug 1865193
bionic/linux-bluefield: bug 1863295
-   bionic/linux-gcp: bug 1863289, bug 1865431
+   bionic/linux-gcp: bug 1865431, bug 1863289
bionic/linux-gke-5.0: bug 1865429
bionic/linux-hwe-5.0: bug 1865140
bionic/linux-oem-osp1: bug 1865205
-   bionic/linux-oracle-5.0: bug 1865422, bug 1863296
+   bionic/linux-oracle-5.0: bug 1863296, bug 1865422
  variant: debs

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

Title:
  disco/linux: 5.0.0-43.47 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1865110/+subscriptions

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

  1   2   3   4   5   6   7   >