[Bug 1863314] Re: xenial/linux-cascade: 4.4.0-1015.17 -proposed tracker

2020-03-03 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-cascade
meta: linux-meta-cascade
signed: linux-signed-cascade
- phase: Packaging
- phase-changed: Monday, 02. March 2020 09:35 UTC
+ phase: Holding before Promote to Proposed
+ phase-changed: Wednesday, 04. March 2020 07:41 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
+ meta:building
  trackers:
xenial/linux-cascade/cascade-kernel: bug 1863313
  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/1863314

Title:
  xenial/linux-cascade: 4.4.0-1015.17 -proposed tracker

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

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

[Bug 1865988] [NEW] Performing function level reset of AMD onboard USB and audio devices causes system lockup

2020-03-03 Thread Bulk Adhesive
Public bug reported:

$ lsb_release -rd
Description:Ubuntu 19.10
Release:19.10

[Impact]

Devices affected:

* [1022:149c] USB controller [0c03]: Advanced Micro Devices, Inc. [AMD] Matisse 
USB 3.0 Host Controller
* [1022:1487] Audio device [0403]: Advanced Micro Devices, Inc. [AMD] 
Starship/Matisse HD Audio Controller

Despite advertising FLReset device capabilities, performing a function
level reset of either of these devices causes the system to lock up.
This is of particular issue where these devices appear in their own
IOMMU groups and are well suited to VFIO passthrough.

Issue was introduced in AMD's "AGESA Combo-AM4 1.0.0.4 Patch B"
microcode update, and affects dozens of motherboard models across
various vendors.

Additional discussion of this issue:
https://www.reddit.com/r/VFIO/comments/eba5mh/workaround_patch_for_passing_through_usb_and/

[Fix]

Add a quirk to disable FLR on these devices.  Sample patch attached.

[Test Case]

Peform the test on an impacted system:

* B350, B450, X370, X470, X570 motherboards (practically anything with an AM4 
socket);
* Ryzen 3000-series CPU (2000-series possibly also affected);
* BIOS/UEFI firmware that includes "AGESA Combo-AM4 1.0.0.4 Patch B" (check 
vendor release notes)

In the above case where ':10:00.3' is the USB controller
'1022:149c', issue a reset command

  $ echo 1 | sudo tee /sys/bus/pci/devices/\:10\:00.3/reset

Impacted systems will not return successfully and become unstable,
requiring a reboot.  `/var/logs/syslog` will show something resembling
the following

  Mar  4 14:51:26 bunty kernel: [ 1745.043914] xhci_hcd :10:00.3: not ready 
1023ms after FLR; waiting
  Mar  4 14:51:28 bunty kernel: [ 1747.091910] xhci_hcd :10:00.3: not ready 
2047ms after FLR; waiting
  Mar  4 14:51:32 bunty kernel: [ 1750.163972] xhci_hcd :10:00.3: not ready 
4095ms after FLR; waiting
  Mar  4 14:51:37 bunty kernel: [ 1755.283933] xhci_hcd :10:00.3: not ready 
8191ms after FLR; waiting
  Mar  4 14:51:46 bunty kernel: [ 1764.499943] xhci_hcd :10:00.3: not ready 
16383ms after FLR; waiting
  Mar  4 14:52:04 bunty kernel: [ 1782.164126] xhci_hcd :10:00.3: not ready 
32767ms after FLR; waiting
  Mar  4 14:52:39 bunty kernel: [ 1816.979432] xhci_hcd :10:00.3: not ready 
65535ms after FLR; giving up
  Mar  4 14:52:39 bunty kernel: [ 1817.978790] clocksource: timekeeping 
watchdog on CPU14: Marking clocksource 'tsc' as unstable because the skew is 
too large:
  Mar  4 14:52:39 bunty kernel: [ 1817.978806] clocksource: 
  'hpet' wd_now: f63fcfe wd_last: d468894 mask: 
  Mar  4 14:52:39 bunty kernel: [ 1817.978809] clocksource: 
  'tsc' cs_now: 60e67e17758 cs_last: 60d2a81ce24 mask: 
  Mar  4 14:52:39 bunty kernel: [ 1817.978818] tsc: Marking TSC unstable due to 
clocksource watchdog
  Mar  4 14:52:40 bunty kernel: [ 1817.978892] TSC found unstable after boot, 
most likely due to broken BIOS. Use 'tsc=unstable'.
  Mar  4 14:52:40 bunty kernel: [ 1817.978894] sched_clock: Marking unstable 
(1817664630139, 314261908)<-(1817981099530, -2209419)

[Regression Risk]

Unknown

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

** Patch added: "amdnoflr-ubuntu-5.3.0-40.32-generic.patch"
   
https://bugs.launchpad.net/bugs/1865988/+attachment/5333271/+files/amdnoflr-ubuntu-5.3.0-40.32-generic.patch

** Description changed:

  $ lsb_release -rd
  Description:Ubuntu 19.10
  Release:19.10
  
  [Impact]
  
  Devices affected:
  
  * [1022:149c] USB controller [0c03]: Advanced Micro Devices, Inc. [AMD] 
Matisse USB 3.0 Host Controller
  * [1022:1487] Audio device [0403]: Advanced Micro Devices, Inc. [AMD] 
Starship/Matisse HD Audio Controller
  
- Despite advertising FLReset device capabilties, performing a function
+ Despite advertising FLReset device capabilities, performing a function
  level reset of either of these devices causes the system to lock up.
  This is of particular issue where these devices appear in their own
- IOMMU groups and are well suited to VFIO passhthrough.
+ IOMMU groups and are well suited to VFIO passthrough.
  
  Issue was introduced in AMD's "AGESA Combo-AM4 1.0.0.4 Patch B"
- microcode update, and affects dozens of motherboad models across various
- vendors.
+ microcode update, and affects dozens of motherboard models across
+ various vendors.
  
  [Fix]
  
  Add a quirk to disable FLR on these devices.  Sample patch attached.
  
  [Test Case]
  
  Peform the test on an impacted system:
  
  * B350, B450, X370, X470, X570 motherboards (practically anything with an AM4 
socket);
  * Ryzen 3000-series CPU (2000-series possibly also affected);
  * BIOS/UEFI firmware that includes "AGESA Combo-AM4 1.0.0.4 Patch B" (check 
vendor release notes)
  
  In the above case where ':10:00.3' is the USB controller
  '1022:149c', issue a reset command
  
-   $ echo 1 | sudo tee /sys/bus/pci/devices/\:10\:00.3/reset

[Bug 1861643] Re: libvirt CPU model selection missing

2020-03-03 Thread Christian Ehrhardt 
Hrm,
virt-manager between Eoan and Focal doesn't really differ enough to be the 
reason for this.
Maybe it is a libvirt issue after all.

I need to debug what exactly virt-manager probes to make up this list
...

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

Title:
  libvirt CPU model selection missing

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

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

[Bug 1794478] Re: Automatic ipv4 not assigned to bond interface is manual ipv6 is assigned to it

2020-03-03 Thread Seyeong Kim
Hello

I've verified this -proposed pkg on my local.

#2 on description working fine.

xtrusia@ubuntu:~$ dpkg -l | grep network-manager
ii  network-manager1.10.6-2ubuntu1.4
   amd64network management framework (daemon and userspace 
tools)
ii  network-manager-config-connectivity-ubuntu 1.10.6-2ubuntu1.2
   all  NetworkManager configuration to enable connectivity 
checking
ii  network-manager-gnome  1.8.10-2ubuntu3  
   amd64network management framework (GNOME frontend)
ii  network-manager-pptp   1.2.6-1  
   amd64network management framework (PPTP plugin core)
ii  network-manager-pptp-gnome 1.2.6-1  
   amd64network management framework (PPTP plugin GNOME GUI)


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

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

Title:
  Automatic ipv4 not assigned to bond interface is manual ipv6 is
  assigned to it

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

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

[Bug 1864174] Re: rustc 1.41 and cargo 0.42 required by firefox 75

2020-03-03 Thread Olivier Tilloy
** Changed in: rustc (Ubuntu)
   Status: New => Fix Released

** Changed in: cargo (Ubuntu Xenial)
   Status: New => Fix Committed

** Changed in: cargo (Ubuntu Bionic)
   Status: New => Fix Committed

** Changed in: cargo (Ubuntu Eoan)
   Status: New => Fix Committed

** Changed in: rustc (Ubuntu Xenial)
   Status: New => Fix Committed

** Changed in: rustc (Ubuntu Bionic)
   Status: New => Fix Committed

** Changed in: rustc (Ubuntu Eoan)
   Status: New => Fix Committed

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

Title:
  rustc 1.41 and cargo 0.42 required by firefox 75

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cargo/+bug/1864174/+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-03 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:
main: linux-aws-hwe
meta: linux-meta-aws-hwe
  phase: Holding before Promote to Proposed
  phase-changed: Wednesday, 04. March 2020 07:27 UTC
  reason:
build-packages-ppa: Ongoing -- building in ppa main:building
- meta:building
  replaces: bug 1864733
  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

[Bug 1861643] Re: libvirt CPU model selection missing

2020-03-03 Thread Christian Ehrhardt 
Yeah so it might come down to:
 $ virsh domcapabilities  | grep "model usable='yes'"

This list matches what I can select on my system in virt-manager.
And it is tremendously shorter between Eoan and Focal (on the same system).

Also applying the same Filter to your XML confirms that there Skylake is
missing which was your initial bug report (unable to select that). Your
list at least has Broadwell, Haswell, Sandy, Westmere ...

** Changed in: libvirt (Ubuntu Eoan)
   Status: Invalid => Confirmed

** Changed in: virt-manager (Ubuntu Eoan)
   Status: Incomplete => Invalid

** Changed in: libvirt (Ubuntu)
   Status: Invalid => Fix Released

** Changed in: virt-manager (Ubuntu)
   Status: Fix Released => Invalid

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

Title:
  libvirt CPU model selection missing

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

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

[Bug 1865949] Re: nm-tray silently fails with bad wifi password; saves connection

2020-03-03 Thread MarkF
@Chris, I did add the log info in #11 (one before yours).

I do see a "connection established" balloon when I use the correct
passphrase. But, I don't see a failure balloon when I use the wrong
passphrase.

I have to believe it's something screwy with my iso, how it was burned.
Something that isn't caught by the file-validation process on startup of
the LiveUSB. I'll try it again tomorrow with 20200304.

I can't think of any explantion for why I'm seeing this on 3 laptops,
and three people aren't.

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

Title:
  nm-tray silently fails with bad wifi password; saves connection

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nm-tray/+bug/1865949/+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-03 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: 1865269
  packages:
main: linux-aws-hwe
meta: linux-meta-aws-hwe
- phase: Packaging
- phase-changed: Tuesday, 03. March 2020 09:16 UTC
+ phase: Holding before Promote to Proposed
+ phase-changed: Wednesday, 04. March 2020 07:27 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
+ meta:building
  replaces: bug 1864733
  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

[Bug 1865495] Re: xenial/linux-deeplens: 4.15.0-1019.19 -proposed tracker

2020-03-03 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: 1865142
  packages:
main: linux-deeplens
meta: linux-meta-deeplens
  phase: Holding before Promote to Proposed
  phase-changed: Wednesday, 04. March 2020 07:08 UTC
  reason:
