[Bug 1869465] [NEW] Kdump-Tools: Makedumpfile Failed, Falling Back To 'Cp'
*** This bug is a security vulnerability *** Public security bug reported: When testing kdump on Ubuntu 18.04.4 (arm64) GA kernel, makedumpfile fails. The test steps are as follows: # echo 1> / proc / sys / kernel / sysrq # echo c> / proc / sysrq-trigger The logs are as follows: kdump-tools[646]: starting kdump-tools: * running makedumpfile -c -d 31 /proc/vmcore /var/crash/202003251128/dump-incomplete kdump-tools[646]: readpage_elf: Attempt to read non-existent page at 0x0 kdump-tools[646]: readmem: type_addr: 1, addr:ff0, size:8 kdump-tools[646]: vaddr_to_paddr_arm64: Can't read pud kdump-tools[646]: readmem: Can't convert a virtual address(9e653690) to physical address. kdump-tools[646]: readmem: type_addr: 0, addr:9e653690, size:1032 kdump-tools[646]: validate_mem_section: Can't read mem_section array. kdump-tools[646]: get_mem_section: Could not validate mem_section. kdump-tools[646]: get_mm_sparsemem: Can't get the address of mem_section. kdump-tools[646]: makedumpfile Failed. kdump-tools[646]: * kdump-tools: makedumpfile failed, falling back to 'cp' But when I use the HWE kernel, I find that there is no such problem. The HEW kernel version: 5.3.0-42-generic ** Affects: linux (Ubuntu) Importance: Undecided Status: New ** Information type changed from Public to Public Security -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1869465 Title: Kdump-Tools: Makedumpfile Failed, Falling Back To 'Cp' To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1869465/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1869450] Re: ubuntukylin-default-settings modifies /etc/os-release
Hi, Hayden, this has been approved by the desktop team: https://bugs.launchpad.net/ubuntukylin/+bug/1331873 ** Changed in: ubuntukylin-default-settings (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/1869450 Title: ubuntukylin-default-settings modifies /etc/os-release To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntukylin-default-settings/+bug/1869450/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1865130] Re: [drm:uvd_v1_0_start [radeon]] *ERROR* UVD not responding, trying to reset the VCPU!!!
Greetings. This is my first post. My laptop is Samsung Series 5 Ultra NP530UE4. Previous linux-firmware had the same error message related to AMD Radeon GPU. I have applied the followings: a. wget http://archive.ubuntu.com/ubuntu/pool/main/l/linux-firmware/linux-firmware_1.173.17_all.deb b. sudo dpkg -i linux-firmware_1.173.17_all.deb c. systemctl reboot Exported log (previous boot) search for UVD: 12:50:53 PM kernel: radeon :01:00.0: failed initializing UVD (-1). 12:50:53 PM kernel: [drm:uvd_v1_0_start [radeon]] *ERROR* UVD not responding, giving up!!! 12:50:53 PM kernel: radeon :01:00.0: failed initializing UVD (-1). 12:50:53 PM kernel: [drm:uvd_v1_0_start [radeon]] *ERROR* UVD not responding, giving up!!! 8:49:40 AM kernel: radeon :01:00.0: failed initializing UVD (-1). 8:49:40 AM kernel: [drm:uvd_v1_0_start [radeon]] *ERROR* UVD not responding, giving up!!! 8:49:39 AM kernel: radeon :01:00.0: failed initializing UVD (-1). 8:49:39 AM kernel: [drm:uvd_v1_0_start [radeon]] *ERROR* UVD not responding, giving up!!! 27 Mar 9:22:42 PM kernel: radeon :01:00.0: failed initializing UVD (-1). 27 Mar 9:22:42 PM kernel: [drm:uvd_v1_0_start [radeon]] *ERROR* UVD not responding, giving up!!! 27 Mar 9:22:08 PM kernel: radeon :01:00.0: failed initializing UVD (-1). 27 Mar 9:22:08 PM kernel: [drm:uvd_v1_0_start [radeon]] *ERROR* UVD not responding, giving up!!! 27 Mar 9:18:17 PM kernel: radeon :01:00.0: failed initializing UVD (-1). 27 Mar 9:18:17 PM kernel: [drm:uvd_v1_0_start [radeon]] *ERROR* UVD not responding, giving up!!! 27 Mar 9:17:57 PM kernel: radeon :01:00.0: failed initializing UVD (-1). 27 Mar 9:17:57 PM kernel: [drm:uvd_v1_0_start [radeon]] *ERROR* UVD not responding, giving up!!! Exported log (current boot) search for UVD: 2:53:51 PM kernel: [drm] UVD initialized successfully. Following are test information I have captured. SamSungS5a-Ubuntu:~$ dpkg -l linux-firmware Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ NameVersionArchitecture Description +++-===-==-==-=== ii linux-firmware 1.173.17 allFirmware for Linux kernel drivers SamSungS5a-Ubuntu:~$ lspci -k | grep -EA3 "VGA|Display" 00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09) Subsystem: Samsung Electronics Co Ltd 3rd Gen Core processor Graphics Controller Kernel driver in use: i915 Kernel modules: i915 -- 01:00.0 Display controller: Advanced Micro Devices, Inc. [AMD/ATI] Mars [Radeon HD 8670A/8670M/8750M] (rev ff) Kernel driver in use: radeon Kernel modules: radeon, amdgpu 02:00.0 Network controller: Qualcomm Atheros AR9485 Wireless Network Adapter (rev 01) SamSungS5a-Ubuntu:~$ glxinfo | grep "OpenGL renderer" OpenGL renderer string: Mesa DRI Intel(R) Ivybridge Mobile SamSungS5a-Ubuntu:~$ DRI_PRIME=1 glxinfo | grep "OpenGL renderer" OpenGL renderer string: AMD OLAND (DRM 2.50.0, 4.15.0-91-generic, LLVM 9.0.0) SamSungS5a-Ubuntu:~$ glxgears -info Running synchronized to the vertical refresh. The framerate should be approximately the same as the monitor refresh rate. GL_RENDERER = Mesa DRI Intel(R) Ivybridge Mobile GL_VERSION= 3.0 Mesa 19.2.8 GL_VENDOR = Intel Open Source Technology Center GL_EXTENSIONS = 305 frames in 5.0 seconds = 60.854 FPS 300 frames in 5.0 seconds = 59.931 FPS 300 frames in 5.0 seconds = 59.930 FPS 300 frames in 5.0 seconds = 59.932 FPS 300 frames in 5.0 seconds = 59.930 FPS SamSungS5a-Ubuntu:~$ DRI_PRIME=1 glxgears -info Running synchronized to the vertical refresh. The framerate should be approximately the same as the monitor refresh rate. GL_RENDERER = AMD OLAND (DRM 2.50.0, 4.15.0-91-generic, LLVM 9.0.0) GL_VERSION= 4.5 (Compatibility Profile) Mesa 19.2.8 GL_VENDOR = X.Org GL_EXTENSIONS = 321 frames in 5.0 seconds = 64.010 FPS 300 frames in 5.0 seconds = 59.932 FPS 300 frames in 5.0 seconds = 59.932 FPS 300 frames in 5.0 seconds = 59.930 FPS 300 frames in 5.0 seconds = 59.931 FPS The AMD GPU is initialing and working fine now on my laptop. Thank you for the fix. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1865130 Title: [drm:uvd_v1_0_start [radeon]] *ERROR* UVD not responding, trying to reset the VCPU!!! To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1865130/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1869465] Missing required logs.
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 1869465 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/1869465 Title: Kdump-Tools: Makedumpfile Failed, Falling Back To 'Cp' To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1869465/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1868551] Re: Screen freezes : NULL pointer dereference i915_active_acquire since Linux 5.4
Q: Is there an upstream commit? A: Not that I am aware of https://gitlab.freedesktop.org/drm/intel/issues/827 A month ago: Hi, when will this make it's way into Kernel 5.4? -- The Boy from the MAD show ;-) You can check if you had the same type crash of your Ubuntu 20.04 (soon LTS) zgrep -h i915_active_acquire /var/log/kern.log* RIP: 0010:i915_active_acquire+0xe/0x80 [i915] I had about one or two crash / freeze of Ubuntu 20.04 per week on my Dell XPS 13 connected to an external monitor. Initially, I thought it was related to the instability of the hardware itself but at the end it seems to be an Intel i915 graphics kernel driver bug or regression on Linux Kernel 5.4. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1868551 Title: Screen freezes : NULL pointer dereference i915_active_acquire since Linux 5.4 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1868551/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1868551] Re: Screen freezes : NULL pointer dereference i915_active_acquire since Linux 5.4
zgrep -h i915_active_acquire /var/log/kern.log* kern.log* | cut -d ' ' -f1-3,5,9- ** Attachment added: "kern.log" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1868551/+attachment/5342403/+files/kern.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1868551 Title: Screen freezes : NULL pointer dereference i915_active_acquire since Linux 5.4 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1868551/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1869468] [NEW] Sync gpaste 3.36.3-1 (universe) from Debian unstable (main)
Public bug reported: Please sync gpaste 3.36.3-1 (universe) from Debian unstable (main) It's a small, bug-fix release. https://github.com/Keruspe/GPaste/blob/gpaste-3.36/NEWS NEW in 3.36.3 (27/03/2020) - Fix activating items using Ctrl-Number in gnome-shell Changelog entries since current focal version 3.36.2-1: gpaste (3.36.3-1) unstable; urgency=medium * New upstream version 3.36.3 (Closes: #955132) -- Jérémy Lal Fri, 27 Mar 2020 19:34:36 +0100 ** Affects: gpaste (Ubuntu) Importance: Undecided Status: New ** Tags: focal upgrade-software-version ** Tags added: focal upgrade-software-version -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1869468 Title: Sync gpaste 3.36.3-1 (universe) from Debian unstable (main) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gpaste/+bug/1869468/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1869470] [NEW] Can't minimize Thunderbird Lightning reminder window
You have been subscribed to a public bug: Ever since Ubuntu moved back to Gnome from Unity, it's impossible to minimize the Thunderbird Lightning reminder window. It's really annoying, the window is always on top of Thunderbird and has to be constantly moved around to use the program. Closing the window makes no sense as a) it tends to start syncing the events with reminders, which can show conflict prompts requiring even more work from the user and b) the window comes back very quickly. So, minimize makes the most sense. ** Affects: mutter (Ubuntu) Importance: Undecided Status: New -- Can't minimize Thunderbird Lightning reminder window https://bugs.launchpad.net/bugs/1869470 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1868551] Re: Screen freezes : NULL pointer dereference i915_active_acquire since Linux 5.4
Seems to be fixed in the latest 5.5 http://kobi.wang/v5.x/ChangeLog-5.5 drm/i915: Hold reference to intel_frontbuffer as we track activity Since obj->frontbuffer is no longer protected by the struct_mutex, as we are processing the execbuf, it may be removed. Mark the intel_frontbuffer as rcu protected, and so acquire a reference to the struct as we track activity upon it. Closes: https://gitlab.freedesktop.org/drm/intel/issues/827 Fixes: 8e7cb1799b4f ("drm/i915: Extract intel_frontbuffer active tracking") Signed-off-by: Chris Wilson Link: https://patchwork.freedesktop.org/patch/msgid/20191218104043.3539458-1-ch...@chris-wilson.co.uk (cherry picked from commit da42104f589d979bbe402703fd836cec60befae1) I am not sure that is a good idea to ship Ubuntu 20.04 LTS with Linux Kernel 5.4 branch unless you backport 5.5 patches as many people rely on bult-in Intel GPU in their workstation and the Intel graphics kernel driver is not very stable https://linuxreviews.org/Linux_Kernel_5.5_Will_Not_Fix_The_Frequent_Intel_GPU_Hangs_In_Recent_Kernels https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=949369 https://bugzilla.redhat.com/show_bug.cgi?id=1805278 https://bugs.archlinux.org/task/65392 Google "i915_active_acquire"+"i915_vma_move_to_active" Google link:https://gitlab.freedesktop.org/drm/intel/issues/827 commit e85ade1f50aae464ce196672faa7a099fd1721ed Author: Chris Wilson Date: Wed Dec 18 10:40:43 2019 + ** Bug watch added: Debian Bug tracker #949369 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=949369 ** Bug watch added: Red Hat Bugzilla #1805278 https://bugzilla.redhat.com/show_bug.cgi?id=1805278 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1868551 Title: Screen freezes : NULL pointer dereference i915_active_acquire since Linux 5.4 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1868551/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1867385] Re: Sync lollypop 1.2.32-1 (universe) from Debian unstable (main)
** Summary changed: - Sync lollypop 1.2.30-1 (universe) from Debian unstable (main) + Sync lollypop 1.2.32-1 (universe) from Debian unstable (main) ** Description changed: - Please sync lollypop 1.2.29-1 (universe) from Debian unstable (main) + Please sync lollypop 1.2.32-1 (universe) from Debian unstable (main) Upstream releases frequent, small bug-fix releases, all 1.2.x releases are maintenance releases. https://gitlab.gnome.org/World/lollypop/-/tags + + 1.2.32 + Fix a crash in Tunin + Fix a crash in settings + Fix some UI non sense + + 1.2.31 + Fix an issue with filtering + Fix an issue with random tracks + + 1.2.30 1.2.29 Fix an issue with crossfading 1.2.28 Fix an issue with keyboard shortcuts in search view 1.2.27 Fix an issue between "Open With" and Dolphin 1.2.26 Fix a crash in about dialog Fix a crash in DND 1.2.25 Fix an issue with new "open with" dialog on Ubuntu. 1.2.24 Faster search Code refactoring Changelog entries since current focal version 1.2.23-1: lollypop (1.2.29-1) unstable; urgency=medium - * New upstream version 1.2.29 + * New upstream version 1.2.29 - -- Andreas Rönnquist Fri, 20 Mar 2020 23:27:28 + -- Andreas Rönnquist Fri, 20 Mar 2020 23:27:28 +0100 lollypop (1.2.27-1) unstable; urgency=medium - * New upstream version 1.2.27 + * New upstream version 1.2.27 - -- Andreas Rönnquist Fri, 20 Mar 2020 17:35:45 + -- Andreas Rönnquist Fri, 20 Mar 2020 17:35:45 +0100 lollypop (1.2.26-1) unstable; urgency=medium * New upstream version 1.2.26 * Add patch to not get version from git revision -- Andreas Rönnquist Thu, 19 Mar 2020 22:10:00 +0100 lollypop (1.2.25-1) unstable; urgency=medium * New upstream version 1.2.25 * Remove patch 0001-Patch-out-git-version-in-Debian-package.patch - no need due to upstream changes -- Andreas Rönnquist Wed, 11 Mar 2020 17:47:58 +0100 lollypop (1.2.24-1) unstable; urgency=medium * New upstream version 1.2.24 -- Andreas Rönnquist Tue, 10 Mar 2020 19:39:46 +0100 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1867385 Title: Sync lollypop 1.2.32-1 (universe) from Debian unstable (main) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lollypop/+bug/1867385/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1869470] [NEW] Can't minimize Thunderbird Lightning reminder window
Public bug reported: Ever since Ubuntu moved back to Gnome from Unity, it's impossible to minimize the Thunderbird Lightning reminder window. It's really annoying, the window is always on top of Thunderbird and has to be constantly moved around to use the program. Closing the window makes no sense as a) it tends to start syncing the events with reminders, which can show conflict prompts requiring even more work from the user and b) the window comes back very quickly. So, minimize makes the most sense. ** Affects: mutter (Ubuntu) Importance: Undecided Status: New ** Project changed: qlbr => mutter (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1869470 Title: Can't minimize Thunderbird Lightning reminder window To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/1869470/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1869465] Re: Kdump-Tools: Makedumpfile Failed, Falling Back To 'Cp'
Here is the capture kernel's log: [0.00] Booting Linux on physical CPU 0x1f0200 [0x481fd010] [0.00] Linux version 4.15.0-91-generic (buildd@bos02-arm64-019) (gcc version 7.4.0 (Ubuntu/Linaro 7.4.0-1ubuntu1~18.04.1)) #92-Ubuntu SMP Fri Feb 28 11:10:16 UTC 2020 (Ubuntu 4.15.0-91.92-generic 4.15.18) [0.00] efi: Getting EFI parameters from FDT: [0.00] efi: EFI v2.70 by EDK II [0.00] efi: ACPI 2.0=0x2057 SMBIOS 3.0=0x204e MEMATTR=0x23e32018 ESRT=0x23e77798 [0.00] esrt: Reserving ESRT space from 0x23e77798 to 0x23e777d0. [0.00] Reserving 5KB of memory at 0x7fffe000 for elfcorehdr [0.00] ACPI: Early table checksum verification disabled [0.00] ACPI: RSDP 0x2057 24 (v02 HISI ) [0.00] ACPI: XSDT 0x2056 AC (v01 HISI HIP08 0113) [0.00] ACPI: FACP 0x2004 000114 (v06 HISI HIP08 HISI 20151124) [0.00] ACPI: DSDT 0x1FDC 00CFCC (v02 HISI HIP08 INTL 20181213) [0.00] ACPI: PCCT 0x2055 8A (v01 HISI HIP08 HISI 20151124) [0.00] ACPI: SSDT 0x2054 00E56A (v02 HISI HIP07 INTL 20181213) [0.00] ACPI: BERT 0x2049 30 (v01 HISI HIP08 HISI 20151124) [0.00] ACPI: HEST 0x2047 00058C (v01 HISI HIP08 HISI 20151124) [0.00] ACPI: ERST 0x2043 000230 (v01 HISI HIP08 HISI 20151124) [0.00] ACPI: EINJ 0x2042 000170 (v01 HISI HIP08 HISI 20151124) [0.00] ACPI: GTDT 0x2002 7C (v02 HISI HIP08 HISI 20151124) [0.00] ACPI: SDEI 0x1FE2 30 (v01 HISI HIP08 HISI 20151124) [0.00] ACPI: MCFG 0x1FE1 3C (v01 HISI HIP08 HISI 20151124) [0.00] ACPI: SLIT 0x1FE0 30 (v01 HISI HIP08 0001 HISI 20151124) [0.00] ACPI: SPCR 0x1FDF 50 (v02 HISI HIP08 HISI 20151124) [0.00] ACPI: SRAT 0x1FDE 000540 (v03 HISI HIP08 HISI 20151124) [0.00] ACPI: APIC 0x1FDD 00146C (v04 HISI HIP08 HISI 20151124) [0.00] ACPI: IORT 0x1FDB 001060 (v00 HISI HIP08 INTL 20181213) [0.00] ACPI: PPTT 0x1F8E 002130 (v01 HISI HIP08 HISI 20151124) [0.00] ACPI: SPMI 0x1F8D 41 (v05 HISI HIP08 HISI 20151124) [0.00] ACPI: SPCR: console: uart,mmio,0x3f2f8,115200 [0.00] ACPI: NUMA: SRAT: PXM 0 -> MPIDR 0x18 -> Node 0 [0.00] ACPI: NUMA: SRAT: PXM 0 -> MPIDR 0x180100 -> Node 0 [0.00] ACPI: NUMA: SRAT: PXM 0 -> MPIDR 0x180200 -> Node 0 [0.00] ACPI: NUMA: SRAT: PXM 0 -> MPIDR 0x180300 -> Node 0 [0.00] ACPI: NUMA: SRAT: PXM 0 -> MPIDR 0x19 -> Node 0 [0.00] ACPI: NUMA: SRAT: PXM 0 -> MPIDR 0x190100 -> Node 0 [0.00] ACPI: NUMA: SRAT: PXM 0 -> MPIDR 0x190200 -> Node 0 [0.00] ACPI: NUMA: SRAT: PXM 0 -> MPIDR 0x190300 -> Node 0 [0.00] ACPI: NUMA: SRAT: PXM 0 -> MPIDR 0x1a -> Node 0 [0.00] ACPI: NUMA: SRAT: PXM 0 -> MPIDR 0x1a0100 -> Node 0 [0.00] ACPI: NUMA: SRAT: PXM 0 -> MPIDR 0x1a0200 -> Node 0 [0.00] ACPI: NUMA: SRAT: PXM 0 -> MPIDR 0x1a0300 -> Node 0 [0.00] ACPI: NUMA: SRAT: PXM 0 -> MPIDR 0x1b -> Node 0 [0.00] ACPI: NUMA: SRAT: PXM 0 -> MPIDR 0x1b0100 -> Node 0 [0.00] ACPI: NUMA: SRAT: PXM 0 -> MPIDR 0x1b0200 -> Node 0 [0.00] ACPI: NUMA: SRAT: PXM 0 -> MPIDR 0x1b0300 -> Node 0 [0.00] ACPI: NUMA: SRAT: PXM 0 -> MPIDR 0x1c -> Node 0 [0.00] ACPI: NUMA: SRAT: PXM 0 -> MPIDR 0x1c0100 -> Node 0 [0.00] ACPI: NUMA: SRAT: PXM 0 -> MPIDR 0x1c0200 -> Node 0 [0.00] ACPI: NUMA: SRAT: PXM 0 -> MPIDR 0x1c0300 -> Node 0 [0.00] ACPI: NUMA: SRAT: PXM 0 -> MPIDR 0x1d -> Node 0 [0.00] ACPI: NUMA: SRAT: PXM 0 -> MPIDR 0x1d0100 -> Node 0 [0.00] ACPI: NUMA: SRAT: PXM 0 -> MPIDR 0x1d0200 -> Node 0 [0.00] ACPI: NUMA: SRAT: PXM 0 -> MPIDR 0x1d0300 -> Node 0 [0.00] ACPI: NUMA: SRAT: PXM 0 -> MPIDR 0x1e -> Node 0 [0.00] ACPI: NUMA: SRAT: PXM 0 -> MPIDR 0x1e0100 -> Node 0 [0.00] ACPI: NUMA: SRAT: PXM 0 -> MPIDR 0x1e0200 -> Node 0 [0.00] ACPI: NUMA: SRAT: PXM 0 -> MPIDR 0x1e0300 -> Node 0 [0.00] ACPI: NUMA: SRAT: PXM 0 -> MPIDR 0x1f -> Node 0 [0.00] ACPI: NUMA: SRAT: PXM 0 -> MPIDR 0x1f0100 -> Node 0 [0.00] ACPI: NUMA: SRAT: PXM 0 -> MPIDR 0x1f0200 -> Node 0 [0.00] ACPI: NUMA: SRAT: PXM 0 -> MPIDR 0x1f0300 -> Node 0 [0.00] ACPI: NUMA: SRAT: PXM 1 -> MPIDR 0x38 -> Node 1 [0.00] ACPI: NUMA: SRAT: PXM 1 -> MPIDR 0x380100 -
[Bug 1400716] Re: package libc-bin 2.19-13ubuntu2 failed to install/upgrade: зацикливание триггеров, отмена работы
You're absolutely right. In my efforts to gather all duplicate bugreports, I missed it was being sorted by importance rather than by number and I entirely overlooked the date. My apologies. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1400716 Title: package libc-bin 2.19-13ubuntu2 failed to install/upgrade: зацикливание триггеров, отмена работы To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1400716/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1828929] Re: upload speed is reported wrong
Forgot to mention, I confirmed the patch does resolve the issue: # speedtest-cli --no-download Retrieving speedtest.net configuration... Testing from Mammoth Media Pty (103.1.186.209)... Retrieving speedtest.net server list... Selecting best server based on ping... Hosted by Telstra (Chatswood) [6.11 km]: 1.056 ms Skipping download test Testing upload speed.. Upload: 1.67 Mbit/s # patch /usr/lib/python3/dist-packages/speedtest.py speedtest.patch patching file /usr/lib/python3/dist-packages/speedtest.py Hunk #1 succeeded at 1474 (offset -48 lines). # speedtest-cli --no-download Retrieving speedtest.net configuration... Testing from Mammoth Media Pty (103.1.186.209)... Retrieving speedtest.net server list... Selecting best server based on ping... Hosted by Telstra (Chatswood) [6.11 km]: 1.093 ms Skipping download test Testing upload speed.. Upload: 931.40 Mbit/s -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1828929 Title: upload speed is reported wrong To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/speedtest-cli/+bug/1828929/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1766230] Re: Strange window matching behaviour between Slack and Chrome
This happen with me in PhpStorm, also snap installed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1766230 Title: Strange window matching behaviour between Slack and Chrome To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1766230/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1828929] Re: upload speed is reported wrong
I ran git bisect against upstream and identified the patch fixes this bug - it is https://github.com/sivel/speedtest- cli/commit/a8a32650015997f7847f2de72a29ff7906f53d8a It is tiny and applies cleanly against Ubuntu's 2.0.0-1 package, hopefully it is acceptable to merge? ** Patch added: "Patch for /usr/lib/python3/dist-packages/speedtest.py" https://bugs.launchpad.net/ubuntu/+source/speedtest-cli/+bug/1828929/+attachment/5342419/+files/speedtest.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1828929 Title: upload speed is reported wrong To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/speedtest-cli/+bug/1828929/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1869473] Re: Sync telegram-desktop 1.9.21+ds-1 (universe) from Debian unstable (main)
** Attachment added: "telegram-desktop_build.log" https://bugs.launchpad.net/ubuntu/+source/telegram-desktop/+bug/1869473/+attachment/5342430/+files/telegram-desktop_build.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1869473 Title: Sync telegram-desktop 1.9.21+ds-1 (universe) from Debian unstable (main) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/telegram-desktop/+bug/1869473/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1869473] [NEW] Sync telegram-desktop 1.9.21+ds-1 (universe) from Debian unstable (main)
Public bug reported: Please sync telegram-desktop 1.9.21+ds-1 (universe) from Debian unstable (main) Changelog entries since current focal version 1.9.14+ds-2: telegram-desktop (1.9.21+ds-1) unstable; urgency=medium * New upstream release. - Incremental reading of messages is available. - Spell-checker implementation remains the same via Enchant to make it easier for extension. * Add a script for reportbug that attaches user's log file. -- Nicholas Guriev Sun, 22 Mar 2020 08:57:48 +0300 Upstream changelog since 1.9.14: 1.9.21 (16.03.20) - Mark new messages as read while scrolling down through them. - Improved spellchecking on Windows 7 and Linux. 1.9.20 beta (14.03.20) - Fix crash in shared links search. - Fix blurred thumbnails in albums with video files. - Fix a possible crash in animated stickers rendering. 1.9.19 beta (25.02.20) - Bug fixes and other minor improvements. 1.9.18 beta (25.02.20) - Bug fixes and other minor improvements. 1.9.17 beta (24.02.20) - Spell checker on Windows 7. - Bug fixes and other minor improvements. 1.9.16 beta (23.02.20) - Bug fixes and other minor improvements. 1.9.15 beta (21.02.20) - Mark new messages as read while scrolling down through them. - Bug fixes and other minor improvements. ** Affects: telegram-desktop (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/1869473 Title: Sync telegram-desktop 1.9.21+ds-1 (universe) from Debian unstable (main) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/telegram-desktop/+bug/1869473/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1865471] Re: USB 3.1 Gen 1 not work after using suspend
** Description changed: Good morning. - - Many months I use "suspend" - (settings->energy->When the shutdown button...) on Ubuntu 18.04 or 19.10. - - At each wake up, the USB ports 3.1 Gen 1 of motherboard back panel don't - work (USB flash drive, webcam, keyboard). - - No problems with USB ports 2.0/1.1 of motherboard back panel. - No problems with USB ports 3.1 Gen 1 / 2.0/1.1 of front panel (from internal USB header). - - I think my motherboard is not at fault because I did not reproduce this - bug on Windows 10. + I use "suspend"(settings->energy->When the shutdown button...) on 18.04. + Each wake up, USB ports 3.1 Gen 1 of motherboard back panel don't work. + USB ports 2.0/1.1 of motherboard back panel work ! + My motherboard not at fault because I did not reproduce this on Windows. --- ProblemType: Bug ApportVersion: 2.20.9-0ubuntu7.11 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: christophe 1648 F pulseaudio /dev/snd/controlC2: christophe 1648 F pulseaudio /dev/snd/controlC0: christophe 1648 F pulseaudio CurrentDesktop: ubuntu:GNOME DistroRelease: Ubuntu 18.04 InstallationDate: Installed on 2020-02-18 (14 days ago) InstallationMedia: Ubuntu 18.04.3 LTS "Bionic Beaver" - Release amd64 (20190805) IwConfig: lono wireless extensions. enp6s0no wireless extensions. MachineType: Gigabyte Technology Co., Ltd. GA-A320M-S2H (rev. 1.x) Package: linux (not installed) ProcEnviron: TERM=xterm-256color PATH=(custom, no user) XDG_RUNTIME_DIR= LANG=fr_FR.UTF-8 SHELL=/bin/bash ProcFB: 0 amdgpudrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-40-generic root=UUID=9757d7ed-95dd-47d2-a3a7-80be35d05879 ro quiet splash vt.handoff=1 ProcVersionSignature: Ubuntu 5.3.0-40.32~18.04.1-generic 5.3.18 RelatedPackageVersions: linux-restricted-modules-5.3.0-40-generic N/A linux-backports-modules-5.3.0-40-generic N/A linux-firmware1.173.15 RfKill: Tags: bionic Uname: Linux 5.3.0-40-generic x86_64 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 11/28/2019 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: F50 dmi.board.asset.tag: Default string dmi.board.name: A320M-S2H-CF dmi.board.vendor: Gigabyte Technology Co., Ltd. dmi.board.version: x.x dmi.chassis.asset.tag: Default string dmi.chassis.type: 3 dmi.chassis.vendor: Default string dmi.chassis.version: Default string dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrF50:bd11/28/2019:svnGigabyteTechnologyCo.,Ltd.:pnA320M-S2H:pvrDefaultstring:rvnGigabyteTechnologyCo.,Ltd.:rnA320M-S2H-CF:rvrx.x:cvnDefaultstring:ct3:cvrDefaultstring: dmi.product.family: Default string dmi.product.name: A320M-S2H dmi.product.sku: Default string dmi.product.version: Default string dmi.sys.vendor: Gigabyte Technology Co., Ltd. --- -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1865471 Title: USB 3.1 Gen 1 not work after using suspend To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1865471/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1869475] [NEW] Terminal window shrinks when other app is opened/closed to the dock
Public bug reported: Ubuntu mate 20.04 running on a ThinkPad X230 (intel graphics) at 1366x768 resolution using the "Redmond" layout. Steps to reproduce: - Open Mate Terminal in standard 80x24 window - (My font is set to Monospace Regular 10 with "show menu" ticked) - run `for i in {1..23}; do echo $i; done` - Open Telegram (I have the non-snap version installed) - Repeatedly close (using the X button) and re-open Telegram from the dock so it maximises/minimises - Watch the terminal window as you do this What should happen: - terminal window should not be affected beyond gaining/losing focus What actually happens: - Menu bar in terminal window disappears and reappears. Terminal window shrinks and lines are lost from the top of the terminal I think this might be a marco bug. It happens with and without compositing. I wonder if it is related to the switching of focus? ProblemType: Bug DistroRelease: Ubuntu 20.04 Package: marco 1.24.0-1ubuntu1 ProcVersionSignature: Ubuntu 5.4.0-18.22-generic 5.4.24 Uname: Linux 5.4.0-18-generic x86_64 NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair ApportVersion: 2.20.11-0ubuntu21 Architecture: amd64 CurrentDesktop: MATE Date: Sat Mar 28 09:15:43 2020 InstallationDate: Installed on 2019-10-11 (168 days ago) InstallationMedia: Ubuntu-MATE 19.10 "Eoan Ermine" - Beta amd64 (20190926.2) SourcePackage: marco UpgradeStatus: Upgraded to focal on 2020-02-07 (50 days ago) ** Affects: marco (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug focal ** Attachment added: "shrinking_terminal.png" https://bugs.launchpad.net/bugs/1869475/+attachment/5342431/+files/shrinking_terminal.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1869475 Title: Terminal window shrinks when other app is opened/closed to the dock To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/marco/+bug/1869475/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1869476] [NEW] The gimp crashes
Public bug reported: ``` GNU Image Manipulation Program version 2.10.14 git-describe: GIMP_2_10_12-511-ga4f55d6c7e C compiler: Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper OFFLOAD_TARGET_NAMES=nvptx-none OFFLOAD_TARGET_DEFAULT=1 Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.4.0-1ubuntu1~18.04.1' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model: posix gcc version 7.4.0 (Ubuntu 7.4.0-1ubuntu1~18.04.1) using babl version 0.1.72 (compiled against version 0.1.72) using GEGL version 0.4.18 (compiled against version 0.4.18) using GLib version 2.56.4 (compiled against version 2.56.4) using GdkPixbuf version 2.36.11 (compiled against version 2.36.11) using GTK+ version 2.24.32 (compiled against version 2.24.32) using Pango version 1.40.14 (compiled against version 1.40.14) using Fontconfig version 2.12.6 (compiled against version 2.12.6) using Cairo version 1.15.10 (compiled against version 1.15.10) ``` > fatal error: Violació de segment Stack trace: ``` # Stack traces obtained from PID 8989 - Thread 8989 # [New LWP 8991] [New LWP 8992] [New LWP 8993] [New LWP 8994] [New LWP 8995] [New LWP 8996] [New LWP 9011] [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". 0x7f737261f384 in __libc_read (fd=19, buf=0x7ffd2131c450, nbytes=256) at ../sysdeps/unix/sysv/linux/read.c:27 Id Target Id Frame * 1Thread 0x7f7377457e00 (LWP 8989) "gimp-2.10" 0x7f737261f384 in __libc_read (fd=19, buf=0x7ffd2131c450, nbytes=256) at ../sysdeps/unix/sysv/linux/read.c:27 2Thread 0x7f73689a4700 (LWP 8991) "worker" syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38 3Thread 0x7f73681a3700 (LWP 8992) "worker" syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38 4Thread 0x7f73679a2700 (LWP 8993) "worker" syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38 5Thread 0x7f7365231700 (LWP 8994) "gmain" 0x7f7372331bf9 in __GI___poll (fds=0x5589fd324a20, nfds=2, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29 6Thread 0x7f7364a30700 (LWP 8995) "gdbus" 0x7f7372331bf9 in __GI___poll (fds=0x7f7354007400, nfds=4, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29 7Thread 0x7f7341ec0700 (LWP 8996) "async" syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38 8Thread 0x7f73416bf700 (LWP 9011) "pool" syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38 Thread 8 (Thread 0x7f73416bf700 (LWP 9011)): #0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38 No locals. #1 0x7f7372e6187a in g_cond_wait_until () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 No symbol table info available. #2 0x7f7372dee571 in ?? () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 No symbol table info available. #3 0x7f7372deeb2c in g_async_queue_timeout_pop () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 No symbol table info available. #4 0x7f7372e43c1e in ?? () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 No symbol table info available. #5 0x7f7372e43175 in ?? () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 No symbol table info available. #6 0x7f73726156db in start_thread (arg=0x7f73416bf700) at pthread_create.c:463 pd = 0x7f73416bf700 now = unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140132995561216, 7461614818709773498, 140132995557632, 0, 94051195725904, 140725160361648, -7391961752726102854, -7392060764552913734}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} not_first_call = #7 0x7f737233e88f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95 No locals. Thread 7 (Thread 0x7f7341ec0700 (LWP 8996)): #0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38 No locals. #1 0x7f7372e6175f in g_cond_wait () from /usr/li
[Bug 1869477] [NEW] Terminal doesn't open after exchanging Strg and Fn button
Public bug reported: After exchanging the Fn and Strg button in BIOS on my Lenovo T430, the terminal can not be opened by Strg+Alt+T anymore. It is opened for a blink of an eye but closed immediately. ProblemType: Bug DistroRelease: Ubuntu 18.04 Package: lxterminal 0.3.1-2ubuntu2 ProcVersionSignature: Ubuntu 5.3.0-42.34~18.04.1-generic 5.3.18 Uname: Linux 5.3.0-42-generic x86_64 ApportVersion: 2.20.9-0ubuntu7.12 Architecture: amd64 CurrentDesktop: LXDE Date: Sat Mar 28 10:36:41 2020 InstallationDate: Installed on 2020-01-27 (61 days ago) InstallationMedia: Lubuntu 18.04.3 LTS "Bionic Beaver" - Release amd64 (20190805) SourcePackage: lxterminal UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: lxterminal (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug bionic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1869477 Title: Terminal doesn't open after exchanging Strg and Fn button To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lxterminal/+bug/1869477/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1822467] Re: OpeonConnect fails with generic TLS Fatal Alert Error
On Fedora latest stable enabling legacy crypto policies solves this for me. I’m on my phone and haven’t spent a lot of time googling how to do this for Ubuntu but here’s the fedora docs for reference: https://fedoraproject.org/wiki/Changes/StrongCryptoSettings -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1822467 Title: OpeonConnect fails with generic TLS Fatal Alert Error To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/openconnect/+bug/1822467/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1869449] Re: Corrupted Model number and Serial number in gnome-disks
** Also affects: gnome-disk-utility (Ubuntu) Importance: Undecided Status: New ** No longer affects: ubuntu-mate ** Tags added: eoan -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1869449 Title: Corrupted Model number and Serial number in gnome-disks To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-disk-utility/+bug/1869449/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1868594] Re: missing dependencies
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: ausweisapp2 (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/1868594 Title: missing dependencies To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ausweisapp2/+bug/1868594/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1840725] Re: Microphone not working in Ubuntu 18.04.3 LTS on new hp-spectre-x360-convertible-15 laptop
I have the same issues on an HP ENVY x360 Convertible 15-dr0xxx. I have tried about everything I could find online about this issue but the internal mic still isn't working. :( -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1840725 Title: Microphone not working in Ubuntu 18.04.3 LTS on new hp- spectre-x360-convertible-15 laptop To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1840725/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1869449] Re: Corrupted Model number and Serial number in gnome-disks
Thank you for reporting this bug and make ubuntu better! Please when filing bugs in ubuntu use ubuntu-bug packagename from terminal so relavant info gets pulled into the bug and developers can debug a better way. You can still pull the info at this stage with: apport-collect 1869449 Thank you! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1869449 Title: Corrupted Model number and Serial number in gnome-disks To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-disk-utility/+bug/1869449/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1869473] Re: Sync telegram-desktop 1.9.21+ds-1 (universe) from Debian unstable (main)
This bug was fixed in the package telegram-desktop - 1.9.21+ds-1 Sponsored for Nicholas Guriev (mymedia) --- telegram-desktop (1.9.21+ds-1) unstable; urgency=medium * New upstream release. - Incremental reading of messages is available. - Spell-checker implementation remains the same via Enchant to make it easier for extension. * Add a script for reportbug that attaches user's log file. -- Nicholas Guriev Sun, 22 Mar 2020 08:57:48 +0300 ** Changed in: telegram-desktop (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1869473 Title: Sync telegram-desktop 1.9.21+ds-1 (universe) from Debian unstable (main) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/telegram-desktop/+bug/1869473/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1868780] Re: [virtio] Xubuntu 20.04 - Blank screen after login
Another prevboot file. I left the machine running with the black screen for longer. ** Attachment added: "prevboot2.txt" https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1868780/+attachment/5342442/+files/prevboot2.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1868780 Title: [virtio] Xubuntu 20.04 - Blank screen after login To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1868780/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1869480] [NEW] package linux-headers-4.4.0-96 4.4.0-96.119 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting configuration
Public bug reported: A Package never fully loads when updates are installed. ProblemType: Package DistroRelease: Ubuntu 16.04 Package: linux-headers-4.4.0-96 4.4.0-96.119 ProcVersionSignature: Ubuntu 4.4.0-176.206-generic 4.4.211 Uname: Linux 4.4.0-176-generic i686 ApportVersion: 2.20.1-0ubuntu2.22 AptOrdering: linux-headers-4.4.0-171-generic: Remove linux-headers-4.4.0-171: Remove linux-headers-4.4.0-96: Configure NULL: ConfigurePending Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: johnnyreb 2171 F pulseaudio Date: Sat Mar 28 09:34:17 2020 DpkgTerminalLog: Removing linux-headers-4.4.0-171-generic (4.4.0-171.200) ... Removing linux-headers-4.4.0-171 (4.4.0-171.200) ... dpkg: error processing package linux-headers-4.4.0-96 (--configure): package is in a very bad inconsistent state; you should reinstall it before attempting configuration DuplicateSignature: package:linux-headers-4.4.0-96:4.4.0-96.119 Removing linux-headers-4.4.0-171 (4.4.0-171.200) ... dpkg: error processing package linux-headers-4.4.0-96 (--configure): package is in a very bad inconsistent state; you should ErrorMessage: package is in a very bad inconsistent state; you should reinstall it before attempting configuration HibernationDevice: RESUME=UUID=6783c982-9133-4a7b-b7fb-a98cc9f16216 InstallationDate: Installed on 2016-09-06 (1298 days ago) InstallationMedia: Ubuntu-MATE 16.04 LTS "Xenial Xerus" - Release i386 (20160420.1) MachineType: System manufacturer System Product Name PackageArchitecture: all ProcFB: ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-176-generic root=UUID=f010cd2c-4c9f-4785-b4ce-c0df263752d3 ro quiet splash vt.handoff=7 PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon. RelatedPackageVersions: grub-pc 2.02~beta2-36ubuntu3.23 SourcePackage: linux Title: package linux-headers-4.4.0-96 4.4.0-96.119 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting configuration UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 11/01/2007 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: 1221 dmi.board.asset.tag: To Be Filled By O.E.M. dmi.board.name: P5B-Deluxe dmi.board.vendor: ASUSTeK Computer INC. dmi.board.version: Rev 1.xx dmi.chassis.asset.tag: Asset-1234567890 dmi.chassis.type: 3 dmi.chassis.vendor: Chassis Manufacture dmi.chassis.version: Chassis Version dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvr1221:bd11/01/2007:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5B-Deluxe:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion: dmi.product.name: System Product Name dmi.product.version: System Version dmi.sys.vendor: System manufacturer ** Affects: linux (Ubuntu) Importance: Undecided Status: Confirmed ** Tags: apport-package i386 xenial -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1869480 Title: package linux-headers-4.4.0-96 4.4.0-96.119 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting configuration To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1869480/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1869480] Status changed to Confirmed
This change was made by a bot. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1869480 Title: package linux-headers-4.4.0-96 4.4.0-96.119 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting configuration To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1869480/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1869480] Re: package linux-headers-4.4.0-96 4.4.0-96.119 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting configuration
** Changed in: linux (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1869480 Title: package linux-headers-4.4.0-96 4.4.0-96.119 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting configuration To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1869480/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1869480] Re: package linux-headers-4.4.0-96 4.4.0-96.119 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting configuration
** Tags removed: need-duplicate-check -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1869480 Title: package linux-headers-4.4.0-96 4.4.0-96.119 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting configuration To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1869480/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1869481] [NEW] [XPS 13 7390, Intel Kabylake HDMI, Digital Out, HDMI] Playback problem
Public bug reported: Hi everyone! I have Samsung Q90R (7.1 Atmos) soundbar connected to my secondary display. The display is connected to my notebook though the soundbar and all sound options are displayed in the audio settings. Sound through hdmi/displayport was working few days ago. All other sound options (internal, headset) are still working. (Ubuntu does a great job converting everything to Dolby Atmos 7.1!) Kind regards! ProblemType: Bug DistroRelease: Ubuntu 20.04 Package: alsa-base 1.0.25+dfsg-0ubuntu5 Uname: Linux 5.5.13-050513-generic x86_64 ApportVersion: 2.20.11-0ubuntu21 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: reshadde 2381 F pulseaudio CurrentDesktop: ubuntu:GNOME Date: Sat Mar 28 11:53:23 2020 InstallationDate: Installed on 2020-03-21 (6 days ago) InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20200315) PackageArchitecture: all SourcePackage: alsa-driver Symptom: audio Symptom_AlsaPlaybackTest: ALSA playback test through plughw:PCH successful Symptom_Card: Built-in Audio - HDA Intel PCH Symptom_Jack: Digital Out, HDMI Symptom_PulsePlaybackTest: PulseAudio playback test failed Symptom_Type: Only some of outputs are working Title: [XPS 13 7390, Intel Kabylake HDMI, Digital Out, HDMI] Playback problem UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 11/25/2019 dmi.bios.vendor: Dell Inc. dmi.bios.version: 1.4.0 dmi.board.name: 0G2D0W dmi.board.vendor: Dell Inc. dmi.board.version: A00 dmi.chassis.type: 10 dmi.chassis.vendor: Dell Inc. dmi.modalias: dmi:bvnDellInc.:bvr1.4.0:bd11/25/2019:svnDellInc.:pnXPS137390:pvr:rvnDellInc.:rn0G2D0W:rvrA00:cvnDellInc.:ct10:cvr: dmi.product.family: XPS dmi.product.name: XPS 13 7390 dmi.product.sku: 0962 dmi.sys.vendor: Dell Inc. ** Affects: alsa-driver (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug focal 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/1869481 Title: [XPS 13 7390, Intel Kabylake HDMI, Digital Out, HDMI] Playback problem To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1869481/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1869482] [NEW] Unable to compare remote folder (mounted to /run/user/1000/gvfs) and local folder
Public bug reported: Steps to reproduce: 1. Connect to some share with Caja (enter sftp://user@hostname.local in the address-bar), so get the folder mounted to /run/user/1000/gvfs/sftp:host=hostname.local,user=user/ 2. Open terminal and run Meld from it to compare folder pair: ``` meld /run/user/1000/gvfs/sftp:host=hostname.local,user=user/home/user/Desktop ~/Desktop ``` Expected results: * Meld opens with comparison of two folders Actual results: * Meld shows the error in the terminal ``` $ meld /run/user/1000/gvfs/sftp:host=hostname.local,user=user/home/user/Desktop ~/Desktop Usage: meld Start with an empty window meld Start a version control comparison meld [] Start a 2- or 3-way file comparison meld [] Start a 2- or 3-way folder comparison Error: remote folder “/run/user/1000/gvfs/sftp:host=hostname.local,user=user/home/user/Desktop” not supported ``` and do not open comparison window. Note: this method works normally on 16.04 LTS and on 18.04 LTS, but not on 19.10 and 20.04 LTS. ProblemType: Bug DistroRelease: Ubuntu 20.04 Package: meld 3.20.2-1ubuntu1 ProcVersionSignature: Ubuntu 5.4.0-18.22-generic 5.4.24 Uname: Linux 5.4.0-18-generic x86_64 ApportVersion: 2.20.11-0ubuntu21 Architecture: amd64 CurrentDesktop: MATE Date: Sat Mar 28 13:50:03 2020 InstallationDate: Installed on 2019-11-09 (139 days ago) InstallationMedia: Ubuntu-MATE 19.10 "Eoan Ermine" - Release amd64 (20191017) PackageArchitecture: all SourcePackage: meld UpgradeStatus: Upgraded to focal on 2019-11-09 (139 days ago) ** Affects: meld (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug eoan focal -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1869482 Title: Unable to compare remote folder (mounted to /run/user/1000/gvfs) and local folder To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/meld/+bug/1869482/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1869280] Re: Plasma system settings app crashes when selecting Virtual Desktops menu item
This is fixed after the latest batch of updates! Thanks a lot! :D -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1869280 Title: Plasma system settings app crashes when selecting Virtual Desktops menu item To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/kirigami2/+bug/1869280/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1869280] Re: Plasma system settings app crashes when selecting Virtual Desktops menu item
** Bug watch added: KDE Bug Tracking System #419329 https://bugs.kde.org/show_bug.cgi?id=419329 ** Also affects: systemsettings via https://bugs.kde.org/show_bug.cgi?id=419329 Importance: Unknown Status: Unknown ** Project changed: systemsettings => kirigami2 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1869280 Title: Plasma system settings app crashes when selecting Virtual Desktops menu item To manage notifications about this bug go to: https://bugs.launchpad.net/kirigami2/+bug/1869280/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1868893] Re: gimp maximize button missing on ubuntu 20.04
This affects 1366x768 laptop screen. No problem on 1920x1080 monitor. Very weird? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1868893 Title: gimp maximize button missing on ubuntu 20.04 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gimp/+bug/1868893/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1869475] Re: Window shrinks and menu disappears when other app is opened/closed to the dock
** Summary changed: - Terminal window shrinks when other app is opened/closed to the dock + Window shrinks and menu disappears when other app is opened/closed to the dock -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1869475 Title: Window shrinks and menu disappears when other app is opened/closed to the dock To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/marco/+bug/1869475/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1825063] Re: Tons of errors in ubuntu 18.04 syslog
*** This bug is a duplicate of bug 1859510 *** https://bugs.launchpad.net/bugs/1859510 ** This bug has been marked a duplicate of bug 1859510 Syslog runtime error - "NautilusCompareExtension is not initialized" -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1825063 Title: Tons of errors in ubuntu 18.04 syslog To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nautilus-compare/+bug/1825063/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1869481] Re: [XPS 13 7390, Intel Kabylake HDMI, Digital Out, HDMI] Playback problem
Found following error messages in the logs: 1. Unable to load libkmod resources: error -12 2. snd_hda_codec_hdmi hdaudioC0D2: HDMI: audio coding xtype 11 not expected I am running 20.04 on a separate partition. Grub menu still allows me to switch between 20.04 and 19.10. The /boot partition is mounted. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1869481 Title: [XPS 13 7390, Intel Kabylake HDMI, Digital Out, HDMI] Playback problem To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1869481/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1825063] Re: Tons of errors in ubuntu 18.04 syslog
** This bug is no longer a duplicate of bug 1859510 Syslog runtime error - "NautilusCompareExtension is not initialized" ** Also affects: nautilus-compare 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/1825063 Title: Tons of errors in ubuntu 18.04 syslog To manage notifications about this bug go to: https://bugs.launchpad.net/nautilus-compare/+bug/1825063/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1828929] Re: upload speed is reported wrong
The attachment "Patch for /usr/lib/python3/dist-packages/speedtest.py" seems to be a patch. If it isn't, please remove the "patch" flag from the attachment, remove the "patch" tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the team. [This is an automated message performed by a Launchpad user owned by ~brian-murray, for any issues please contact him.] ** Tags added: patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1828929 Title: upload speed is reported wrong To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/speedtest-cli/+bug/1828929/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 766940] Re: mumble crashed with SIGSEGV
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: mumble (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/766940 Title: mumble crashed with SIGSEGV To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mumble/+bug/766940/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1869485] [NEW] mobile internet G4 not possible
Public bug reported: no connecting to the mobile internet G4 ProblemType: Bug DistroRelease: Ubuntu 18.04 Package: xorg 1:7.7+19ubuntu7.1 ProcVersionSignature: Ubuntu 4.15.0-91.92-generic 4.15.18 Uname: Linux 4.15.0-91-generic i686 .tmp.unity_support_test.0: ApportVersion: 2.20.9-0ubuntu7.12 Architecture: i386 CompizPlugins: No value set for `/apps/compiz-1/general/screen0/options/active_plugins' CompositorRunning: None Date: Sat Mar 28 13:37:17 2020 DistUpgraded: 2018-08-18 11:06:47,630 DEBUG icon theme changed, re-reading DistroCodename: bionic DistroVariant: ubuntu ExtraDebuggingInterest: I just need to know a workaround GraphicsCard: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (primary) [8086:2a02] (rev 03) (prog-if 00 [VGA controller]) Subsystem: ASUSTeK Computer Inc. Mobile GM965/GL960 Integrated Graphics Controller (primary) [1043:14e2] Subsystem: ASUSTeK Computer Inc. Mobile GM965/GL960 Integrated Graphics Controller (secondary) [1043:14e2] InstallationDate: Installed on 2014-08-29 (2037 days ago) InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release i386 (20140417) MachineType: ASUSTeK Computer Inc. X51L PccardctlIdent: Socket 0: no product info available PccardctlStatus: Socket 0: no card ProcEnviron: PATH=(custom, no user) LANG=de_DE.UTF-8 SHELL=/bin/bash ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-91-generic root=UUID=4d7525b3-75a6-483e-8dad-b34a49f9c185 ro quiet splash vt.handoff=1 SourcePackage: xorg UpgradeStatus: Upgraded to bionic on 2018-08-18 (588 days ago) dmi.bios.date: 02/27/2008 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: 205 dmi.board.asset.tag: ATN12345678901234567 dmi.board.name: X51L dmi.board.vendor: ASUSTeK Computer Inc. dmi.board.version: 1.0 dmi.chassis.asset.tag: ATN12345678901234567 dmi.chassis.type: 10 dmi.chassis.vendor: ASUSTeK Computer Inc. dmi.chassis.version: 1.0 dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvr205:bd02/27/2008:svnASUSTeKComputerInc.:pnX51L:pvr1.0:rvnASUSTeKComputerInc.:rnX51L:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr1.0: dmi.product.name: X51L dmi.product.version: 1.0 dmi.sys.vendor: ASUSTeK Computer Inc. version.compiz: compiz 1:0.9.13.1+18.04.20180302-0ubuntu1 version.libdrm2: libdrm2 2.4.99-1ubuntu1~18.04.2 version.libgl1-mesa-dri: libgl1-mesa-dri 19.2.8-0ubuntu0~18.04.3 version.libgl1-mesa-glx: libgl1-mesa-glx 19.2.8-0ubuntu0~18.04.3 version.xserver-xorg-core: xserver-xorg-core 2:1.19.6-1ubuntu4.3 version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.5-1ubuntu1 version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:18.0.1-1 version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.917+git20171229-1 version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-2 xserver.bootTime: Sat Aug 18 07:19:25 2018 xserver.configfile: default xserver.errors: xserver.logfile: /var/log/Xorg.0.log xserver.outputs: product id5460 vendor CMO xserver.version: 2:1.18.4-0ubuntu0.7 ** Affects: ubuntu Importance: Undecided Status: New ** Tags: apport-bug bionic i386 ubuntu -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1869485 Title: mobile internet G4 not possible To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/1869485/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1869486] [NEW] gimp 2.10 .14 error open
Public bug reported: ``` GNU Image Manipulation Program version 2.10.14 git-describe: GIMP_2_10_12-511-ga4f55d6c7e C compiler: Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper OFFLOAD_TARGET_NAMES=nvptx-none:hsa OFFLOAD_TARGET_DEFAULT=1 Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 9.2.1-17ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-9/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,gm2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-9 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none,hsa --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model: posix gcc version 9.2.1 20191102 (Ubuntu 9.2.1-17ubuntu1) using babl version 0.1.74 (compiled against version 0.1.72) using GEGL version 0.4.18 (compiled against version 0.4.18) using GLib version 2.64.1 (compiled against version 2.62.1) using GdkPixbuf version 2.40.0 (compiled against version 2.40.0) using GTK+ version 2.24.32 (compiled against version 2.24.32) using Pango version 1.44.7 (compiled against version 1.42.3) using Fontconfig version 2.13.1 (compiled against version 2.13.1) using Cairo version 1.16.0 (compiled against version 1.16.0) ``` > fatal error: Falha de segmentação Stack trace: ``` # Stack traces obtained from PID 11489 - Thread 11489 # [New LWP 11491] [New LWP 11492] [New LWP 11493] [New LWP 11494] [New LWP 11495] [New LWP 11496] [New LWP 11497] [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". __libc_read (nbytes=256, buf=0x7ffc5b2d1850, fd=13) at ../sysdeps/unix/sysv/linux/read.c:26 Id Target Id Frame * 1Thread 0x7f7ba0872e00 (LWP 11489) "gimp-2.10" __libc_read (nbytes=256, buf=0x7ffc5b2d1850, fd=13) at ../sysdeps/unix/sysv/linux/read.c:26 2Thread 0x7f7ba007b700 (LWP 11491) "worker" syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38 3Thread 0x7f7b9f87a700 (LWP 11492) "worker" syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38 4Thread 0x7f7b9f079700 (LWP 11493) "worker" syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38 5Thread 0x7f7b9e823700 (LWP 11494) "gmain" 0x7f7ba18699bf in __GI___poll (fds=0x5566e2862610, nfds=1, timeout=4602) at ../sysdeps/unix/sysv/linux/poll.c:29 6Thread 0x7f7b9e022700 (LWP 11495) "gdbus" 0x7f7ba18699bf in __GI___poll (fds=0x5566e286ec70, nfds=2, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29 7Thread 0x7f7b7f7ac700 (LWP 11496) "async" syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38 8Thread 0x7f7b7efab700 (LWP 11497) "pool-gimp-2.10" syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38 Thread 8 (Thread 0x7f7b7efab700 (LWP 11497)): #0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38 No locals. #1 0x7f7ba1b5f5a6 in g_cond_wait_until () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 No symbol table info available. #2 0x7f7ba1ae2561 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 No symbol table info available. #3 0x7f7ba1ae2b86 in g_async_queue_timeout_pop () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 No symbol table info available. #4 0x7f7ba1b3c279 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 No symbol table info available. #5 0x7f7ba1b3b931 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 No symbol table info available. #6 0x7f7ba1951609 in start_thread (arg=) at pthread_create.c:477 ret = pd = unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140168388065024, 6021753873757332729, 140721838171198, 140721838171199, 140721838171344, 140168388061440, -5951668763234179847, -5951838872282241799}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} not_first_call = 0 #7 0x7f7ba1876153 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95 No locals. Thread 7 (Thread 0x7f7b7f7ac700 (LWP 11496)): #0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38 No locals. #1 0x7f7ba1b
[Bug 1869285] Re: Piper won't install
As far as "install" don't see any issue, - . Setting up ratbagd (0.13-1) ... Setting up piper (0.4-1) ... /usr/lib/python3.8/subprocess.py:838: RuntimeWarning: line buffering (buffering= 1) isn't supported in binary mode, the default buffer size will be used self.stdin = io.open(p2cwrite, 'wb', bufsize) Setting up python3-bs4 (4.8.2-1) ... /usr/lib/python3.8/subprocess.py:838: RuntimeWarning: line buffering (buffering= 1) isn't supported in binary mode, the default buffer size will be used self.stdin = io.open(p2cwrite, 'wb', bufsize) Processing triggers for bamfdaemon (0.5.3+18.04.20180207.2-0ubuntu1) ... Rebuilding /usr/share/applications/bamf-2.index... Processing triggers for desktop-file-utils (0.24-1ubuntu2) ... Processing triggers for mime-support (3.64ubuntu1) ... Processing triggers for hicolor-icon-theme (0.17-2) ... Processing triggers for gnome-menus (3.36.0-1ubuntu1) ... Processing triggers for man-db (2.9.1-1) ... Processing triggers for dbus (1.12.16-2ubuntu2) ... Are you trying to upgrade from a previous version? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1869285 Title: Piper won't install To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/piper/+bug/1869285/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1869487] Re: xdg-desktop-portal-kde crashed with SIGABRT in QMessageLogger::fatal()
*** This bug is a duplicate of bug 1868446 *** https://bugs.launchpad.net/bugs/1868446 Thank you for taking the time to report this crash and helping to make this software better. This particular crash has already been reported and is a duplicate of bug #1868446, so 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. Please continue to report any other bugs you may find. ** Attachment removed: "CoreDump.gz" https://bugs.launchpad.net/bugs/1869487/+attachment/5342500/+files/CoreDump.gz ** Attachment removed: "Disassembly.txt" https://bugs.launchpad.net/bugs/1869487/+attachment/5342502/+files/Disassembly.txt ** Attachment removed: "ProcMaps.txt" https://bugs.launchpad.net/bugs/1869487/+attachment/5342505/+files/ProcMaps.txt ** Attachment removed: "ProcStatus.txt" https://bugs.launchpad.net/bugs/1869487/+attachment/5342506/+files/ProcStatus.txt ** Attachment removed: "Registers.txt" https://bugs.launchpad.net/bugs/1869487/+attachment/5342507/+files/Registers.txt ** Attachment removed: "Stacktrace.txt" https://bugs.launchpad.net/bugs/1869487/+attachment/5342508/+files/Stacktrace.txt ** Attachment removed: "ThreadStacktrace.txt" https://bugs.launchpad.net/bugs/1869487/+attachment/5342509/+files/ThreadStacktrace.txt ** This bug has been marked a duplicate of private bug 1868446 ** Information type changed from Private to Public ** Tags removed: need-amd64-retrace -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1869487 Title: xdg-desktop-portal-kde crashed with SIGABRT in QMessageLogger::fatal() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xdg-desktop-portal-kde/+bug/1869487/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1770915] Re: command not found: -antigen-env-setup
The bug affects `eoan` too. Please, do not pass it to `focal` -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1770915 Title: command not found: -antigen-env-setup To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/zsh-antigen/+bug/1770915/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1845784] Re: 100% CPU usage
** Changed in: geary (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1845784 Title: 100% CPU usage To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/geary/+bug/1845784/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1825063] Re: Tons of errors in ubuntu 18.04 syslog
** Changed in: nautilus-compare Importance: Undecided => Medium ** Changed in: nautilus-compare Status: New => Confirmed ** Changed in: nautilus-compare Milestone: None => 0.0.6 ** Changed in: nautilus-compare Assignee: (unassigned) => Märt Põder (boamaod) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1825063 Title: Tons of errors in ubuntu 18.04 syslog To manage notifications about this bug go to: https://bugs.launchpad.net/nautilus-compare/+bug/1825063/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1869488] [NEW] when launching new app all windows of opened apps appear but are not controllable
Public bug reported: Description:Ubuntu Focal Fossa (development branch) Release:20.04 all available updates installed at time of reporting every now and then when I open an Application, all (minimized) windows of other running applications appear on the screen and the interaction with them is impossible. neither the window control buttons nor the window content is reacting on mouse interaction - the whole window is in non-focus mode. only after clicking on the panel icon of said window to minimize and reopen an interaction is possible. i have no direct clue where to start further investigation, yet I would guess it be an bug in mutter/clutter, x.org or the nvidia-driver this is clearly a show stopper! i will try to see if this annoyance appears with wayland and/or noveau too, yet I'd appreciate any guidance in helping to fix this bug ** Affects: ubuntu Importance: Undecided Status: New ** Attachment added: "one example of the state the window appears in" https://bugs.launchpad.net/bugs/1869488/+attachment/5342510/+files/Bildschirmfoto%20von%202020-03-28%2014-26-42.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1869488 Title: when launching new app all windows of opened apps appear but are not controllable To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/1869488/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1869481] Re: [XPS 13 7390, Intel Kabylake HDMI, Digital Out, HDMI] Playback problem
Switching kernel to Linux 5.4.28-050428-generic does not resolve the issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1869481 Title: [XPS 13 7390, Intel Kabylake HDMI, Digital Out, HDMI] Playback problem To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1869481/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1869488] Re: when launching new app all windows of opened apps appear but are not controllable
this just now happened again after trying to edit this bug, after clicking on an element in the browser page; all windows (re)appeared in non-focus mode; by clicking on one of them it moves to the forefront of all non-focus windows, yet the focus stays on the current window ** Attachment added: "two screenshot a example of said behavior" https://bugs.launchpad.net/ubuntu/+bug/1869488/+attachment/5342511/+files/example.jpg -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1869488 Title: when launching new app all windows of opened apps appear but are not controllable To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/1869488/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1869481] Re: [XPS 13 7390, Intel Kabylake HDMI, Digital Out, HDMI] Playback problem
Also see: $ dmesg | grep -i "error\|fail\|warn" [0.525533] Initramfs unpacking failed: Decoding failed [0.602518] i8042: Warning: Keylock active [0.638992] RAS: Correctable Errors collector initialized. [2.213839] EXT4-fs (nvme0n1p5): re-mounted. Opts: errors=remount-ro [2.612061] iwlwifi :02:00.0: Direct firmware load for iwlwifi-cc-a0-52.ucode failed with error -2 [2.612082] iwlwifi :02:00.0: Direct firmware load for iwlwifi-cc-a0-51.ucode failed with error -2 [2.612097] iwlwifi :02:00.0: Direct firmware load for iwlwifi-cc-a0-50.ucode failed with error -2 [2.612112] iwlwifi :02:00.0: Direct firmware load for iwlwifi-cc-a0-49.ucode failed with error -2 [2.868491] thermal thermal_zone8: failed to read out thermal zone (-61) [ 13.807541] psmouse serio1: Failed to deactivate mouse on isa0060/serio1: -5 [ 14.291742] psmouse serio1: Failed to enable mouse on isa0060/serio1 [ 18.795556] psmouse serio1: Failed to enable mouse on isa0060/serio1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1869481 Title: [XPS 13 7390, Intel Kabylake HDMI, Digital Out, HDMI] Playback problem To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1869481/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1867188] Re: Mesa 19.2.8 and VAAPI - bob -> only half screen picture for 1080i H.264
Ok for Mesa 20.1 Concerning Gitlab, I can't send them a fix, I'm not a developer. I'm still available for testing. I will tell them for the bug with 20.0.2-1ubuntu1 and my hardware -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1867188 Title: Mesa 19.2.8 and VAAPI - bob -> only half screen picture for 1080i H.264 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1867188/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1869488] Re: when launching new app all windows of opened apps appear but are not controllable
** Package changed: ubuntu => mutter (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1869488 Title: when launching new app all windows of opened apps appear but are not controllable To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/1869488/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1825063] Re: Tons of errors in ubuntu 18.04 syslog
** Changed in: nautilus-compare Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1825063 Title: Tons of errors in ubuntu 18.04 syslog To manage notifications about this bug go to: https://bugs.launchpad.net/nautilus-compare/+bug/1825063/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1869490] [NEW] package mysql-server-5.7 5.7.29-0ubuntu0.16.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1
Public bug reported: Not able to start mysql-server ProblemType: Package DistroRelease: Ubuntu 16.04 Package: mysql-server-5.7 5.7.29-0ubuntu0.16.04.1 ProcVersionSignature: Ubuntu 4.15.0-91.92~16.04.1-generic 4.15.18 Uname: Linux 4.15.0-91-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.22 Architecture: amd64 Date: Sat Mar 28 19:33:55 2020 ErrorMessage: subprocess installed post-installation script returned error exit status 1 InstallationDate: Installed on 2018-07-23 (613 days ago) InstallationMedia: Ubuntu 16.04.4 LTS "Xenial Xerus" - Release amd64 (20180228) Logs.var.log.daemon.log: MySQLConf.etc.mysql.conf.d.mysql.cnf: [mysql] MySQLConf.etc.mysql.conf.d.mysqldump.cnf: [mysqldump] quick quote-names max_allowed_packet = 16M MySQLConf.etc.mysql.mysql.conf.d.mysqld_safe_syslog.cnf: [mysqld_safe] syslog MySQLVarLibDirListing: ['ib_buffer_pool', 'client-cert.pem', 'server-cert.pem', 'sys', 'server-key.pem', 'public_key.pem', 'mysql', 'client-key.pem', 'ca-key.pem', 'ibdata1', 'auto.cnf', 'ca.pem', 'debian-5.7.flag', 'ib_logfile1', 'private_key.pem', 'performance_schema', 'ib_logfile0'] ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-4.15.0-91-generic root=UUID=4f1f121d-3f60-4402-8cd2-fe1381eff939 ro quiet splash vt.handoff=7 RelatedPackageVersions: dpkg 1.18.4ubuntu1.6 apt 1.2.32 SourcePackage: mysql-5.7 Title: package mysql-server-5.7 5.7.29-0ubuntu0.16.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: mysql-5.7 (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apparmor apport-package xenial -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1869490 Title: package mysql-server-5.7 5.7.29-0ubuntu0.16.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mysql-5.7/+bug/1869490/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1854403] Re: Need updated libimobiledevice and dependencies to access iOS 13 devices
Followed the advice of Jackfritt at https://github.com/libimobiledevice/libimobiledevice/issues/903 I had to additionally do the same for usbmuxd: sudo apt-get install git clone https://github.com/libimobiledevice/usbmuxd.git ./autogen.sh make sudo make install then reboot. Verified for Ubuntu 18.04.4 LTS ** Bug watch added: github.com/libimobiledevice/libimobiledevice/issues #903 https://github.com/libimobiledevice/libimobiledevice/issues/903 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1854403 Title: Need updated libimobiledevice and dependencies to access iOS 13 devices To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libimobiledevice/+bug/1854403/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1854403] Re: Need updated libimobiledevice and dependencies to access iOS 13 devices
In previous comment sudo apt-get install should read sudo apt-get install libusb-1.0-0-dev -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1854403 Title: Need updated libimobiledevice and dependencies to access iOS 13 devices To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libimobiledevice/+bug/1854403/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1869490] Re: package mysql-server-5.7 5.7.29-0ubuntu0.16.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1
** Tags removed: need-duplicate-check -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1869490 Title: package mysql-server-5.7 5.7.29-0ubuntu0.16.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mysql-5.7/+bug/1869490/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1867188] Re: Mesa 19.2.8 and VAAPI - bob -> only half screen picture for 1080i H.264
No one is asking you to send them a fix. Since you are experiencing the issue on a stable release, you should let Mesa know that the issue exists in stable releases, and ask them to provide the fix for the stable 20.0.x branch. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1867188 Title: Mesa 19.2.8 and VAAPI - bob -> only half screen picture for 1080i H.264 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1867188/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1869492] [NEW] Merge xdg-utils 1.1.3-2 (main) from Debian unstable (main)
Public bug reported: Please merge xdg-utils 1.1.3-2 (main) from Debian unstable (main) Sorry, I cannot work on this merge myself. It fixes LP: #1848335. These Ubuntu changes are now in Debian, or not needed anymore, and can be dropped: * Use perl's decode() to ensure we don't pass invalid UTF-8 to D-Bus, as doing so triggers an assertion from libdbus which makes us crash. LP: #1743216 (Debian #910070, Upstream #108121) * Drop lp779156-lubuntu.diff: - Lubuntu no longer uses LXDE and Sylpheed. * Drop CVE-2017-18266*.patch: - The fixes were applied upstream. * Drop proper-lxqt-handling.patch: - Proper LXQt support was merged upstream. Except this change, which is not in Debian: - Add debian/xdg-utils.links: + Symlink /usr/bin/xdg-open to /usr/bin/browse (LP: #1624022) Changelog entries since current focal version 1.1.3-1ubuntu2: xdg-utils (1.1.3-2) unstable; urgency=medium [ Debian Janitor ] * Bump debhelper from old 10 to 12. * Set debhelper-compat version in Build-Depends. * Add upstream metadata info. [ Nicholas Guriev ] * Shift debian/NEWS content to the left. * Set Rules-Requires-Root: no in debian/control. * Obey the nocheck build option. * Bump Standards-Version to 4.5.0. * Add machine readable debian/copyright file. * Now uscan(1) watches FreeDesktop GitLab. * Add trailing new line into auto-generated patch header. * Drop redundant invocation dh_installchangelogs in debian/rules. * Install release notes as NEWS file in according P. 12.7 of the Debian policy. * xdg-mime: Create config directory if it does not exist yet. Closes: #652038. [ Rex Dieter ] * xdg-open: Do better pcmanfm check, fix AND operator. Closes: #908760, Upstream: BR106636, BR106161. [ Alberto Salvia Novella ] * xdg-email: Support for Deepin. [ Mario van der Linde ] * Enable Cinnamon screensaver for XDG aware desktop environments (e.g. LXQt). [ Iain Lane ] * xdg-screensaver: Sanitise window name before sending it over the bus. Closes: #910070, LP: #1743216, Upstream: BR108121. [ Andrea Tarocchi ] * xdg-open: correct handling directories with spaces in the name. LP: #1848335, Upstream: #166. -- Nicholas Guriev Fri, 13 Mar 2020 19:17:44 +0300 ** Affects: xdg-utils (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/1869492 Title: Merge xdg-utils 1.1.3-2 (main) from Debian unstable (main) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xdg-utils/+bug/1869492/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1867421] Re: Microsoft Classic IntelliMouse moves way too fast
** Description changed: + [impact] + + Microsoft Classic IntelliMouse moves way too fast to be usable. + + [test case] + + on a bionic system, connect affected mouse and attempt to move pointer, + note it moves too fast. + + [regression potential] + + as this adds a hwdb entry for a mouse using vendor/product id and name + matching, any regression would likely involve incorrectly setting dpi on + a different mouse than intended. + + [scope] + + fixed by upstream commit 26d7cf3daf08b279bdd2e484936268e1e88648d4 which + is included starting in v240, so this is already fixed in Eoan and + later. + + This is needed only for Xenial and Bionic. + + [original description] + Microsoft Classic IntelliMouse moves way too fast to be usable. ProblemType: Bug DistroRelease: Ubuntu 18.04 Package: systemd 237-3ubuntu10.39 ProcVersionSignature: Ubuntu 5.3.0-40.32~18.04.1-generic 5.3.18 Uname: Linux 5.3.0-40-generic x86_64 NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair ApportVersion: 2.20.9-0ubuntu7.11 Architecture: amd64 CurrentDesktop: ubuntu:GNOME Date: Sat Mar 14 17:12:25 2020 InstallationDate: Installed on 2019-01-02 (436 days ago) InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725) Lsusb: - Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub - Bus 001 Device 004: ID 045e:00db Microsoft Corp. Natural Ergonomic Keyboard 4000 V1.0 - Bus 001 Device 003: ID 8087:0a2b Intel Corp. - Bus 001 Device 002: ID 045e:0823 Microsoft Corp. - Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub + Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub + Bus 001 Device 004: ID 045e:00db Microsoft Corp. Natural Ergonomic Keyboard 4000 V1.0 + Bus 001 Device 003: ID 8087:0a2b Intel Corp. + Bus 001 Device 002: ID 045e:0823 Microsoft Corp. + Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub MachineType: LENOVO 10M7CTO1WW ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-40-generic root=UUID=e226e89e-7b9d-4135-a662-4829015a56f0 ro quiet splash vt.handoff=1 SourcePackage: systemd SystemdDelta: - [EXTENDED] /etc/systemd/system/display-manager.service → /lib/systemd/system/display-manager.service.d/xdiagnose.conf - [EXTENDED] /lib/systemd/system/rc-local.service → /lib/systemd/system/rc-local.service.d/debian.conf - [EXTENDED] /lib/systemd/system/user@.service → /lib/systemd/system/user@.service.d/timeout.conf - - 3 overridden configuration files found. + [EXTENDED] /etc/systemd/system/display-manager.service → /lib/systemd/system/display-manager.service.d/xdiagnose.conf + [EXTENDED] /lib/systemd/system/rc-local.service → /lib/systemd/system/rc-local.service.d/debian.conf + [EXTENDED] /lib/systemd/system/user@.service → /lib/systemd/system/user@.service.d/timeout.conf + + 3 overridden configuration files found. UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 02/06/2018 dmi.bios.vendor: LENOVO dmi.bios.version: M16KT47A dmi.board.name: 3102 dmi.board.vendor: LENOVO dmi.board.version: SDK0J40709 WIN 3259627060531 dmi.chassis.type: 3 dmi.chassis.vendor: LENOVO dmi.chassis.version: None dmi.modalias: dmi:bvnLENOVO:bvrM16KT47A:bd02/06/2018:svnLENOVO:pn10M7CTO1WW:pvrThinkCentreM710s:rvnLENOVO:rn3102:rvrSDK0J40709WIN3259627060531:cvnLENOVO:ct3:cvrNone: dmi.product.family: ThinkCentre M710s dmi.product.name: 10M7CTO1WW dmi.product.sku: LENOVO_MT_10M7_BU_Think_FM_ThinkCentre M710s dmi.product.version: ThinkCentre M710s dmi.sys.vendor: LENOVO ** Also affects: systemd (Ubuntu Xenial) Importance: Undecided Status: New ** Changed in: systemd (Ubuntu Xenial) Status: New => In Progress ** Changed in: systemd (Ubuntu Xenial) Importance: Undecided => Medium ** Changed in: systemd (Ubuntu Xenial) Assignee: (unassigned) => Dan Streetman (ddstreet) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1867421 Title: Microsoft Classic IntelliMouse moves way too fast To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1867421/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1848335] Re: xdg-open (and others) don't handle spaces in directory names properly
This is fixed in xdg-utils 1.1.3-2. A merge request has been filed LP: #1869492. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1848335 Title: xdg-open (and others) don't handle spaces in directory names properly To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xdg-utils/+bug/1848335/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1868494] Re: The system hangs after a while of usage
I got the same error with the suggested mainline kernel. I am unable to run the ubuntu-bug linux command, it complains there is a missing package. The CPU is water cooled, so either it has broken or there is a problem in some other hardware. I might have to change CPU and thus a large portion of the system. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1868494 Title: The system hangs after a while of usage To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1868494/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1863455] Re: USB system (mouse and keybord) are not working since kernel update to 5.3.0-26 and 5.3.0-28
The bug still exists (with 5.3.0-42)! No login is possible. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1863455 Title: USB system (mouse and keybord) are not working since kernel update to 5.3.0-26 and 5.3.0-28 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1863455/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1869495] Re: Text on Digital Clock Setting panels overwrites itself
This bug has been reported on the Ubuntu ISO testing tracker. A list of all reports related to this bug can be found here: http://iso.qa.ubuntu.com/qatracker/reports/bugs/1869495 ** Tags added: iso-testing -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1869495 Title: Text on Digital Clock Setting panels overwrites itself To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/plasma-workspace/+bug/1869495/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1854403] Re: Need updated libimobiledevice and dependencies to access iOS 13 devices
Ok, I forgot another crucial step to mention: after installing the libraries, you have to run sudo ldconfig -v to move the new libs in /usr/local/lib to the front -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1854403 Title: Need updated libimobiledevice and dependencies to access iOS 13 devices To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libimobiledevice/+bug/1854403/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1869495] [NEW] Text on Digital Clock Setting panels overwrites itself
Public bug reported: Go to Digital Clock Settings. When this panel is first displayed text, buttons and drop downs are displayed correctly against 'Appearance'. 'Calendar' and 'Time Zones' also display correctly. 'Keyboard Shortcuts' displays correctly but any subsequent move to another section displays over-written text. Over-written text has to be cleared by closing and restarting the Digital Clock Settings panel. Strangely, the incorrectly displayed text is not consistent but the bug is reproducible every time. ProblemType: Bug DistroRelease: Ubuntu 20.04 Package: plasma-workspace 4:5.18.3-0ubuntu1 ProcVersionSignature: Ubuntu 5.4.0-18.22-generic 5.4.24 Uname: Linux 5.4.0-18-generic x86_64 ApportVersion: 2.20.11-0ubuntu21 Architecture: amd64 CasperVersion: 1.441 CurrentDesktop: KDE Date: Sat Mar 28 14:42:08 2020 ExecutablePath: /usr/bin/plasmashell LiveMediaBuild: Kubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20200328) ProcEnviron: PATH=(custom, no user) XDG_RUNTIME_DIR= LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: plasma-workspace UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: plasma-workspace (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug focal iso-testing -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1869495 Title: Text on Digital Clock Setting panels overwrites itself To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/plasma-workspace/+bug/1869495/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1869496] [NEW] Since kernel update to 5.3.0-26 USB is dead. No login to or usage of ubuntu is possible.
Public bug reported: USB is completely dead since kernel update to 5.3.0-26. Is is not possible to use Ubuntu. ProblemType: Bug DistroRelease: Ubuntu 18.04 Package: linux-image-5.0.0-37-generic 5.0.0-37.40~18.04.1 ProcVersionSignature: Ubuntu 5.0.0-37.40~18.04.1-generic 5.0.21 Uname: Linux 5.0.0-37-generic x86_64 ApportVersion: 2.20.9-0ubuntu7.12 Architecture: amd64 CurrentDesktop: KDE Date: Sat Mar 28 16:03:10 2020 EcryptfsInUse: Yes InstallationDate: Installed on 2019-03-19 (375 days ago) InstallationMedia: Kubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 (20190210) ProcEnviron: LANGUAGE=de PATH=(custom, no user) XDG_RUNTIME_DIR= LANG=de_DE.UTF-8 SHELL=/bin/bash SourcePackage: linux-signed-hwe UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: linux-signed-hwe (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug bionic ** Summary changed: - Since kernel update to 5.3.0-26 USB is dead. No login to of usage of ubuntu is possible. + Since kernel update to 5.3.0-26 USB is dead. No login to or usage of ubuntu is possible. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1869496 Title: Since kernel update to 5.3.0-26 USB is dead. No login to or usage of ubuntu is possible. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux-signed-hwe/+bug/1869496/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1867375] Re: systemd-networkd: Setting UseRoutes to False results in DHCP default gateway not being installed
Upstream this is implemented by two separate PRs: https://github.com/systemd/systemd/pull/14983 https://github.com/systemd/systemd/pull/15136 Pulling only the first would unfortunately break backwards compatibility for Bionic users who currently expect UseRoutes=False to also ignore the DHCP gateway (just as it broke upstream users when added). However, also adding the second without any changes would still break backwards compatibility; it only adds a new option (UseGateway) that defaults to true, but current behavior in Bionic ties these options together, i.e. in Bionic for backwards compatibility, we would need to: 1) update the behavior of UseRoutes to only use/ignore DHCP-provided routes, separate from the DHCP-provided gateway 2) add UseGateway option to use/ignore the DHCP-provided gateway 3) add logic so that UseGateway defaults (i.e. if not set) to the setting of UseRoutes Since this could potentially leave a system without networking if done wrong, I'm not going to include it in my current round of system patches; I'll look at it again next cycle (unless someone else wants to handle it). ** Changed in: systemd (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1867375 Title: systemd-networkd: Setting UseRoutes to False results in DHCP default gateway not being installed To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1867375/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1869435] Re: Performance regression on ubuntu focal
Those units are milliseconds. And the focal times for restarting snapd are actually better than bionic or eoan. I'm not sure what exactly you want done? ** Changed in: systemd (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/1869435 Title: Performance regression on ubuntu focal To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1869435/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1822467] Re: OpeonConnect fails with generic TLS Fatal Alert Error
I'm not sure this "fixable" on Ubuntu with the standard build of openconnect, at least not by messing with system default priorities for gnutls. Correct me if I'm wrong but I've done some digging this morning and comparing the openconnect build on ubuntu 19.10 against the fedora build the main difference with regards to the priority strings is that the fedora build is specifically checking for a system or openconnect default policy: @OPENCONNECT,SYSTEM:%COMPAT Which I believe allows you to override via system level policies for the priority string, hence the update-crypto-policies noted in the link above. On Ubuntu 19.10, this is the policy string I see in libopenconnect.so.5.5.0: NORMAL:-VERS-SSL3.0:%COMPAT If it had a similar policy string, for example @SYSTEM or @OPENCONNECT, you could theoretically (I haven't tested) override OpenConnect's default using /etc/gnutls/config. I tested this priority string, which is what Fedora sets when enabling legacy crypto, and gnutls-cli does not complain when connecting to the AnyConnect host I have this issue with. $ cat /etc/gnutls/config [priorities] SYSTEM=NORMAL:+3DES-CBC:+ARCFOUR-128 $ gnutls-cli --priority @SYSTEM --list Cipher suites for @SYSTEM TLS_AES_256_GCM_SHA384 0x13, 0x02 TLS1.3 TLS_CHACHA20_POLY1305_SHA2560x13, 0x03 TLS1.3 TLS_AES_128_GCM_SHA256 0x13, 0x01 TLS1.3 TLS_AES_128_CCM_SHA256 0x13, 0x04 TLS1.3 TLS_ECDHE_ECDSA_AES_256_GCM_SHA384 0xc0, 0x2c TLS1.2 TLS_ECDHE_ECDSA_CHACHA20_POLY1305 0xcc, 0xa9 TLS1.2 TLS_ECDHE_ECDSA_AES_256_CCM 0xc0, 0xad TLS1.2 TLS_ECDHE_ECDSA_AES_256_CBC_SHA10xc0, 0x0a TLS1.0 TLS_ECDHE_ECDSA_AES_128_GCM_SHA256 0xc0, 0x2b TLS1.2 TLS_ECDHE_ECDSA_AES_128_CCM 0xc0, 0xac TLS1.2 TLS_ECDHE_ECDSA_AES_128_CBC_SHA10xc0, 0x09 TLS1.0 TLS_ECDHE_ECDSA_3DES_EDE_CBC_SHA1 0xc0, 0x08 TLS1.0 TLS_ECDHE_ECDSA_ARCFOUR_128_SHA10xc0, 0x07 TLS1.0 TLS_ECDHE_RSA_AES_256_GCM_SHA3840xc0, 0x30 TLS1.2 TLS_ECDHE_RSA_CHACHA20_POLY1305 0xcc, 0xa8 TLS1.2 TLS_ECDHE_RSA_AES_256_CBC_SHA1 0xc0, 0x14 TLS1.0 TLS_ECDHE_RSA_AES_128_GCM_SHA2560xc0, 0x2f TLS1.2 TLS_ECDHE_RSA_AES_128_CBC_SHA1 0xc0, 0x13 TLS1.0 TLS_ECDHE_RSA_3DES_EDE_CBC_SHA1 0xc0, 0x12 TLS1.0 TLS_ECDHE_RSA_ARCFOUR_128_SHA1 0xc0, 0x11 TLS1.0 TLS_RSA_AES_256_GCM_SHA384 0x00, 0x9d TLS1.2 TLS_RSA_AES_256_CCM 0xc0, 0x9d TLS1.2 TLS_RSA_AES_256_CBC_SHA10x00, 0x35 TLS1.0 TLS_RSA_AES_128_GCM_SHA256 0x00, 0x9c TLS1.2 TLS_RSA_AES_128_CCM 0xc0, 0x9c TLS1.2 TLS_RSA_AES_128_CBC_SHA10x00, 0x2f TLS1.0 TLS_RSA_3DES_EDE_CBC_SHA1 0x00, 0x0a TLS1.0 TLS_RSA_ARCFOUR_128_SHA10x00, 0x05 TLS1.0 TLS_DHE_RSA_AES_256_GCM_SHA384 0x00, 0x9f TLS1.2 TLS_DHE_RSA_CHACHA20_POLY1305 0xcc, 0xaa TLS1.2 TLS_DHE_RSA_AES_256_CCM 0xc0, 0x9f TLS1.2 TLS_DHE_RSA_AES_256_CBC_SHA10x00, 0x39 TLS1.0 TLS_DHE_RSA_AES_128_GCM_SHA256 0x00, 0x9e TLS1.2 TLS_DHE_RSA_AES_128_CCM 0xc0, 0x9e TLS1.2 TLS_DHE_RSA_AES_128_CBC_SHA10x00, 0x33 TLS1.0 TLS_DHE_RSA_3DES_EDE_CBC_SHA1 0x00, 0x16 TLS1.0 Protocols: VERS-TLS1.3, VERS-TLS1.2, VERS-TLS1.1, VERS-TLS1.0, VERS-DTLS1.2, VERS-DTLS1.0 Ciphers: AES-256-GCM, CHACHA20-POLY1305, AES-256-CCM, AES-256-CBC, AES-128-GCM, AES-128-CCM, AES-128-CBC, 3DES-CBC, ARCFOUR-128 MACs: SHA1, AEAD Key Exchange Algorithms: ECDHE-ECDSA, ECDHE-RSA, RSA, DHE-RSA Groups: GROUP-SECP256R1, GROUP-SECP384R1, GROUP-SECP521R1, GROUP-X25519, GROUP-FFDHE2048, GROUP-FFDHE3072, GROUP-FFDHE4096, GROUP-FFDHE6144, GROUP-FFDHE8192 PK-signatures: SIGN-RSA-SHA256, SIGN-RSA-PSS-SHA256, SIGN-RSA-PSS-RSAE-SHA256, SIGN-ECDSA-SHA256, SIGN-ECDSA-SECP256R1-SHA256, SIGN-EdDSA-Ed25519, SIGN-RSA-SHA384, SIGN-RSA-PSS-SHA384, SIGN-RSA-PSS-RSAE-SHA384, SIGN-ECDSA-SHA384, SIGN-ECDSA-SECP384R1-SHA384, SIGN-RSA-SHA512, SIGN-RSA-PSS-SHA512, SIGN-RSA-PSS-RSAE-SHA512, SIGN-ECDSA-SHA512, SIGN-ECDSA-SECP521R1-SHA512, SIGN-RSA-SHA1, SIGN-ECDSA-SHA1 $ gnutls-cli --priority @SYSTEM your-vpn-host.tld -- You received t
[Bug 1869475] Re: Window shrinks and menu disappears when other app is opened/closed to the dock
** Tags added: champagne -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1869475 Title: Window shrinks and menu disappears when other app is opened/closed to the dock To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/marco/+bug/1869475/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1858412] Re: systemd vacuuming does not work for remote journals
I would disagree that this is minor, having log files fill up a filesystem and being unable to vacuum to reduce their size seems important to me, especially when considering the simplicity of the patch. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1858412 Title: systemd vacuuming does not work for remote journals To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1858412/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1825063] Re: Tons of errors in ubuntu 18.04 syslog
** Branch linked: lp:nautilus-compare -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1825063 Title: Tons of errors in ubuntu 18.04 syslog To manage notifications about this bug go to: https://bugs.launchpad.net/nautilus-compare/+bug/1825063/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1858412] Re: systemd vacuuming does not work for remote journals
** Description changed: + [impact] + + attempting to vacuum journals using -D with the 'root' (in journald + terms) journal directory fails to perform any vacuuming. This can lead + to journal files continually increasing in size and filling up the + filesystem. + + [test case] + + see original description below. + + [regession potential] + + this removes a check in the code when iterating journal directories + during vacuuming, so any regression would likely occur during vacuuming, + possibly causing failure to vacuum. + + [scope] + + this is fixed upstream by commit + c488660e6edb3c1375ab62514a8df035c3d712bf which is included starting in + version 244, so this is already included in Focal. This is needed for + Eoan, Bionic, and Xenial. + + [original description] + systemd has an issue in regard to vacuuming remote journals: https://github.com/systemd/systemd/issues/2376 - this affects 18.04 as this version still has this problem. Steps to reproduce on "Description: Ubuntu 18.04.3 LTS": root@1:~# du -hs /var/log/journal/remote/ 8.6G /var/log/journal/remote/ root@1:~# journalctl -D /var/log/journal/remote --vacuum-size=100M root@1:~# du -hs /var/log/journal/remote/ 8.6G /var/log/journal/remote/ Would it be possible to backport this trivial patch https://github.com/systemd/systemd/pull/13924 into 18.04? ** Also affects: systemd (Ubuntu Xenial) Importance: Undecided Status: New ** Changed in: systemd (Ubuntu Xenial) Status: New => In Progress ** Changed in: systemd (Ubuntu Bionic) Status: Confirmed => In Progress ** Changed in: systemd (Ubuntu Eoan) Status: Confirmed => In Progress ** Changed in: systemd (Ubuntu Eoan) Assignee: (unassigned) => Dan Streetman (ddstreet) ** Changed in: systemd (Ubuntu Bionic) Assignee: (unassigned) => Dan Streetman (ddstreet) ** Changed in: systemd (Ubuntu Xenial) Assignee: (unassigned) => Dan Streetman (ddstreet) ** Changed in: systemd (Ubuntu Xenial) Importance: Undecided => Low -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1858412 Title: systemd vacuuming does not work for remote journals To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1858412/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1868116] Re: QEMU monitor no longer works
** Bug watch added: Debian Bug tracker #954266 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=954266 ** Also affects: qemu (Debian) via https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=954266 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/1868116 Title: QEMU monitor no longer works To manage notifications about this bug go to: https://bugs.launchpad.net/qemu/+bug/1868116/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1869288] Re: "Privacy" tab in gnome-control-center is not findable
Attached please find the debdiff. One problem with this solution is that it breaks existing translations of the affected Keywords strings. Notifying the translators may compensate for that a bit. Sebastien: Any thoughts on the idea? ** Patch added: "gnome-control-center_privacy-keyword.debdiff" https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1869288/+attachment/5342534/+files/gnome-control-center_privacy-keyword.debdiff ** Changed in: gnome-control-center (Ubuntu) Importance: Undecided => Medium ** Changed in: gnome-control-center (Ubuntu) Status: Confirmed => In Progress ** Changed in: gnome-control-center (Ubuntu) Assignee: (unassigned) => Gunnar Hjalmarsson (gunnarhj) ** Tags added: patch regression-release -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1869288 Title: "Privacy" tab in gnome-control-center is not findable To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1869288/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1869288] Re: "Privacy" tab in gnome-control-center is not findable
Thanks for your report! If I understand it correctly, this is because "Privacy" is no longer a panel, but just a category where privacy related panels are shown. One possible way to improve it is to add the "privacy" keyword to the .desktop files of the applicable panels. I prepared a debdiff which does that, and the attached image shows the result. For the case you want to test, I also uploaded a modified version of gnome-control-center to this PPA: https://launchpad.net/~gunnarhj/+archive/ubuntu/gnome-control-center ** Attachment added: "privacy-keyword.png" https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1869288/+attachment/5342533/+files/privacy-keyword.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1869288 Title: "Privacy" tab in gnome-control-center is not findable To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1869288/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1869485] Re: mobile internet G4 not possible
** Package changed: ubuntu => xorg (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1869485 Title: mobile internet G4 not possible To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1869485/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1869500] [NEW] grub2 install crashed
Public bug reported: grub2 install crashed partitions: efi /swap / ProblemType: Bug DistroRelease: Ubuntu 20.04 Package: ubiquity 20.04.6 ProcVersionSignature: Ubuntu 5.4.0-18.22-generic 5.4.24 Uname: Linux 5.4.0-18-generic x86_64 NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair ApportVersion: 2.20.11-0ubuntu21 Architecture: amd64 CasperVersion: 1.441 Date: Sat Mar 28 12:06:38 2020 InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed iommu=soft --- LiveMediaBuild: Ubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20200324) SourcePackage: grub-installer UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: grub-installer (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug focal third-party-packages ubiquity-20.04.6 ubuntu -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1869500 Title: grub2 install crashed To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1869500/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1869501] [NEW] Bluetooth status in the Unity menu bar does not always match status in system settings
Public bug reported: When no Bluetooth device is connected and I turn off Bluetooth with the switch in the menu of the notification icon, the Bluetooth status in System Settings app is still "on" however Bluetooth seems to be off. Also, when Bluetooth is turned on, the status of a paired device may show "connection on" in the notification icon menu when it is actually not connected, as System Settings do show correctly. In this case I have to switch off and on again if I want to activate the connection. Also, I can not switch the connection to a paired device on or off with the System Settings app. The switches are grey and I can not click them, however they do always show the correct status. Using: Ubuntu 19.10 with Unity desktop on Asus x571 laptop Info: unity: 7.5.0+19.10.20190924-0ubuntu1 unity-control-center: 15.04.0+19.10.20190921-0ubuntu1 service bluetooth status ● bluetooth.service - Bluetooth service Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled) Active: active (running) since Sat 2020-03-28 11:26:18 CET; 5h 42min ago Docs: man:bluetoothd(8) Main PID: 1035 (bluetoothd) Status: "Running" Tasks: 1 (limit: 4915) Memory: 3.5M CGroup: /system.slice/bluetooth.service └─1035 /usr/lib/bluetooth/bluetoothd Mär 28 14:17:39 Abook bluetoothd[1035]: /org/bluez/hci0/dev_00_22_37_55_9E_7D/fd0: fd(22) ready Mär 28 16:46:32 Abook bluetoothd[1035]: Failed to set mode: Blocked through rfkill (0x12) Mär 28 16:49:02 Abook bluetoothd[1035]: /org/bluez/hci0/dev_00_22_37_55_9E_7D/fd1: fd(22) ready Mär 28 16:49:22 Abook bluetoothd[1035]: Failed to set mode: Blocked through rfkill (0x12) Mär 28 16:50:05 Abook bluetoothd[1035]: Control: Refusing unexpected connect Mär 28 16:50:08 Abook bluetoothd[1035]: /org/bluez/hci0/dev_00_22_37_55_9E_7D/fd2: fd(22) ready Mär 28 16:53:38 Abook bluetoothd[1035]: Failed to set mode: Blocked through rfkill (0x12) Mär 28 16:58:41 Abook bluetoothd[1035]: Failed to set mode: Blocked through rfkill (0x12) Mär 28 16:59:23 Abook bluetoothd[1035]: Control: Refusing unexpected connect Mär 28 16:59:25 Abook bluetoothd[1035]: /org/bluez/hci0/dev_00_22_37_55_9E_7D/fd3: fd(22) ready Bluetooth device: T: Bus=01 Lev=01 Prnt=01 Port=13 Cnt=02 Dev#= 6 Spd=12 MxCh= 0 D: Ver= 2.01 Cls=e0(wlcon) Sub=01 Prot=01 MxPS=64 #Cfgs= 1 P: Vendor=8087 ProdID=0029 Rev=00.01 C: #Ifs= 2 Cfg#= 1 Atr=e0 MxPwr=100mA I: If#=0x0 Alt= 0 #EPs= 3 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb I: If#=0x1 Alt= 0 #EPs= 2 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb ProblemType: Bug DistroRelease: Ubuntu 19.10 Package: unity-control-center 15.04.0+19.10.20190921-0ubuntu1 ProcVersionSignature: Ubuntu 5.3.0-42.34-generic 5.3.18 Uname: Linux 5.3.0-42-generic x86_64 NonfreeKernelModules: nvidia_modeset nvidia ApportVersion: 2.20.11-0ubuntu8.7 Architecture: amd64 CurrentDesktop: Unity:Unity7:ubuntu Date: Sat Mar 28 16:53:08 2020 EcryptfsInUse: Yes InstallationDate: Installed on 2020-01-20 (68 days ago) InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017) SourcePackage: unity-control-center UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: unity-control-center (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug eoan -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1869501 Title: Bluetooth status in the Unity menu bar does not always match status in system settings To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/unity-control-center/+bug/1869501/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1869502] [NEW] Skript do-release-upgrade caused this error
Public bug reported: unfortunately, I have no time to narrow this down. Maybe this bug report has some value, maybe not. ProblemType: Package DistroRelease: Ubuntu 18.04 Package: ca-certificates 20180409 Uname: Linux 4.19.56-x86_64-jb1 x86_64 ApportVersion: 2.20.9-0ubuntu7.12 Architecture: amd64 Date: Sat Mar 28 11:41:32 2020 ErrorMessage: installed ca-certificates package post-installation script subprocess returned error exit status 1 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.12 SourcePackage: ca-certificates Title: package ca-certificates 20180409 failed to install/upgrade: installed ca-certificates package post-installation script subprocess returned error exit status 1 UpgradeStatus: Upgraded to bionic on 2020-03-28 (0 days ago) ** Affects: ca-certificates (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-package bionic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1869502 Title: Skript do-release-upgrade caused this error To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ca-certificates/+bug/1869502/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1869495] Re: Text on Digital Clock Setting panels overwrites itself
** Changed in: plasma-workspace (Ubuntu) Importance: Undecided => High ** Changed in: plasma-workspace (Ubuntu) Status: Confirmed => Triaged ** Changed in: plasma-workspace (Ubuntu) Status: Triaged => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1869495 Title: Text on Digital Clock Setting panels overwrites itself To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/plasma-workspace/+bug/1869495/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1869495] Re: Text on Digital Clock Setting panels overwrites itself
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: plasma-workspace (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/1869495 Title: Text on Digital Clock Setting panels overwrites itself To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/plasma-workspace/+bug/1869495/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1869475] Re: Window shrinks and menu disappears when other app is opened/closed to the dock
Here's a little video clip. I've logged out of telegram for privacy reasons (and it doesn't minimise to the dock when logged out) but you can see the effect just by opening the app. ** Attachment added: "shrinking_terminal.mp4" https://bugs.launchpad.net/ubuntu/+source/marco/+bug/1869475/+attachment/5342552/+files/shrinking_terminal.mp4 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1869475 Title: Window shrinks and menu disappears when other app is opened/closed to the dock To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/marco/+bug/1869475/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1869504] [NEW] grub2 install fail
Public bug reported: revised part table efi /boot /swap / ProblemType: Bug DistroRelease: Ubuntu 20.04 Package: ubiquity 20.04.6 ProcVersionSignature: Ubuntu 5.4.0-18.22-generic 5.4.24 Uname: Linux 5.4.0-18-generic x86_64 NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair ApportVersion: 2.20.11-0ubuntu21 Architecture: amd64 CasperVersion: 1.441 Date: Sat Mar 28 12:24:34 2020 InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed iommu=soft --- LiveMediaBuild: Ubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20200324) SourcePackage: grub-installer UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: grub-installer (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug focal third-party-packages ubiquity-20.04.6 ubuntu -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1869504 Title: grub2 install fail To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1869504/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1866565] Re: Enabling the embedded terminal plugin crashes GEdit and subsequently prevents GEdit to start b/c of missing key in GSettings schema
The bug is fixed in gedit-plugins 3.36.1, and therefore in Ubuntu 20.04 Focal Fossa which has 3.36.2 at the moment. Previous releases are not affected by this bug. ** Changed in: gedit-plugins (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/1866565 Title: Enabling the embedded terminal plugin crashes GEdit and subsequently prevents GEdit to start b/c of missing key in GSettings schema To manage notifications about this bug go to: https://bugs.launchpad.net/gedit-plugins/+bug/1866565/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1869484] Re: ibus-ui-gtk3 crashed with SIGABRT in g_assertion_message.cold()
** Information type changed from Private to Public -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1869484 Title: ibus-ui-gtk3 crashed with SIGABRT in g_assertion_message.cold() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ibus/+bug/1869484/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1868409] Re: gnome-{calculator, logs, characters} snaps not removed after the equivalent APT packages are installed on 20.04, and gnome-software APT package not replaced by snap-store
Thanks for the insight Brian. I indeed rarely use the graphical update manager. I'm starting to suspect I should manually install the snap- store and uninstall the gnome-{calculator,logs,characters} snaps to get in sync with the development release. ** Also affects: gnome-logs (Ubuntu) Importance: Undecided Status: New ** Also affects: gnome-characters (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/1868409 Title: gnome-{calculator,logs,characters} snaps not removed after the equivalent APT packages are installed on 20.04, and gnome-software APT package not replaced by snap-store To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-calculator/+bug/1868409/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1869447] Re: python-is-python3 & python-is-python2 do not Provides: python
** Tags added: focal -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1869447 Title: python-is-python3 & python-is-python2 do not Provides: python To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/python-defaults/+bug/1869447/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1869288] Re: "Privacy" tab in gnome-control-center is not findable
Thanks for the quick fix, Gunnar! I installed the pkg from your ppa and i now i get as result the categories contained in Privacy tab, just as you said. It's not quite the same behavior as the other tabs and it may confuse a little bit, but i think it's quite easy to get the idea. I believe it's a great improvement of what it was. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1869288 Title: "Privacy" tab in gnome-control-center is not findable To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1869288/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1822467] Re: OpeonConnect fails with generic TLS Fatal Alert Error
It's not an immediate fix for anyone, but we are working on a patch set which will allow the user to override the ciphersuite priority string from the command line, so that future issues related to ciphersuite incompatibility don't require recompilation to fix. https://gitlab.com/openconnect/openconnect/-/merge_requests/71 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1822467 Title: OpeonConnect fails with generic TLS Fatal Alert Error To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/openconnect/+bug/1822467/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1869501] Re: Bluetooth status in the Unity menu bar does not always match status in system settings
That's indicator-bluetooth. So not a u-c-c bug. Also the issue could be with gnome-bluetooth since it works fine on my machine. Your error shows "Failed to set mode: Blocked through rfkill (0x12) "...so the hardware is blocking it. Try running "sudo rfkill unblock all" but you may have to re-run it after each boot. ** Also affects: bluez (Ubuntu) Importance: Undecided Status: New ** Changed in: unity-control-center (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/1869501 Title: Bluetooth status in the Unity menu bar does not always match status in system settings To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1869501/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1869390] Re: Minimized windows appears behind focused on clicking dropdown menu
*** This bug is a duplicate of bug 1868990 *** https://bugs.launchpad.net/bugs/1868990 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/1869390 Title: Minimized windows appears behind focused on clicking dropdown menu To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1869390/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1869390] Re: Minimized windows appears behind focused on clicking dropdown menu
*** This bug is a duplicate of bug 1868990 *** https://bugs.launchpad.net/bugs/1868990 I am using Ubuntu 20.04 Development Branch. I have experienced something similar. When you minimize one program's window, you cannot click on the window that is currently showed (i.e. the window that was under the minimized window). In order to activate it, you need to go to Activities or click on that application's icon on Ubuntu dock. For example, you open Files, LibreOffice and Google Chrome (in this order). You minimize Google Chrome, and then you cannot click on LibreOffice unless you click on the LibreOffice icon on Ubuntu dock. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1869390 Title: Minimized windows appears behind focused on clicking dropdown menu To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1869390/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1012872] Re: package hylafax-server 2:6.0.5-5ubuntu3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1
*** This bug is a duplicate of bug 1026919 *** https://bugs.launchpad.net/bugs/1026919 ** This bug has been marked a duplicate of bug 1026919 package hylafax-server 2:6.0.5-5ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1012872 Title: package hylafax-server 2:6.0.5-5ubuntu3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/hylafax/+bug/1012872/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs