[Bug 1915678] Re: iSCSI+Multipath: Volume attachment hungs if sessiong scanning fails

2021-11-04 Thread Brett Milford
** Description changed:

+ [Impact]
+ 
+  * If some commands like "iscsiadm -m session" fail, the thread can abort 
immediately without updating any counters like failed_logins or stopped_threads 
properly, because there are no try-except block to catch exceptions.
+  * The main thread keeps waiting until these counters are updated, and this 
results in stuck of volume attachment process.
+ 
+ [Test Case]
+ 
+  * Deploy Cinder with an iSCSI driver and multipath enabled.
+ 
+  * TBC.
+ 
+ [Where problems could occur]
+ 
+  * Change primarily introduces error handling and doesn't change 
implementation details.
+As such we may see an error condition logged.
+ 
+ [Other Info]
+ 
+  * -
+ 
+ --- Original Description ---
+ 
  Currently we execute login to iscsi portals and device discovery in
  multiple threads concurrently when multipath is enabled.
  
  However if some commands like "iscsiadm -m session" fail, the thread can 
abort immediately without updating any counters like failed_logins or 
stopped_threads properly, because there are no try-except block to catch  
exceptions.
  However the main thread keeps waiting until these counters are updated, and 
this results in stuck of volume attachment process.
  
  This issue was initially reported in downstream bug 
https://bugzilla.redhat.com/show_bug.cgi?id=1923975 , and maybe is caused by a 
bug in iscsiadm command.
  However we should handle the error more properly because current behavior 
requires operators to restart services like cinder-volume to resolve the stuck.

** Also affects: python-os-brick (Ubuntu Hirsute)
   Importance: Undecided
   Status: New

** Also affects: python-os-brick (Ubuntu Impish)
   Importance: Undecided
   Status: New

** Also affects: python-os-brick (Ubuntu Jammy)
   Importance: Undecided
   Status: New

** Changed in: python-os-brick (Ubuntu Hirsute)
   Status: New => Fix Released

** Changed in: python-os-brick (Ubuntu Impish)
   Status: New => Fix Released

** Changed in: python-os-brick (Ubuntu Jammy)
   Status: New => Fix Released

** Changed in: python-os-brick (Ubuntu Focal)
   Status: New => In Progress

** Changed in: python-os-brick (Ubuntu Focal)
 Assignee: (unassigned) => Brett Milford (brettmilford)

** Changed in: python-os-brick (Ubuntu Bionic)
   Status: New => In Progress

** Changed in: python-os-brick (Ubuntu Bionic)
 Assignee: (unassigned) => Brett Milford (brettmilford)

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

Title:
  iSCSI+Multipath: Volume attachment hungs if sessiong scanning fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/os-brick/+bug/1915678/+subscriptions


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

[Bug 1836169] Re: cpuhotplug04 in cpuhotplug from ubuntu_ltp failed on amd64/ARM64

2021-11-04 Thread Po-Hsu Lin
Found on node vought with F-oem-5.13 5.13.0-1019.23

 startup='Fri Nov  5 04:08:22 2021'
 Name:   cpuhotplug04
 Date:   Fri Nov  5 04:08:22 UTC 2021
 Desc:   Does it prevent us from offlining the last CPU?
 
 /opt/ltp/testcases/bin/cpuhotplug04.sh: 99: echo: echo: I/O error
 cpuhotplug04 1 TFAIL: Could not offline cpu95
 tag=cpuhotplug04 stime=1636085302 dur=70 exit=exited stat=1 core=no cu=87 
cs=167


** Tags added: 5.13 oem sru-20211018

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

Title:
  cpuhotplug04 in cpuhotplug from ubuntu_ltp failed on amd64/ARM64

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


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

[Bug 1949889] Re: Unable to build net/reuseport_bpf and other tests in ubuntu_kernel_selftests on Bionic with make command

2021-11-04 Thread Po-Hsu Lin
** Description changed:

- You should be able to build all the tests inside a subtest directory in 
tools/testing/selftests from a kernel tree with command:
-   make TARGETS=net
+ [Impact]
+ With 4.15 kernel, not all binary files inside a subtest directory in 
tools/testing/selftests of a kernel tree can be built with command:
+   make TARGETS=$subtest
  
- But with our 4.15 kernel these binary files in the net directory cannot be 
built correctly:
-  * reuseport_bpf
-  * reuseport_bpf_cpu
-  * reuseport_dualstack
-  * reuseaddr_conflict
-  * reuseport_bpf_numa
+ For example, the following tests in net directory won't be built:
+  * reuseport_bpf
+  * reuseport_bpf_cpu
+  * reuseport_dualstack
+  * reuseaddr_conflict
+  * reuseport_bpf_numa
  
- You can only build them with:
-   make TARGETS=net run_tests
+ They can be build with:
+   make TARGETS=net run_tests
  
- This will also trigger the test, which is not ideal for the granularity
- improvement.
+ However, this will also start all of the tests in this subset, which is
+ not ideal for the granularity improvement.
+ 
+ [Fix]
+ * 14f1889f selftests: Fix loss of test output in run_kselftests.sh
+ * 44f01352 selftests: Makefile set KSFT_TAP_LEVEL to prevent nested TAP 
headers 
+ * 8ce72dc3 selftests: fix headers_install circular dependency 
+ 
+ These patches can be cherry-picked for Bionic. The third patch
+ 
+ [Test]
+ Tested on a baremetal node "glameow" with 4.15.0-159-generic
+ 
+ [Where problems could occur]

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

Title:
  Unable to build net/reuseport_bpf and other tests in
  ubuntu_kernel_selftests on Bionic with make command

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


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

[Bug 1948894] Re: Xwayland crash in gdm as screen off and touchscreen detach.

2021-11-04 Thread Daniel van Vugt
From bug 1947739 comment #53:

> test mutter 3.36.0-0ubuntu0.20.04.2 from the focal-proposed channel on
> the target machine for 10 times, can't reproduce this issue.


** Tags removed: verification-needed-focal
** Tags added: 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/1948894

Title:
  Xwayland crash in gdm as screen off and touchscreen detach.

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


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

[Bug 1845362] Re: gnome-font-viewer crashed with signal 5 in _XEventsQueued()

2021-11-04 Thread Akbarkhon Variskhanov
I know that it was set to rls-ii-notfixing but I just want to tell that
it appears in Jammy as well (build 20211104).

I'm including this bug in my test result with the "Passed" flag.

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

Title:
  gnome-font-viewer crashed with signal 5 in _XEventsQueued()

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


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

[Bug 1945296] Re: To support goodix fp device [27C6:639C]

2021-11-04 Thread Andy Chi
** Description changed:

  
https://gitlab.freedesktop.org/libfprint/libfprint/-/blob/master/libfprint/drivers/goodixmoc/goodix.c#L1505
  
  This ID is included in upstream.
  
  [Impact]
  
-  * Devices have goodix [27c6:639c] fingerprint component will get 
-supported.
+  * Devices have goodix [27c6:639c] fingerprint component will get
+    supported.
+ 
+  * This sru contains lots of fingerprint id which is not supported
+ before, below is the comparison with impish -updates.
+ 
+  * Elan:
+#impish: 0x0c4d
+ 
+Synaptics:
+#impish and focal does not have difference.
+ 
+Goodix:
+#0x609C, 0x639C, 0x63AC, 0x63BC and 0x6A94 are include in focal but not 
+in impish
+ 
+  * Add Synaptics fingerprint device to test in this SRU.
+VID: 06CB
+PID: 00DF
  
  [Test Plan]
  
-  * Find a machine with this fingerprint device
+  * Find a machine with this fingerprint device
  
-  * Launch `settings` and enable `Fingerprint Login`
+  * Launch `settings` and enable `Fingerprint Login`
  
-  * Enroll finger and then logout
+  * Enroll finger and then logout
  
-  * Login system with enrolled finger
+  * Login system with enrolled finger
  
  [Where problems could occur]
  
-  * A lot of fingerprint ids is supported in this version, we didn't test 
-all combination.
+  * A lot of fingerprint ids is supported in this version, we didn't test
+    all combination.

** Description changed:

  
https://gitlab.freedesktop.org/libfprint/libfprint/-/blob/master/libfprint/drivers/goodixmoc/goodix.c#L1505
  
  This ID is included in upstream.
  
  [Impact]
  
   * Devices have goodix [27c6:639c] fingerprint component will get
     supported.
  
-  * This sru contains lots of fingerprint id which is not supported
+  * This sru contains lots of fingerprint id which is not supported
  before, below is the comparison with impish -updates.
  
-  * Elan:
-#impish: 0x0c4d
+  * Elan:
+    #impish: 0x0c4d
  
-Synaptics:
-#impish and focal does not have difference.
+    Synaptics:
+    #impish and focal does not have difference.
  
-Goodix:
-#0x609C, 0x639C, 0x63AC, 0x63BC and 0x6A94 are include in focal but not 
-in impish
+    Goodix:
+    #0x609C, 0x639C, 0x63AC, 0x63BC and 0x6A94 are include in focal but not
+    in impish
  
-  * Add Synaptics fingerprint device to test in this SRU.
-VID: 06CB
-PID: 00DF
+  * Add Synaptics fingerprint device to test in this SRU.
+    VID: 06CB
+    PID: 00DF
  
  [Test Plan]
  
   * Find a machine with this fingerprint device
  
   * Launch `settings` and enable `Fingerprint Login`
  
   * Enroll finger and then logout
  
   * Login system with enrolled finger
  
+ 
  [Where problems could occur]
  
   * A lot of fingerprint ids is supported in this version, we didn't test
     all combination.

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

Title:
  To support goodix fp device [27C6:639C]

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


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

[Bug 1945298] Re: To support goodix fp device [27C6:63BC]

2021-11-04 Thread Andy Chi
** Description changed:

  
https://gitlab.freedesktop.org/libfprint/libfprint/-/blob/master/libfprint/drivers/goodixmoc/goodix.c#L1507
  
  This ID is included in upstream.
  
  [Impact]
  
