[Bug 1951470] Re: webkit javascript segmentation fault

2021-11-21 Thread bugproxy
--- Comment From andreas.kreb...@de.ibm.com 2021-11-22 02:30 EDT---
(In reply to comment #10)
> This does not look like an Ubuntu system. Linux kernel has wrong version:
> "Linux 193438490afd 5.8.15-301.fc33.s390x". Are you sure you are testing it
> on Ubuntu image?

I just mechanically copied the uname -a output there forgetting that I
was working in a container. Hence the output is bogus, please ignore.
But as mentioned already the issue is not kernel related anyway.

--- Comment From andreas.kreb...@de.ibm.com 2021-11-22 02:37 EDT---
(In reply to comment #13)
...
> @Andreas Is your proposed fix known to be save for other platform (LE), too?

Yes, the fix should be safe for LE platforms as well. Before that change
it just accidentally worked on LE. But this would need to be tested of
course.

> And can you point me to the upstream issue where this got fixed?

It looks like it got fixed as part of a commit which fixes numerous
other CLoop issues:

commit 3fdde71c7d95d758a61fcbc4c58168616794c102
Author: Mark Lam 
Date:   Mon Jan 14 21:34:47 2019 +

Fix all CLoop JSC test failures (including some LLInt bugs due to recent 
bytecode format change).
https://bugs.webkit.org/show_bug.cgi?id=193402

Reviewed by Keith Miller.

There you can find a similar change as in my proposed patch. However, it
is based on a commit which changed how these data are stored. So it
might not be obvious to backport it. On the other hand it looks like it
contains more fixes which we might want to have as well.

llintOpWithMetadata(op_get_from_scope, OpGetFromScope, macro (size, get, 
dispatch, metadata, return)
macro getProperty()
-loadis OpGetFromScope::Metadata::operand[t5], t3
+loadp OpGetFromScope::Metadata::operand[t5], t3
loadPropertyAtVariableOffset(t3, t0, t1, t2)
valueProfile(OpGetFromScope, t5, t1, t2)
return(t1, t2)

** Bug watch added: bugs.webkit.org/ #193402
   https://bugs.webkit.org/show_bug.cgi?id=193402

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

Title:
  webkit javascript segmentation fault

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


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

[Bug 1951784] Re: Can't read/write SD card after running CPU offline test in 5.11.0 and 5.13.0

2021-11-21 Thread Kevin Yeh
** Summary changed:

- Can't read/write SD card after running CPU offline test in 5.11.0-41.45
+ Can't read/write SD card after running CPU offline test in 5.11.0 and 5.13.0

** Changed in: linux-signed-hwe-5.11 (Ubuntu)
   Importance: High => Medium

** Changed in: linux-signed-hwe-5.13 (Ubuntu)
   Importance: High => Medium

** Description changed:

  [Summary]
  I'm reviewing SRU testing on Dell XPS 13 7390(201906-27131) and mediacard 
test always fails.
  I found that after CPU offline test, I can't read/write SD card.
  After checking dmesg, I got those error msgs.
  [  232.577510] __common_interrupt: 7.34 No irq handler for vector
  [  234.354327] mmc0: error -110 doing runtime resume
  
- Also I found the same issue on Dell Precision 3551(202002-27718) in
- 5.13.0-21(both Focal/Impish), but this system don't have issue in
- 5.11.0-41.
+ I found the same issue on Dell Precision 3551(202002-27718) and Dell
+ Precision 5530(201807-26342) in 5.13.0-21 and 5.11.0-36
+ 
+ Before I didn't think it's a bug since I re-run mediacard test then it's
+ pass. But this cycle there are more systems failed to the test, I just
+ started digging into that.
  
  [Step to reproduce]
- 1. install ubuntu-20.04.2
+ 1. install ubuntu-20.04.2/ubuntu-21.10/ubuntu-21.04
  2. sudo apt update; sudo apt dist-upgrade -y
  3. run cpu offline test via checkbox-cli or execute following command
-for ((i=1;i<=$(nproc --all) -1;i++));do sudo chcpu -d $i;sudo chcpu -e $i; 
done; 
-cd $mount_point_of_sd_card
-sudo dd if=/dev/urandom of=test bs=1M count=10
- 
+    for ((i=1;i<=$(nproc --all) -1;i++));do sudo chcpu -d $i;sudo chcpu -e $i; 
done;
+    cd $mount_point_of_sd_card
+    sudo dd if=/dev/urandom of=test bs=1M count=10
  
  [Expected result]
  Can read/write SD card.
  
  [Actual result]
  Can't read/write SD card.
  
  [Failure rate]
  5/5
  
  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.11.0-41-generic 5.11.0-41.45~20.04.1
  ProcVersionSignature: Ubuntu 5.11.0-41.45~20.04.1-generic 5.11.22
  Uname: Linux 5.11.0-41-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  CasperMD5CheckResult: skip
  Date: Mon Nov 22 01:28:59 2021
  InstallationDate: Installed on 2020-08-03 (475 days ago)
  InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
  ProcEnviron:
-  TERM=xterm-256color
-  PATH=(custom, no user)
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  SourcePackage: linux-signed-hwe-5.11
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  Can't read/write SD card after running CPU offline test in 5.11.0 and
  5.13.0

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


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

[Bug 1951786] Re: Object .GUnionVolumeMonitor (0x5572c2e0f8a0), has been already deallocated

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

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

** Changed in: gnome-shell-extension-ubuntu-dock (Ubuntu)
   Status: Fix Committed => Triaged

** Changed in: gnome-shell-extension-ubuntu-dock (Ubuntu)
   Importance: Undecided => Medium

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

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

** 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/1951786

Title:
  Object .GUnionVolumeMonitor (0x5572c2e0f8a0), has been already
  deallocated

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


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

[Bug 1951786] Re: Object .GUnionVolumeMonitor (0x5572c2e0f8a0), has been already deallocated

2021-11-21 Thread Daniel van Vugt
To test that theory, try running without Ubuntu Dock enabled.

** Tags added: impish

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

** Package changed: gnome-shell (Ubuntu) => gnome-shell-extension-
ubuntu-dock (Ubuntu)

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

Title:
  Object .GUnionVolumeMonitor (0x5572c2e0f8a0), has been already
  deallocated

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


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

[Bug 1951786] Re: Object .GUnionVolumeMonitor (0x5572c2e0f8a0), has been already deallocated

2021-11-21 Thread Daniel van Vugt
Thanks for the bug report. This sounds like:

  https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2020

which was fixed in https://github.com/micheleg/dash-to-
dock/commit/d8dbbd8f776ec64d65f9938c2b597104c09ca86f

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

Title:
  Object .GUnionVolumeMonitor (0x5572c2e0f8a0), has been already
  deallocated

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


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

[Bug 1951599] Re: gnome-shell logs errors when ejecting SD card

2021-11-21 Thread Daniel van Vugt
In case it's related to https://gitlab.gnome.org/GNOME/gnome-
shell/-/merge_requests/2020, please try unloading Ubuntu Dock. If that
works then the fix may be https://github.com/micheleg/dash-to-
dock/commit/d8dbbd8f776ec64d65f9938c2b597104c09ca86f

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

Title:
  gnome-shell logs errors when ejecting SD card

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


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

[Bug 1652270] Re: Could not boot into RPi3 with kernel 4.4.0-1038-raspi2

2021-11-21 Thread Juerg Haefliger
** Changed in: linux-raspi2 (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  Could not boot into RPi3 with kernel 4.4.0-1038-raspi2

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


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

[Bug 1951787] [NEW] vc4 gamma fixes (GH: raspberrypi/linux/4682)

2021-11-21 Thread Juerg Haefliger
Public bug reported:

[From]
https://github.com/raspberrypi/linux/pull/4682

[Description]
I need to check that Pi3 is happy. Pi4 seems to be.

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

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

Title:
  vc4 gamma fixes (GH: raspberrypi/linux/4682)

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


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

[Bug 177929] Re: Should autodetect filename character encoding in zip files

2021-11-21 Thread funicorn
*** This bug is a duplicate of bug 580961 ***
https://bugs.launchpad.net/bugs/580961

This is what we call Distributed Bureaucracy out of Centralized Anarchy!

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

Title:
  Should autodetect filename character encoding in zip files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/177929/+subscriptions


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

[Bug 1946870] Re: Merge libvirt-dbus from Debian unstable for 22.04

2021-11-21 Thread Christian Ehrhardt 
MP was merged, a few more things getting sorted out atm but an upload
should soon happen.

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

Title:
  Merge libvirt-dbus from Debian unstable for 22.04

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


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

[Bug 1951786] [NEW] Object .GUnionVolumeMonitor (0x5572c2e0f8a0), has been already deallocated

2021-11-21 Thread Angel D. Segarra
Public bug reported:

on Ubuntu 21.10
gnome-shell 40.5-1ubuntu2

Locking desktop and then unlocking it makes gnome-shell spit out a stack
trace.

v 22 02:00:49 saturn gnome-shell[33781]: Object .GUnionVolumeMonitor 
(0x5572c2e0f8a0), has been already deallocated — impossible to access it. This 
might be caused by the>
Nov 22 02:00:49 saturn gnome-shell[33781]: == Stack trace for context 
0x5572c18e3130 ==
Nov 22 02:00:49 saturn gnome-shell[33781]: #0   7ffcbc579470 b   
resource:///org/gnome/gjs/modules/core/overrides/GObject.js:567 (22c5be1b1d80 @ 
25)
Nov 22 02:00:49 saturn gnome-shell[33781]: #1   5572c8ea2dc0 i   
resource:///org/gnome/shell/ui/components/autorunManager.js:159 (374b9f3380 @ 
31)
Nov 22 02:00:49 saturn gnome-shell[33781]: #2   7ffcbc57a1d0 b   
resource:///org/gnome/shell/ui/components/__init__.js:56 (374b9d7650 @ 66)
Nov 22 02:00:49 saturn gnome-shell[33781]: #3   7ffcbc57a960 b   
resource:///org/gnome/shell/ui/components/__init__.js:22 (374b9d7790 @ 15)
Nov 22 02:00:49 saturn gnome-shell[33781]: #4   7ffcbc57b030 b   
self-hosted:225 (374b92ab50 @ 273)
Nov 22 02:00:49 saturn gnome-shell[33781]: #5   5572c8ea2d30 i   
resource:///org/gnome/shell/ui/components/__init__.js:22 (374b9d78d0 @ 110)
...skipping...
Nov 22 02:04:21 saturn gnome-shell[33781]: #7   7ffcbc578a80 b   
resource:///org/gnome/shell/ui/sessionMode.js:200 (25da4d8e6d30 @ 284)
Nov 22 02:04:21 saturn gnome-shell[33781]: #8   7ffcbc579630 b   
resource:///org/gnome/shell/ui/sessionMode.js:168 (25da4d8e6e20 @ 116)
Nov 22 02:04:21 saturn gnome-shell[33781]: #9   7ffcbc579dc0 b   
resource:///org/gnome/shell/ui/screenShield.js:574 (25da4d8d4a60 @ 79)
Nov 22 02:04:21 saturn gnome-shell[33781]: #10   7ffcbc57a550 b   
resource:///org/gnome/shell/ui/screenShield.js:565 (25da4d8d4ab0 @ 17)
Nov 22 02:04:21 saturn gnome-shell[33781]: #11   7ffcbc57acd0 b   
resource:///org/gnome/shell/gdm/authPrompt.js:604 (25da4d8f24c0 @ 65)
Nov 22 02:04:21 saturn gnome-shell[33781]: #12   7ffcbc57b460 b   
resource:///org/gnome/shell/ui/unlockDialog.js:871 (374b9053d0 @ 40)
Nov 22 02:04:21 saturn gnome-shell[33781]: #13   7ffcbc57bbf0 b   
resource:///org/gnome/shell/ui/screenShield.js:565 (25da4d8d4b00 @ 50)
Nov 22 02:04:21 saturn gnome-shell[33781]: #14   7ffcbc57c380 b   
resource:///org/gnome/shell/ui/screenShield.js:116 (25da4d8dc6f0 @ 13)
Nov 22 02:04:21 saturn gnome-shell[33781]: #15   7ffcbc57ca50 b   
resource:///org/gnome/gjs/modules/core/_signals.js:114 (22c5be1b1330 @ 439)
Nov 22 02:04:21 saturn gnome-shell[33781]: #16   5572c39ba218 i   
resource:///org/gnome/gjs/modules/core/overrides/Gio.js:152 (22c5be1a5b50 @ 39)
Nov 22 02:04:21 saturn gnome-shell[33781]: Object .GUnionVolumeMonitor 
(0x5572c2e0f8a0), has been already deallocated — impossible to connect to any 
signal on it. This migh>
Nov 22 02:04:21 saturn gnome-shell[33781]: cr_parser_new_from_buf: assertion 
'a_buf && a_len' failed
Nov 22 02:04:21 saturn dbus-daemon[33727]: [session uid=1000 pid=33727] 
Activating service name='org.freedesktop.FileManager1' requested by ':1.20' 
(uid=1000 pid=33781 comm>
Nov 22 02:04:21 saturn gnome-shell[33781]: cr_declaration_parse_list_from_buf: 
assertion 'parser' failed
Nov 22 02:04:21 saturn gnome-shell[33781]: cr_parser_new_from_buf: assertion 
'a_buf && a_len' failed
Nov 22 02:04:21 saturn gnome-shell[33781]: cr_declaration_parse_list_from_buf: 
assertion 'parser' failed
Nov 22 02:04:21 saturn gnome-shell[33781]: cr_parser_new_from_buf: assertion 
'a_buf && a_len' failed
Nov 22 02:04:21 saturn gnome-shell[33781]: cr_declaration_parse_list_from_buf: 
assertion 'parser' failed
Nov 22 02:04:21 saturn gnome-shell[33781]: Object .GUnionVolumeMonitor 
(0x5572c2e0f8a0), has been already deallocated — impossible to access it. This 
might be caused by the>
Nov 22 02:04:21 saturn gnome-shell[33781]: g_volume_monitor_get_volumes: 
assertion 'G_IS_VOLUME_MONITOR (volume_monitor)' failed
Nov 22 02:04:21 saturn gnome-shell[33781]: == Stack trace for context 
0x5572c18e3130 ==
Nov 22 02:04:21 saturn gnome-shell[33781]: #0   5572c39ba218 i   
resource:///org/gnome/shell/ui/components/automountManager.js:66 (374b9f3e20 @ 
30)
Nov 22 02:04:21 saturn gnome-shell[33781]: #1   7ffcbc57d550 b   
self-hosted:850 (374b92a650 @ 398)
Nov 22 02:04:21 saturn NetworkManager[1054]:   [1637564661.8704] 
agent-manager: 
agent[70e63220a742bb64,:1.631/org.gnome.Shell.NetworkAgent/1000]: agent 
registered
Nov 22 02:04:21 saturn gnome-shell[33781]: cr_parser_new_from_buf: assertion 
'a_buf && a_len' failed
Nov 22 02:04:21 saturn gnome-shell[33781]: cr_declaration_parse_list_from_buf: 
assertion 'parser' failed

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

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

Title:
  Object .GUnionVolumeMonitor (0x5572c2e0f8a0), has been already
  deallocated

To manage notifications about this bug go 

[Bug 1920718] Re: gnome-shell crashed with SIGSEGV in js::gc::CellHeaderWithTenuredGCPointer from JSObject::groupRaw from JSObject::isSingleton from js::TypeSet::ObjectType from js::TypeSet::GetValueT

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

** Changed in: gnome-shell (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/1920718

Title:
  gnome-shell crashed with SIGSEGV in
  js::gc::CellHeaderWithTenuredGCPointer from JSObject::groupRaw from
  JSObject::isSingleton from js::TypeSet::ObjectType from
  js::TypeSet::GetValueType

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


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

[Bug 1927519] Re: Mitigate libvirt: error : unable to set AppArmor profile 'libvirt-' for '/usr/bin/kvm-spice': No such file or directory

2021-11-21 Thread Christian Ehrhardt 
Finalized and ready for SRU:
- MPs reviewed
- Build issue of bug 1951438 resolved
- Extended test steps by the regression test
- Tested B/F/H/I vs the PPA (test steps work and fixes the issue)

=> Uploading to -unapproved now.


** Description changed:

  [Impact]
  
  Some times libvirt fails to start a vm with the following error :
  libvirt:  error : unable to set AppArmor profile 
'libvirt-b05b297f-952f-42d6-b04e-f9a13767db54' for '/usr/bin/kvm-spice': No 
such file or directory
  
  This happens because for some reason the apparmor profile for the guest
  /etc/apparmor.d/libvirt/libvirt- has 0 size.
  
  We do not now why the above file gets truncated to begin with and
  therefore we do not know the root cause to fix it there. But the
  condition is easy to detect and 100% broken, so we can detect and
  recreate the file in those cases.
  
  [Test case]
  
  To reproduce this behaviour, create a vm and stop it, note the uuid.
  
  For example:
  $ uvt-simplestreams-libvirt --verbose sync --source 
http://cloud-images.ubuntu.com/daily arch=amd64 label=daily release=focal
  $ uvt-kvm create --password=ubuntu f release=focal arch=amd64 label=daily
  $ virsh dominfo f
  ...
  Security label: libvirt-1ceac8db-c1e9-40b2-8ada-a60349454fc1 (enforcing)
  $ virsh shutdown f
  
  Then make the start apparmor profile an empty file.
  On Bionic/Focal that file will be non-existant by default (cleaned on guest 
stop), on Hirsute/Impish it will be around for admin-edit but with content. 
Therefore "touch" isn't enough every time, instead really put nothing to it as 
that is how the real issue looks like).
  
  $ cat /dev/null | sudo tee 
/etc/apparmor.d/libvirt/libvirt-1ceac8db-c1e9-40b2-8ada-a60349454fc1
  # ensure it is size zero
  $ ll /etc/apparmor.d/libvirt/libvirt-1ceac8db-c1e9-40b2-8ada-a60349454fc1
  -rw-r--r-- 1 root root 0 Nov 18 09:01 
/etc/apparmor.d/libvirt/libvirt-1ceac8db-c1e9-40b2-8ada-a60349454fc1
  
- 
- Next try to start the vm, it will try to use the file it found (instead of 
creating a new one as it would when non-existing) and will fail doing so:
+ Next try to start the vm, it will try to use the file it found (instead
+ of creating a new one as it would when non-existing) and will fail doing
+ so:
  
  $ virsh start f
  error: internal error: Process exited prior to exec: libvirt:  error : unable 
to set AppArmor profile 'libvirt-1ceac8db-c1e9-40b2-8ada-a60349454fc1' for 
'/usr/bin/qemu-system-x86_64': No such file or directory
  
- 
  To manually be able to start the vm again just delete the libvirt- 
file.
  With the fix applied libvirt will recreate the file and guest start works 
again.
+ 
+ 
+ In addition (independent to the case) I'll run a set of common regression 
tests against -proposed which didn't run for a while and would make us 
also spot if anything other slipped in from different places (like the dwarves 
hiccup we had). Since testing shall be on "the real build" and resources are 
limited I'd this time do so only on the builds in proposed.
  
  [Regression Potential]
  
  The new code is only active when the size of the file is zero which is a
  100% guarantee that the guest is broken and won't start. Nevertheless if
  we made a mistake in the fix the area (of the many things libvirt does)
  to look at is the generating and usage of apparmor profiles.
  
  [Other]
  
  Similar reported bug : https://bugs.debian.org/cgi-
  bin/bugreport.cgi?bug=890084

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

Title:
  Mitigate libvirt: error : unable to set AppArmor profile 'libvirt-' for '/usr/bin/kvm-spice': No such file or directory

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


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

[Bug 1920718] Re: gnome-shell crashed with SIGSEGV in js::gc::CellHeaderWithTenuredGCPointer from JSObject::groupRaw from JSObject::isSingleton from js::TypeSet::ObjectType from js::TypeSet::GetValueT

2021-11-21 Thread Daniel van Vugt
** Tags added: jammy

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

Title:
  gnome-shell crashed with SIGSEGV in
  js::gc::CellHeaderWithTenuredGCPointer from JSObject::groupRaw from
  JSObject::isSingleton from js::TypeSet::ObjectType from
  js::TypeSet::GetValueType

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


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

[Bug 1951732] Re: package mutter 3.36.9-0ubuntu0.20.04.1 failed to install/upgrade: açılmış './usr/share/doc/mutter/README.Debian' verisi '/usr/share/doc/mutter/README.Debian.dpkg-new' konumuna kopyal

2021-11-21 Thread Daniel van Vugt
Thanks for the bug report. It appears you encountered a disk or network
error:

Paket açılıyor: mutter (3.36.9-0ubuntu0.20.04.1) üzerine 
(3.36.9-0ubuntu0.20.04.2) ...
dpkg-deb (alt süreç): sıkıştırılmış arşiv üyesi açılıyor: lzma hatası: 
sıkıştırılmış veri bozuk
dpkg-deb: hata:  alt süreci 2 hatalı çıkış kodu ile sona erdi

Please open a Terminal window and run:

  sudo apt update
  sudo apt install --reinstall mutter/focal
  sudo apt full-upgrade

P.S. Please also don't use the 'oibaf' PPA because it causes a lot of
bugs.


** Changed in: mutter (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/1951732

Title:
  package mutter 3.36.9-0ubuntu0.20.04.1 failed to install/upgrade:
  açılmış './usr/share/doc/mutter/README.Debian' verisi
  '/usr/share/doc/mutter/README.Debian.dpkg-new' konumuna
  kopyalanamıyor: beklenmeyen dosya ya da akış sonu

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


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

[Bug 1951683] Re: Xorg freeze

2021-11-21 Thread robb990099
Thanks.
Have installed nvidia-driver-470 and will monitor.

Cheers

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

Title:
  Xorg freeze

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


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

[Bug 1951731] Re: screen freezes for several seconds

2021-11-21 Thread Daniel van Vugt
This might be bug 1812892.

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

Title:
  screen freezes for several seconds

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


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

[Bug 1951731] Re: screen freezes for several seconds

2021-11-21 Thread Daniel van Vugt
Thanks for the bug report.

Please start by uninstalling these extensions:

  'vit...@corecoding.com'
  'gsconn...@andyholmes.github.io'

and then log in again. Does the problem still happen after that?

** Changed in: gnome-shell (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/1951731

Title:
  screen freezes for several seconds

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


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

[Bug 1951784] [NEW] Can't read/write SD card after running CPU offline test in 5.11.0-41.45

2021-11-21 Thread Kevin Yeh
Public bug reported:

[Summary]
I'm reviewing SRU testing on Dell XPS 13 7390(201906-27131) and mediacard test 
always fails.
I found that after CPU offline test, I can't read/write SD card.
After checking dmesg, I got those error msgs.
[  232.577510] __common_interrupt: 7.34 No irq handler for vector
[  234.354327] mmc0: error -110 doing runtime resume

Also I found the same issue on Dell Precision 3551(202002-27718) in
5.13.0-21(both Focal/Impish), but this system don't have issue in
5.11.0-41.

[Step to reproduce]
1. install ubuntu-20.04.2
2. sudo apt update; sudo apt dist-upgrade -y
3. run cpu offline test via checkbox-cli or execute following command
   for ((i=1;i<=$(nproc --all) -1;i++));do sudo chcpu -d $i;sudo chcpu -e $i; 
done; 
   cd $mount_point_of_sd_card
   sudo dd if=/dev/urandom of=test bs=1M count=10


[Expected result]
Can read/write SD card.

[Actual result]
Can't read/write SD card.

[Failure rate]
5/5

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: linux-image-5.11.0-41-generic 5.11.0-41.45~20.04.1
ProcVersionSignature: Ubuntu 5.11.0-41.45~20.04.1-generic 5.11.22
Uname: Linux 5.11.0-41-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.21
Architecture: amd64
CasperMD5CheckResult: skip
Date: Mon Nov 22 01:28:59 2021
InstallationDate: Installed on 2020-08-03 (475 days ago)
InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: linux-signed-hwe-5.11
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: linux-signed-hwe-5.11 (Ubuntu)
 Importance: High
 Status: New

** Affects: linux-signed-hwe-5.13 (Ubuntu)
 Importance: High
 Status: New


** Tags: amd64 apport-bug cert-sru focal package-from-proposed uec-images

** Attachment added: "journalctl-27131.log"
   
https://bugs.launchpad.net/bugs/1951784/+attachment/5542566/+files/journalctl-27131.log

** Also affects: linux-signed-hwe-5.13 (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: linux-signed-hwe-5.13 (Ubuntu)
   Importance: Undecided => High

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

Title:
  Can't read/write SD card after running CPU offline test in
  5.11.0-41.45

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


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

[Bug 1951730] Re: Having Display driver error

2021-11-21 Thread Daniel van Vugt
There does not appear to be any problem with your display driver. You
have an Intel GPU and the driver for that is built into the kernel

What is the real problem you are encountering?


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

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

Title:
  Having Display driver error

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


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

[Bug 1951688] Re: gnome-shell menu collapses when submenues are opened

2021-11-21 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1889102 ***
https://bugs.launchpad.net/bugs/1889102

Thanks for the bug report.

The problems you are experiencing are already being tracked in bug
1889102 and bug 1872268.

** Package changed: gnome-shell (Ubuntu) => gnome-shell-extension-
ubuntu-dock (Ubuntu)

** This bug has been marked a duplicate of bug 1889102
   [ubuntu-dock] App grid has too many page dots on right

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

Title:
  gnome-shell menu collapses when submenues are opened

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


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

[Bug 1951683] Re: Xorg freeze

2021-11-21 Thread Daniel van Vugt
Thanks for the bug report.

If you have graphics problems then the most likely cause is the
'nouveau' driver you are using. Please open the 'Additional Drivers' app
and install the latest Nvidia driver. Then reboot.

If the problem continues after that then please run:

  lspci -kv > lspci.txt

and attach the resulting text file here.


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

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

Title:
  Xorg freeze

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


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

[Bug 1951671] Re: Display 640x480

2021-11-21 Thread Daniel van Vugt
Yes the kernel driver appears to be loading successfully so it would
have been some other package. That said, the latest Nvidia driver has
been published since July so I don't know what changed to cause this.

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

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

Title:
  Display 640x480

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


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

[Bug 1951777] Re: package python3-distutils 3.6.5-3 failed to install/upgrade: trying to overwrite '/usr/lib/python3.8/distutils/README', which is also in package python3.8-distutils 3.8.9-1+xenial1

2021-11-21 Thread James
turns out this is problem between python 3.6 and 3.8 and solved with

  sudo apt purge python3.8-distutils python3.8-lib2to3
  sudo apt install python3.8

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

Title:
  package python3-distutils 3.6.5-3 failed to install/upgrade: trying to
  overwrite '/usr/lib/python3.8/distutils/README', which is also in
  package python3.8-distutils 3.8.9-1+xenial1

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


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

[Bug 1951779] [NEW] package linux-image-5.13.0-19-generic 5.13.0-19.19 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/x-grub-legacy-ec2 exited with return code 127

2021-11-21 Thread Eternal Snow
Public bug reported:

Error when do-release-upgrade -d from 20.04.3

ProblemType: Package
DistroRelease: Ubuntu 22.04
Package: linux-image-5.13.0-19-generic 5.13.0-19.19
ProcVersionSignature: Ubuntu 5.4.0-90.101-generic 5.4.148
Uname: Linux 5.4.0-90-generic x86_64
ApportVersion: 2.20.11-0ubuntu73
Architecture: amd64
AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/controlC0', '/dev/snd/hwC0D2', '/dev/snd/pcmC0D3p', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
CasperMD5CheckResult: unknown
Date: Mon Nov 22 13:31:36 2021
ErrorMessage: run-parts: /etc/kernel/postinst.d/x-grub-legacy-ec2 exited with 
return code 127
InstallationDate: Installed on 2018-10-01 (1147 days ago)
InstallationMedia: Ubuntu-Server 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
Lsusb:
 Bus 001 Device 002: ID 8087:07e6 Intel Corp. 
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Lsusb-t:
 /:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/8p, 480M
 |__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/4p, 480M
MachineType: PAIQ EC3-BT19D4L
ProcFB: 0 i915drmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-90-generic 
root=UUID=4c36d2b3-c1dd-469f-bfbf-5b7052d669d4 ro ipv6.disable=1 quiet 
reboot=pci ipv6.disable=1
Python3Details: Error: command ['readlink', '-f', "/usr/bin/which: this version 
of `which' is deprecated; use `command -v' in scripts 
instead.\n/usr/bin/python3"] failed with exit code 1: , Error: [Errno 2] No 
such file or directory: 'Error: command [\'readlink\', \'-f\', "/usr/bin/which: 
this version of `which\' is deprecated; use `command -v\' in scripts 
instead.\\n/usr/bin/python3"] failed with exit code 1: ', python3-minimal, 
3.9.4-1build1
PythonDetails: N/A
RebootRequiredPkgs: Error: path contained symlinks.
RelatedPackageVersions: grub-pc 2.04-1ubuntu48
RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
SourcePackage: grub-legacy-ec2
Title: package linux-image-5.13.0-19-generic 5.13.0-19.19 failed to 
install/upgrade: run-parts: /etc/kernel/postinst.d/x-grub-legacy-ec2 exited 
with return code 127
UpgradeStatus: Upgraded to jammy on 2021-11-22 (0 days ago)
dmi.bios.date: 02/28/2017
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 5.6.5
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: EC3-BT19D4L
dmi.board.vendor: PAIQ
dmi.board.version: A1
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr5.6.5:bd02/28/2017:svnPAIQ:pnEC3-BT19D4L:pvrBIOSNameBT190003BIOSVersionA1BuildDate:rvnPAIQ:rnEC3-BT19D4L:rvrA1:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
dmi.product.family: To be filled by O.E.M.
dmi.product.name: EC3-BT19D4L
dmi.product.sku: 18:19:28
dmi.product.version: BIOS Name:BT190003 BIOS Version:A1 Build Date:
dmi.sys.vendor: PAIQ

** Affects: grub-legacy-ec2 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package jammy need-duplicate-check

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

Title:
  package linux-image-5.13.0-19-generic 5.13.0-19.19 failed to
  install/upgrade: run-parts: /etc/kernel/postinst.d/x-grub-legacy-ec2
  exited with return code 127

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-legacy-ec2/+bug/1951779/+subscriptions


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

[Bug 1951777] [NEW] package python3-distutils 3.6.5-3 failed to install/upgrade: trying to overwrite '/usr/lib/python3.8/distutils/README', which is also in package python3.8-distutils 3.8.9-1+xenial1

2021-11-21 Thread James
Public bug reported:

$ sudo apt dist-upgrade
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Calculating upgrade... Done
The following packages were automatically installed and are no longer required:
  gir1.2-geocodeglib-1.0 gtk3-nocsd libfwup1 libgtk3-nocsd0 shim 
ubuntu-web-launchers
Use 'sudo apt autoremove' to remove them.

Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by
applicable law.

The following packages will be upgraded:
  python3-distutils python3-lib2to3
2 to upgrade, 0 to newly install, 0 to remove and 0 not to upgrade.
385 not fully installed or removed.
Need to get 0 B/222 kB of archives.
After this operation, 1,025 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Setting up multiarch-support (2.27-3ubuntu1.4) ...
(Reading database ... 482045 files and directories currently installed.)
Preparing to unpack .../python3-lib2to3_3.6.9-1~18.04_all.deb ...
Unpacking python3-lib2to3 (3.6.9-1~18.04) over (3.6.5-3) ...
dpkg: error processing archive 
/var/cache/apt/archives/python3-lib2to3_3.6.9-1~18.04_all.deb (--unpack):
 trying to overwrite '/usr/lib/python3.8/lib2to3/Grammar.txt', which is also in 
package python3.8-lib2to3 3.8.9-1+xenial1
Preparing to unpack .../python3-distutils_3.6.9-1~18.04_all.deb ...
Unpacking python3-distutils (3.6.9-1~18.04) over (3.6.5-3) ...
dpkg: error processing archive 
/var/cache/apt/archives/python3-distutils_3.6.9-1~18.04_all.deb (--unpack):
 trying to overwrite '/usr/lib/python3.8/distutils/README', which is also in 
package python3.8-distutils 3.8.9-1+xenial1
Errors were encountered while processing:
 /var/cache/apt/archives/python3-lib2to3_3.6.9-1~18.04_all.deb
 /var/cache/apt/archives/python3-distutils_3.6.9-1~18.04_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

ProblemType: Package
DistroRelease: Ubuntu 18.04
Package: python3-distutils 3.6.5-3
ProcVersionSignature: Ubuntu 4.15.0-162.170-generic 4.15.18
Uname: Linux 4.15.0-162-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.27
Architecture: amd64
Date: Mon Nov 22 15:29:41 2021
ErrorMessage: trying to overwrite '/usr/lib/python3.8/distutils/README', which 
is also in package python3.8-distutils 3.8.9-1+xenial1
InstallationDate: Installed on 2017-09-06 (1537 days ago)
InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
PackageArchitecture: all
Python3Details: /usr/bin/python3.6, Python 3.6.9, python3-minimal, 3.6.7-1~18.04
PythonDetails: /usr/bin/python2.7, Python 2.7.17, python-minimal, 2.7.15~rc1-1
RelatedPackageVersions:
 dpkg 1.19.0.5ubuntu2.3
 apt  1.6.14
SourcePackage: python3-stdlib-extensions
Title: package python3-distutils 3.6.5-3 failed to install/upgrade: trying to 
overwrite '/usr/lib/python3.8/distutils/README', which is also in package 
python3.8-distutils 3.8.9-1+xenial1
UpgradeStatus: Upgraded to bionic on 2021-09-27 (56 days ago)

** Affects: python3-stdlib-extensions (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package bionic third-party-packages

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

Title:
  package python3-distutils 3.6.5-3 failed to install/upgrade: trying to
  overwrite '/usr/lib/python3.8/distutils/README', which is also in
  package python3.8-distutils 3.8.9-1+xenial1

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


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

[Bug 1951772] [NEW] post upgrade, no video after suspend

2021-11-21 Thread Skewray
Public bug reported:

Suspend on desktop worked fine before upgrade to impish. Post upgrade,
coming up after suspend leaves monitors with no signal from nvidia
graphics card.

ProblemType: Bug
DistroRelease: Ubuntu 21.10
Package: ubuntu-release-upgrader-core 1:21.10.8
ProcVersionSignature: Ubuntu 5.13.0-21.21-generic 5.13.18
Uname: Linux 5.13.0-21-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu71
Architecture: amd64
CasperMD5CheckResult: unknown
CrashDB: ubuntu
CurrentDesktop: XFCE
Date: Sun Nov 21 20:47:15 2021
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_US
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 SHELL=/bin/tcsh
SourcePackage: ubuntu-release-upgrader
Symptom: dist-upgrade
UpgradeStatus: Upgraded to impish on 2021-11-21 (0 days ago)
VarLogDistupgradeXorgFixuplog:
 INFO:root:/usr/bin/do-release-upgrade running
 INFO:root:No xorg.conf, exiting

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


** Tags: amd64 apport-bug dist-upgrade impish

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

Title:
  post upgrade, no video after suspend

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


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

[Bug 1951599] Re: gnome-shell will crash when eject SDCard

2021-11-21 Thread Daniel van Vugt
That doesn't seem to be a crash, just a recurring error with a stack
trace.


** Summary changed:

- gnome-shell will crash when eject SDCard
+ gnome-shell logs errors when ejecting SD card

** Description changed:

  When I click eject SD card in Files(nautilus), I found the gnome-shell
  reported some crash logs.
  
+ Nov 19 22:43:57 binli-ThinkPad-X1-Extreme-Gen-3 gnome-shell[2357]: Object 
.Gjs_components_autorunManager_AutorunSource (0x55a9d8e846e0), has been already 
deallocated — impossible to emit any signal on it. This might be caused by 
the object having been destroyed from C code using something such as destroy(), 
dispose(), or remove() vfuncs.
+ Nov 19 22:43:57 binli-ThinkPad-X1-Extreme-Gen-3 gnome-shell[2357]: Object 
Gio.Settings (0x55a9db521970), has been already deallocated — impossible to 
access it. This might be caused by the object having been destroyed from C code 
using something such as destroy(), dispose(), or remove() vfuncs.
  Nov 19 22:43:57 binli-ThinkPad-X1-Extreme-Gen-3 gnome-shell[2357]: == Stack 
trace for context 0x55a9d8a00120 ==
  Nov 19 22:43:57 binli-ThinkPad-X1-Extreme-Gen-3 gnome-shell[2357]: #0   
7ffc0b63cc20 b   resource:///org/gnome/shell/ui/messageTray.js:785 (bc6f58577e0 
@ 149)
  Nov 19 22:43:57 binli-ThinkPad-X1-Extreme-Gen-3 gnome-shell[2357]: #1   
55a9d8f150b0 i   
resource:///org/gnome/shell/ui/components/autorunManager.js:270 (1ec3f0bf4060 @ 
69)
  Nov 19 22:43:57 binli-ThinkPad-X1-Extreme-Gen-3 gnome-shell[2357]: #2   
55a9d8f15018 i   
resource:///org/gnome/shell/ui/components/autorunManager.js:176 (1ec3f0bf4290 @ 
25)
  Nov 19 22:43:57 binli-ThinkPad-X1-Extreme-Gen-3 gnome-shell[2357]: #3   
7ffc0b63d8c0 b   self-hosted:850 (1ec3f0b2a650 @ 454)

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

Title:
  gnome-shell logs errors when ejecting SD card

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


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

[Bug 1951758] Re: unable to upgrade ubuntu

2021-11-21 Thread Ubuntu Foundations Team Bug Bot
** Tags added: xenial2bionic

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

Title:
  unable to upgrade ubuntu

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


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

[Bug 1951767] Missing required logs.

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

apport-collect 1951767

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

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

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

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

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

Title:
  [SRU][I/OEM-5.13/OEM-5.14] Add MAC passthrough support for more Lenovo
  docks

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


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

[Bug 1943122] Re: Software update doesn't run autoremove so that update fails due to no disk space in /boot

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

** Changed in: update-manager (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/1943122

Title:
  Software update doesn't run autoremove so that update fails due to no
  disk space in /boot

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


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

[Bug 1944454] Re: package clamav-daemon 0.103.2+dfsg-0ubuntu0.20.04.2 failed to install/upgrade: installed clamav-daemon package post-installation script subprocess returned error exit status 1

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

** Changed in: clamav (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/1944454

Title:
  package clamav-daemon 0.103.2+dfsg-0ubuntu0.20.04.2 failed to
  install/upgrade: installed clamav-daemon package post-installation
  script subprocess returned error exit status 1

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


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

[Bug 1944595] Re: [amdgpu] text cursor

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

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

Title:
  [amdgpu] text cursor

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


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

[Bug 1944551] Re: package firefox-locale-it 85.0.1+build1-0ubuntu0.20.04.1 failed to install/upgrade: unable to make backup link of './usr/lib/firefox-addons/extensions/langpack...@firefox.mozilla.org

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

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

Title:
  package firefox-locale-it 85.0.1+build1-0ubuntu0.20.04.1 failed to
  install/upgrade: unable to make backup link of './usr/lib/firefox-
  addons/extensions/langpack...@firefox.mozilla.org.xpi' before
  installing new version: Input/output error

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


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

[Bug 1944595] Re: [amdgpu] text cursor

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

** Changed in: mutter (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/1944595

Title:
  [amdgpu] text cursor

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


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

[Bug 1876716] Re: Error transferring track: "could not open resource for writing" when copying tracks to library

2021-11-21 Thread Noorez
This error also seems to occur when copying music from an iPod over to
the library stored on the local machine. If this is an issue with
duplicated file names, could perhaps file name be appended with a (1),
(2) ... ?  I believe this is how Apple Music (iTunes) does it?

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

Title:
  Error transferring track: "could not open resource for writing" when
  copying tracks to library

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


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

[Bug 1951599] Re: gnome-shell will crash when eject SDCard

2021-11-21 Thread Bin Li
** Tags added: oem-priority originate-from-1947095 sutton

** Changed in: oem-priority
 Assignee: (unassigned) => Bin Li (binli)

** Changed in: oem-priority
   Importance: Undecided => High

** Changed in: oem-priority
   Status: New => In Progress

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

Title:
  gnome-shell will crash when eject SDCard

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


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

[Bug 1951767] Re: [SRU][I/OEM-5.13/OEM-5.14] Add MAC passthrough support for more Lenovo docks

2021-11-21 Thread AaronMa
** Tags added: oem-priority originate-from-1949722 sutton

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

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

Title:
  [SRU][I/OEM-5.13/OEM-5.14] Add MAC passthrough support for more Lenovo
  docks

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


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

[Bug 1883174] Re: [SRU]Some (or all) desktop icons are missing

2021-11-21 Thread Bin Li
@brian-murray,

 Thanks a lot. And checked the patch in hirsute, it's just a few offset.
It should be ok.

Applying patch patches/check-fileitem.patch
patching file desktopManager.js
Hunk #1 succeeded at 413 (offset 69 lines).

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

Title:
  [SRU]Some (or all) desktop icons are missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell-extension-desktop-icons/+bug/1883174/+subscriptions


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

[Bug 1951767] Re: [SRU][I/OEM-5.13/OEM-5.14] Add MAC passthrough support for more Lenovo docks

2021-11-21 Thread AaronMa
** Also affects: linux (Ubuntu Impish)
   Importance: Undecided
   Status: New

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

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

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

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

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

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

** No longer affects: linux (Ubuntu Focal)

** No longer affects: linux-oem-5.13 (Ubuntu Impish)

** No longer affects: linux-oem-5.13 (Ubuntu Jammy)

** No longer affects: linux-oem-5.14 (Ubuntu Impish)

** No longer affects: linux-oem-5.14 (Ubuntu Jammy)

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

Title:
  [SRU][I/OEM-5.13/OEM-5.14] Add MAC passthrough support for more Lenovo
  docks

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


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

[Bug 1951767] Missing required logs.

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

apport-collect 1951767

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

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

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

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

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

Title:
  [SRU][I/OEM-5.13/OEM-5.14] Add MAC passthrough support for more Lenovo
  docks

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


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

[Bug 1933167] Re: [MIR] oem-sutton.simon-carrie-meta

2021-11-21 Thread Bin Li
** Changed in: Ubuntu Focal
   Status: New => Invalid

** No longer affects: oem-priority

** Tags removed: oem-priority

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

Title:
  [MIR] oem-sutton.simon-carrie-meta

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


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

[Bug 1891338] Re: apparmor misconfigured for evince

2021-11-21 Thread Launchpad Bug Tracker
This bug was fixed in the package evince - 41.3-1

---
evince (41.3-1) unstable; urgency=medium

  [ Jeremy Bicha ]
  * New upstream release

  [ Sebastien Bacher ]
  * debian/apparmor-profile:
- use the exo abstraction rather than listing the binaries directly
  (lp: #1891338)

 -- Jeremy Bicha   Sun, 21 Nov 2021 13:03:23 -0500

** Changed in: evince (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/1891338

Title:
  apparmor misconfigured for evince

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


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

[Bug 1951767] [NEW] [SRU][I/OEM-5.13/OEM-5.14] Add MAC passthrough support for more Lenovo docks

2021-11-21 Thread AaronMa
Public bug reported:

[Impact]
MAC pass through is not working on new TBT and USB-C docks.

[Fix]
Enable MAC pass through based on Lenovo USB hub.

[Test]
Tested on Lenovo TBT4 and TBT3 dock, MAC pass through works well.

[Where problems could occur]
The Realtek USB ethernet in Lenovo USB hub will mess the MAC address.

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

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

Title:
  [SRU][I/OEM-5.13/OEM-5.14] Add MAC passthrough support for more Lenovo
  docks

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


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

[Bug 1928311] Re: Timer renewal doesn't use --preconfigured-renewal

2021-11-21 Thread Bug Watch Updater
** Changed in: python-certbot (Debian)
   Status: New => Fix Released

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

Title:
  Timer renewal doesn't use --preconfigured-renewal

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


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

[Bug 1950925] Re: alt-tab doesnt work anymore after upgrade to 21.10

2021-11-21 Thread Daniel van Vugt
Unfortunately that doesn't completely prove the extension was to blame.

Strictly speaking, the GNOME developers would prefer everyone avoided
extensions. But it would create more complaints to disallow extensions
so they are allowed, and they might break your system.

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

Title:
  alt-tab doesnt work anymore after upgrade to 21.10

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


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

[Bug 1951142] Re: App window jumps between monitors when not even being used

2021-11-21 Thread Daniel van Vugt
It looks like a kernel event is triggering a problem in gnome-shell:

nov 20 14:19:31 patrick-Precision-5530-2-in-1 kernel: [drm] PCIE GART of 256M 
enabled (table at 0x00F4).
nov 20 14:19:31 patrick-Precision-5530-2-in-1 kernel: [drm] UVD and UVD ENC 
initialized successfully.
nov 20 14:19:31 patrick-Precision-5530-2-in-1 kernel: [drm] VCE initialized 
successfully.
nov 20 14:19:31 patrick-Precision-5530-2-in-1 gnome-shell[3599]: JS ERROR: 
TypeError: this.actor is null
 
vfunc_set_actor/this._monitorsChangedId<@resource:///org/gnome/shell/ui/layout.js:103:25
 
_monitorsChanged@resource:///org/gnome/shell/ui/layout.js:559:14
nov 20 14:19:31 patrick-Precision-5530-2-in-1 gnome-shell[3599]: JS ERROR: 
TypeError: this.actor is null
 
vfunc_set_actor/this._monitorsChangedId<@resource:///org/gnome/shell/ui/layout.js:103:25
 
_monitorsChanged@resource:///org/gnome/shell/ui/layout.js:559:14
nov 20 14:19:31 patrick-Precision-5530-2-in-1 gnome-shell[3599]: JS ERROR: 
TypeError: this.actor is null
 
vfunc_set_actor/this._monitorsChangedId<@resource:///org/gnome/shell/ui/layout.js:103:25
 
_monitorsChanged@resource:///org/gnome/shell/ui/layout.js:559:14
nov 20 14:19:31 patrick-Precision-5530-2-in-1 gnome-shell[3599]: JS ERROR: 
TypeError: this.actor is null
 
vfunc_set_actor/this._monitorsChangedId<@resource:///org/gnome/shell/ui/layout.js:103:25
 
_monitorsChanged@resource:///org/gnome/shell/ui/layout.js:559:14

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

Title:
  App window jumps between monitors when not even being used

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


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

[Bug 1951764] [NEW] R version bump to 4.1.2 (Bird Hippie)

2021-11-21 Thread phatboye
Public bug reported:

Please update R-base to version 4.1.2 (Bird Hippie) released on November 1, 
2021.
https://www.r-project.org/

** Affects: r-base (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  R version bump to 4.1.2 (Bird Hippie)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/r-base/+bug/1951764/+subscriptions


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

[Bug 1936747] Re: Some snap apps have crumbled characters in Wayland sessions

2021-11-21 Thread Daniel van Vugt
The bug is indeed in both jammy and impish now. Seems to be a regression
of a regression.

** Also affects: ubuntu
   Importance: Undecided
   Status: New

** No longer affects: mir

** Changed in: snap-store-desktop
   Status: New => Confirmed

** Tags added: jammy

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

Title:
  Some snap apps have crumbled characters in Wayland sessions

To manage notifications about this bug go to:
https://bugs.launchpad.net/snap-store-desktop/+bug/1936747/+subscriptions


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

[Bug 1949909] Re: Computer stops responding on resume from suspend

2021-11-21 Thread Daniel van Vugt
** Changed in: ubuntu
   Status: Incomplete => 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/1949909

Title:
  Computer stops responding on resume from suspend

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


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

[Bug 1916469] Re: Apps don't use Wayland by default

2021-11-21 Thread Daniel van Vugt
Comment #20 really is irrelevant here. Please subscribe to bug 1932328
instead.

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

Title:
  Apps don't use Wayland by default

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


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

[Bug 1926862] Re: Unable to exit Activities Overview in Ubuntu 21.04

2021-11-21 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1922353 ***
https://bugs.launchpad.net/bugs/1922353

I think comment #4 is describing bug 1932328.

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

Title:
  Unable to exit Activities Overview in Ubuntu 21.04

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


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

[Bug 1630026] Re: (EE) open /dev/fb0: Permission denied

2021-11-21 Thread Daniel van Vugt
No. This was logged against 16.10 and by someone other than yourself.
It's been closed for over 4 years already.

Thanks for opening bug 1951683 instead.

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

Title:
  (EE) open /dev/fb0: Permission denied

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


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

[Bug 1932328]

2021-11-21 Thread Tristan
Hi guys, added the Mozilla PPA and (seamlessly) upgraded from
78->91.3.2. This bug still exists, I guess the next test will be in a
few weeks when Pop_OS moves to gnome 40 in their 21.10 release.

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

Title:
  Thunderbird under Wayland does not correctly close (or manage) windows

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


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

[Bug 1949026] Re: System hangs on purple screen

2021-11-21 Thread jeremyszu
** Changed in: oem-priority
   Status: Triaged => 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/1949026

Title:
  System hangs on purple screen

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


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

[Bug 1561621]

2021-11-21 Thread Zacmanken
Glad the issue has been solved. Good work team!

https://www.adelaidewardrobes.com.au

https://www.canberraplantationshutters.com.au

https://www.centralcoastplantationshutters.com.au

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

Title:
  mosh-server crashed with SIGSEGV in execute_helper()

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


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

[Bug 1777654] Re: openvpn connection with secret is broken

2021-11-21 Thread Martin Zbořil
i dont care about this version anymore, openvpn works in 20.04

** Changed in: network-manager-openvpn (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/1777654

Title:
  openvpn connection with secret is broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-openvpn/+bug/1777654/+subscriptions


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

[Bug 1951758] [NEW] unable to upgrade ubuntu

2021-11-21 Thread VJ
Public bug reported:

unable to upgrade ubuntu using distribution upgrade

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: ubuntu-release-upgrader-core 1:16.04.32
ProcVersionSignature: Ubuntu 4.15.0-142.146~16.04.1-generic 4.15.18
Uname: Linux 4.15.0-142-generic x86_64
NonfreeKernelModules: wl nvidia_uvm nvidia_drm nvidia_modeset nvidia
ApportVersion: 2.20.1-0ubuntu2.30
Architecture: amd64
CrashDB: ubuntu
CurrentDesktop: Unity
Date: Mon Nov 22 09:50:51 2021
InstallationDate: Installed on 2018-01-22 (1399 days ago)
InstallationMedia: Ubuntu 16.04.3 LTS "Xenial Xerus" - Release amd64 (20170801)
PackageArchitecture: all
SourcePackage: ubuntu-release-upgrader
UpgradeStatus: Upgraded to xenial on 2021-11-22 (0 days ago)
VarLogDistupgradeTermlog:

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


** Tags: amd64 apport-bug dist-upgrade third-party-packages xenial

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

Title:
  unable to upgrade ubuntu

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


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

[Bug 1942307] Re: ubiquity uses performance mode for nvidia driver

2021-11-21 Thread Dirk Su
** Changed in: oem-priority
   Status: Triaged => Confirmed

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

Title:
  ubiquity uses performance mode for nvidia driver

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


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

[Bug 1951661] Re: Charge Limit section disappears upon changing the settings

2021-11-21 Thread gregrwm
** Summary changed:

- Battery Optimization section missing
+ Charge Limit section disappears upon changing the settings

** Description changed:

- The Battery Optimization section has gone missing ever since i changed
- the settings.
+ The Charge Limit section has gone missing ever since i changed the
+ settings.
  
  This morning i see only two sections, "Battery Levels" and "Other Settings", 
under [System Settings -> Power Management -> Advanced Power Settings], having 
just tried two recent jammy kubuntu live ISOs,
  3666923520 2021-11-19 Fri 15:13:58 kubuntu/jammy-desktop-amd64.iso and
  3667288064 2021-11-13 Sat 14:10:03 kubuntu/jammy-desktop-amd64.iso.
  
  On a recent morning i had found a third section in [Advanced Power
- Settings] called Battery Optimization or something quite like that, and
- if memory serves me correctly i set it to begin charging at 40% and stop
- charging at 60%.  But ever since, i only see the two sections in
- [Advanced Power Settings].
+ Settings] called "Charge Limit", and if memory serves me correctly i set
+ it to begin charging at 40% and stop charging at 60%.  But ever since, i
+ only see the two sections in [Advanced Power Settings].
  
  it makes sense that the panel icon is saying "Battery at 57%, not
  Charging" because that fits what i asked for, and not discharging either
  because as htop says it's "Running on A/C".  i just unplugged the lappy
  momentarily and htop tracked it as it steadily dropped from "57.1%" to
- "56.6% (Running on battery)", so apart from the missing Battery
- Optimization settings it all seems sensible.  i was a bit surprised to
- see it remembering the settings from a prior live session, but it makes
- sense if the settings were set in the firmware.
+ "56.6% (Running on battery)", so apart from the missing Charge Limit
+ settings it all seems sensible.  i was a bit surprised to see it
+ remembering the settings from a prior live session, but it makes sense
+ if the settings were set in the firmware.
  
  in addition to what's currently (nearly) implemented in jammy kubuntu
  i'm curious about optimizing battery lifetimes in general, and
  specifically for my specific devices (see sig).  Pointers to reasonably
  reliable specific information would be appreciated.  Like, what's best
  overall, a full charge occasionally, a full discharge occasionally,
  both, neither, or more specifically what?
  
  greg
  (ThinkPad e540, Pixel 3 XL (android 12), Arctis 7, Sennheiser GSP 670, Bose 
SoundLink iii, Kindle Fire HD 3rd Gen 2013 with Evervolv rom)
  
  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: systemsettings 4:5.23.3-1
  ProcVersionSignature: Ubuntu 5.13.0-19.19-generic 5.13.14
  Uname: Linux 5.13.0-19-generic x86_64
  ApportVersion: 2.20.11-0ubuntu73
  Architecture: amd64
  CasperMD5CheckResult: pass
  CasperVersion: 1.465
  Date: Fri Nov 19 17:25:02 2021
  LiveMediaBuild: Kubuntu 22.04 LTS "Jammy Jellyfish" - Alpha amd64 (2029)
  SourcePackage: systemsettings
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  Charge Limit section disappears upon changing the settings

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


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

[Bug 1951661] Re: Battery Optimization section missing

2021-11-21 Thread gregrwm
Ran the battery down all the way this morning, restored power, booted
into focal (on my HD), ran there most of the day, the battery charged up
to 100%, then booted the jammy live iso again.  The Charge Limit section
is back now, showing the default settings, stop at 100%, always charge
when plugged or something to that effect.  Fascinating.  So i clicked
around within System Settings a bunch.  Charge Limit still there.
Changed focus settings, changed monitor settings, Charge Limit section
still there.  Changed Charge Limit settings like i did before, stop at
60%, start at 40%, clicked Energy Saving, answered "Apply" to the
dialog, clicked right back to Advanced Power Settings, and the Charge
Limit section is gone again now.

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

Title:
  Battery Optimization section missing

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


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

[Bug 1951756] [NEW] 317

2021-11-21 Thread tony renfro
Public bug reported:

flatpak document portal session opened no listed reason for deployment
or operation

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: flatpak (not installed)
ProcVersionSignature: Ubuntu 5.11.0-40.44~20.04.2-generic 5.11.22
Uname: Linux 5.11.0-40-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.20.11-0ubuntu27.21
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Sun Nov 21 18:44:30 2021
InstallationDate: Installed on 2020-04-01 (599 days ago)
InstallationMedia: Ubuntu 20.04.2 LTS "Focal Fossa" - Release amd64 (20210204)
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: flatpak
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: flatpak (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/1951756

Title:
  317

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


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

[Bug 1095751] Re: bcmwl fails to build with 3.8 kernels [error: 'struct cfg80211_ibss_params' has no member named 'channel']

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

** Changed in: broadcom-sta (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/1095751

Title:
  bcmwl fails to build with 3.8 kernels [error: 'struct
  cfg80211_ibss_params' has no member named 'channel']

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


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

[Bug 1951755] [NEW] Installer crashed when updating Grub.

2021-11-21 Thread Alvaro Salazar
Public bug reported:

Ubuntu 20.04 installer crashed when updating Grub.   I guess it was due to 
current Grub is set for dual boot with Windows 10.
I asked installer to remove old Ubuntu and install Ubuntu 20.04

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: ubiquity 20.04.15.17
ProcVersionSignature: Ubuntu 5.11.0-27.29~20.04.1-generic 5.11.22
Uname: Linux 5.11.0-27-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu27.18
Architecture: amd64
CasperMD5CheckResult: pass
CasperVersion: 1.445.1
CurrentDesktop: ubuntu:GNOME
Date: Sun Nov 21 18:15:29 2021
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed 
maybe-ubiquity quiet splash ---
LiveMediaBuild: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
ProcEnviron:
 LANGUAGE=en_US.UTF-8
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 LC_NUMERIC=C.UTF-8
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: grub-installer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug focal ubiquity-20.04.15.17 ubuntu

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

Title:
  Installer crashed when updating Grub.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1951755/+subscriptions


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

[Bug 1936295] Re: Faulty Elantech Trackpoint firmware unusable as it causes sudden cursor jump to an edge/corner on Lenovo Thinkpad X13, T14s, A475 --> Apply kernel patch to mitigate the FW bug

2021-11-21 Thread Alberto Garcia
This fix has been included in several stable and longterm kernel
releases, here's the list for reference:

- Linux 5.15.3, see here: 
https://cdn.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.15.3
- Linux 5.14.19, see here: 
https://cdn.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.14.19
- Linux 5.10.80, see here: 
https://cdn.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.10.80
- Linux 5.4.160, see here: 
https://cdn.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.4.160

It will also be available in Linux 5.16 when it's out (it's already
included in 5.16-rc1).

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

Title:
  Faulty Elantech Trackpoint firmware unusable as it causes sudden
  cursor jump to an edge/corner on Lenovo Thinkpad X13, T14s, A475 -->
  Apply kernel patch to mitigate the FW bug

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


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

[Bug 1810649] Re: [FFe] For Focal, build ffmpeg 4 with external headers for NVENC

2021-11-21 Thread Bug Watch Updater
** Changed in: ffmpeg (Debian)
   Status: New => Fix Released

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

Title:
  [FFe] For Focal, build ffmpeg 4 with external headers for NVENC

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


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

[Bug 1951746] Re: Kernel can't recognize hard drive in Lenovo Ideapad - Linux Mint

2021-11-21 Thread Chris Guiver
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

Please execute the following command only once, as it will automatically
gather debugging information, in a terminal:

apport-collect 1951746

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

Please note: `ubuntu-bug`, `apport` & bug reporting tools are provided
with Ubuntu by default, many require manual addition for some releases
of downstream OSes based on Ubuntu (eg. Linux Mint). You should check
with your distribution first.

** Package changed: ubuntu => linux-hwe-5.11 (Ubuntu)

** Changed in: linux-hwe-5.11 (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/1951746

Title:
  Kernel can't recognize hard drive in Lenovo Ideapad - Linux Mint

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


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

[Bug 1945770] Re: firefox: Fail to build against OpenSSL 3.0

2021-11-21 Thread Rico Tzschichholz
@schopin Could you try to rebuild the following firefox package against
your openssl3 packages?

https://launchpad.net/~mozillateam/+archive/ubuntu/firefox-
next/+sourcepub/12906002/+listing-archive-extra

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

Title:
  firefox: Fail to build against OpenSSL 3.0

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


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

[Bug 1950934] Re: Error: /syntaxerror in /----nostringval----

2021-11-21 Thread Adam Reviczky
rebuilds with fixed gawk dependencies can be found at:
https://code.launchpad.net/~reviczky/+archive/ubuntu/pstoedit/+packages

** Changed in: pstoedit (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/1950934

Title:
  Error: /syntaxerror in /nostringval

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


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

[Bug 1950934] Re: Error: /syntaxerror in /----nostringval----

2021-11-21 Thread Adam Reviczky
pstoedit now build-depends on gawk, mawk is creating 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/1950934

Title:
  Error: /syntaxerror in /nostringval

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


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

[Bug 1951744] Re: Install fails on 8TB virtual drive

2021-11-21 Thread ace_ofgabriel
*** This bug is a duplicate of bug 1951751 ***
https://bugs.launchpad.net/bugs/1951751

** This bug has been marked a duplicate of bug 1951751
   Install crashes on vmware install to 8tb VMDK disk

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

Title:
  Install fails on 8TB virtual drive

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


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

[Bug 1951751] [NEW] Install crashes on vmware install to 8tb VMDK disk

2021-11-21 Thread ace_ofgabriel
Public bug reported:

Background:
-) Windows 10 Host (10.0.19044.1348)
-) CPU: AMD Ryzen 5 5600X 6-core processor
-) VMware Workstation 16 Player (version 16.2.1-18811642)

Steps to replicate:

1) Merge two 5tb disks into one volume using Windows "manage Storage Spaces". 
Select zero replication, (JBOD)
2)  Create a new Ubuntu VM and put the virtual hard drive on the volume. (The 
gui forces you to select the option to split the Virtual drive into many files)
3) Try to install ubuntu to the newly created virtual machine

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: ubiquity 20.04.15.17
ProcVersionSignature: Ubuntu 5.11.0-27.29~20.04.1-generic 5.11.22
Uname: Linux 5.11.0-27-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu27.18
Architecture: amd64
CasperMD5CheckResult: pass
CasperVersion: 1.445.1
CurrentDesktop: ubuntu:GNOME
Date: Sun Nov 21 16:29:13 2021
InstallCmdLine: file=/cdrom/preseed/ubuntu.seed initrd=/casper/initrd quiet 
splash --- maybe-ubiquity
LiveMediaBuild: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
ProcEnviron:
 LANGUAGE=en_US.UTF-8
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 LC_NUMERIC=C.UTF-8
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug focal ubiquity-20.04.15.17 ubuntu

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

Title:
  Install crashes on vmware install to 8tb VMDK disk

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


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

[Bug 1951750] Re: fonts are not installed to /usr/share/fonts/truetype/msttcorefonts/

2021-11-21 Thread RANDVMB
** Description changed:

  ran ~
  
  sudo apt update
  sudo apt install ttf-mscorefonts-installer
  
  accepted license
  
  ls /usr/share/fonts/truetype/msttcorefonts/
  
  empty directory
  
- /usr/lib/msttcorefonts/update-ms-fonts 
- lines 34-40 are improperly quoted and reading in/case/for/in as commands
+ /usr/lib/msttcorefonts/update-ms-fonts
+ lines 116-122 are improperly quoted and reading in/case/for/in as commands

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

Title:
  fonts are not installed to /usr/share/fonts/truetype/msttcorefonts/

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


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

[Bug 1951750] [NEW] fonts are not installed to /usr/share/fonts/truetype/msttcorefonts/

2021-11-21 Thread RANDVMB
Public bug reported:

ran ~

sudo apt update
sudo apt install ttf-mscorefonts-installer

accepted license

ls /usr/share/fonts/truetype/msttcorefonts/

empty directory

/usr/lib/msttcorefonts/update-ms-fonts 
lines 34-40 are improperly quoted and reading in/case/for/in as commands

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

** Attachment added: "bash script error"
   
https://bugs.launchpad.net/bugs/1951750/+attachment/5542472/+files/Screenshot%20from%202021-11-21%2014-29-01.png

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

Title:
  fonts are not installed to /usr/share/fonts/truetype/msttcorefonts/

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


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

[Bug 1951749] [NEW] upgrade from US 21.04 could not execute

2021-11-21 Thread Daniel Murray
Public bug reported:

upgrading from ubuntu studio 21.04 to 21.10 did not work. It complained
about a third part ppa, which in my case is pipewire. I disabled it and
it made no difference.

ProblemType: Bug
DistroRelease: Ubuntu 21.04
Package: ubuntu-release-upgrader-core 1:21.04.17
ProcVersionSignature: Ubuntu 5.11.0-40.44-lowlatency 5.11.22
Uname: Linux 5.11.0-40-lowlatency x86_64
ApportVersion: 2.20.11-0ubuntu65.4
Architecture: amd64
CasperMD5CheckResult: unknown
CrashDB: ubuntu
CurrentDesktop: KDE
Date: Sun Nov 21 16:20:16 2021
InstallationDate: Installed on 2021-08-02 (111 days ago)
InstallationMedia: Ubuntu-Studio 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210210)
PackageArchitecture: all
SourcePackage: ubuntu-release-upgrader
UpgradeStatus: Upgraded to hirsute on 2021-11-21 (0 days ago)
VarLogDistupgradeTermlog:

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


** Tags: amd64 apport-bug dist-upgrade hirsute third-party-packages

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

Title:
  upgrade from US 21.04 could not execute

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


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

[Bug 1951709] Re: CVE-2021-35604 affects MariaDB in Ubuntu

2021-11-21 Thread Otto Kekäläinen
The 10.5 series update for 21.10 is now available.

Please use git-buildpackage to fetch and build from the ubuntu-21.10
branch at https://salsa.debian.org/mariadb-
team/mariadb-10.5/tree/ubuntu-21.10

The repository uses pristine-tar, so there is no need to separately
download the sources. You can just check the signature/SHA1SUM directly
from the git-buildpackage generated tarball.

Test builds and testsuite passed on all platforms at
https://launchpad.net/~mysql-ubuntu/+archive/ubuntu/mariadb-10.5/+builds?build_text=_state=all

Debdiffs can be created directly from the repo like in a local clone
with 'git diff .. debian/'

Changelog:

mariadb-10.5 (1:10.5.13-0ubuntu0.21.10.1) impish-security;
urgency=medium

  * SECURITY UPDATE: New upstream version 10.5.13 includes fixes for the
following security vulnerabilities (LP: #1951709):
- CVE-2021-35604
  * Drop MIPS and libatomic patches applied now upstream

 -- Otto Kekäläinen   Sat, 20 Nov 2021 16:22:31 -0800

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

Title:
  CVE-2021-35604 affects MariaDB in Ubuntu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.5/+bug/1951709/+subscriptions


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

[Bug 966451] Re: When xscreensaver/xlockmore isn't properly stopped, the upgrade leads to a broken system

2021-11-21 Thread dah bien-hwa
The dialog regarding xscreensaver/xmorelock just was shown to me when
trying to upgrade from 20.04 to 21.10 (running do-release-upgrade in the
shell). Upgrade is still running, keeping fingers crossed it will work
properly.

As there is no information on how to properly disable
xscreensaver/xmorelock, I find this message a bit unhelpful. To
exaggerate, it reads like "The installation might go wrong and lock
yourself out of the system. If you want to prevent that, then go find
out by yourself how to do that. Good Luck!"

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

Title:
  When xscreensaver/xlockmore isn't properly stopped, the upgrade leads
  to a broken system

To manage notifications about this bug go to:
https://bugs.launchpad.net/update-manager/+bug/966451/+subscriptions


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

[Bug 1951746] [NEW] Kernel can't recognize hard drive in Lenovo Ideapad - Linux Mint

2021-11-21 Thread nerdi
Public bug reported:

Description:Linux Mint 20.1
Release:20.1

version_signature:
Ubuntu 5.11.0-38.42~20.04.1-generic 5.11.22

^version signature after reverting back to previous kernel version


updated to kernel linux 5.11.0-40-generic
after update and restart, I received

kernel-panic:
VFS: cannot open root device "nvme0n1p1" or unknown block (0,0): error -6 
please append a correct "root=" boot option.


using the previous kernel version properly loaded all firmware again.

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: kernel-bug

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

Title:
  Kernel can't recognize hard drive in Lenovo Ideapad - Linux Mint

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


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

[Bug 1950467] Re: [BPO] libreoffice 7.1.7 for focal

2021-11-21 Thread Rico Tzschichholz
Hello,

Thank you for your review.

I have updated the patch and minimized the usage of internal libraries as far 
as possible.
See the packaging git branch [1] for more details.

We provide libreoffice_*.orig-tarballs.tar.xz to fallback on library
versions used upstream if the system environment is not sufficient.

The new requirement to include a "~bpo" string seems a bit unfortunate
given the established versioning of the package [2] [3]. Could you make
a recommendation here while this is not a plain rebuild of the hirsute
package?

[1] 
https://git.launchpad.net/~libreoffice/ubuntu/+source/libreoffice/log/?h=wip/focal-7.1
[2] https://launchpad.net/ubuntu/+source/libreoffice
[3] https://launchpad.net/~libreoffice/+archive/ubuntu/ppa/+packages


** Patch added: "libreoffice_7.1.7-0ubuntu0.20.04.1.diff"
   
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1950467/+attachment/5542451/+files/libreoffice_7.1.7-0ubuntu0.20.04.1.diff

** Patch removed: "libreoffice_7.1.7-0ubuntu0.20.04.1.diff"
   
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1950467/+attachment/5539575/+files/libreoffice_7.1.7-0ubuntu0.20.04.1.diff

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

Title:
  [BPO] libreoffice 7.1.7 for focal

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


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

[Bug 1951709] Re: CVE-2021-35604 affects MariaDB in Ubuntu

2021-11-21 Thread Otto Kekäläinen
The 10.5 series update for 21.04 is now available.

Please use git-buildpackage to fetch and build from the ubuntu-21.04
branch at https://salsa.debian.org/mariadb-
team/mariadb-10.5/tree/ubuntu-21.04

The repository uses pristine-tar, so there is no need to separately
download the sources. You can just check the signature/SHA1SUM directly
from the git-buildpackage generated tarball.

Test builds and testsuite passed on all platforms at
https://launchpad.net/~mysql-ubuntu/+archive/ubuntu/mariadb-10.5/+builds?build_text=_state=all

Debdiffs can be created directly from the repo like in a local clone
with 'git diff .. debian/'

Changelog:

mariadb-10.5 (1:10.5.13-0ubuntu0.21.04.1) hirsute-security;
urgency=medium

  * SECURITY UPDATE: New upstream version 10.5.13 includes fixes for the
following security vulnerabilities (LP: #1951709):
- CVE-2021-35604
  * Drop MIPS and libatomic patches applied now upstream

 -- Otto Kekäläinen   Sat, 20 Nov 2021 16:22:31 -0800

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

Title:
  CVE-2021-35604 affects MariaDB in Ubuntu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.5/+bug/1951709/+subscriptions


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

[Bug 1950132] Re: Kubuntu Jammy Jellyfish daily-live test install crashes

2021-11-21 Thread oldfred
*** This bug is a duplicate of bug 1951399 ***
https://bugs.launchpad.net/bugs/1951399

Do not know login password when using installer. Its in an encrypted
file in my main working install.

Error posted:

kubuntu@kubuntu:~$ ubuntu-bug ubiquity
/usr/share/apport/apport-kde:129: DeprecationWarning: an integer is required 
(got type float).  Implicit conversion to integers using __int__ is deprecated, 
and may be removed in a future version of Python.
  progress.setValue(value * 1000)
/usr/bin/which: this version of `which' is deprecated; use `command -v' in 
scripts instead.

Latest ISO from Nov. 21.
Booted using grub2's loopmount.
Have to umount /isodevice or it crashes (all older versions were same).
Used manual partitioning to reuse existing old install, changed (tried to) ESP 
from sda1 to sdb1, but had to umount /sda1 and mount sdb1 as ESP while on 
screen adding login info.

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

Title:
  Kubuntu Jammy Jellyfish daily-live test install crashes

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


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

[Bug 1951709] Re: CVE-2021-35604 affects MariaDB in Ubuntu

2021-11-21 Thread Otto Kekäläinen
The 10.3 series update for 20.04 is now available.

Please use git-buildpackage to fetch and build from the ubuntu-20.04
branch at https://salsa.debian.org/mariadb-
team/mariadb-10.3/tree/ubuntu-20.04

The repository uses pristine-tar, so there is no need to separately
download the sources. You can just check the signature/SHA1SUM directly
from the git-buildpackage generated tarball.

Test builds and testsuite passed on all platforms at
https://launchpad.net/~mysql-ubuntu/+archive/ubuntu/mariadb-10.3/+builds?build_text=_state=all

Debdiffs can be created directly from the repo like in a local clone
with 'git diff .. debian/'

Changelog:

mariadb-10.3 (1:10.3.32-0ubuntu0.20.04.1) focal-security; urgency=medium

  * SECURITY UPDATE: New upstream version 10.3.32 includes fixes for the
following security vulnerabilities (LP: #1951709):
- CVE-2021-35604
  * Upstream issue MDEV-25114 about Galera WSREP invalid state
fixed (Closes: #989898)

 -- Otto Kekäläinen   Sat, 20 Nov 2021 16:08:18 -0800

** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2021-35604

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

Title:
  CVE-2021-35604 affects MariaDB in Ubuntu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.5/+bug/1951709/+subscriptions


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

[Bug 1951722] Re: package inkscape-tutorials (not installed) failed to install/upgrade: tentative de remplacement de « /usr/share/inkscape/tutorials/README », qui appartient aussi au paquet inkscape 1

2021-11-21 Thread Mattia Rizzolo
besides, the bug report said "DistroRelease: Ubuntu 20.04" but the
package version you are getting an error against says "18.04", so I
suppose you also have some PPA or such with the wrong distribution set.

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

Title:
  package inkscape-tutorials (not installed) failed to install/upgrade:
  tentative de remplacement de « /usr/share/inkscape/tutorials/README »,
  qui appartient aussi au paquet inkscape 1.0.2+r75+1~ubuntu18.04.1

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


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

[Bug 1951722] Re: package inkscape-tutorials (not installed) failed to install/upgrade: tentative de remplacement de « /usr/share/inkscape/tutorials/README », qui appartient aussi au paquet inkscape 1

2021-11-21 Thread Mattia Rizzolo
"1.0.2+r75+1~ubuntu18.04.1" is not a version that comes from the ubuntu
archive, besides it's an higher version that what's in focal anyway.

It's not a configuration we can support officially, so I recommend you
go ask user support instead of opening a bug.

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

Title:
  package inkscape-tutorials (not installed) failed to install/upgrade:
  tentative de remplacement de « /usr/share/inkscape/tutorials/README »,
  qui appartient aussi au paquet inkscape 1.0.2+r75+1~ubuntu18.04.1

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


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

[Bug 1932552] Re: php-symfony-dependency-injection not working with php 8

2021-11-21 Thread Łukasz
Hello

I would like to ask about any progress in fix this package in Focal?
Is there a chance that this fix will appear?

Many of us have problems with phpmyadmin apt because of this problem
- https://github.com/phpmyadmin/phpmyadmin/issues/17187
- https://github.com/phpmyadmin/phpmyadmin/issues/16968
- https://github.com/symfony/symfony/issues/38089
- https://github.com/phpmyadmin/phpmyadmin/issues/17197

PS. I'm not sure, but there is probably one more thing that is related to this 
issue
```
PHP Deprecated:  Required parameter $arguments follows optional parameter 
$callable in /usr/share/php/Twig/Node/Expression/CallExpression.php on line 116
```
but I'm not sure where to report it


** Bug watch added: phpmyadmin issues from GitHub #17187
   https://github.com/phpmyadmin/phpmyadmin/issues/17187

** Bug watch added: phpmyadmin issues from GitHub #16968
   https://github.com/phpmyadmin/phpmyadmin/issues/16968

** Bug watch added: github.com/symfony/symfony/issues #38089
   https://github.com/symfony/symfony/issues/38089

** Bug watch added: phpmyadmin issues from GitHub #17197
   https://github.com/phpmyadmin/phpmyadmin/issues/17197

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

Title:
  php-symfony-dependency-injection not working with php 8

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


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

[Bug 1951742] Re: debianutils in jammy misses tempfile utility

2021-11-21 Thread Bug Watch Updater
** Changed in: debianutils
   Status: Unknown => Fix Released

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

Title:
  debianutils in jammy misses tempfile utility

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


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

[Bug 1951578] Re: unable to install apt-offline

2021-11-21 Thread Hans Joachim Desserud
No problem. Since the issue has been resolved, I've taken the liberty of
closing this.

Feel free to report any other bugs you may come across in the future.

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

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

Title:
  unable to install apt-offline

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


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

[Bug 1951634] Re: package iotop missing

2021-11-21 Thread Hans Joachim Desserud
*** This bug is a duplicate of bug 1951578 ***
https://bugs.launchpad.net/bugs/1951578

** This bug has been marked a duplicate of bug 1951578
   unable to install apt-offline

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

Title:
  package iotop missing

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


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

[Bug 1951705] Re: traceback from postinst on upgrade

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

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

Title:
  traceback from postinst on upgrade

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


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

[Bug 1951678] Re: Sync micropython 1.17+ds-1.1 (universe) from Debian unstable (main)

2021-11-21 Thread Hans Joachim Desserud
Ok, fair enough.

I only saw that the Debian package listed etter pass or "not a
regression" for the autopkgtest runs. The latter sounded a bit strange,
but not directly bad. Though I suppose that were likely the
architectures where the package didn't build at all.

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

Title:
  Sync micropython 1.17+ds-1.1 (universe) from Debian unstable (main)

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


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

[Bug 1951740] Re: ubuntu-advantage-tools: KeyError in config file

2021-11-21 Thread Hans Joachim Desserud
*** This bug is a duplicate of bug 1951705 ***
https://bugs.launchpad.net/bugs/1951705

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 1951705, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report. Feel free to continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 1951705
   traceback from postinst on upgrade

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

Title:
  ubuntu-advantage-tools: KeyError in config file

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


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

[Bug 1951399] Re: Ubuntu, Budgie, Kubuntu, Kylin, MATE, Xubuntu: jammy daily fails to install

2021-11-21 Thread Norbert
** Description changed:

  Ubiquity crashes when user tries to run ISO QA testing by following the
  procedure from:
  
  http://iso.qa.ubuntu.com/qatracker/testcases/1300/info
  http://iso.qa.ubuntu.com/qatracker/testcases/1305/info
  
- The actual result is the same: installer crashes with the following last line 
in the small terminal at the bottom - "plugininstall.py: 
ubiquity.install_misc.InstallStepError: AptSetup failed with code 127" .
- Does not depend on system type - happens on real hardware, QEMU, Virtualbox.
+ The actual result is the same: installer crashes with the following line in 
the syslog - "chroot: failed to run command ‘tempfile’" .
+ Result does not depend on system type - happens on real hardware, QEMU, 
Virtualbox.
  
- This plugininstall.py came from ubiquity package.
+ This tempfile came from debianutils package until 20211105. Now it is
+ missed.
  
  Expected result is completed bootable installation.
  
  ---
  
  Xubuntu daily (jammy) install to
  - hp dc7700 (c2d-e6320, 5gb, nvidia quadro nvs 290)
  
  ubiquity failed with crash.
  
  This install was attempted because Norbert had mentioned failure to install 
(using QEMU)
  - https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1951305
  - https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1951309
  - https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1951312
  
  This install was an old BIOS box
  
  --
  possibly Useful detail on TIMING  (Kubuntu/2021-11-08)
  Bob H/bobicat noted in 
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1950132
  
  "install crashed just before completion
  previous daily (2021-11-07) installed without error"
  
  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: ubiquity 21.10.10
  ProcVersionSignature: Ubuntu 5.13.0-19.19-generic 5.13.14
  Uname: Linux 5.13.0-19-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.11-0ubuntu73
  Architecture: amd64
  CasperMD5CheckResult: pass
  CasperVersion: 1.465
  Date: Thu Nov 18 19:36:21 2021
  InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/xubuntu.seed 
maybe-ubiquity quiet splash ---
  LiveMediaBuild: Xubuntu 22.04 LTS "Jammy Jellyfish" - Alpha amd64 (2028)
  ProcEnviron:
   LANGUAGE=en_AU.UTF-8
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_AU.UTF-8
   LC_NUMERIC=C.UTF-8
  SourcePackage: ubiquity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  Ubuntu, Budgie, Kubuntu, Kylin, MATE, Xubuntu: jammy daily fails to
  install

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


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

[Bug 1951742] Re: debianutils in jammy misses tempfile utility

2021-11-21 Thread Norbert
** Bug watch added: Debian Bug tracker #992396
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=992396

** Also affects: debianutils via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=992396
   Importance: Unknown
   Status: Unknown

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

Title:
  debianutils in jammy misses tempfile utility

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


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

[Bug 1929332] Re: update-notifier crashed with SIGSEGV in g_hash_table_lookup()

2021-11-21 Thread corrado venturini
Same problem on Ubuntu 22.04

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

Title:
  update-notifier crashed with SIGSEGV in g_hash_table_lookup()

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


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

[Bug 1951744] [NEW] Install fails on 8TB virtual drive

2021-11-21 Thread ace_ofgabriel
Public bug reported:

The virtual drive was created on the Windows host using "Manage Storage
Spaces". The VM program is VMware Workstation 16 pro. The Host CPU is an
AMD Ryzen 5 5600X

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: ubiquity 20.04.15.17
ProcVersionSignature: Ubuntu 5.11.0-27.29~20.04.1-generic 5.11.22
Uname: Linux 5.11.0-27-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu27.18
Architecture: amd64
CasperMD5CheckResult: pass
CasperVersion: 1.445.1
Date: Sun Nov 21 12:44:38 2021
InstallCmdLine: file=/cdrom/preseed/ubuntu.seed only-ubiquity 
initrd=/casper/initrd quiet splash ---
LiveMediaBuild: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug focal ubiquity-20.04.15.17 ubuntu

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

Title:
  Install fails on 8TB virtual drive

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


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

[Bug 1951733] Re: My screen freezes during a USB live session and I can't install Ubuntu

2021-11-21 Thread Mike Ferreira
I believe it to be a firmware issue... It should be move to another area
and filed against "something". This is not a question, nor a bug against
Launchpad...

This is a BUG.

But it "is" unknown just which piece, module, system, etc, "is" causing
his problem, to file it as a BUG against something specific. Please move
this to an appropriate place so that it does get attention, in some kind
of timely manner.

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

Title:
  My screen freezes during a USB live session and I can't install Ubuntu

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


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

[Bug 1951742] ProcEnviron.txt

2021-11-21 Thread Norbert
apport information

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

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

Title:
  debianutils in jammy misses tempfile utility

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


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

[Bug 1951742] ProcCpuinfoMinimal.txt

2021-11-21 Thread Norbert
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1951742/+attachment/5542441/+files/ProcCpuinfoMinimal.txt

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

Title:
  debianutils in jammy misses tempfile utility

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


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

[Bug 1951742] Re: debianutils in jammy misses tempfile utility

2021-11-21 Thread Norbert
apport information

** Tags added: apport-collected

** Description changed:

  Previous version of debianutils has /bin/tempfile , but modern 5.5-1
  does not.
  
  Please add this executable back to debianutils package.
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.11-0ubuntu73
+ Architecture: amd64
+ CasperMD5CheckResult: pass
+ CurrentDesktop: MATE
+ DistroRelease: Ubuntu 22.04
+ InstallationDate: Installed on 2021-11-21 (0 days ago)
+ InstallationMedia: Ubuntu-MATE 22.04 LTS "Jammy Jellyfish" - Alpha amd64 
(20211120)
+ Package: debianutils 5.5-1
+ PackageArchitecture: amd64
+ ProcVersionSignature: Ubuntu 5.13.0-19.19-generic 5.13.14
+ Tags:  jammy
+ Uname: Linux 5.13.0-19-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
+ _MarkForUpload: True

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/1951742/+attachment/5542440/+files/Dependencies.txt

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

Title:
  debianutils in jammy misses tempfile utility

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


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

[Bug 1951733] Re: My screen freezes during a USB live session and I can't install Ubuntu

2021-11-21 Thread Mike Ferreira
This User needs to submit his logs and errors, and do any back-traces
you all think necessary. He has worked with us at UbuntuForums, it seems
to be a case were it occasionally gets an error where "it cannot claim a
resource." The specific errors that it is getting, on the hardware,
seems to affect. Some thoughts on this error vary from maybe being a
video issue, firmware, BIOS, the USB controller, etc.

This person's computer is "New and still under warranty." The Vendors
say that there is not a BIOS upgrade for it. The Vendor had him ship
back the computer to them, where they supposedly tested it extensively
"with Windows", but found no problem.

He can run 18.04 LTS... But has problems with anything newer.

I see this problem on the same or similar hardware, not just in Ubuntu,
but also in other Linux Distributions.

"I" asked this User to escalate his problem to Launchpad. Yes, he could
take this computer back and try to get his money back on it before the
warranty expires, but something it wrong that needs to be investigated
and resolved with this.

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

Title:
  My screen freezes during a USB live session and I can't install Ubuntu

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


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

  1   2   >