[Bug 1874647] Re: [Ubuntu 20.04] Stale libvirt cache leads to VM startup failures

2020-09-08 Thread Christian Ehrhardt 
FYI - Re-uploaded since the first shot (while testing fine) had formally
an incorrect format for referencing a Launchpad bug.

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

Title:
  [Ubuntu 20.04] Stale libvirt cache leads to VM startup failures

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

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

[Bug 1894942] Re: [UBUNTU 20.04] Lost virtio host --> guest notifications cause devices to cease normal operation

2020-09-08 Thread Frank Heimes
** Also affects: ubuntu-z-systems
   Importance: Undecided
   Status: New

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

** Changed in: qemu (Ubuntu)
 Assignee: Skipper Bug Screeners (skipper-screen-team) => Canonical Server 
Team (canonical-server)

** Changed in: ubuntu-z-systems
   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/1894942

Title:
  [UBUNTU 20.04] Lost virtio host --> guest notifications cause devices
  to cease normal operation

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

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

[Bug 1871794] Re: [Bluetooth] No audio output/input in HSP/HFP mode

2020-09-08 Thread Executenor
I use a Sony WH-1000MX2 too, and after an update my bluetooth broke
again.

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

Title:
  [Bluetooth] No audio output/input in HSP/HFP mode

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

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

[Bug 1894942] [NEW] [UBUNTU 20.04] Lost virtio host --> guest notifications cause devices to cease normal operation

2020-09-08 Thread bugproxy
Public bug reported:

Problem Description:

When irqfds are not used setting of the adapter interruption
host-->guest notifier bit is accomplished by the QEMU function
virtio_set_ind_atomic().

The atomic_cmpxchg() loop in virtio_set_ind_atomic() is broken because we 
occasionally end up with old and _old having different values (a legit compiler 
can generate code that accessed *ind_addr again to pick up a value for _old 
instead of using the value of old that was already fetched according to the 
rules of the abstract machine). This means the underlying CS instruction may 
use a different old (_old) than the one we intended to use if atomic_cmpxchg() 
performed the xchg part.

The direct consequence of the problem is that host --> guest notifications can 
get lost. The indirect consequence is that queues may get stuck and the devices 
may cease operate normally. We stumbled on debugging a choked virtio-net 
interface (one that used the qemu driver and not vhost). But it can affect 
other virtio-ccw devices as well. 

If irqfds are used for host->guest notifications, then we are safe
because notifier bit manipulation is done in the kernel (and it's done
correctly).


The problem described above is fixed upstream by commit.

1a8242f7c3 ("virtio-ccw: fix virtio_set_ind_atomic")

All upstream versions since v2.0.0 are (potentially) affected.

The same mistake was made in QEMU in another place, and is fixed by:

45175361f1 ("s390x/pci: fix set_ind_atomic")

We can file a separate BZ for it if necessary.

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


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

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

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

Title:
  [UBUNTU 20.04] Lost virtio host --> guest notifications cause devices
  to cease normal operation

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

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

[Bug 1894942] Debug only patch that simulates PV guest IO on a non-PV machine

2020-09-08 Thread bugproxy
Default Comment by Bridge

** Attachment added: "Debug only patch that simulates PV guest IO on a non-PV 
machine"
   
https://bugs.launchpad.net/bugs/1894942/+attachment/5408906/+files/0001-DEBUG-add-option-to-fake-IO.patch

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

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

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

Title:
  [UBUNTU 20.04] Lost virtio host --> guest notifications cause devices
  to cease normal operation

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

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

[Bug 1887974] Re: [20.04] Valgrind: PPC sync instruction L field should only be 2 bits in ISA 3.0

2020-09-08 Thread Frank Heimes
** Changed in: ubuntu-power-systems
   Status: Fix Committed => Fix Released

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

Title:
  [20.04] Valgrind: PPC sync instruction L field should only be 2 bits
  in ISA 3.0

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

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

[Bug 1894772] Re: live migration of windows 2012 r2 instance with virtio balloon driver fails from mitaka to queens.

2020-09-08 Thread Seyeong Kim
With M-M-Q-U, and I faced issue described above, instance in Q crashed without 
special log in qemu
only found msg is below from syslog
Sep  9 04:50:53 colt libvirtd[1311]: 2020-09-09 04:50:53.224+: 1311: error 
: qemuMonitorIO:719 : internal error: End of file from qemu monitor

I tried to find trigger about this but no luck yet.
I tested M-M-Q and waited but no issue was found yet.

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

Title:
  live migration of windows 2012 r2 instance with virtio balloon driver
  fails from mitaka to queens.

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

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

[Bug 1894878] Re: gedit has lost the ability to specify the max-recents value