-  * Devices have goodix [27c6:63bc] fingerprint component will get
+  * Devices have goodix [27c6:639c] fingerprint component will get
 supported.
+ 
+  * This sru contains lots of fingerprint id which is not supported
+ before, below is the comparison with impish -updates.
+ 
+  * Elan:
+#impish: 0x0c4d
+ 
+Synaptics:
+#impish and focal does not have difference.
+ 
+Goodix:
+#0x609C, 0x639C, 0x63AC, 0x63BC and 0x6A94 are include in focal but not
+in impish
+ 
+  * Add Synaptics fingerprint device to test in this SRU.
+VID: 06CB
+PID: 00DF
  
  [Test Plan]
  
   * Find a machine with this fingerprint device
  
   * Launch `settings` and enable `Fingerprint Login`
  
   * Enroll finger and then logout
  
   * Login system with enrolled finger
  
  [Where problems could occur]
  
   * A lot of fingerprint ids is supported in this version, we didn't test
 all combination.

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

Title:
  To support goodix fp device [27C6:63BC]

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


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

[Bug 1939732] Re: report availability of Ubuntu Advantage ESM services on unattached machines

2021-11-04 Thread Chad Smith
** Also affects: software-properties (Ubuntu Bionic)
   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/1939732

Title:
  report availability of Ubuntu Advantage ESM services on unattached
  machines

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


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

[Bug 1949521] Re: sru cloud-init (21.3-1 to 21.4-0) Bionic, Focal, Hirsute and Impish

