[Bug 1929027] Re: drm/i915: Drop force_probe requirement for ADL-S

2022-02-08 Thread Timo Aaltonen
** Also affects: linux (Ubuntu)
   Importance: Undecided
   Status: New

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

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

Title:
  drm/i915: Drop force_probe requirement for ADL-S

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


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

[Bug 1909814] Re: Medion Notebook Keyboard not working

2022-02-08 Thread Did VDT
Dear Brian,

I confirm that my Medipn laptop keyboard is working perfectly.
Thkx a lot for your support.

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

Title:
  Medion Notebook Keyboard not working

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


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

[Bug 1959762] Re: HID_ASUS should depend on USB_HID in stable v4.15 backports

2022-02-08 Thread Stefan Bader
** Changed in: linux (Ubuntu Bionic)
   Importance: Undecided => Medium

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

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

** Changed in: linux (Ubuntu Bionic)
 Assignee: (unassigned) => Krzysztof Kozlowski (krzk)

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

Title:
  HID_ASUS should depend on USB_HID in stable v4.15 backports

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


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

[Bug 1949565] Re: Cannot connect anymore to Azure Database for MySQL with 8.0.27-0ubuntu0.20.04

2022-02-08 Thread Christian Ehrhardt 
Hi,
this is a really sad case, but as Ubuntu I'm not seeing what else we could do 
here than leaving things as is. The delivery of security fixes is important to 
the majority of users.

In this particular case in the referenced upstream bug and further links
from there [2] indicate that Microsoft <-> Mysql have given up to
implement something on the Azure DB side to work with the security-fixed
version of mysql. But on the other hand we can not really revert that
change to provide mysql re-opening known security issues.

It seems in [2] that Microsoft has settled on "then use Flexible Server
instead of Single Server". I have to admit I do not know what all that
implied (more cost, data migration, ... it does not seem to be as drop-
in replacement to me :-/) but right now as sad as it is this seems to be
the only way out of this for affected users.

I see that @emgag continues to use the older builds, while that works it
means you lack CVE fixes and with every new upload there will be more
that you miss. So please consider using that only as fallback until you
have made a transition to the "Flexible Server" or other alternatives.

If there is a way to retain the CVE fix, but a follow up change allows
to use the "Azure DB for Mysql - Single server" again please speak up
and let us know. But unless such a thing exists this has to be
"incomplete" as no one can really act on it for an Ubuntu upload to fix
it.

[1]: https://bugs.mysql.com/bug.php?id=105288
[2]: 
https://docs.microsoft.com/en-us/azure/mysql/concepts-compatibility#mysql-drivers

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

Title:
  Cannot connect anymore to Azure Database for MySQL with
  8.0.27-0ubuntu0.20.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/mysql-server/+bug/1949565/+subscriptions


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

[Bug 1904266] Re: calamares data entry; cursor jumps to end of field making editing difficult

2022-02-08 Thread Bug Watch Updater
** Changed in: calamares
   Status: New => Fix Released

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

Title:
  calamares data entry; cursor jumps to end of field making editing
  difficult

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


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

[Bug 1959581] Re: OCFS2 intermittently not mountable on a second Node in Ubuntu 20.04.3 LTS

2022-02-08 Thread Norbert B.
After Sergio didn't find any corresponding change in OCFS2 tools delta I
could imagine, that there was a change in ISCSI adaption whicht could be
the reason in combination with OCFS2?

Unfortunately Oracle Cloud (OCI) does not offer Impish Indri as cloud image.
They only support the LTS versions 18/20 as oracle build.

What we could offer you, is access to a sandbox installation.
You would not have access to console, but with SSH.
If it could help, I would build such one and would need public keys for the 
people, that do the tests.
For details like the public IPs we should use a private communication channel 
(email).

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

Title:
  OCFS2 intermittently not mountable on a second Node in Ubuntu 20.04.3
  LTS

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


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

[Bug 1959541] Re: pull-lp-source crashed with AttributeError in __new__(): module 'collections' has no attribute 'Callable'

2022-02-08 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-dev-tools - 0.188

---
ubuntu-dev-tools (0.188) unstable; urgency=medium

  [ Mattia Rizzolo ]
  * archive.py:
+ Support Python 3.6 by calling functools.lru_cache() as a function, and
  avoid using @functools.cached_property (both new in Python 3.8).

  [ Graham Inggs ]
  * lpapicache.py:
+ Use collections.abc.Callable instead of the long deprecated
  collections.Callable.  LP: #1959541

 -- Mattia Rizzolo   Mon, 07 Feb 2022 16:30:07 +0100

** Changed in: ubuntu-dev-tools (Ubuntu Jammy)
   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/1959541

Title:
  pull-lp-source crashed with AttributeError in __new__(): module
  'collections' has no attribute 'Callable'

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


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

[Bug 1959015] Re: Switch to new HTTPS-capable domains for PPAs

2022-02-08 Thread Launchpad Bug Tracker
This bug was fixed in the package software-properties - 0.99.18

