[Bug 1890243] [NEW] Ubuntu autopkgtests is giving me "No module named pyudev" for PYBUILD tests

2020-08-04 Thread Rafael David Tinoco
Public bug reported:

In the build attempt of version

https://launchpad.net/ubuntu/+source/python-rtslib-fb/2.1.73-1ubuntu1

I got:

...
copying rtslib/tcm.py -> /<>/.pybuild/cpython3_3.8/build/rtslib
copying rtslib/target.py -> /<>/.pybuild/cpython3_3.8/build/rtslib
copying rtslib/alua.py -> /<>/.pybuild/cpython3_3.8/build/rtslib
copying rtslib/__init__.py -> 
/<>/.pybuild/cpython3_3.8/build/rtslib
copying rtslib/fabric.py -> /<>/.pybuild/cpython3_3.8/build/rtslib
copying rtslib/root.py -> /<>/.pybuild/cpython3_3.8/build/rtslib
running build_scripts
creating build
creating build/scripts-3.8
copying and adjusting scripts/targetctl -> build/scripts-3.8
changing mode of build/scripts-3.8/targetctl from 644 to 755
make[1]: Leaving directory '/<>'
   dh_auto_test -O--buildsystem=pybuild
pybuild --test -i python{version} -p 3.8
I: pybuild base:217: cd /<>/.pybuild/cpython3_3.8/build; python3.8 
-m unittest discover -v 
rtslib (unittest.loader._FailedTest) ... ERROR
rtslib_fb (unittest.loader._FailedTest) ... ERROR

==
ERROR: rtslib (unittest.loader._FailedTest)
--
ImportError: Failed to import test module: rtslib
Traceback (most recent call last):
  File "/usr/lib/python3.8/unittest/loader.py", line 470, in _find_test_path
package = self._get_module_from_name(name)
  File "/usr/lib/python3.8/unittest/loader.py", line 377, in 
_get_module_from_name
__import__(name)
  File "/<>/.pybuild/cpython3_3.8/build/rtslib/__init__.py", line 
24, in 
from .root import RTSRoot
  File "/<>/.pybuild/cpython3_3.8/build/rtslib/root.py", line 28, 
in 
from .node import CFSNode
  File "/<>/.pybuild/cpython3_3.8/build/rtslib/node.py", line 23, 
in 
from .utils import fread, fwrite, RTSLibError, RTSLibNotInCFS
  File "/<>/.pybuild/cpython3_3.8/build/rtslib/utils.py", line 30, 
in 
import pyudev
ModuleNotFoundError: No module named 'pyudev'


==
ERROR: rtslib_fb (unittest.loader._FailedTest)
--
ImportError: Failed to import test module: rtslib_fb
Traceback (most recent call last):
  File "/usr/lib/python3.8/unittest/loader.py", line 470, in _find_test_path
package = self._get_module_from_name(name)
  File "/usr/lib/python3.8/unittest/loader.py", line 377, in 
_get_module_from_name
__import__(name)
  File "/<>/.pybuild/cpython3_3.8/build/rtslib_fb/__init__.py", 
line 24, in 
from .root import RTSRoot
  File "/<>/.pybuild/cpython3_3.8/build/rtslib_fb/root.py", line 
28, in 
from .node import CFSNode
  File "/<>/.pybuild/cpython3_3.8/build/rtslib_fb/node.py", line 
23, in 
from .utils import fread, fwrite, RTSLibError, RTSLibNotInCFS
  File "/<>/.pybuild/cpython3_3.8/build/rtslib_fb/utils.py", line 
30, in 
import pyudev
ModuleNotFoundError: No module named 'pyudev'


--
Ran 2 tests in 0.000s
...

I can't reproduce it locally and I'm able to import related modules.

I'm disabling PYBUILD test for python3 for it to pass for now...

** Affects: python-rtslib-fb (Ubuntu)
 Importance: Medium
 Status: Confirmed

** Changed in: python-rtslib-fb (Ubuntu)
   Status: New => Confirmed

** Changed in: python-rtslib-fb (Ubuntu)
   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/1890243

Title:
  Ubuntu autopkgtests is giving me "No module named pyudev" for PYBUILD
  tests

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

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

[Bug 1890242] [NEW] Ubuntu autopkgtests is giving me "No module named pyudev" for PYBUILD tests

2020-08-04 Thread Rafael David Tinoco
Public bug reported:

In the build attempt of version

https://launchpad.net/ubuntu/+source/python-rtslib-fb/2.1.73-1ubuntu1

I got:

...
copying rtslib/tcm.py -> /<>/.pybuild/cpython3_3.8/build/rtslib
copying rtslib/target.py -> /<>/.pybuild/cpython3_3.8/build/rtslib
copying rtslib/alua.py -> /<>/.pybuild/cpython3_3.8/build/rtslib
copying rtslib/__init__.py -> 
/<>/.pybuild/cpython3_3.8/build/rtslib
copying rtslib/fabric.py -> /<>/.pybuild/cpython3_3.8/build/rtslib
copying rtslib/root.py -> /<>/.pybuild/cpython3_3.8/build/rtslib
running build_scripts
creating build
creating build/scripts-3.8
copying and adjusting scripts/targetctl -> build/scripts-3.8
changing mode of build/scripts-3.8/targetctl from 644 to 755
make[1]: Leaving directory '/<>'
   dh_auto_test -O--buildsystem=pybuild
pybuild --test -i python{version} -p 3.8
I: pybuild base:217: cd /<>/.pybuild/cpython3_3.8/build; python3.8 
-m unittest discover -v 
rtslib (unittest.loader._FailedTest) ... ERROR
rtslib_fb (unittest.loader._FailedTest) ... ERROR

==
ERROR: rtslib (unittest.loader._FailedTest)
--
ImportError: Failed to import test module: rtslib
Traceback (most recent call last):
  File "/usr/lib/python3.8/unittest/loader.py", line 470, in _find_test_path
package = self._get_module_from_name(name)
  File "/usr/lib/python3.8/unittest/loader.py", line 377, in 
_get_module_from_name
__import__(name)
  File "/<>/.pybuild/cpython3_3.8/build/rtslib/__init__.py", line 
24, in 
from .root import RTSRoot
  File "/<>/.pybuild/cpython3_3.8/build/rtslib/root.py", line 28, 
in 
from .node import CFSNode
  File "/<>/.pybuild/cpython3_3.8/build/rtslib/node.py", line 23, 
in 
from .utils import fread, fwrite, RTSLibError, RTSLibNotInCFS
  File "/<>/.pybuild/cpython3_3.8/build/rtslib/utils.py", line 30, 
in 
import pyudev
ModuleNotFoundError: No module named 'pyudev'


==
ERROR: rtslib_fb (unittest.loader._FailedTest)
--
ImportError: Failed to import test module: rtslib_fb
Traceback (most recent call last):
  File "/usr/lib/python3.8/unittest/loader.py", line 470, in _find_test_path
package = self._get_module_from_name(name)
  File "/usr/lib/python3.8/unittest/loader.py", line 377, in 
_get_module_from_name
__import__(name)
  File "/<>/.pybuild/cpython3_3.8/build/rtslib_fb/__init__.py", 
line 24, in 
from .root import RTSRoot
  File "/<>/.pybuild/cpython3_3.8/build/rtslib_fb/root.py", line 
28, in 
from .node import CFSNode
  File "/<>/.pybuild/cpython3_3.8/build/rtslib_fb/node.py", line 
23, in 
from .utils import fread, fwrite, RTSLibError, RTSLibNotInCFS
  File "/<>/.pybuild/cpython3_3.8/build/rtslib_fb/utils.py", line 
30, in 
import pyudev
ModuleNotFoundError: No module named 'pyudev'


--
Ran 2 tests in 0.000s
...

I can't reproduce it locally and I'm able to import related modules.

I'm disabling PYBUILD test for python3 for it to pass for now...