-   build-packages-ppa: Pending -- building in ppa main:building
- meta:queued
+   build-packages-ppa: Ongoing -- building in ppa main:building
  replaces: bug 1864751
  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/1865495

Title:
  xenial/linux-deeplens: 4.15.0-1019.19 -proposed tracker

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

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

[Bug 1865200] Re: bionic/linux-oem: 4.15.0-1076.86 -proposed tracker

2020-03-03 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-oem
main: linux-oem
meta: linux-meta-oem
signed: linux-signed-oem
  phase: Holding before Promote to Proposed
  phase-changed: Wednesday, 04. March 2020 05:56 UTC
  reason:
-   build-packages-ppa: Ongoing -- building in ppa main:building
+   build-packages-ppa: Ongoing -- building in ppa lrm:depwait
+ meta:depwait signed:depwait
  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/1865200

Title:
  bionic/linux-oem: 4.15.0-1076.86 -proposed tracker

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

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

[Bug 1864958] Re: package mysql-server-8.0 8.0.19-0ubuntu0.19.10.3 failed to install/upgrade: installed mysql-server-8.0 package post-installation script subprocess returned error exit status 1

2020-03-03 Thread Lars Tangvald
Another possible cause would be files being manually deleted from the
datadir (so metadata tables believe they should still be there). Are the
tables mentioned in the error log present and in use for the 5.7
packages?

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

Title:
  package mysql-server-8.0 8.0.19-0ubuntu0.19.10.3 failed to
  install/upgrade: installed mysql-server-8.0 package post-installation
  script subprocess returned error exit status 1

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

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

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

2020-03-03 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: 1864734
+ kernel-stable-master-bug: 1865269
  packages:
main: linux-aws-hwe
meta: linux-meta-aws-hwe
  phase: Testing
  phase-changed: Thursday, 27. February 2020 23:01 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
automated-testing: Ongoing -- testing in progress
regression-testing: Ongoing -- testing in progress
security-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/1864733

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

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

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

[Bug 1865949] Re: nm-tray silently fails with bad wifi password; saves connection

2020-03-03 Thread MarkF
I just booted Lubuntu 20200303 (same LiveUSB I've been testing
throughout all this). I started journalctl. I then clicked nm-tray,
clicked the access point, and this is what appeared:


 start
Mar 04 07:02:44 lubuntu NetworkManager[1632]:   [1583305364.9596] device 
(wlp4s0): Activation: starting connection 'ACCESS-POINT' 
(981d3413-9bc9-4463-8f74-8e44666d437f)
Mar 04 07:02:44 lubuntu NetworkManager[1632]:   [1583305364.9597] audit: 
op="connection-add-activate" uuid="981d3413-9bc9-4463-8f74-8e44666d437f" 
name="ACCESS-POINT" pid=2278 uid=999 result="success"
Mar 04 07:02:44 lubuntu NetworkManager[1632]:   [1583305364.9600] device 
(wlp4s0): state change: disconnected -> prepare (reason 'none', 
sys-iface-state: 'managed')
Mar 04 07:02:44 lubuntu NetworkManager[1632]:   [1583305364.9604] 
manager: NetworkManager state is now CONNECTING
Mar 04 07:02:44 lubuntu NetworkManager[1632]:   [1583305364.9608] device 
(wlp4s0): state change: prepare -> config (reason 'none', sys-iface-state: 
'managed')
Mar 04 07:02:44 lubuntu NetworkManager[1632]:   [1583305364.9613] device 
(wlp4s0): Activation: (wifi) access point 'ACCESS-POINT' has security, but 
secrets are required.
Mar 04 07:02:44 lubuntu NetworkManager[1632]:   [1583305364.9613] device 
(wlp4s0): state change: config -> need-auth (reason 'none', sys-iface-state: 
'managed')
Mar 04 07:02:44 lubuntu NetworkManager[1632]:   [1583305364.9632] device 
(wlp4s0): no secrets: No agents were available for this request.   
Mar 04 07:02:44 lubuntu NetworkManager[1632]:   [1583305364.9632] device 
(wlp4s0): state change: need-auth -> failed (reason 'no-secrets', 
sys-iface-state: 'managed')
Mar 04 07:02:44 lubuntu NetworkManager[1632]:   [1583305364.9638] 
manager: NetworkManager state is now DISCONNECTED
Mar 04 07:02:44 lubuntu NetworkManager[1632]:   [1583305364.9651] device 
(wlp4s0): Activation: failed for connection 'ACCESS-POINT'
Mar 04 07:02:44 lubuntu NetworkManager[1632]:   [1583305364.9656] device 
(wlp4s0): state change: failed -> disconnected (reason 'none', sys-iface-state: 
'managed')
 end

No msg appeared on the desktop. The failed connection was saved as a
"known connection." Clicking that in nm-tray produces the same output
(but still no msg on the screen).

It's doing this on 3 different laptops so far. Maybe I have a bad ISO. I
can try this again with the next daily image I test.

It sounds like the saving a bad connection isn't a problem. The silent
manner is a problem. But, I'm the only person experiencing that. I can't
think of how that could be possible expect for me having a fouled ISO.
(But, the checksum matches. The startup file-validation routine says no
errors were found.).

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

Title:
  nm-tray silently fails with bad wifi password; saves connection

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

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

[Bug 1865949] Re: nm-tray silently fails with bad wifi password; saves connection

2020-03-03 Thread Chris Guiver
I changed  a wifi network to be not-hidden, booted sl510 again using
current daily, and get balloons telling me 'lost.connection', or if
deleted & enter the correct password 'connection.established', ie.
exactly what Walter describes (where balloon=notification).