2020-09-08 Thread Daniel Letzeisen
The issue has already been reported (and closed as won't fix):
https://gitlab.gnome.org/GNOME/gedit/-/issues/315

** Bug watch added: gitlab.gnome.org/GNOME/gedit/-/issues #315
   https://gitlab.gnome.org/GNOME/gedit/-/issues/315

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

Title:
  gedit has lost the ability to specify the max-recents value

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

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

[Bug 1888352] Re: use builtin dump_acpi_tables.py in hookutils

2020-09-08 Thread Yuan-Chen Cheng
given #14, verified done

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

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

Title:
  use builtin dump_acpi_tables.py in hookutils

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

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

[Bug 1833116] Re: [chtmax98090 on Bay Trail Chromebooks] audio not working, shows "Dummy Output"

2020-09-08 Thread Kai-Heng Feng
** Also affects: alsa-ucm-conf (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  [chtmax98090 on Bay Trail Chromebooks] audio not working, shows "Dummy
  Output"

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

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

[Bug 1837810] Re: KVM: Fix zero_page reference counter overflow when using KSM on KVM compute host

2020-09-08 Thread Matthew Ruffell
As promised, I have an update on the lab machine I left running
ksm_refcnt_overflow.sh for a week straight.

The machine was running 4.15.0-116-generic from -proposed:

$ uname -rv
4.15.0-116-generic #117-Ubuntu SMP Fri Aug 28 16:04:22 UTC 2020
$ uptime
 04:36:14 up 7 days, 1 min,  1 user,  load average: 3.47, 3.14, 2.97
 
In that time it has created and destroyed 32,950 virtual machines:

$ virsh list
 IdName   State

 32945 instance-0 running
 32946 instance-1 running
 32947 instance-2 running
 32948 instance-3 running
 32949 instance-4 running
 
If we look at the current value of the reference counter, it is still set to 1:

$ cat /proc/zero_page_refcount
Zero Page Refcount: 0x1 or 1

I checked /var/log/kern.log, /var/log/syslog and journalctl, there are
no oops messages, and the KVM subsystem is stable.

I am shutting the lab machine down now, as I am convinced the patch is
stable. This SRU is still verified.

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

Title:
  KVM: Fix zero_page reference counter overflow when using KSM on KVM
  compute host

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

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

[Bug 1894934] Re: Black Screen at Dell Inspiron 3593

2020-09-08 Thread Ubuntu Foundations Team Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  It seems that your bug report is not filed about a
specific source package though, rather it is just filed against Ubuntu
in general.  It is important that bug reports be filed about source
packages so that people interested in the package can find the bugs
about it.  You can find some hints about determining what package your
bug might be about at https://wiki.ubuntu.com/Bugs/FindRightPackage.
You might also ask for help in the #ubuntu-bugs irc channel on Freenode.

To change the source package that this bug is filed about visit
https://bugs.launchpad.net/ubuntu/+bug/1894934/+editstatus and add the
package name in the text box next to the word Package.

[This is an automated message.  I apologize if it reached you
inappropriately; please just reply to this message indicating so.]

** Tags added: bot-comment

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

Title:
  Black Screen at Dell Inspiron 3593

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

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

[Bug 1399547] Re: cruft in ~/.davfs2/cache/ keeps on growing

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

** Changed in: davfs2 (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/1399547

Title:
  cruft in ~/.davfs2/cache/ keeps on growing

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

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

[Bug 1307962] Re: file operation (mv) unsusccessful - possible dataloss

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

** Changed in: davfs2 (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/1307962

Title:
  file operation (mv) unsusccessful - possible dataloss

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

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

[Bug 1618749] Re: davfs2 eats my data

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

** Changed in: davfs2 (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/1618749

Title:
  davfs2 eats my data

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

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

[Bug 1884353] Re: Ubuntu 20.04 partial upgrade failure

2020-09-08 Thread Launchpad Bug Tracker
[Expired for Ubuntu because there has been no activity for 60 days.]

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

Title:
  Ubuntu 20.04 partial upgrade failure

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

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

[Bug 1852067] Re: [HP ZBook Studio G5, Conexant Generic, Speaker, Internal] No sound from built-in speakers after disconnecting headphones. Prior to connecting headphones speakers works ok.

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

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

Title:
  [HP ZBook Studio G5, Conexant Generic, Speaker, Internal] No sound
  from built-in speakers after disconnecting headphones. Prior to
  connecting headphones speakers works ok.

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

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

[Bug 1886952] Re: ImportError: this module was compiled for Python 3.7

2020-09-08 Thread Launchpad Bug Tracker
[Expired for python-cryptography (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: python-cryptography (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/1886952

Title:
  ImportError: this module was compiled for Python 3.7

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

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

[Bug 1886950] Re: ImportError: this module was compiled for Python 3.7

2020-09-08 Thread Launchpad Bug Tracker
[Expired for python-nacl (Ubuntu) because there has been no activity for
60 days.]

** Changed in: python-nacl (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/1886950

Title:
  ImportError: this module was compiled for Python 3.7

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

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

[Bug 1894937] [NEW] Feature request: Save, Restore, Default buttons on repository dialog box.

2020-09-08 Thread Clinton H
Public bug reported:

1) Ubuntu 20.04
2) Synaptic 0.84.6
3) In Synaptic, on the Repositories dialog box, could you add "Save", 
"Restore", and "Default" buttons? Clicking the Save button would save to a file 
all the repository listings. Clicking the Restore button would replace the 
listed repositories with repositories listed in the saved repository file. 
Clicking the Default button would replace all the listed repositories with the 
default Synaptic issued repositories.
4) If an important repository is deleted, there is not an easy way to restore 
it.

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

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

Title:
  Feature request: Save, Restore, Default buttons on repository dialog
  box.

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

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

[Bug 1888352] Re: use builtin dump_acpi_tables.py in hookutils

2020-09-08 Thread Alex Hung
After using apport-unpack for #8, acpidump looks good

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

Title:
  use builtin dump_acpi_tables.py in hookutils

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

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

[Bug 1833116] Re: chtmax98090 not working out of the box

2020-09-08 Thread Daniel van Vugt
** Also affects: linux (Ubuntu)
   Importance: Undecided
   Status: New

** Tags added: focal

** Summary changed:

- chtmax98090 not working out of the box
+ [chtmax98090 on Bay Trail Chromebooks] audio not working, shows "Dummy Output"

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

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

** Changed in: pulseaudio (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/1833116

Title:
  [chtmax98090 on Bay Trail Chromebooks] audio not working, shows "Dummy
  Output"

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

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

[Bug 1894936] [NEW] The Add Custom Shortcut window is not taking input from keyboard.

2020-09-08 Thread Chaitanya Deep
Public bug reported:

The Add Custom Shortcut window is not taking input from keyboard.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: gnome-control-center 1:3.36.4-0ubuntu1
ProcVersionSignature: Ubuntu 5.4.0-42.46-generic 5.4.44
Uname: Linux 5.4.0-42-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.4
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Wed Sep  9 09:10:20 2020
ExecutablePath: /usr/bin/gnome-control-center
InstallationDate: Installed on 2020-09-08 (0 days ago)
InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
ProcEnviron:
 LANGUAGE=en_IN:en
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_IN
 SHELL=/bin/bash
SourcePackage: gnome-control-center
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug focal

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

Title:
  The Add Custom Shortcut window is not taking input from keyboard.

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

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

[Bug 1894903] Re: Changing orientation to portrait on second screend affects performance on primary screen, artifacts like

2020-09-08 Thread Daniel van Vugt
On the login screen, before you enter your password, please try
selecting 'Ubuntu on Wayland' from the icon in the bottom right. Does
the same problem occur in that mode?

** Tags added: multimonitor

** Package changed: xorg (Ubuntu) => xorg-server (Ubuntu)

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

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

** Changed in: xorg-server (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/1894903

Title:
  Changing orientation to portrait on second screend affects performance
  on primary screen, artifacts like

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

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

[Bug 1894917] Re: [chtmax98090][Dell Chromebook 11 'candy'] Pulseaudio fails to detect card // Bluetooth and USB devices work but internal speakers do not work (gives dummy output)

2020-09-08 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1833116 ***
https://bugs.launchpad.net/bugs/1833116

** Summary changed:

- [chtmax98090 - chtmax98090, playback] Pulseaudio fails to detect card // 
Bluetooth and USB devices work but internal speakers do not work (gives dummy 
output)
+ [chtmax98090][Dell Chromebook 11 'candy'] Pulseaudio fails to detect card // 
Bluetooth and USB devices work but internal speakers do not work (gives dummy 
output)

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

** This bug has been marked a duplicate of bug 1833116
   chtmax98090 not working out of the box

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

Title:
  [chtmax98090][Dell Chromebook 11 'candy'] Pulseaudio fails to detect
  card // Bluetooth and USB devices work but internal speakers do not
  work (gives dummy output)

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

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

[Bug 1585434] Re: ecryptfs_decrypt_page: Error attempting to read lower page; rc = [-4]

2020-09-08 Thread Christian Stewart
I am also seeing this issue against 5.9-rc2.

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

Title:
  ecryptfs_decrypt_page: Error attempting to read lower page; rc = [-4]

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

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

[Bug 1894886] Re: Xorg freeze

2020-09-08 Thread Daniel van Vugt
This is probably a crash or freeze related to the open source graphics
driver: 'nouveau'. Your GPU looks new enough to support the latest
proprietary Nvidia driver instead so I suggest trying that. Just open
the 'Additional Drivers' app and have a look.

If for any reason the problem persists then please follow these
instructions:

https://wiki.ubuntu.com/Bugs/Responses#Missing_a_crash_report_or_having_a_.crash_attachment

** Tags added: nouveau

** Summary changed:

- Xorg freeze
+ [nouveau] Xorg freeze

** Package changed: xorg (Ubuntu) => xorg-server (Ubuntu)

** Changed in: xorg-server (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/1894886

Title:
  [nouveau] Xorg freeze

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

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

[Bug 1894934] Re: Black Screen at Dell Inspiron 3593

2020-09-08 Thread Ismendy Sandoval
** Description changed:

- Once my laptop is configured to suspend when closing the lid when using the 
battery, 
- I proceed to close the lid while disconnected from the electricity. The 
laptop suspends properly, 
+ Once my laptop is configured to suspend when closing the lid when using
+ the battery,
  
- but opening the lid presents the desktop image and then a black screen with 
light. 
- When for this I can do absolutely nothing. I have tried Ctrl + Alt + F1, F2, 
F3  
- and it doesn't switch to console mode. I press the off button and it does 
nothing. 
- The only solution is to press and hold the power button for several seconds 
until it turns off. 
+ I proceed to close the lid while disconnected from the electricity. The
+ laptop suspends properly,
+ 
+ but opening the lid presents the desktop image and then a black screen with 
light.
+ When for this I can do absolutely nothing. I have tried Ctrl + Alt + F1, F2, 
F3 
+ 
+ and it doesn't switch to console mode. I press the off button and it
+ does nothing.
+ 
+ The only solution is to press and hold the power button for several seconds 
until it turns off.
  Then I can start again.
  
+ Linux Mint 20 Ulyana
  
- System:Kernel: 5.4.0-47-generic x86_64 bits: 64 compiler: gcc v: 9.3.0 
Desktop: Cinnamon
-4.6.7 wm: muffin dm: LightDM Distro: Linux Mint 20 Ulyana base: 
Ubuntu 20.04 focal 
- Machine:   Type: Laptop System: Dell product: Inspiron 3593 v: N/A serial: 
 Chassis: 
-type: 10 serial:  
-Mobo: Dell model: 0HC91N v: A00 serial:  UEFI: Dell v: 
1.9.1 date: 06/11/2020 
- Battery:   ID-1: BAT0 charge: 41.7 Wh condition: 41.7/42.0 Wh (99%) volts: 
13.0/11.4 
-model: SWD-ATL3.618 DELL WJPC404 serial:  status: Full 
- CPU:   Topology: Quad Core model: Intel Core i7-1065G7 bits: 64 type: MT 
MCP arch: Ice Lake 
-rev: 5 L2 cache: 8192 KiB 
-flags: avx avx2 lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx 
bogomips: 23961 
-Speed: 3681 MHz min/max: 400/3900 MHz Core speeds (MHz): 1: 2750 
2: 3803 3: 3558 
-4: 2748 5: 1886 6: 3800 7: 3646 8: 3043 
- Graphics:  Device-1: Intel Iris Plus Graphics G7 vendor: Dell driver: i915 v: 
kernel 
-bus ID: 00:02.0 chip ID: 8086:8a52 
-Display: x11 server: X.Org 1.20.8 driver: modesetting unloaded: 
fbdev,vesa 
-resolution: 1920x1080~60Hz, 1280x1024~60Hz 
-OpenGL: renderer: Mesa Intel Iris Plus Graphics (ICL GT2) v: 4.6 
Mesa 20.0.8 
-direct render: Yes
+ 
+ System:Kernel: 5.4.0-47-generic x86_64 bits: 64 compiler: gcc v: 9.3.0 
+Desktop: Cinnamon 4.6.7 wm: muffin dm: LightDM Distro: Linux 
+Mint 20 Ulyana base: Ubuntu 20.04 focal
+ 
+ 
+ Machine:   Type: Laptop System: Dell product: Inspiron 3593 v: N/A serial: 
+ Chassis: type: 10 serial:  Mobo: Dell model: 
+0HC91N v: A00 serial:  UEFI: Dell v: 1.9.1 date: 
+06/11/2020
+ 
+ 
+ Battery:   ID-1: BAT0 charge: 41.7 Wh condition: 41.7/42.0 Wh (99%) volts: 
+13.0/11.4 model: SWD-ATL3.618 DELL WJPC404 serial:  
+status: Full
+ 
+ CPU:   Topology: Quad Core model: Intel Core i7-1065G7 bits: 64 type: 
+MT MCP arch: Ice Lake rev: 5 L2 cache: 8192 KiB
+    flags: avx avx2 lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx 
+bogomips: 23961
+    Speed: 3681 MHz min/max: 400/3900 MHz Core speeds (MHz): 1: 
+2750 2: 3803 3: 35584: 2748 5: 1886 6: 3800 7: 3646 8: 3043
+ 
+ Graphics:  Device-1: Intel Iris Plus Graphics G7 vendor: Dell driver: i915 
+v: kernel bus ID: 00:02.0 chip ID: 8086:8a52
+    Display: x11 server: X.Org 1.20.8 driver: modesetting unloaded: 
+fbdev,vesa resolution: 1920x1080~60Hz, 1280x1024~60Hz
+    OpenGL: renderer: Mesa Intel Iris Plus Graphics (ICL GT2) v: 
+4.6 Mesa 20.0.8 direct render: Yes

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

Title:
  Black Screen at Dell Inspiron 3593

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

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

[Bug 1894852] Re: Graphics slow on hybrid AMD/Nvidia laptop

2020-09-08 Thread Daniel Letzeisen
@vanvugt: user is running KDE/Kubuntu

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

Title:
  Graphics slow on hybrid AMD/Nvidia laptop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-450/+bug/1894852/+subscriptions

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

[Bug 1888352] Re: use builtin dump_acpi_tables.py in hookutils

2020-09-08 Thread Alex Hung
@ycheng-twn,

#10 and #11 are basically the same except orders of some tables; however
this is as expected.

the gz file of #8 contains a "single" plain text file. Shouldn't it be
one file for each log file?

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

Title:
  use builtin dump_acpi_tables.py in hookutils

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

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

[Bug 1894934] [NEW] Black Screen at Dell Inspiron 3593

2020-09-08 Thread Ismendy Sandoval
Public bug reported:

Once my laptop is configured to suspend when closing the lid when using
the battery,

I proceed to close the lid while disconnected from the electricity. The
laptop suspends properly,

but opening the lid presents the desktop image and then a black screen with 
light.
When for this I can do absolutely nothing. I have tried Ctrl + Alt + F1, F2, F3 


and it doesn't switch to console mode. I press the off button and it
does nothing.

The only solution is to press and hold the power button for several seconds 
until it turns off.
Then I can start again.

Linux Mint 20 Ulyana


System:Kernel: 5.4.0-47-generic x86_64 bits: 64 compiler: gcc v: 9.3.0 
   Desktop: Cinnamon 4.6.7 wm: muffin dm: LightDM Distro: Linux 
   Mint 20 Ulyana base: Ubuntu 20.04 focal


Machine:   Type: Laptop System: Dell product: Inspiron 3593 v: N/A serial: 
Chassis: type: 10 serial:  Mobo: Dell model: 
   0HC91N v: A00 serial:  UEFI: Dell v: 1.9.1 date: 
   06/11/2020


Battery:   ID-1: BAT0 charge: 41.7 Wh condition: 41.7/42.0 Wh (99%) volts: 
   13.0/11.4 model: SWD-ATL3.618 DELL WJPC404 serial:  
   status: Full

CPU:   Topology: Quad Core model: Intel Core i7-1065G7 bits: 64 type: 
   MT MCP arch: Ice Lake rev: 5 L2 cache: 8192 KiB
   flags: avx avx2 lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx 
   bogomips: 23961
   Speed: 3681 MHz min/max: 400/3900 MHz Core speeds (MHz): 1: 
   2750 2: 3803 3: 35584: 2748 5: 1886 6: 3800 7: 3646 8: 3043

Graphics:  Device-1: Intel Iris Plus Graphics G7 vendor: Dell driver: i915 
   v: kernel bus ID: 00:02.0 chip ID: 8086:8a52
   Display: x11 server: X.Org 1.20.8 driver: modesetting unloaded: 
   fbdev,vesa resolution: 1920x1080~60Hz, 1280x1024~60Hz
   OpenGL: renderer: Mesa Intel Iris Plus Graphics (ICL GT2) v: 
   4.6 Mesa 20.0.8 direct render: Yes

** Affects: ubuntu
 Importance: Undecided
 Status: New

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

Title:
  Black Screen at Dell Inspiron 3593

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

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

[Bug 1882998] Re: openvdb6.2 is non functionnal on Focal due to jemalloc

2020-09-08 Thread Richard Viney
[Impact]

 * This issue causes apps to be unable to dlopen libopenvdb6.2 or any
shared libraries that depend directly or indirectly on libopenvdb6.2.
Notably this includes libopenimageio2.1 and anything that depends on it.
The python3-openvdb package also doesn't work in focal at present
because of this issue.

 * This issue is a good candidate for backporting to focal because (1)
the fix is a very modest change to the build of the libopenvdb6.2
package; (2) this is a regression from the previous stable release of
Ubuntu (bionic); (3) several packages are affected by it.

 * The change already in groovy fixes this issue by not building
libopenvdb with jemalloc.

[Test Case]

 * `apt install python3-openvdb && python3 -c "import pyopenvdb"` should
succeed, but because of this issue it currently fails with the error
"cannot allocate memory in static TLS block".

 * Also, the following C program should print a non-nil value to stdout:

```c
#include 
#include 

void main() {
  printf("%p\n", dlopen("/usr/lib/x86_64-linux-gnu/libopenvdb.so.6.2", 
RTLD_NOW));
}
```

[Regression Potential]

 * Regressions are unlikely because the only change is to the choice of
allocator for libopenvdb6.2 when configuring the build with CMake.

 * There is no need for a patch to libopenvdb.

 * The patch applied in groovy is https://salsa.debian.org/multimedia-
team/openvdb/-/commit/ac393d95aa19d29c23a97dca1ace23061ebe5c17

[Other Info]
 
 * There are workarounds for this issue, but each has its own drawbacks and may 
not be possible in every situation where this issue could occur.

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

Title:
   openvdb6.2 is non functionnal on Focal due to jemalloc

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

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

[Bug 1894881] Re: [XPS 13 9300, Realtek ALC289, Speaker, Internal] Pulseaudio fails to detect card

2020-09-08 Thread Daniel van Vugt
** Also affects: linux (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  [XPS 13 9300, Realtek ALC289, Speaker, Internal] Pulseaudio fails to
  detect card

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

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

[Bug 1894881] Missing required logs.

2020-09-08 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 1894881

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

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

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

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

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

Title:
  [XPS 13 9300, Realtek ALC289, Speaker, Internal] Pulseaudio fails to
  detect card

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

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

[Bug 1894852] Re: Graphics slow on hybrid AMD/Nvidia laptop

2020-09-08 Thread Daniel van Vugt
I've heard that hybrid systems should have a 'Launch on Discrete GPU'
menu item. Don't you see that when right clicking on an app icon?

https://help.gnome.org/misc/release-notes/stable/

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

Title:
  Graphics slow on hybrid AMD/Nvidia laptop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-450/+bug/1894852/+subscriptions

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

[Bug 1894454] Re: [nvidia] Screen freeze

2020-09-08 Thread Daniel van Vugt
I suggest opening the 'Additional Drivers' app and trying to downgrade
to driver version 440 instead of 450.

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

Title:
  [nvidia] Screen freeze

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-450/+bug/1894454/+subscriptions

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

[Bug 1894454] Re: [nvidia] Screen freeze

2020-09-08 Thread Daniel van Vugt
Thanks. It appears your previous session crashed due to an Nvidia
hardware/driver problem:

Eyl 08 14:05:52 gokmen-precision-tower-3620 kernel: NVRM: GPU at 
PCI::01:00: GPU-e87e8c4e-fc92-319a-6813-3f0cdc7d250e
Eyl 08 14:05:52 gokmen-precision-tower-3620 kernel: NVRM: GPU Board Serial 
Number: 0420617011626
Eyl 08 14:05:52 gokmen-precision-tower-3620 kernel: NVRM: Xid (PCI::01:00): 
31, pid=2071, Ch 0020, intr 1000. MMU Fault: ENGINE GRAPHICS 
GPCCLIENT_RAST faulted @ 0x0_. Fault is of type FAULT_PDE 
ACCESS_TYPE_READ
Eyl 08 14:05:52 gokmen-precision-tower-3620 kernel: NVRM: Xid (PCI::01:00): 
31, pid=478, Ch 0002, intr 1000. MMU Fault: ENGINE GRAPHICS 
GPCCLIENT_RAST faulted @ 0x0_. Fault is of type FAULT_PDE 
ACCESS_TYPE_READ
Eyl 08 14:05:52 gokmen-precision-tower-3620 /usr/lib/gdm3/gdm-x-session[1925]: 
(EE) NVIDIA(0): The NVIDIA X driver has encountered an error; attempting to
Eyl 08 14:05:52 gokmen-precision-tower-3620 kernel: NVRM: Xid (PCI::01:00): 
69, pid=1925, Class Error: ChId 0018, Class b097, Offset 08d0, Data 
00343410, ErrorCode 000c
Eyl 08 14:05:52 gokmen-precision-tower-3620 /usr/lib/gdm3/gdm-x-session[1925]: 
(EE) NVIDIA(0): recover...
Eyl 08 14:05:57 gokmen-precision-tower-3620 /usr/lib/gdm3/gdm-x-session[1925]: 
(WW) NVIDIA: Wait for channel idle timed out.
Eyl 08 14:05:58 gokmen-precision-tower-3620 kernel: NVRM: Xid (PCI::01:00): 
31, pid=1925, Ch 001a, intr 1000. MMU Fault: ENGINE GRAPHICS 
HUBCLIENT_FE faulted @ 0x1_01fa. Fault is of type 
FAULT_UNSUPPORTED_APERTURE ACCESS_TYPE_WRITE
Eyl 08 14:05:59 gokmen-precision-tower-3620 kernel: NVRM: Xid (PCI::01:00): 
32, pid=1226, Channel ID 0001 intr 8006
Eyl 08 14:05:59 gokmen-precision-tower-3620 kernel: NVRM: Xid (PCI::01:00): 
32, pid=1226, Channel ID 0001 intr 0002

** Package changed: ubuntu => nvidia-graphics-drivers-450 (Ubuntu)

** Changed in: nvidia-graphics-drivers-450 (Ubuntu)
   Status: Incomplete => New

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

Title:
  [nvidia] Screen freeze

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-450/+bug/1894454/+subscriptions

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

[Bug 1855507] Re: Keyboard navigation can't get back to the sidebar

2020-09-08 Thread Daniel van Vugt
** Summary changed:

- Add arrow key navigation to Settings app.
+ Keyboard navigation can't get back to the sidebar

** Changed in: gnome-control-center (Ubuntu)
   Status: Incomplete => Triaged

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

Title:
  Keyboard navigation can't get back to the sidebar

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

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

[Bug 1894874] Re: [SRU] New upstream release 3.36.3

2020-09-08 Thread Daniel van Vugt
** Description changed:

  [ Description ]
  
  We should ship the stable update for gdm3
  
  - Always use separate session bus for greeter sessions
  - Chrome remote desktop fix
  - Don't hardcode path to plymouth
- - Fixes for when GDM isn't started on its configured initial VT (LP:
-   #1845801)
+ - Fixes for when GDM isn't started on its configured initial VT (LP: 
#1845801)
  - keyutils has a .pc file so use it
    This runs dbus-run-session, so the binary needs to be available
  - User switching fix
  
  We have a GNOME MRE so upstream's fixes don't need to be explicitly
  verified.
  
  [ QA ]
  
  Test:
  
  1. Regular login
  2. Auto-login
  3. Fast user switching
  4. X and Wayland
  5. Launching different sessions
  
  [ Regression potential ]
  
  It's the program which logs you in to your session - the consequences
  could be severe up to and including nobody being able to log in using
  gdm.

** Description changed:

  [ Description ]
  
  We should ship the stable update for gdm3
  
  - Always use separate session bus for greeter sessions
  - Chrome remote desktop fix
  - Don't hardcode path to plymouth
- - Fixes for when GDM isn't started on its configured initial VT (LP: 
#1845801)
+ - Fixes for when GDM isn't started on its configured initial VT (bug 
1845801)
  - keyutils has a .pc file so use it
    This runs dbus-run-session, so the binary needs to be available
  - User switching fix
  
  We have a GNOME MRE so upstream's fixes don't need to be explicitly
  verified.
  
  [ QA ]
  
  Test:
  
  1. Regular login
  2. Auto-login
  3. Fast user switching
  4. X and Wayland
  5. Launching different sessions
  
  [ Regression potential ]
  
  It's the program which logs you in to your session - the consequences
  could be severe up to and including nobody being able to log in using
  gdm.

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

Title:
  [SRU] New upstream release 3.36.3

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

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

[Bug 1880443] Re: targetcli fails iscsi setup after upgrade from 18.04 to 20.04

2020-09-08 Thread Rafael David Tinoco
I added a tag to discuss this with server team in order to check if
adding a new systemd unit to Focal is something okay to be done as SRU
(Stable Release Update).

** Also affects: targetcli-fb (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Changed in: targetcli-fb (Ubuntu Bionic)
   Status: New => Fix Released

** Changed in: targetcli-fb (Ubuntu)
   Importance: Medium => Undecided

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

Title:
  targetcli fails iscsi setup after upgrade from 18.04 to 20.04

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

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

[Bug 1894909] Re: Feature Request: Ability to change "Applications Overview" button style.

2020-09-08 Thread Daniel van Vugt
It appears that icon is customizable through regular icon theming. It's
called 'view-app-grid-symbolic'...

./Adwaita/scalable/actions/view-app-grid-symbolic.svg
./Adwaita/64x64/actions/view-app-grid-symbolic.symbolic.png
./Adwaita/48x48/actions/view-app-grid-symbolic.symbolic.png
./Adwaita/96x96/actions/view-app-grid-symbolic.symbolic.png
./Adwaita/16x16/actions/view-app-grid-symbolic.symbolic.png
./Adwaita/32x32/actions/view-app-grid-symbolic.symbolic.png
./Adwaita/24x24/actions/view-app-grid-symbolic.symbolic.png
./Yaru/scalable/actions/view-app-grid-symbolic.svg


** Tags added: focal

** Changed in: gnome-shell (Ubuntu)
   Status: New => Invalid

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

Title:
  Feature Request: Ability to change "Applications Overview" button
  style.

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

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

[Bug 1894872] Re: [HP 15 Notebook] Audio stuttering in Ubuntu

2020-09-08 Thread Daniel van Vugt
** Summary changed:

- Audio stuttering in Ubuntu
+ [HP 15 Notebook] Audio stuttering in Ubuntu

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

Title:
  [HP 15 Notebook] Audio stuttering in Ubuntu

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

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

[Bug 1880443] Re: targetcli fails iscsi setup after upgrade from 18.04 to 20.04

2020-09-08 Thread Rafael David Tinoco
Focal does not have a systemd unit called "targetd.service" which is
responsible to restore previous LIO configuration. Groovy has it. In
Focal, targetcli-fb was not yet in MAIN archive, it has been put in MAIN
after Focal (for a reason, like explained in LP: #1854362).

In order to mitigate this, one can create a systemd unit file in Focal
with the following:

[rafaeldtinoco@targetclifb ~]$ systemctl edit --force --full
targetd.service


[Unit]
Description=Restore LIO kernel target configuration
Requires=sys-kernel-config.mount
After=sys-kernel-config.mount network.target local-fs.target

[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/bin/targetctl restore
ExecStop=/usr/bin/targetctl clear
SyslogIdentifier=target

[Install]
WantedBy=multi-user.target


[rafaeldtinoco@targetclifb ~]$ systemctl enable --now targetd.service
Created symlink /etc/systemd/system/multi-user.target.wants/targetd.service → 
/etc/systemd/system/targetd.service.

This will make Focal to behave just as in Groovy.. after a , the
LIO configuration is restored like the last configuration set in
targetcli-fb:

[rafaeldtinoco@targetclifb ~]$ sudo targetcli 
targetcli shell version 2.1.51
Copyright 2011-2013 by Datera, Inc and others.
For help on commands, type 'help'.

/> ls /
o- / ...
  o- backstores 
  | o- block ...
  | o- fileio ..
  | o- pscsi ...
  | o- ramdisk .
  |   o- lun01 .
  |   | o- alua 
  |   |   o- default_tg_pt_gp ..
  |   o- lun02 .
  | o- alua 
  |   o- default_tg_pt_gp ..
  o- iscsi .
  | o- iqn.2003-01.org.linux-iscsi.targetclifb.x8664
  |   o- tpg1 ..
  | o- acls 
  | | o- iqn.1993-08.org.debian:01:c6fc64976698 
  | |   o- mapped_lun1 .
  | |   o- mapped_lun2 .
  | o- luns 
  | | o- lun1 ..
  | | o- lun2 ..
  | o- portals .
  |   o- 0.0.0.0:3260 ..
  o- loopback ..
  o- vhost .
  o- xen-pvscsi 
/>

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

Title:
  targetcli fails iscsi setup after upgrade from 18.04 to 20.04

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

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

[Bug 1707831] Re: [enhancement] Replace/extend the "Activities" label with the Ubuntu icon/logo/glyph

2020-09-08 Thread Daniel van Vugt
I disagree because the app grid icon is already nicely symbolic, not
textual. This bug is mainly about replacing a textual 'Activities'
button with a symbolic one.

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

Title:
  [enhancement] Replace/extend the "Activities" label with the Ubuntu
  icon/logo/glyph

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

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

[Bug 1894874] Re: [SRU] New upstream release 3.36.3

2020-09-08 Thread Chris Halse Rogers
Hello Iain, or anyone else affected,

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

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

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

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

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

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

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

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

Title:
  [SRU] New upstream release 3.36.3

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

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

[Bug 1845801] Re: [nvidia] Automatic login fails and then all subsequent logins fail. Killing gnome-session-binary fixes it, or just not using automatic login.

2020-09-08 Thread Chris Halse Rogers
Hello Martin, or anyone else affected,

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

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

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

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

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

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

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

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

Title:
  [nvidia] Automatic login fails and then all subsequent logins fail.
  Killing gnome-session-binary fixes it, or just not using automatic
  login.

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

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

[Bug 915080]

2020-09-08 Thread Qa-admin-q
Dear Vadim Rutkovsky,

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open,
confirmed bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked
on this bug report. During that time, it's possible that the bug has
been fixed, or the details of the problem have changed. We'd really
appreciate your help in getting confirmation that the bug is still
present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of
LibreOffice from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information 
from Help - About LibreOffice.
 
If the bug is NOT present, please set the bug's Status field to 
RESOLVED-WORKSFORME and leave a comment that includes the information from Help 
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular 
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a 
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your 
bug pertains to a feature added after 3.3) from 
https://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat: 
https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

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

Title:
  [Upstream] Column formatting not honored saving to .doc

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

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

[Bug 697229]

2020-09-08 Thread Cvs-commit
The master branch has been updated by Alan Modra
:

https://sourceware.org/git/gitweb.cgi?p=binutils-
gdb.git;h=7ba115508aa02ffbb01a09613b5dffdd0c6563e3

commit 7ba115508aa02ffbb01a09613b5dffdd0c6563e3
Author: Alan Modra 
Date:   Tue Sep 8 13:02:31 2020 +0930

PR26580, Size and alignment of commons vs as-needed shared lib

Two pieces to this puzzle:
1) Revert HJ's fix for PR13250 so that size and alignment isn't
   sticky, instead attack the real underlying problem that
   _bfd_generic_link_add_one_symbol does the wrong thing in making a
   common section in a shared library bfd.
2) Save and restore common u.c.p fields, which hold the section and
   alignment.

A better fix for (2) would be to throw away all of that horrible code
saving and restoring the hash table when loading as-needed library
symbols, and instead do a scan over as-needed library symbols before
adding anything.

bfd/
PR 13250
PR 26580
* elflink.c (_bfd_elf_merge_symbol): Make "override" a bfd**.
Return oldbfd in override when old common should override new
common.
(_bfd_elf_add_default_symbol): Adjust to suit.
(elf_link_add_object_symbols): Likewise.  Pass "override" to
_bfd_generic_link_add_one_symbol.  Save and restore common u.c.p
field for --as-needed shared libraries.  Revert pr13250 changes.
ld/
* testsuite/ld-elf/pr26580-a.s,
* testsuite/ld-elf/pr26580-b.s,
* testsuite/ld-elf/pr26580-1.sd,
* testsuite/ld-elf/pr26580-2.sd: New tests
* testsuite/ld-elf/comm-data.exp: Run new tests.
* testsuite/ld-elf/pr26580-a.c,
* testsuite/ld-elf/pr26580-b.c,
* testsuite/ld-elf/pr26580-3.out,
* testsuite/ld-elf/pr26580-4.out: New tests.
* testsuite/ld-elf/shared.exp: Run new tests.

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

Title:
  openmpi link failure with ld --as-needed

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

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

[Bug 1879479]

2020-09-08 Thread Libreoffice-1
Verified in:

Version: 7.1.0.0.alpha0+ (x64)
Build ID: a3b4831208da615789bd1e2d5660dd130807f504
CPU threads: 4; OS: Windows 10.0 Build 17134; UI render: Skia/Raster; VCL: win
Locale: hu-HU (hu_HU); UI: hu-HU
Calc: threaded

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

Title:
  Saving doc/docx document with formula in table removes this formula

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

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

[Bug 1891891] Re: [SRU] MATE Desktop 1.24.1 maint release

2020-09-08 Thread Chris Halse Rogers
Hm. It looks like mate-screensaver has UI changes and a feature addition
- namely, the UI to select a picture file to use as the background of
the lockscreen. That would not normally be an SRU candidate, and should
certainly be called out explicitly if it *is* desired as an SRU.

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

Title:
  [SRU] MATE Desktop 1.24.1 maint release

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

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

[Bug 1893064] Re: sru cloud-init (20.2-45 to 20.3-2) Xenial, Bionic, and Focal

2020-09-08 Thread Chad Smith
** Description changed:

  == Begin SRU Template ==
  [Impact]
  This release sports both bug-fixes and new features and we would like to
  make sure all of our supported customers have access to these
  improvements. The notable ones are:
  
   Packaging:
  - Xenial/Bionic/Focal:
     * d/cloud-init.postinst: fix the grub install device for NVMe-rooted
  instances on upgrade.  (LP: #1889555)
  - Xenial-only:
  * d/control: add python3-pytest-catchlog to Build-Depends
  
   General:
  - query: do not handle non-decodable non-gzipped content (#543)
  - Update the list of valid ssh keys. (#487)
    [Ole-Martin Bratteng] (LP: #1877869)
  - cmd: cloud-init query to handle compressed userdata (#516) (LP: 
#1889938)
  - cli: add devel make-mime subcommand (#518)
  - user-data: only verify mime-types for TYPE_NEEDED and x-shellscript
    (#511) (LP: #122)
  - Recognize LABEL_FATBOOT labels (#513) [James Falcon] (LP: #1841466)
  - cc_ca_certs.py: fix blank line problem when removing CAs and adding
    new one (#483) [dermotbradley]
  - networking: refactor wait_for_physdevs from cloudinit.net (#466)
    (LP: #1884626)
  - cc_mounts: handle missing fstab (#484) (LP: #1886531)
  - networking: refactor is_physical from cloudinit.net (#457) (LP: 
#1884619)
  - Add schema for cc_chef module (#375) [lucasmoura] (LP: #185)
  - cc_final_message: don't create directories when writing boot-finished
    (#445) (LP: #1883903)
  - util: add ensure_dir_exists parameter to write_file (#443)
  - Default to UTF-8 in /var/log/cloud-init.log (#427) [James Falcon]
  - Fixes KeyError for bridge with no "parameters:" setting (#423)
    [Brian Candler] (LP: #1879673)
  - cc_grub_dpkg: determine idevs in more robust manner with grub-probe
    (#358) [Matthew Ruffell] (LP: #1877491)
  - Enable chef_license support for chef infra client (#389) [Bipin Bachhao]
  - Add schema to apt configure config (#357) [lucasmoura] (LP: #1858884)
  - cc_locale: introduce schema (#335)
  
  Clouds:
  - Azure: Add netplan driver filter when using hv_netvsc driver (#539)
    [James Falcon] (LP: #1830740)
  - Azure: Pushing cloud-init log to the KVP (#529) [Moustafa Moustafa]
  - Refactor Azure report ready code (#468) [Johnson Shi]
  - azure: disable bouncing hostname when setting hostname fails (#494)
    [Anh Vo]
  - analyze/dump: add support for Amazon Linux 2 log lines (#346)
    (LP: #1876323)
  - Enhance poll imds logging (#365) [Moustafa Moustafa]
  - DataSourceAzure: Use ValueError when JSONDecodeError is not available
    (#490) [Anh Vo]
  - DataSourceEc2: use metadata's NIC ordering to determine route-metrics
    (#342) (LP: #1876312)
  - Disable ec2 mirror for non aws instances (#390)
    [lucasmoura] (LP: #1456277)
  - Hetzner: support reading user-data that is base64 encoded. (#448)
    [Scott Moser] (LP: #1884071)
  - DataSourceOracle: retry twice (and document why we retry at all) (#536)
  - DataSourceOracle: refactor to use only OPC v1 endpoint (#493)
  - Support Oracle IMDSv2 API (#528) [James Falcon]
  - VMware: Support parsing DEFAULT-RUN-POST-CUST-SCRIPT (#441)
    [xiaofengw-vmware]
  - When tools.conf does not exist, running cmd "vmware-toolbox-cmd
    config get deployPkg enable-custom-scripts", the return code will
    be EX_UNAVAILABLE(69), on this condition, it should not take it as
    error. (#413) [chengcheng-chcheng]
  
  See the changelog entry below for a full list of changes and bugs.
  
  [Test Case]
  The following development and SRU process was followed:
  https://wiki.ubuntu.com/CloudinitUpdates
  
  The cloud-init team will be in charge of attaching the artifacts and
  console output of the appropriate run to the bug.  cloud-init team
  members will not mark ‘verification-done’ until this has happened.
  
  * Automated Test Results
- DONE: attach automated cloud-init-proposed test artifacts from tests for each 
release with lxd artifacts
- DONE: attach automated cloud-init-proposed test artifacts from tests for each 
release with kvm artifacts
+ 
+ 
  
  
  
  * Manual Test Results
- DONE: attach manual cloud-init-proposed test artifacts from tests for each 
release on ec2 datasource
- DONE: attach manual cloud-init-proposed test artifacts from tests for each 
release on gce datasource
- DONE: attach manual cloud-init-proposed test artifacts from tests for each 
release on azure datasource
+ 
+ 
+ 
  
  [Regression Potential]
  In order to mitigate the regression potential, the results of the
  aforementioned integration tests are attached to this bug.
  
  [Discussion]
  
  
  == End SRU Template ==
  
  == Changelog ==
  - Release 20.3 (#547) [James Falcon] (LP: #1892878)
  - tox: bump the pylint version to 2.6.0 in the default run (#544)
    [Paride Legovini]
  - 

[Bug 1880443] Re: targetcli fails iscsi setup after upgrade from 18.04 to 20.04

2020-09-08 Thread Rafael David Tinoco
In Groovy:

Same targetcli-fb configuration with 2 luns, acls and iscsi IQN
configured...

/> saveconfig 
Configuration saved to /etc/rtslib-fb-target/saveconfig.json
/> exit
Global pref auto_save_on_exit=true
Last 10 configs saved in /etc/rtslib-fb-target/backup/.
Configuration saved to /etc/rtslib-fb-target/saveconfig.json

Since Groovy has the "target.service", we will have to enable it:

[rafaeldtinoco@targetclifbnew ~]$ sudo systemctl enable --now target.service
Created symlink /etc/systemd/system/multi-user.target.wants/target.service → 
/lib/systemd/system/target.service.



And sudo targetcli gives me all the configuration ready.

** Also affects: targetcli-fb (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Changed in: targetcli-fb (Ubuntu)
   Status: Triaged => Fix Released

** Changed in: targetcli-fb (Ubuntu Focal)
   Status: New => Confirmed

** Tags removed: bionic dist-upgrade focal server-next
** Tags added: server-triage-discuss

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

Title:
  targetcli fails iscsi setup after upgrade from 18.04 to 20.04

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

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

[Bug 1891891] Re: [SRU] MATE Desktop 1.24.1 maint release

2020-09-08 Thread Chris Halse Rogers
Hello Martin, or anyone else affected,

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

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

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

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

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

** Changed in: mate-system-monitor (Ubuntu Focal)
   Status: In Progress => Fix Committed

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

Title:
  [SRU] MATE Desktop 1.24.1 maint release

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

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

[Bug 1891891] Re: [SRU] MATE Desktop 1.24.1 maint release

2020-09-08 Thread Chris Halse Rogers
Hello Martin, or anyone else affected,

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

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

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

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

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

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

** Tags added: verification-needed

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

Title:
  [SRU] MATE Desktop 1.24.1 maint release

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

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

[Bug 1863627]

2020-09-08 Thread L.Bonnaud
This bug still exists in the 5.8.7 kernel:

[ 8947.646422] [ cut here ]
[ 8947.646427] UMAC scan UID 0 status was not cleaned
[ 8947.646508] WARNING: CPU: 3 PID: 1233 at 
drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c:1238 __iwl_mvm_mac_s
top+0x14a/0x150 [iwlmvm]
[ 8947.646510] Modules linked in: ccm usbhid xt_CHECKSUM xt_MASQUERADE 
xt_conntrack ipt_REJECT nf_reject_ipv4 xt_t
cpudp ip6table_mangle ip6table_nat iptable_mangle iptable_nat nf_nat 
nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip6table_filter ip6_tables 
iptable_filter bpfilter bridge stp llc overlay bnep snd_hda_codec_hdmi 
snd_hda_codec_realtek snd_hda_codec_generic binfmt_misc nls_iso8859_1 
snd_hda_intel snd_intel_dspcfg snd_hda_codec snd_hda_core snd_hwdep snd_pcm 
mei_hdcp dell_rbtn intel_rapl_msr snd_seq_midi snd_seq_midi_event snd_rawmidi 
dell_laptop ledtrig_audio dell_smm_hwmon uvcvideo btusb btrtl videobuf2_vmalloc 
videobuf2_memops snd_seq btbcm btintel x86_pkg_temp_thermal intel_powerclamp 
snd_seq_device coretemp snd_timer iwlmvm videobuf2_v4l2 kvm_intel kvm 
crct10dif_pclmul ghash_clmulni_intel dell_wmi aesni_intel crypto_simd cryptd 
glue_helper rapl intel_cstate dell_smbios i915 mac80211 joydev libarc4 
videobuf2_common dcdbas bluetooth videodev mc iwlwifi efi_pstore snd mei_me
[ 8947.646569]  input_leds serio_raw cfg80211 intel_wmi_thunderbolt ucsi_acpi 
wmi_bmof ecdh_generic ee1004 dell_wmi_descriptor ecc typec_ucsi drm_kms_helper 
hid_multitouch soundcore cec mei rc_core i2c_algo_bit fb_sys_fops syscopyarea 
sysfillrect intel_xhci_usb_role_switch processor_thermal_device 
intel_rapl_common sysimgblt roles intel_soc_dts_iosf intel_pch_thermal typec 
dell_smo8800 int3403_thermal int340x_thermal_zone acpi_pad int3400_thermal 
acpi_thermal_rel intel_hid mac_hid sparse_keymap sch_fq_codel parport_pc ppdev 
nf_tables nfnetlink lp parport drm ip_tables x_tables autofs4 btrfs 
blake2b_generic xor raid6_pq libcrc32c hid_generic rtsx_pci_sdmmc crc32_pclmul 
e1000e i2c_i801 ahci nvme i2c_smbus libahci nvme_core intel_lpss_pci intel_lpss 
rtsx_pci idma64 virt_dma xhci_pci xhci_pci_renesas i2c_hid wmi hid video
[ 8947.646632] CPU: 3 PID: 1233 Comm: NetworkManager Not tainted 
5.8.7-050807-lowlatency #202009051031
[ 8947.646634] Hardware name: Dell Inc. Latitude 5590/0VYDFF, BIOS 1.13.1 
03/13/2020
[ 8947.646654] RIP: 0010:__iwl_mvm_mac_stop+0x14a/0x150 [iwlmvm]
[ 8947.646659] Code: 9b 04 00 00 74 0e 42 c7 84 a3 fc 17 00 00 00 00 00 00 eb 
be 44 89 e6 48 c7 c7 68 fa ff c0 c6 05 94 9b 04 00 01 e8 bb cc ce d3 <0f> 0b eb 
d8 66 90 0f 1f 44 00 00 55 48 89 e5 41 56 41 55 41 54 4c
[ 8947.646662] RSP: 0018:b19680c33c40 EFLAGS: 00010286
[ 8947.64] RAX:  RBX: 9fef58b61e88 RCX: 9fef5e598cd8
[ 8947.646668] RDX: ffd8 RSI: 0027 RDI: 9fef5e598cd0
[ 8947.646670] RBP: b19680c33c58 R08: 0001 R09: 04d8
[ 8947.646672] R10: 0004 R11:  R12: 
[ 8947.646674] R13: 9fef58b62d08 R14: 9fef58b61e88 R15: 9fef58b60fe0
[ 8947.646678] FS:  7f3b19981240() GS:9fef5e58() 
knlGS:
[ 8947.646680] CS:  0010 DS:  ES:  CR0: 80050033
[ 8947.646683] CR2: 55c5ee0d97c0 CR3: 0003f8be8001 CR4: 003606e0
[ 8947.646685] DR0:  DR1:  DR2: 
[ 8947.646687] DR3:  DR6: fffe0ff0 DR7: 0400
[ 8947.646689] Call Trace:
[ 8947.646712]  iwl_mvm_mac_stop+0x6a/0x90 [iwlmvm]
[ 8947.646762]  drv_stop+0x34/0x130 [mac80211]
[ 8947.646811]  ieee80211_stop_device+0x46/0x50 [mac80211]
[ 8947.646851]  ieee80211_do_stop+0x546/0x860 [mac80211]
[ 8947.646862]  ? _raw_spin_unlock_bh+0x1e/0x20
[ 8947.646898]  ieee80211_stop+0x1a/0x20 [mac80211]
[ 8947.646906]  __dev_close_many+0x9d/0x110
[ 8947.646912]  dev_close_many+0x85/0x130
[ 8947.646919]  dev_close+0x5e/0x80
[ 8947.646968]  cfg80211_shutdown_all_interfaces+0x77/0xd0 [cfg80211]
[ 8947.646994]  cfg80211_rfkill_set_block+0x26/0x40 [cfg80211]
[ 8947.647000]  rfkill_set_block+0x9b/0x170
[ 8947.647005]  rfkill_fop_write+0x136/0x1e0
[ 8947.647011]  vfs_write+0xc9/0x200
[ 8947.647015]  ksys_write+0xb1/0xe0
[ 8947.647020]  __x64_sys_write+0x1a/0x20
[ 8947.647025]  do_syscall_64+0x52/0xc0
[ 8947.647030]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 8947.647069] RIP: 0033:0x7f3b1adf32cf
[ 8947.647075] Code: 89 54 24 18 48 89 74 24 10 89 7c 24 08 e8 29 fd ff ff 48 
8b 54 24 18 48 8b 74 24 10 41 89 c0 8b 7c 24 08 b8 01 00 00 00 0f 05 <48> 3d 00 
f0 ff ff 77 2d 44 89 c7 48 89 44 24 08 e8 5c fd ff ff 48
[ 8947.647077] RSP: 002b:7ffea2567f20 EFLAGS: 0293 ORIG_RAX: 
0001
[ 8947.647081] RAX: ffda RBX: 55a6dbb7a5c5 RCX: 7f3b1adf32cf
[ 8947.647083] RDX: 0008 RSI: 7ffea2567f58 RDI: 0020
[ 8947.647085] RBP: 0020 R08:  R09: 0001
[ 8947.647087] R10: 

[Bug 1809682] Re: "systemctl enable corosync-qdevice.service" fails

2020-09-08 Thread Bug Watch Updater
** Changed in: corosync-qdevice (Debian)
   Status: Unknown => 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/1809682

Title:
  "systemctl enable corosync-qdevice.service" fails

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

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

[Bug 1894923] [NEW] package oscar 1.0.1-r1 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting configuration

2020-09-08 Thread L. John Collier
Public bug reported:

I upgraded to 20.04 and during the upgrade a note appeared on screen to the 
effect that Oscar 1.0.1 is in a very bad inconsistent state.
I went to re-install the package and got the same message and an invitation to 
submit a bug report.
Here I am . . .

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: oscar 1.0.1-r1
ProcVersionSignature: Ubuntu 5.4.0-47.51-generic 5.4.55
Uname: Linux 5.4.0-47-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.8
AptOrdering: NULL: ConfigurePending
Architecture: amd64
CasperMD5CheckResult: skip
Date: Wed Sep  9 11:11:09 2020
DpkgTerminalLog:
 dpkg: error processing package oscar (--configure):
  package is in a very bad inconsistent state; you should
  reinstall it before attempting configuration
ErrorMessage: package is in a very bad inconsistent state; you should  
reinstall it before attempting configuration
InstallationDate: Installed on 2020-01-13 (239 days ago)
InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
Python3Details: /usr/bin/python3.8, Python 3.8.2, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: /usr/bin/python2.7, Python 2.7.18rc1, python-is-python2, 2.7.17-4
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.2ubuntu0.1
SourcePackage: oscar
Title: package oscar 1.0.1-r1 failed to install/upgrade: package is in a very 
bad inconsistent state; you should  reinstall it before attempting configuration
UpgradeStatus: Upgraded to focal on 2020-09-08 (0 days ago)

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


** Tags: amd64 apport-package focal

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

Title:
  package oscar 1.0.1-r1 failed to install/upgrade: package is in a very
  bad inconsistent state; you should  reinstall it before attempting
  configuration

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

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

[Bug 1893924] Re: memory leak in GnuTLS iov operations used by Samba

2020-09-08 Thread Andrew Bartlett
Sure, but as upstream we otherwise need to warn Samba users not to
deploy current versions onto Ubuntu 20.20, so it would be awesome if
this could be fixed.

Both Samba 4.12 and 4.13 (due to be released next week) are impacted.

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

Title:
  memory leak in GnuTLS iov operations used by Samba

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

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

[Bug 1894780] Re: Oops and hang when starting LVM snapshots on 5.4.0-47

2020-09-08 Thread William Grant
https://lore.kernel.org/linux-
mm/alpine.lrh.2.02.1806151817130.6...@file01.intranet.prod.int.rdu2.redhat.com/
(2018's "slub: fix failure when we delete and create a slab cache")
looks relevant to similar problems with this particular slub callsite.

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

Title:
  Oops and hang when starting LVM snapshots on 5.4.0-47

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

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

[Bug 1894772] Re: live migration of windows 2012 r2 instance with virtio balloon driver fails from mitaka to queens.

2020-09-08 Thread Seyeong Kim
Test M M Q U

M M Q is ok

but Q -> U has issue below.

error: internal error: qemu unexpectedly closed the monitor: 
qemu-system-x86_64: -realtime mlock=off: warning: '-realtime mlock=...' is 
deprecated, please use '-overcommit mem-lock=...' instead
2020-09-09T00:56:27.768574Z qemu-system-x86_64: can't apply global 
SandyBridge-IBRS-x86_64-cpu.osxsave=off: Property '.osxsave' not found

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

Title:
  live migration of windows 2012 r2 instance with virtio balloon driver
  fails from mitaka to queens.

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

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

[Bug 1853277] Re: Lenovo ThinkBook 14-IML Touchpad not showing up in /proc/bus/input/devices

2020-09-08 Thread Zach Davis
After 4 months of trying to get this to work, I can officially say I am
up and running. Thank you to all who have taken the time to get this
working!

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

Title:
  Lenovo ThinkBook 14-IML Touchpad not showing up in
  /proc/bus/input/devices

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

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

[Bug 1894921] Status changed to Confirmed

2020-09-08 Thread Ubuntu Kernel Bot
This change was made by a bot.

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

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

Title:
  BUG: Bad rss-counter state mm:6decdd2d type:MM_FILEPAGES
  val:47

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

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

[Bug 1888352] Re: use builtin dump_acpi_tables.py in hookutils

2020-09-08 Thread Yuan-Chen Cheng
this is output of dump_acpi_tables.py on that machine.

** Attachment added: "dump_acpi_tables.py.log"
   
https://bugs.launchpad.net/apport/+bug/1888352/+attachment/5408887/+files/dump_acpi_tables.py.log

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

Title:
  use builtin dump_acpi_tables.py in hookutils

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

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

[Bug 1888352] Re: use builtin dump_acpi_tables.py in hookutils

2020-09-08 Thread Yuan-Chen Cheng
for the apport.gz, per what I know, it's all plain text after we un-gzip
it.

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

Title:
  use builtin dump_acpi_tables.py in hookutils

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

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

[Bug 1888352] Re: use builtin dump_acpi_tables.py in hookutils

2020-09-08 Thread Yuan-Chen Cheng
this is output of acpidump-acpica on that machine

** Attachment added: "acpidump-acpica.log"
   
https://bugs.launchpad.net/apport/+bug/1888352/+attachment/5408884/+files/acpidump-acpica.log

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

Title:
  use builtin dump_acpi_tables.py in hookutils

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

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

[Bug 1894921] [NEW] BUG: Bad rss-counter state mm:000000006decdd2d type:MM_FILEPAGES val:47

2020-09-08 Thread mvidigal
Public bug reported:

I don't understand this.

ProblemType: KernelOops
DistroRelease: Ubuntu 20.10
Package: linux-image-5.4.0-42-generic 5.4.0-42.46
ProcVersionSignature: Ubuntu 5.4.0-42.46-generic 5.4.44
Uname: Linux 5.4.0-42-generic x86_64
Annotation: Your system might become unstable now and might need to be 
restarted.
ApportVersion: 2.20.11-0ubuntu43
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  mvidigal   1105 F pulseaudio
CasperMD5CheckResult: skip
Date: Tue Sep  8 05:26:53 2020
Failure: oops
InstallationDate: Installed on 2020-06-12 (88 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
MachineType: Dell Inc. Inspiron 5557
OopsText:
 BUG: Bad rss-counter state mm:6decdd2d type:MM_FILEPAGES val:47
 BUG: non-zero pgtables_bytes on freeing mm: 8192
ProcFB: 0 i915drmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-42-generic 
root=UUID=b657c584-1ec0-4cfb-8649-928b3baf5fbb ro quiet splash vt.handoff=7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions: kerneloops-daemon N/A
SourcePackage: linux
Title: BUG: Bad rss-counter state mm:6decdd2d type:MM_FILEPAGES val:47
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 02/23/2016
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 1.1.7
dmi.board.name: 02XPMY
dmi.board.vendor: Dell Inc.
dmi.board.version: A01
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvr1.1.7:bd02/23/2016:svnDellInc.:pnInspiron5557:pvr:rvnDellInc.:rn02XPMY:rvrA01:cvnDellInc.:ct9:cvr:
dmi.product.name: Inspiron 5557
dmi.product.sku: 070A
dmi.sys.vendor: Dell Inc.

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


** Tags: amd64 apport-kerneloops groovy kernel-oops

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

Title:
  BUG: Bad rss-counter state mm:6decdd2d type:MM_FILEPAGES
  val:47

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

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

[Bug 1894910] Re: fallocate swapfile has holes on 5.8 ext4

2020-09-08 Thread Ryan Harper
Turns out it's unrelated to bcache; it is trivially reproducible:

lxc launch ubuntu-daily:groovy g1 --vm 
lxc exec g1 bash
fallocate -l 1024M /swap.img
mkswap /swap.img
swapon --verbose /swap.img
cat /proc/swaps

On the 5.4 kernel that groovy had a few weeks back this works, on daily
(5.8) this fails:

root@g2vm:/home/ubuntu# uname -r
5.8.0-18-generic
root@g2vm:/home/ubuntu# fallocate -l 1024M /swap.img 
root@g2vm:/home/ubuntu# mkswap /swap.img
mkswap: /swap.img: insecure permissions 0644, 0600 suggested.
Setting up swapspace version 1, size = 1024 MiB (1073737728 bytes)
no label, UUID=dafabd56-1137-459c-8e61-b6335eac1d1a
root@g2vm:/home/ubuntu# swapon --verbose /swap.img
swapon: /swap.img: insecure permissions 0644, 0600 suggested.
swapon: /swap.img: found signature [pagesize=4096, signature=swap]
swapon: /swap.img: pagesize=4096, swapsize=1073741824, devsize=1073741824
swapon /swap.img
swapon: /swap.img: swapon failed: Invalid argument
root@g2vm:/home/ubuntu# cat /proc/swaps 
FilenameTypeSizeUsed
Priority
root@g2vm:/home/ubuntu# dmesg | tail -n 2
[7.778887] EXT4-fs (sda1): resized filesystem to 2412985
[   32.766796] swapon: swapfile has holes


Here's groovy from a few weeks back

root@g1fat:/home/ubuntu# cat /etc/cloud/build.info 
build_name: server
serial: 20200819.1
root@g1fat:/home/ubuntu# uname -r
5.4.0-42-generic
root@g1fat:/home/ubuntu# cat /proc/swaps 
FilenameTypeSizeUsedPriority
root@g1fat:/home/ubuntu# fallocate -l 1024M /swap.img 
root@g1fat:/home/ubuntu# mkswap /swap.img 
mkswap: /swap.img: insecure permissions 0644, 0600 suggested.
Setting up swapspace version 1, size = 1024 MiB (1073737728 bytes)
no label, UUID=aef79113-dd6b-4029-b558-f5269150d853
root@g1fat:/home/ubuntu# swapon --verbose /swap.img 
swapon: /swap.img: insecure permissions 0644, 0600 suggested.
swapon: /swap.img: found signature [pagesize=4096, signature=swap]
swapon: /swap.img: pagesize=4096, swapsize=1073741824, devsize=1073741824
swapon /swap.img
root@g1fat:/home/ubuntu# dmesg | tail -n 2
[431543.292314] Adding 1048572k swap on /swap.img.  Priority:-2 extents:5 
across:1187840k FS
root@g1fat:/home/ubuntu# cat /proc/swaps 
FilenameTypeSizeUsedPriority
/swap.img   file1048572 0   -2

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

Title:
  fallocate swapfile has holes on 5.8 ext4

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

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

[Bug 1894919] Re: gnome-software-plugin-snap consider an unwanted removal for 20.04 ubuntu-desktop

2020-09-08 Thread Brian Murray
Here are the upgrade logs from the test upgrade.

** Attachment added: "apport.ubuntu-release-upgrader-core.0lul5pa7.apport"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1894919/+attachment/5408863/+files/apport.ubuntu-release-upgrader-core.0lul5pa7.apport

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

Title:
  gnome-software-plugin-snap consider an unwanted removal for 20.04
  ubuntu-desktop

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

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

[Bug 1894910] Re: fallocate swapfile has holes on 5.8 ext4

2020-09-08 Thread Ryan Harper
** Summary changed:

- fallocate swapfile has holes on 5.8 ext4 over bcache
+ fallocate swapfile has holes on 5.8 ext4

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

Title:
  fallocate swapfile has holes on 5.8 ext4

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

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

[Bug 1894919] Re: gnome-software-plugin-snap consider an unwanted removal for 20.04 ubuntu-desktop

2020-09-08 Thread Brian Murray
I tested an upgrade where I added gnome-software-plugin-snap to the
ForcedObsoletes section of ubuntu-desktop and the following packages
were marked for removal. (I did a diff of removed packages w/ and w/o
that package in ForcedObsoletes.)

command-not-found-data
example-content
gcc-7-base
imagemagick-6-common
libalgorithm-diff-perl
libart-2.0-2
libasan4
libboost-system1.65.1
libboost-thread1.65.1
libclass-xsaccessor-perl
libcpanel-json-xs-perl
libexempi3
libexiv2-14
libexporter-tiny-perl
libfakeroot
libfuture-perl
libgtksourceview-3.0-common
libgweather-3-15
libhunspell-1.6-0
libhwloc5
libilmbase12
libilmbase24
libio-async-perl
libio-pty-perl
libip4tc0
liblist-compare-perl
liblqr-1-0
libmozjs-52-0
libnet-ip-perl
libnss-myhostname
libnumber-compare-perl
liboauth0
libpackage-stash-xs-perl
libplymouth4
libpython2.7
libraw16
libreoffice-avmedia-backend-gstreamer
libreoffice-style-galaxy
libstruct-dumb-perl
libtest-fatal-perl
libubsan0
libunicode-utf8-perl
libusbmuxd4
libxapian30
libxml-libxml-perl
libxml-namespacesupport-perl
libxml-sax-base-perl
libxml-sax-expat-perl
libxml-sax-perl
libxml-writer-perl
libzeitgeist-2.0-0
light-themes
linux-headers-5.4.0-42
linux-headers-5.4.0-42-generic
linux-hwe-5.4-headers-5.4.0-47
linux-image-5.4.0-42-generic
linux-modules-5.4.0-42-generic
linux-modules-extra-5.4.0-42-generic
python-talloc
python3-asn1crypto
python3-crypto
python3-keyrings.alt
python3-oauth
python3-simplegeneric
python3-zope.interface
python3.6
python3.6-minimal
qpdf
t1utils
ubuntu-sounds
ubuntu-system-service
xserver-xorg-hwe-18.04
xserver-xorg-input-all-hwe-18.04
xserver-xorg-input-libinput-hwe-18.04
xserver-xorg-video-ati-hwe-18.04
xserver-xorg-video-fbdev-hwe-18.04
xserver-xorg-video-intel-hwe-18.04

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

Title:
  gnome-software-plugin-snap consider an unwanted removal for 20.04
  ubuntu-desktop

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

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

[Bug 1879012] Re: GRUB does not bring up networking when loaded over HTTP

2020-09-08 Thread Lee Trager
** Changed in: maas
Milestone: 2.9.0b1 => 2.9.0b2

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

Title:
  GRUB does not bring up networking when loaded over HTTP

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

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

[Bug 1859751] Re: Piston missing support for Django 2.2

2020-09-08 Thread Lee Trager
** Changed in: maas
   Status: Fix Committed => Fix Released

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

Title:
  Piston missing support for Django 2.2

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

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

[Bug 1881821] Re: MAAS does not properly detect max interface speed for interfaces which use multiple phyiscal ports(Cisco UCS B200 M5 blade)

2020-09-08 Thread Lee Trager
** Changed in: maas
   Status: Fix Committed => Fix Released

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

Title:
  MAAS does not properly detect max interface speed for interfaces which
  use multiple phyiscal ports(Cisco UCS B200 M5 blade)

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

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

[Bug 1876258] Re: ubuntu 20.04 pxe installation fails with no such file or directory /dev/disk/by-id exception

2020-09-08 Thread Lee Trager
** Changed in: maas
Milestone: 2.9.0b1 => 2.9.0b2

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

Title:
  ubuntu 20.04 pxe installation fails with no such file or directory
  /dev/disk/by-id exception

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

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

[Bug 1865515] Re: Chainbooting from grub over the network to local shim breaks chain of trust

2020-09-08 Thread Lee Trager
** Changed in: maas
Milestone: 2.9.0b1 => 2.9.0b2

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

Title:
  Chainbooting from grub over the network to local shim breaks chain of
  trust

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

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

[Bug 1891331] Re: ipmi-config command not found in snap

2020-09-08 Thread Lee Trager
** Changed in: maas
   Status: Fix Committed => Fix Released

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

Title:
  ipmi-config command not found in snap

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

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

[Bug 1892032] Re: RM djorm-ext-pgarray, not needed since django 1.8 has it all

2020-09-08 Thread Lee Trager
** Changed in: maas
   Status: Fix Committed => Fix Released

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

Title:
  RM djorm-ext-pgarray, not needed since django 1.8 has it all

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

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

[Bug 1894919] [NEW] gnome-software-plugin-snap consider an unwanted removal for 20.04 ubuntu-desktop

2020-09-08 Thread Brian Murray
Public bug reported:

I've been testing some release upgrades from 18.04 to 20.04 and noticed
some packages were not getting removed with the following in /var/log
/dist-upgrade/main.log.

 2020-09-07 15:57:38,148 DEBUG package 'libxml-sax-expat-perl' produces an 
unwanted removal 'gnome-software-plugin-snap', skipping
 2020-09-07 15:57:40,290 DEBUG 'libxml-sax-expat-perl' scheduled for remove but 
not safe to remove, skipping
 2020-09-07 15:57:40,349 DEBUG package 'libexporter-tiny-perl' produces an 
unwanted removal 'gnome-software-plugin-snap', skipping
 2020-09-07 15:57:42,485 DEBUG 'libexporter-tiny-perl' scheduled for remove but 
not safe to remove, skipping

In Ubuntu 18.04 this package was a part of the following tasks:

Task: ubuntu-desktop, xubuntu-desktop, ubuntustudio-desktop,
ubuntukylin-desktop, ubuntu-budgie-desktop

However, for 20.04 it is a part of the following tasks:

Task: xubuntu-desktop, ubuntustudio-desktop, ubuntu-budgie-desktop

Because the package is in main it is not a removal candidate itself but
given that it is no longer part of the ubuntu-desktop and ubuntukylin-
desktop packages it seems reasonable to add it to ForcedObsoletes but
only for those 2 metapackages.

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


** Tags: focal rls-gg-incoming

** Tags added: focal rls-gg-incoming

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

Title:
  gnome-software-plugin-snap consider an unwanted removal for 20.04
  ubuntu-desktop

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

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

[Bug 1578001] Re: unmatched entries for isc-dhcp-server

2020-09-08 Thread Bryce Harrington
** Changed in: logwatch (Ubuntu Xenial)
   Status: New => In Progress

** Changed in: logwatch (Ubuntu Bionic)
   Status: New => In Progress

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

** Changed in: logwatch (Ubuntu Xenial)
   Importance: Undecided => Medium

** Changed in: logwatch (Ubuntu Bionic)
   Importance: Undecided => Medium

** Changed in: logwatch (Ubuntu Xenial)
 Assignee: (unassigned) => Bryce Harrington (bryce)

** Changed in: logwatch (Ubuntu Focal)
   Importance: Undecided => Medium

** Changed in: logwatch (Ubuntu Groovy)
 Assignee: (unassigned) => Bryce Harrington (bryce)

** Changed in: logwatch (Ubuntu Focal)
 Assignee: (unassigned) => Bryce Harrington (bryce)

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

Title:
  unmatched entries for isc-dhcp-server

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

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

[Bug 1583705] Re: [SRU] unmatched entries for postfix

2020-09-08 Thread Bryce Harrington
** Changed in: logwatch (Ubuntu Xenial)
   Status: Triaged => In Progress

** Changed in: logwatch (Ubuntu Bionic)
   Status: New => In Progress

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

** Changed in: logwatch (Ubuntu Bionic)
   Importance: Undecided => Medium

** Changed in: logwatch (Ubuntu Focal)
   Importance: Undecided => Medium

** Changed in: logwatch (Ubuntu Focal)
 Assignee: (unassigned) => Bryce Harrington (bryce)

** Changed in: logwatch (Ubuntu Bionic)
 Assignee: (unassigned) => Bryce Harrington (bryce)

** Changed in: logwatch (Ubuntu Xenial)
 Assignee: (unassigned) => Bryce Harrington (bryce)

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

Title:
  [SRU] unmatched entries for postfix

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

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

[Bug 1577948] Re: unmatched entries for apparmor STATUS messages

2020-09-08 Thread Bryce Harrington
** Changed in: logwatch (Ubuntu Xenial)
 Assignee: (unassigned) => Bryce Harrington (bryce)

** Changed in: logwatch (Ubuntu Bionic)
 Assignee: (unassigned) => Bryce Harrington (bryce)

** Changed in: logwatch (Ubuntu Focal)
 Assignee: (unassigned) => Bryce Harrington (bryce)

** Changed in: logwatch (Ubuntu Groovy)
 Assignee: (unassigned) => Bryce Harrington (bryce)

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

Title:
  unmatched entries for apparmor STATUS messages

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

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

[Bug 1890749] Re: Missing perl 'Sys' module in system config summary on focal

2020-09-08 Thread Bryce Harrington
** Changed in: logwatch (Ubuntu Xenial)
   Status: New => In Progress

** Changed in: logwatch (Ubuntu Bionic)
   Status: New => In Progress

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

** Changed in: logwatch (Ubuntu Xenial)
   Importance: Undecided => Medium

** Changed in: logwatch (Ubuntu Bionic)
   Importance: Undecided => Medium

** Changed in: logwatch (Ubuntu Focal)
   Importance: Undecided => Medium

** Changed in: logwatch (Ubuntu Groovy)
   Importance: Undecided => Medium

** Changed in: logwatch (Ubuntu Xenial)
 Assignee: (unassigned) => Bryce Harrington (bryce)

** Changed in: logwatch (Ubuntu Bionic)
 Assignee: (unassigned) => Bryce Harrington (bryce)

** Changed in: logwatch (Ubuntu Focal)
 Assignee: (unassigned) => Bryce Harrington (bryce)

** Changed in: logwatch (Ubuntu Groovy)
 Assignee: (unassigned) => Bryce Harrington (bryce)

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

Title:
  Missing perl 'Sys' module in system config summary on focal

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

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

[Bug 1890752] Re: unmatched entry for gnome-keyring-daemon on focal

2020-09-08 Thread Bryce Harrington
** Changed in: logwatch (Ubuntu Focal)
   Status: New => In Progress

** Changed in: logwatch (Ubuntu Focal)
   Importance: Undecided => Medium

** Changed in: logwatch (Ubuntu Focal)
 Assignee: (unassigned) => Bryce Harrington (bryce)

** Changed in: logwatch (Ubuntu Groovy)
 Assignee: (unassigned) => Bryce Harrington (bryce)

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

Title:
  unmatched entry for gnome-keyring-daemon on focal

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

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

[Bug 1892269] Re: Unmatched entry for exim with selfsigned certificate

2020-09-08 Thread Bryce Harrington
** Changed in: logwatch (Ubuntu)
 Assignee: (unassigned) => Bryce Harrington (bryce)

** Changed in: logwatch (Ubuntu Focal)
 Assignee: (unassigned) => Bryce Harrington (bryce)

** Changed in: logwatch (Ubuntu Focal)
   Importance: Undecided => Medium

** Changed in: logwatch (Ubuntu)
   Importance: Undecided => Medium

** Changed in: logwatch (Ubuntu Focal)
   Status: Triaged => In Progress

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

Title:
  Unmatched entry for exim with selfsigned certificate

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

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

[Bug 1880211] Re: Logwatch package points to wrong location for zfs utils

2020-09-08 Thread Bryce Harrington
** Changed in: logwatch (Ubuntu Focal)
   Status: New => In Progress

** Changed in: logwatch (Ubuntu Bionic)
   Status: New => In Progress

** Changed in: logwatch (Ubuntu Xenial)
   Status: New => In Progress

** Changed in: logwatch (Ubuntu Groovy)
 Assignee: (unassigned) => Bryce Harrington (bryce)

** Changed in: logwatch (Ubuntu Focal)
 Assignee: (unassigned) => Bryce Harrington (bryce)

** Changed in: logwatch (Ubuntu Bionic)
 Assignee: (unassigned) => Bryce Harrington (bryce)

** Changed in: logwatch (Ubuntu Xenial)
 Assignee: (unassigned) => Bryce Harrington (bryce)

** Changed in: logwatch (Ubuntu Focal)
   Importance: Undecided => Medium

** Changed in: logwatch (Ubuntu Bionic)
   Importance: Undecided => Medium

** Changed in: logwatch (Ubuntu Xenial)
   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/1880211

Title:
  Logwatch package points to wrong location for zfs utils

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

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

[Bug 686859] Re: "Bootloader install failed" cannot be closed

2020-09-08 Thread costinel
does anyone from canonical read or care about this issue?

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

Title:
  "Bootloader install failed" cannot be closed

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

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

[Bug 686859] Re: "Bootloader install failed" cannot be closed

2020-09-08 Thread costinel
because if not, just fucking tell us or fucking write a faq entry on
installation wiki

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

Title:
  "Bootloader install failed" cannot be closed

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

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

[Bug 1887974] Re: [20.04] Valgrind: PPC sync instruction L field should only be 2 bits in ISA 3.0

2020-09-08 Thread Launchpad Bug Tracker
This bug was fixed in the package valgrind - 1:3.13.0-2ubuntu2.3

---
valgrind (1:3.13.0-2ubuntu2.3) bionic; urgency=medium

  * The L field is currently a two bit[22:21] field in ISA 3.0. (LP:
#1887974)

 -- Matthieu Clemenceau   Thu, 20 Aug
2020 12:07:13 -0500

** Changed in: valgrind (Ubuntu Bionic)
   Status: Fix Committed => Fix Released

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

Title:
  [20.04] Valgrind: PPC sync instruction L field should only be 2 bits
  in ISA 3.0

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

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

[Bug 1887974] Update Released

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

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

Title:
  [20.04] Valgrind: PPC sync instruction L field should only be 2 bits
  in ISA 3.0

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

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

[Bug 1887974] Re: [20.04] Valgrind: PPC sync instruction L field should only be 2 bits in ISA 3.0

2020-09-08 Thread Launchpad Bug Tracker
This bug was fixed in the package valgrind - 1:3.15.0-1ubuntu9.1

---
valgrind (1:3.15.0-1ubuntu9.1) focal; urgency=medium

  * The L field is currently a two bit[22:21] field in ISA 3.0. (LP:
#1887974)

 -- Matthieu Clemenceau   Thu, 20 Aug
2020 11:50:58 -0500

** Changed in: valgrind (Ubuntu Focal)
   Status: Fix Committed => Fix Released

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

Title:
  [20.04] Valgrind: PPC sync instruction L field should only be 2 bits
  in ISA 3.0

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

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

[Bug 686859] Re: "Bootloader install failed" cannot be closed

2020-09-08 Thread costinel
still ocurring in 20.04.1 - I needed to install ubuntu alongside an
existing partitioned gpt lvm thin pool disk.

could not install grub on selected disk, now I can't get past the error,
as I can't select any other disk nor choose "continue without a
bootloader" because the OK button does absolutely nothing.

this is enormously frustrating. I had to delete the curses I wrote
first. why is this an issue in 2020?

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

Title:
  "Bootloader install failed" cannot be closed

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

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

[Bug 1894917] [NEW] [chtmax98090 - chtmax98090, playback] Pulseaudio fails to detect card // Bluetooth and USB devices work but internal speakers do not work (gives dummy output)

2020-09-08 Thread Areeb A
Public bug reported:

To give some other background information:

Description:Ubuntu 20.04.1 LTS
Release:20.04

pulseaudio:
  Installed: 1:13.99.1-1ubuntu3.6
  Candidate: 1:13.99.1-1ubuntu3.6
  Version table:
 *** 1:13.99.1-1ubuntu3.6 500
500 http://us.archive.ubuntu.com/ubuntu focal-updates/main amd64 
Packages
100 /var/lib/dpkg/status
 1:13.99.1-1ubuntu3.2 500
500 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages
 1:13.99.1-1ubuntu3 500
500 http://us.archive.ubuntu.com/ubuntu focal/main amd64 Packages

Linux is fairly new for me and any other information I need to provide
can be given as long as I am told on how to retrieve it.

This system I am currently using is Dell Chromebook 11 (Candy MODEL) with 4 GB 
Ram and 16 GB of Har drive space. I am primarily using a Linux Distro such as 
Ubuntu or other distros in the same family. (This one is Linux Lite)
Audio will play from USB connected devices or Bluetooth speakers/headphones. 
Internal speakers do not work at this moment and give me Dummy Output. The 
configuration file in puvucontrol gives me HDMI outputs or surround sound but 
no option for the internal speakers.
I'm pretty sure my kernal driver is snd_hda-intel and tried loading different 
drivers from the file in '/etc/modprobe.d/alsa-base.conf' but to no avail.
I'm not sure if this certain device cannot produce output from a linux distro 
but I will be trying other resources. I've reinstalled Pulse audio, its base 
and reinstalled Linux on this machine multiple times.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: pulseaudio 1:13.99.1-1ubuntu3.6
ProcVersionSignature: Ubuntu 5.4.0-46.50-generic 5.4.60
Uname: Linux 5.4.0-46-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu27.9
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  areebcancode   1417 F pulseaudio
CasperMD5CheckResult: skip
CurrentDesktop: XFCE
Date: Tue Sep  8 17:24:36 2020
InstallationDate: Installed on 2020-09-01 (7 days ago)
InstallationMedia: Linux Lite 5.0 - Release amd64
SourcePackage: pulseaudio
Symptom: audio
Symptom_Card: Built-in Audio - HDA Intel PCH
Title: [chtmax98090 - chtmax98090, playback] Pulseaudio fails to detect card
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 01/03/2019
dmi.bios.vendor: coreboot
dmi.chassis.type: 3
dmi.chassis.vendor: GOOGLE
dmi.modalias: 
dmi:bvncoreboot:bvr:bd01/03/2019:svnGOOGLE:pnCandy:pvr1.0:cvnGOOGLE:ct3:cvr:
dmi.product.name: Candy
dmi.product.version: 1.0
dmi.sys.vendor: GOOGLE
modified.conffile..etc.pulse.default.pa: [modified]
mtime.conffile..etc.pulse.default.pa: 2020-09-03T17:56:09.564820

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


** Tags: amd64 apport-bug focal

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

Title:
  [chtmax98090 - chtmax98090, playback] Pulseaudio fails to detect card
  // Bluetooth and USB devices work but internal speakers do not work
  (gives dummy output)

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

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

[Bug 1850281]

2020-09-08 Thread kashcheyeu
> systemctl list-dependencies | grep pmlogger_check
Empty result.
> systemctl disable pmlogger_check.path
Removed /etc/systemd/system/pmlogger.service.requires/pmlogger_check.path.

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

Title:
  package pcp 4.3.4-1build1 failed to install/upgrade: installed pcp
  package post-installation script subprocess returned error exit status
  1

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

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

[Bug 1850281]

2020-09-08 Thread mgoodwin
(In reply to Кощеев from comment #50)
> pcp version 5.2.0
> 
> $ find /usr/lib/systemd/system /etc/systemd/system -type f | xargs grep
> pmlogger_check.path
> grep: /usr/lib/systemd/system/system-systemdx2dcryptsetup.slice: Нет такого
> файла или каталога

well that didnt find anything, but we only looked for files, not syslinks.
How about: systemctl list-dependencies | grep pmlogger_check

Maybe we have an upgrade issue where deprecated units or dependencies aren't 
being cleaned up properly.
To remove stale dependencies: systemctl disable pmlogger_check.path

thanks

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

Title:
  package pcp 4.3.4-1build1 failed to install/upgrade: installed pcp
  package post-installation script subprocess returned error exit status
  1

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

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

[Bug 1894916] Re: package openjdk-14-jre-headless:amd64 14.0.1+7-1ubuntu1 failed to install/upgrade: installed openjdk-14-jre-headless:amd64 package post-installation script subprocess returned error

2020-09-08 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package openjdk-14-jre-headless:amd64 14.0.1+7-1ubuntu1 failed to
  install/upgrade: installed openjdk-14-jre-headless:amd64 package post-
  installation script subprocess returned error exit status 2

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

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

[Bug 1894914] Missing required logs.

2020-09-08 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 1894914

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

** Tags added: bionic

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

Title:
  Ubuntu 16.04 HWE Kernel Fails to Shutdown/Reboot

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

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

[Bug 1893234] Autopkgtest regression report (neutron-fwaas/1:12.0.2-0ubuntu1)

2020-09-08 Thread Ubuntu SRU Bot
All autopkgtests for the newly accepted neutron-fwaas (1:12.0.2-0ubuntu1) for 
bionic have finished running.
The following regressions have been reported in tests triggered by the package:

neutron/2:12.1.0-0ubuntu1 (s390x)


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

https://people.canonical.com/~ubuntu-archive/proposed-
migration/bionic/update_excuses.html#neutron-fwaas

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

Thank you!

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

Title:
  [SRU] queens stable releases

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

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

[Bug 1894916] [NEW] package openjdk-14-jre-headless:amd64 14.0.1+7-1ubuntu1 failed to install/upgrade: installed openjdk-14-jre-headless:amd64 package post-installation script subprocess returned erro

2020-09-08 Thread Stefan Strömer
Public bug reported:

apt ist complaining about openjdk not being configured
After installing openjdk I got this message for the first time
Now I get it each time running apt install or apt update

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: openjdk-14-jre-headless:amd64 14.0.1+7-1ubuntu1
ProcVersionSignature: Ubuntu 5.4.0-47.51-generic 5.4.55
Uname: Linux 5.4.0-47-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.8
AptOrdering:
 chromium-browser-l10n:amd64: Install
 NULL: ConfigurePending
Architecture: amd64
CasperMD5CheckResult: skip
Date: Tue Sep  8 20:58:44 2020
DuplicateSignature:
 package:openjdk-14-jre-headless:amd64:14.0.1+7-1ubuntu1
 Setting up openjdk-14-jre-headless:amd64 (14.0.1+7-1ubuntu1) ...
 update-alternatives: error: alternative keytool can't be master: it is a slave 
of jar
 dpkg: error processing package openjdk-14-jre-headless:amd64 (--configure):
  installed openjdk-14-jre-headless:amd64 package post-installation script 
subprocess returned error exit status 2
ErrorMessage: installed openjdk-14-jre-headless:amd64 package post-installation 
script subprocess returned error exit status 2
InstallationDate: Installed on 2017-09-11 (1093 days ago)
InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
Python3Details: /usr/bin/python3.8, Python 3.8.2, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: /usr/bin/python2.7, Python 2.7.18rc1, python-is-python2, 2.7.17-4
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.2ubuntu0.1
SourcePackage: openjdk-14
Title: package openjdk-14-jre-headless:amd64 14.0.1+7-1ubuntu1 failed to 
install/upgrade: installed openjdk-14-jre-headless:amd64 package 
post-installation script subprocess returned error exit status 2
UpgradeStatus: Upgraded to focal on 2020-08-12 (27 days ago)

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


** Tags: amd64 apport-package focal

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

Title:
  package openjdk-14-jre-headless:amd64 14.0.1+7-1ubuntu1 failed to
  install/upgrade: installed openjdk-14-jre-headless:amd64 package post-
  installation script subprocess returned error exit status 2

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

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

[Bug 1894905] Re: haveged in a container can't output anything to stdout/stderr

2020-09-08 Thread Dan Streetman
not sure if this matters enough to bother sru'ing...haveged is rarely
run directly, especially inside a container

** Summary changed:

- haveged can't output anything to stdout/stderr
+ haveged in a container can't output anything to stdout/stderr

** Description changed:

  [impact]
  
  haveged is unable to output anything at all to stdout or stderr due to
  its apparmor profile
  
  [test case]
  
  run haveged with any parameters, e.g.:
  
  $ haveged -h
  $
  
  [regression potential]
  
  any regression would likely involve haveged being unable to output to
  stdout/stderr, or incorrectly losing or gaining apparmor permissions
  
  [scope]
  
- this is needed for all releases to allow haveged to output anything
- inside a container (at least, a container running under focal, in my
- testing)
+ this is needed for all releases

** Description changed:

  [impact]
  
  haveged is unable to output anything at all to stdout or stderr due to
  its apparmor profile
  
  [test case]
  
- run haveged with any parameters, e.g.:
+ in a container, run haveged with any parameters, e.g.:
  
  $ haveged -h
  $
  
  [regression potential]
  
  any regression would likely involve haveged being unable to output to
  stdout/stderr, or incorrectly losing or gaining apparmor permissions
  
  [scope]
  
  this is needed for all releases

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

** Changed in: haveged (Ubuntu Bionic)
   Status: In Progress => New

** Changed in: haveged (Ubuntu Xenial)
   Status: In Progress => New

** Changed in: haveged (Ubuntu Focal)
 Assignee: Dan Streetman (ddstreet) => (unassigned)

** Changed in: haveged (Ubuntu Bionic)
 Assignee: Dan Streetman (ddstreet) => (unassigned)

** Changed in: haveged (Ubuntu Xenial)
 Assignee: Dan Streetman (ddstreet) => (unassigned)

** Changed in: haveged (Ubuntu Xenial)
   Importance: Medium => Low

** Changed in: haveged (Ubuntu Focal)
   Importance: Medium => Low

** Changed in: haveged (Ubuntu Bionic)
   Importance: Medium => Low

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

Title:
  haveged in a container can't output anything to stdout/stderr

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

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

[Bug 1886748] Re: upgrade from 18.04 to 20.04 fails to calculate if libomp5 is installed

2020-09-08 Thread Brian Murray
Actually, its nothing to with snaps - that package just has the word
snap in it. So something seems wrong with the process which finds
unwanted removals.

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

Title:
  upgrade from 18.04 to 20.04 fails to calculate if libomp5 is installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/llvm-toolchain-10/+bug/1886748/+subscriptions

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

  1   2   3   4   5   6   >