---
software-properties (0.99.18) jammy; urgency=medium

  [ Colin Watson ]
  * Use new HTTPS-capable PPA domains (LP: #1959015).

 -- Brian Murray   Mon, 07 Feb 2022 10:33:15 -0800

** Changed in: software-properties (Ubuntu Jammy)
   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/1959015

Title:
  Switch to new HTTPS-capable domains for PPAs

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


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

[Bug 1942160] Re: PCIE LnkCtl ASPM not enabled under VMD mode for Alder Lake platforms

2022-02-08 Thread Timo Aaltonen
this is applied to impish but not jammy?

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

Title:
  PCIE LnkCtl ASPM not enabled under VMD mode for Alder Lake platforms

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


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

[Bug 1960297] [NEW] Please merge python-testtools 2.5.0-3 (main) from Debian unstable (main)

2022-02-08 Thread Olivier Gayot
Public bug reported:

python-testtools
Mon Dec 27 21:14:53 2021

base: 2.5.0-2
python-testtools_2.5.0-2.dsc
python-testtools_2.5.0.orig.tar.xz
python-testtools_2.5.0-2.debian.tar.xz

ubuntu: 2.5.0-2ubuntu1
python-testtools_2.5.0-2ubuntu1.dsc
python-testtools_2.5.0.orig.tar.xz
python-testtools_2.5.0-2ubuntu1.debian.tar.xz

base -> ubuntu
python-testtools_2.5.0-2ubuntu1.patch

debian: 2.5.0-3
python-testtools_2.5.0-3.dsc
python-testtools_2.5.0.orig.tar.xz
python-testtools_2.5.0-3.debian.tar.xz

base -> debian
python-testtools_2.5.0-3.patch

** Affects: python-testtools (Ubuntu)
 Importance: Undecided
 Assignee: Olivier Gayot (ogayot)
 Status: New


** Tags: fr-2028

** Changed in: python-testtools (Ubuntu)
 Assignee: (unassigned) => Olivier Gayot (ogayot)

** Tags added: fr-2028

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

Title:
  Please merge python-testtools 2.5.0-3 (main) from Debian unstable
  (main)

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


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

[Bug 1959995] Re: present: Crash in 'present_scmd_get_crtc' and 'present_flush' (NVIDIA 495.46)

2022-02-08 Thread Mazen Mardini
I can confirm that this patch works. It fixed the crash on my computer.
I'm running the Nvidia 510.47 drivers.

** Attachment added: "it works.png"
   
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1959995/+attachment/5559655/+files/it%20works.png

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

Title:
  present: Crash in 'present_scmd_get_crtc' and 'present_flush' (NVIDIA
  495.46)

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


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

[Bug 1929027] Re: drm/i915: Drop force_probe requirement for ADL-S

2022-02-08 Thread Timo Aaltonen
I'll file a separate bug for jammy instead.

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

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

Title:
  drm/i915: Drop force_probe requirement for ADL-S

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


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

[Bug 1960298] [NEW] Forward-port drm/i915 commits from oem-5.14 for Alder Lake S & P

2022-02-08 Thread Timo Aaltonen
Public bug reported:

Hi

These commits add the missing commits from oem-5.14 to fix known issues for 
Alder Lake (ADL) S & P.
The final patch enables loading i915 on them without require_force_probe option.

The original bug reports are:

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1929027
https://bugs.launchpad.net/ubuntu/+source/libdrm/+bug/1940504
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1954728
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1945438

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

** Description changed:

  Hi
  
  These commits add the missing commits from oem-5.14 to fix known issues for 
Alder Lake (ADL) S & P.
  The final patch enables loading i915 on them without require_force_probe 
option.
  
  The original bug reports are:
  
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1929027
  https://bugs.launchpad.net/ubuntu/+source/libdrm/+bug/1940504
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1954728
+ https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1945438

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

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

Title:
  Forward-port drm/i915 commits from oem-5.14 for Alder Lake S & P

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


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

[Bug 1960300] [NEW] llvm-objcopy cannot generate EFI images valid for Ubuntu Core

2022-02-08 Thread Alfonso Sanchez-Beato
Public bug reported:

llvm-objcopy cannot generate EFI images valid for Ubuntu Core, due to
some bugs already fixed in upstream:

https://llvm.org/PR51243
https://llvm.org/PR51244

Patches fixing the issues:

https://github.com/llvm/llvm-project/commit/cdd407286a9652ec62b33f437a298754fe3ba7ab
https://github.com/llvm/llvm-project/commit/b25ab4f313f38d3dee9674789cf56b9143515034
https://github.com/llvm/llvm-project/commit/b33fd3177229c67fe44b65fff8666a7746595daa

** Affects: llvm-toolchain-13 (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/1960300

Title:
  llvm-objcopy cannot generate EFI images valid for Ubuntu Core

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


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

[Bug 1960297] Re: Please merge python-testtools 2.5.0-3 (main) from Debian unstable (main)

2022-02-08 Thread Olivier Gayot
** Patch added: "Patch between 2.5.0-3 and 2.5.0-3ubuntu1"
   
https://bugs.launchpad.net/ubuntu/+source/python-testtools/+bug/1960297/+attachment/5559656/+files/1-2.5.0-3_2.5.0-3ubuntu1.debdiff

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

Title:
  Please merge python-testtools 2.5.0-3 (main) from Debian unstable
  (main)

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


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

[Bug 1960297] Re: Please merge python-testtools 2.5.0-3 (main) from Debian unstable (main)

2022-02-08 Thread Olivier Gayot
** Patch added: "Patch between 2.5.0-2ubuntu1 and 2.5.0-3ubuntu1"
   
https://bugs.launchpad.net/ubuntu/+source/python-testtools/+bug/1960297/+attachment/5559657/+files/1-2.5.0-2ubuntu1_2.5.0-3ubuntu1.debdiff

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

Title:
  Please merge python-testtools 2.5.0-3 (main) from Debian unstable
  (main)

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


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

[Bug 1960226] Re: Ubuntu Jammy Desktop fails to boot after install

2022-02-08 Thread Leó Kolbeinsson
Retested Ubuntu Jammy daily ISO 2022-02-08 - again fails to boot to
desktop after install.

http://iso.qa.ubuntu.com/qatracker/milestones/429/builds/244085/testcases/1300/results

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

Title:
  Ubuntu Jammy Desktop fails to boot after install

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


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

[Bug 1959665] Re: linux-image-5.4.0-97.110 freezes by accessing cifs shares

2022-02-08 Thread Sebastian Berner
Hi Tim,

I can confirm that 5.4.0-99.112 fixes the cifs issue.

Testing in our environment does not show any freezes accessing cifs
shares while using 5.4.0-99.112.

Best Regards,
Sebastian

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

Title:
  linux-image-5.4.0-97.110 freezes by accessing cifs shares

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


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

[Bug 1960297] Re: Please merge python-testtools 2.5.0-3 (main) from Debian unstable (main)

2022-02-08 Thread Olivier Gayot
Hello,

In version 2.5.0-2ubuntu1, we had a patch fixing a FTBFS issue with Python 3.10 
and declaring the package as Python 3.10 compatible (including updates to 
setup.cfg and to the list of environments for TOX).
 * debian/patches/add-python-3.10-support.patch
This patch was applied from upstream [1]

In 2.5.0-3, Debian fixed the FTBFS as well with a custom patch [2]. This is the 
only change in this version. Although it fixes the FTBFS, it does not declare 
the package as Python 3.10 compatible.
 * debian/patches/fix-testing-test_syntax_error.patch

Syncing from Debian here would definitely be an option. However, it
would mean we have the package marked compatible with Python 3.10 on
impish (version 2.5.0-2-ubuntu1) but not on jammy (version 2.5.0-2) ;
which would not be great...

Therefore, I decided to go for the merge option and keep our patch while
discarding the one from Debian.

I uploaded the result of the merge (basically a no-op) in a PPA. Build log 
available here:
https://launchpad.net/~ogayot/+archive/ubuntu/jammy-proposed/+build/23142775

Please let me know if a sync would be more sensible. I'll be happy to
turn this into a sync request.

Thanks,
Olivier

[1] 
https://github.com/testing-cabal/testtools/commit/ec9bb7ed026566688a14be9d8d5d1e4c506e71c0
[2] 
https://salsa.debian.org/openstack-team/python/python-testtools/-/commit/fbf2d78b6215f81e8eca29a3ea9fb64fa2e2ab32

** Changed in: python-testtools (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/1960297

Title:
  Please merge python-testtools 2.5.0-3 (main) from Debian unstable
  (main)

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


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

[Bug 1957932] Re: [MIR] rustc, cargo

2022-02-08 Thread Simon Chopin
Hi,

This is just a partial update while I'm working on the rustc packaging.
We're still debating the LLVM situation (item #10), but once that's done
I'll upload the newer 1.58.1 which comes with the security fix for
CVE-2022-21658 (item #13). I'm also looking into the test suite issue
(items #5, #11)

Regarding #3a the new package will ship with the Cargo.lock file in 
/usr/share/doc/rustc (I've confirmed that it is regenerated at build time so 
the dependencies are the correct ones).
I don't really understand the point of #3b and #3c in the context of src:rustc, 
as packaged dependencies aren't statically linked, and the rustc packaging 
isn't using dh-cargo, which is the component that generates the mentioned 
fields in the first place.

For #7 and #8, I wasn't really aware that I could exclude binaries! For
src:rustc, I'd only ship in main rustc, rustdoc, and their dependencies.
As mentioned in the MIR, I don't expect Rust developers to actually use
the packaged tools at this point.

Items with no action so far: #4, #6, #9, #12
I'll update the bug description once the LLVM issue is resolved.

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

Title:
  [MIR] rustc, cargo

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


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

[Bug 1951683] Re: Freeze

2022-02-08 Thread robb990099
Thanks Daniel.  Your comments and help  are much appreciated. The
attachments in #1 are all pre-nvidia when using Nouveau so not likely to
be relevant now. I will try and capture some new logs in case of another
freeze.

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

Title:
  Freeze

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


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

[Bug 1956005] Re: Firefox Snap won't open links to WhatsApp API

2022-02-08 Thread Olivier Tilloy
LDZ: the firefox snap is not classic, it is strictly confined, you won't
be able to install it with the "classic" mode.

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

Title:
  Firefox Snap won't open links to WhatsApp API

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


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

[Bug 1944080] Re: [fan-network] Race-condition between "apt update" and dhcp request causes cloud-init error

2022-02-08 Thread Joseph Phillips
** Changed in: juju
   Status: In Progress => Triaged

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

Title:
  [fan-network] Race-condition between "apt update" and dhcp request
  causes cloud-init error

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


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

[Bug 1960094] Re: lxc/1:4.0.6-0ubuntu1~20.04.1 undefined symbol: strlcat in Focal

2022-02-08 Thread Kleber Sacilotto de Souza
Attached is the testcase log from the run with the previous focal:linux
kernel version (5.4.0-97.110).

I believe that it's very unlikely that this issue is caused by a kernel
change. Between versions 5.4.0-97.110 and 5.4.0-99.112 only a few cifs
patches were reverted to fix a regression
(https://launchpad.net/ubuntu/+source/linux/5.4.0-99.112). These patches
were applied to 5.4.0-97.110 and reverted on 5.4.0-99.112. I haven't
looked at the lxc testcases, but cifs changes should unlikely cause lxc
failures.

** Attachment added: 
"sru-generic-metal-akis.amd64-5.4.0-97.110-ubuntu_lxc-log.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1960094/+attachment/5559658/+files/sru-generic-metal-akis.amd64-5.4.0-97.110-ubuntu_lxc-log.txt

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

Title:
  lxc/1:4.0.6-0ubuntu1~20.04.1 undefined symbol: strlcat in Focal

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


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

[Bug 1783873] Re: auto-type user and password not working (too fast?)

2022-02-08 Thread Pedro Miguel de Andrade Quental Mendes
I also had problems and got to this page when looking for a solution. The delay 
command didn't solve my problem. In my case, the username field was still 
ending up with only an ending part of the full string. I could test that with a 
text file where I auto-typed the login.
Reading the documentation, I found the clearfield command. It solved my problem.
{CLEARFIELD}{USERNAME}{TAB}{DELAY 100}{PASSWORD}{ENTER}

If you want to test it out with a text file, please hit return twice
before auto typing.

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

Title:
  auto-type user and password not working (too fast?)

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


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

[Bug 1960304] [NEW] missing dependency on libencode-locale-perl in amanda-common

2022-02-08 Thread Jörg Hänsel
Public bug reported:

amanda-common

affected version is: 1:3.5.1-8 (jammy)

when running amcheck I got this error in the report mail:

Can't locate Encode/Locale.pm in @INC (you may need to install the 
Encode::Locale module) (@INC contains: /usr/lib/x86_64-linux-gnu/amanda/perl 
/etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.32.1 
/usr/local/share/perl/5.32.1 /usr/lib/x86_64-linux-gnu/perl5/5.32 
/usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base 
/usr/lib/x86_64-linux-gnu/perl/5.32 /usr/share/perl/5.32 
/usr/local/lib/site_perl) at 
/usr/lib/x86_64-linux-gnu/amanda/perl/Amanda/Message.pm line 168.
BEGIN failed--compilation aborted at 
/usr/lib/x86_64-linux-gnu/amanda/perl/Amanda/Message.pm line 168.
Compilation failed in require at 
/usr/lib/x86_64-linux-gnu/amanda/perl/Amanda/Config.pm line 3088.
BEGIN failed--compilation aborted at 
/usr/lib/x86_64-linux-gnu/amanda/perl/Amanda/Config.pm line 3088.
Compilation failed in require at 
/usr/lib/x86_64-linux-gnu/amanda/perl/Amanda/Util.pm line 586.
BEGIN failed--compilation aborted at 
/usr/lib/x86_64-linux-gnu/amanda/perl/Amanda/Util.pm line 586.
Compilation failed in require at /usr/lib/amanda/amcheck-device line 25.
BEGIN failed--compilation aborted at /usr/lib/amanda/amcheck-device line 25.


Reason is missing "Locale.pm":

root@ubuntu:~# grep Locale 
/usr/lib/x86_64-linux-gnu/amanda/perl/Amanda/Message.pm
use Encode::Locale;

After installing "libencode-locale-perl" the problem was solved.

So please add dependency on "libencode-locale-perl".

Cheers
Jörg

** Affects: amanda (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/1960304

Title:
  missing dependency on libencode-locale-perl in amanda-common

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


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

[Bug 1960034] Re: systemd/248.3-1ubuntu8.2 ADT test failure with linux/5.13.0-29.32

2022-02-08 Thread Kleber Sacilotto de Souza
Confirmed that systemd storage testacase is now successful with
impish:linux 5.13.0-30.33:

amd64 - 
https://autopkgtest.ubuntu.com/results/autopkgtest-impish/impish/amd64/s/systemd/20220207_183233_91879@/log.gz
arm64 - 
https://autopkgtest.ubuntu.com/results/autopkgtest-impish/impish/arm64/s/systemd/20220207_164846_df7a7@/log.gz
ppc64el - 
https://autopkgtest.ubuntu.com/results/autopkgtest-impish/impish/ppc64el/s/systemd/20220207_155813_b0af1@/log.gz

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

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

Title:
  systemd/248.3-1ubuntu8.2 ADT test failure with linux/5.13.0-29.32

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


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

[Bug 1956005] Re: Firefox Snap won't open links to WhatsApp API

2022-02-08 Thread Olivier Tilloy
** Bug watch added: Mozilla Bugzilla #1754164
   https://bugzilla.mozilla.org/show_bug.cgi?id=1754164

** Also affects: firefox via
   https://bugzilla.mozilla.org/show_bug.cgi?id=1754164
   Importance: Unknown
   Status: Unknown

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

Title:
  Firefox Snap won't open links to WhatsApp API

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


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

[Bug 1956005] Re: Firefox Snap won't open links to WhatsApp API

2022-02-08 Thread Bug Watch Updater
Launchpad has imported 1 comments from the remote bug at
https://bugzilla.mozilla.org/show_bug.cgi?id=1754164.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2022-02-08T10:50:53+00:00 Olivier Tilloy wrote:

User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101
Firefox/97.0

Steps to reproduce:

(initially reported on Launchpad:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1956005)

When using the Firefox snap, clicking a hyperlink to api.whatsapp.com
shows a dialog that offers to use the "System Handler" to open the link,
whereas when using e.g. the deb package on Ubuntu, Firefox doesn't try
to delegate opening the link to an external handler.

Example link:
https://api.whatsapp.com/send/?phone=+1234567890&text=foobar&app_absent=0

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1956005/comments/9


** Changed in: firefox
   Status: Unknown => New

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

Title:
  Firefox Snap won't open links to WhatsApp API

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


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

[Bug 1955047] Re: Nvidia drivers are marked as "auto" at installation and thus removed by `apt autoremove`

2022-02-08 Thread Simon Chopin
I installed a new Focal desktop on a machine with a NVidia discrete GPU
yesterday using a daily ISO, and the resulting system didn't have any
package marked to autoremove. The nvidia-driver-510 package was marked
as manually installed, but its dependencies were correctly marked as
auto-installed.

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

Title:
  Nvidia drivers are marked as "auto" at installation and thus removed
  by `apt autoremove`

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


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

[Bug 1960306] [NEW] Backport feature to show hidden passwords

2022-02-08 Thread Łukasz Zemczak
Public bug reported:

[Impact]

Currently, while the root cause of the notorious bug LP: #1875062 is
still not entirely known, certain affected users can type in an
unexpected password during installation with no means to check what was
actually typed in. As a semi-workaround, in jammy we have added a
'feature' to be able to temporarily show the typed in passwords for both
the GTK and KDE frontends. This way users can at least double-check if
the password they typed in is what was expected.

I think it's important to get this semi-workaround for 20.04.4, even
though it's more of a feature than a bugfix. This way at least users
have *some* means of protecting themselves. Even without this, this is a
feature that is worth having.

Note to SRU members: this is essentially an UI-changing request, so it
might require an ACK from the documentation teams (might need updating
some installer screenshots?). So I'd understand if there is a pushback
on this. However, I still think this is a feature really nice to have
for .4

[Test Case]

Repeat for both Ubuntu and Kubuntu desktop:
* Download latest -proposed daily image
* Proceed with installation normally
* In partition layout, select LVM with encryption, make sure it's possible to 
unhide and hide the encryption password
* Further down the road, on the user configuration screen, make sure it's 
possible to unhide and hide the user password

[Regression Potential]

No core logic is touched, so most probable regressions are around the UI
aspect of the installer. It's possible that due to an error the GTK or
KDE UIs for password input will be corrupted, or logic with button press
somehow messed up.

It's good to double check if password verification still works as before
the change - though please note that I saw that the KDE frontend seems
to be missing some icons for 'correct/incorrect password' in the LVM
encrypted partition password selection even before the change.

** Affects: ubiquity (Ubuntu)
 Importance: Medium
 Assignee: Łukasz Zemczak (sil2100)
 Status: Invalid

** Affects: ubiquity (Ubuntu Focal)
 Importance: Medium
 Assignee: Łukasz Zemczak (sil2100)
 Status: In Progress

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

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

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

** Changed in: ubiquity (Ubuntu)
   Status: In Progress => Invalid

** Changed in: ubiquity (Ubuntu Focal)
 Assignee: (unassigned) => Łukasz Zemczak (sil2100)

** Changed in: ubiquity (Ubuntu Focal)
Milestone: None => ubuntu-20.04.4

** Merge proposal linked:
   
https://code.launchpad.net/~ubuntu-installer/ubiquity/+git/ubiquity/+merge/415243

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

Title:
  Backport feature to show hidden passwords

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


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

[Bug 1960307] [NEW] No gstreamer dependency causes high-fidelity codecs to be missing for Bluetooth devices

2022-02-08 Thread Avamander
Public bug reported:

After the announcements of PulseAudio 15 and Gstreamer 1.20, which both
advertised LDAC and AptX (HD) support, I expected that jammy (22.04)
would support those codecs.

Though in reality it seems that something is missing, gstreamer reports
that those codecs are supported but "pactl [...] list-codec" only lists
sbc (and variants).

Checking here https://packages.ubuntu.com/jammy/pulseaudio-module-
bluetooth it seems that PulseAudio is not built with gstreamer support,
is that the current blocker?

** Affects: gst-plugins-bad1.0 (Ubuntu)
 Importance: Undecided
 Status: New

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

** Also affects: gst-plugins-bad1.0 (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/1960307

Title:
  No gstreamer dependency causes high-fidelity codecs to be missing for
  Bluetooth devices

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gst-plugins-bad1.0/+bug/1960307/+subscriptions


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

[Bug 1944468] Re: Electron applications all crash upon launch

2022-02-08 Thread Florian Weimer
Doesn't Electron need regular security updates for its browser engine?
If true, these projects really need to figure out how to rebuild
regularly against current Electron versions.

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

Title:
  Electron applications all crash upon launch

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


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

[Bug 1959710] Re: i40e NIC no longer working

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

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

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

Title:
  i40e NIC no longer working

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


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

[Bug 1960268] Re: SSL handshake failed - VPN SSL broken in 22.04

2022-02-08 Thread suoko
I see 22.04 has openssl3, maybe that's the culprit ?

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

Title:
  SSL handshake failed - VPN SSL broken in 22.04

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


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

[Bug 1960265] Re: package chromium-browser 97.0.4692.71-0ubuntu0.18.04.1 failed to install/upgrade: »neues chromium-browser-Skript des Paketes pre-installation«-Unterprozess gab den Fehlerwert 1 zurüc

2022-02-08 Thread Olivier Tilloy
This is the relevant output from DpkgTerminalLog.txt:

error: cannot perform the following tasks:
- Mount snap "chromium" (1897) (systemctl command [start 
snap-chromium-1897.mount] failed with exit status 1: Job failed. See 
"journalctl -xe" for details.
)

Could you please run the following command and attach its output here?

journalctl -u snapd

And the output of this command too:

snap tasks --abs-time --last=install?

Thanks!

** Changed in: chromium-browser (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/1960265

Title:
  package chromium-browser 97.0.4692.71-0ubuntu0.18.04.1 failed to
  install/upgrade: »neues chromium-browser-Skript des Paketes pre-
  installation«-Unterprozess gab den Fehlerwert 1 zurück

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


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

[Bug 1960309] [NEW] kselftest ftrace inter-event histogram trigger snapshot action failure

2022-02-08 Thread Andrea Righi
Public bug reported:

This ftrace sub-test is failing on focal with the latest hwe-5.15:

[stdout] # [67] event trigger - test inter-event histogram trigger
snapshot action[FAIL]

We have not seen this failure before.

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

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

Title:
  kselftest ftrace inter-event histogram trigger snapshot action failure

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


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

[Bug 1956949] Re: CPC AWS jammy builds fail with: "fuse3 : Breaks: fuse"

2022-02-08 Thread Christian Ehrhardt 
FYI the re-upload of a fuse3 open-vm-tools happened yesterday and it migrated 
to jammy-release.
Any issues with the images?

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

Title:
  CPC AWS jammy builds fail with: "fuse3 : Breaks: fuse"

To manage notifications about this bug go to:
https://bugs.launchpad.net/launchpad-buildd/+bug/1956949/+subscriptions


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

[Bug 1951390] Re: update iproute2

2022-02-08 Thread Andrea Righi
Adding also focal, because with the new linux-hwe-5.15 we get the same
failure.

** Summary changed:

- update iproute2 in jammy
+ update iproute2

** Also affects: iproute2 (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/1951390

Title:
  update iproute2

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


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

[Bug 1871015] Re: test_vxlan_under_vrf.sh in net from ubuntu_kernel_selftests failed with H (Check VM connectivity through VXLAN (underlay in the default VRF) [FAIL])

2022-02-08 Thread Krzysztof Kozlowski
Also: 2022.01.03/bionic/linux-azure-5.4/5.4.0-1069.72~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/1871015

Title:
  test_vxlan_under_vrf.sh in net from ubuntu_kernel_selftests failed
  with H (Check VM connectivity through VXLAN (underlay in the default
  VRF) [FAIL])

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


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

[Bug 1958242] Re: mesa update freeze/crash screen before login

2022-02-08 Thread Timo Aaltonen
please try the latest stable release from

https://launchpad.net/~kisak/+archive/ubuntu/kisak-mesa

then at least we'd know if it's fixed in 21.3.x

** Changed in: mesa (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/1958242

Title:
  mesa update freeze/crash screen before login

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


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

[Bug 1960147] Re: download desktop 20.04.3 lts

2022-02-08 Thread Olivier Tilloy
Just tested this with Firefox 97.0 installed as a snap (candidate
channel) on Ubuntu 21.10, and the iso downloads fine from the http link
in the description.

Also tested in an Ubuntu 20.04 VM with Firefox 96.0.3 installed as a
snap (stable channel), and the iso also downloads fine from the http
link.

Finally I tested in the same Ubuntu 20.04 VM with Firefox 97.0 installed
as a deb (from the PPA used to prepare firefox updates), and downloading
the iso from the http link worked too.

Could it be that one of your extensions is getting in the way? Can you
try again with Firefox in safe mode (with all extensions disabled)?

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

Title:
  download desktop 20.04.3 lts

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


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

[Bug 1959984] Re: [22.04 FEAT] KVM: Allow long kernel command lines for QEMU

2022-02-08 Thread Frank Heimes
** Information type changed from Private to Public

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

Title:
  [22.04 FEAT] KVM: Allow long kernel command lines for QEMU

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


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

[Bug 1956949] Re: CPC AWS jammy builds fail with: "fuse3 : Breaks: fuse"

2022-02-08 Thread Bernd Schubert
@Paride Thanks for your help and explanations. Yeah I know what multi-
arch does although I didn't know about 'Multi-Arch: foreign' - so thank
you very much for the pointers.

@Christian I have uploaded the updated package to mentors on Sunday. It
was prepared on Ubuntu, though, I guess it is better when to redo the
steps through a debian chroot - I hope I come to that in the evening.
https://mentors.debian.net/package/unionfs-fuse/

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

Title:
  CPC AWS jammy builds fail with: "fuse3 : Breaks: fuse"

To manage notifications about this bug go to:
https://bugs.launchpad.net/launchpad-buildd/+bug/1956949/+subscriptions


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

[Bug 1837035] Re: memcg_stat_rss from controllers in ubuntu_ltp failed

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

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

Title:
  memcg_stat_rss from controllers in ubuntu_ltp failed

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


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

[Bug 1837035] Re: memcg_stat_rss from controllers in ubuntu_ltp failed

2022-02-08 Thread Krzysztof Kozlowski
Also: 2022.01.03/bionic/linux-azure-5.4/5.4.0-1069.72~18.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/1837035

Title:
  memcg_stat_rss from controllers in ubuntu_ltp failed

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


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

[Bug 1528921] Re: rsync hangs on select(5, [], [4], [], {60, 0}

2022-02-08 Thread Miriam España Acebal
** Description changed:

- In the last few months my home directory backup stopped completing.
- I've been able to reproduce the problem on a single subdirectory
- although I had to add the --debug=all flag to reproduce it on that
- smaller directory.  Specifically, this command never completes:
+ [Impact]
+ 
+ What the user suffering from this bug experiences is that the big amount
+ of informative messages related to the copy process with the three
+ spawned processes(sender, receiver and generator)  exhaust the I/O
+ buffer and the sync gets stuck, either because there are too many files
+ to synchronise and/or because too many detail messages (levels of
+ verbose mode) have been requested in the output.
+ 
+ The fix, that comes from upstream and is applied there since version
+ 3.2.0., increments the size of the receiver's I/O buffer.
+ 
+ 
+ [Test Plan]
+ This test plan is for Focal, but it's the same for Bionic.
+ 
+ 0.Preparing the test environment:
+ 
+ #Preparing the container
+ lxc launch images:ubuntu/focal rsync-iobuffer-focal
+ lxc shell rsync-iobuffer-focal
+ apt update -y
+ apt upgrade -y
+ 
+ #Installing necessary tools
+ apt install rsync 
+ apt install wget
+ 
+ #Get test cases from comments #16 and #19 on this LP bug
+ 
+ cd /tmp/
+ 
+ #19
+ wget 
https://bugs.launchpad.net/ubuntu/+source/rsync/+bug/1528921/+attachment/5211950/+files/html2.tgz
+ tar -xvzf /tmp/html2.tgz
+ mkdir /tmp/rsynctest
+ 
+ #16 
+ Paste the contents of https://pastebin.com/raw/ctzJJGwt:
+ 
+ #!/bin/bash
+ mkdir source_dir
+ pushd source_dir
+ dd if=/dev/zero of=source bs=600K count=1
+ 
+ for i in `seq 1 11500`;
+ do
+ cp -v source file_$i;
+ done
+ 
+ rm source
+ 
+ for i in `seq 1 10`;
+ do
+  dd if=/dev/zero of=file_large_$i bs=200M count=1
+ done
+ 
+ popd
+ 
+ echo "Created 11500 files with size 600K and 10 files with size 200M, try the 
following command:"
+ echo "rsync -avvvz --delete source_dir target_dir"
+ 
+ in a new file script_comment16.sh
+  
+ chmod +x script_comment16.sh 
+ ./script_comment16.sh
+ 
+ 
+ 1. Bad cases (without and with using strace):
+ 
+ # Scenario from comment 19 
+ $ rsync --debug=all -avz /tmp/html2 /tmp/rsynctest/
+ (Client) Protocol versions: remote=31, negotiated=31
+ sending incremental file list
+ [sender] change_dir(/tmp)
+ send_files starting
+ server_recv(2) starting pid=49029
+ get_local_name count=7070 /tmp/rsynctest/
+ created directory /tmp/rsynctest
+ [Receiver] change_dir(/tmp/rsynctest)
+ generator starting pid=49029
+ delta-transmission disabled for local transfer or --whole-file
+ recv_generator(html2,1)
+ recv_generator(html2,2)
+ set uid of html2 from 0 to 1000
+ set gid of html2 from 0 to 1000
+ set modtime of html2 to (1447205118) Wed Nov 11 01:25:18 2015
+ [...]
+ sender finished /tmp/html2/annotator__raw_8h__incl.md5
+ send_files(282, /tmp/html2/annotator__raw_8h__incl.png)
+ html2/annotator__raw_8h__incl.png
+ 
+ It hangs here, where using strace we can see:
+ 
+ $ strace rsync --debug=all -avz /tmp/html2 /tmp/rsynctest/
+ [...]
+ read(3, 
"\211PNG\r\n\32\n\0\0\0\rIHDR\0\0\v\4\0\0\2\233\10\6\0\0\0\361\177\254"..., 
262144) = 262144
+ select(6, [5], [4], [5], {tv_sec=60, tv_usec=0}) = 2 (in [5], out [4], left 
{tv_sec=59, tv_usec=98})
+ read(5, 
"\0\0\0\0\0\0\0\1\0\240\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\240\0\0\0"..., 95) 
= 95
+ write(4, 
"K\374\0\7\177\377\207\343\335\345+{W\335{K\371y\211w`Ysl\336B{\312\340}\320\301"...,
 64591) = 64591
+ select(5, [], [4], [], {tv_sec=60, tv_usec=0}) = 1 (out [4], left {tv_sec=59, 
tv_usec=98})
+ write(4, 
"\336\322\0\7\177\377\255\371\367\215v\321-\224\323+\363\261\243\7\211Do\230\256\257O\372\367:\357O"...,
 53986) = 53986
+ select(5, [], [4], [], {tv_sec=60, tv_usec=0}) = 0 (Timeout)
+ select(5, [], [4], [], {tv_sec=60, tv_usec=0}) = 0 (Timeout)
+ select(5, [], [4], [], {tv_sec=60, tv_usec=0}) = 0 (Timeout)
+ select(5, [], [4], [], {tv_sec=60, tv_usec=0}) = 0 (Timeout)
+ select(5, [], [4], [], {tv_sec=60, tv_usec=0}) = 0 (Timeout)
+ select(5, [], [4], [], {tv_sec=60, tv_usec=0}) = 0 (Timeout)
+ select(5, [], [4], [], {tv_sec=60, tv_usec=0}) = 0 (Timeout)
+ select(5, [], [4], [], {tv_sec=60, tv_usec=0}
+ 
+ 
+ # Scenario from comment 16
+ $ rsync -avvvz --delete source_dir target_dir
+ sending incremental file list
+ [sender] make_file(source_dir,*,0)
+ send_file_list done
+ [sender] pushing local filters for /root/source_dir/
+ [sender] make_file(source_dir/file_3048,*,2)
+ [sender] make_file(source_dir/file_11358,*,2)
+ [sender] make_file(source_dir/file_5914,*,2)
+ [sender] make_file(source_dir/file_5880,*,2)
+ [sender] make_file(source_dir/file_9318,*,2)
+ [sender] make_file(source_dir/file_5539,*,2)
+ [...]
+ sending file_sum
+ false_alarms=0 hash_hits=0 matches=0
+ sender finished source_dir/file_10807
+ send_files(903, source_dir/file_10808)
+ send_files mapped source_dir/file_10808 of size 614400
+ calling match_sums source_dir/file_10808
+ source_dir/file_10808
+ 
+ It hangs here, where using

[Bug 1929038] Re: [SRU] Backport to 20.04 LTS

2022-02-08 Thread Didier Roche
Thanks Łukasz! This is now in focal NEW. I think this could be accepted,
migrate to update even and then, we can think about promoting it to main
once #1936907 is approved. What do you think?

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

Title:
  [SRU] Backport to 20.04 LTS

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


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

[Bug 1954775] Re: # Development UA Client config file. YAML contract_url: https://contracts.staging.canonical.com data_dir: /var/tmp/uaclient log_file: ubuntu-advantage-devel.log log_level: debug secu

2022-02-08 Thread Renan Rodrigo
Hello, thanks for reaching out. Would you please describe what exactly
is the problem you are facing here? We'll be glad to help when we
understand the issue.

** Changed in: ubuntu-advantage-tools (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/1954775

Title:
  # Development UA Client config file. YAML contract_url:
  https://contracts.staging.canonical.com data_dir: /var/tmp/uaclient
  log_file: ubuntu-advantage-devel.log log_level: debug security_url:
  https://ubuntu.com/security timer_log_file: ubuntu-advantage-timer-
  devel.log license_check_log_file: ubuntu-advantage-license-check-
  devel.log ua_config:   apt_http_proxy: null   apt_https_proxy: null
  http_proxy: null   https_proxy: null   update_messaging_timer: 21600
  update_status_timer: 43200   metering_timer: 0

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


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

[Bug 1876996] Re: [BPO] inkscape/1.1.1-3ubuntu1 from jammy

2022-02-08 Thread Mattia Rizzolo
meh, I didn't notice that, thank you.

Looking at the germinate-output file, it looks like gtkspell3 is included in 
the seed starting with groovy only because of it being a build-dep of inkscape 
(it's a new build-dep starting with inkscape 1.x, focal has 0.92.x).
This also means that a no-change rebuild wouldn't help, it would first need a 
manual addition to the i386.focal seed, which would be a pain to do. Plus 
gtkspell3's version is the same from focal all the way to jammy, so I'd need to 
SRU them all...

Honestly, in this case I would propose to just ignore that matter, and
just say that inkscape/focal-backport will not be available in i386.


Personally, I actually find no reason for inkscape to be in the i386 seed (it's 
there only as a build-dep of a i386-only package), and I'm actually working 
(more or less, it's a plan) to drop it from there.

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

Title:
  [BPO] inkscape/1.1.1-3ubuntu1 from jammy

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


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

[Bug 1960312] [NEW] tempfiles config include resource-agents

2022-02-08 Thread Kokan
Public bug reported:

As the comment in the `/usr/lib/tmpfiles.d/heartbeat.conf` states: "this
should be shipped by resource-agents", and the resource-agents now does
ship that file. When started systemd-tmpfiles warns about duplicate file
reference.

** Affects: heartbeat (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/1960312

Title:
  tempfiles config include resource-agents

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


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

[Bug 1960313] [NEW] chromium-browser has started closing regularly

2022-02-08 Thread Chris Guiver
Public bug reported:

This was initially mentioned here (https://discourse.ubuntu.com/t/call-
for-testing-chromium-browser-deb-to-snap-transition/11179/317)

** Description

For awhile now I just find my chromium just closes and is gone. It’s
been at least the last two updates (I get the nag screen on my screen
telling me an update is available; I tend to ignore it but reboot my box
every ~fortnight so it’ll update at least once per fortnight as I ensure
it’s upgraded before I load it after reboot).

It’s ~10:40 local time, and I’ve lost the chromium snap at least twice
today… no clues as to why, just I get to see my wallpaper on that part
of my monitor as the window silently disappears.

On re-opening I get a ‘closed ; do you want to restore you tabs’ dialog
(something like that anyway) which works, but my box has been up ~13
days, and it was giving me trouble before this reboot as I hoped that
reboot would help; alas no; neither last update(s).

If I was to guess how long, I'd guess 20-30 days if not more; ie. I'm
basing that on two ~14 day reboot cycles...  I can't recall if started
during the last cycle or just prior to my second-last reboot ~28 days
ago

As I file this bug; it's now ~23:15 and whilst I mentioned it'd closed
twice prior to ~10:40 (I turn box on ~07:30), I'm pretty sure the window
has not closed since I posted on the community hub.  I'm not usually
using the window when it closes; though its closed ~twice whilst I'm
using it.

** Limited details sorry

I'm not very specific here sorry, I'd file it as 'incomplete', but I
don't know how/where to get details. As a snap there is nothing in
/var/crash; so as an aside; is there somewhere I can look for clues as
to why etc. (like the .crash file in /var/crash, even if I can only
understand bits of it)

My box is slow (2009 dell desktop)... and I've got in the habit of keeping a 
terminal open with `htop` running so I can detect if `firefox` (deb package 
still) or `chromium` are losing RAM.. I've concluded (rightly/wrongly) it's 
extension related; but if I recognize extensive swapping I look at the `htop` 
window and if either browser is using a load more RAM than usual & swap size is 
growing, I tend to close browser, wait for OS to recover the RAM, then 
re-open..   I've NOT been doing this with chromium of late; so I wondered if 
it's started crashing where I'd normally notice a slowing box & switch to my 
htop window, then close the window down... HOWEVER it could also be the regular 
crashing means the 'ram bleed' issue isn't getting bad enough for the thrashing 
to become a problem; it's usually only a problem after 2-4 days..  I'm 
convinced the issue (what I call 'ram bleed') is related to extensions, as the 
issue didn't occur with no extensions being used; but I prefer having privacy 
badger/ublock running
- google docs offline
- privacy badger
- ublock origin
- startpage (this was only ~recently added; not this one)
FYI:  I use same extensions with firefox too (except no startpage), and issue 
is the same; ~same frequency too (2-4 days)

Anyway; if you can tell me if it'd be helpful to get/keep certain
details; I'll do it, as I realize I'm not giving much.

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: chromium-browser 1:85.0.4183.83-0ubuntu2
ProcVersionSignature: Ubuntu 5.15.0-17.17-generic 5.15.12
Uname: Linux 5.15.0-17-generic x86_64
ApportVersion: 2.20.11-0ubuntu76
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: LXQt
DRM.card0-DVI-I-1:
 enabled: enabled
 dpms: On
 status: connected
 edid-base64: 
AP///wAs7hAkAQEBAQAaAQOANB14KrclpFdRoCYQUFS/74CzAKlAlQCBwIGAqcBxT4EAAjqAGHE4LUBYLEUACSUhAAAeZiFQsFEAGzBAcDYACSUhAAAe/QA3TB5SEQAKICAgICAg/ABLQUxFRDI0TU9OQ0EKAJo=
 modes: 1920x1080 1600x1200 1680x1050 1600x900 1280x1024 1280x1024 1440x900 
1360x768 1280x800 1152x864 1280x720 1024x768 1024x768 1024x768 832x624 800x600 
800x600 800x600 800x600 640x480 640x480 640x480 640x480 720x400
DRM.card0-DVI-I-2:
 enabled: enabled
 dpms: On
 status: connected
 edid-base64: 
AP///wAEchMBz9ogAhYUAQOAMx14KsKFpFZNnCUSUFSzDABxT4EAgYCVALMA0cABAQEBAjqAGHE4LUBYLEUA/h8RAAAe/QA4Sx5TEQAKICAgICAg/ABBY2VyIEcyMzVICiAg/wBMSkswVzAxNjQzMjAKAIg=
 modes: 1920x1080 1680x1050 1280x1024 1440x900 1280x800 1152x864 1024x768 
1024x768 800x600 800x600 640x480 640x480 720x400
Date: Tue Feb  8 22:48:11 2022
DiskUsage:
 Filesystem Type  Size  Used Avail Use% Mounted on
 /dev/sda4  xfs32G   32G   63M 100% /home
 tmpfs  tmpfs 3.9G  174M  3.7G   5% /dev/shm
 /home/guiverc/.Private ecryptfs   32G   32G   63M 100% /home/guiverc
EcryptfsInUse: Yes
InstallationDate: Installed on 2017-11-16 (1545 days ago)
InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20171018)
MachineType: Dell Inc. OptiPlex 960
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-17-generic 
root=UUID=afa7971f-3dd5-4b30-9c98-0af3e56a6f2b ro quiet splash vt.handoff=7
RebootRequiredPkgs: Error:

[Bug 1960300] Re: llvm-objcopy cannot generate EFI images valid for Ubuntu Core

2022-02-08 Thread Alfonso Sanchez-Beato
** Patch added: "llvm-toolchain-13-objcopy.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/llvm-toolchain-13/+bug/1960300/+attachment/5559660/+files/llvm-toolchain-13-objcopy.debdiff

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

Title:
  llvm-objcopy cannot generate EFI images valid for Ubuntu Core

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


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

[Bug 1960171] Re: [SRU] virtualbox 6.1.32 virtualbox-guest-dkms build failure on focal with linux 5.15

2022-02-08 Thread Gianfranco Costamagna
** Summary changed:

- virtualbox-guest-dkms build failure on focal with linux 5.15
+ [SRU] virtualbox 6.1.32 virtualbox-guest-dkms build failure on focal with 
linux 5.15

** Also affects: virtualbox (Ubuntu Impish)
   Importance: Undecided
   Status: New

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

** Also affects: virtualbox-guest-additions-iso (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: virtualbox-hwe (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: virtualbox-ext-pack (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: virtualbox (Ubuntu)
   Status: New => Fix Released

** Changed in: virtualbox-ext-pack (Ubuntu)
   Status: New => Fix Released

** Changed in: virtualbox-guest-additions-iso (Ubuntu)
   Status: New => Fix Released

** Changed in: virtualbox-hwe (Ubuntu)
   Status: New => Fix Released

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

Title:
  [SRU] virtualbox 6.1.32 virtualbox-guest-dkms build failure on focal
  with linux 5.15

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


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

[Bug 1959984] Comment bridged from LTC Bugzilla

2022-02-08 Thread bugproxy
--- Comment From mihaj...@de.ibm.com 2022-02-08 07:17 EDT---
FWIW: Backporting the long kernel command line is not a pre-req for adding this 
to QEMU. This change is required to support *guests* which have the necessary 
kernel support(e.g. future Ubuntu 22.10 or upcoming HWE kernels).

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

Title:
  [22.04 FEAT] KVM: Allow long kernel command lines for QEMU

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


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

[Bug 1925328] Re: Virtual Box Guest Additions won't build

2022-02-08 Thread Gianfranco Costamagna
** Changed in: virtualbox-guest-additions-iso (Ubuntu)
   Status: New => Fix Released

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

Title:
  Virtual Box Guest Additions won't build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/virtualbox-guest-additions-iso/+bug/1925328/+subscriptions


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

[Bug 1960300] Re: llvm-objcopy cannot generate EFI images valid for Ubuntu Core

2022-02-08 Thread Ubuntu Foundations Team Bug Bot
The attachment "llvm-toolchain-13-objcopy.debdiff" seems to be a
debdiff.  The ubuntu-sponsors team has been subscribed to the bug report
so that they can review and hopefully sponsor the debdiff.  If the
attachment isn't a patch, please remove the "patch" flag from the
attachment, remove the "patch" tag, and if you are member of the
~ubuntu-sponsors, unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issue please contact him.]

** Tags added: patch

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

Title:
  llvm-objcopy cannot generate EFI images valid for Ubuntu Core

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


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

[Bug 1959984] Re: [22.04 FEAT] KVM: Allow long kernel command lines for QEMU

2022-02-08 Thread Frank Heimes
@Viktor, yes sure - and Christian already started to get it in (#7).
But since jammy is an LTS I think it would just make sense to have the kernel 
patch in 5.15 as well.

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

Title:
  [22.04 FEAT] KVM: Allow long kernel command lines for QEMU

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


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

[Bug 1866999] Re: gnome-calendar does not sync with Google Calendar

2022-02-08 Thread Christian Weiske
I'm on Ubuntu 20.04 with gnome-calendar 3.36.2 and have the same problem: 
Google calendar did not sync.
Then I removed the cache in "~/.cache/evolution/calendar/", and gnome calendar 
showed no appointments at all (as expected).

Clicking the "sync now" menu item changed the calendar icon briefly to a
checkmark, but "journalctrl -f" said:

> Feb 08 13:28:20 sybo gnome-calendar[17021]: Error synchronizing client
> Feb 08 13:28:20 sybo gnome-calendar[17021]: Error synchronizing client
> Feb 08 13:28:20 sybo gnome-calendar[17021]: Error synchronizing client

for every calendar, enabled or not.

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

Title:
  gnome-calendar does not sync with Google Calendar

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


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

[Bug 1960300] Re: llvm-objcopy cannot generate EFI images valid for Ubuntu Core on arm64

2022-02-08 Thread Alfonso Sanchez-Beato
** Summary changed:

- llvm-objcopy cannot generate EFI images valid for Ubuntu Core
+ llvm-objcopy cannot generate EFI images valid for Ubuntu Core on arm64

** Description changed:

- llvm-objcopy cannot generate EFI images valid for Ubuntu Core, due to
- some bugs already fixed in upstream:
+ llvm-objcopy cannot generate EFI images valid for Ubuntu Core on arm64,
+ due to some bugs already fixed in upstream:
  
  https://llvm.org/PR51243
  https://llvm.org/PR51244
  
  Patches fixing the issues:
  
  
https://github.com/llvm/llvm-project/commit/cdd407286a9652ec62b33f437a298754fe3ba7ab
  
https://github.com/llvm/llvm-project/commit/b25ab4f313f38d3dee9674789cf56b9143515034
  
https://github.com/llvm/llvm-project/commit/b33fd3177229c67fe44b65fff8666a7746595daa

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

Title:
  llvm-objcopy cannot generate EFI images valid for Ubuntu Core on arm64

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


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

[Bug 1528921] Re: rsync hangs on select(5, [], [4], [], {60, 0}

2022-02-08 Thread Andreas Hasenack
** Merge proposal linked:
   
https://code.launchpad.net/~mirespace/ubuntu/+source/rsync/+git/rsync/+merge/415244

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

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

Title:
  rsync hangs on select(5, [], [4], [], {60, 0}

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


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

[Bug 1953621] Re: Virtualbox 6.1.30 missing dependency libvpx6

2022-02-08 Thread Gianfranco Costamagna
** Changed in: virtualbox (Ubuntu)
   Status: New => Fix Released

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

Title:
  Virtualbox 6.1.30 missing dependency libvpx6

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


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

[Bug 1954812] Re: Virtualbox 6.1.30

2022-02-08 Thread Gianfranco Costamagna
bug 1960171 tracks this.

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

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

Title:
  Virtualbox 6.1.30

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


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

[Bug 1949342] Re: Virtualbox new release 6.1.28

2022-02-08 Thread Gianfranco Costamagna
bug 1960171 tracks the update to 6.1.32

** Changed in: virtualbox (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/1949342

Title:
  Virtualbox new release 6.1.28

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


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

[Bug 1950103] Re: virtualbox-guest-dkms 6.1.16-dfsg-6~ubuntu1.20.04.1: virtualbox-guest kernel module failed to build

2022-02-08 Thread Gianfranco Costamagna
** Changed in: virtualbox (Ubuntu)
   Status: New => Fix Released

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

Title:
  virtualbox-guest-dkms 6.1.16-dfsg-6~ubuntu1.20.04.1: virtualbox-guest
  kernel module failed to build

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


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

[Bug 1922893] Re: virtualbox modules fail to build on hirsute for kernel 5.11

2022-02-08 Thread Gianfranco Costamagna
bug 1960171 tracks the update to 6.1.32, fixing build failures up to
kernel 5.15

** Changed in: virtualbox (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/1922893

Title:
  virtualbox modules fail to build on hirsute for kernel 5.11

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


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

[Bug 1876996] Re: [BPO] inkscape/1.1.1-3ubuntu1 from jammy

2022-02-08 Thread Dan Streetman
It looks like the build does have checks to set WITH_GSPELL off if the
lib isn't available so the d/control could maybe just have [!i386] added
to the libgtkspell3-3-dev depends? It looks like it already has that
restriction for the ragel dep.

Or, the Architecture could be changed to avoid i386; or as you said we
can just ignore the i386 build failures.

Any option is fine with me, as I agree it seems really unlikely anyone
will want to use inkscape on a 32-bit system. Feel free to reupload with
arch adjustment, or also feel free to accept the current upload (or let
me know and I can accept it).

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

Title:
  [BPO] inkscape/1.1.1-3ubuntu1 from jammy

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


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

[Bug 1960171] Re: [SRU] virtualbox 6.1.32 virtualbox-guest-dkms build failure on focal with linux 5.15

2022-02-08 Thread Gianfranco Costamagna
** Changed in: virtualbox (Ubuntu Focal)
   Status: New => In Progress

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

** Changed in: virtualbox-ext-pack (Ubuntu Focal)
   Status: New => In Progress

** Changed in: virtualbox-ext-pack (Ubuntu Impish)
   Status: New => In Progress

** Changed in: virtualbox-guest-additions-iso (Ubuntu Focal)
   Status: New => In Progress

** Changed in: virtualbox-guest-additions-iso (Ubuntu Impish)
   Status: New => In Progress

** Changed in: virtualbox-hwe (Ubuntu Focal)
   Status: New => In Progress

** Changed in: virtualbox-hwe (Ubuntu Impish)
   Status: New => In Progress

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

Title:
  [SRU] virtualbox 6.1.32 virtualbox-guest-dkms build failure on focal
  with linux 5.15

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


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

[Bug 1960316] [NEW] Dell Precision 3551: keyboard backlight control not working

2022-02-08 Thread mtu
Public bug reported:

The keyboard backlight is working, and can be controlled by the
BIOS/hardware (Fn+F5 key).

However, it _cannot_ be controlled by either:

- the GUI (power settings), which have no effect, or
- the /sys/devices/platform/dell-laptop/leds/dell::kbd_backlight/ kernel 
interface.

Specifically, /sys/devices/platform/dell-
laptop/leds/dell::kbd_backlight/brightness always contains "0",
irrespective of the true state of the hardware (three possible levels:
off, medium, maximum). Writing "1" or "2" to /sys/devices/platform/dell-
laptop/leds/dell::kbd_backlight/brightness as root has no effect.

Interestingly, /sys/devices/platform/dell-
laptop/leds/dell::kbd_backlight/max_brightness reports the correct value
of 2.

Looking at 
/sys/devices/platform/dell-laptop/leds/dell::kbd_backlight/brightness_hw_changed
 yields:
cat: brightness_hw_changed: No data available

ProblemType: Bug
DistroRelease: Ubuntu 21.10
Package: linux-image-5.13.0-28-generic 5.13.0-28.31
ProcVersionSignature: Ubuntu 5.13.0-28.31-generic 5.13.19
Uname: Linux 5.13.0-28-generic x86_64
ApportVersion: 2.20.11-0ubuntu71
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  mbueker1444 F pulseaudio
CasperMD5CheckResult: pass
CurrentDesktop: KDE
Date: Tue Feb  8 14:08:49 2022
InstallationDate: Installed on 2022-01-22 (16 days ago)
InstallationMedia: Kubuntu 21.10 "Impish Indri" - Release amd64 (20211012)
MachineType: Dell Inc. Precision 3551
ProcFB: 0 i915drmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.13.0-28-generic 
root=/dev/mapper/vgkubuntu-root ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-5.13.0-28-generic N/A
 linux-backports-modules-5.13.0-28-generic  N/A
 linux-firmware 1.201.3
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/10/2021
dmi.bios.release: 1.10
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 1.10.0
dmi.board.name: 033T3Y
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 10
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvr1.10.0:bd12/10/2021:br1.10:svnDellInc.:pnPrecision3551:pvr:rvnDellInc.:rn033T3Y:rvrA00:cvnDellInc.:ct10:cvr:sku09C2:
dmi.product.family: Precision
dmi.product.name: Precision 3551
dmi.product.sku: 09C2
dmi.sys.vendor: Dell Inc.

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


** Tags: amd64 apport-bug impish

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

Title:
  Dell Precision 3551: keyboard backlight control not working

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


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

[Bug 1876996] Re: [BPO] inkscape/1.1.1-3ubuntu1 from jammy

2022-02-08 Thread Mattia Rizzolo
If possible I'd prefer to avoid an extra bpo diff just for this, so I'd
rather accept it as it is.

(Also, ragel is fine to skip because it doesn't change anything in
practice, it only used to rebuild something that is otherwise pre-
compiled in the tarball; whereas disabling gspell would effectively
change the feature set, something that I'd dislike to see done across
architectures).


With your ACK I'm then going to accept my own upload, thank you for the through 
review!

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

Title:
  [BPO] inkscape/1.1.1-3ubuntu1 from jammy

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


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

[Bug 1876996] Re: [BPO] inkscape/1.1.1-3ubuntu1 from jammy

2022-02-08 Thread Mattia Rizzolo
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1876996

Title:
  [BPO] inkscape/1.1.1-3ubuntu1 from jammy

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


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

[Bug 1960319] [NEW] Missing dependency for neutron-server: openvswitch-common

2022-02-08 Thread Frode Nordahl
Public bug reported:

The Neutron Server code will in some circumstances call out to the
`ovsdb-client` binary for OVN database maintenance. [0]

This change appeared recently but has been backported all the way to
OpenStack Train [1].

The neutron-server does currently not depend on openvswitch-common and
as such the call will fail with log entries like:

2022-02-08 13:38:23.053 386820 ERROR ovsdbapp.event 
[req-46b888be-d233-4aec-a4d4-3ba04d220f64 - - - - -] Unexpected exception in 
notify_loop: FileNotFoundError: [Errno 2] No such file or directory: 
'ovsdb-client'
2022-02-08 13:38:23.053 386820 ERROR ovsdbapp.event Traceback (most recent call 
last):
2022-02-08 13:38:23.053 386820 ERROR ovsdbapp.event   File 
"/usr/lib/python3/dist-packages/ovsdbapp/event.py", line 143, in notify_loop
2022-02-08 13:38:23.053 386820 ERROR ovsdbapp.event match.run(event, row, 
updates)
2022-02-08 13:38:23.053 386820 ERROR ovsdbapp.event   File 
"/usr/lib/python3/dist-packages/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py",
 line 347, in run
2022-02-08 13:38:23.053 386820 ERROR ovsdbapp.event 
self.driver.delete_mac_binding_entries(row.external_ip)
2022-02-08 13:38:23.053 386820 ERROR ovsdbapp.event   File 
"/usr/lib/python3/dist-packages/neutron/plugins/ml2/drivers/ovn/mech_driver/mech_driver.py",
 line 1068, in delete_mac_binding_entries
2022-02-08 13:38:23.053 386820 ERROR ovsdbapp.event return 
processutils.execute(*cmd,
2022-02-08 13:38:23.053 386820 ERROR ovsdbapp.event   File 
"/usr/lib/python3/dist-packages/oslo_concurrency/processutils.py", line 383, in 
execute
2022-02-08 13:38:23.053 386820 ERROR ovsdbapp.event obj = 
subprocess.Popen(cmd,
2022-02-08 13:38:23.053 386820 ERROR ovsdbapp.event   File 
"/usr/lib/python3/dist-packages/eventlet/green/subprocess.py", line 58, in 
__init__
2022-02-08 13:38:23.053 386820 ERROR ovsdbapp.event 
subprocess_orig.Popen.__init__(self, args, 0, *argss, **kwds)
2022-02-08 13:38:23.053 386820 ERROR ovsdbapp.event   File 
"/usr/lib/python3.8/subprocess.py", line 858, in __init__
2022-02-08 13:38:23.053 386820 ERROR ovsdbapp.event 
self._execute_child(args, executable, preexec_fn, close_fds,
2022-02-08 13:38:23.053 386820 ERROR ovsdbapp.event   File 
"/usr/lib/python3.8/subprocess.py", line 1704, in _execute_child
2022-02-08 13:38:23.053 386820 ERROR ovsdbapp.event raise 
child_exception_type(errno_num, err_msg, err_filename)
2022-02-08 13:38:23.053 386820 ERROR ovsdbapp.event FileNotFoundError: [Errno 
2] No such file or directory: 'ovsdb-client'
2022-02-08 13:38:23.053 386820 ERROR ovsdbapp.event

0: 
https://github.com/openstack/neutron/blob/2999b8e579dd9d5ac6ee5f0ec77ff5607b6a1143/neutron/plugins/ml2/drivers/ovn/mech_driver/mech_driver.py#L1113
1: https://review.opendev.org/q/Id84bf17953527c415d611bfc198038fb6f811de3

** Affects: neutron (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/1960319

Title:
  Missing dependency for neutron-server: openvswitch-common

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


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

[Bug 1876996] Re: [BPO] inkscape/1.1.1-3ubuntu1 from jammy

2022-02-08 Thread Dan Streetman
> With your ACK I'm then going to accept my own upload

yep fine with me, thanks!

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

Title:
  [BPO] inkscape/1.1.1-3ubuntu1 from jammy

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


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

[Bug 1956982] Re: Update Broadcom Emulex FC HBA lpfc driver to 14.0.0.4 for Ubuntu 22.04

2022-02-08 Thread Jeff Lane
Just a summary of patches pulled:
From the patches listed, these were already in 22.04 in a previous 5.15 sync:
[1/1] lpfc: Fix nonrecovery of remote ports following an unsolicited LOGO
  https://git.kernel.org/mkp/scsi/c/0956ba63bd94
scsi: lpfc: Fix leaked lpfc_dmabuf mbox allocations with NPIV
  commit f0d3919697492950f57a26a1093aee53880d669d
scsi: lpfc: Fix lpfc_force_rscn ndlp kref imbalance
  commit 7576d48c64f36f6fea9df2882f710a474fa35f40
scsi: lpfc: Trigger SLI4 firmware dump before doing driver cleanup
  commit 7dd2e2a923173d637c272e483966be8e96a72b64

These have been submitted and are awaiting final inclusion:
scsi: lpfc: Change return code on I/Os received during link bounce
  commit 2e81b1a374da5d6024208c16c4a5224a70cafa64
scsi: lpfc: Fix NPIV port deletion crash
  commit 8ed190a91950564775cbaae9e8e8083a69a8da23
scsi: lpfc: Adjust CMF total bytes and rxmonitor
  commit a6269f837045acb02904f31f05acde847ec8f8a7
scsi: lpfc: Cap CMF read bytes to MBPI
  commit 05116ef9c4b444f7fdbb56f9e13c2ec941726639
scsi: lpfc: Add additional debugfs support for CMF
  commit 6014a2468f0e49194f612b1f09f99eacee0a409a
scsi: lpfc: Update lpfc version to 14.0.0.4
  commit 4437503bfbec2f02b41b2492520fe627715889a7

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

Title:
  Update Broadcom Emulex FC HBA lpfc driver to 14.0.0.4 for Ubuntu 22.04

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


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

[Bug 1564663] Re: NuGet.exe cannot authenticate to private feeds

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

** Changed in: mono (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/1564663

Title:
  NuGet.exe cannot authenticate to private feeds

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


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

[Bug 1960322] [NEW] linux-azure: net: mana: Add handling of CQE_RX_TRUNCATED

2022-02-08 Thread Tim Gardner
Public bug reported:

SRU Justification

[Impact]

Microsoft has requested the addition of [1] in order to better account
for dropped packets. Patch [2] is not strictly required, but will
prevent context adjustments with future patches.

[1] 
https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next.git/commit/?id=e4b7621982d29f26ff4d39af389e5e675a4ffed4
[2] 
https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next.git/commit/?id=68f831355052

[Test Plan]

Microsoft tested

[Where things could go wrong]

RX dropped statistics could be in error.

[Other Info]

SF: #00327708

** Affects: linux-azure (Ubuntu)
 Importance: Low
 Assignee: Tim Gardner (timg-tpi)
 Status: In Progress

** Affects: linux-azure (Ubuntu Focal)
 Importance: Low
 Assignee: Tim Gardner (timg-tpi)
 Status: In Progress

** Affects: linux-azure (Ubuntu Impish)
 Importance: Low
 Assignee: Tim Gardner (timg-tpi)
 Status: In Progress

** Affects: linux-azure (Ubuntu Jammy)
 Importance: Low
 Assignee: Tim Gardner (timg-tpi)
 Status: In Progress


** Tags: bot-stop-nagging

** Tags added: bot-stop-nagging

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

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

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

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

** Changed in: linux-azure (Ubuntu Impish)
   Status: New => In Progress

** Changed in: linux-azure (Ubuntu Jammy)
   Status: New => In Progress

** Changed in: linux-azure (Ubuntu Focal)
   Importance: Undecided => Low

** Changed in: linux-azure (Ubuntu Impish)
   Importance: Undecided => Low

** Changed in: linux-azure (Ubuntu Jammy)
   Importance: Undecided => Low

** Changed in: linux-azure (Ubuntu Focal)
 Assignee: (unassigned) => Tim Gardner (timg-tpi)

** Changed in: linux-azure (Ubuntu Impish)
 Assignee: (unassigned) => Tim Gardner (timg-tpi)

** Changed in: linux-azure (Ubuntu Jammy)
 Assignee: (unassigned) => Tim Gardner (timg-tpi)

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

Title:
  linux-azure: net: mana: Add handling of CQE_RX_TRUNCATED

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


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

[Bug 1960324] [NEW] Kernel does not contain fixes for iostat for md devices

2022-02-08 Thread Kinga Tanska
Public bug reported:

Hello,

I noticed that kernel which was used in ubuntu 22.04 (hwe-5.13) does not
contain fixes for IO statistics for md devices. IO statistics for md
devices were added to kernel 5.10
(https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=41d2d848e5c09209bdb57ff9c0ca34075e22783d)
but then bug for double fault was reported and this patch was reverted
by Guoqing Jiang
(https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=ad3fc798800fb7ca04c1dfc439dba946818048d8).

Guoqing Jiang added series of patches which fixes problem and adds IO stats for 
md devices on top on the revert patch:
- first commit from series: 10764815ff4728d2c57da677cd5d3dd6f446cf5f 
(https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=10764815ff4728d2c57da677cd5d3dd6f446cf5f)
- last one: de3ea66e9d23a34eef5e17f960d6473f78a1c54b 
(https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=de3ea66e9d23a34eef5e17f960d6473f78a1c54b)

I checked that kernel used in ubuntu 22.04 contains only patch with revert - 
iostat does not report for md devices 
(https://kernel.ubuntu.com/git/ubuntu/ubuntu-focal.git/log/?h=hwe-5.13&qt=author&q=Guoqing+Jiang)
Please consider adding series of patches described above.

Regards,
Kinga Tanska

** Affects: linux-hwe-5.13 (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/1960324

Title:
  Kernel does not contain fixes for iostat for md devices

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


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

[Bug 1954728] Re: Fix No Screen after login to Desktop on sku with 3840x2400 panel

2022-02-08 Thread Timo Aaltonen
this is merged to other oem-5.14 forward-ports for jammy, see bug
1960298

** Changed in: linux (Ubuntu Jammy)
   Status: In Progress => Invalid

** Changed in: linux-oem-5.14 (Ubuntu Jammy)
   Status: New => Invalid

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

Title:
  Fix  No Screen after login to Desktop on sku with 3840x2400 panel

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


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

[Bug 1960323] [NEW] jammy/linux-raspi: Update to upstream raspberrypi rpi-5.15.y (2022-02-08)

2022-02-08 Thread Juerg Haefliger
Public bug reported:

Upstream raspberrypi patchset 2022-02-08

  Ported from the following raspberrypi branch:
rpi-5.15.y
  from https://github.com/raspberrypi/linux.git

media: bcm2835-unicam: Handle a repeated frame start with no end
drm: panel: Fix compilation warnings
net: phy: lan87xx: Decrease phy polling rate
ARM: dts: Permanently disable hdmi1 and ddc1 on CM4S
dtoverlay: Reduce size of PCIE IB window in pcie-32-dma overlay
dtoverlays: Add overlays for Pimoroni Hyperpixel displays
spi: gpio: Add sck-idle-input property
bindings: Add sck-idle-input to spi-gpio
defconfig: Enable Pimoroni HyperPixel drivers in Pi defconfigs
drm/panel/panel-sitronix-st7701: Support SPI config and RGB data
drm/panel: Add panel driver for TDO Y17B based panels
drm/panel: Add panel driver for Ilitek ILI9806E panel
overlays: Add Geekworm mzp280 to vc4-kms-dpi-panel
overlays: Add rotate property to vc4-kms-dpi-panel
drm/panel: simple: Remove custom handling of orientation
drm/panel: Add and initialise an orientation field to drm_panel
overlays: README: Deprecate vc4-kms-kippah-7inch
drm/panel: simple: add Geekworm MZP280 Panel
dt-bindings: display: simple: add Geekworm MZP280 Panel
dt-bindings: vendor-prefixes: Add Geekworm
drm/vc4: dpi: Support DPI interface in mode3 for RGB565
media: uapi: add MEDIA_BUS_FMT_RGB565_1X24_CPADHI
media: uapi: Document format MEDIA_BUS_FMT_RGB565_1X24_CPADHI
dtoverlays: Rework vc4-kms-dpi overlays to remove duplication
overlays: Add spi0-0cs overlay
drm/vc4: Add DRM 210101010 RGB formats for hvs5.
Patching lan78xx for SOF_TIMESTAMPING_TX_SOFTWARE support
i2c: bcm2835: Make clock-stretch timeout configurable
media: i2c: ov9281: Initialize id_msb to zero in ov9281_check_sensor_id()
media: bcm2835-unicam: Set ret on error path in unicam_async_complete()
ASoC: bcm: allo-piano-dac-plus: Remove unnecessary const specifiers
ASoC: ma120x0p: Remove unnecessary const specifier
misc: bcm2835_smi: Use proper enum types for dma_{,un}map_single()
overlays: Add MAX30102 HR to i2c-sensor overlay
configs: Add CONFIG_MAX30102=m
drm/vc4_hdmi: Add Broadcast RGB property to allow override of RGB range
media: i2c: imx219: Correct the minimum vblanking value

** Affects: linux-raspi (Ubuntu)
 Importance: Medium
 Assignee: Juerg Haefliger (juergh)
 Status: Confirmed

** Affects: linux-raspi (Ubuntu Jammy)
 Importance: Medium
 Assignee: Juerg Haefliger (juergh)
 Status: Confirmed

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

** Also affects: linux-raspi (Ubuntu Jammy)
   Importance: Undecided
   Status: Confirmed

** Description changed:

- 
  Upstream raspberrypi patchset 2022-02-08
  
-   Ported from the following raspberrypi branch:
- rpi-5.15.y
-   from https://github.com/raspberrypi/linux.git
+   Ported from the following raspberrypi branch:
+ rpi-5.15.y
+   from https://github.com/raspberrypi/linux.git
+ 
+ media: bcm2835-unicam: Handle a repeated frame start with no end
+ drm: panel: Fix compilation warnings
+ net: phy: lan87xx: Decrease phy polling rate
+ ARM: dts: Permanently disable hdmi1 and ddc1 on CM4S
+ dtoverlay: Reduce size of PCIE IB window in pcie-32-dma overlay
+ dtoverlays: Add overlays for Pimoroni Hyperpixel displays
+ spi: gpio: Add sck-idle-input property
+ bindings: Add sck-idle-input to spi-gpio
+ defconfig: Enable Pimoroni HyperPixel drivers in Pi defconfigs
+ drm/panel/panel-sitronix-st7701: Support SPI config and RGB data
+ drm/panel: Add panel driver for TDO Y17B based panels
+ drm/panel: Add panel driver for Ilitek ILI9806E panel
+ overlays: Add Geekworm mzp280 to vc4-kms-dpi-panel
+ overlays: Add rotate property to vc4-kms-dpi-panel
+ drm/panel: simple: Remove custom handling of orientation
+ drm/panel: Add and initialise an orientation field to drm_panel
+ overlays: README: Deprecate vc4-kms-kippah-7inch
+ drm/panel: simple: add Geekworm MZP280 Panel
+ dt-bindings: display: simple: add Geekworm MZP280 Panel
+ dt-bindings: vendor-prefixes: Add Geekworm
+ drm/vc4: dpi: Support DPI interface in mode3 for RGB565
+ media: uapi: add MEDIA_BUS_FMT_RGB565_1X24_CPADHI
+ media: uapi: Document format MEDIA_BUS_FMT_RGB565_1X24_CPADHI
+ dtoverlays: Rework vc4-kms-dpi overlays to remove duplication
+ overlays: Add spi0-0cs overlay
+ drm/vc4: Add DRM 210101010 RGB formats for hvs5.
+ Patching lan78xx for SOF_TIMESTAMPING_TX_SOFTWARE support
+ i2c: bcm2835: Make clock-stretch timeout configurable
+ media: i2c: ov9281: Initialize id_msb to zero in ov9281_check_sensor_id()
+ media: bcm2835-unicam: Set ret on error path in unicam_async_complete()
+ ASoC: bcm: allo-piano-dac-plus: Remove unnecessary const specifiers
+ ASoC: ma120x0p: Remove unnecessary const specifier
+ misc: bcm2835_smi: Use proper enum types for dma_{,un}map_single()
+ overlays: Add MAX30102 HR to i2c-sensor overlay
+ configs: Add CONFIG_MAX30102=m
+ drm/vc4_hdmi: Add Broadcast RGB property to allow override of RGB range
+ media: i2c: imx219: Correct the minimum vbl

[Bug 1960322] Re: linux-azure: net: mana: Add handling of CQE_RX_TRUNCATED

2022-02-08 Thread Tim Gardner
https://lists.ubuntu.com/archives/kernel-team/2022-February/127822.html

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

Title:
  linux-azure: net: mana: Add handling of CQE_RX_TRUNCATED

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


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

[Bug 1958293] Re: [MIR]: libyang2

2022-02-08 Thread Christian Ehrhardt 
This is requested by security to be in Jammy for reasonable long term support 
of the routing daemon.
Setting prio critical and milestone to jammy-FF

** Changed in: libyang2 (Ubuntu)
Milestone: None => ubuntu-22.04-feature-freeze

** Changed in: libyang2 (Ubuntu)
   Importance: Undecided => Critical

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

Title:
  [MIR]: libyang2

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


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

[Bug 1951834] Re: [MIR]: frr

2022-02-08 Thread Christian Ehrhardt 
Seeding is here:

$ grep -Hrn quagga  platform-git ubuntu-git/
platform-git/supported-misc-servers:175: * quagga # 
RobertCollins

Therefore this is what we will change to promote FRR and demote quagga
at the same time.

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

Title:
  [MIR]: frr

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


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

[Bug 1951834] Re: [MIR]: frr

2022-02-08 Thread Christian Ehrhardt 
This is requested by security to be in Jammy for reasonable long term support 
of the routing daemon.
Setting prio critical and milestone to jammy-FF

** Changed in: frr (Ubuntu)
Milestone: ubuntu-22.01 => ubuntu-22.04-feature-freeze

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

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

Title:
  [MIR]: frr

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


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

[Bug 1960313] Re: chromium-browser has started closing regularly

2022-02-08 Thread Olivier Tilloy
Could you please share the output of the following commands?

snap info --abs-time gnome-3-38-2004

snap info --abs-time core20

snap get core experimental.refresh-app-awareness

** Summary changed:

- chromium-browser has started closing regularly
+ [snap] chromium crashes regularly

** Changed in: chromium-browser (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/1960313

Title:
  [snap] chromium crashes regularly

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


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

[Bug 1960326] [NEW] libpng: memory leak in png_handle_eXIf() in case of CRC error

2022-02-08 Thread Even Rouault
Public bug reported:

Package:
ii  libpng16-16:amd64 1.6.37-2  
 amd64PNG library - runtime (version 1.6)

$ lsb_release -a
LSB Version:core-11.1.0ubuntu2-noarch:security-11.1.0ubuntu2-noarch
Distributor ID: Ubuntu
Description:Ubuntu 20.04.3 LTS
Release:20.04
Codename:   focal

On the attached file, coming from https://bugs.chromium.org/p/oss-
fuzz/issues/detail?id=44486, a memory leak can be triggered with any
software using libpng. Initially found with GDAL's utilities, but can
also be reproduced with pnginfo:

valgrind --leak-check=full pnginfo 
clusterfuzz-testcase-minimized-gdal_filesystem_fuzzer-5278568668594176
==3631607== Memcheck, a memory error detector
==3631607== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
==3631607== Using Valgrind-3.15.0 and LibVEX; rerun with -h for copyright info
==3631607== Command: pnginfo 
clusterfuzz-testcase-minimized-gdal_filesystem_fuzzer-5278568668594176
==3631607== 
clusterfuzz-testcase-minimized-gdal_filesystem_fuzzer-5278568668594176...
libpng warning: eXIf: CRC error
libpng error: Read Error
Could not set PNG jump value
==3631607== 
==3631607== HEAP SUMMARY:
==3631607== in use at exit: 2,107,548 bytes in 5 blocks
==3631607==   total heap usage: 7 allocs, 2 frees, 2,112,668 bytes allocated
==3631607== 
==3631607== 4 bytes in 1 blocks are definitely lost in loss record 1 of 5
==3631607==at 0x483B7F3: malloc (in 
/usr/lib/x86_64-linux-gnu/valgrind/vgpreload_memcheck-amd64-linux.so)
==3631607==by 0x4886397: png_malloc_warn (in 
/usr/lib/x86_64-linux-gnu/libpng16.so.16.37.0)
==3631607==by 0x4895CD0: ??? (in 
/usr/lib/x86_64-linux-gnu/libpng16.so.16.37.0)
==3631607==by 0x488A15D: png_read_info (in 
/usr/lib/x86_64-linux-gnu/libpng16.so.16.37.0)
==3631607==by 0x10947C: ??? (in /usr/bin/pnginfo)
==3631607==by 0x109175: ??? (in /usr/bin/pnginfo)
==3631607==by 0x48D90B2: (below main) (libc-start.c:308)

The issue is present in libpng 1.6.37, but no longer in the master branch of 
https://github.com/glennrp/libpng. Through bisection I found that the commit 
that fixes the leak is:
https://github.com/glennrp/libpng/commit/eb6767273a4eb5d6f4ad528370d7262cf7aa220c

** Affects: libpng1.6 (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/1960326

Title:
  libpng: memory leak in png_handle_eXIf() in case of CRC error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libpng1.6/+bug/1960326/+subscriptions


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

[Bug 1960326] Re: libpng: memory leak in png_handle_eXIf() in case of CRC error

2022-02-08 Thread Even Rouault
** Attachment added: "Reproducer for memory leak"
   
https://bugs.launchpad.net/ubuntu/+source/libpng1.6/+bug/1960326/+attachment/5559713/+files/clusterfuzz-testcase-minimized-gdal_filesystem_fuzzer-5278568668594176

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

Title:
  libpng: memory leak in png_handle_eXIf() in case of CRC error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libpng1.6/+bug/1960326/+subscriptions


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

[Bug 1960328] [NEW] Missing header means it's not possible to build third-party plugins

2022-02-08 Thread Cristian Morales Vega
Public bug reported:

https://salsa.debian.org/debian/wireshark/-/commit/d3c942593b8cb061e09b1bd9d0cb3c689105f17c
fixes an issue in which some headers where not being packaged, but
that's not in the Ubuntu 21.10 package. Specifically, the lack of
ws_version.h makes it impossible to build any third-party plug-in (e.g.
dissector) since the plug-in needs to match the Wireshark version
(because of a lack of a stable plug-in ABI, I guess).

** Affects: wireshark (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/1960328

Title:
  Missing header means it's not possible to build third-party plugins

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


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

[Bug 1956915] Re: New bugfix release 21.2.6

2022-02-08 Thread Timo Aaltonen
** Tags removed: verification-needed verification-needed-focal 
verification-needed-impish
** Tags added: verification-done verification-done-focal 
verification-done-impish

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

Title:
  New bugfix release 21.2.6

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


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

[Bug 1941745] Re: [sru] sos upstream 4.2

2022-02-08 Thread Bug Watch Updater
** Changed in: sosreport (Debian)
   Status: New => Fix Released

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

Title:
  [sru] sos upstream 4.2

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


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

[Bug 1949553] Re: Backport packages for 20.04.4 HWE stack

2022-02-08 Thread Timo Aaltonen
tested on intel TGL-U, WHL, and AMD Radeon 520 Mobile, everything looks
good

** Description changed:

  [Impact]
  
  These are needed for 20.04.4 images.
  
  [Test case]
  
  Boot a daily image, see that it still has the necessary stack installed
  and working.
  
  [What could go wrong]
  
  libdrm: adds some new api, no changes to old stuff
  
- llvm-13: a new package, no regression potential on it's own
- 
  mesa: a new major release, but we'll pull the final stable release of
  21.2.x series, so there shouldn't be any regressions left at that point
  
  xserver: a new point-release, 1.20.x series is in deep maintenance mode,
  so there should be little chance of breakage

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

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

Title:
  Backport packages for 20.04.4 HWE stack

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


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

[Bug 1960036] Re: [SRU] Doesn't regain quorum when tracked process restarts with PID > 32767

2022-02-08 Thread Lucas Kanashiro
** Description changed:

  [Impact]
  
  If a user is tracking a process with PID > 32767 keepalived will not be
  able to work as expected.
  
  This bug was fixed upstream here:
  
https://github.com/acassen/keepalived/commit/23a5b8113bf0b8ec4718443df0406882e8e4d831
  
  [Test Plan]
  
  Launch a Focal VM and run the following commands:
  
  # install keepalived and nginx
  $ apt install -y nginx keepalived
  
  # configure keepalived to track the nginx process
  $ cat << EOF > /etc/keepalived/keepalived.conf
  global_defs {
- enable_script_security
+ enable_script_security
  }
  vrrp_track_process track_nginx {
- process nginx
- weight 10
- delay 1
+ process nginx
+ weight 10
+ delay 1
  }
  vrrp_instance lb {
- interface enp5s0
- state MASTER
- priority 100
- virtual_router_id 50
- authentication {
- auth_type PASS
- auth_pass password
- }
- track_process {
- track_nginx
- }
- virtual_ipaddress {
- 10.191.226.19
- }
+ interface enp5s0
+ state MASTER
+ priority 100
+ virtual_router_id 50
+ authentication {
+ auth_type PASS
+ auth_pass password
+ }
+ track_process {
+ track_nginx
+ }
+ virtual_ipaddress {
+ 10.191.226.19
+ }
  }
  EOF
  $ systemctl restart keepalived
  
  # stop nginx process to loose quorum
  $ systemctl stop nginx
  $ journalctl -u keepalived  | grep Quorum
  Feb 07 20:13:04 keepalived-debug Keepalived_vrrp[3346]: Quorum lost for 
tracked process track_nginx
  
  # start nginx process to gain quorum
  $ systemctl start nginx
  $ pidof nginx
  3282 3281
  $ journalctl -u keepalived  | grep Quorum
  Feb 07 20:13:04 keepalived-debug Keepalived_vrrp[3346]: Quorum lost for 
tracked process track_nginx
  Feb 07 20:19:58 keepalived-debug Keepalived_vrrp[3346]: Quorum gained for 
tracked process track_nginx
  
  # stop nginx process to loose quorum again
  $ systemctl stop nginx
  $ journalctl -u keepalived  | grep Quorum
  Feb 07 20:13:04 keepalived-debug Keepalived_vrrp[3346]: Quorum lost for 
tracked process track_nginx
  Feb 07 20:19:58 keepalived-debug Keepalived_vrrp[3346]: Quorum gained for 
tracked process track_nginx
  Feb 07 20:21:39 keepalived-debug Keepalived_vrrp[3346]: Quorum lost for 
tracked process track_nginx
  
  # start nginx process forcing its PID to be > 32767
  $ echo 32767 > /proc/sys/kernel/ns_last_pid; systemctl start nginx
  $ pidof nginx
  32773 32772
  
  # quorum is not gained again
  $ journalctl -u keepalived  | grep Quorum
  Feb 07 20:13:04 keepalived-debug Keepalived_vrrp[3346]: Quorum lost for 
tracked process track_nginx
  Feb 07 20:19:58 keepalived-debug Keepalived_vrrp[3346]: Quorum gained for 
tracked process track_nginx
  Feb 07 20:21:39 keepalived-debug Keepalived_vrrp[3346]: Quorum lost for 
tracked process track_nginx
  
+ To make sure the bug is fixed we need to install the fixed keepalived
+ package, then stop and start the nginx process (with PID > 32767). After
+ that, the quorum will be lost again and then regained:
+ 
+ $ systemctl stop nginx
+ $ systemctl start nginx
+ $ pidof nginx
+ 33505 33504
+ $ journalctl -u keepalived | grep Quorum
+ Feb 08 14:46:47 keepalived-debug2 Keepalived_vrrp[8079]: Quorum lost for 
tracked process track_nginx
+ Feb 08 14:47:00 keepalived-debug2 Keepalived_vrrp[8079]: Quorum gained for 
tracked process track_nginx
+ Feb 08 14:47:19 keepalived-debug2 Keepalived_vrrp[8079]: Quorum lost for 
tracked process track_nginx
+ Feb 08 14:49:01 keepalived-debug2 Keepalived_vrrp[33346]: Quorum lost for 
tracked process track_nginx
+ Feb 08 14:49:14 keepalived-debug2 Keepalived_vrrp[33346]: Quorum gained for 
tracked process track_nginx
  
  [Where problems could occur]
  
  The upstream fix is quite straightforward but if a problem would occur
  it would be manifested in any tracking process feature in keepalived.
  Since keepalived is widely used in HA, this might be reflected in some
  specific setups using keepalived.
  
  [Original description]
  
  Keepalived doesn't regain quorum when using tracked process due to a bug in 
high numbered pids
  The upstream has already fixed in a patch release 2.0.20
  
  https://serverfault.com/questions/993432/keepalived-doesnt-gain-quorum-
  when-tracked-process-comes-up
  
  Could we please get the 2.0.20 released to 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/1960036

Title:
  [SRU] Doesn't regain quorum when tracked process restarts with PID >
  32767

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


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

[Bug 1960094] Re: lxc/1:4.0.6-0ubuntu1~20.04.1 undefined symbol: strlcat in Focal

2022-02-08 Thread Francis Ginther
I've retested two released kernels that passed the lxc test last cycle:

* focal/azure 5.4.0-1068.71
* focal/azure-5-11 5.11.0-1028.31~20.04.1

Both tests now show the same testcase failures where they were passing
before. Will start digging into any other changes in the environment.

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

Title:
  lxc/1:4.0.6-0ubuntu1~20.04.1 undefined symbol: strlcat in Focal

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


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

[Bug 1949412] Re: Upgrade fwupd for Atomic Docking Support

2022-02-08 Thread Łukasz Zemczak
Hello Yuan-Chen, or anyone else affected,

Accepted fwupd-efi into impish-proposed. The package will build now and
be available at https://launchpad.net/ubuntu/+source/fwupd-
efi/1:1.2-2~21.10.1 in a few hours, and then in the -proposed
repository.

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

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

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

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

** Tags added: verification-needed verification-needed-impish

** Also affects: fwupd-efi (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: fwupd-efi (Ubuntu Impish)
   Status: New => Fix Committed

** Changed in: fwupd-efi (Ubuntu Jammy)
   Status: New => Fix Released

** Changed in: fwupd-efi (Ubuntu Hirsute)
   Status: New => Won't Fix

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

Title:
  Upgrade fwupd for Atomic Docking Support

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


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

Re: [Bug 1960147] Re: download desktop 20.04.3 lts

2022-02-08 Thread Michael Alterman
Just tried with FF 96.0.3 and disabled all extensions - took just over 
an hour but never completed. When I tried with Chrome took about 20 
minutes using the same hardware and same internet connection (realize 
that internet usage can vary day to day - that might account for a few 
minutes but not a factor of three (3)).

On 2022-02-08 6:52 AM, Olivier Tilloy wrote:
> Just tested this with Firefox 97.0 installed as a snap (candidate
> channel) on Ubuntu 21.10, and the iso downloads fine from the http link
> in the description.
>
> Also tested in an Ubuntu 20.04 VM with Firefox 96.0.3 installed as a
> snap (stable channel), and the iso also downloads fine from the http
> link.
>
> Finally I tested in the same Ubuntu 20.04 VM with Firefox 97.0 installed
> as a deb (from the PPA used to prepare firefox updates), and downloading
> the iso from the http link worked too.
>
> Could it be that one of your extensions is getting in the way? Can you
> try again with Firefox in safe mode (with all extensions disabled)?
>
> ** Changed in: firefox (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/1960147

Title:
  download desktop 20.04.3 lts

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


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

[Bug 1959847] Re: Unknown operation (12) 0x0240 Unknown (7680)[Malformed Packet]

2022-02-08 Thread Frode Nordahl
Thank you for your bug report, I wonder if this proposed fix [0] could
be related?

Does tshark provide any detail about what exactly it finds malformed
about the packets?

0: https://mail.openvswitch.org/pipermail/ovs-
dev/2022-February/391370.html

** Changed in: ovn (Ubuntu)
   Status: New => Triaged

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

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

Title:
  Unknown operation (12) 0x0240 Unknown (7680)[Malformed Packet]

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


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

[Bug 1949412] Re: Upgrade fwupd for Atomic Docking Support

2022-02-08 Thread Łukasz Zemczak
Hello Yuan-Chen, or anyone else affected,

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

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

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

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

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

** Changed in: fwupd-efi (Ubuntu Focal)
   Status: New => Fix Committed

** Tags added: verification-needed-focal

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

Title:
  Upgrade fwupd for Atomic Docking Support

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


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

[Bug 1925233] Re: [bionic-ussuri] next charm fails to start mdns service

2022-02-08 Thread Felipe Reyes
Checking designate/2.

 ~/Downloads/f1badd08-a9a6-405a-b0be-d7f49ece023c/designate_2 $ tail
var/log/designate/designate-mdns.log -n 2
2021-04-19 16:04:24.389 64928 ERROR designate
oslo_db.exception.CantStartEngineError: No sql_connection parameter is
established
2021-04-19 16:04:24.389 64928 ERROR designate 

The last line logged by designate-mdns was at 16:04. While the
configuration files were rendered at 16:05:12

$ grep -C 2 base-config.rendered var/log/juju/unit-designate-2.log |
head -n 5
2021-04-19 16:05:12 DEBUG jujuc server.go:211 running hook tool "juju-
log" for designate/2-identity-service-relation-changed-
330171960584494981
2021-04-19 16:05:12 DEBUG juju-log identity-service:105: tracer>
tracer: set flag base-config.rendered
tracer: ++   queue handler
reactive/designate_handlers.py:144:run_db_migration
tracer: ++   queue handler
reactive/designate_handlers.py:155:sync_pool_manager_cache


designate-mdns failed to start because the systemd service hit start-
limit-hit

Apr 19 16:04:24 juju-9669d8-4-lxd-3 systemd[1]: designate-mdns.service:
Failed with result 'exit-code'.
Apr 19 16:04:24 juju-9669d8-4-lxd-3 systemd[1]: designate-mdns.service:
Service hold-off time over, scheduling restart.
Apr 19 16:04:24 juju-9669d8-4-lxd-3 systemd[1]: designate-mdns.service:
Scheduled restart job, restart counter is at 481.
Apr 19 16:04:24 juju-9669d8-4-lxd-3 systemd[1]: designate-mdns.service:
Failed to reset devices.list: Operation not permitted
Apr 19 16:04:24 juju-9669d8-4-lxd-3 systemd[1]: designate-mdns.service:
Start request repeated too quickly.
Apr 19 16:04:24 juju-9669d8-4-lxd-3 systemd[1]: designate-mdns.service:
Failed with result 'start-limit-hit'.

I think this is something that should be fixed in the package, since we
may need to do adjustments to designate-mdns.service

https://www.freedesktop.org/software/systemd/man/systemd.unit.html#StartLimitIntervalSec=interval



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

** Summary changed:

- [bionic-ussuri] next charm fails to start mdns service
+ [bionic-ussuri] designate-mdns.service Failed with result 'start-limit-hit'

** Summary changed:

- [bionic-ussuri] designate-mdns.service Failed with result 'start-limit-hit'
+ [bionic-ussuri] designate-mdns.service: Failed with result 'start-limit-hit'

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

Title:
  [bionic-ussuri] designate-mdns.service: Failed with result 'start-
  limit-hit'

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-designate/+bug/1925233/+subscriptions


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

[Bug 1955944] Re: Missing Breaks/Replaces on network-manager-gnome

2022-02-08 Thread Sebastien Bacher
thanks, uploaded now

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

** Changed in: libnma (Ubuntu)
   Status: Confirmed => 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/1955944

Title:
  Missing Breaks/Replaces on network-manager-gnome

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


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

[Bug 1960195] Re: package python3-blinker 1.4+dfsg1-0.3ubuntu1 failed to install/upgrade: installed python3-blinker package pre-removal script subprocess returned error exit status 127

2022-02-08 Thread Lucas Kanashiro
Thank you for taking the time to file a bug report.

Checking your dpkg history log I see you tried to remove python in all
costs from your system (I am not sure why you were trying to do that),
you purged (or at least tried to) multiple times some key packages, I
believe that left your system in a broken state. The error you initially
got is:

Paramétrage de python3-entrypoints (0.3-2ubuntu1) ...
/var/lib/dpkg/info/python3-entrypoints.postinst: 6: py3compile: not found
dpkg: erreur de traitement du paquet python3-entrypoints (--configure) :
 installed python3-entrypoints package post-installation script subprocess 
returned error exit status 127

py3compile is missing, and it is provided by python3-minimal which you
should have installed.

Since it seems likely to me that this is a local configuration problem,
rather than a bug in Ubuntu, I am marking this bug as 'Incomplete'.

However, if you believe that this is really a bug in Ubuntu, then we would
be grateful if you would provide a more complete description of the problem
with steps to reproduce, 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".

For local configuration issues, you can find assistance here:
http://www.ubuntu.com/support/community

** Changed in: blinker (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/1960195

Title:
  package python3-blinker 1.4+dfsg1-0.3ubuntu1 failed to
  install/upgrade: installed python3-blinker package pre-removal script
  subprocess returned error exit status 127

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


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

[Bug 1960147] Re: download desktop 20.04.3 lts

2022-02-08 Thread Olivier Tilloy
Thanks for the feedback. Given that this is happening on Windows, would
you mind filing an upstream bug at
https://bugzilla.mozilla.org/enter_bug.cgi#h=dupes|Firefox, and sharing
the link to it here?

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

Title:
  download desktop 20.04.3 lts

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


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

  1   2   3   4   5   >