On the discourse thread
(https://discourse.lubuntu.me/t/testing-20-04-daily/749/41) you mention
testing Xubuntu; I take it 20.04 daily which I suspect rules out base of
system.  Next time I'd suggest looking at networking logs as per
Walter's suggestion in #10 but I'm out of ideas sorry.

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

Title:
  nm-tray silently fails with bad wifi password; saves connection

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

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

[Bug 1864751] Re: xenial/linux-deeplens: 4.15.0-1018.18 -proposed tracker

2020-03-03 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: 1864752
+ kernel-stable-master-bug: 1865142
  packages:
main: linux-deeplens
meta: linux-meta-deeplens
  phase: Testing
  phase-changed: Friday, 28. February 2020 21:57 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
certification-testing: Ongoing -- testing in progress
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/1864751

Title:
  xenial/linux-deeplens: 4.15.0-1018.18 -proposed tracker

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

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

[Bug 1862478] Re: gnome-system-monitor can't measure network transfer rate

2020-03-03 Thread Andre Brait
I can confirm 3.35.92-1 fixed it too.

** Changed in: gnome-system-monitor (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  gnome-system-monitor can't measure network transfer rate

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

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

[Bug 1865495] Re: xenial/linux-deeplens: 4.15.0-1019.19 -proposed tracker

2020-03-03 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: 1865142
  packages:
main: linux-deeplens
meta: linux-meta-deeplens
- phase: Packaging
- phase-changed: Tuesday, 03. March 2020 04:53 UTC
+ phase: Holding before Promote to Proposed
+ phase-changed: Wednesday, 04. March 2020 07:08 UTC
  reason:
-   prepare-package: Pending -- package not yet uploaded
-   prepare-package-meta: Pending -- package not yet uploaded
+   build-packages-ppa: Pending -- building in ppa main:building
+ meta:queued
  replaces: bug 1864751
  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/1865495

Title:
  xenial/linux-deeplens: 4.15.0-1019.19 -proposed tracker

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

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

[Bug 1863749] Re: [FFe] NTRU Plugin Missing in Focal

2020-03-03 Thread Launchpad Bug Tracker
** Merge proposal linked:
   
https://code.launchpad.net/~paelzer/ubuntu/+source/strongswan/+git/strongswan/+merge/380194

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

Title:
  [FFe] NTRU Plugin Missing in Focal

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

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

[Bug 1865429] Re: bionic/linux-gke-5.0: 5.0.0-1032.33 -proposed tracker

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

** Changed in: kernel-sru-workflow/promote-to-proposed
   Status: Fix Committed => Fix Released

** Changed in: kernel-sru-workflow/regression-testing
   Status: New => Confirmed

** Changed in: kernel-sru-workflow/security-signoff
   Status: New => Confirmed

** Changed in: kernel-sru-workflow/verification-testing
   Status: New => Confirmed

** Changed in: kernel-sru-workflow/automated-testing
   Status: Confirmed => In Progress

** Changed in: kernel-sru-workflow/regression-testing
   Status: Confirmed => In Progress

** Changed in: kernel-sru-workflow/verification-testing
   Status: Confirmed => In Progress

** 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:
main: linux-gke-5.0
meta: linux-meta-gke-5.0
signed: linux-signed-gke-5.0
- phase: Promote to Proposed
- phase-changed: Tuesday, 03. March 2020 22:12 UTC
+ phase: Testing
+ phase-changed: Wednesday, 04. March 2020 06:57 UTC
+ proposed-announcement-sent: true
+ proposed-testing-requested: true
  reason:
+   automated-testing: Ongoing -- testing in progress
prerequisite-nvidia: Pending -- Nvidia objects not found --
  nvidia-driver-gke_5.0.0-1032-gke-418.*
  current-driver-5.0.0-1032-gke-1.15-stable-amd64
  current-driver-5.0.0-1032-gke-d1903-0-amd64
-   promote-to-proposed: Ongoing -- packages waiting in -proposed for
- mirror sync
+   regression-testing: Ongoing -- testing in progress
+   security-signoff: Pending -- waiting for signoff
+   verification-testing: Ongoing -- testing in progress
  trackers:
bionic/linux-gke-5.0/gke-kernel: bug 1865428
  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/1865429

Title:
  bionic/linux-gke-5.0: 5.0.0-1032.33 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1865429/+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-03 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/automated-testing
   Status: New => Confirmed

** Changed in: kernel-sru-workflow/promote-to-proposed
   Status: Fix Committed => Fix Released

** Changed in: kernel-sru-workflow/regression-testing
   Status: New => Confirmed

** Changed in: kernel-sru-workflow/automated-testing
   Status: Confirmed => In Progress

** Changed in: kernel-sru-workflow/regression-testing
   Status: Confirmed => In Progress

** 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: Promote to Proposed
- phase-changed: Tuesday, 03. March 2020 23:01 UTC
+ phase: Testing
+ phase-changed: Wednesday, 04. March 2020 06:56 UTC
+ proposed-announcement-sent: true
+ proposed-testing-requested: true
  reason:
-   promote-to-proposed: Ongoing -- packages waiting in -proposed for
- mirror sync
+   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 1852183] Re: [X11] copy/paste (clipboard) is broken in Ubuntu 19.10

2020-03-03 Thread Dusty
I see a lot of comments about Libre and just wanted to add that it is
not an office issue.

This is for sure a copy issue. It just brings a lot of comments about
office stuff because there is text being copied and pasted.

Truth is the copy function only seems to work every other time after the
first time.

You can copy some text, paste it, copy some more, and when you paste it
will be the first text again. Go back copy new text again, paste it and
it is the new text, repeat... In some desktop environments it pastes
nothing at all instead of a duplicate. I am guessing this is because
some DE's empty the clipboard after a paste instead of holding until
overwritten?

Pressing Ctrl+C twice every time will allow pasting of the text. It's
the copy function that's not working.

I am fuzzy about why it does not effect everything. But in my case I
noticed this issue while trying to copy text from a PDF in Master PDF
Editor and also Foxit Reader and paste to anything else. Text editor,
browser, Libre Calc, etc.

I tested from the Ubuntu Budgie 2020-03-02 Daily build of 20.04 and the
issue is still present.

I also think it is worth mentioning that I tested from Ubuntu Mate 19.10
and the problem isn't present.

I hope that helps.

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

Title:
  [X11] copy/paste (clipboard) is broken in Ubuntu 19.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1852183/+subscriptions

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

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

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

** Changed in: kernel-sru-workflow/promote-to-proposed
   Status: Fix Committed => Fix Released

** Changed in: kernel-sru-workflow/regression-testing
   Status: New => Confirmed

** Changed in: kernel-sru-workflow/security-signoff
   Status: New => In Progress

** Changed in: kernel-sru-workflow/verification-testing
   Status: New => Confirmed

** Changed in: kernel-sru-workflow/automated-testing
   Status: Confirmed => In Progress

** Changed in: kernel-sru-workflow/regression-testing
   Status: Confirmed => In Progress

** Changed in: kernel-sru-workflow/verification-testing
   Status: Confirmed => In Progress

** 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: 1865491
  packages:
lrm: linux-restricted-modules-gcp-5.3
main: linux-gcp-5.3
meta: linux-meta-gcp-5.3
signed: linux-signed-gcp-5.3
- phase: Promote to Proposed
- phase-changed: Tuesday, 03. March 2020 22:31 UTC
+ phase: Testing
+ phase-changed: Wednesday, 04. March 2020 06:57 UTC
+ proposed-announcement-sent: true
+ proposed-testing-requested: true
  reason:
-   promote-to-proposed: Ongoing -- packages waiting in -proposed for
- mirror sync
+   automated-testing: Ongoing -- testing in progress
+   regression-testing: Ongoing -- testing in progress
+   security-signoff: Pending -- 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/1865488

Title:
  bionic/linux-gcp-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/1865488/+subscriptions

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

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

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

** Changed in: kernel-sru-workflow/promote-to-proposed
   Status: Fix Committed => Fix Released

** Changed in: kernel-sru-workflow/regression-testing
   Status: New => Confirmed

** Changed in: kernel-sru-workflow/security-signoff
   Status: New => In Progress

** Changed in: kernel-sru-workflow/verification-testing
   Status: New => Confirmed

** Changed in: kernel-sru-workflow/automated-testing
   Status: Confirmed => In Progress

** Changed in: kernel-sru-workflow/regression-testing
   Status: Confirmed => In Progress

** Changed in: kernel-sru-workflow/verification-testing
   Status: Confirmed => In Progress

** 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: 1865491
  packages:
main: linux-gke-5.3
meta: linux-meta-gke-5.3
signed: linux-signed-gke-5.3
- phase: Promote to Proposed
- phase-changed: Tuesday, 03. March 2020 22:41 UTC
+ phase: Testing
+ phase-changed: Wednesday, 04. March 2020 06:58 UTC
+ proposed-announcement-sent: true
+ proposed-testing-requested: true
  reason:
+   automated-testing: Ongoing -- testing in progress
prerequisite-nvidia: Pending -- Nvidia objects not found --
  nvidia-driver-gke_5.3.0-1014-gke-418.*
  current-driver-5.3.0-1014-gke-d1903-0-amd64
-   promote-to-proposed: Ongoing -- packages waiting in -proposed for
- mirror sync
+   regression-testing: Ongoing -- testing in progress
+   security-signoff: Pending -- waiting for signoff
+   verification-testing: Ongoing -- testing in progress
  trackers:
bionic/linux-gke-5.3/gke-kernel: bug 1865489
  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/1865490

Title:
  bionic/linux-gke-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/1865490/+subscriptions

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

[Bug 1865492] Re: bionic/linux-oracle-5.3: 5.3.0-1011.12~18.04.1 -proposed tracker

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

** Changed in: kernel-sru-workflow/promote-to-proposed
   Status: Fix Committed => Fix Released

** Changed in: kernel-sru-workflow/regression-testing
   Status: New => Confirmed

** Changed in: kernel-sru-workflow/security-signoff
   Status: New => In Progress

** Changed in: kernel-sru-workflow/verification-testing
   Status: New => Confirmed

** Changed in: kernel-sru-workflow/automated-testing
   Status: Confirmed => In Progress

** Changed in: kernel-sru-workflow/regression-testing
   Status: Confirmed => In Progress

** Changed in: kernel-sru-workflow/verification-testing
   Status: Confirmed => In Progress

** 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: 1865493
  packages:
lrm: linux-restricted-modules-oracle-5.3
main: linux-oracle-5.3
meta: linux-meta-oracle-5.3
signed: linux-signed-oracle-5.3
- phase: Promote to Proposed
- phase-changed: Tuesday, 03. March 2020 22:46 UTC
+ phase: Testing
+ phase-changed: Wednesday, 04. March 2020 06:58 UTC
+ proposed-announcement-sent: true
+ proposed-testing-requested: true
  reason:
-   promote-to-proposed: Ongoing -- packages waiting in -proposed for
- mirror sync
+   automated-testing: Ongoing -- testing in progress
+   regression-testing: Ongoing -- testing in progress
+   security-signoff: Pending -- 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/1865492

Title:
  bionic/linux-oracle-5.3: 5.3.0-1011.12~18.04.1 -proposed tracker

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

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

[Bug 1862478] Re: gnome-system-monitor can't measure network transfer rate

2020-03-03 Thread corrado venturini
On Ubuntu 20.04 gnome-system-monitor (3.35.92-1) solved the problem.

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

Title:
  gnome-system-monitor can't measure network transfer rate

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

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

[Bug 1863749] Re: [FFe] NTRU Plugin Missing in Focal

2020-03-03 Thread Christian Ehrhardt 
** Description changed:

+ [ Feature Freeze Exception ]
+ 
+ * The NTRU plugin was enabled in all past releases, so if we re-enable
+ this actually it isn't a Feature change for upgraders. Instead if we
+ don't resolve this bug is a "loss of features" - therefore I'm even
+ unsure this would need an FFe but let us stick to the process.
+ 
+ * Background: In an effort to synchronize between Debian and Ubuntu we
+ got many things enabled and packaged in Debian that were only in Ubuntu
+ before. But at the same time we disabled several plugins that are not
+ enabled by default and also unused according to bug/usage reports in the
+ past. This is such a report identifying one of our clearings being
+ overzealous; so I'd want to re-enable it.
+ 
+ * The plugin is standardized (no experimental crap) [1] and considered
+ stable [2] since quite a while.
+ 
+ [1]: https://wiki.strongswan.org/projects/strongswan/wiki/NTRU
+ [2]: https://wiki.strongswan.org/projects/strongswan/wiki/PluginList
+ 
+ I'd be happy if the ubuntu-release Team could give a quick ack to my
+ assumptions so I can upload this to Focal once all things are in place.
+ 
+ 
+ 
+ 
  the post quantum Key Exchange Algo NTRU is missing in Focal
  
  on edgy is still there:
  # cat /etc/issue
  Ubuntu 19.10 \n \l
  # apt list | grep strongswan
  WARNING: apt does not have a stable CLI interface. Use with caution in 
scripts.
  libstrongswan-extra-plugins/eoan,now 5.7.2-1ubuntu3 amd64 [installed]
  libstrongswan-extra-plugins/eoan 5.7.2-1ubuntu3 i386
  libstrongswan-standard-plugins/eoan,now 5.7.2-1ubuntu3 amd64 
[installed,automatic]
  libstrongswan-standard-plugins/eoan 5.7.2-1ubuntu3 i386
  libstrongswan/eoan,now 5.7.2-1ubuntu3 amd64 [installed,automatic]
  libstrongswan/eoan 5.7.2-1ubuntu3 i386
  network-manager-strongswan/eoan 1.4.4-2 amd64
  network-manager-strongswan/eoan 1.4.4-2 i386
  strongswan-charon/eoan,now 5.7.2-1ubuntu3 amd64 [installed,automatic]
  strongswan-charon/eoan 5.7.2-1ubuntu3 i386
  strongswan-libcharon/eoan,now 5.7.2-1ubuntu3 amd64 [installed,automatic]
  strongswan-libcharon/eoan 5.7.2-1ubuntu3 i386
  strongswan-nm/eoan 5.7.2-1ubuntu3 amd64
  strongswan-nm/eoan 5.7.2-1ubuntu3 i386
  strongswan-pki/eoan 5.7.2-1ubuntu3 amd64
  strongswan-pki/eoan 5.7.2-1ubuntu3 i386
  strongswan-scepclient/eoan 5.7.2-1ubuntu3 amd64
  strongswan-scepclient/eoan 5.7.2-1ubuntu3 i386
  strongswan-starter/eoan,now 5.7.2-1ubuntu3 amd64 [installed,automatic]
  strongswan-starter/eoan 5.7.2-1ubuntu3 i386
  strongswan-swanctl/eoan,now 5.7.2-1ubuntu3 amd64 [installed]
  strongswan-swanctl/eoan 5.7.2-1ubuntu3 i386
  strongswan-tnc-base/eoan,eoan 5.7.2-1ubuntu3 all
  strongswan-tnc-client/eoan,eoan 5.7.2-1ubuntu3 all
  strongswan-tnc-ifmap/eoan,eoan 5.7.2-1ubuntu3 all
  strongswan-tnc-pdp/eoan,eoan 5.7.2-1ubuntu3 all
  strongswan-tnc-server/eoan,eoan 5.7.2-1ubuntu3 all
  strongswan/eoan,eoan,now 5.7.2-1ubuntu3 all [installed]
  # ipsec statusall | grep ntru
-   loaded plugins: charon test-vectors unbound ldap pkcs11 tpm aesni aes rc2 
sha2 sha1 md4 md5 mgf1 random nonce x509 revocation constraints acert pubkey 
pkcs1 pkcs7 pkcs8 pkcs12 pgp dnskey sshkey dnscert ipseckey pem openssl gcrypt 
af-alg fips-prf gmp curve25519 agent chapoly xcbc cmac hmac ctr ccm gcm ntru 
bliss curl soup mysql sqlite attr kernel-netlink resolve socket-default 
connmark farp stroke vici updown eap-identity eap-sim eap-sim-pcsc eap-aka 
eap-aka-3gpp2 eap-simaka-pseudonym eap-simaka-reauth eap-md5 eap-gtc 
eap-mschapv2 eap-dynamic eap-radius eap-tls eap-ttls eap-peap eap-tnc 
xauth-generic xauth-eap xauth-pam xauth-noauth tnc-imc tnc-imv tnc-tnccs 
tnccs-20 tnccs-11 tnccs-dynamic dhcp whitelist lookip error-notify certexpire 
led radattr addrblock unity counters
+   loaded plugins: charon test-vectors unbound ldap pkcs11 tpm aesni aes rc2 
sha2 sha1 md4 md5 mgf1 random nonce x509 revocation constraints acert pubkey 
pkcs1 pkcs7 pkcs8 pkcs12 pgp dnskey sshkey dnscert ipseckey pem openssl gcrypt 
af-alg fips-prf gmp curve25519 agent chapoly xcbc cmac hmac ctr ccm gcm ntru 
bliss curl soup mysql sqlite attr kernel-netlink resolve socket-default 
connmark farp stroke vici updown eap-identity eap-sim eap-sim-pcsc eap-aka 
eap-aka-3gpp2 eap-simaka-pseudonym eap-simaka-reauth eap-md5 eap-gtc 
eap-mschapv2 eap-dynamic eap-radius eap-tls eap-ttls eap-peap eap-tnc 
xauth-generic xauth-eap xauth-pam xauth-noauth tnc-imc tnc-imv tnc-tnccs 
tnccs-20 tnccs-11 tnccs-dynamic dhcp whitelist lookip error-notify certexpire 
led radattr addrblock unity counters
  --
  but on current focal it is missing:
  --
  # cat /etc/issue
  Ubuntu Focal Fossa (development branch) \n \l
  # apt list | grep strongswan
  WARNING: apt does not have a stable CLI interface. Use with caution in 
scripts.
  libstrongswan-extra-plugins/focal,now 5.8.2-1ubuntu1 amd64 [installed]
  

[Bug 1862734] Re: Failed to suspend once ever paired with BLE devices: PM: Device 0000:00:14.0 failed to suspend async: error -16

2020-03-03 Thread Shih-Yuan Lee
I have verified linux-firmware 1.173.16 in bionic-proposed and it does
fix this problem.

** Tags added: verification-done-bionic

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

Title:
  Failed to suspend once ever paired with BLE devices: PM: Device
  :00:14.0 failed to suspend async: error -16

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1862734/+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-03 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 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

[Bug 1863749] Re: [FFe] NTRU Plugin Missing in Focal

2020-03-03 Thread Christian Ehrhardt 
** Summary changed:

- NTRU Plugin Missing in Focal
+ [FFe] NTRU Plugin Missing in Focal

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

Title:
  [FFe] NTRU Plugin Missing in Focal

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

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

[Bug 1850130] Re: zpools fail to import after reboot on fresh install of eoan

2020-03-03 Thread Jean-Baptiste Lallement
** Also affects: zfs-linux (Ubuntu Focal)
   Importance: Undecided
   Status: Confirmed

** Changed in: zfs-linux (Ubuntu Focal)
   Importance: Undecided => High

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

Title:
  zpools fail to import after reboot on fresh install of eoan

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

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

[Bug 1865967] Re: fallocate06 from ubuntu_ltp_syscalls failed

2020-03-03 Thread Po-Hsu Lin
** Changed in: ubuntu-kernel-tests
 Assignee: (unassigned) => Po-Hsu Lin (cypressyew)

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

** Also affects: linux (Ubuntu Disco)
   Importance: Undecided
   Status: New

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

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

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

** Tags added: 5.0 5.3

** Tags added: bionic disco eoan

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

Title:
  fallocate06 from ubuntu_ltp_syscalls failed

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

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

[Bug 1863930] Re: SSH 1.99 clients fail to connect to openssh-server 1:7.6p1-4ubuntu0.3

2020-03-03 Thread Christian Ehrhardt 
Merge Proposal review is complete, but waiting on some feedback that
helps to classify the severity and urgency correctly.

Depending on that the options will be:
- actually unimportant: don't SRU it at all
- some reasonable cases exists, but are very rare: SRU it but hold the release 
in block-proposed until the next "important" update comes
- reasonable case for the Ubuntu community, SRU right away

Setting the task to incomplete while waiting on that feedback

** Changed in: openssh (Ubuntu Bionic)
   Status: Triaged => Incomplete

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

Title:
  SSH 1.99 clients fail to connect to openssh-server 1:7.6p1-4ubuntu0.3

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

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

[Bug 1865906] Re: software-properties-* import key issue

2020-03-03 Thread Walter Lapchynski
** No longer affects: lubuntu-meta (Ubuntu)

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

Title:
  software-properties-* import key issue

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

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

[Bug 1858844] Re: [Dell XPS 15 9575] Screen brightness stopped working with linux-image-5.4.0-9-generic

2020-03-03 Thread Olivier P
Thanks , this test kernel fixes the issue with my XPS 9370 .

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

Title:
  [Dell XPS 15 9575] Screen brightness stopped working with linux-
  image-5.4.0-9-generic

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

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

[Bug 1865967] Missing required logs.

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

apport-collect 1865967

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

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

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

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

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

** Changed in: linux (Ubuntu Eoan)
   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/1865967

Title:
  fallocate06 from ubuntu_ltp_syscalls failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1865967/+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-03 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: Ongoing -- testing in progress
regression-testing: Ongoing -- testing in progress
security-signoff: Pending -- waiting for signoff
-   stakeholder-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
  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 1865967] Re: fallocate06 from ubuntu_ltp_syscalls failed on X-GCP-4.15