2021-11-04 Thread Chad Smith
** Also affects: cloud-init (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Also affects: cloud-init (Ubuntu Hirsute)
   Importance: Undecided
   Status: New

** Also affects: cloud-init (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Also affects: cloud-init (Ubuntu Impish)
   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/1949521

Title:
  sru cloud-init (21.3-1 to 21.4-0) Bionic, Focal, Hirsute and Impish

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1949521/+subscriptions


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

[Bug 1761382] Re: Unable to connect to ibus: Could not connect: Connection refused

2021-11-04 Thread Launchpad Bug Tracker
[Expired for gnome-shell (Ubuntu) because there has been no activity for
60 days.]

** Changed in: gnome-shell (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  Unable to connect to ibus: Could not connect: Connection refused

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


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

[Bug 1761382] Re: Unable to connect to ibus: Could not connect: Connection refused

2021-11-04 Thread Launchpad Bug Tracker
[Expired for ibus (Ubuntu) because there has been no activity for 60
days.]

** Changed in: ibus (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  Unable to connect to ibus: Could not connect: Connection refused

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


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

[Bug 1945296] Re: To support goodix fp device [27C6:639C]

2021-11-04 Thread Andy Chi
Compare with the version in impish, below is the difference id from both 
version.
Impish: 1.90.7+git20210222+tod1-0ubuntu3
Focal in queue: 1.90.2+tod1-0ubuntu1~20.04.5

Elan:
 #impish: 0x0c4d

Synaptics:
 #impish and focal does not have difference.

Goodix:
 #0x609C, 0x639C, 0x63AC, 0x63BC and 0x6A94 are include in focal but not in 
impish.


0x639c and 0x63bc are tested in this bug and bug #1945298. Add 1 more synaptic 
device to test.

VID: 06CB
PID: DF

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

Title:
  To support goodix fp device [27C6:639C]

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


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

[Bug 1920836] Re: Show Extended Security Maintenence status

2021-11-04 Thread Robert Ancell
This has been uploaded as 0.96.24.32.18. SRU team please reject
0.96.24.32.17 in proposed as no need for that SRU to delay this one.

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

Title:
  Show Extended Security Maintenence status

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


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

[Bug 1821412] Re: "System program problem" report button does nothing

2021-11-04 Thread Launchpad Bug Tracker
This bug was fixed in the package update-notifier - 3.192.46

---
update-notifier (3.192.46) jammy; urgency=medium

  [ Dan Bungert ]
  * Adjust update-notifier-crash.service so that the report process is not
killed before it has a chance to act (LP: #1821412)

 -- Brian Murray   Thu, 21 Oct 2021 14:49:48 -0700

** Changed in: update-notifier (Ubuntu)
   Status: In Progress => Fix Released

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

Title:
  "System program problem" report button does nothing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/1821412/+subscriptions


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

[Bug 1920836] Re: Show Extended Security Maintenence status

2021-11-04 Thread Chad Smith
I think there was an omission on the latest bionic upload it doesn't
contain the fixes that were added for focal, hirsute and impish.

I've put up a PR that cherry-picks those fixes into the bionic branch
that would need review and upload before I can validate and set
verification-done-bionic on this bug.

bionic upstream PR.
https://code.launchpad.net/~chad.smith/software-properties/+git/software-properties/+merge/411393

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

Title:
  Show Extended Security Maintenence status

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


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

[Bug 1915713] Re: support for Cache-Control

2021-11-04 Thread Launchpad Bug Tracker
This bug was fixed in the package apt-cacher-ng - 3.7.3-1

---
apt-cacher-ng (3.7.3-1) unstable; urgency=low

  * New upstream version
+ fixes interpretation of compressed v6 IPs (closes: #994778)
+ adds support for .sig suffix (closes: #989347)
+ fixes compilation with g++-11 (Salsa issue #10)
  * expiring maintenance job execution logs (closes: #985406)

 -- Eduard Bloch   Sat, 09 Oct 2021 12:40:22 +0200

** Changed in: apt-cacher-ng (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/1915713

Title:
  support for Cache-Control

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


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

[Bug 1771740] Re: Expose link offload options

2021-11-04 Thread Launchpad Bug Tracker
This bug was fixed in the package netplan.io - 0.103-0ubuntu8

---
netplan.io (0.103-0ubuntu8) jammy; urgency=medium

  * d/p/0001-Add-support-for-additional-Link-options-225-LP-17717.patch:
- Add offload configuration options.
  (LP: #1771740)
  * Add d/p/partial-d4884cfd40e1e33540b274371c3272df6595d22c.patch:
- Partial application of d4884cfd40e1e33540b274371c3272df6595d22c in order
  preserve ABI compatibility for future updates.

 -- Nicolas Bock   Sat, 09 Oct 2021 16:27:57
-0600

** Changed in: netplan.io (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/1771740

Title:
  Expose link offload options

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


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

[Bug 1939449] Re: Ubuntu Pro UA fails to enable fips-updates on 20.04

2021-11-04 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-advantage-tools - 27.3~21.10.1

---
ubuntu-advantage-tools (27.3~21.10.1) impish; urgency=medium

  * d/tools.postinst:
- consider cloud to be "none" on any cloud-id error
- purge old ua-messaging.timer/service files
- keep ua-timer.timer disabled if ua-messaging.timer was disabled by
  the user
- properly configure both ubuntu-advantage-timer and
  ubuntu-advantage-licence-check logs
  * d/tools.postrm:
- remove ubuntu-advantage-timer and ubuntu-advantage-license-check logs
  during purge
  * systemd:
- remove ua-messaging.timer/service
- add new ua-timer.timer that runs every 6 hours
- add new ua-license_check.timer that runs every 5 minutes only if
  activated by ua-license-check.path
  * New upstream release 27.3 (LP: #1942929)
- ros:
  + add beta support to enable ros and ros-updates
  + add support for "required services" so that esm-infra and esm-apps
get auto-enabled when enabling ros or ros-updates
  + add support for "dependent services" so that user gets prompted to
disable ros/ros-updates if they disable esm-infra/esm-apps
- fips:
  + allow fips on GCP bionic now that optimized kernel is ready
  + disallow enabling fips on focal on clouds until cloud-optimized focal
fips-certified kernel is ready (LP: #1939449, LP: #1939932)
  + print warning about generic fips kernel if cloud-id fails
- cloud:
  + rely only on cloud-id to determine cloud type (LP: #1940131)
  + catch errors when determining cloud type
(LP: #1938207, LP: #1944676) (GH: #1541)
- azure:
  + bump IMDS API version to support Azure published images
- cli:
  + collect-logs command that creates a tar file with debug-relevant logs
and status info (GH: #463)
  + clean locks on exceptions more thoroughly to avoid false "Operation in
progress" status messages
  + retain past service state after detach
  + shows better error message when a port value in a proxy is invalid
- non-unicode locale support:
  + remove unicode-only characters from help file
  + don't print unicode-only characters in ua fix if non-utf8 locale
(GH: #1463)
- logrotate:
  + add logrotate functionality for ubuntu-advantage-timer.log.
  + Fix root:root logrotate permissions.
- ua-timer.timer:
  + introduce a single systemd timer to handle ua recurring jobs
  + timer runs every 2 hours to support most frequent timer job
  + recurring job intervals are configurable in uaclient.conf
  + individual jobs are disabled if their interval is set to 0
  - status job:
+ update ua status every 12 hours
  - messaging job:
+ update APT/MOTD ESM messaging every 6 hours
  - metering job:
+ disabled until infrastructure is ready
+ for attached machines only, periodically update contract server with
  status information for proper contract metering
- ua-license-check.timer:
  + only runs on LTS GCP instances that are not attached
  + runs every 5 minutes to check if gcp instance has license required to
auto-attach
- logs:
  + fixes duplicate logging (GH: #553)
- tests and support:
  + remove groovy integration tests
  + various improvements to integration tests

 -- Grant Orndorff   Tue, 21 Sep 2021
09:02:06 -0400

** Changed in: ubuntu-advantage-tools (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  Ubuntu Pro UA fails to enable fips-updates on 20.04

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


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

[Bug 1938207] Re: ubuntu-advantage-tools.postinst and cloud-id are not robust against failure

2021-11-04 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-advantage-tools - 27.3~21.10.1

---
ubuntu-advantage-tools (27.3~21.10.1) impish; urgency=medium

  * d/tools.postinst:
- consider cloud to be "none" on any cloud-id error
- purge old ua-messaging.timer/service files
- keep ua-timer.timer disabled if ua-messaging.timer was disabled by
  the user
- properly configure both ubuntu-advantage-timer and
  ubuntu-advantage-licence-check logs
  * d/tools.postrm:
- remove ubuntu-advantage-timer and ubuntu-advantage-license-check logs
  during purge
  * systemd:
- remove ua-messaging.timer/service
- add new ua-timer.timer that runs every 6 hours
- add new ua-license_check.timer that runs every 5 minutes only if
  activated by ua-license-check.path
  * New upstream release 27.3 (LP: #1942929)
- ros:
  + add beta support to enable ros and ros-updates
  + add support for "required services" so that esm-infra and esm-apps
get auto-enabled when enabling ros or ros-updates
  + add support for "dependent services" so that user gets prompted to
disable ros/ros-updates if they disable esm-infra/esm-apps
- fips:
  + allow fips on GCP bionic now that optimized kernel is ready
  + disallow enabling fips on focal on clouds until cloud-optimized focal
fips-certified kernel is ready (LP: #1939449, LP: #1939932)
  + print warning about generic fips kernel if cloud-id fails
- cloud:
  + rely only on cloud-id to determine cloud type (LP: #1940131)
  + catch errors when determining cloud type
(LP: #1938207, LP: #1944676) (GH: #1541)
- azure:
  + bump IMDS API version to support Azure published images
- cli:
  + collect-logs command that creates a tar file with debug-relevant logs
and status info (GH: #463)
  + clean locks on exceptions more thoroughly to avoid false "Operation in
progress" status messages
  + retain past service state after detach
  + shows better error message when a port value in a proxy is invalid
- non-unicode locale support:
  + remove unicode-only characters from help file
  + don't print unicode-only characters in ua fix if non-utf8 locale
(GH: #1463)
- logrotate:
  + add logrotate functionality for ubuntu-advantage-timer.log.
  + Fix root:root logrotate permissions.
- ua-timer.timer:
  + introduce a single systemd timer to handle ua recurring jobs
  + timer runs every 2 hours to support most frequent timer job
  + recurring job intervals are configurable in uaclient.conf
  + individual jobs are disabled if their interval is set to 0
  - status job:
+ update ua status every 12 hours
  - messaging job:
+ update APT/MOTD ESM messaging every 6 hours
  - metering job:
+ disabled until infrastructure is ready
+ for attached machines only, periodically update contract server with
  status information for proper contract metering
- ua-license-check.timer:
  + only runs on LTS GCP instances that are not attached
  + runs every 5 minutes to check if gcp instance has license required to
auto-attach
- logs:
  + fixes duplicate logging (GH: #553)
- tests and support:
  + remove groovy integration tests
  + various improvements to integration tests

 -- Grant Orndorff   Tue, 21 Sep 2021
09:02:06 -0400

** Changed in: ubuntu-advantage-tools (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  ubuntu-advantage-tools.postinst and cloud-id are not robust against
  failure

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


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

[Bug 1940131] Re: sudo ua attach is not working

2021-11-04 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-advantage-tools - 27.3~21.10.1

---
ubuntu-advantage-tools (27.3~21.10.1) impish; urgency=medium

  * d/tools.postinst:
- consider cloud to be "none" on any cloud-id error
- purge old ua-messaging.timer/service files
- keep ua-timer.timer disabled if ua-messaging.timer was disabled by
  the user
- properly configure both ubuntu-advantage-timer and
  ubuntu-advantage-licence-check logs
  * d/tools.postrm:
- remove ubuntu-advantage-timer and ubuntu-advantage-license-check logs
  during purge
  * systemd:
- remove ua-messaging.timer/service
- add new ua-timer.timer that runs every 6 hours
- add new ua-license_check.timer that runs every 5 minutes only if
  activated by ua-license-check.path
  * New upstream release 27.3 (LP: #1942929)
- ros:
  + add beta support to enable ros and ros-updates
  + add support for "required services" so that esm-infra and esm-apps
get auto-enabled when enabling ros or ros-updates
  + add support for "dependent services" so that user gets prompted to
disable ros/ros-updates if they disable esm-infra/esm-apps
- fips:
  + allow fips on GCP bionic now that optimized kernel is ready
  + disallow enabling fips on focal on clouds until cloud-optimized focal
fips-certified kernel is ready (LP: #1939449, LP: #1939932)
  + print warning about generic fips kernel if cloud-id fails
- cloud:
  + rely only on cloud-id to determine cloud type (LP: #1940131)
  + catch errors when determining cloud type
(LP: #1938207, LP: #1944676) (GH: #1541)
- azure:
  + bump IMDS API version to support Azure published images
- cli:
  + collect-logs command that creates a tar file with debug-relevant logs
and status info (GH: #463)
  + clean locks on exceptions more thoroughly to avoid false "Operation in
progress" status messages
  + retain past service state after detach
  + shows better error message when a port value in a proxy is invalid
- non-unicode locale support:
  + remove unicode-only characters from help file
  + don't print unicode-only characters in ua fix if non-utf8 locale
(GH: #1463)
- logrotate:
  + add logrotate functionality for ubuntu-advantage-timer.log.
  + Fix root:root logrotate permissions.
- ua-timer.timer:
  + introduce a single systemd timer to handle ua recurring jobs
  + timer runs every 2 hours to support most frequent timer job
  + recurring job intervals are configurable in uaclient.conf
  + individual jobs are disabled if their interval is set to 0
  - status job:
+ update ua status every 12 hours
  - messaging job:
+ update APT/MOTD ESM messaging every 6 hours
  - metering job:
+ disabled until infrastructure is ready
+ for attached machines only, periodically update contract server with
  status information for proper contract metering
- ua-license-check.timer:
  + only runs on LTS GCP instances that are not attached
  + runs every 5 minutes to check if gcp instance has license required to
auto-attach
- logs:
  + fixes duplicate logging (GH: #553)
- tests and support:
  + remove groovy integration tests
  + various improvements to integration tests

 -- Grant Orndorff   Tue, 21 Sep 2021
09:02:06 -0400

** Changed in: ubuntu-advantage-tools (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  sudo ua attach is not working

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


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

[Bug 1939932] Re: Ubuntu PRO Focal on AWS and Azure should not install the generic FIPS kernel via ubuntu-fips metapackage

2021-11-04 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-advantage-tools - 27.3~21.10.1

---
ubuntu-advantage-tools (27.3~21.10.1) impish; urgency=medium

  * d/tools.postinst:
- consider cloud to be "none" on any cloud-id error
- purge old ua-messaging.timer/service files
- keep ua-timer.timer disabled if ua-messaging.timer was disabled by
  the user
- properly configure both ubuntu-advantage-timer and
  ubuntu-advantage-licence-check logs
  * d/tools.postrm:
- remove ubuntu-advantage-timer and ubuntu-advantage-license-check logs
  during purge
  * systemd:
- remove ua-messaging.timer/service
- add new ua-timer.timer that runs every 6 hours
- add new ua-license_check.timer that runs every 5 minutes only if
  activated by ua-license-check.path
  * New upstream release 27.3 (LP: #1942929)
- ros:
  + add beta support to enable ros and ros-updates
  + add support for "required services" so that esm-infra and esm-apps
get auto-enabled when enabling ros or ros-updates
  + add support for "dependent services" so that user gets prompted to
disable ros/ros-updates if they disable esm-infra/esm-apps
- fips:
  + allow fips on GCP bionic now that optimized kernel is ready
  + disallow enabling fips on focal on clouds until cloud-optimized focal
fips-certified kernel is ready (LP: #1939449, LP: #1939932)
  + print warning about generic fips kernel if cloud-id fails
- cloud:
  + rely only on cloud-id to determine cloud type (LP: #1940131)
  + catch errors when determining cloud type
(LP: #1938207, LP: #1944676) (GH: #1541)
- azure:
  + bump IMDS API version to support Azure published images
- cli:
  + collect-logs command that creates a tar file with debug-relevant logs
and status info (GH: #463)
  + clean locks on exceptions more thoroughly to avoid false "Operation in
progress" status messages
  + retain past service state after detach
  + shows better error message when a port value in a proxy is invalid
- non-unicode locale support:
  + remove unicode-only characters from help file
  + don't print unicode-only characters in ua fix if non-utf8 locale
(GH: #1463)
- logrotate:
  + add logrotate functionality for ubuntu-advantage-timer.log.
  + Fix root:root logrotate permissions.
- ua-timer.timer:
  + introduce a single systemd timer to handle ua recurring jobs
  + timer runs every 2 hours to support most frequent timer job
  + recurring job intervals are configurable in uaclient.conf
  + individual jobs are disabled if their interval is set to 0
  - status job:
+ update ua status every 12 hours
  - messaging job:
+ update APT/MOTD ESM messaging every 6 hours
  - metering job:
+ disabled until infrastructure is ready
+ for attached machines only, periodically update contract server with
  status information for proper contract metering
- ua-license-check.timer:
  + only runs on LTS GCP instances that are not attached
  + runs every 5 minutes to check if gcp instance has license required to
auto-attach
- logs:
  + fixes duplicate logging (GH: #553)
- tests and support:
  + remove groovy integration tests
  + various improvements to integration tests

 -- Grant Orndorff   Tue, 21 Sep 2021
09:02:06 -0400

** Changed in: ubuntu-advantage-tools (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  Ubuntu PRO Focal on AWS and Azure should not install the generic FIPS
  kernel via ubuntu-fips metapackage

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


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

[Bug 1942929] Re: [SRU] ubuntu-advantage-tools (27.2.2 -> 27.3) Xenial, Bionic, Focal, Hirsute

2021-11-04 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-advantage-tools - 27.3~21.10.1

---
ubuntu-advantage-tools (27.3~21.10.1) impish; urgency=medium

  * d/tools.postinst:
- consider cloud to be "none" on any cloud-id error
- purge old ua-messaging.timer/service files
- keep ua-timer.timer disabled if ua-messaging.timer was disabled by
  the user
- properly configure both ubuntu-advantage-timer and
  ubuntu-advantage-licence-check logs
  * d/tools.postrm:
- remove ubuntu-advantage-timer and ubuntu-advantage-license-check logs
  during purge
  * systemd:
- remove ua-messaging.timer/service
- add new ua-timer.timer that runs every 6 hours
- add new ua-license_check.timer that runs every 5 minutes only if
  activated by ua-license-check.path
  * New upstream release 27.3 (LP: #1942929)
- ros:
  + add beta support to enable ros and ros-updates
  + add support for "required services" so that esm-infra and esm-apps
get auto-enabled when enabling ros or ros-updates
  + add support for "dependent services" so that user gets prompted to
disable ros/ros-updates if they disable esm-infra/esm-apps
- fips:
  + allow fips on GCP bionic now that optimized kernel is ready
  + disallow enabling fips on focal on clouds until cloud-optimized focal
fips-certified kernel is ready (LP: #1939449, LP: #1939932)
  + print warning about generic fips kernel if cloud-id fails
- cloud:
  + rely only on cloud-id to determine cloud type (LP: #1940131)
  + catch errors when determining cloud type
(LP: #1938207, LP: #1944676) (GH: #1541)
- azure:
  + bump IMDS API version to support Azure published images
- cli:
  + collect-logs command that creates a tar file with debug-relevant logs
and status info (GH: #463)
  + clean locks on exceptions more thoroughly to avoid false "Operation in
progress" status messages
  + retain past service state after detach
  + shows better error message when a port value in a proxy is invalid
- non-unicode locale support:
  + remove unicode-only characters from help file
  + don't print unicode-only characters in ua fix if non-utf8 locale
(GH: #1463)
- logrotate:
  + add logrotate functionality for ubuntu-advantage-timer.log.
  + Fix root:root logrotate permissions.
- ua-timer.timer:
  + introduce a single systemd timer to handle ua recurring jobs
  + timer runs every 2 hours to support most frequent timer job
  + recurring job intervals are configurable in uaclient.conf
  + individual jobs are disabled if their interval is set to 0
  - status job:
+ update ua status every 12 hours
  - messaging job:
+ update APT/MOTD ESM messaging every 6 hours
  - metering job:
+ disabled until infrastructure is ready
+ for attached machines only, periodically update contract server with
  status information for proper contract metering
- ua-license-check.timer:
  + only runs on LTS GCP instances that are not attached
  + runs every 5 minutes to check if gcp instance has license required to
auto-attach
- logs:
  + fixes duplicate logging (GH: #553)
- tests and support:
  + remove groovy integration tests
  + various improvements to integration tests

 -- Grant Orndorff   Tue, 21 Sep 2021
09:02:06 -0400

** Changed in: ubuntu-advantage-tools (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  [SRU] ubuntu-advantage-tools (27.2.2 -> 27.3) Xenial, Bionic, Focal,
  Hirsute

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


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

[Bug 1944676] Re: Ubuntu ESM not working in WSL

2021-11-04 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-advantage-tools - 27.3~21.10.1

---
ubuntu-advantage-tools (27.3~21.10.1) impish; urgency=medium

  * d/tools.postinst:
- consider cloud to be "none" on any cloud-id error
- purge old ua-messaging.timer/service files
- keep ua-timer.timer disabled if ua-messaging.timer was disabled by
  the user
- properly configure both ubuntu-advantage-timer and
  ubuntu-advantage-licence-check logs
  * d/tools.postrm:
- remove ubuntu-advantage-timer and ubuntu-advantage-license-check logs
  during purge
  * systemd:
- remove ua-messaging.timer/service
- add new ua-timer.timer that runs every 6 hours
- add new ua-license_check.timer that runs every 5 minutes only if
  activated by ua-license-check.path
  * New upstream release 27.3 (LP: #1942929)
- ros:
  + add beta support to enable ros and ros-updates
  + add support for "required services" so that esm-infra and esm-apps
get auto-enabled when enabling ros or ros-updates
  + add support for "dependent services" so that user gets prompted to
disable ros/ros-updates if they disable esm-infra/esm-apps
- fips:
  + allow fips on GCP bionic now that optimized kernel is ready
  + disallow enabling fips on focal on clouds until cloud-optimized focal
fips-certified kernel is ready (LP: #1939449, LP: #1939932)
  + print warning about generic fips kernel if cloud-id fails
- cloud:
  + rely only on cloud-id to determine cloud type (LP: #1940131)
  + catch errors when determining cloud type
(LP: #1938207, LP: #1944676) (GH: #1541)
- azure:
  + bump IMDS API version to support Azure published images
- cli:
  + collect-logs command that creates a tar file with debug-relevant logs
and status info (GH: #463)
  + clean locks on exceptions more thoroughly to avoid false "Operation in
progress" status messages
  + retain past service state after detach
  + shows better error message when a port value in a proxy is invalid
- non-unicode locale support:
  + remove unicode-only characters from help file
  + don't print unicode-only characters in ua fix if non-utf8 locale
(GH: #1463)
- logrotate:
  + add logrotate functionality for ubuntu-advantage-timer.log.
  + Fix root:root logrotate permissions.
- ua-timer.timer:
  + introduce a single systemd timer to handle ua recurring jobs
  + timer runs every 2 hours to support most frequent timer job
  + recurring job intervals are configurable in uaclient.conf
  + individual jobs are disabled if their interval is set to 0
  - status job:
+ update ua status every 12 hours
  - messaging job:
+ update APT/MOTD ESM messaging every 6 hours
  - metering job:
+ disabled until infrastructure is ready
+ for attached machines only, periodically update contract server with
  status information for proper contract metering
- ua-license-check.timer:
  + only runs on LTS GCP instances that are not attached
  + runs every 5 minutes to check if gcp instance has license required to
auto-attach
- logs:
  + fixes duplicate logging (GH: #553)
- tests and support:
  + remove groovy integration tests
  + various improvements to integration tests

 -- Grant Orndorff   Tue, 21 Sep 2021
09:02:06 -0400

** Changed in: ubuntu-advantage-tools (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  Ubuntu ESM not working in WSL

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


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

[Bug 1949845] Re: Toggle enable/disable dock autohide gives glitches

2021-11-04 Thread Daniel van Vugt
If the autohide setting is causing the gnome-control-center window to
move or resize (and then "glitch") then this could be bug 1947149.

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

Title:
  Toggle enable/disable dock autohide gives glitches

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


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

[Bug 1949909] Re: Bluetooth crashes on resume from suspend

2021-11-04 Thread Daniel van Vugt
Thank you for taking the time to report this bug and helping to make
Ubuntu better. It sounds like some part of the system has crashed. To
help us find the cause of the crash please follow these steps:

1. Look in /var/crash for crash files and if found run:
ubuntu-bug YOURFILE.crash
Then tell us the ID of the newly-created bug.

2. If step 1 failed then look at https://errors.ubuntu.com/user/ID where
ID is the content of file /var/lib/whoopsie/whoopsie-id on the machine.
Do you find any links to recent problems on that page? If so then please
send the links to us.

3. If step 2 also failed then apply the workaround from bug 994921,
reboot, reproduce the crash, and retry step 1.

Please take care to avoid attaching .crash files to bugs as we are
unable to process them as file attachments. It would also be a security
risk for yourself.


** Changed in: bluez (Ubuntu)
 Assignee: I-Cat (i-cat) => (unassigned)

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

Title:
  Bluetooth crashes on resume from suspend

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


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

[Bug 1949924] Re: yelp crashes in wayland session

2021-11-04 Thread Gunnar Hjalmarsson
Downgrading yelp and libyelp0 to the impish version does not help, so it
may well be a bug in some other package.

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

Title:
  yelp crashes in wayland session

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


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

[Bug 1945296] Re: To support goodix fp device [27C6:639C]

2021-11-04 Thread Andy Chi
Hi @sil2100,
For patch goodixmoc-Fix-template-struct-for-required-length-calcula.patch, it's 
a bug I found when I'm verifying libfprint. Upstream bug here: 
https://gitlab.freedesktop.org/libfprint/libfprint/-/issues/428. So we include 
this patch in order to fix some user name length which may too short. Indeed, 
I'll find more devices to verify this SRU and update the bug description.

** Bug watch added: gitlab.freedesktop.org/libfprint/libfprint/-/issues #428
   https://gitlab.freedesktop.org/libfprint/libfprint/-/issues/428

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

Title:
  To support goodix fp device [27C6:639C]

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


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

[Bug 1947149] Re: Dock auto-hide off but hidden on screen unlock

2021-11-04 Thread Daniel van Vugt
** Changed in: gnome-shell-extension-ubuntu-dock (Ubuntu)
   Status: In Progress => Fix Committed

** Also affects: gnome-shell-extension-dashtodock (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: gnome-shell-extension-dashtodock (Ubuntu)
 Assignee: (unassigned) => Daniel van Vugt (vanvugt)

** Changed in: gnome-shell-extension-dashtodock (Ubuntu)
   Importance: Undecided => Low

** Changed in: gnome-shell-extension-dashtodock (Ubuntu)
   Status: New => Fix Committed

** Tags added: fixed-in-72 fixed-upstream

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

Title:
  Dock auto-hide off but hidden on screen unlock

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


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

[Bug 1949497] Status changed to Confirmed

2021-11-04 Thread Ubuntu Kernel Bot
This change was made by a bot.

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

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

Title:
  [amdgpu] AMD R5 M430 dGPU freezes ([drm:amdgpu_job_timedout [amdgpu]]
  *ERROR* ring gfx timeout)

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


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

[Bug 1949497] Re: [amdgpu] AMD R5 M430 dGPU freezes ([drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring gfx timeout)

2021-11-04 Thread Daniel van Vugt
Thanks. It looks like several reports of amdgpu "ring gfx timeout"
issues have been reported upstream to the developers:

https://gitlab.freedesktop.org/drm/amd/-/issues?scope=all=opened=%22ring+gfx+timeout%22

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

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

Title:
  [amdgpu] AMD R5 M430 dGPU freezes ([drm:amdgpu_job_timedout [amdgpu]]
  *ERROR* ring gfx timeout)

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


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

[Bug 1949924] [NEW] yelp crashes in wayland session

2021-11-04 Thread Gunnar Hjalmarsson
Public bug reported:

$ yelp
yelp: ../src/wayland-thread.c:87: wlExternalApiLock: Assertion `!"failed to 
lock pthread mutex"' failed.
Aborted (core dumped)

This does not happen in Debian testing, and it also works as expected in
an Ubuntu on Xorg session.

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: yelp 41.1-1
ProcVersionSignature: Ubuntu 5.13.0-19.19-generic 5.13.14
Uname: Linux 5.13.0-19-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu70
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: ubuntu:GNOME
Date: Fri Nov  5 02:51:43 2021
InstallationDate: Installed on 2019-11-10 (725 days ago)
InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
SourcePackage: yelp
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: yelp (Ubuntu)
 Importance: High
 Status: New


** Tags: amd64 apport-bug jammy wayland-session

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

Title:
  yelp crashes in wayland session

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


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

[Bug 1934439] Re: Add Ubuntu Pro banner to Livepatch page

2021-11-04 Thread Robert Ancell
Tested software-properties-gtk 0.99.9.8 on focal. Confirmed banner shows
with correct link and can be dismissed.


** Tags removed: verification-needed verification-needed-focal
** Tags added: 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/1934439

Title:
  Add Ubuntu Pro banner to Livepatch page

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


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

[Bug 1871306] Re: [SRU] No sound from internal card chtmax98090 (missing UCM2 files in alsa-ucm-conf)

2021-11-04 Thread Dominic Pfromm
Now I changed with my main Setup to 21.10 and after setting 
snd_intel_dspcfg.dsp_driver=2 the Sound is Pitched down and too slow. When I 
try to install firmware-sof-signed dpkg terminates with the error saying that 
the sof files are already installed by linux-firmware, but the required file 
intel/sof-tplg/sof-byt-max98090.tplg is not included in linux-firmware, or 
firmware-sof-signed.
After Installing https://github.com/thesofproject/sof-bin/ directly from github 
sound works perfectly without snd_intel_dspcfg.dsp_driver=2. 
So in 22.04 this should be included by default in linux-firmware.

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

Title:
  [SRU] No sound from internal card chtmax98090 (missing UCM2 files in
  alsa-ucm-conf)

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


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

[Bug 1949104] Re: netplan try is broken

2021-11-04 Thread Ralf Heiringhoff
I can confirm that #4 works for me as a workaround

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

Title:
  netplan try is broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/1949104/+subscriptions


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

[Bug 1949104] Re: netplan try is broken

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

** Changed in: netplan.io (Ubuntu Impish)
   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/1949104

Title:
  netplan try is broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/1949104/+subscriptions


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

[Bug 1949104] Re: netplan try is broken

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

** Changed in: netplan.io (Ubuntu Focal)
   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/1949104

Title:
  netplan try is broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/1949104/+subscriptions


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

[Bug 1949104] Re: netplan try is broken

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

** Changed in: netplan.io (Ubuntu Hirsute)
   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/1949104

Title:
  netplan try is broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/1949104/+subscriptions


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

[Bug 1949909] Re: Bluetooth crashes on resume from suspend

2021-11-04 Thread I-Cat
sudo apt install bluz
snap install bluz

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

Title:
  Bluetooth crashes on resume from suspend

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


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

[Bug 1949909] Re: Bluetooth crashes on resume from suspend

2021-11-04 Thread I-Cat
uhh, wow The cpu info dont match and proc info let me look at the
package. This looks more like a driver issue. I Have seen this before.

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

Title:
  Bluetooth crashes on resume from suspend

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


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

[Bug 1949909] Re: Bluetooth crashes on resume from suspend

2021-11-04 Thread I-Cat
** Changed in: bluez (Ubuntu)
   Status: In Progress => Incomplete

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

Title:
  Bluetooth crashes on resume from suspend

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


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

[Bug 1949909] Re: bluetooth crashes on resume from suspend

2021-11-04 Thread I-Cat
** Tags added: bluz

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

** Changed in: bluez (Ubuntu)
 Assignee: (unassigned) => I-Cat (i-cat)

** Summary changed:

- bluetooth crashes on resume from suspend
+ Bluetooth crashes on resume from suspend

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

Title:
  Bluetooth crashes on resume from suspend

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


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

[Bug 1875025] Re: Cannot enter password to unlock session

2021-11-04 Thread Jarno Suni
Please ask in askubuntu.com.

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

Title:
  Cannot enter password to unlock session

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-screensaver/+bug/1875025/+subscriptions


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

[Bug 1934439] Re: Add Ubuntu Pro banner to Livepatch page

2021-11-04 Thread Robert Ancell
Tested software-properties-gtk 0.96.24.32.17 on bionic. Confirmed banner
shows with correct link and can be dismissed.

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

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

Title:
  Add Ubuntu Pro banner to Livepatch page

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


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

[Bug 1875025] Re: Cannot enter password to unlock session

2021-11-04 Thread joshyg6
Can one remove or disable xscreensaver, but leave xfce4-screensaver?
What are the consequences doing so? What are the steps to do so?

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

Title:
  Cannot enter password to unlock session

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-screensaver/+bug/1875025/+subscriptions


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

[Bug 1821415] Re: pkexec fails in a non-graphical environment

2021-11-04 Thread Thomas
I am still having this bug.

apport-cli --version
2.20.11

pkexec --version
pkexec version 0.105

user2@computer:~/cm$ pkexec bash
 AUTHENTICATING FOR org.freedesktop.policykit.exec ===
Authentication is needed to run `/usr/bin/bash' as the super user
Multiple identities can be used for authentication:
 1.  Administrator,,, (admin)
 2.  ,,, (user1)
 3.  ,,, (user2)
Choose identity to authenticate as (1-3): 3
Password: 
polkit-agent-helper-1: error response to PolicyKit daemon: 
GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: No session for cookie
 AUTHENTICATION FAILED ===
Error executing command as another user: Not authorized

This incident has been reported.
user2@computer:~/cm$

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

Title:
  pkexec fails in a non-graphical environment

To manage notifications about this bug go to:
https://bugs.launchpad.net/policykit-1/+bug/1821415/+subscriptions


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

[Bug 1949909] [NEW] bluetooth crashes on resume from suspend

2021-11-04 Thread Andrew Marshall
Public bug reported:

Crash on resume from suspend. The following messages appear and the
computer stops responding:

```
[   26.227264] Bluetooth: hci0: Reading supported features failed (-16)
[   26.228275] Bluetooth: hci0: Setting Intel telemetry ddc write event mask 
failed (-95)
```

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: bluez (not installed)
ProcVersionSignature: Ubuntu 5.11.0-38.42~20.04.1-generic 5.11.22
Uname: Linux 5.11.0-38-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu27.21
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Thu Nov  4 22:50:23 2021
InstallationDate: Installed on 2021-09-16 (49 days ago)
InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
SourcePackage: bluez
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug focal

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

Title:
  bluetooth crashes on resume from suspend

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


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

[Bug 1948361] Re: docker.io - error adding seccomp filter rule for syscall clone3

2021-11-04 Thread dann frazier
Marking Invalid again, as the fix is confirmed to be in nvidia-
container-runtime and is pending.

** Changed in: docker.io (Ubuntu)
   Status: Opinion => Invalid

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

Title:
  docker.io - error adding seccomp filter rule for syscall clone3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/docker.io/+bug/1948361/+subscriptions


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

[Bug 1921403] Re: makedumpfile does not create dmesg file in /var/crash on 5.10+ kernels

2021-11-04 Thread Launchpad Bug Tracker
This bug was fixed in the package makedumpfile - 1:1.6.7-1ubuntu2.3

---
makedumpfile (1:1.6.7-1ubuntu2.3) focal; urgency=medium

  * makedumpfile falls back to cp with the 5.11 kernel (LP: #1942784)
-d/p/0008-PATCH-Retrieve-MAX_PHYSMEM_BITS-from-vmcoreinfo.patch
  * makedumpfile doesn't create dmesg file on 5.10+ kernels (LP: #1921403)
-d/p/0009-PATCH-1-2-printk-add-support-for-lockless-ringbuffer.patch
-d/p/0010-PATCH-2-2-printk-use-committed-finalized-state-value.patch

 -- Ioanna Alifieraki   Mon, 18
Oct 2021 16:43:56 +

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

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

Title:
  makedumpfile does not create dmesg file in /var/crash on 5.10+ kernels

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


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

[Bug 1921403] Update Released

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

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

Title:
  makedumpfile does not create dmesg file in /var/crash on 5.10+ kernels

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


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

[Bug 1942784] Re: makedumpfile falls back to cp on focal with 5.11 kernel

2021-11-04 Thread Launchpad Bug Tracker
This bug was fixed in the package makedumpfile - 1:1.6.7-1ubuntu2.3

---
makedumpfile (1:1.6.7-1ubuntu2.3) focal; urgency=medium

  * makedumpfile falls back to cp with the 5.11 kernel (LP: #1942784)
-d/p/0008-PATCH-Retrieve-MAX_PHYSMEM_BITS-from-vmcoreinfo.patch
  * makedumpfile doesn't create dmesg file on 5.10+ kernels (LP: #1921403)
-d/p/0009-PATCH-1-2-printk-add-support-for-lockless-ringbuffer.patch
-d/p/0010-PATCH-2-2-printk-use-committed-finalized-state-value.patch

 -- Ioanna Alifieraki   Mon, 18
Oct 2021 16:43:56 +

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

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

Title:
  makedumpfile falls back to cp on focal with 5.11 kernel

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


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

[Bug 1942784] Update Released

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

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

Title:
  makedumpfile falls back to cp on focal with 5.11 kernel

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


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

[Bug 1948439] Update Released

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

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

Title:
  Not able to create image with cinder as storage backend

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


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

[Bug 1948439] Re: Not able to create image with cinder as storage backend

2021-11-04 Thread Launchpad Bug Tracker
This bug was fixed in the package python-glance-store - 2.0.0-0ubuntu3

---
python-glance-store (2.0.0-0ubuntu3) focal; urgency=medium

  * d/p/0001-Add-lock-per-share-for-cinder-nfs-mount-umount.patch: Cherry-picked
from upstream to fix image creation failure with cinder as storage backend
(LP: #1948439).

 -- Hemanth Nakkina   Fri, 22 Oct 2021
15:12:31 +0530

** Changed in: python-glance-store (Ubuntu Focal)
   Status: Fix Committed => Fix Released

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

Title:
  Not able to create image with cinder as storage backend

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


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

[Bug 1948904] Re: Installed systemd package post-installation script subprocess returned error exit status 127

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

** Changed in: systemd (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/1948904

Title:
  Installed systemd package post-installation script subprocess returned
  error exit status 127

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


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

[Bug 1946232] Re: Add build dependency to python3-uno

2021-11-04 Thread Launchpad Bug Tracker
This bug was fixed in the package unoconv - 0.7-2ubuntu1

---
unoconv (0.7-2ubuntu1) jammy; urgency=medium

  * d/control: Add build dependency to python3-uno to avoid building this
package on architectures that do not have libreoffice (eg.: riscv64).
(LP: #1946232)

 -- Alexandre Ghiti   Thu, 04 Nov 2021
15:28:38 +0100

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

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

Title:
  Add build dependency to python3-uno

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


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

[Bug 1946042] Re: Ubuntu Dock changes look/breaks in High Contrast

2021-11-04 Thread Treviño
** Changed in: gnome-shell-extension-ubuntu-dock (Ubuntu)
   Status: Incomplete => 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/1946042

Title:
  Ubuntu Dock changes look/breaks in High Contrast

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


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

[Bug 1949770] Re: Enable arm64 for Hyper-V guests

2021-11-04 Thread Marcelo Cerri
** Summary changed:

- linux-azure: Enable arm64 for Hyper-V guests
+ Enable arm64 for Hyper-V guests

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

Title:
  Enable arm64 for Hyper-V guests

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


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

[Bug 1949770] Re: linux-azure: Enable arm64

2021-11-04 Thread Marcelo Cerri
** Description changed:

  SRU Justification
  
  [Impact]
  
- Microsoft has asked to enable arm64 in Azure 5.11 and subsequent
- kernels.
+ Since linux-azure can also be used for local Hyper-V guests on Windows
+ 10 Pro running on arm64 platforms, enable arm64 build for this kernel as
+ well.
  
  [Test Case]
  
- Microsoft tested.
+ Boot an arm64 VM on a machine running Win10Pro with Hyper-V.
  
  [Where things could go wrong]
  
  Some of the patches touch common PCI code. Device detection could be
  impacted.
- 
- [Other Info]
- 
- SF: #00310705

** Summary changed:

- linux-azure: Enable arm64
+ linux-azure: Enable arm64 for Hyper-V guests

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

Title:
  linux-azure: Enable arm64 for Hyper-V guests

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


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

[Bug 1947445] Re: Click actions "previews" and "minimize-or-previews" are broken

2021-11-04 Thread Treviño
Sorry Pepijn, the code of the dock is managed via github at
https://github.com/micheleg/dash-to-dock/tree/ubuntu-dock

Should do a PR there, but I will handle it in next upload.

Thanks!

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

Title:
  Click actions "previews" and "minimize-or-previews" are broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/dash-to-dock/+bug/1947445/+subscriptions


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

[Bug 1887235] Re: System hangs, syslog filled with: Object St.BoxLayout (...), has been already deallocated - impossible to access it. Called from ubuntu-d...@ubuntu.com/docking.js:184 from tweener.js

2021-11-04 Thread Wafaa Mohammed
vanvugt:fix-lp1947149

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

Title:
  System hangs, syslog filled with: Object St.BoxLayout (...), has been
  already deallocated - impossible to access it. Called from ubuntu-
  d...@ubuntu.com/docking.js:184 from tweener.js:322

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


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

[Bug 195216]

2021-11-04 Thread Nate-b
*** Bug 196042 has been marked as a duplicate of this bug. ***

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

Title:
  Permission troubles copying files to NTFS

To manage notifications about this bug go to:
https://bugs.launchpad.net/kde-baseapps/+bug/195216/+subscriptions


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

[Bug 195216]

2021-11-04 Thread David Faure
Yes, regression during recent refactoring.
https://phabricator.kde.org/D10358 is about to fix it.

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

Title:
  Permission troubles copying files to NTFS

To manage notifications about this bug go to:
https://bugs.launchpad.net/kde-baseapps/+bug/195216/+subscriptions


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

[Bug 195216]

2021-11-04 Thread GOo
The same problem still persits also when copying files to a remote SFTP
folder with Plasma 5.9 / Dolphin 17.03.70.

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

Title:
  Permission troubles copying files to NTFS

To manage notifications about this bug go to:
https://bugs.launchpad.net/kde-baseapps/+bug/195216/+subscriptions


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

[Bug 195216]

2021-11-04 Thread Daniel Mensinger
This issue still exists on Plasma 5.11.5 / KIO 5.42.0 (Arch Linux) when
copying files from my local btrfs partition to my CIFS mounted FritzBox
NAS storage (using krusader).

This bug only occurs with this specific CIFS mount. I could not
reproduce it with other SAMBA servers.

https://imgur.com/a/aCJYH

The relevant fstab line:
//192.168.1.1/# /mnt/fritzbox cifs 
nofail,users,username=###,password=###,vers=1.0,x-systemd.automount 0 0

Please reopen this bug.

Is this warning even necessary/useful?

It is very probable that the user is spammed with this message for every
single file that he copies. I cannot think of a scenario where a
directory is copied and chmod/chown fails (and there is a legitimate
issue) only for a select few files.

In the current state, it is easier to open a terminal and kill the file
manager than to click through the thousands of warnings until you can
reach the close button of the file manager.

A much better solution would be to show all errors once in a dialog when
all files have been copied, or to open a dialog for the first error and
then append all other errors to it.

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

Title:
  Permission troubles copying files to NTFS

To manage notifications about this bug go to:
https://bugs.launchpad.net/kde-baseapps/+bug/195216/+subscriptions


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

[Bug 1947417] Re: Touchpad not recognized after BIOS update

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

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

Title:
  Touchpad not recognized after BIOS update

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


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

[Bug 1947417] Re: Touchpad not recognized after BIOS update

2021-11-04 Thread Fabian Bißmann
I am the creator of the mentioned post at archlinux bbs. Apparently I
needed to stop troubleshooting this issue (no time). I was at the stage
of tracing functions in the newest kernel, but I failed. I wrote to the
linux-i2c mailing list and Dmitry gave me a few hints before that.

He suspects that the BIOS update made changes to the ACPI description
that Linux didn't expect.

I solved this issue for me with downgrading to the earlier BIOS version:
- Install Windows on an usb stick
- F2 at boot > Configuration > Enable Boot downgrade (or similiar)
- Boot into Windows (set it up etc.)
- Download earlier BIOS: 
https://download.lenovo.com/consumer/mobiles/FPCN21WW.exe
- Execute & let it Flash (TMP is reset; a warning is shown; I just ack'd it)

To help in some way, I can post my current bag of information:
https://op.xn--bimann-cta.de/bug/2021-10-15_dmesg.txt
https://op.xn--bimann-cta.de/bug/2021-10-16_trace.txt
https://op.xn--bimann-cta.de/bug/2021-10-17_dmesg.txt
https://op.xn--bimann-cta.de/bug/2021-10-17_trace.txt
https://op.xn--bimann-cta.de/bug/acpidump.lenovo-Ideapad-Flex-3-11ADA05.txt
https://op.xn--bimann-cta.de/bug/hwinfo.txt
https://op.xn--bimann-cta.de/bug/running_config.txt

Working:
https://op.xn--bimann-cta.de/bug/working_acpidump.lenovo-Ideapad-Flex-3-11ADA05.txt
https://op.xn--bimann-cta.de/bug/working_dmesg.txt
https://op.xn--bimann-cta.de/bug/working_hwinfo.txt

Also see my mailing list entry: 
https://lore.kernel.org/linux-input/20211015144714.lvp7vz7lmeku2jpj@kallisto.localdomain/
If I can be of any further assistance, feel free to ask.

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

Title:
  Touchpad not recognized after BIOS update

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


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

[Bug 1949631] Re: [needs-packaging] maliit-keyboard

2021-11-04 Thread sacharja
*** This bug is a duplicate of bug 1946538 ***
https://bugs.launchpad.net/bugs/1946538

** This bug has been marked a duplicate of bug 1946538
   Update to Maliit 2.x

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

Title:
  [needs-packaging] maliit-keyboard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maliit-framework/+bug/1949631/+subscriptions


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

[Bug 1505670] Re: python exceptions bleeding into stdout

2021-11-04 Thread Launchpad Bug Tracker
This bug was fixed in the package squid-deb-proxy -
0.8.14ubuntu0.18.04.1

---
squid-deb-proxy (0.8.14ubuntu0.18.04.1) bionic; urgency=medium

  * apt-avahi-discover: write errors to stderr instead
of stdout so that stdout can be captured correctly.
Thanks to . Note that this is
being fixed differently (stderr and not syslog)
in the stable releases. LP: #1505670.

 -- Miriam España Acebal   Thu, 14 Oct 2021
16:48:09 +0200

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

Title:
  python exceptions bleeding into stdout

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid-deb-proxy/+bug/1505670/+subscriptions


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

[Bug 1505670] Re: python exceptions bleeding into stdout

2021-11-04 Thread Launchpad Bug Tracker
This bug was fixed in the package squid-deb-proxy -
0.8.15ubuntu0.20.04.1

---
squid-deb-proxy (0.8.15ubuntu0.20.04.1) focal; urgency=medium

  * apt-avahi-discover: write errors to stderr instead
of stdout so that stdout can be captured correctly.
Thanks to . Note that this is
being fixed differently (stderr and not syslog)
in the stable releases. LP: #1505670.

 -- Miriam España Acebal   Thu, 14 Oct 2021
13:41:22 +0200

** Changed in: squid-deb-proxy (Ubuntu Focal)
   Status: Fix Committed => Fix Released

** Changed in: squid-deb-proxy (Ubuntu Bionic)
   Status: Fix Committed => Fix Released

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

Title:
  python exceptions bleeding into stdout

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid-deb-proxy/+bug/1505670/+subscriptions


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

[Bug 1948480] Re: [SRU] firejail missing the setuid bit

2021-11-04 Thread Launchpad Bug Tracker
This bug was fixed in the package firejail - 0.9.64.4-2ubuntu20.10.1

---
firejail (0.9.64.4-2ubuntu20.10.1) impish; urgency=medium

  * Rebuild so that firejail gains again it's setuid.  LP: #1948480

 -- Mattia Rizzolo   Sat, 23 Oct 2021 15:52:55 +0200

** Changed in: firejail (Ubuntu Impish)
   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/1948480

Title:
  [SRU] firejail missing the setuid bit

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


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

[Bug 1949897] Re: Adding a web based online account (e.g. Google or Microsoft) shows a corrupted login page

2021-11-04 Thread jpo
** Changed in: linux-raspi (Ubuntu)
   Status: New => Invalid

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

Title:
  Adding a web based online account (e.g. Google or Microsoft) shows a
  corrupted login page

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


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

[Bug 1948480] Update Released

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

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

Title:
  [SRU] firejail missing the setuid bit

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


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

[Bug 1505670] Update Released

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

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

Title:
  python exceptions bleeding into stdout

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid-deb-proxy/+bug/1505670/+subscriptions


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

[Bug 1505670] Re: python exceptions bleeding into stdout

2021-11-04 Thread Launchpad Bug Tracker
This bug was fixed in the package squid-deb-proxy -
0.8.15ubuntu0.21.04.1

---
squid-deb-proxy (0.8.15ubuntu0.21.04.1) hirsute; urgency=medium

  * apt-avahi-discover: write errors to stderr instead
of stdout so that stdout can be captured correctly.
Thanks to . Note that this is
being fixed differently (stderr and not syslog)
in the stable releases. LP: #1505670.

 -- Miriam España Acebal   Tue, 05 Oct 2021
13:23:08 +0200

** Changed in: squid-deb-proxy (Ubuntu Hirsute)
   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/1505670

Title:
  python exceptions bleeding into stdout

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid-deb-proxy/+bug/1505670/+subscriptions


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

[Bug 1949897] Re: Adding a web based online account (e.g. Google or Microsoft) shows a corrupted login page

2021-11-04 Thread jpo
** Attachment added: "the Microsoft login page"
   
https://bugs.launchpad.net/ubuntu/+source/linux-raspi/+bug/1949897/+attachment/5538306/+files/Screenshot%20from%202021-11-04%2020-36-03.png

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

Title:
  Adding a web based online account (e.g. Google or Microsoft) shows a
  corrupted login page

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


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

[Bug 1949897] Re: Adding a web based online account (e.g. Google or Microsoft) shows a corrupted login page

2021-11-04 Thread jpo
** Attachment added: "the Google login page"
   
https://bugs.launchpad.net/ubuntu/+source/linux-raspi/+bug/1949897/+attachment/5538305/+files/Screenshot%20from%202021-11-04%2020-24-40.png

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

Title:
  Adding a web based online account (e.g. Google or Microsoft) shows a
  corrupted login page

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


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

[Bug 1949897] [NEW] Adding a web based online account (e.g. Google or Microsoft) shows a corrupted login page

2021-11-04 Thread jpo
Public bug reported:

When using "Settings / Online Accounts / Add an account / Google" the
login page is garbled and unusable.

** Affects: linux-raspi (Ubuntu)
 Importance: Undecided
 Status: Invalid

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

Title:
  Adding a web based online account (e.g. Google or Microsoft) shows a
  corrupted login page

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


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

[Bug 1914806] Re: (EE) client bug: timer event3 debounce short: scheduled expiry is in the past (-28ms), your system is too slow

2021-11-04 Thread bruno
*** This bug is a duplicate of bug 1870597 ***
https://bugs.launchpad.net/bugs/1870597

I'm use KDE and obtain the bug.

"[635.832] (EE) client bug: timer event17 debounce: scheduled expiry is in the 
past (-8ms), your system is too slow
 [823.399] (EE) client bug: timer event17 debounce short: scheduled expiry is 
in the past (-16ms), your system is too slow"

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

Title:
  (EE) client bug: timer event3 debounce short: scheduled expiry is in
  the past (-28ms), your system is too slow

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


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

[Bug 1767971] Re: No such man page: kernel_lockdown.7

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

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

Title:
  No such man page: kernel_lockdown.7

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


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

[Bug 1949778] Re: unittest2 doesn't work on python3.10

2021-11-04 Thread Bug Watch Updater
** Changed in: unittest2 (Debian)
   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/1949778

Title:
  unittest2 doesn't work on python3.10

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


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

[Bug 1574341] Re: [Asus T300 CHI] Synaptics Touch Digitizer V04 - no multitouch

2021-11-04 Thread TJ
** Attachment added: "Xorg.0.log"
   
https://bugs.launchpad.net/ubuntu/+source/xinput/+bug/1574341/+attachment/5538304/+files/Xorg.0.log

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

Title:
  [Asus T300 CHI] Synaptics Touch Digitizer V04 - no multitouch

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


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

[Bug 1947311] Re: Unexpected partition growth on first boot on impish for raspberry pi

2021-11-04 Thread James Falcon
** Changed in: cloud-init (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/1947311

Title:
  Unexpected partition growth on first boot on impish for raspberry pi

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1947311/+subscriptions


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

[Bug 1574341] Re: [Asus T300 CHI] Synaptics Touch Digitizer V04 - no multitouch

2021-11-04 Thread TJ
Although most other issues are solved there is still no multitouch for
this device with kernel v5.15 and xserver-xorg 1.20.13-1ubuntu1 using
Kubuntu 21.10.

# xinput
⎡ Virtual core pointer  id=2[master pointer  (3)]
⎜   ↳ Virtual core XTEST pointerid=4[slave  pointer  (2)]
⎜   ↳ Asus TouchPad id=10   [slave  pointer  (2)]
⎜   ↳ SYNAPTICS Synaptics Touch Digitizer V04 Mouse id=15   [slave  pointer 
 (2)]
⎜   ↳ SYNAPTICS Synaptics Touch Digitizer V04   id=16   [slave  pointer  (2)]
⎜   ↳ BT5.0 Mouse   id=20   [slave  pointer  (2)]
⎣ Virtual core keyboard id=3[master keyboard (2)]
↳ Virtual core XTEST keyboard   id=5[slave  keyboard (3)]
↳ Power Button  id=6[slave  keyboard (3)]
↳ Asus Wireless Radio Control   id=7[slave  keyboard (3)]
↳ Video Bus id=8[slave  keyboard (3)]
↳ Sleep Button  id=9[slave  keyboard (3)]
↳ ASUS T300CHI DOCKING  id=11   [slave  keyboard (3)]
↳ ASUS T300CHI DOCKING  id=12   [slave  keyboard (3)]
↳ ASUS T300CHI DOCKING  id=13   [slave  keyboard (3)]
↳ USB2.0 HD UVC WebCam: USB2.0 HD   id=14   [slave  keyboard (3)]
↳ SYNAPTICS Synaptics Touch Digitizer V04 Stylusid=17   [slave  
keyboard (3)]
↳ Asus WMI hotkeys  id=18   [slave  keyboard (3)]
↳ AT Translated Set 2 keyboard  id=19   [slave  keyboard (3)]

# for id in {15..17}; do xinput --list $id; done
SYNAPTICS Synaptics Touch Digitizer V04 Mouse   id=15   [slave  pointer  (2)]
Reporting 7 classes:
Class originated from: 15. Type: XIButtonClass
Buttons supported: 7
Button labels: "Button Left" "Button Middle" "Button Right" 
"Button Wheel Up" "Button Wheel Down" "Button Horiz Wheel Left" "Button Horiz 
Wheel Right"
Button state:
Class originated from: 15. Type: XIValuatorClass
Detail for Valuator 0:
  Label: Rel X
  Range: -1.00 - -1.00
  Resolution: 0 units/m
  Mode: relative
Class originated from: 15. Type: XIValuatorClass
Detail for Valuator 1:
  Label: Rel Y
  Range: -1.00 - -1.00
  Resolution: 0 units/m
  Mode: relative
Class originated from: 15. Type: XIValuatorClass
Detail for Valuator 2:
  Label: Rel Horiz Scroll
  Range: -1.00 - -1.00
  Resolution: 0 units/m
  Mode: relative
Class originated from: 15. Type: XIValuatorClass
Detail for Valuator 3:
  Label: Rel Vert Scroll
  Range: -1.00 - -1.00
  Resolution: 0 units/m
  Mode: relative
Class originated from: 15. Type: XIScrollClass
Scroll info for Valuator 2
  type: 2 (horizontal)
  increment: 15.00
  flags: 0x0
Class originated from: 15. Type: XIScrollClass
Scroll info for Valuator 3
  type: 1 (vertical)
  increment: 15.00
  flags: 0x0

SYNAPTICS Synaptics Touch Digitizer V04 id=16   [slave  pointer  (2)]
Reporting 6 classes:
Class originated from: 16. Type: XIButtonClass
Buttons supported: 7
Button labels: "Button Left" "Button Middle" "Button Right" 
"Button Wheel Up" "Button Wheel Down" "Button Horiz Wheel Left" "Button Horiz 
Wheel Right"
Button state:
Class originated from: 16. Type: XIValuatorClass
Detail for Valuator 0:
  Label: Abs MT Position X
  Range: 0.00 - 65535.00
  Resolution: 0 units/m
  Mode: absolute
  Current value: 44291.812165
Class originated from: 16. Type: XIValuatorClass
Detail for Valuator 1:
  Label: Abs MT Position Y
  Range: 0.00 - 65535.00
  Resolution: 0 units/m
  Mode: absolute
  Current value: 39378.849306
Class originated from: 16. Type: XIValuatorClass
Detail for Valuator 2:
  Label: Rel Horiz Scroll
  Range: -1.00 - -1.00
  Resolution: 0 units/m
  Mode: relative
Class originated from: 16. Type: XIValuatorClass
Detail for Valuator 3:
 

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

2021-11-04 Thread Leonidas S. Barbosa
** Information type changed from Private Security to Public

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

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

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


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

[Bug 988530] Re: help doesn't show event "MOVE_SELF"

2021-11-04 Thread Launchpad Bug Tracker
This bug was fixed in the package inotify-tools - 3.21.9.6-1

---
inotify-tools (3.21.9.6-1) unstable; urgency=medium

  * New upstream version 3.21.9.6.
  * Upload to unstable.
  * debian/patches/010_fix-spelling-manpages.patch: removed. The upstream
fixed the source code. Thanks!

 -- Joao Eriberto Mota Filho   Tue, 28 Sep 2021
07:30:47 -0300

** Changed in: inotify-tools (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/988530

Title:
  help doesn't show event "MOVE_SELF"

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


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

[Bug 1949574] Re: package ubuntu-advantage-tools 27.3~16.04.1 failed to install/upgrade: podproces instalovaný post-installation skript vrátil chybový status 1

2021-11-04 Thread Chad Smith
*** This bug is a duplicate of bug 1930121 ***
https://bugs.launchpad.net/bugs/1930121

** This bug has been marked a duplicate of bug 1930121
   package ubuntu-advantage-tools 27.0.2~18.04.1 - ModuleNotFoundError: No 
module named 'uaclient'

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

Title:
  package ubuntu-advantage-tools 27.3~16.04.1 failed to install/upgrade:
  podproces instalovaný post-installation skript vrátil chybový status 1

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


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

[Bug 1949585] Re: package ubuntu-advantage-tools 27.2.2~16.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2021-11-04 Thread Chad Smith
*** This bug is a duplicate of bug 1930121 ***
https://bugs.launchpad.net/bugs/1930121

Closing this bug as it appears a duplicate of LP:# 1930121. Please
reopen if this is an error.

** This bug has been marked a duplicate of bug 1930121
   package ubuntu-advantage-tools 27.0.2~18.04.1 - ModuleNotFoundError: No 
module named 'uaclient'

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

Title:
  package ubuntu-advantage-tools 27.2.2~16.04.1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

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


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

[Bug 1748103] Re: apic test in kvm-unit-test failed with timeout

2021-11-04 Thread Thadeu Lima de Souza Cascardo
I see a very similar issue from comment #36 on 3.13.0-187 and
3.13.0-188.

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

Title:
  apic test in kvm-unit-test failed with timeout

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


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

[Bug 1942616] Re: Settings Power says high hardware temperature

2021-11-04 Thread Paul Bollerman
I've reported the issue to power-profiles-daemon here:
https://gitlab.freedesktop.org/hadess/power-profiles-daemon/-/issues/59

** Bug watch added: 
gitlab.freedesktop.org/hadess/power-profiles-daemon/-/issues #59
   https://gitlab.freedesktop.org/hadess/power-profiles-daemon/-/issues/59

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

Title:
  Settings Power says high hardware temperature

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/power-profiles-daemon/+bug/1942616/+subscriptions


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

[Bug 1824289] Re: ioapic in ubuntu_kvm_unit_tests failed on Trusty

2021-11-04 Thread Thadeu Lima de Souza Cascardo
Also fails on 3.13.0-187 and 3.13.0-188.

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

Title:
  ioapic in ubuntu_kvm_unit_tests failed on Trusty

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


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

[Bug 1821906] Re: debug in ubuntu_kvm_unit_test failed on 3.13 / 4.4 (FAIL: single step emulated instructions)

2021-11-04 Thread Thadeu Lima de Souza Cascardo
Fails on 3.13.0-187 and 3.13.0-188.

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

Title:
  debug in ubuntu_kvm_unit_test failed on 3.13 / 4.4 (FAIL: single step
  emulated instructions)

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


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

[Bug 1932966] Re: kvm_unit_tests: emulator test fails on 4.4 / 4.15 kernel, timeout

2021-11-04 Thread Thadeu Lima de Souza Cascardo
I found this failing on 3.13.0-187 and 3.13.0-188 as well, though after
doing movdqu (write).

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

Title:
  kvm_unit_tests: emulator test fails on 4.4 / 4.15 kernel, timeout

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


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

[Bug 1916068] Re: Please backport anbox 0.0~git20210106-1 (multiverse) and sdbus-cpp 0.8.3-3 (universe) from hirsute

2021-11-04 Thread Luca Boccassi
** No longer affects: anbox (Ubuntu)

** Summary changed:

- Please backport anbox 0.0~git20210106-1 (multiverse) and sdbus-cpp 0.8.3-3 
(universe) from hirsute
+ Please backport sdbus-cpp 0.8.3-3 (universe) from hirsute

** Description changed:

- Please backport anbox 0.0~git20210106-1 (multiverse) from hirsute to
- focal.
- 
- Reason for the backport:
- 
- Doing development and testing for modern Android requires newer versions of 
anbox. The upstream maintainer of anbox confirmed it would be a good idea to 
make a newer version available via focal-backports, so that developers like us 
can make use of it.
- 
- Testing:
- 
- The only source change needed to get a working build is to downgrade 
debhelper-compat from 13 to 12 in debian/control.
- A newer version of src:sdbus-cpp and src:cpu-features are required too.
- 
- * focal:
- [ ] Package builds without modification
- [x] anbox installs cleanly and runs
- 
- No reverse dependencies
- 
- 
- -
- 
- 
  Please backport sdbus-cpp 0.8.3-3 (universe) from hirsute to focal.
  
  Reason for the backport:
  
  There is an upcoming Azure-related project that would like to support Ubuntu
  20.04 LTS out of the box, and one of the requirements is the sdbus-cpp 
library.
  The library is available in hirsute and bullseye, but not in focal.
  It would be great if it could be uploaded to focal-backports, so that it can
  be used out of the box. The alternative for the project team would be to
  vendor the dependency, but this would also apply to newer releases where the
  library is available, which means the security and maintainability would take
  a hit.
  
  Testing:
  
  The only change needed to get a working build is to downgrade 
debhelper-compat from 13 to 12 in debian/control.
  
  PPA build:
  
  https://launchpad.net/~bluca/+archive/ubuntu/sdbus-cpp/+packages
  
  * focal:
  [ ] Package builds without modification
  [x] libsdbus-c++0 installs cleanly and runs
  [x] libsdbus-c++-dev installs cleanly and runs
  [x] libsdbus-c++-doc installs cleanly and runs
  [x] libsdbus-c++-bin installs cleanly and runs
  [x] libsdbus-c++0-dbgsym installs cleanly and runs
  [x] libsdbus-c++-bin-dbgsym installs cleanly and runs

** No longer affects: groovy-backports

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

Title:
  Please backport sdbus-cpp 0.8.3-3 (universe) from hirsute

To manage notifications about this bug go to:
https://bugs.launchpad.net/focal-backports/+bug/1916068/+subscriptions


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

[Bug 1821905] Re: umip in ubuntu_kvm_unit_test failed on T-3.13 / T-4.4

2021-11-04 Thread Thadeu Lima de Souza Cascardo
Found on trusty/linux 3.13.0-187 and 3.13.0-188.

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

Title:
  umip in ubuntu_kvm_unit_test failed on T-3.13 / T-4.4

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


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

[Bug 1949286] Re: [MIR]: Include dwarves-dfsg-hwe package into Bionic and Focal

2021-11-04 Thread Rafael David Tinoco
We don't, like we've spoken on IRC. Thanks a lot for the information. I
missed the SRUs and I'm very glad they were done.

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

Title:
  [MIR]: Include dwarves-dfsg-hwe package into Bionic and Focal

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


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

[Bug 1915146] Re: Backport commits required for confidential VMs

2021-11-04 Thread Marcelo Cerri
** Tags removed: verification-needed-focal
** Tags added: 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/1915146

Title:
  Backport commits required for confidential VMs

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


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

[Bug 1943464] Re: Reassign I/O Path of ConnectX-5 Port 1 before Port 2 causes NULL dereference

2021-11-04 Thread Frank Heimes
** Changed in: ubuntu-z-systems
   Status: In Progress => Fix Committed

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

Title:
  Reassign I/O Path of ConnectX-5 Port 1 before Port 2 causes NULL
  dereference

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


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

[Bug 1945989] Re: Check for changes relevant for security certifications

2021-11-04 Thread Marcelo Cerri
Verified while preparing the derivatives kernels.

** Tags removed: verification-needed-focal verification-needed-impish
** Tags added: 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/1945989

Title:
  Check for changes relevant for security certifications

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


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

[Bug 1948057] Re: linux-azure-cvm: Create a 5.4 based kernel

2021-11-04 Thread Marcelo Cerri
** Tags removed: verification-needed-focal
** Tags added: 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/1948057

Title:
  linux-azure-cvm: Create a 5.4 based kernel

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


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

[Bug 1948933] Re: [SRU] libreoffice 7.1.7 for hirsute

2021-11-04 Thread Łukasz Zemczak
Hello Rico, or anyone else affected,

Accepted libreoffice into hirsute-proposed. The package will build now
and be available at
https://launchpad.net/ubuntu/+source/libreoffice/1:7.1.7-0ubuntu0.21.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-
hirsute to verification-done-hirsute. If it does not fix the bug for
you, please add a comment stating that, and change the tag to
verification-failed-hirsute. 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: libreoffice (Ubuntu Hirsute)
   Status: In Progress => Fix Committed

** Tags added: verification-needed verification-needed-hirsute

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

Title:
   [SRU] libreoffice 7.1.7 for hirsute

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


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

  1   2   3   >