** Affects: python-rtslib-fb (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/1890242

Title:
  Ubuntu autopkgtests is giving me "No module named pyudev" for PYBUILD
  tests

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

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

[Bug 1882248] Re: [SRU] plug headset won't proper reconfig ouput to it on machine with default output

2020-08-04 Thread Yuan-Chen Cheng
per https://autopkgtest.ubuntu.com/packages/ffmpeg/bionic/amd64

1. ffmpeg 7:3.4.8-0ubuntu0.2 never passed autopkgtest before.
2. ffmpeg autopkgtest also been triggered by vim and failed at the same place.

above result is consistent with the fact that it's a regression by
itself.

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

Title:
  [SRU] plug headset won't proper reconfig ouput to it on machine with
  default output

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

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

[Bug 1882248] Re: [SRU] plug headset won't proper reconfig ouput to it on machine with default output

2020-08-04 Thread Yuan-Chen Cheng
on a bionic machine that's fully upgraded (proposed channel is off)
The pulseaudio is still the previous version as [1].
I manually run the test, also get the same failure.

The steps to run it is:
1. apt-get install ffmpeg # 7:3.4.8-0ubuntu0.2
2. apt-get source ffmpeg ; cd ffmpeg-3.4.8/debian/tests
3. mkdir tmp ; export ADTTMP=`pwd`/tmp
4. ./encdec

It also have 1 failure:

  failures: 1
  avi;v=zmbv; streamcopy return code: 1

Given above result, I believe ffmpeg have a failed test case in the first place,
and it's not caused by this SRU.

[1]
ii  libpulse-mainloop-glib0:amd64 1:11.1-1ubuntu7.9 
   amd64PulseAudio client libraries (glib support)
ii  libpulse0:amd64   1:11.1-1ubuntu7.9 
   amd64PulseAudio client libraries
ii  libpulsedsp:amd64 1:11.1-1ubuntu7.9 
   amd64PulseAudio OSS pre-load library
ii  pulseaudio1:11.1-1ubuntu7.9 
   amd64PulseAudio sound server
ii  pulseaudio-module-bluetooth   1:11.1-1ubuntu7.9 
   amd64Bluetooth module for PulseAudio sound server
ii  pulseaudio-utils  1:11.1-1ubuntu7.9 
   amd64Command line tools for the PulseAudio sound 
server

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

Title:
  [SRU] plug headset won't proper reconfig ouput to it on machine with
  default output

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

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

[Bug 1890182] Re: Incompatibility of icingaweb2 2.7.3-1 (focal) with PHP 7.4

2020-08-04 Thread Wolfgang Ettlinger
That means 2.8.1-1 is available in groovy? Will the package be fixed for
20.04 LTS too?

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

Title:
  Incompatibility of icingaweb2 2.7.3-1 (focal) with PHP 7.4

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

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

[Bug 1890243] Re: Ubuntu autopkgtests is giving me "No module named pyudev" for PYBUILD tests

2020-08-04 Thread Rafael David Tinoco
I'll get back to this again when I put python-rtslib-fb back to sync
with debian after Debian openstack team accepts (or not :o) my current
merge requests (which this new version is based on).

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

Title:
  Ubuntu autopkgtests is giving me "No module named pyudev" for PYBUILD
  tests

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

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

[Bug 1889548] Re: ssh using gssapi will enforce FILE: credentials cache

2020-08-04 Thread Christian Ehrhardt 
Hi Toby,

It seems that is an ongoing topic for years, I've found this discussed
from the KRB POV [1] and on openssh [2]. Especially following [1] it
seems things aren't too easy but there are a few workarounds/hints that
might or might not help your use case.

In general having this configurable instead of hard-coded in ssh sounds
right to me, but would then be an upstream feature request that you
could report at [3]. If you happen to do so it would be awesome to
report the ID back here so that we can link the bugs and track what
upstream thinks/says about it.


One thing thou - you write explicitly "to a 20.04 machine" is that behavior in 
any way a regression to the former versions?

[1]: http://kerberos.996246.n3.nabble.com/KRB5CCNAME-and-sshd-td13395.html
[2]: 
https://lists.mindrot.org/pipermail/openssh-unix-dev/2014-December/033217.html
[3]: https://bugzilla.mindrot.org/show_bug.cgi

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

** Changed in: openssh (Ubuntu)
   Importance: Undecided => Wishlist

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

Title:
  ssh using gssapi will enforce FILE: credentials cache

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

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

[Bug 1890248] [NEW] update mdadm for focal

2020-08-04 Thread Mariusz Tkaczyk
Public bug reported:

Please update mdadm package for focal to latest upstream.
mdadm-4.2 in on way but no release date was committed yet.

Upstream contains a lot of various fixes for problems with specific hardware or 
system configuration.
Also there are some fixes for sporadic bugs related with metadata updater 
(mdmon).
I will notify if mdadm 4.2 will become available.

** Affects: mdadm (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/1890248

Title:
  update mdadm for focal

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

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

[Bug 1890182] Re: Incompatibility of icingaweb2 2.7.3-1 (focal) with PHP 7.4

2020-08-04 Thread Kai Kasurinen
If you need a fix for the bug in previous versions of Ubuntu, please
perform as much as possible of the SRU Procedure [1] to bring the need
to a developer's attention.

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

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

Title:
  Incompatibility of icingaweb2 2.7.3-1 (focal) with PHP 7.4

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

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

[Bug 1867900] Re: CPU stress test fails with focal kernel

2020-08-04 Thread Ike Panhc
Bot accidentally set groovy for fix released but this patch only
released by focal kernel. Reset status accordingly.

Also set groovy status to invalid and create new bug (bug 1890222) to
track for proper fix.

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

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

** Changed in: kunpeng920/ubuntu-20.04
   Status: In Progress => Fix Released

** Changed in: kunpeng920/ubuntu-18.04-hwe
   Status: In Progress => Fix Committed

** Changed in: kunpeng920
   Status: In Progress => Fix Committed

** Changed in: kunpeng920/ubuntu-18.04-hwe
Milestone: ubuntu-18.04.5-sru-1 => ubuntu-18.04.5

** Changed in: kunpeng920/ubuntu-18.04-hwe
   Status: Fix Committed => Fix Released

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

Title:
  CPU stress test fails with focal kernel

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

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

[Bug 1889963] Re: package python3-bs4 4.8.2-1 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting configuration

2020-08-04 Thread Christian Ehrhardt 
Hi,
the log doesn't really show what/how the package got into this bad state.
But in general this comes down to various levels of purge/reinstall of the 
package.
A good collection of steps to do so can be found at 
https://askubuntu.com/questions/148715/how-to-fix-package-is-in-a-very-bad-inconsistent-state-error

** Changed in: beautifulsoup4 (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/1889963

Title:
  package python3-bs4 4.8.2-1 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/beautifulsoup4/+bug/1889963/+subscriptions

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

[Bug 1889472] Re: mysql-server-5.7 postinst fails when in read-only mode

2020-08-04 Thread Lars Tangvald
Hi Simon,

Would it help for you to manually trigger "freeze mode"? This was added
as a way to stop automatic management of the service in case of some
unrecoverable issue with it, without triggering apt errors.

If you create the file /etc/mysql/FROZEN (if you're installing in
interactive mode you should get a debconf message about this), it should
skip most of the postinst script, so it won't start the service, run
mysql_upgrade, etc, but you should get all the unit and config files so
you can easily init and start it up yourself.

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

Title:
  mysql-server-5.7 postinst fails when in read-only mode

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

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

[Bug 1866498] Re: [Snap] Libreoffice Snap is not available in Hungarian

2020-08-04 Thread Adolfo Jayme
** Changed in: libreoffice (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  [Snap] Libreoffice Snap is not available in Hungarian

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

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

[Bug 1886581] Re: Ubuntu 18.04 64-bit RasPi 3 and 4 image fails to boot on RasPi 4B

2020-08-04 Thread Łukasz Zemczak
Thanks for confirming! Let me release this update so that we can have it
ready for the 18.04.5 release.

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

Title:
  Ubuntu 18.04 64-bit RasPi 3 and 4 image fails to boot on RasPi 4B

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

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

[Bug 1883880] Re: fix non-8-bit x86 displacements breaking AVX512 builds on Bionic

2020-08-04 Thread Launchpad Bug Tracker
This bug was fixed in the package binutils - 2.30-21ubuntu1~18.04.4

---
binutils (2.30-21ubuntu1~18.04.4) bionic; urgency=medium

  * d/p/lp-1883880-x86-don-t-mistakenly-scale-non-8-bit-displacements.patch:
avoid scaling displacements that breaks e.g. some AVX512 code (LP: #1883880)

 -- Christian Ehrhardt   Thu, 18 Jun
2020 13:03:55 +0200

** Changed in: binutils (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/1883880

Title:
  fix non-8-bit x86 displacements breaking AVX512 builds on Bionic

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

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

[Bug 1867900] Re: CPU stress test fails with focal kernel

2020-08-04 Thread Ike Panhc
** Changed in: kunpeng920/ubuntu-18.04-hwe
Milestone: ubuntu-18.04.5 => ubuntu-18.04.4-sru-7

** Changed in: linux (Ubuntu Groovy)
 Assignee: Ike Panhc (ikepanhc) => (unassigned)

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

Title:
  CPU stress test fails with focal kernel

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

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

[Bug 1865147] Re: Some SSID not found

2020-08-04 Thread You-Sheng Yang
** Description changed:

+ [SRU Justification]
+ 
+ [Impact]
+ Some WLANs do not appear in the scanned list due to the lack of 22/33 Mbps 
Bitrates supported.
+ 
+ [Fix]
+ Following changes required with modifications to fix such errors:
+ * commit 69765eb288a8 ("fix naming of physical layer for 22MB and 33MB data 
rates") from https://github.com/tomaspinho/rtl8821ce.
+ 
+ [Test Case]
+ Use `iw list` to check if "22 Mbps" and "33 Mbps" appear in the supported 
list.
+ 
+ [Regression Potential]
+ Low. This adds two more bit rates that are supported by the hardware.
+ 
+ == Original Bug Description ==
+ 
  After the recent update of the rtl8821ce-dkms package
  (5.5.2.1-0ubuntu3), some SSIDs aren't found anymore especially the SSIDs
  from the ISP Free.
  
- Kubuntu 19.10 
- kernel 5.3.0-40-generic 
+ Kubuntu 19.10
+ kernel 5.3.0-40-generic
  rtl8821ce-dkms version: 5.2.5.2.1.30816.20190425-0ubuntu1 
(5.5.2.1-0ubuntu3~19.10.1 doesn't work)
  
  What is expected to happen:
  
  Every SSIDs should be found

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

Title:
  Some SSID not found

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

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

[Bug 1883880] Re: fix non-8-bit x86 displacements breaking AVX512 builds on Bionic

2020-08-04 Thread Łukasz Zemczak
It is a manual process which happens after 7+ days of aging in -proposed
- but I have just confirmed the verification and will be proceeding to
release this into -updates. Thank you for your testing!

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

Title:
  fix non-8-bit x86 displacements breaking AVX512 builds on Bionic

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

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

[Bug 1883880] Update Released

2020-08-04 Thread Łukasz Zemczak
The verification of the Stable Release Update for binutils 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/1883880

Title:
  fix non-8-bit x86 displacements breaking AVX512 builds on Bionic

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

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

[Bug 1888211] Re: Merge BCM43430 rev 94 and BCM43456 wifi firmware from raspbian, update to latest firmware

2020-08-04 Thread Launchpad Bug Tracker
This bug was fixed in the package linux-firmware-raspi2 -
1.20200601+arm64-0ubuntu2~18.04.1

---
linux-firmware-raspi2 (1.20200601+arm64-0ubuntu2~18.04.1) bionic; urgency=medium

  * SRU to bionic to support booting RPi 4B rev 1.4 (LP: #1886581)
  * Update bluez firmware to latest upstream version (1.2-4+rpt3)
(LP: #1888211)
  * Change packaging to use multi-upstream tarballs
  * Add diversion for BCM43430 binary blob
  * Bumped compat to 11 and fixed dh_strip issue

linux-firmware-raspi2 (1.20200601+arm64-0ubuntu1) groovy; urgency=medium

  * New upstream release, 1.20200601+arm64

 -- Dave Jones   Fri, 17 Jul 2020 18:55:11
+0100

** Changed in: linux-firmware-raspi2 (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/1888211

Title:
  Merge BCM43430 rev 94 and BCM43456 wifi firmware from raspbian, update
  to latest firmware

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

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

[Bug 1886581] Update Released

2020-08-04 Thread Łukasz Zemczak
The verification of the Stable Release Update for linux-firmware-raspi2
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/1886581

Title:
  Ubuntu 18.04 64-bit RasPi 3 and 4 image fails to boot on RasPi 4B

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

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

[Bug 1886581] Re: Ubuntu 18.04 64-bit RasPi 3 and 4 image fails to boot on RasPi 4B

2020-08-04 Thread Launchpad Bug Tracker
This bug was fixed in the package linux-firmware-raspi2 -
1.20200601+arm64-0ubuntu2~18.04.1

---
linux-firmware-raspi2 (1.20200601+arm64-0ubuntu2~18.04.1) bionic; urgency=medium

  * SRU to bionic to support booting RPi 4B rev 1.4 (LP: #1886581)
  * Update bluez firmware to latest upstream version (1.2-4+rpt3)
(LP: #1888211)
  * Change packaging to use multi-upstream tarballs
  * Add diversion for BCM43430 binary blob
  * Bumped compat to 11 and fixed dh_strip issue

linux-firmware-raspi2 (1.20200601+arm64-0ubuntu1) groovy; urgency=medium

  * New upstream release, 1.20200601+arm64

 -- Dave Jones   Fri, 17 Jul 2020 18:55:11
+0100

** Changed in: linux-firmware-raspi2 (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/1886581

Title:
  Ubuntu 18.04 64-bit RasPi 3 and 4 image fails to boot on RasPi 4B

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

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

[Bug 1890222] Re: Enlarge hisi_sec2 capability

2020-08-04 Thread Ike Panhc
** Description changed:

  [Impact]
- Current hisi_sec2 driver only allows 2 threads for accelerator but cpu stress 
test requires more then 50 threads. We have disabled hisi_sec2 temporarily for 
20.04.1. Hisilicon proposes a simple patch on upstream mailing list to enlarge 
the capability. 
+ Current hisi_sec2 driver only allows 2 threads for accelerator but cpu stress 
test requires more then 50 threads. We have disabled hisi_sec2 temporarily for 
20.04.1. Hisilicon proposes a simple patch on upstream mailing list to enlarge 
the capability.
  
  [Fix]
- https://www.mail-archive.com/linux-crypto@vger.kernel.org/msg43093.html
+ commit 57b1aac1b426b7255afa195298ed691ffea204c6
+ Author: Longfang Liu 
+ Date: Mon Jun 8 22:01:11 2020 +0800
+ Subject: crypto: hisilicon - update SEC driver module parameter
  
  [Test]
  $ lsmod | grep hisi_sec2 # make sure hisi_sec2 loaded
  $ sudo stress-ng --aggressive --verify --timeout 330 --metrics-brief --tz 
--times --af-alg 0
  $ echo $?
  
  [Regression Potential]
  This driver is only loaded on Hisilicon Hi1620 machines. Low risk for other 
platform.

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

Title:
  Enlarge hisi_sec2 capability

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

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

[Bug 1743200] Re: No support for interface labels

2020-08-04 Thread Lukas Märdian
Support for IP address labels has been merged upstream and will be part
of the next netplan.io release:
https://github.com/CanonicalLtd/netplan/pull/89

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

Title:
  No support for interface labels

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

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

[Bug 1867900] Re: CPU stress test fails with focal kernel

2020-08-04 Thread Ike Panhc
proper fix hits mainline kernel

$ git show 57b1aac1b426b7255afa195298ed691ffea204c6
commit 57b1aac1b426b7255afa195298ed691ffea204c6
Author: Longfang Liu 
Date:   Mon Jun 8 22:01:11 2020 +0800

crypto: hisilicon - update SEC driver module parameter

As stress-ng running SEC engine on the Ubuntu OS,
we found that SEC only supports two threads each with one TFM
based on the default module parameter 'ctx_q_num'.
If running more threads, stress-ng will fail since it cannot
get more TFMs.

In order to fix this, we adjusted the default values
of the module parameters to support more TFMs.

Signed-off-by: Longfang Liu 
Signed-off-by: Zaibo Xu 
Signed-off-by: Herbert Xu 


** Changed in: kunpeng920/upstream-kernel
   Status: Triaged => 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/1867900

Title:
  CPU stress test fails with focal kernel

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

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

[Bug 1882248] Re: [SRU] plug headset won't proper reconfig ouput to it on machine with default output

2020-08-04 Thread Launchpad Bug Tracker
This bug was fixed in the package pulseaudio - 1:11.1-1ubuntu7.10

---
pulseaudio (1:11.1-1ubuntu7.10) bionic; urgency=medium

  * d/p/0903-device-port-switch-on-port-available-fix-automatic-p.patch
  * (LP: #1882248)

 -- Hui Wang   Thu, 09 Jul 2020 16:03:25 +0800

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

Title:
  [SRU] plug headset won't proper reconfig ouput to it on machine with
  default output

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

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

[Bug 1873961] Update Released

2020-08-04 Thread Łukasz Zemczak
The verification of the Stable Release Update for iproute2 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/1873961

Title:
  tc filter show tcp_flags wrong mask value

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

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

[Bug 1868071] Re: [SRU] flash-kernel needs to support 'raspi' kernel flavors

2020-08-04 Thread Launchpad Bug Tracker
This bug was fixed in the package flash-kernel - 3.98ubuntu11~18.04.2

---
flash-kernel (3.98ubuntu11~18.04.2) bionic; urgency=medium

  * Support "raspi" kernel flavor in addition to "raspi2" (LP: #1868071)

 -- Dave Jones   Wed, 01 Jul 2020 13:38:22
+

** Changed in: flash-kernel (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/1868071

Title:
  [SRU] flash-kernel needs to support 'raspi' kernel flavors

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

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

[Bug 1873961] Re: tc filter show tcp_flags wrong mask value

2020-08-04 Thread Launchpad Bug Tracker
This bug was fixed in the package iproute2 - 4.15.0-2ubuntu1.2

---
iproute2 (4.15.0-2ubuntu1.2) bionic; urgency=medium

  * tc filter show tcp_flags wrong mask value (LP: #1873961)
- d/p/lp1873961-tc-fix-bugs-for-tcp_flags-and-ip_attr-hex-output.patch

 -- Stefan Bader   Wed, 15 Jul 2020 17:16:31
+0200

** Changed in: iproute2 (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/1873961

Title:
  tc filter show tcp_flags wrong mask value

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

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

[Bug 1870758] Re: [nvidia] Display scaling results in a blank screen (power save state)

2020-08-04 Thread S. Jansen
*** This bug is a duplicate of bug 1869750 ***
https://bugs.launchpad.net/bugs/1869750

Nvidia 1080 with two 4K screens. After updating to 440 i only have lost
fraction scaling, gnome settings only shows 100,200,300,400. The old
experimental flag does not work (xorg).

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

Title:
  [nvidia] Display scaling results in a blank screen (power save state)

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

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

[Bug 1884265] Update Released

2020-08-04 Thread Łukasz Zemczak
The verification of the Stable Release Update for ntp 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/1884265

Title:
  [fips] ntpq segfaults when attempting to use MD5 from FIPS-openssl
  library.

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

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

[Bug 1772556] Re: d-i netinstall fails due to missing apt-transport-https package

2020-08-04 Thread Łukasz Zemczak
I will be conditionally releasing the bionic upload before focal as
focal is currently in 20.04.1 release freeze. We will push it there once
we're out with 20.04.1

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

Title:
  d-i netinstall fails due to missing apt-transport-https package

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

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

[Bug 1884265] Re: [fips] ntpq segfaults when attempting to use MD5 from FIPS-openssl library.

2020-08-04 Thread Launchpad Bug Tracker
This bug was fixed in the package ntp - 1:4.2.8p10+dfsg-5ubuntu7.2

---
ntp (1:4.2.8p10+dfsg-5ubuntu7.2) bionic; urgency=medium

  * ntpq should check return code from libcrypto calls (LP: #1884265)
- debian/patches/ntpq-openssl-check.patch

 -- Joy Latten   Thu, 09 Jul 2020 21:11:52
+

** Changed in: ntp (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/1884265

Title:
  [fips] ntpq segfaults when attempting to use MD5 from FIPS-openssl
  library.

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

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

[Bug 1882248] Update Released

2020-08-04 Thread Łukasz Zemczak
The verification of the Stable Release Update for pulseaudio 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/1882248

Title:
  [SRU] plug headset won't proper reconfig ouput to it on machine with
  default output

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

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

[Bug 1864950] Re: [roce-0227]sync mainline kernel 5.6rc3 roce patchset into ubuntu HWE kernel branch

2020-08-04 Thread Ike Panhc
** Changed in: kunpeng920/upstream-kernel
   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/1864950

Title:
  [roce-0227]sync mainline kernel 5.6rc3  roce patchset into ubuntu HWE
  kernel branch

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

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

[Bug 1772556] Update Released

2020-08-04 Thread Łukasz Zemczak
The verification of the Stable Release Update for debootstrap 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/1772556

Title:
  d-i netinstall fails due to missing apt-transport-https package

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

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

[Bug 1867588] Re: [SFC-0316]sync mainline kernel 5.7rc1 SFC patchset into ubuntu HWE kernel branch

2020-08-04 Thread Ike Panhc
** Changed in: kunpeng920/upstream-kernel
   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/1867588

Title:
  [SFC-0316]sync mainline kernel 5.7rc1 SFC patchset into ubuntu HWE
  kernel branch

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

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

[Bug 1868071] Update Released

2020-08-04 Thread Łukasz Zemczak
The verification of the Stable Release Update for flash-kernel 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/1868071

Title:
  [SRU] flash-kernel needs to support 'raspi' kernel flavors

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

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

[Bug 1867586] Re: [hns3-0316]sync mainline kernel 5.6rc4 hns3 patchset into ubuntu HWE kernel branch

2020-08-04 Thread Ike Panhc
** Changed in: kunpeng920/upstream-kernel
   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/1867586

Title:
  [hns3-0316]sync mainline kernel 5.6rc4  hns3 patchset into ubuntu HWE
  kernel branch

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

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

[Bug 1803203] Re: Support preferred_lft for IPv6 addresses

2020-08-04 Thread Lukas Märdian
Thanks to Heitor's work, the pull request to support preferred_lft has
been merged upstream: https://github.com/CanonicalLtd/netplan/pull/89

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

Title:
  Support preferred_lft for IPv6 addresses

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

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

[Bug 1772556] Re: d-i netinstall fails due to missing apt-transport-https package

2020-08-04 Thread Launchpad Bug Tracker
This bug was fixed in the package debootstrap - 1.0.95ubuntu0.7

---
debootstrap (1.0.95ubuntu0.7) bionic; urgency=medium

  * scripts/gutsy, scripts/debian-common: Check codename for
apt-transport-https as it's in universe as of bionic and
is no longer needed as functionality is built into apt
(LP: #1772556)

 -- Matthew Ruffell   Wed, 22 Jul 2020
12:25:46 +1200

** Changed in: debootstrap (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/1772556

Title:
  d-i netinstall fails due to missing apt-transport-https package

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

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

[Bug 1890170] Re: ImportError libstdc++.so.6 cannot allocate memory after importing PyQt5.Qt PyQt5.QtCore and cv2

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

** Changed in: pyqt5 (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/1890170

Title:
  ImportError libstdc++.so.6 cannot allocate memory after importing
  PyQt5.Qt PyQt5.QtCore and cv2

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

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

[Bug 1890170] Re: ImportError libstdc++.so.6 cannot allocate memory after importing PyQt5.Qt PyQt5.QtCore and cv2

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

** Changed in: mysql-8.0 (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/1890170

Title:
  ImportError libstdc++.so.6 cannot allocate memory after importing
  PyQt5.Qt PyQt5.QtCore and cv2

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

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

[Bug 1889080] Re: ubuntu 18.04 dell OEM install broke after it auto upgraded to linux-image-gke 5.3

2020-08-04 Thread Colin Ian King
https://twitter.com/asacasa/status/1287692205029765121

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

Title:
  ubuntu 18.04 dell OEM install broke after it auto upgraded to linux-
  image-gke 5.3

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

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

[Bug 1890170] Re: ImportError libstdc++.so.6 cannot allocate memory after importing PyQt5.Qt PyQt5.QtCore and cv2

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

** Changed in: opencv (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/1890170

Title:
  ImportError libstdc++.so.6 cannot allocate memory after importing
  PyQt5.Qt PyQt5.QtCore and cv2

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

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

[Bug 1889080] Re: ubuntu 18.04 dell OEM install broke after it auto upgraded to linux-image-gke 5.3

2020-08-04 Thread Colin Ian King
Hi Alexander, in your tweet you mentioned it was "most likely a user
mistake though". Can we deduce that this is a genuine issue on upgrade
or was because of changes you made that caused this issue?

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

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

Title:
  ubuntu 18.04 dell OEM install broke after it auto upgraded to linux-
  image-gke 5.3

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

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

[Bug 1880959] Re: Rules from the policy directory files are not reapplied after changes to the primary policy file

2020-08-04 Thread Launchpad Bug Tracker
This bug was fixed in the package python-oslo.policy - 1.33.1-0ubuntu3

---
python-oslo.policy (1.33.1-0ubuntu3) bionic; urgency=medium

  * d/p/reload-policy-files.patch: Cherry-picked from upstream review
to ensure policy directory files are reapplied after change to primary
policy file (LP: #1880959).

 -- Corey Bryant   Tue, 14 Jul 2020 09:43:55
-0400

** Changed in: python-oslo.policy (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/1880959

Title:
  Rules from the policy directory files are not reapplied after changes
  to the primary policy file

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

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

[Bug 1842230] Re: [TGL] Enable SLP_S0_DEBUG debug facilities

2020-08-04 Thread Timo Aaltonen
these are already in 5.6

** Changed in: linux-oem-5.6 (Ubuntu)
   Status: Triaged => Fix Released

** Changed in: linux-oem-5.6 (Ubuntu)
 Assignee: Timo Aaltonen (tjaalton) => (unassigned)

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

Title:
  [TGL] Enable SLP_S0_DEBUG debug facilities

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

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

[Bug 1886911] Re: Bionic rev 7906 fails to build against v5.4 kernels, error: linux/pci-aspm.h: No such file or directory

2020-08-04 Thread Launchpad Bug Tracker
This bug was fixed in the package backport-iwlwifi-dkms -
7906-0ubuntu4~18.04.2

---
backport-iwlwifi-dkms (7906-0ubuntu4~18.04.2) bionic; urgency=medium

  * Fix build against v5.4 kernel (LP: #1886911)

 -- You-Sheng Yang   Thu, 09 Jul 2020
14:37:35 +0800

** Changed in: backport-iwlwifi-dkms (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/1886911

Title:
  Bionic rev 7906 fails to build against v5.4 kernels, error: linux/pci-
  aspm.h: No such file or directory

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

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

[Bug 1873961] Re: tc filter show tcp_flags wrong mask value

2020-08-04 Thread Andrew Cloke
** 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/1873961

Title:
  tc filter show tcp_flags wrong mask value

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

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

[Bug 1886911] Update Released

2020-08-04 Thread Łukasz Zemczak
The verification of the Stable Release Update for backport-iwlwifi-dkms
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/1886911

Title:
  Bionic rev 7906 fails to build against v5.4 kernels, error: linux/pci-
  aspm.h: No such file or directory

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

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

[Bug 1889080] Re: ubuntu 18.04 dell OEM install broke after it auto upgraded to linux-image-gke 5.3

2020-08-04 Thread Colin Ian King
(see https://twitter.com/asacasa/status/1287746641815113730 )

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

Title:
  ubuntu 18.04 dell OEM install broke after it auto upgraded to linux-
  image-gke 5.3

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

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

[Bug 1801338] Re: apt fails to properly handle server-side connection closure

2020-08-04 Thread Julian Andres Klode
I can't reproduce this anymore, so closing it.

** Changed in: apt (Ubuntu)
   Status: Triaged => Invalid

** Changed in: apt (Ubuntu)
   Status: Invalid => Incomplete

** Changed in: apt (Ubuntu)
   Status: Incomplete => Invalid

** Changed in: apt (Ubuntu Xenial)
   Status: Confirmed => Invalid

** Changed in: apt (Ubuntu Bionic)
   Status: Triaged => Invalid

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

Title:
  apt fails to properly handle server-side connection closure

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

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

[Bug 1752772] Re: r8169 ethernet card don't work after returning from suspension

2020-08-04 Thread JXT
I'm affected too. Noticed a few months back after updates resuming from
suspend became obnoxiously slow, almost 2 minutes to resume the network
interface. Meanwhile the system is trying to remount network drives and
failing because there is no network so clearly the system isn't in sync
with itself. Super obnoxious!

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

Title:
  r8169 ethernet card don't work after returning from suspension

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

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

[Bug 1890201] Re: Depends on wireguard-modules | wireguard-dkms are inverted

2020-08-04 Thread Andy Whitcroft
Should it turn out that Debian (where this order comes from) needs foo-
modules | foo-dkms for their own internal ordering then we should invent
a new keyword and switch to that:

Depends: foo-modules | foo-dkms | foo-builtin

Then we can provides wireguard-builtin instead.

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

** Changed in: wireguard (Ubuntu)
   Importance: Undecided => High

** Changed in: wireguard (Ubuntu)
 Assignee: (unassigned) => Andy Whitcroft (apw)

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

** Also affects: wireguard (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Also affects: wireguard (Ubuntu Groovy)
   Importance: High
 Assignee: Andy Whitcroft (apw)
   Status: In Progress

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

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

Title:
  Depends on wireguard-modules | wireguard-dkms are inverted

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

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

[Bug 1815508] Re: Xorg freezes due to kernel hung task in the i915 driver

2020-08-04 Thread Timo Aaltonen
I'm assuming this is fixed in a later release like 20.04, but if not,
reopen or file a new bug

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

** Changed in: linux (Ubuntu)
 Assignee: Timo Aaltonen (tjaalton) => (unassigned)

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

Title:
  Xorg freezes due to kernel hung task in the i915 driver

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

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

[Bug 1718719] Re: qemu can't capture keys properly under wayland

2020-08-04 Thread Timo Aaltonen
upstream can't reproduce this bug, so I wonder if the backport was
incomplete and it's fixed in the current release (1.20.8), could you
test again?

** Changed in: xserver
   Importance: Medium => Unknown

** Changed in: xserver
 Remote watch: freedesktop.org Bugzilla #102475 => 
gitlab.freedesktop.org/xorg/xserver/issues #706

** Changed in: xorg-server (Ubuntu)
   Status: Triaged => Incomplete

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

Title:
  qemu can't capture keys properly under wayland

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

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

[Bug 1889217] Re: Make digital mic on the AMD renoir machines work under gnome desktop

2020-08-04 Thread Anthony Wong
** Description changed:

  [Impact]
  On the LENOVO AMD renoir machines, there is a digital mic directly
  connected to the APU instead of the codec, so there are two separate
  sound cards in the system, one is for analogue codec driven by hda
  driver, the other is for the dmic driven by ASoC acp driver.
  
  The current audio stack (pulseaudio + alsa-ucm-conf + alsa-lib) doesn't
  support this design yet, it could support all audio devices on the codec
  well, but it doesn't support that dmic well. In the gnome-control-center,
  the dmic becomes two input devices: analog input and multichannel input,
  and users can only record sound from analog input, the multichannel input
  can't function at all. Besides this issue, there is another issue, after
  users plug an external mic, the external mic can't replace the dmic
  automatically, this gives users a bad experience since this behaviour is
  different from the other audio designs.
  
  [Fix for pulseaudio]
  backport 3 patches:
  2 of them from upstream
  device-port: queue CARD CHANGE event before update default sink
  alsa: adjust ucm sink/source priority according to ports priority
  1 of them from a merge request:
  https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/305
  
  [Fix for alsa-ucm-conf]
  backport 14 patches:
  11 of them from upstream:
  ucm-fix-wrong-If-in-sequence-in-HiFi-dual.conf.patch
  ucm2-add-initial-ucm.conf-for-the-latest-alsa-lib.patch
  sof-hda-dsp-don-t-fail-if-Auto-Mute-control-is-not-p.patch
  ucm.conf-add-support-for-the-kernel-module-name-tree.patch
  sof-hda-dsp-make-Headphone-Playback-Switch-condition.patch
  sof-soundwire-initial-UCM2-version.patch
  sof-soundwire-cleanups-recommended-by-the-ucm-valida.patch
  sof-soundwire-rewrite-for-syntax-3.patch
  HDA-Intel-add-support-for-AMD-acp-microphone-devices.patch
  Fix-invalid-Regex-Type-in-various-Condition-blocks.patch
  hda-hdmi-add-HDMI4-HDMI5-HDMI6-devices.patch
  3 of them from a merge request:
  https://github.com/alsa-project/alsa-ucm-conf/pull/41
  
  [Fix for alsa-lib]
  backport 47 patches from upstream:
  Enabled-extended-namehints-in-alsa.conf.patch
  conf-add-snd_config_is_array-function.patch
  topology-use-snd_config_is_array-function.patch
  ucm-merge-the-array-items-from-the-condition-blocks.patch
  ucm-parse-SectionOnce-section-in-the-master-UCM-conf.patch
  ucm-execute-SectionDefaults-lately-when-the-first-ve.patch
  ucm-handle-set-_once-command.patch
  ucm-handle-set-_defaults-command.patch
  ucm-initialize-mgr-once_list.patch
  ucm-fix-SectionOnce-comment.patch
  ucm-fix-compilation-error-in-set_defaults_user.patch
  ucm-rename-SectionOnce-to-BootSequence.patch
  ucm-rename-_once-command-to-_boot-command.patch
  ucm-configuration-implement-in-place-Include.patch
  ucm-configuration-substitute-ConfDir-and-ConfTopDir.patch
  ucm-config-substitute-File-string-to-allow-variables.patch
  ucm-configuration-allow-to-define-the-configuration-.patch
  ucm-configuration-add-DefineRegex.patch
  ucm-substitute-arguments-in-sequences.patch
  ucm-allow-syntax-version-3.patch
  ucm-config-change-the-in-place-include-evaluation-or.patch
  ucm-allow-to-specify-the-toplevel-directory-using-as.patch
  ucm-substitute-also-value-strings.patch
  ucm-handle-strict-prefix-correctly-for-the-UCM-card-.patch
  ucm-String-condition-implement-Empty.patch
  ucm-Define-DefineRegex-is-supported-in-Syntax-3.patch
  ucm-substitute-OpenName.patch
  ucm-substitute-CardNumber.patch
  ucm-implement-the-toplevel-ucm-configuration-file-pa.patch
  ucm-substitute-device-modifier-names-too.patch
  ucm-substitute-device-strings-in-the-device-lists.patch
  ucm-substitute-component-sequence-string.patch
  ucm-substitute-verb-name-and-file-field.patch
  ucm-substitute-Comment-in-Transition-and-Device.patch
  ucm-substitute-RenameDevice-and-DeleteDevice-lists.patch
  ucm-substitute-arguments-in-sequences-only-for-synta.patch
  ucm-shuffle-code-in-compound_merge.patch
  ucm-implement-CardIdByName-substitution.patch
  ucm-allow-to-ignore-errors-for-the-value-substitutio.patch
  ucm-allow-to-use-the-defined-variables-in-the-substi.patch
  ucm-implement-CardNumberByName-substitution.patch
  ucm-fix-the-possible-buffer-overflow-substitution.patch
  ucm-simplify-get_by_card-in-parser.c.patch
  ucm-implement-AlwaysTrue-Condition.Type.patch
  ucm-Allow-empty-strings-in-var-.-substitutions.patch
  ucm-substitution-remove-duplicate-allow_empty-assign.patch
  ucm-fix-parse_get_safe_name-safe-name-must-be-checke.patch
  ucm-substitute-the-merged-tree-completely.patch
  add Breaks alsa-ucm-conf (<= 1.2.2-1ubuntu0.1) in the d/control
  add snd_config_is_array@ALSA_0.9 1.2.2-2.1ubuntu1 in the d/libasound2.symbols
  
  [Test Case]
- On the AMD renoir machines:
- Boot the system with these updated packages (already backported kernel
- drivers to focal and oem-5.6 kernels), open the gnome-control-center,
- we could see the digital mic in the input device tab, and only one
- input device. we co

[Bug 1880108] Re: package libgl-dev 1.3.1-1 failed to install/upgrade: 正试图覆盖 /usr/include/GL/gl.h,它同时被包含于软件包 mesa-common-dev:amd64 20.0.4-2ubuntu1~18.04.1

2020-08-04 Thread Timo Aaltonen
*** This bug is a duplicate of bug 1878597 ***
https://bugs.launchpad.net/bugs/1878597

** This bug has been marked a duplicate of bug 1878597
   Bump Breaks/Replaces for mesa dev to allow upgrade 18.04->20.04

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

Title:
  package libgl-dev 1.3.1-1 failed to install/upgrade: 正试图覆盖
  /usr/include/GL/gl.h,它同时被包含于软件包 mesa-common-dev:amd64
  20.0.4-2ubuntu1~18.04.1

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

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

[Bug 1874217] Re: [nvidia] Dual monitor setup with secondary monitor in portrait-right mode cause tiled windows to occupy 1.5 monitors

2020-08-04 Thread Uwe Dulz
The solution for https://bugs.launchpad.net/bugs/1874567 solved this
issue for me.

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

Title:
  [nvidia] Dual monitor setup with secondary monitor in portrait-right
  mode cause tiled windows to occupy 1.5 monitors

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

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

[Bug 1882248] Re: [SRU] plug headset won't proper reconfig ouput to it on machine with default output

2020-08-04 Thread Yuan-Chen Cheng
** Changed in: oem-priority
   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/1882248

Title:
  [SRU] plug headset won't proper reconfig ouput to it on machine with
  default output

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

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

[Bug 1874567] Re: [nvidia] Rotating secondary monitor to portrait fails, results in landscape

2020-08-04 Thread Uwe Dulz
I installed the mutter libraries from focal proposed as described in #15 and 
the issue seems to be fixed. Also copied my ~/.config/monitors.xml to 
/var/lib/gdm/.config/monitors.xml and was able to get the same monitor 
configuration working at the login screen. 
So this is verified and finally works as it used to work in 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/1874567

Title:
  [nvidia] Rotating secondary monitor to portrait fails, results in
  landscape

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

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

[Bug 1870758] Re: [nvidia] Display scaling results in a blank screen (power save state)

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

That's a new bug so please log it as such. Though if you are using
Pop!OS then it's not a bug at all, since System76 has now removed the
feature from their package.

If you are using regular Ubuntu then please open a new bug by running:

  ubuntu-bug mutter

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

Title:
  [nvidia] Display scaling results in a blank screen (power save state)

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

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

[Bug 1855608] Re: Dell XPS 13 7390 screen corruption in 18.04 LTS, 19.04 and 19.10 on Intel Comet Lake

2020-08-04 Thread Timo Aaltonen
*** This bug is a duplicate of bug 1826125 ***
https://bugs.launchpad.net/bugs/1826125

** This bug has been marked a duplicate of bug 1826125
   Dell XPS 13 9380 flickering  (Whiskey Lake)

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

Title:
  Dell XPS 13 7390 screen corruption in 18.04 LTS, 19.04 and 19.10 on
  Intel Comet Lake

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

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

[Bug 1806334] Re: Thunderbolt 2 storage not auto mounted and show in file manager

2020-08-04 Thread Sebastien Bacher
Is that still an issue in focal? Could you maybe upstream it to
https://github.com/storaged-project/udisks/ ?

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

Title:
  Thunderbolt 2 storage not auto mounted and  show in file manager

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

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

[Bug 1863603] Re: [comet lake] Screen is scrambled/distored and flickers

2020-08-04 Thread Timo Aaltonen
*** This bug is a duplicate of bug 1826125 ***
https://bugs.launchpad.net/bugs/1826125

** This bug is no longer a duplicate of bug 1855608
   Dell XPS 13 7390 screen corruption in 18.04 LTS, 19.04 and 19.10 on Intel 
Comet Lake
** This bug has been marked a duplicate of bug 1826125
   Dell XPS 13 9380 flickering  (Whiskey Lake)

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

Title:
  [comet lake] Screen is scrambled/distored and flickers

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

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

[Bug 1889217] Re: Make digital mic on the AMD Renoir machines work under gnome desktop

2020-08-04 Thread Anthony Wong
** Summary changed:

- Make digital mic on the AMD renoir machines work under gnome desktop
+ Make digital mic on the AMD Renoir machines work under gnome desktop

** Description changed:

  [Impact]
- On the LENOVO AMD renoir machines, there is a digital mic directly
+ On the LENOVO AMD Renoir machines, there is a digital mic directly
  connected to the APU instead of the codec, so there are two separate
  sound cards in the system, one is for analogue codec driven by hda
  driver, the other is for the dmic driven by ASoC acp driver.
  
  The current audio stack (pulseaudio + alsa-ucm-conf + alsa-lib) doesn't
  support this design yet, it could support all audio devices on the codec
  well, but it doesn't support that dmic well. In the gnome-control-center,
  the dmic becomes two input devices: analog input and multichannel input,
  and users can only record sound from analog input, the multichannel input
  can't function at all. Besides this issue, there is another issue, after
  users plug an external mic, the external mic can't replace the dmic
  automatically, this gives users a bad experience since this behaviour is
  different from the other audio designs.
  
  [Fix for pulseaudio]
  backport 3 patches:
  2 of them from upstream
  device-port: queue CARD CHANGE event before update default sink
  alsa: adjust ucm sink/source priority according to ports priority
  1 of them from a merge request:
  https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/305
  
  [Fix for alsa-ucm-conf]
  backport 14 patches:
  11 of them from upstream:
  ucm-fix-wrong-If-in-sequence-in-HiFi-dual.conf.patch
  ucm2-add-initial-ucm.conf-for-the-latest-alsa-lib.patch
  sof-hda-dsp-don-t-fail-if-Auto-Mute-control-is-not-p.patch
  ucm.conf-add-support-for-the-kernel-module-name-tree.patch
  sof-hda-dsp-make-Headphone-Playback-Switch-condition.patch
  sof-soundwire-initial-UCM2-version.patch
  sof-soundwire-cleanups-recommended-by-the-ucm-valida.patch
  sof-soundwire-rewrite-for-syntax-3.patch
  HDA-Intel-add-support-for-AMD-acp-microphone-devices.patch
  Fix-invalid-Regex-Type-in-various-Condition-blocks.patch
  hda-hdmi-add-HDMI4-HDMI5-HDMI6-devices.patch
  3 of them from a merge request:
  https://github.com/alsa-project/alsa-ucm-conf/pull/41
  
  [Fix for alsa-lib]
  backport 47 patches from upstream:
  Enabled-extended-namehints-in-alsa.conf.patch
  conf-add-snd_config_is_array-function.patch
  topology-use-snd_config_is_array-function.patch
  ucm-merge-the-array-items-from-the-condition-blocks.patch
  ucm-parse-SectionOnce-section-in-the-master-UCM-conf.patch
  ucm-execute-SectionDefaults-lately-when-the-first-ve.patch
  ucm-handle-set-_once-command.patch
  ucm-handle-set-_defaults-command.patch
  ucm-initialize-mgr-once_list.patch
  ucm-fix-SectionOnce-comment.patch
  ucm-fix-compilation-error-in-set_defaults_user.patch
  ucm-rename-SectionOnce-to-BootSequence.patch
  ucm-rename-_once-command-to-_boot-command.patch
  ucm-configuration-implement-in-place-Include.patch
  ucm-configuration-substitute-ConfDir-and-ConfTopDir.patch
  ucm-config-substitute-File-string-to-allow-variables.patch
  ucm-configuration-allow-to-define-the-configuration-.patch
  ucm-configuration-add-DefineRegex.patch
  ucm-substitute-arguments-in-sequences.patch
  ucm-allow-syntax-version-3.patch
  ucm-config-change-the-in-place-include-evaluation-or.patch
  ucm-allow-to-specify-the-toplevel-directory-using-as.patch
  ucm-substitute-also-value-strings.patch
  ucm-handle-strict-prefix-correctly-for-the-UCM-card-.patch
  ucm-String-condition-implement-Empty.patch
  ucm-Define-DefineRegex-is-supported-in-Syntax-3.patch
  ucm-substitute-OpenName.patch
  ucm-substitute-CardNumber.patch
  ucm-implement-the-toplevel-ucm-configuration-file-pa.patch
  ucm-substitute-device-modifier-names-too.patch
  ucm-substitute-device-strings-in-the-device-lists.patch
  ucm-substitute-component-sequence-string.patch
  ucm-substitute-verb-name-and-file-field.patch
  ucm-substitute-Comment-in-Transition-and-Device.patch
  ucm-substitute-RenameDevice-and-DeleteDevice-lists.patch
  ucm-substitute-arguments-in-sequences-only-for-synta.patch
  ucm-shuffle-code-in-compound_merge.patch
  ucm-implement-CardIdByName-substitution.patch
  ucm-allow-to-ignore-errors-for-the-value-substitutio.patch
  ucm-allow-to-use-the-defined-variables-in-the-substi.patch
  ucm-implement-CardNumberByName-substitution.patch
  ucm-fix-the-possible-buffer-overflow-substitution.patch
  ucm-simplify-get_by_card-in-parser.c.patch
  ucm-implement-AlwaysTrue-Condition.Type.patch
  ucm-Allow-empty-strings-in-var-.-substitutions.patch
  ucm-substitution-remove-duplicate-allow_empty-assign.patch
  ucm-fix-parse_get_safe_name-safe-name-must-be-checke.patch
  ucm-substitute-the-merged-tree-completely.patch
  add Breaks alsa-ucm-conf (<= 1.2.2-1ubuntu0.1) in the d/control
  add snd_config_is_array@ALSA_0.9 1.2.2-2.1ubuntu1 in the d/libasound2.symbols
  
  [Test Case]
  On the AMD Renoir machines:
  

[Bug 1890201] Re: Depends on wireguard-modules | wireguard-dkms are inverted

2020-08-04 Thread Jason A. Donenfeld
The real issue here is that Andy forgot to add `Provides: wireguard-
modules` to the linux-meta-oem package, and maybe some others here:

- https://lists.zx2c4.com/pipermail/wireguard/2020-August/005743.html
- https://lists.zx2c4.com/pipermail/wireguard/2020-August/005746.html
- https://lists.zx2c4.com/pipermail/wireguard/2020-August/005747.html
- https://lists.zx2c4.com/pipermail/wireguard/2020-August/005752.html

I'd recommend that any fix here prioritize fixing the root cause issue -
the missing Provides:.

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

Title:
  Depends on wireguard-modules | wireguard-dkms are inverted

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

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

[Bug 1890201] Re: Depends on wireguard-modules | wireguard-dkms are inverted

2020-08-04 Thread Andy Whitcroft
** Description changed:

- wireguard depends on wireguard-modules | wqireguard-dkms.  This is
- inverted.  This will default to installing wireguard-modules in
- preference to wireguard-dkms when neither is installed.  In Ubuntu this
- leads us to install an unrelated kernel to resolve the lack.  We should
- in that case install wireguard-dkms.
+ [Impact]
+ 
+  * An explanation of the effects of the bug on users and
+ 
+  * justification for backporting the fix to the stable release.
+ 
+  * In addition, it is helpful, but not required, to include an
+explanation of how the upload fixes this bug.
+ 
+ [Test Case]
+ 
+  * detailed instructions how to reproduce the bug
+ 
+  * these should allow someone who is not familiar with the affected
+package to reproduce the bug and verify that the updated package fixes
+the problem.
+ 
+ [Regression Potential]
+ 
+  * discussion of how regressions are most likely to manifest as a result
+ of this change.
+ 
+  * It is assumed that any SRU candidate patch is well-tested before
+upload and has a low overall risk of regression, but it's important
+to make the effort to think about what ''could'' happen in the
+event of a regression.
+ 
+  * This both shows the SRU team that the risks have been considered,
+and provides guidance to testers in regression-testing the SRU.
+ 
+ [Other Info]
+  
+  * Anything else you think is useful to include
+  * Anticipate questions from users, SRU, +1 maintenance, security teams and 
the Technical Board
+  * and address these questions in advance
+ 
+ === 8< === 8< ===
+ wireguard depends on wireguard-modules | wqireguard-dkms.  This is inverted.  
This will default to installing wireguard-modules in preference to 
wireguard-dkms when neither is installed.  In Ubuntu this leads us to install 
an unrelated kernel to resolve the lack.  We should in that case install 
wireguard-dkms.

** Description changed:

  [Impact]
  
-  * An explanation of the effects of the bug on users and
- 
-  * justification for backporting the fix to the stable release.
- 
-  * In addition, it is helpful, but not required, to include an
-explanation of how the upload fixes this bug.
+ Removal of the previously official PPA package can lead to installation
+ of an unrelated (and unbootable) kernel in preference to the official
+ DKMS package.
  
  [Test Case]
  
-  * detailed instructions how to reproduce the bug
- 
-  * these should allow someone who is not familiar with the affected
-package to reproduce the bug and verify that the updated package fixes
-the problem.
+ Install wireguard from a old kernel (or a kernel such as linux-oem-osp1
+ which does not yet have builtin modules) and note that linux-gke or
+ similar is an installation candidate.
  
  [Regression Potential]
  
-  * discussion of how regressions are most likely to manifest as a result
- of this change.
- 
-  * It is assumed that any SRU candidate patch is well-tested before
-upload and has a low overall risk of regression, but it's important
-to make the effort to think about what ''could'' happen in the
-event of a regression.
- 
-  * This both shows the SRU team that the risks have been considered,
-and provides guidance to testers in regression-testing the SRU.
+ Watch out for installation of the wireguard-dkms package when a kernel
+ which does support wireguard natively is installed.
  
  [Other Info]
-  
-  * Anything else you think is useful to include
-  * Anticipate questions from users, SRU, +1 maintenance, security teams and 
the Technical Board
-  * and address these questions in advance
+ 
+ Wishing to expedite release of these packages as we are hitting this in
+ the wild.
+ 
  
  === 8< === 8< ===
  wireguard depends on wireguard-modules | wqireguard-dkms.  This is inverted.  
This will default to installing wireguard-modules in preference to 
wireguard-dkms when neither is installed.  In Ubuntu this leads us to install 
an unrelated kernel to resolve the lack.  We should in that case install 
wireguard-dkms.

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

Title:
  Depends on wireguard-modules | wireguard-dkms are inverted

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

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

[Bug 1883880] Re: fix non-8-bit x86 displacements breaking AVX512 builds on Bionic

2020-08-04 Thread Harry van Haaren (Intel)
Thanks Lukasz, Christian, Robie, Matthias, and the various robots and
launchpad janitors: appreciate your help!

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

Title:
  fix non-8-bit x86 displacements breaking AVX512 builds on Bionic

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

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

[Bug 1197400] Re: Main menu bar (Settings, etc) not showing.

2020-08-04 Thread Sebastien Bacher
On bionic you can also install the snap which doesn't have the issue

$ snap install gnome-mahjongg

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

Title:
  Main menu bar (Settings, etc) not showing.

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

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

[Bug 1197400] Re: Main menu bar (Settings, etc) not showing.

2020-08-04 Thread Sebastien Bacher
Thank you for taking the time to report this bug and helping to make
Ubuntu better. However, I am closing it because the bug has been fixed
in the current version of Ubuntu.

This is a significant bug in Ubuntu. If you need a fix for the bug in
previous versions of Ubuntu, please perform as much as possible of the
SRU Procedure [1] to bring the need to a developer's attention.

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

** Changed in: gnome-mahjongg (Ubuntu)
   Importance: Undecided => Low

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

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

Title:
  Main menu bar (Settings, etc) not showing.

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

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

[Bug 1197400] Re: Main menu bar (Settings, etc) not showing.

2020-08-04 Thread Sebastien Bacher
The menubar was removed in https://gitlab.gnome.org/GNOME/gnome-
mahjongg/-/commit/76d8385e and now there is an popdown button on the top
bar

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

Title:
  Main menu bar (Settings, etc) not showing.

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

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

[Bug 1890257] [NEW] [RTX6000][20.04.01] The system always stops at "Initramfs unpacking failed: Decoding failed" after selecting "OEM installation" or "Ubuntu" option to run system installation

2020-08-04 Thread William Hsu
Public bug reported:

[Summary]
The system always stop at "Initramfs unpacking failed: Decoding failed" after 
selecting "OEM install or Ubuntu option (20.04.01). The issue can be observed 
on the RTX6000, but Nvidia P620 cannot reproduce it. The issue might relate to 
the graphic driver.

[Steps to reproduce]
1. Plug the USB key which has the 20.04.01 build
2. Power on the system
3. Select USB drive to launch the grub menu
4. Select "OEM installation" or "Ubuntu" option to run the installation
5. Check if the system can run the installation

[Expected result]
The system can run the installation properly

[Actual result]
The system always stops at "Initramfs unpacking failed: Decoding failed" after 
selecting "OEM installation" or "Ubuntu" option

[Failure rate]
3/3

[Additional information]
system-manufacturer: LENOVO
system-product-name: P920
CPU: Intel(R) Xeon(R) Gold 6230N CPU @ 2.30GHz
GPU: nVidia - 10de:1e30

** Affects: ubuntu
 Importance: Undecided
 Status: Confirmed


** Tags: ihv-nvidia oem-other

** Summary changed:

- [RTX6000] The system always stops at "Initramfs unpacking failed: Decoding 
failed" after selecting "OEM installation" or "Ubuntu" option to run system 
installation (20.04.01)
+ [RTX6000][20.04.01] The system always stops at "Initramfs unpacking failed: 
Decoding failed" after selecting "OEM installation" or "Ubuntu" option to run 
system installation

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

Title:
  [RTX6000][20.04.01] The system always stops at "Initramfs unpacking
  failed: Decoding failed" after selecting "OEM installation" or
  "Ubuntu" option to run system installation

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

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

[Bug 1888685] Re: rsync fails after installing level 3.2.1

2020-08-04 Thread Sebastien Bacher
Oh, right, sorry for overlooking that and thanks for the details!

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

Title:
  rsync fails after installing level 3.2.1

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

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

[Bug 1212524] Re: inkscape crashed with SIGSEGV in SPObject::updateRepr()

2020-08-04 Thread Qantas94Heavy
Cannot reproduce on Inkscape 1.0. If you still have this issue with
latest version, please check the listed bugs here:
https://inkscape.org/report

Closed by: https://gitlab.com/Qantas94Heavy


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

Title:
  inkscape crashed with SIGSEGV in SPObject::updateRepr()

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

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

[Bug 1873184] Re: Wired and wireless connection details have not enough height and items overlap

2020-08-04 Thread Bin Li
** Also affects: oem-priority
   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/1873184

Title:
  Wired and wireless connection details have not enough height and items
  overlap

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

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

[Bug 1890259] [NEW] remove this package from release and proposed

2020-08-04 Thread Michael Hudson-Doyle
Public bug reported:

The package in release ftbfs with gcc-10.

The package in proposed fails autopkgtests on all arches (and in
Debian), and is the last package preventing json-c from migrating.

It has no reverse depedencies.

So I think we should remove this package for now and see if we get a
fixed one from Debian at some later point.

** Affects: frr (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/1890259

Title:
  remove this package from release and proposed

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

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

[Bug 1878359] Re: [needs-packaging] libfprint-2-tod1-goodix

2020-08-04 Thread Rex Tsai
** Changed in: oem-priority
   Importance: Critical => Medium

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

Title:
  [needs-packaging] libfprint-2-tod1-goodix

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

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

[Bug 1878597] Re: Bump Breaks/Replaces for mesa dev pkgs to allow upgrade 18.04->20.04

2020-08-04 Thread Timo Aaltonen
** Summary changed:

- Bump Breaks/Replaces for mesa dev to allow upgrade 18.04->20.04
+ Bump Breaks/Replaces for mesa dev pkgs to allow upgrade 18.04->20.04

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

Title:
  Bump Breaks/Replaces for mesa dev pkgs to allow upgrade 18.04->20.04

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

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

[Bug 1878359] Re: [needs-packaging] libfprint-2-tod1-goodix

2020-08-04 Thread Rex Tsai
libfprint-2-tod1-goodix has been uploaded to oem-archive for certified
platform, it's not blocking the user to use the device. Lower the
priority to Low.

** Changed in: oem-priority
   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/1878359

Title:
  [needs-packaging] libfprint-2-tod1-goodix

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

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

[Bug 1152629] Re: Logged out by creating and modifying a circle

2020-08-04 Thread Qantas94Heavy
Cannot reproduce on Inkscape 1.0, assuming fixed. If this is still an
issue, please check the listed bugs here: https://inkscape.org/report

Closed by: https://gitlab.com/Qantas94Heavy


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

Title:
  Logged out by creating and modifying a circle

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

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

[Bug 1890261] [NEW] I am not prompted for my password when booting after running out of power (e.g. empty battery)

2020-08-04 Thread De Baron
Public bug reported:

Ubuntu 18.04.4 LTS

When the system shuts down because of lack of power supply, the next
time, I am not prompted for my password; I go directly to the desktop.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: gnome-screensaver (not installed)
ProcVersionSignature: Ubuntu 4.15.0-112.113-generic 4.15.18
Uname: Linux 4.15.0-112-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.15
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Tue Aug  4 11:06:26 2020
InstallationDate: Installed on 2018-10-04 (669 days ago)
InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
SourcePackage: gnome-screensaver
Symptom: security
Title: Screen locking issue
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug bionic

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

Title:
  I am not prompted for my password when booting after running out of
  power (e.g. empty battery)

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

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

[Bug 1890210] Re: lsusb -t does not work with 20.04.1 LTS but it does with 18.04.4 LTS

2020-08-04 Thread Sebastien Bacher
Thank you for your bug report, could you maybe report it directly
upstream on https://github.com/gregkh/usbutils/issues ?

getting a gdb backtrace (https://wiki.ubuntu.com/Backtrace) could be
useful there

** Changed in: usbutils (Ubuntu)
   Importance: Undecided => Low

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

Title:
  lsusb -t does not work with 20.04.1 LTS but it does with 18.04.4 LTS

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

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

[Bug 1890194] Re: package linux-modules-5.4.0-42-generic (not installed) failed to install/upgrade: nie można skopiować wypakowanych danych "./lib/modules/5.4.0-42-generic/kernel/crypto/streebog_gener

2020-08-04 Thread Andy Whitcroft
English: package linux-modules-5.4.0-42-generic (not installed) failed
to install / upgrade: unable to copy extracted data
"./lib/modules/5.4.0-42-generic/kernel/crypto/streebog_generic.ko" to
"/lib/modules/5.4.0-42-generic/kernel/crypto/streebog_generic.ko.dpkg-
new": unexpected end of file or stream

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

Title:
  package linux-modules-5.4.0-42-generic (not installed) failed to
  install/upgrade: nie można skopiować wypakowanych danych
  "./lib/modules/5.4.0-42-generic/kernel/crypto/streebog_generic.ko" do
  "/lib/modules/5.4.0-42-generic/kernel/crypto/streebog_generic.ko.dpkg-
  new": niespodziewany koniec pliku lub strumienia

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

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

[Bug 1889416] Re: pulseaudio.service: Start request repeated too quickly.

2020-08-04 Thread Vladimir Yerilov
I'm here to just confirm the bug and that your workaround is working.
Thanks.

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

Title:
  pulseaudio.service: Start request repeated too quickly.

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

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

[Bug 1889988] Re: package apache2 2.4.41-4ubuntu3 failed to install/upgrade: el subproceso instalado paquete apache2 script post-installation devolvió el código de salida de error 1

2020-08-04 Thread Christian Ehrhardt 
Hi Ricardo:

>From your log:
info: Executing deferred 'a2enmod php7.2' for package libapache2-mod-php7.2
ERROR: Module php7.2 does not exist!

But that package isn't available in Ubuntu 20.04 anymore.
It's successor would be libapache2-mod-php7.4 and that would work.
It also would remove the older version as it has:
Conflicts: libapache2-mod-php7.2, libapache2-mod-php7.3

I was creating a new bionic guest and installing libapache2-mod-php7.2
to check how it would behave on an upgrade.

After the install I got:
# start with bionic
$ apt install libapache2-mod-php7.2
# update /etc/apt/sources.list to focal
$ apt dist-upgrade

This will leave the system with the old PHP working as it did before,
but not failing as you've shown.

What is the install status of your libapache2-mod-php7.2 is it gone or still 
installed.
In general you should upgrade (when your code needing it is ok for php7.4) to 
the new libapache2-mod-7.4.

I can't find the root cause for your bug TBH, checking libapache2-mod-
php7.2 seems to be a good first step.


P.S. I was wondering about the upgrade not switching to php7.4 on it's own so I 
tried the "real" release to release upgrade path as such things could be 
covered by do-release-upgrade. That did remove 7.2, but not install 7.4 - I 
have a friend who worked on that and I'll file a new bug for it as that seems 
not directly tied to your problem.

** Changed in: apache2 (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/1889988

Title:
  package apache2 2.4.41-4ubuntu3 failed to install/upgrade: el
  subproceso instalado paquete apache2 script post-installation devolvió
  el código de salida de error 1

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

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

[Bug 1890259] Re: frr: remove this package from release and proposed

2020-08-04 Thread Andy Whitcroft
** Summary changed:

- remove this package from release and proposed
+ frr: remove this package from release and proposed

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

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

** Changed in: frr (Ubuntu)
 Assignee: (unassigned) => Andy Whitcroft (apw)

** Summary changed:

- frr: remove this package from release and proposed
+ frr: demote to -proposed

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

Title:
  frr: demote to -proposed

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

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

[Bug 1864223] Re: shim 15+1552672080.a4a1fbe-0ubuntu1 fails to load fwupd

2020-08-04 Thread Launchpad Bug Tracker
This bug was fixed in the package shim - 15+1552672080.a4a1fbe-0ubuntu2

---
shim (15+1552672080.a4a1fbe-0ubuntu2) focal; urgency=medium

  * d/patches/fix-path-checks.patch: Cherry-pick upstream fix for regression
in loading fwupd, or anything else specified as an argument (LP: #1864223)

 -- Julian Andres Klode   Fri, 20 Mar 2020 16:19:14
+0100

** Changed in: shim (Ubuntu)
   Status: In Progress => Fix Released

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

Title:
  shim  15+1552672080.a4a1fbe-0ubuntu1 fails to load fwupd

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

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

[Bug 1890259] Re: frr: demote to -proposed

2020-08-04 Thread Andy Whitcroft
Removing packages from groovy:
frr 7.2.1-1 in groovy
frr 7.2.1-1 in groovy amd64
frr 7.2.1-1 in groovy arm64
frr 7.2.1-1 in groovy armhf
frr 7.2.1-1 in groovy ppc64el
frr 7.2.1-1 in groovy riscv64
frr 7.2.1-1 in groovy s390x
frr-doc 7.2.1-1 in groovy amd64
frr-doc 7.2.1-1 in groovy arm64
frr-doc 7.2.1-1 in groovy armhf
frr-doc 7.2.1-1 in groovy i386
frr-doc 7.2.1-1 in groovy ppc64el
frr-doc 7.2.1-1 in groovy riscv64
frr-doc 7.2.1-1 in groovy s390x
frr-pythontools 7.2.1-1 in groovy amd64
frr-pythontools 7.2.1-1 in groovy arm64
frr-pythontools 7.2.1-1 in groovy armhf
frr-pythontools 7.2.1-1 in groovy i386
frr-pythontools 7.2.1-1 in groovy ppc64el
frr-pythontools 7.2.1-1 in groovy riscv64
frr-pythontools 7.2.1-1 in groovy s390x
frr-rpki-rtrlib 7.2.1-1 in groovy amd64
frr-rpki-rtrlib 7.2.1-1 in groovy arm64
frr-rpki-rtrlib 7.2.1-1 in groovy armhf
frr-rpki-rtrlib 7.2.1-1 in groovy ppc64el
frr-rpki-rtrlib 7.2.1-1 in groovy riscv64
frr-rpki-rtrlib 7.2.1-1 in groovy s390x
frr-snmp 7.2.1-1 in groovy amd64
frr-snmp 7.2.1-1 in groovy arm64
frr-snmp 7.2.1-1 in groovy armhf
frr-snmp 7.2.1-1 in groovy ppc64el
frr-snmp 7.2.1-1 in groovy riscv64
frr-snmp 7.2.1-1 in groovy s390x
Comment: release pocket is ftbfs with gcc-10; proposed pocket is failing adt 
testing; blocking json-c migration
1 package successfully removed.


** Changed in: frr (Ubuntu)
   Status: In Progress => Fix Released

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

Title:
  frr: demote to -proposed

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

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

[Bug 1890259] Re: frr: demote to -proposed

2020-08-04 Thread Dimitri John Ledkov
** Tags added: block-proposed-groovy

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

Title:
  frr: demote to -proposed

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

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

[Bug 1890263] [NEW] release upgrade does not move to the new php apache mod

2020-08-04 Thread Christian Ehrhardt 
Public bug reported:

While checking how things behave for bug 1890029 I might have found
another aspect/version of bug 1865218. But I'm not sure yet.

Bryce was working on that and he probably has a better answer, so I'll
file a bug about what I've seen and assign it to him to share his
thoughts.

I tried to ways of a bionic->focal upgrade in otherwise clear bionic LXD
containers.

I did:
1. get a bionic container
2. apt install libapache2-mod-php7.2
   that will pull in apache as well and work

3a) edited /etc/apt/sources.list from bionic -> focal
apt update
apt dist-upgrade

This one left me with libapache2-mod-php7.2 of Bionic still installed
and no 7.4 of Focal to be seen.

3b) I tried `do-release-upgrade -d` as some logic might be in there

This was different, it removed libapache2-mod-php7.2 but didn't bring in 7.4 as 
I'd have expected.
Before:
root@b-to-f2:~# dpkg -l | grep -e php -e apache2
ii  apache22.4.29-1ubuntu4.13  amd64
Apache HTTP Server
ii  apache2-bin2.4.29-1ubuntu4.13  amd64
Apache HTTP Server (modules and other binary files)
ii  apache2-data   2.4.29-1ubuntu4.13  all  
Apache HTTP Server (common files)
ii  apache2-utils  2.4.29-1ubuntu4.13  amd64
Apache HTTP Server (utility programs for web servers)
ii  libapache2-mod-php7.2  7.2.24-0ubuntu0.18.04.6 amd64
server-side, HTML-embedded scripting language (Apache 2 module)
ii  php-common 1:60ubuntu1 all  
Common files for PHP packages
ii  php7.2-cli 7.2.24-0ubuntu0.18.04.6 amd64
command-line interpreter for the PHP scripting language
ii  php7.2-common  7.2.24-0ubuntu0.18.04.6 amd64
documentation, examples and common module for PHP
ii  php7.2-json7.2.24-0ubuntu0.18.04.6 amd64
JSON module for PHP
ii  php7.2-opcache 7.2.24-0ubuntu0.18.04.6 amd64
Zend OpCache module for PHP
ii  php7.2-readline7.2.24-0ubuntu0.18.04.6 amd64 

After:
root@b-to-f2:~# dpkg -l | grep -e php -e apache2
ii  apache22.4.41-4ubuntu3amd64 
   Apache HTTP Server
ii  apache2-bin2.4.41-4ubuntu3amd64 
   Apache HTTP Server (modules and other binary files)
ii  apache2-data   2.4.41-4ubuntu3all   
   Apache HTTP Server (common files)
ii  apache2-utils  2.4.41-4ubuntu3amd64 
   Apache HTTP Server (utility programs for web servers)
ii  php-common 2:75   all


So mod-php is just gone :-/
Please tell me that I miss a point here, or is this really the come-back of 
1865218?

** Affects: php7.4 (Ubuntu)
 Importance: Undecided
 Assignee: Bryce Harrington (bryce)
 Status: New

** Changed in: php7.4 (Ubuntu)
 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/1890263

Title:
  release upgrade does not move to the new php apache mod

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.4/+bug/1890263/+subscriptions

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

[Bug 1890263] Re: release upgrade does not move to the new php apache mod

2020-08-04 Thread Christian Ehrhardt 
Note: I'll leave the two containers as-is for now in case you want any
logs in them to be checked.

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

Title:
  release upgrade does not move to the new php apache mod

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.4/+bug/1890263/+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-08-04 Thread Executenor
I have got it working with the liquorix kernel and updated firmware, the
biggest issue seems to be that the ibt firmware does not get loaded.

-- 
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 1889793] Re: package mysql-server-8.0 8.0.21-0ubuntu0.20.04.3 failed to install/upgrade: installed mysql-server-8.0 package post-installation script subprocess returned error exit status 1

2020-08-04 Thread Christian Ehrhardt 
>From your log:
2020-07-31T15:01:02.904484Z 0 [ERROR] [MY-010262] [Server] Can't start server: 
Bind on TCP/IP port: Address already in use
2020-07-31T15:01:02.904814Z 0 [ERROR] [MY-010257] [Server] Do you already have 
another mysqld server running on port: 3306 ?

It seems another service (or even a different mysql than the one from
Ubuntu packages) is already running and blocking the service start that
is part of the installation.

You'd need to check open ports what currently holds the port and resolve
that before re-trying the installation.

This doesn't (yet) seem like a packaging bug, setting to incomplete but
feel free to report back with more info if it turns out that you believe
it is indeed a bug and not just a config issue due to that yet unknown
other service.

** Changed in: mysql-8.0 (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/1889793

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

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

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

[Bug 1890201] Re: Depends on wireguard-modules | wireguard-dkms are inverted

2020-08-04 Thread Andy Whitcroft
https://salsa.debian.org/debian/wireguard/-/merge_requests/4

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

Title:
  Depends on wireguard-modules | wireguard-dkms are inverted

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

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

[Bug 1890265] [NEW] BUG: Version 3.5.27-1ubuntu1.7 breaks config using icap

2020-08-04 Thread xavier
Public bug reported:

Using ubuntu 18.04

I had a squid config using c-icap to scan requests/responses using
ClamAV.

It was working OK since long time ago.

Today, squid has (security)updated to 3.5.27-1ubuntu1.7 and now,
connection to icap is broken.

That is the error at squid-cache.log

2020/08/04 09:44:08 kid1| essential ICAP service is down after an
options fetch failure: icap://127.0.0.1:1344/virus_scan [down,!opt]


After downgrading to 3.5.27-1ubuntu1.6 it starts working again.

The icap service is working fine, tested with `c-icap-client -i
127.0.0.1 -p 1344 -s virus_scan`

Thanks.

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


** Tags: bug icap squid

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

Title:
  BUG: Version 3.5.27-1ubuntu1.7 breaks config using icap

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

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

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

2020-08-04 Thread Christian Ehrhardt 
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

Since there isn't enough information in your report to differentiate
between a local configuration problem and a bug in Ubuntu, I'm marking
this bug as Incomplete.

If indeed this is a local configuration problem, you can find pointers
to get help for this sort of problem here:
http://www.ubuntu.com/support/community

Or if you believe that this is really a bug, then you may find it
helpful to read "How to report bugs effectively"
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
if you would then provide a more complete description of the problem,
explain why you believe this is a bug in Ubuntu rather than a problem
specific to your system, and then change the bug status back to New.

** Changed in: mysql-8.0 (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/1890029

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

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

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

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

2020-08-04 Thread Christian Ehrhardt 
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

Since there isn't enough information in your report to differentiate
between a local configuration problem and a bug in Ubuntu, I'm marking
this bug as Incomplete.

If indeed this is a local configuration problem, you can find pointers
to get help for this sort of problem here:
http://www.ubuntu.com/support/community

Or if you believe that this is really a bug, then you may find it
helpful to read "How to report bugs effectively"
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
if you would then provide a more complete description of the problem,
explain why you believe this is a bug in Ubuntu rather than a problem
specific to your system, and then change the bug status back to New.

** Changed in: mysql-8.0 (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/1889950

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

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

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

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

2020-08-04 Thread Christian Ehrhardt 
Hi,
from your logs:

It seems the package installed and worked fine a few weeks ago:
Start-Date: 2020-07-07  00:57:35
Commandline: apt install mysql-server
Requested-By: chathudya (1000)
Install: mecab-utils:amd64 (0.996-10build1, automatic), 
libevent-core-2.1-7:amd64 (2.1.11-stable-1, automatic), mysql-client-8.0:amd64 
(8.0.20-0ubuntu0.20.04.1, automatic), mysql-server:amd64 
(8.0.20-0ubuntu0.20.04.1), mysql-server-8.0:amd64 (8.0.20-0ubuntu0.20.04.1, 
automatic), libcgi-fast-perl:amd64 (1:2.15-1, automatic), libfcgi-perl:amd64 
(0.79-1, automatic), libmecab2:amd64 (0.996-10build1, automatic), 
mecab-ipadic-utf8:amd64 (2.7.0-20070801+main-2.1, automatic), 
libcgi-pm-perl:amd64 (4.46-1, automatic), libaio1:amd64 (0.3.112-5, automatic), 
mysql-client-core-8.0:amd64 (8.0.20-0ubuntu0.20.04.1, automatic), 
libhtml-template-perl:amd64 (2.97-1, automatic), mecab-ipadic:amd64 
(2.7.0-20070801+main-2.1, automatic), mysql-server-core-8.0:amd64 
(8.0.20-0ubuntu0.20.04.1, automatic)
End-Date: 2020-07-07  01:02:35

Then recently there was an upgrade

Start-Date: 2020-08-01  07:10:18
Commandline: /usr/bin/unattended-upgrade
Upgrade: mysql-client-8.0:amd64 (8.0.20-0ubuntu0.20.04.1, 
8.0.21-0ubuntu0.20.04.3), mysql-server-8.0:amd64 (8.0.20-0ubuntu0.20.04.1, 
8.0.21-0ubuntu0.20.04.3), mysql-server-core-8.0:amd64 (8.0.20-0ubuntu0.20.04.1, 
8.0.21-0ubuntu0.20.04.3)

This upgrade then ran into trouble stopping the server

Setting up mysql-server-8.0 (8.0.21-0ubuntu0.20.04.3) ...
mysqld will log errors to /var/log/mysql/error.log
mysqld is running as pid 8341
Error: Unable to shut down server with process id 8341
dpkg: error processing package mysql-server-8.0 (--configure):

But the error log only show a start issue:
2020-08-01T01:41:03.503443Z 0 [ERROR] [MY-011292] [Server] Plugin mysqlx 
reported: 'Preparation of I/O interfaces failed, X Protocol won't be accessible'
2020-08-01T01:41:03.504125Z 0 [ERROR] [MY-011300] [Server] Plugin mysqlx 
reported: 'Setup of socket: '/var/run/mysqld/mysqlx.sock' failed, can't create 
lock file /var/run/mysqld/mysqlx.sock.lock'


Never the less this is the best trace that I see in your logs.
Do you happen to have changed/configured the log path in any way?

Does a restart of the server work reliably or does it e.g. take quite
some time so that this could have been a timeout?

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

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

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

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

  1   2   3   4   5   >