2020-03-03 Thread Po-Hsu Lin
** Also affects: linux (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: linux (Ubuntu Eoan)
   Importance: Undecided
   Status: New

** Also affects: linux (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Summary changed:

- fallocate06 from ubuntu_ltp_syscalls failed on X-GCP-4.15
+ fallocate06 from ubuntu_ltp_syscalls failed

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

Title:
  fallocate06 from ubuntu_ltp_syscalls failed

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

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

[Bug 1865949] Re: nm-tray silently fails with bad wifi password; saves connection

2020-03-03 Thread Walter Lapchynski
I can add a new connection manually with the wrong password and it
fails. The icon in the system tray changes to grey with three white
horizontally-arranged dots and then returns to the grey rectangle with a
white x in the lower right hand corner. A notification displays that the
connection is lost.

This is also the same experience I have if I first select the connection
from the list of options before first manually adding it.

If I then manually edit to the right password, the process repeats but
ends in the icon turning into the full white icon and a notification
that the connection is established.

BTW you can see the logs of networking with `journalctl -u
NetworkManager`. In fact, you may want to follow this the `journalctl -f
-u NetworkManager`.

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

Title:
  nm-tray silently fails with bad wifi password; saves connection

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

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

[Bug 1865976] [NEW] horrible noises

2020-03-03 Thread whitis
Public bug reported:

My system has, on more than one occasion, spontaneously begun making
horrible noises.   Don't have to be doing anything that generates audio.
Orca wasn't even turned on and was not set to use cicero.   The previous
time this happened, I was able to trace it to speech dispatcher/cicero.
pavucontrol was helpful.On the most recent occasion, I killed
sd_cicero and the noise stopped.

The noise sounded like a stale ring buffer was suddenly being played
continuously.  The contents of which were extremely unpleasant.

sudo apt-get remove speech-dispatcher-cicero cicero

 dpkg -l | fgrep -i speech-dispatcher
ii  speech-dispatcher
0.8.8-1ubuntu1  amd64Common interface 
to speech synthesizers
ii  speech-dispatcher-audio-plugins:amd64
0.8.8-1ubuntu1  amd64Speech Dispatcher: 
Audio output plugins
ii  speech-dispatcher-espeak-ng  
0.8.8-1ubuntu1  amd64Speech Dispatcher: 
Espeak-ng output module
ii  speech-dispatcher-festival   
0.8.8-1ubuntu1  amd64Festival support 
for Speech Dispatcher
ii  speech-dispatcher-flite  
0.8.8-1ubuntu1  amd64Speech Dispatcher: 
Flite output module
ii  speech-dispatcher-pico   0.8.8-2
 amd64Speech Dispatcher: Pico 
output module

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: speech-dispatcher-cicero 0.8.8-1ubuntu1
ProcVersionSignature: Ubuntu 5.3.0-40.32~18.04.1-generic 5.3.18
Uname: Linux 5.3.0-40-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.11
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Wed Mar  4 00:26:38 2020
InstallationDate: Installed on 2019-05-02 (306 days ago)
InstallationMedia: Ubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 (20190210)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: speech-dispatcher
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: speech-dispatcher (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug bionic

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

Title:
  horrible noises

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

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

[Bug 1865200] Re: bionic/linux-oem: 4.15.0-1076.86 -proposed tracker

2020-03-03 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-oem
main: linux-oem
meta: linux-meta-oem
signed: linux-signed-oem
- phase: Packaging
- phase-changed: Friday, 28. February 2020 23:03 UTC
+ phase: Holding before Promote to Proposed
+ phase-changed: Wednesday, 04. March 2020 05:56 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
  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/1865200

Title:
  bionic/linux-oem: 4.15.0-1076.86 -proposed tracker

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

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

[Bug 1865975] [NEW] Blank 'Updates' screen

2020-03-03 Thread Vadim Peretokin
Public bug reported:

The software updater keeps interrupting me with "updates available" and
then shows me a blank screen.

ProblemType: Bug
DistroRelease: Ubuntu 19.10
Package: gnome-software 3.30.6-2ubuntu10.19.10.0
ProcVersionSignature: Ubuntu 5.3.0-40.32-generic 5.3.18
Uname: Linux 5.3.0-40-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu8.4
Architecture: amd64
CurrentDesktop: Unity:Unity7:ubuntu
Date: Wed Mar  4 06:40:21 2020
EcryptfsInUse: Yes
InstallationDate: Installed on 2012-03-23 (2902 days ago)
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
InstalledPlugins:
 gnome-software-plugin-flatpak 3.30.6-2ubuntu10.19.10.0
 gnome-software-plugin-snap3.30.6-2ubuntu10.19.10.0
SourcePackage: gnome-software
UpgradeStatus: Upgraded to eoan on 2019-11-07 (117 days ago)

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


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

** Attachment added: "Selection_450.png"
   
https://bugs.launchpad.net/bugs/1865975/+attachment/5333259/+files/Selection_450.png

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

Title:
  Blank 'Updates' screen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1865975/+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-03 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: Ongoing -- testing in progress
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-03 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 1864737, bug 1865247
+   bionic/linux-kvm: bug 1865247, bug 1864737
bionic/linux-oem: bug 1865200
-   bionic/linux-oracle: bug 1863339, bug 1865480
+   bionic/linux-oracle: bug 1865480, bug 1863339
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 1865949] Re: nm-tray silently fails with bad wifi password; saves connection

2020-03-03 Thread MarkF
I left click on nm-tray, choose my wifi access point, enter an incorrect
passphrase.

Maybe the difference is that you're using a hidden ssid, and have to go
to network connections to get the job done? I'm doing the more normal(?)
choice of available access points from nm-tray. I only right-click to go
fix the saved connection (that never connected, and never gave an error
msg).

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

Title:
  nm-tray silently fails with bad wifi password; saves connection

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

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

[Bug 1865492] Re: bionic/linux-oracle-5.3: 5.3.0-1011.12~18.04.1 -proposed tracker

2020-03-03 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: 1865493
  packages:
lrm: linux-restricted-modules-oracle-5.3
main: linux-oracle-5.3
meta: linux-meta-oracle-5.3
signed: linux-signed-oracle-5.3
  phase: Promote to Proposed
  phase-changed: Tuesday, 03. March 2020 22:46 UTC
  reason:
-   build-packages-proposed: Pending -- building in Proposed
- signed:queued
-   promote-to-proposed: Stalled -- packages copying to Proposed
+   promote-to-proposed: Ongoing -- packages waiting in -proposed for
+ mirror sync
  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/1865492

Title:
  bionic/linux-oracle-5.3: 5.3.0-1011.12~18.04.1 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1865492/+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-03 Thread Kai-Heng Feng
** Description changed:

+ === SRU Justification ===
+ [Impact] 
+ Firmware update of radeon/oland_rlc.bin breaks some radeon cards.
+ 
+ [Fix]
+ Revert the new firmware.
+ 
+ [Regression Potential]
+ Low. The old firmware has been used for a long time.
+ 
+ === Original Bug Report ===
+ 
  when trying > DRI_PRIME=1 glxgears , the result in dmesg is as following
  
  [  +0.91] radeon :01:00.0: WB enabled
  [  +0.02] radeon :01:00.0: fence driver on ring 0 use gpu addr 
0x8c00 and cpu addr 0x8ac2d26f
  [  +0.01] radeon :01:00.0: fence driver on ring 1 use gpu addr 
0x8c04 and cpu addr 0xa848de20
  [  +0.01] radeon :01:00.0: fence driver on ring 2 use gpu addr 
0x8c08 and cpu addr 0x1e4494a9
  [  +0.01] radeon :01:00.0: fence driver on ring 3 use gpu addr 
0x8c0c and cpu addr 0x98a9748e
  [  +0.01] radeon :01:00.0: fence driver on ring 4 use gpu addr 
0x8c10 and cpu addr 0xb6ff734d
  [  +0.000212] radeon :01:00.0: fence driver on ring 5 use gpu addr 
0x00075a18 and cpu addr 0x6b4da526
  [  +0.100566] radeon :01:00.0: failed VCE resume (-110).
  [  +0.179115] [drm] ring test on 0 succeeded in 1 usecs
  [  +0.04] [drm] ring test on 1 succeeded in 1 usecs
  [  +0.04] [drm] ring test on 2 succeeded in 1 usecs
  [  +0.06] [drm] ring test on 3 succeeded in 3 usecs
  [  +0.04] [drm] ring test on 4 succeeded in 3 usecs
  [  +1.171892] [drm:uvd_v1_0_start [radeon]] *ERROR* UVD not responding, 
trying to reset the VCPU!!!
  [  +1.015643] [drm:uvd_v1_0_start [radeon]] *ERROR* UVD not responding, 
trying to reset the VCPU!!!
  [  +1.015509] [drm:uvd_v1_0_start [radeon]] *ERROR* UVD not responding, 
trying to reset the VCPU!!!
  [  +1.015572] [drm:uvd_v1_0_start [radeon]] *ERROR* UVD not responding, 
trying to reset the VCPU!!!
  [  +1.015514] [drm:uvd_v1_0_start [radeon]] *ERROR* UVD not responding, 
trying to reset the VCPU!!!
  [  +1.015405] [drm:uvd_v1_0_start [radeon]] *ERROR* UVD not responding, 
trying to reset the VCPU!!!
  [  +1.015442] [drm:uvd_v1_0_start [radeon]] *ERROR* UVD not responding, 
trying to reset the VCPU!!!
  [  +1.015416] [drm:uvd_v1_0_start [radeon]] *ERROR* UVD not responding, 
trying to reset the VCPU!!!
  [  +1.015388] [drm:uvd_v1_0_start [radeon]] *ERROR* UVD not responding, 
trying to reset the VCPU!!!
  [  +1.015379] [drm:uvd_v1_0_start [radeon]] *ERROR* UVD not responding, 
trying to reset the VCPU!!!
  [  +0.019924] [drm:uvd_v1_0_start [radeon]] *ERROR* UVD not responding, 
giving up!!!
  [  +0.40] radeon :01:00.0: failed initializing UVD (-1).
  [  +0.60] [drm] ib test on ring 0 succeeded in 0 usecs
  [  +0.51] [drm] ib test on ring 1 succeeded in 0 usecs
  [  +0.32] [drm] ib test on ring 2 succeeded in 0 usecs
  [  +0.52] [drm] ib test on ring 3 succeeded in 0 usecs
  [  +0.29] [drm] ib test on ring 4 succeeded in 0 usecs
  
  Also it affects the boot time.
  
  the used OpenGL renderer is:
  "OpenGL renderer string: AMD OLAND (DRM 2.50.0, 5.3.0-40-generic, LLVM 9.0.0)"
  
  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: xorg 1:7.7+19ubuntu7.1
  ProcVersionSignature: Ubuntu 5.3.0-40.32~18.04.1-generic 5.3.18
  Uname: Linux 5.3.0-40-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.20.9-0ubuntu7.11
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CompositorRunning: None
  CurrentDesktop: communitheme:ubuntu:GNOME
  Date: Fri Feb 28 11:50:50 2020
  DistUpgraded: Fresh install
  DistroCodename: bionic
  DistroVariant: ubuntu
  DkmsStatus:
   bcmwl, 6.30.223.271+bdcom, 5.3.0-28-generic, x86_64: installed
   bcmwl, 6.30.223.271+bdcom, 5.3.0-40-generic, x86_64: installed
   virtualbox, 5.2.34, 5.3.0-28-generic, x86_64: installed
   virtualbox, 5.2.34, 5.3.0-40-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
     Subsystem: Lenovo 4th Gen Core Processor Integrated Graphics Controller 
[17aa:3801]
     Subsystem: Lenovo Mars [Radeon HD 8670A/8670M/8750M] [17aa:3801]
  InstallationDate: Installed on 2019-09-17 (163 days ago)
  InstallationMedia: Ubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 
(20190210)
  MachineType: LENOVO 20238
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-40-generic 
root=UUID=385a4174-5cfe-49c9-b4c3-9e64a251d432 ro
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/23/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 79CN46WW(V3.05)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: INVALID
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  

[Bug 1865429] Re: bionic/linux-gke-5.0: 5.0.0-1032.33 -proposed tracker

2020-03-03 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:
main: linux-gke-5.0
meta: linux-meta-gke-5.0
signed: linux-signed-gke-5.0
  phase: Promote to Proposed
  phase-changed: Tuesday, 03. March 2020 22:12 UTC
  reason:
-   build-packages-proposed: Pending -- building in Proposed
- signed:queued
prerequisite-nvidia: Pending -- Nvidia objects not found --
  nvidia-driver-gke_5.0.0-1032-gke-418.*
  current-driver-5.0.0-1032-gke-1.15-stable-amd64
  current-driver-5.0.0-1032-gke-d1903-0-amd64
-   promote-to-proposed: Stalled -- packages copying to Proposed
+   promote-to-proposed: Ongoing -- packages waiting in -proposed for
+ mirror sync
  trackers:
bionic/linux-gke-5.0/gke-kernel: bug 1865428
  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/1865429

Title:
  bionic/linux-gke-5.0: 5.0.0-1032.33 -proposed tracker

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

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

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

2020-03-03 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: 1865491
  packages:
lrm: linux-restricted-modules-gcp-5.3
main: linux-gcp-5.3
meta: linux-meta-gcp-5.3
signed: linux-signed-gcp-5.3
  phase: Promote to Proposed
  phase-changed: Tuesday, 03. March 2020 22:31 UTC
  reason:
-   build-packages-proposed: Pending -- building in Proposed
- signed:queued
-   promote-to-proposed: Stalled -- packages copying to Proposed
+   promote-to-proposed: Ongoing -- packages waiting in -proposed for
+ mirror sync
  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/1865488

Title:
  bionic/linux-gcp-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/1865488/+subscriptions

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

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

2020-03-03 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: 1865491
  packages:
main: linux-gke-5.3
meta: linux-meta-gke-5.3
signed: linux-signed-gke-5.3
  phase: Promote to Proposed
  phase-changed: Tuesday, 03. March 2020 22:41 UTC
  reason:
-   build-packages-proposed: Pending -- building in Proposed
- signed:queued
prerequisite-nvidia: Pending -- Nvidia objects not found --
  nvidia-driver-gke_5.3.0-1014-gke-418.*
  current-driver-5.3.0-1014-gke-d1903-0-amd64
-   promote-to-proposed: Stalled -- packages copying to Proposed
+   promote-to-proposed: Ongoing -- packages waiting in -proposed for
+ mirror sync
  trackers:
bionic/linux-gke-5.3/gke-kernel: bug 1865489
  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/1865490

Title:
  bionic/linux-gke-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/1865490/+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-03 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: 1865025
  packages:
lrm: linux-restricted-modules-gcp
main: linux-gcp
meta: linux-meta-gcp
signed: linux-signed-gcp
  phase: Promote to Proposed
  phase-changed: Tuesday, 03. March 2020 23:01 UTC
  reason:
-   build-packages-proposed: Ongoing -- building in Proposed
- signed:depwait
-   promote-to-proposed: Stalled -- packages copying to Proposed
+   promote-to-proposed: Ongoing -- packages waiting in -proposed for
+ mirror sync
  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

Re: [Bug 1861521] Re: [FOCAL][REGRESSION] Intel Gen 9 brightness cannot be controlled

2020-03-03 Thread Tyler Hicks
On 2020-03-02 07:53:18, AceLan Kao wrote:
> Here is the test kernel and the patches I reverted/applied, could
> anyone helps me verify it.

I can confirm that the new kernel does _not_ regress brightness controls
on the machine that caused me to initially open this bug report.

Thanks!

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

Title:
  [FOCAL][REGRESSION] Intel Gen 9 brightness cannot be controlled

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

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

[Bug 1865906] Re: software-properties-* import key issue

2020-03-03 Thread Michal Dziczkowski
@Chris Guiver (guiverc): After opening in the terminal (as root) the
given by you command, I had received a authorization link to Launchpad.
After opening it (I was already logged in into my account), I saw the
Launchpad page with following message:

The information on this page is private.

Michal Dziczkowski (mdziczkowski) •

Launchpad.net

Not allowed here

Sorry, you don't have permission to access this page or the information
in this page is not shared with you.

You are logged in as Michal Dziczkowski.

==

Please fix it asap, else I won't be able to send the required
information's from apport

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

Title:
  software-properties-* import key issue

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

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

[Bug 1854485] Re: Introduce the new NVIDIA 440 series, and add 5.4 Linux compatibility to the 340 and 390 series

2020-03-03 Thread Andy Whitcroft
** Changed in: linux-restricted-modules (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/1854485

Title:
  Introduce the new NVIDIA 440 series, and add 5.4 Linux compatibility
  to the 340 and 390 series

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

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

[Bug 1865949] Re: nm-tray silently fails with bad wifi password; saves connection

2020-03-03 Thread Chris Guiver
I also tried on and found them the same as sony ultracrap
lenovo thinkpad sl510 (c2d-t6570, 2gb ram, i915)
lenovo thinkpad x201 (i5-m520, 4gb, i915)

Steps I do
- Boot daily 'live'
- right click `nm-tray` on panel select Edit.Connections 
- Network.Connections window appears. I click + to add
- Select Connection.Type Wifi, hit Create

- In fields of first open Wi-Fi tab, I change connection name (pyramid), add 
SSID matching my network, move down to Device and select my wlp5s0 (device name 
varies)
- Switch to Wi-Fi.Security field and choose WPA2 Personal, then enter my 
password with an extra 'd' (so it's wrong)
- click SAVE

On bottom panel I then left-click `nm-tray` and select my created
'pyramid' connection name, after a very short while top right I get a
Connection.Lost ballon/notification.

(I later changed the saved pyramid removing the extra d & repeat
connecting, this time it's a connection.established message).

Does what I've described here match what you are doing???

If it doesn't, can you please describe what you do, so I can try what
you do differently.  (hopefully you can follow this)

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

Title:
  nm-tray silently fails with bad wifi password; saves connection

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

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

[Bug 1865292] Re: package grub-efi-amd64-signed 1.136+2.04-1ubuntu21 failed to install/upgrade: installed grub-efi-amd64-signed package post-installation script subprocess returned error exit status 1

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

** Changed in: grub2-signed (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/1865292

Title:
  package grub-efi-amd64-signed 1.136+2.04-1ubuntu21 failed to
  install/upgrade: installed grub-efi-amd64-signed package post-
  installation script subprocess returned error exit status 1

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

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

[Bug 1865292] Re: package grub-efi-amd64-signed 1.136+2.04-1ubuntu21 failed to install/upgrade: installed grub-efi-amd64-signed package post-installation script subprocess returned error exit status 1

2020-03-03 Thread shaik suhel ahmed
** Description changed:

  Synoptic package manager crashed
  
  ProblemType: Package
  DistroRelease: Ubuntu 20.04
  Package: grub-efi-amd64-signed 1.136+2.04-1ubuntu21
  ProcVersionSignature: Ubuntu 5.3.0-24.26-generic 5.3.10
  Uname: Linux 5.3.0-24-generic x86_64
  ApportVersion: 2.20.11-0ubuntu18
  Architecture: amd64
  Date: Sat Feb 29 22:01:48 2020
  ErrorMessage: installed grub-efi-amd64-signed package post-installation 
script subprocess returned error exit status 1
  InstallationDate: Installed on 2018-10-16 (501 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  Python3Details: /usr/bin/python3.8, Python 3.8.2, python3-minimal, 
3.8.0-3ubuntu1
  PythonDetails: N/A
  RelatedPackageVersions:
-  dpkg 1.19.7ubuntu2
-  apt  1.9.10
+  dpkg 1.19.7ubuntu2
+  apt  1.9.10
  SourcePackage: grub2-signed
  Title: package grub-efi-amd64-signed 1.136+2.04-1ubuntu21 failed to 
install/upgrade: installed grub-efi-amd64-signed package post-installation 
script subprocess returned error exit status 1
  UpgradeStatus: Upgraded to focal on 2019-12-17 (74 days ago)

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

Title:
  package grub-efi-amd64-signed 1.136+2.04-1ubuntu21 failed to
  install/upgrade: installed grub-efi-amd64-signed package post-
  installation script subprocess returned error exit status 1

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

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

[Bug 1865251] Re: xenial/linux-gcp: 4.15.0-1058.62 -proposed tracker

2020-03-03 Thread Po-Hsu Lin
4.15.0-1058.62 - gcp
Regression test CMPL, RTB.

Issue to note in gcp:
  ubuntu_k8s_unit_tests - test failed with context package not found in go (bug 
1850105)
  ubuntu_ltp_syscalls - quotactl04 (bug 1854153) statx05 (bug 1798524) 
fallocate06 (bug 1865967) kill11 (bug 1865965)

Skipped / blacklisted:
 * ubuntu_ltp

** Changed in: kernel-sru-workflow/regression-testing
   Status: In Progress => Fix Released

** Changed in: kernel-sru-workflow/regression-testing
 Assignee: Canonical Kernel Team (canonical-kernel-team) => Po-Hsu Lin 
(cypressyew)

** Tags added: regression-testing-passed

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

Title:
  xenial/linux-gcp: 4.15.0-1058.62 -proposed tracker

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

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

[Bug 1865251] Re: xenial/linux-gcp: 4.15.0-1058.62 -proposed tracker

2020-03-03 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:
main: linux-gcp
meta: linux-meta-gcp
signed: linux-signed-gcp
  phase: Testing
  phase-changed: Monday, 02. March 2020 17:56 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
automated-testing: Ongoing -- testing in progress
-   regression-testing: Ongoing -- testing in progress
security-signoff: Pending -- waiting for signoff
verification-testing: Ongoing -- testing in progress
  trackers:
xenial/linux-gcp/gcp-kernel: bug 1865249
xenial/linux-gcp/gke-kernel: bug 1865250
  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/1865251

Title:
  xenial/linux-gcp: 4.15.0-1058.62 -proposed tracker

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

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

[Bug 1860303] Re: Backlight brightness cannot be adjusted using keys

2020-03-03 Thread Kai-Heng Feng
Can you please test kernel here:
https://people.canonical.com/~acelan/bugs/lp1861521/

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

Title:
  Backlight brightness cannot be adjusted using keys

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

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

[Bug 1865293] Re: ryzen 5 3600x soft lockups

2020-03-03 Thread Kai-Heng Feng
Can you please attach `journalctl -b -1 -k` on the next boot of lockup?

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

Title:
  ryzen 5 3600x soft lockups

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

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

[Bug 1865293] Lsusb.txt

2020-03-03 Thread Martin Gerdzhev
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1865293/+attachment/5333244/+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/1865293

Title:
  ryzen 5 3600x soft lockups

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

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

[Bug 1865293] WifiSyslog.txt

2020-03-03 Thread Martin Gerdzhev
apport information

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

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

Title:
  ryzen 5 3600x soft lockups

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

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

[Bug 1865293] ProcInterrupts.txt

2020-03-03 Thread Martin Gerdzhev
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1865293/+attachment/5333248/+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/1865293

Title:
  ryzen 5 3600x soft lockups

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

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

[Bug 1865293] Re: ryzen 5 3600x soft lockups

2020-03-03 Thread Martin Gerdzhev
apport information

** Tags added: apport-collected

** Description changed:

  I am using ubuntu 19.10 with a ryzen 5 3600x cpu and am getting soft lockups 
with the machine unresponsive almost on a daily basis. The only fix is a hard 
reset.
  I have the latest amd64-microcode installed - 
3.20191021.1+really3.20181128.1ubuntu2, but still continues to happen.
  
  
  Description:  Ubuntu 19.10
  Release:  19.10
  
  using kernel: 
  5.3.0-40-generic #32-Ubuntu SMP Fri Jan 31 20:24:34 UTC 2020 x86_64 x86_64 
x86_64 GNU/Linux
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.11-0ubuntu8.4
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC1:  martin 2483 F pulseaudio
+  /dev/snd/controlC0:  martin 2483 F pulseaudio
+  /dev/snd/controlC2:  martin 2483 F pulseaudio
+ CurrentDesktop: ubuntu:GNOME
+ DistroRelease: Ubuntu 19.10
+ InstallationDate: Installed on 2019-12-08 (87 days ago)
+ InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
+ IwConfig:
+  enp4s0no wireless extensions.
+  
+  lono wireless extensions.
+ MachineType: Gigabyte Technology Co., Ltd. X570 AORUS ELITE
+ NonfreeKernelModules: nvidia_modeset nvidia
+ Package: linux (not installed)
+ ProcFB: 0 EFI VGA
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-40-generic 
root=UUID=05d2cb45-6b9c-47b3-8102-e6c6a13de26b ro acpi_enforce_resources=lax 
quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 5.3.0-40.32-generic 5.3.18
+ RelatedPackageVersions:
+  linux-restricted-modules-5.3.0-40-generic N/A
+  linux-backports-modules-5.3.0-40-generic  N/A
+  linux-firmware1.183.4
+ RfKill:
+  0: hci0: Bluetooth
+   Soft blocked: no
+   Hard blocked: no
+ Tags:  eoan
+ Uname: Linux 5.3.0-40-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo vboxusers
+ _MarkForUpload: True
+ dmi.bios.date: 12/06/2019
+ dmi.bios.vendor: American Megatrends Inc.
+ dmi.bios.version: F11
+ dmi.board.asset.tag: Default string
+ dmi.board.name: X570 AORUS ELITE
+ dmi.board.vendor: Gigabyte Technology Co., Ltd.
+ dmi.board.version: x.x
+ dmi.chassis.asset.tag: Default string
+ dmi.chassis.type: 3
+ dmi.chassis.vendor: Default string
+ dmi.chassis.version: Default string
+ dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF11:bd12/06/2019:svnGigabyteTechnologyCo.,Ltd.:pnX570AORUSELITE:pvr-CF:rvnGigabyteTechnologyCo.,Ltd.:rnX570AORUSELITE:rvrx.x:cvnDefaultstring:ct3:cvrDefaultstring:
+ dmi.product.family: Default string
+ dmi.product.name: X570 AORUS ELITE
+ dmi.product.sku: Default string
+ dmi.product.version: -CF
+ dmi.sys.vendor: Gigabyte Technology Co., Ltd.

** Attachment added: "AlsaInfo.txt"
   
https://bugs.launchpad.net/bugs/1865293/+attachment/5333240/+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/1865293

Title:
  ryzen 5 3600x soft lockups

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

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

[Bug 1865293] CurrentDmesg.txt

2020-03-03 Thread Martin Gerdzhev
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1865293/+attachment/5333242/+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/1865293

Title:
  ryzen 5 3600x soft lockups

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

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

[Bug 1865293] ProcCpuinfoMinimal.txt

2020-03-03 Thread Martin Gerdzhev
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1865293/+attachment/5333246/+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/1865293

Title:
  ryzen 5 3600x soft lockups

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

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

[Bug 1865293] ProcModules.txt

2020-03-03 Thread Martin Gerdzhev
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1865293/+attachment/5333249/+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/1865293

Title:
  ryzen 5 3600x soft lockups

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

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

[Bug 1865293] Lspci.txt

2020-03-03 Thread Martin Gerdzhev
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1865293/+attachment/5333243/+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/1865293

Title:
  ryzen 5 3600x soft lockups

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

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

[Bug 1865293] CRDA.txt

2020-03-03 Thread Martin Gerdzhev
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1865293/+attachment/5333241/+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/1865293

Title:
  ryzen 5 3600x soft lockups

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

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

[Bug 1865293] UdevDb.txt

2020-03-03 Thread Martin Gerdzhev
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1865293/+attachment/5333251/+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/1865293

Title:
  ryzen 5 3600x soft lockups

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

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

[Bug 1865293] ProcCpuinfo.txt

2020-03-03 Thread Martin Gerdzhev
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1865293/+attachment/5333245/+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/1865293

Title:
  ryzen 5 3600x soft lockups

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

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

[Bug 1865293] PulseList.txt

2020-03-03 Thread Martin Gerdzhev
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1865293/+attachment/5333250/+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/1865293

Title:
  ryzen 5 3600x soft lockups

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

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

[Bug 1865293] ProcEnviron.txt

2020-03-03 Thread Martin Gerdzhev
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1865293/+attachment/5333247/+files/ProcEnviron.txt

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

Title:
  ryzen 5 3600x soft lockups

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

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

[Bug 1858224] Re: Can't install Ubuntu

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

** Changed in: ubiquity (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/1858224

Title:
  Can't install Ubuntu

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

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

[Bug 1865969] [NEW] [FFe] add support for unique cloud-config templates based on kernel, distro series, arch, python version

2020-03-03 Thread Chad Smith
Public bug reported:

Cloud-init allows user-data to provide a "## template: jinja" header
line in user-data in order to render custom cloud-config based on any
instance metadata found in /run/cloud-init/instance-data.json.

There are a number of use cases where it would be beneficial to provide
unique cloud-config user-data based on what ubuntu release, machine
architecture kernel or merged_config default_user you an image may have
configured.

Allow cloud customers to write a single cloud-config jinja template
which can customize configuration options based on what it's operating
environment ends up being.

Add 2 top-level keys to the persisted instance-data.json file:

   merged_cfg:
   * The merged cloud-config from /etc/cloud/cloud.cfg and
   /etc/cloud/cloud.cfg.d/*cfg

   * This merged_cfg is helpful in debug and triage of cloud-init bug
   as custom images frequently override Ubuntu certified
   cloud-image defaults.

   sys_info:
   * system platform, arch, kernel and distro info

   * This data is already obtained by cloudinit.util.system_info which
 is used at runtime to determine behavior on every Ubuntu series
 and any other supported distributions.

For ease of use in templates, some of the sys_info fields are
generalized as top-level 'v1' standard keys.

The following are the new generalized v1 instance data keys:
distro, distro_release, distro_version, variant
kernel_release, system_platform, machine, and python_version

This allows a single #cloud-config user-data which would allow for
custom cloud-config based on distro details:

  ## template: jinja
  #cloud-config
   runcmd:
  {% if distro_version == 'xenial' %}
- echo add custom networking extensions to /etc/network/interfaces.d/
  {% elif distro_version == 'bionic' %}
- echo add my custom networking extensions to /etc/netplan/
  {% elif distro == 'centos' %}
- echo do something fun with /etc/sysconfig
  {% endif %}

Potential risk:

 The 'merged_cfg' is sourced from the filesystem in which custom images
could place sensitive information such as passwords or keys. That
merged_cfg will need to be considered a sensitive_metadata_key that is
redacted from the world-readable /run/cloud-init/instance-data.json
file.

The branch proposed will need to address this sensitivity and non-root
users will not be able to run `cloud-init query merged_cfg` as that data
will need to be redacted.

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

** Description changed:

  Cloud-init allows user-data to provide a "## template: jinja" header
  line in user-data in order to render custom cloud-config based on any
  instance metadata found in /run/cloud-init/instance-data.json.
  
  There are a number of use cases where it would be beneficial to provide
  unique cloud-config user-data based on what ubuntu release, machine
  architecture kernel or merged_config default_user you an image may have
  configured.
  
  Allow cloud customers to write a single cloud-config jinja template
  which can customize configuration options based on what it's operating
  environment ends up being.
  
- 
  Add 2 top-level keys to the persisted instance-data.json file:
  
-merged_cfg: the merged cloud-config from /etc/cloud/cloud.cfg and 
/etc/cloud/cloud.cfg.d/*cfg
-This merged_cfg is helpful in debug and triage of cloud-init bugs as 
the filesystem
-images frequently override Ubuntu certified cloud-image defaults.
-   
-sys_info: system platform and distro information surfaced by uname or 
python.platform. 
-This data is already obtained by cloudinit.util.system_info() which is 
used by
-cloud-init runtime to determine cloud-init behavior on every Ubuntu 
series and all
-supported distributions.
+    merged_cfg: 
+* The merged cloud-config from /etc/cloud/cloud.cfg and
+/etc/cloud/cloud.cfg.d/*cfg
+ 
+    * This merged_cfg is helpful in debug and triage of cloud-init bug
+as custom images frequently override Ubuntu certified
+cloud-image defaults.
+ 
+    sys_info: system platform, arch, kernel and distro info
+ 
+    * This data is already obtained by cloudinit.util.system_info which
+  is used at runtime to determine behavior on every Ubuntu series
+  and any other supported distributions.
  
  
- For ease of use in templates, some of the sys_info fields are generalized as 
top-level 'v1' standard keys. The following are the new generalized v1 instance 
data keys:
- distro, distro_release, distro_version, variant
- kernel_release, system_platform, machine, and python_version
+ For ease of use in templates, some of the sys_info fields are generalized as 
top-level 'v1' standard keys. 
  
+ The following are the new generalized v1 instance data keys:
+ distro, distro_release, distro_version, variant
+ kernel_release, system_platform, machine, and 

[Bug 1776873] Re: Whitelisted allowedURLschemes breaks some desktop apps

2020-03-03 Thread Elliot Kendall
This is personally impacting my ability to use Chromium to run the F5
SSL VPN, which uses the f5-epi and f5-vpn schemes.

There needs to be a way for individual users to add to the whitelist.
Adding more schemes like "apt" is just making the issue less painful.

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

Title:
  Whitelisted allowedURLschemes breaks some desktop apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/snapd/+bug/1776873/+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-03 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/promote-to-security
   Status: New => Invalid

** Changed in: kernel-sru-workflow/security-signoff
   Status: New => Invalid

** 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: Ready for Packaging
- phase-changed: Monday, 02. March 2020 04:18 UTC
+ phase: Packaging
+ phase-changed: Wednesday, 04. March 2020 03:51 UTC
  reason:
-   prepare-package: Pending -- version not specified
+   prepare-package: Pending -- package not yet uploaded
+   prepare-package-meta: Pending -- package not yet uploaded
+   prepare-package-signed: Pending -- package not yet uploaded
  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 1865197] Re: trusty/linux-azure: 4.15.0-1074.79~14.04.1 -proposed tracker

2020-03-03 Thread Manoj Iyer
** Summary changed:

- trusty/linux-azure:  -proposed tracker
+ trusty/linux-azure: 4.15.0-1074.79~14.04.1 -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) => Manoj Iyer 
(manjo)

** 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) => Manoj Iyer 
(manjo)

** 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) => Manoj Iyer 
(manjo)

-- 
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 1858844] Re: [Dell XPS 15 9575] Screen brightness stopped working with linux-image-5.4.0-9-generic

2020-03-03 Thread AceLan Kao
Here is a new test kernel which not only revert the quirk, but introduce a new 
way to quirk the panels which support DPCD backlight
https://people.canonical.com/~acelan/bugs/lp1861521/

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

Title:
  [Dell XPS 15 9575] Screen brightness stopped working with linux-
  image-5.4.0-9-generic

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

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

[Bug 1864698] Re: Can't change laptop-screen brightness on Dell XPS 13 9370 with kernel 5.4, but 5.3 works

2020-03-03 Thread AceLan Kao
Here is a new test kernel which not only revert the quirk, but introduce a new 
way to quirk the panels which support DPCD backlight
https://people.canonical.com/~acelan/bugs/lp1861521/

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

Title:
  Can't change laptop-screen brightness on Dell XPS 13 9370 with kernel
  5.4, but 5.3 works

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

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

[Bug 1861521] Re: [FOCAL][REGRESSION] Intel Gen 9 brightness cannot be controlled

2020-03-03 Thread AceLan Kao
** Description changed:

+ [Impact]   
+ After Ubuntu-5.4.0-9.12 which introduce DPCD backlight patches, the
+ backlight control on some platforms fail to work.
+ It seems using OUI string to map the panels which support DPCD
+ backlight doesn't work well, it mis-mapped those panel that doesn't
+ support DPCD backlight, and breaks the backlight control.
+
+ [Fix]
+ The author of the origin DPCD backlight patches recently provides a
+ DP quirks based on EDID identification.
+ 
+ [Fix]
+ Verified on the machine with DPCD backlight and also on the machine
+ which has regression with the OUI quirks, both of them work now.
+ 
+ [Regression Potential]
+ Low, it introduce a new quirks to list the panels which support DPCD
+ backlight.
+ 
+ ===
+ 
  After upgrading from Eoan (5.3.0-29.31) to Focal (5.4.0-12.15), I no
  longer have the ability to control the backlight brightness on my HP
  EliteBook 840 G5. When pressing the brightness hotkeys, the on-screen
  indicator pops up and shows that the brightness setting is being changed
  but the actual screen brightness is stuck on the lowest setting.
  
  This laptop has a built-in privacy screen. If I activate the privacy
  screen (fn-f2), then the actual screen brightness goes to the maximum
  setting and then I am able to dim and brighten the backlight as long as
  the privacy screen functionality is turned on.
  
  This is a regression from Eoan's 5.3.0-29.31 kernel where I was able to
  control the brightness with and without the privacy screen functionality
  being turned on.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.4.0-12-generic 5.4.0-12.15
  ProcVersionSignature: Ubuntu 5.4.0-12.15-generic 5.4.8
  Uname: Linux 5.4.0-12-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.11-0ubuntu16
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Jan 31 11:42:16 2020
  InstallationDate: Installed on 2019-06-24 (221 days ago)
  InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Release amd64 (20190416)
  ProcEnviron:
-  TERM=xterm-256color
-  PATH=(custom, no user)
-  XDG_RUNTIME_DIR=
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  SourcePackage: linux-signed-5.4
  UpgradeStatus: Upgraded to focal on 2020-01-28 (3 days ago)

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

Title:
  [FOCAL][REGRESSION] Intel Gen 9 brightness cannot be controlled

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

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

[Bug 1861521] Re: [FOCAL][REGRESSION] Intel Gen 9 brightness cannot be controlled

2020-03-03 Thread Kai-Heng Feng
This kernel fixes the issue on XPS 9370 at my hand.

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

Title:
  [FOCAL][REGRESSION] Intel Gen 9 brightness cannot be controlled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-5.4/+bug/1861521/+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-03 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-azure: bug 1865193
bionic/linux-bluefield: bug 1863295
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 1863296, bug 1865422
+   bionic/linux-oracle-5.0: bug 1865422, 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/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 1864527] Re: CPU0 is busy after S3 in Dell Precision 3530

2020-03-03 Thread Anthony Wong
** Also affects: linux (Ubuntu Focal)
   Importance: Undecided
 Assignee: Alex Hung (alexhung)
   Status: Incomplete

** Changed in: linux (Ubuntu Focal)
   Status: Incomplete => Fix Released

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

** Changed in: linux (Ubuntu Eoan)
 Assignee: (unassigned) => Alex Hung (alexhung)

** Changed in: linux (Ubuntu Focal)
 Assignee: Alex Hung (alexhung) => (unassigned)

** Changed in: linux (Ubuntu Eoan)
   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/1864527

Title:
  CPU0 is busy after S3 in Dell Precision 3530

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

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

[Bug 1858844] Re: [Dell XPS 15 9575] Screen brightness stopped working with linux-image-5.4.0-9-generic

2020-03-03 Thread Kai-Heng Feng
Same as #1864698?

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

Title:
  [Dell XPS 15 9575] Screen brightness stopped working with linux-
  image-5.4.0-9-generic

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

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

[Bug 1864527] Re: CPU0 is busy after S3 in Dell Precision 3530

2020-03-03 Thread Alex Hung
** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => Alex Hung (alexhung)

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

Title:
  CPU0 is busy after S3 in Dell Precision 3530

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

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

[Bug 1865949] Re: nm-tray silently fails with bad wifi password; saves connection

2020-03-03 Thread MarkF
FYI: I have a Ryzen 3 with intel wireless. I booted the Lubuntu 20200303
image on it. Same behavior. There's no progress or error message about
being unable to connect. I don't know why my experience is different on
3 computers than you guys'.

I've verified the iso checksum. The file-verification at bootup shows no
errors.

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

Title:
  nm-tray silently fails with bad wifi password; saves connection

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

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

[Bug 1865963] [NEW] Screen not repainting dirty regions on some apps (vmwgfx_scanout_update: failed to send dirty (-22, Invalid argument))

2020-03-03 Thread Ceriand
Public bug reported:

When using gvim and some other apps, regions of windows will sometimes
not repaint until the window is moved or otherwise interacted with.
Someone posted a workaround patch on the upstream gitlab and it seems to
fix the issue for me.

Upstream bug is here: https://gitlab.freedesktop.org/xorg/driver/xf86
-video-vmware/issues/8

** Affects: xserver-xorg-video-vmware (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "Patch from upstream bug"
   
https://bugs.launchpad.net/bugs/1865963/+attachment/5333230/+files/vmwgfx-dirty-union.patch

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

Title:
  Screen not repainting dirty regions on some apps
  (vmwgfx_scanout_update: failed to send dirty (-22, Invalid argument))

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-vmware/+bug/1865963/+subscriptions

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

[Bug 1767654] Re: [Intel Braswell] Cursor gets stuck on left side of the screen

2020-03-03 Thread Kai-Heng Feng
Please file an upstream bug at intel graphics upstream:
https://gitlab.freedesktop.org/drm/intel/wikis/How-to-file-i915-bugs

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

Title:
  [Intel Braswell] Cursor gets stuck on left side of the screen

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

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

[Bug 1865949] Re: nm-tray silently fails with bad wifi password; saves connection

2020-03-03 Thread MarkF
@Chris, I'm not having the same experience as you. I enter an invalid
passphrase, nothing happens. No connection-lost msg. And, it saves the
failed connection. The only msg I see is when I fix the password and it
connects successfully.

It doesn't appear to be machine dependent (although, both the old
Toshiba and the new Ryzen 5 use Atheros wifi. Could nm-tray interact
differently than that? Is there some debugging I could enable to provide
more info about what's happening?).

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

Title:
  nm-tray silently fails with bad wifi password; saves connection

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

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

[Bug 1865949] Re: nm-tray silently fails with bad wifi password; saves connection

2020-03-03 Thread Chris Guiver
Thank you for taking the time to report this issue and helping to make
Ubuntu better.

I just tested the daily (20200303) on 'live' 
sony vaio ultrabook (i5-9400u, 4gb, intel haswell-ULT)
and got a "Connection Lost" top right when an incorrect password was used 
(WPA2, hidden). 

The incorrect password was saved in Network Connections before any
checking is performed. To me the box is a data entry box & at worst may
only trip newbies who hopefully will be following documentation
(https://manual.lubuntu.me/stable/3/3.1/3.1.5/nm-tray.html)

When the invalid password is changed to the correct password, instead of
the "Connection Lost" I get a "Connection Established" prompt.

To me all messages seemed clear.

However I didn't evaluate the documentation I made reference to.
@MarkF do we need better documentation? or can you suggest improvements? as 
many that's our problem.

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

Title:
  nm-tray silently fails with bad wifi password; saves connection

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

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

[Bug 1861746] Re: moving the "Account Settings" window makes the main window shrink and move along in the background

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

** Changed in: thunderbird (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/1861746

Title:
  moving the "Account Settings" window makes the main window shrink and
  move along in the background

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

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

[Bug 1865962] [NEW] Dell XPS 13 9300 Intel 1650S wifi [34f0:1651] fails to load firmware

2020-03-03 Thread AceLan Kao
Public bug reported:

[Impact]
It dumps some debug messages while loading iwlwifi firmware every time after 
booted up and finally got below errors
   [5.632845] iwlwifi :00:14.3: Failed to start RT ucode: -110
   [5.632849] iwlwifi :00:14.3: Firmware not running - cannot dump error
   [5.645491] iwlwifi :00:14.3: Failed to run INIT ucode: -110

[Fix]
It looks like it fails to load the firmware since mainline v5.4 kernel, and got 
fixed at v5.6-rc1. After bisect the kernel, the first bad commit is
   b3bd6416fc77 iwlwifi: assume the driver_data is a trans_cfg, but allow full 
cfg

To avoid conflicts, we have to backport the following commits from mainline 
kernel
   b81b7bd02eda iwlwifi: remove some outdated iwl22000 configurations
   c042f0c77f3d iwlwifi: allocate more receive buffers for HE devices
   5661925a9b38 iwlwifi: pcie: rx: use rxq queue_size instead of constant
   bfc3e9fdbfb8 iwlwifi: 22000: fix some indentation
   3681021fc6af iwlwifi: remove IWL_DEVICE_22560/IWL_DEVICE_FAMILY_22560

[Test]
Verified on Dell XPS 9300 with Killer AX1650i wifi card, wifi keeps working 
after reboot 10 times.

[Regression Potential]

** Affects: hwe-next
 Importance: Undecided
 Status: New

** Affects: linux (Ubuntu)
 Importance: Undecided
 Assignee: AceLan Kao (acelankao)
 Status: In Progress

** Affects: linux (Ubuntu Focal)
 Importance: Undecided
 Assignee: AceLan Kao (acelankao)
 Status: In Progress


** Tags: oem-priority originate-from-1865829 ouagadougou

** Also affects: linux (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Tags added: oem-priority originate-from-1865829 ouagadougou

** Changed in: linux (Ubuntu Focal)
   Status: New => In Progress

** Changed in: linux (Ubuntu Focal)
 Assignee: (unassigned) => AceLan Kao (acelankao)

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

Title:
  Dell XPS 13 9300 Intel 1650S wifi [34f0:1651] fails to load firmware

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

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

[Bug 1865949] Re: nm-tray silently fails with bad wifi password; saves connection

2020-03-03 Thread MarkF
@Dan, I just tried the same 20200303 Lubuntu image on a Ryzen 5 machine.
It had the same behavior as reported on the old Toshiba. I click on nm-
tray, choose my wifi access point, enter an incorrect passphrase.
Nothing happens. No message that the connection was attempted/failed.
That access point is then in the "known connections." Clicking it does
nothing (no error).

It sounds like we're having different experiences. Did you test the
Lubuntu daily image? Maybe it's specific to that (since it happens for
me on two different laptops)? If I can provide more info, I'm happy to.

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

Title:
  nm-tray silently fails with bad wifi password; saves connection

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nm-tray/+bug/1865949/+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-03 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: Ongoing -- testing in progress
regression-testing: Ongoing -- testing in progress
security-signoff: Pending -- waiting for signoff
verification-testing: Ongoing -- testing in progress
  trackers:
-   bionic/linux-aws-fips: bug 1865419, bug 1864732
+   bionic/linux-aws-fips: bug 1864732, bug 1865419
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-03 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-kvm: bug 1864737, bug 1865247
bionic/linux-oem: bug 1865200
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 1865346] Re: Changing backlight no longer works with Linux 5.4

2020-03-03 Thread Eric Adams
I have a Dell XPS 15 9570 with the same issue. This includes the slider
in the top panel menu, in system settings and when using the keyboard
shortcuts. When using the keyboard shortcuts, the OSD shows and the bar
moves but the screen brightness is not changed.

System:Host: rex Kernel: 5.4.0-14-generic x86_64 bits: 64 Desktop: Gnome 
3.35.91 Distro: Ubuntu 20.04 LTS (Focal Fossa) 
Machine:   Type: Laptop System: Dell product: XPS 15 9570 v: N/A serial:  
   Mobo: Dell model: 0D0T05 v: A00 serial:  UEFI: Dell 
v: 1.15.0 date: 12/25/2019 
Battery:   ID-1: BAT0 charge: 36.1 Wh condition: 36.1/56.0 Wh (64%) 
CPU:   Topology: 6-Core model: Intel Core i7-8750H bits: 64 type: MT MCP L2 
cache: 9216 KiB 
   Speed: 800 MHz min/max: 800/4100 MHz Core speeds (MHz): 1: 800 2: 
800 3: 800 4: 800 5: 800 6: 800 7: 800 8: 800 
   9: 800 10: 800 11: 800 12: 800 
Graphics:  Device-1: Intel UHD Graphics 630 driver: i915 v: kernel 
   Device-2: NVIDIA GP107M [GeForce GTX 1050 Ti Mobile] driver: N/A 
   Display: x11 server: X.Org 1.20.7 driver: modesetting,nvidia 
unloaded: fbdev,nouveau,vesa 
   resolution: 1920x1080~60Hz 
   OpenGL: renderer: Mesa Intel UHD Graphics 630 (CFL GT2) v: 4.6 Mesa 
20.0.0 
Audio: Device-1: Intel Cannon Lake PCH cAVS driver: snd_hda_intel 
   Device-2: Texas Instruments PCM2902 Audio Codec type: USB driver: 
hid-generic,snd-usb-audio,usbhid 
   Sound Server: ALSA v: k5.4.0-14-generic 
Network:   Device-1: Intel Wireless-AC 9260 driver: iwlwifi 
   IF: wlp59s0 state: up mac: 20:79:18:e7:0b:8f 
   Device-2: ASIX AX88179 Gigabit Ethernet type: USB driver: 
ax88179_178a 
   IF: enx000ec6c5cd04 state: up speed: 1000 Mbps duplex: full mac: 
00:0e:c6:c5:cd:04 
Drives:Local Storage: total: 1.14 TiB used: 719.10 GiB (61.5%) 
   ID-1: /dev/nvme0n1 vendor: Toshiba model: KXG50ZNV256G NVMe 256GB 
size: 238.47 GiB 
   ID-2: /dev/sda vendor: Crucial model: CT1000MX500SSD1 size: 931.51 
GiB 
Partition: ID-1: / size: 87.75 GiB used: 10.80 GiB (12.3%) fs: ext4 dev: 
/dev/nvme0n1p2 
   ID-2: swap-1 size: 14.90 GiB used: 0 KiB (0.0%) fs: swap dev: 
/dev/nvme0n1p5 
Sensors:   System Temperatures: cpu: 52.0 C mobo: N/A 
   Fan Speeds (RPM): cpu: 2476 fan-2: 2499 
Info:  Processes: 340 Uptime: 1h 55m Memory: 15.39 GiB used: 4.40 GiB 
(28.6%) Shell: bash inxi: 3.0.37

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

Title:
  Changing backlight no longer works with Linux 5.4

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

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

[Bug 1865906] Re: software-properties-* import key issue

2020-03-03 Thread Chris Guiver
Also note, if you do test in Lubuntu 19.10, you should also please
execute the following command only once, as it will automatically gather
debugging information, in a terminal:

apport-collect 1865906

When reporting bugs in the future please use apport by using 'ubuntu-
bug' and the name of the package affected. You can learn more about this
functionality at https://wiki.ubuntu.com/ReportingBugs.

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

Title:
  software-properties-* import key issue

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

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

[Bug 1865906] Re: software-properties-* import key issue

2020-03-03 Thread Chris Guiver
Thank you for reporting this bug to Ubuntu.

Ubuntu 19.04 (disco) and all flavors reached end-of-life on January 23,
2020.

See this document for currently supported Ubuntu releases:
https://wiki.ubuntu.com/Releases

We appreciate that this bug may be old and you might not be interested
in discussing it any more. But if you are then please upgrade to the
latest Ubuntu/Lubuntu version and re-test. If you then find the bug is
still present in the newer Ubuntu version, please add a comment here
telling us which new version it is in and change the bug status to
Confirmed.

** Changed in: lubuntu-meta (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/1865906

Title:
  software-properties-* import key issue

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lubuntu-meta/+bug/1865906/+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   8   >