[Bug 1798828] Re: gvfsd-trash fills up memory (uses about 1 GB) if Trash contains thousands of files

2020-07-31 Thread Humphrey van Polanen Petel
gitlab closed the issue as not belonging there

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

Title:
  gvfsd-trash fills up memory (uses about 1 GB) if Trash contains
  thousands of files

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

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

[Bug 1749393] Re: sbrk() not working under qemu-user with a PIE-compiled binary?

2020-07-31 Thread Launchpad Bug Tracker
This bug was fixed in the package qemu - 1:5.0-5ubuntu3

---
qemu (1:5.0-5ubuntu3) groovy; urgency=medium

  * d/p/ubuntu/lp-1887763-*: fix TCG sizing that OOMed many small CI
environments (LP: #1887763)
  * Pick further changes for groovy from debian/master since 5.0-5
- ati-vga-check-mm_index-before-recursive-call-CVE-2020-13800.patch
  Closes: CVE-2020-13800, ati-vga allows guest OS users to trigger
  infinite recursion via a crafted mm_index value during
  ati_mm_read or ati_mm_write call.
- 
revert-memory-accept-mismatching-sizes-in-memory_region_access_valid...patch
  Closes: CVE-2020-13754, possible OOB memory accesses in a bunch of qemu
  devices which uses min_access_size and max_access_size Memory API fields.
  Also closes: CVE-2020-13791
- exec-set-map-length-to-zero-when-returning-NULL-CVE-2020-13659.patch
  CVE-2020-13659: address_space_map in exec.c can trigger
  a NULL pointer dereference related to BounceBuffer
- megasas-use-unsigned-type-for-reply_queue_head-and-check-index...patch
  Closes: #961887, CVE-2020-13362, megasas_lookup_frame in hw/scsi/megasas.c
  has an OOB read via a crafted reply_queue_head field from a guest OS user
- megasas-use-unsigned-type-for-positive-numeric-fields.patch
  fix other possible cases like in CVE-2020-13362 (#961887)
- megasas-fix-possible-out-of-bounds-array-access.patch
  Some tracepoints use a guest-controlled value as an index into the
  mfi_frame_desc[] array. Thus a malicious guest could cause a very low
  impact OOB errors here
- nbd-server-avoid-long-error-message-assertions-CVE-2020-10761.patch
  Closes: CVE-2020-10761, An assertion failure issue in the QEMU NBD Server.
  This flaw occurs when an nbd-client sends a spec-compliant request that is
  near the boundary of maximum permitted request length. A remote nbd-client
  could use this flaw to crash the qemu-nbd server resulting in a DoS.
- es1370-check-total-frame-count-against-current-frame-CVE-2020-13361.patch
  Closes: CVE-2020-13361, es1370_transfer_audio in hw/audio/es1370.c does 
not
  properly validate the frame count, which allows guest OS users to trigger
  an out-of-bounds access during an es1370_write() operation
- a few patches from the stable series:
  - fix-tulip-breakage.patch
The tulip network driver in a qemu-system-hppa emulation is broken in
the sense that bigger network packages aren't received any longer and
thus even running e.g. "apt update" inside the VM fails. Fix this.
  - 9p-lock-directory-streams-with-a-CoMutex.patch
Prevent deadlocks in 9pfs readdir code
  - net-do-not-include-a-newline-in-the-id-of-nic-device.patch
Fix newline accidentally sneaked into id string of a nic
  - qemu-nbd-close-inherited-stderr.patch
  - virtio-balloon-fix-free-page-hinting-check-on-unreal.patch
  - virtio-balloon-fix-free-page-hinting-without-an-iothread.patch
  - virtio-balloon-unref-the-iothread-when-unrealizing.patch
- acpi-tmr-allow-2-byte-reads.patch (Closes: #964247)
- reapply CVE-2020-13253 fixed from upstream:
  sdcard-simplify-realize-a-bit.patch (preparation for the next patch)
  sdcard-dont-allow-invalid-SD-card-sizes.patch (half part of 
CVE-2020-13253)
  sdcard-update-coding-style-to-make-checkpatch-happy.patch (preparational)
  
sdcard-dont-switch-to-ReceivingData-if-address-is-in..-CVE-2020-13253.patch
  Closes: #961297, CVE-2020-13253
- linux-user-refactor-ipc-syscall-and-support-of-semtimedop.patch
  (Closes: #965109)
- linux-user-add-netlink-RTM_SETLINK-command.patch (Closes: #964289)
- d/control: since qemu-system-data now contains module(s),
  it can't be multi-arch. Ditto for qemu-block-extra.
- qemu-system-foo: depend on exact version of qemu-system-data,
  due to the latter having modules
- acpi-allow-accessing-acpi-cnt-register-by-byte.patch' (Closes: #964793)
  This is another incarnation of the recent bugfix which actually enabled
  memory access constraints, like #964247
- acpi-accept-byte-and-word-access-to-core-ACPI-registers.patch
  this replace acpi-allow-accessing-acpi-cnt-register-by-byte.patch
  and acpi-tmr-allow-2-byte-reads.patch, a more complete fix
- xhci-fix-valid.max_access_size-to-access-address-registers.patch
  fix one more incarnation of the breakage after the CVE-2020-13754 fix
- do not install outdated (0.12 and before) Changelog (Closes: #965381)
- xgmac-fix-buffer-overflow-in-xgmac_enet_send-CVE-2020-15863.patch
  ARM-only XGMAC NIC, possible buffer overflow during packet transmission
  Closes: CVE-2020-15863
- sm501 OOB read/write due to integer overflow in sm501_2d_operation()
  List of patches:
   sm501-convert-printf-abort-to-qemu_log_mask.patch
   sm501-shorten-long-variable-names-in-sm501_2d_operation.patch
 

[Bug 1887763] Re: new default qemu TCG sizes exceed common CI setups

2020-07-31 Thread Launchpad Bug Tracker
This bug was fixed in the package qemu - 1:5.0-5ubuntu3

---
qemu (1:5.0-5ubuntu3) groovy; urgency=medium

  * d/p/ubuntu/lp-1887763-*: fix TCG sizing that OOMed many small CI
environments (LP: #1887763)
  * Pick further changes for groovy from debian/master since 5.0-5
- ati-vga-check-mm_index-before-recursive-call-CVE-2020-13800.patch
  Closes: CVE-2020-13800, ati-vga allows guest OS users to trigger
  infinite recursion via a crafted mm_index value during
  ati_mm_read or ati_mm_write call.
- 
revert-memory-accept-mismatching-sizes-in-memory_region_access_valid...patch
  Closes: CVE-2020-13754, possible OOB memory accesses in a bunch of qemu
  devices which uses min_access_size and max_access_size Memory API fields.
  Also closes: CVE-2020-13791
- exec-set-map-length-to-zero-when-returning-NULL-CVE-2020-13659.patch
  CVE-2020-13659: address_space_map in exec.c can trigger
  a NULL pointer dereference related to BounceBuffer
- megasas-use-unsigned-type-for-reply_queue_head-and-check-index...patch
  Closes: #961887, CVE-2020-13362, megasas_lookup_frame in hw/scsi/megasas.c
  has an OOB read via a crafted reply_queue_head field from a guest OS user
- megasas-use-unsigned-type-for-positive-numeric-fields.patch
  fix other possible cases like in CVE-2020-13362 (#961887)
- megasas-fix-possible-out-of-bounds-array-access.patch
  Some tracepoints use a guest-controlled value as an index into the
  mfi_frame_desc[] array. Thus a malicious guest could cause a very low
  impact OOB errors here
- nbd-server-avoid-long-error-message-assertions-CVE-2020-10761.patch
  Closes: CVE-2020-10761, An assertion failure issue in the QEMU NBD Server.
  This flaw occurs when an nbd-client sends a spec-compliant request that is
  near the boundary of maximum permitted request length. A remote nbd-client
  could use this flaw to crash the qemu-nbd server resulting in a DoS.
- es1370-check-total-frame-count-against-current-frame-CVE-2020-13361.patch
  Closes: CVE-2020-13361, es1370_transfer_audio in hw/audio/es1370.c does 
not
  properly validate the frame count, which allows guest OS users to trigger
  an out-of-bounds access during an es1370_write() operation
- a few patches from the stable series:
  - fix-tulip-breakage.patch
The tulip network driver in a qemu-system-hppa emulation is broken in
the sense that bigger network packages aren't received any longer and
thus even running e.g. "apt update" inside the VM fails. Fix this.
  - 9p-lock-directory-streams-with-a-CoMutex.patch
Prevent deadlocks in 9pfs readdir code
  - net-do-not-include-a-newline-in-the-id-of-nic-device.patch
Fix newline accidentally sneaked into id string of a nic
  - qemu-nbd-close-inherited-stderr.patch
  - virtio-balloon-fix-free-page-hinting-check-on-unreal.patch
  - virtio-balloon-fix-free-page-hinting-without-an-iothread.patch
  - virtio-balloon-unref-the-iothread-when-unrealizing.patch
- acpi-tmr-allow-2-byte-reads.patch (Closes: #964247)
- reapply CVE-2020-13253 fixed from upstream:
  sdcard-simplify-realize-a-bit.patch (preparation for the next patch)
  sdcard-dont-allow-invalid-SD-card-sizes.patch (half part of 
CVE-2020-13253)
  sdcard-update-coding-style-to-make-checkpatch-happy.patch (preparational)
  
sdcard-dont-switch-to-ReceivingData-if-address-is-in..-CVE-2020-13253.patch
  Closes: #961297, CVE-2020-13253
- linux-user-refactor-ipc-syscall-and-support-of-semtimedop.patch
  (Closes: #965109)
- linux-user-add-netlink-RTM_SETLINK-command.patch (Closes: #964289)
- d/control: since qemu-system-data now contains module(s),
  it can't be multi-arch. Ditto for qemu-block-extra.
- qemu-system-foo: depend on exact version of qemu-system-data,
  due to the latter having modules
- acpi-allow-accessing-acpi-cnt-register-by-byte.patch' (Closes: #964793)
  This is another incarnation of the recent bugfix which actually enabled
  memory access constraints, like #964247
- acpi-accept-byte-and-word-access-to-core-ACPI-registers.patch
  this replace acpi-allow-accessing-acpi-cnt-register-by-byte.patch
  and acpi-tmr-allow-2-byte-reads.patch, a more complete fix
- xhci-fix-valid.max_access_size-to-access-address-registers.patch
  fix one more incarnation of the breakage after the CVE-2020-13754 fix
- do not install outdated (0.12 and before) Changelog (Closes: #965381)
- xgmac-fix-buffer-overflow-in-xgmac_enet_send-CVE-2020-15863.patch
  ARM-only XGMAC NIC, possible buffer overflow during packet transmission
  Closes: CVE-2020-15863
- sm501 OOB read/write due to integer overflow in sm501_2d_operation()
  List of patches:
   sm501-convert-printf-abort-to-qemu_log_mask.patch
   sm501-shorten-long-variable-names-in-sm501_2d_operation.patch
 

[Bug 1889960] Re: kubuntu 20.04.1 keeps pausing, strange behavior

2020-07-31 Thread Chris Guiver
My intention is to abandon this test, it's ~ pointless/unusable
Go try out other machines, then I can return here.

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

Title:
  kubuntu 20.04.1 keeps pausing, strange behavior

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kubuntu-meta/+bug/1889960/+subscriptions

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

[Bug 1889960] [NEW] kubuntu 20.04.1 keeps pausing, strange behavior

2020-07-31 Thread Chris Guiver
Public bug reported:

Constant pause & strange behavior with Kubuntu 20.04.1 daily 'live' qa-
test.

Following has been pasted from 
http://iso.qa.ubuntu.com/qatracker/milestones/414/builds/218299/testcases/1303/results/


dell [optiplex] 755 (c2d-e6850, 5gb, amd/ati radeon rv516/x1300/x1550)

system appears stable (no led on thumb-drive so can't see IO from that
device), but no panel, nothing is functional though, I can move mouse
around, clicks don't do anything, not even on install kubuntu icon top
left.

eventually it came good..
kubuntu@kubuntu:~$ ls -la /var/crash
..
-rw-r- 1 kubuntu whoopsie 764345 Aug 1 04:23 
_usr_bin_kglobalaccel5.999.crash
-rw-rw-r-- 1 kubuntu kubuntu 0 Aug 1 04:23 _usr_bin_kglobalaccel5.999.upload
-rw--- 1 whoopsie whoopsie 37 Aug 1 04:23 
_usr_bin_kglobalaccel5.999.uploaded
-rw-r- 1 kubuntu whoopsie 771799 Aug 1 04:24 
_usr_lib_x86_64-linux-gnu_libexec_kactivitymanagerd.999.crash
-rw-rw-r-- 1 kubuntu kubuntu 0 Aug 1 04:24 
_usr_lib_x86_64-linux-gnu_libexec_kactivitymanagerd.999.upload
-rw--- 1 whoopsie whoopsie 37 Aug 1 04:24 
_usr_lib_x86_64-linux-gnu_libexec_kactivitymanagerd.999.uploaded

firefox; stream local news in window, maximized, f11 & fullscreen, no issues
dolphin (plan was to navigate to my hdd & open some found files using installed 
apps, ... nope

it's paused again... been 2+ mins, firefox is still streaming news, but
dolphin has outline borders for the window, and nothing else... middle
of dolphin-window shows background... (terminal where I copy/pasted
/var/crash detail here)..

I clicked dolphin at menu again, then nothing, wait another minute...
(firefox keeps streaming news)...

I click on firefox & suddenly BOTH DOLPHIN windows appeared... does the
issue relate to video card?? and my display isn't being updated

i try and continue, using a dolphin window I can't find where to
navigate to my hdd partitions, so open menu to 'mount' with
KDE.Partition.Manager.. and menu freezes for ages...

something is up... i close menu, try again to open menu.
his time menu opens & kde partition manager is easily found, it starts & 
actually has now stopped with the window "Scanning device /dev/fd0" (scanning a 
floppy?) I do have a floppy inserted b/c of recent calamares testing with 
floppies, but I don't expect it to be an issue...

try to take screenshot of :"Scanning device /dev/fd0" and it appears to
work, now it's stopped again, "Unsaved* - Spectacle" border of window
but contents now the background (I did drag it around which caused
contents to be replaced by terminal which is underneath it... long
delay.. system keep stopping for 20+ seconds (not timed, so very
subjective..) The save dialog just appeared like others, eventually it
comes good, but time enough for me to click on this page, and type 70%
of this paragraph is too slow to be usable.

kde partition manager still scanning /dev/fd0

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: kubuntu-desktop 1.398
ProcVersionSignature: Ubuntu 5.4.0-42.46-generic 5.4.44
Uname: Linux 5.4.0-42-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.4
Architecture: amd64
CasperMD5CheckResult: pass
CasperVersion: 1.445.1
CurrentDesktop: KDE
Date: Sat Aug  1 04:51:59 2020
LiveMediaBuild: Kubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
SourcePackage: kubuntu-meta
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: kubuntu-meta (Ubuntu)
 Importance: Undecided
 Status: Incomplete


** Tags: amd64 apport-bug focal

** Changed in: kubuntu-meta (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/1889960

Title:
  kubuntu 20.04.1 keeps pausing, strange behavior

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kubuntu-meta/+bug/1889960/+subscriptions

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

[Bug 1881053] Re: package mysql-server-5.7 5.7.30-0ubuntu0.16.04.1 failed to install/upgrade: subprocesso script post-installation instalado retornou erro do status de saída 1

2020-07-31 Thread Launchpad Bug Tracker
[Expired for mysql-5.7 (Ubuntu) because there has been no activity for
60 days.]

** Changed in: mysql-5.7 (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  package mysql-server-5.7 5.7.30-0ubuntu0.16.04.1 failed to
  install/upgrade: subprocesso script post-installation instalado
  retornou erro do status de saída 1

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

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

[Bug 1881301] Re: q

2020-07-31 Thread Launchpad Bug Tracker
[Expired for Ubuntu because there has been no activity for 60 days.]

** Changed in: ubuntu
   Status: Incomplete => Expired

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

Title:
  q

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

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

[Bug 1881328] Re: package mysql-server-8.0 8.0.20-0ubuntu0.19.10.1 failed to install/upgrade: el subproceso instalado paquete mysql-server-8.0 script post-installation devolvió el código de salida de

2020-07-31 Thread Launchpad Bug Tracker
[Expired for mysql-8.0 (Ubuntu) because there has been no activity for
60 days.]

** Changed in: mysql-8.0 (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  package mysql-server-8.0 8.0.20-0ubuntu0.19.10.1 failed to
  install/upgrade: el subproceso instalado paquete mysql-server-8.0
  script post-installation devolvió el código de salida de error 1

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

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

[Bug 1877890] Re: System Hangs when trying to kill a Window

2020-07-31 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  System Hangs when trying to kill a Window

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

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

[Bug 1881534] Re: Touchpad not working on Lenovo Thinkbook

2020-07-31 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Touchpad not working on Lenovo Thinkbook

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

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

[Bug 1889952] Status changed to Confirmed

2020-07-31 Thread Ubuntu Kernel Bot
This change was made by a bot.

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

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

Title:
  Trackpad undetected Lenovo ThinkBook 14-IML

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

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

[Bug 1889952] [NEW] Trackpad undetected Lenovo ThinkBook 14-IML

2020-07-31 Thread Callum
Public bug reported:

Trackpad does not work and is not present in cat /proc/bus/input/devices

System Information
Manufacturer: LENOVO
Product Name: 20RV
Version: Lenovo ThinkBook 14-IML
SKU Number: LENOVO_MT_20RV_BU_idea_FM_Lenovo ThinkBook 14-IML
Family: Lenovo ThinkBook 14-IML

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: linux-image-5.4.0-42-generic 5.4.0-42.46
ProcVersionSignature: Ubuntu 5.4.0-42.46-generic 5.4.44
Uname: Linux 5.4.0-42-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.4
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  lombax21371 F pulseaudio
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Sat Aug  1 15:12:39 2020
InstallationDate: Installed on 2020-07-31 (0 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
MachineType: LENOVO 20RV
ProcFB: 0 i915drmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-42-generic 
root=UUID=388a0ca2-1fc8-44cc-a513-a0c4b7786df4 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-5.4.0-42-generic N/A
 linux-backports-modules-5.4.0-42-generic  N/A
 linux-firmware1.187.2
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 06/19/2020
dmi.bios.vendor: LENOVO
dmi.bios.version: CJCN29WW
dmi.board.name: LVA/LVAB
dmi.board.vendor: LENOVO
dmi.board.version: SDK0J40697 WIN
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.modalias: 
dmi:bvnLENOVO:bvrCJCN29WW:bd06/19/2020:svnLENOVO:pn20RV:pvrLenovoThinkBook14-IML:rvnLENOVO:rnLVA/LVAB:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvr:
dmi.product.family: Lenovo ThinkBook 14-IML
dmi.product.name: 20RV
dmi.product.sku: LENOVO_MT_20RV_BU_idea_FM_Lenovo ThinkBook 14-IML
dmi.product.version: Lenovo ThinkBook 14-IML
dmi.sys.vendor: LENOVO

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


** Tags: amd64 apport-bug focal

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

Title:
  Trackpad undetected Lenovo ThinkBook 14-IML

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

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

[Bug 1889196] Re: infinite loop on start if misconfigured

2020-07-31 Thread Rafael David Tinoco
Thank you for taking the time to report this bug and helping to make Ubuntu
better.

This bug is present in Debian as well and Ubuntu currently does not make any
changes to the Debian package. Therefore, this bug would be best fixed
directly in Debian, and then Ubuntu will pick up the fix automatically.

Would you mind filing a bug with Debian please?



Debian uses a bug tracker a little different than Launchpad. As an example,
assuming the source package we are interested in is 'vim', you can find
the Debian bug tracker for vim here:

https://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=vim

You can file a bug via email by sending mail to: sub...@bugs.debian.org
The body of the email needs to contain everything between the --- below:
---
Package: vim
Version: your_version_here

Your details, explanation, and steps to reproduce go below those two lines,
Package and Version, which are required.
---

You can read more here about filing bugs in Debian here:
https://www.debian.org/Bugs/Reporting

Hope that helps!

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

Title:
  infinite loop on start if misconfigured

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

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

[Bug 1822937] Re: NVIDIA settings won't write to /etc/xorg

2020-07-31 Thread Haydon
Ok I just did a quick test.  It is writing to my xorg.conf.

Also I noticed that when ubuntu starts up, on the login screen both
screens have the purple background color - it's only after that when it
gets to the desktop does the second display turn off.

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

Title:
  NVIDIA settings won't write to /etc/xorg

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-settings/+bug/1822937/+subscriptions

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

[Bug 1790251] Re: remmina won't connect after remote upgraded to 18.04

2020-07-31 Thread Humphrey van Polanen Petel
thank you Sebastien for being a kind person

but there is no need for the requested info

see https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1790249
and https://bugs.launchpad.net/ubuntu/+source/unity-control-center/+bug/1741027

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

Title:
  remmina won't connect after remote upgraded to 18.04

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

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

[Bug 1889196] Re: infinite loop on start if misconfigured

2020-07-31 Thread Rafael David Tinoco
** Also affects: sssd (Ubuntu Focal)
   Importance: Undecided
   Status: New

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

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

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

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

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

Title:
  infinite loop on start if misconfigured

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

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

[Bug 1882834] Re: vmxnet3: update to latest ToT

2020-07-31 Thread vmware-gos-Yuhua
So do we still have the following commits needed to  patches to Ubuntu
kernel ?

vmxnet3: prepare for version 4 changes
https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next.git/commit/?id=123db31d01219a4f794f3769e7bca6649d65ecb1

vmxnet3: add support to get/set rx flow hash
https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next.git/commit/?id=d3a8a9e5c3b334d443e97daa59bb95c0b69f4794

vmxnet3: add geneve and vxlan tunnel offload support
https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next.git/commit/?id=dacce2be33124df3c71f979ac47e3d6354a41125

vmxnet3: update to version 4
https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next.git/commit/?id=a31135e36eccd0d16e500d3041f23c3ece62096f

vmxnet3: use correct hdr reference when packet is encapsulated
https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next.git/commit/?id=36432797641ff0013be9252eecf7ad1ba73171a2

vmxnet3: allow rx flow hash ops only when rss is enabled
https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next.git/commit/?id=11e877b2a8cfd282a1b81f9d4c594b900889a5d8


Thanks
Yuhua Zou

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

Title:
  vmxnet3: update to latest ToT

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

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

[Bug 1798828] Re: gvfsd-trash fills up memory (uses about 1 GB) if Trash contains thousands of files

2020-07-31 Thread Humphrey van Polanen Petel
reported upstream at https://gitlab.com/gitlab-
org/gitlab/-/issues/233169

** Bug watch added: gitlab.com/gitlab-org/gitlab/-/issues #233169
   https://gitlab.com/gitlab-org/gitlab/-/issues/233169

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

Title:
  gvfsd-trash fills up memory (uses about 1 GB) if Trash contains
  thousands of files

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

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

[Bug 1868519] Re: [nvidia] Xorg crashed with SIGSEGV in xf86ScreenMoveCursor() from xf86MoveCursor() from miPointerMoveNoEvent() from miPointerSetPosition() from positionSprite()

2020-07-31 Thread Ben
Can confirm, using nvidia-driver-450 seems to resolve the issue. I
installed from here: https://launchpad.net/~graphics-
drivers/+archive/ubuntu/ppa

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

Title:
  [nvidia] Xorg crashed with SIGSEGV in xf86ScreenMoveCursor() from
  xf86MoveCursor() from miPointerMoveNoEvent() from
  miPointerSetPosition() from positionSprite()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/1868519/+subscriptions

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

[Bug 1887190] Re: MSFT Touchpad not working on Lenovo Legion-5 15ARH05

2020-07-31 Thread Stefano Galassi
** Also affects: linux (Fedora)
   Importance: Undecided
   Status: New

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

** Changed in: linux (Fedora)
   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/1887190

Title:
  MSFT Touchpad not working on Lenovo Legion-5 15ARH05

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

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

[Bug 1798828] Re: gvfsd-trash fills up memory (uses about 1 GB) if Trash contains thousands of files

2020-07-31 Thread Humphrey van Polanen Petel
after reboot the Trash icon shows empty

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

Title:
  gvfsd-trash fills up memory (uses about 1 GB) if Trash contains
  thousands of files

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

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

[Bug 1889949] Re: package friendly-recovery 0.2.41 failed to install/upgrade: installed friendly-recovery package post-installation script subprocess returned error exit status 127

2020-07-31 Thread Apport retracing service
** 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/1889949

Title:
  package friendly-recovery 0.2.41 failed to install/upgrade: installed
  friendly-recovery package post-installation script subprocess returned
  error exit status 127

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/friendly-recovery/+bug/1889949/+subscriptions

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

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

2020-07-31 Thread Apport retracing service
** 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/1889950

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

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

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

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

2020-07-31 Thread Chathudya Jayawardana
Public bug reported:

bug

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: mysql-server-8.0 8.0.21-0ubuntu0.20.04.3
ProcVersionSignature: Ubuntu 5.4.0-42.46-generic 5.4.44
Uname: Linux 5.4.0-42-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.4
AptOrdering:
 mysql-client-8.0:amd64: Install
 mysql-server-8.0:amd64: Install
 mysql-server-core-8.0:amd64: Install
 NULL: ConfigurePending
Architecture: amd64
CasperMD5CheckResult: skip
Date: Sat Aug  1 07:22:52 2020
ErrorMessage: installed mysql-server-8.0 package post-installation script 
subprocess returned error exit status 1
InstallationDate: Installed on 2020-07-01 (30 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
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
MySQLVarLibDirListing: ['performance_schema', 'ib_logfile0', 'binlog.07', 
'ca-key.pem', 'debian-5.7.flag', 'binlog.index', 'binlog.10', 'mysql.ibd', 
'binlog.19', 'binlog.03', 'binlog.15', 'binlog.12', 
'binlog.08', 'mysql', 'binlog.20', 'undo_002', 'binlog.02', 
'#ib_16384_1.dblwr', 'sys', 'binlog.13', 'binlog.04', 'binlog.05', 
'ib_buffer_pool', 'binlog.11', 'binlog.18', '#ib_16384_0.dblwr', 
'ibdata1', 'auto.cnf', 'binlog.17', 'client-key.pem', 'undo_001', 
'binlog.09', 'client-cert.pem', 'public_key.pem', 'mysql_upgrade_info', 
'binlog.14', 'binlog.06', 'binlog.16', 'ib_logfile1', 
'#innodb_temp', 'server-cert.pem', 'server-key.pem', 'ca.pem', 
'private_key.pem', 'binlog.01']
ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-5.4.0-42-generic 
root=UUID=2cf782cb-a0f0-4059-929f-f0a104ba11c8 ro quiet splash vt.handoff=7
Python3Details: /usr/bin/python3.8, Python 3.8.2, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.2ubuntu0.1
SourcePackage: mysql-8.0
Title: package mysql-server-8.0 8.0.21-0ubuntu0.20.04.3 failed to 
install/upgrade: installed mysql-server-8.0 package post-installation script 
subprocess returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: mysql-8.0 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package focal

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

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

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

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

[Bug 1889949] [NEW] package friendly-recovery 0.2.41 failed to install/upgrade: installed friendly-recovery package post-installation script subprocess returned error exit status 127

2020-07-31 Thread sachinpolekar
Public bug reported:

upgrade bug from 18.04 to 20.04

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: friendly-recovery 0.2.41
ProcVersionSignature: Ubuntu 5.4.0-42.46-generic 5.4.44
Uname: Linux 5.4.0-42-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.4
Architecture: amd64
CasperMD5CheckResult: skip
Date: Sat Aug  1 11:48:26 2020
ErrorMessage: installed friendly-recovery package post-installation script 
subprocess returned error exit status 127
InstallationDate: Installed on 2020-07-30 (1 days ago)
InstallationMedia: Ubuntu 18.04.4 LTS "Bionic Beaver" - Release amd64 
(20200203.1)
PackageArchitecture: all
Python3Details: /usr/bin/python3.8, Python 3.8.2, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.2ubuntu0.1
SourcePackage: friendly-recovery
Title: package friendly-recovery 0.2.41 failed to install/upgrade: installed 
friendly-recovery package post-installation script subprocess returned error 
exit status 127
UpgradeStatus: Upgraded to focal on 2020-08-01 (0 days ago)

** Affects: friendly-recovery (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package focal

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

Title:
  package friendly-recovery 0.2.41 failed to install/upgrade: installed
  friendly-recovery package post-installation script subprocess returned
  error exit status 127

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/friendly-recovery/+bug/1889949/+subscriptions

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

[Bug 1887144] Re: autopkgtest failures on ppc64el with nodejs 12.18.1

2020-07-31 Thread Bryce Harrington
Could it have anything to do with the patch being applied in node-
sha.js, 0002-Fix-FTBFS-in-32-bits-arch.patch?

   var hash = new Sha1()
-  var bigData = Buffer.alloc(0x1 / 8)
+  var bigData = Buffer.alloc(0x1fff8 / 8)

I wonder if this patch were disabled for ppc64el, if the test would then
pass? If so, then perhaps the patch needs to test if its uint32 or
uint64 first.  (There appears to be code doing a 32/64 support check in
hash.js' Hash.prototype.digest that might be pertinent.)

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

Title:
  autopkgtest failures on ppc64el with nodejs 12.18.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/node-create-hash/+bug/1887144/+subscriptions

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

Re: [Bug 1886226] Re: Updater crashes with 19.10 upgrade attempt

2020-07-31 Thread JoeS
Brian,
Thank you for the update.
I was able to update and upgrade the machine and after logging into Ubuntu One, 
I was able to complete the upgrade to 19.10 and 20.04 successfully.
I commented this information in the ticket.
Thanks again,
Joe Sergi

Sent from Yahoo Mail on Android 
 
  On Fri, Jul 31, 2020 at 6:35 PM, Brian Murray<1886...@bugs.launchpad.net> 
wrote:   There was a failure communicating with the mirror of the Ubuntu archive
which you use. This is something you'll need to sort out as the mirror
is available now.

2020-07-03 15:50:12,824 DEBUG examining: 'deb 
http://us.archive.ubuntu.com/ubuntu/ bionic main restricted'
2020-07-03 15:50:12,824 DEBUG verifySourcesListEntry: deb 
http://us.archive.ubuntu.com/ubuntu/ eoan main restricted
2020-07-03 15:50:12,825 DEBUG url_downloadable: 
http://us.archive.ubuntu.com/ubuntu//dists/eoan/Release
2020-07-03 15:50:12,825 DEBUG s='http' n='us.archive.ubuntu.com' 
p='/ubuntu//dists/eoan/Release' q='' f=''
2020-07-03 15:50:12,845 DEBUG error from httplib: ''
2020-07-03 15:50:12,846 DEBUG entry '# deb http://us.archive.ubuntu.com/ubuntu/ 
bionic main restricted' was disabled (no Release file)


** Changed in: ubuntu-release-upgrader (Ubuntu)
      Status: New => Incomplete

-- 
You received this bug notification because you are subscribed to the bug
report.
https://bugs.launchpad.net/bugs/1886226

Title:
  Updater crashes with 19.10 upgrade attempt

Status in ubuntu-release-upgrader package in Ubuntu:
  Incomplete

Bug description:
  Third party sources disabled

  Some third party entries in your sources.list were disabled. You can
  re-enable them after the upgrade with the 'software-properties' tool
  or your package manager.

  Invalid package information

  After updating your package information, the essential package 
'ubuntu-minimal' could not be located. This may be because you have no official 
mirrors listed in your software sources, or because of excessive load on the 
mirror you are using. See /etc/apt/sources.list for the current list of 
configured software sources.
  In the case of an overloaded mirror, you may want to try the upgrade again 
later.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: ubuntu-release-upgrader-core 1:18.04.37
  ProcVersionSignature: Ubuntu 4.15.0-109.110-generic 4.15.18
  Uname: Linux 4.15.0-109-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.15
  Architecture: amd64
  CrashDB: ubuntu
  Date: Fri Jul  3 15:50:39 2020
  InstallationDate: Installed on 2014-12-31 (2011 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  PackageArchitecture: all
  ProcEnviron:
  PATH=(custom, no user)
  LANG=en_US.UTF-8
  SHELL=/bin/bash
  SourcePackage: ubuntu-release-upgrader
  UpgradeStatus: Upgraded to bionic on 2020-07-03 (0 days ago)
  VarLogDistupgradeAptlog:
  Log time: 2020-07-03 15:49:57.852210
  Log time: 2020-07-03 15:50:00.067396
  Log time: 2020-07-03 15:50:20.054526
  Log time: 2020-07-03 15:50:42.381764
  VarLogDistupgradeTermlog:
  
  mtime.conffile..etc.update-manager.release-upgrades: 
2020-07-03T15:13:55.377323

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

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

Title:
  Updater crashes with 19.10 upgrade attempt

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

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

[Bug 1558768] Re: gvfsd-trash causing high CPU-load when try to empty trash with thousands of files

2020-07-31 Thread Humphrey van Polanen Petel
copied from Bug 1798828
--
Ubuntu LTS 16.04.6

118K files in trash
gvfs-trash consumes both CPUs and 100% of available memory

"empty trash" goes into prepare phase, but nothing appears to happen,
presumably because of the large number of files, so I closed the window
by clicking the 

rm -rf ~/.local/share/Trash/*

nautilus window on trash:/// goes dark for a long time, but eventually
comes back to show Trash to be empty

opening the Trash icon (on the on the launch bar) shows it to be empty
and both  and  buttons are greyed out, but  the Trash
icon still shows 'filled'

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

Title:
  gvfsd-trash causing high CPU-load when try to empty trash with
  thousands of files

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

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

[Bug 1798828] Re: gvfsd-trash fills up memory (uses about 1 GB) if Trash contains thousands of files

2020-07-31 Thread Humphrey van Polanen Petel
Ubuntu LTS 16.04.6

118K files in trash
gvfs-trash consumes both CPUs and 100% of available memory

"empty trash" goes into prepare phase, but nothing appears to happen,
presumably because of the large number of files, so I closed the window
by clicking the 

rm -rf ~/.local/share/Trash/*

nautilus window on trash:/// goes dark for a long time, but eventually
comes back to show Trash to be empty

opening the Trash icon (on the on the launch bar) shows it to be empty
and both  and  buttons are greyed out, but  the Trash
icon still shows 'filled'

(yes, I think Bug #1558768 is about the same problem)

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

Title:
  gvfsd-trash fills up memory (uses about 1 GB) if Trash contains
  thousands of files

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

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

[Bug 1798828] Re: gvfsd-trash fills up memory (uses about 1 GB) if Trash contains thousands of files

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

** Changed in: gvfs (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/1798828

Title:
  gvfsd-trash fills up memory (uses about 1 GB) if Trash contains
  thousands of files

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

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

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

2020-07-31 Thread reddaly
It seems the bug that actually describes the "cannot rotate monitor to
portrait mode" issue is 1874567, and a fix is in hand. Apologies for the
noise here.

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

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

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

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

[Bug 1886071] Re: Failed to calculate the system update Ubuntu 18.04.4 to 20.04

2020-07-31 Thread Brian Murray
After further investigation I've discovered this is actually due to the
wine packages you have installed with version 5.0.1~bionic. If you
remove those you should be able to upgrade to the next release of
Ubuntu.

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

Title:
  Failed to calculate the system update Ubuntu 18.04.4 to 20.04

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

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

[Bug 1889449] Re: 18.04 to 20.04.1 upgrade on raspberry pi removes too many kernel meta packages

2020-07-31 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-release-upgrader - 1:20.10.8

---
ubuntu-release-upgrader (1:20.10.8) groovy; urgency=medium

  * DistUpgrade/DistUpgradeCache.py: Ensure that the linux metapackage is
never removed during a distribution upgrade. (LP: #1889449)

 -- Brian Murray   Fri, 31 Jul 2020 11:20:23 -0700

** Changed in: ubuntu-release-upgrader (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/1889449

Title:
  18.04 to 20.04.1 upgrade on raspberry pi removes too many kernel meta
  packages

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

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

[Bug 1887828] Re: Drop Python 2 support

2020-07-31 Thread Launchpad Bug Tracker
This bug was fixed in the package oops - 0.0.14-0ubuntu3

---
oops (0.0.14-0ubuntu3) groovy; urgency=medium

  * Drop Python 2 support (LP: #1887828)

 -- Dave Jones   Thu, 16 Jul 2020 17:22:35
+0100

** Changed in: oops (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/1887828

Title:
  Drop Python 2 support

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

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

[Bug 1845801] Re: [nvidia] Automatic login fails and then all subsequent logins fail. Killing gnome-session-binary fixes it, or just not using automatic login.

2020-07-31 Thread DiegoRivera
The workaround for me was to disable vt_handoff in /etc/grub.d/10_linux*
(i.e. set vt_handoff=0 in both places near the top of the file).

That resolved the issue completely.

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

Title:
  [nvidia] Automatic login fails and then all subsequent logins fail.
  Killing gnome-session-binary fixes it, or just not using automatic
  login.

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

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

[Bug 1880032] Re: [linux-azure] Enable Hibernation on The 18.04 and 20.04 5.4 Kernels

2020-07-31 Thread Dexuan Cui
Unluckily this commit breaks hibernation:
0a14dbaa0736 ("video: hyperv_fb: Fix hibernation for the deferred IO feature"):
https://git.launchpad.net/~canonical-kernel/ubuntu/+source/linux-azure/+git/focal/commit/?h=Ubuntu-azure-5.4.0-1022.22=0a14dbaa0736a6021c02e74d42cf3a7ca5438da6

We should include the patch only if the kernel also includes 
a4ddb11d297e ("video: hyperv: hyperv_fb: Support deferred IO for Hyper-V frame 
buffer driver"

Now I'm seeing a hang/panic issue when hibernating the VM ("5.4.0-1022-azure 
#22-Ubuntu"):
[   67.736061] [ cut here ]
[   67.736068] WARNING: CPU: 5 PID: 1358 at kernel/workqueue.c:3040 
__flush_work+0x1b5/0x1d0
[   67.736068] Modules linked in: xt_owner iptable_security xt_conntrack 
nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 libcrc32c bpfilter nls_iso8859_1 
dm_multipath scsi_dh_rdac scsi_dh_emc scsi_dh_alua sb_edac crct10dif_pclmul 
crc32_pclmul ghash_clmulni_intel aesni_intel crypto_simd cryptd glue_helper 
joydev hid_generic hyperv_fb cfbfillrect hid_hyperv intel_rapl_perf serio_raw 
hyperv_keyboard pata_acpi hv_netvsc hv_balloon hid cfbimgblt pci_hyperv 
cfbcopyarea hv_utils pci_hyperv_intf sch_fq_codel drm 
drm_panel_orientation_quirks i2c_core ip_tables x_tables autofs4
[   67.736088] CPU: 5 PID: 1358 Comm: bash Not tainted 5.4.0-1022-azure 
#22-Ubuntu
[   67.736089] Hardware name: Microsoft Corporation Virtual Machine/Virtual 
Machine, BIOS 090007  06/02/2017
[   67.736091] RIP: 0010:__flush_work+0x1b5/0x1d0
[   67.736092] Code: f0 eb e3 4d 8b 7c 24 20 e9 f3 fe ff ff 8b 0b 48 8b 53 08 
83 e1 08 48 0f ba 2b 03 80 c9 f0 e9 4f ff ff ff 0f 0b e9 68 ff ff ff <0f> 0b 45 
31 f6 e9 5e ff ff ff e8 ec e0 fd ff 66 66 2e 0f 1f 84 00
[   67.736095] RSP: 0018:a7ce8a8ffb78 EFLAGS: 00010246
[   67.736096] RAX:  RBX: 8be3621f02a0 RCX: 
[   67.736096] RDX: 0001 RSI: 0001 RDI: 8be3621f02a0
[   67.736097] RBP: a7ce8a8ffbf0 R08:  R09: ff010101
[   67.736098] R10: 8be363f7a320 R11: 0001 R12: 8be3621f02a0
[   67.736098] R13: 0001 R14: 0001 R15: bc390fd1
[   67.736099] FS:  7f6df35fe740() GS:8be375d4() 
knlGS:
[   67.736100] CS:  0010 DS:  ES:  CR0: 80050033
[   67.736100] CR2: 561eef2c1b50 CR3: 000e40a14004 CR4: 001706e0
[   67.736102] Call Trace:
[   67.736108]  __cancel_work_timer+0x107/0x180
[   67.736119]  cancel_delayed_work_sync+0x13/0x20
[   67.736121]  hvfb_suspend+0x48/0x80 [hyperv_fb]
[   67.736122]  vmbus_suspend+0x2a/0x40
[   67.736125]  dpm_run_callback+0x5b/0x150
[   67.736127]  __device_suspend_noirq+0x9e/0x2f0
[   67.736128]  dpm_suspend_noirq+0x101/0x2d0
[   67.736130]  dpm_suspend_end+0x53/0x80
[   67.736132]  hibernation_snapshot+0xd8/0x460
[   67.736133]  hibernate.cold+0x6d/0x1f6
[   67.736135]  state_store+0xde/0xe0
[   67.736138]  kobj_attr_store+0x12/0x20
[   67.736141]  sysfs_kf_write+0x3e/0x50
[   67.736142]  kernfs_fop_write+0xda/0x1b0
[   67.736145]  __vfs_write+0x1b/0x40
[   67.736147]  vfs_write+0xb9/0x1a0
[   67.736149]  ksys_write+0x67/0xe0
[   67.736150]  __x64_sys_write+0x1a/0x20
[   67.736152]  do_syscall_64+0x5e/0x200
[   67.736156]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[   67.736157] RIP: 0033:0x7f6df3712057


After I revert 0a14dbaa0736, hibernation works.

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

Title:
  [linux-azure] Enable Hibernation on The 18.04 and 20.04 5.4 Kernels

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

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

[Bug 1879649] Re: Since I updated to Ubuntu 20.04 my HP printer doesn't print

2020-07-31 Thread Rob
hplip 3.20.6 does not resolve these issues for me.

I'm getting the same errors regarding pyqt4 as w/ the earlier versions.

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

Title:
  Since I updated to Ubuntu 20.04 my HP printer doesn't print

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

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

[Bug 1886071] Re: Failed to calculate the system update Ubuntu 18.04.4 to 20.04

2020-07-31 Thread Brian Murray
This is likely due to one or some of the PPAs you have enabled. Please
use the tool ppa-purge from the ppa-purge package to remove the PPAs and
try the upgrade again.

** Changed in: ubuntu-release-upgrader (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/1886071

Title:
  Failed to calculate the system update Ubuntu 18.04.4 to 20.04

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

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

[Bug 1886119] Re: Installer crashes on daily image

2020-07-31 Thread Brian Murray
If the installer is crashing you'll want to include log files about the
installation method you are using. For example if you are using ubiquity
you would want to use 'ubuntu-bug ubiquity' to gather log files about
the crash.

** Package changed: ubuntu-release-upgrader (Ubuntu) => ubuntu

** Changed in: ubuntu
   Status: New => Incomplete

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

Title:
  Installer crashes on daily image

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

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

[Bug 1886108] Re: After upgrading the v20, I get stuck in a login loop at boot.

2020-07-31 Thread Brian Murray
The package chrome-remote-desktop is not one provided by the Ubuntu
archive and subsequently there is not thing we, the developers of
Ubuntu, can do about the issue.

** Package changed: ubuntu-release-upgrader (Ubuntu) => ubuntu

** Changed in: ubuntu
   Status: Confirmed => Invalid

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

Title:
  After upgrading the v20, I get stuck in a login loop at boot.

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

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

[Bug 1849485] Re: Failure to upgrade from 18.04.3 to 19.04

2020-07-31 Thread Brian Murray
There was an issue communicating with the mirror of the Ubuntu archive
which you use. This is an issue you will need to sort out before you can
upgrade to the new release of Ubuntu.

2019-10-27 16:15:33,625 DEBUG examining: 'deb 
http://in.archive.ubuntu.com/ubuntu/ disco main restricted'
2019-10-27 16:15:33,625 DEBUG verifySourcesListEntry: deb 
http://in.archive.ubuntu.com/ubuntu/ eoan main restricted
2019-10-27 16:15:33,625 DEBUG url_downloadable: 
http://in.archive.ubuntu.com/ubuntu//dists/eoan/Release
2019-10-27 16:15:33,625 DEBUG s='http' n='in.archive.ubuntu.com' 
p='/ubuntu//dists/eoan/Release' q='' f=''
2019-10-27 16:17:43,125 DEBUG error from httplib: ''
2019-10-27 16:17:43,125 DEBUG entry '# deb http://in.archive.ubuntu.com/ubuntu/ 
disco main restricted' was disabled (no Release file)

** Changed in: ubuntu-release-upgrader (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/1849485

Title:
  Failure to upgrade from 18.04.3 to 19.04

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

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

[Bug 1850193] Re: can't upgrade ubuntu 19.04 to 19.10 via update-manager

2020-07-31 Thread Brian Murray
There was an error communicating with the mirror of the Ubuntu archive
which you use. This is an issue you'll need to resolve before you can
complete your upgrade.

2019-10-27 16:15:33,625 DEBUG examining: 'deb 
http://in.archive.ubuntu.com/ubuntu/ disco main restricted'
2019-10-27 16:15:33,625 DEBUG verifySourcesListEntry: deb 
http://in.archive.ubuntu.com/ubuntu/ eoan main restricted
2019-10-27 16:15:33,625 DEBUG url_downloadable: 
http://in.archive.ubuntu.com/ubuntu//dists/eoan/Release
2019-10-27 16:15:33,625 DEBUG s='http' n='in.archive.ubuntu.com' 
p='/ubuntu//dists/eoan/Release' q='' f=''
2019-10-27 16:17:43,125 DEBUG error from httplib: ''
2019-10-27 16:17:43,125 DEBUG entry '# deb http://in.archive.ubuntu.com/ubuntu/ 
disco main restricted' was disabled (no Release file)

** Changed in: ubuntu-release-upgrader (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/1850193

Title:
  can't upgrade ubuntu 19.04 to 19.10 via update-manager

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

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

[Bug 1885370] Re: cannot upgrade to ubuntu 20.04

2020-07-31 Thread Brian Murray
There was a problem communicating with the mirror of the Ubuntu archive
which you use This is something you'll need to sort out so you can
complete the upgrade.

2020-06-27 17:45:31,643 DEBUG examining: 'deb 
http://in.archive.ubuntu.com/ubuntu/ disco main restricted'
2020-06-27 17:45:31,643 DEBUG verifySourcesListEntry: deb 
http://in.archive.ubuntu.com/ubuntu/ eoan main restricted
2020-06-27 17:45:31,643 DEBUG url_downloadable: 
http://in.archive.ubuntu.com/ubuntu//dists/eoan/Release
2020-06-27 17:45:31,643 DEBUG s='http' n='in.archive.ubuntu.com' 
p='/ubuntu//dists/eoan/Release' q='' f=''
2020-06-27 17:46:03,228 DEBUG error from httplib: ''
2020-06-27 17:46:03,228 DEBUG entry '# deb http://in.archive.ubuntu.com/ubuntu/ 
disco main restricted' was disabled (no Release file)

** Changed in: ubuntu-release-upgrader (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/1885370

Title:
  cannot upgrade to ubuntu 20.04

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

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

[Bug 1879814] Re: Wanted to do an upgrade to 20.04

2020-07-31 Thread Brian Murray
There was an error communicating with the mirror of the Ubuntu archive
which you use. This is something you'll need to resolve so that you can
upgrade.

2020-05-20 20:28:12,333 DEBUG examining: 'deb https://archive.ubuntu.com/ubuntu 
bionic main restricted'
2020-05-20 20:28:12,333 DEBUG found apt-cacher/apt-torrent style uri 
https://archive.ubuntu.com/ubuntu
2020-05-20 20:28:12,333 DEBUG verifySourcesListEntry: deb 
https://archive.ubuntu.com/ubuntu eoan main restricted
2020-05-20 20:28:12,333 DEBUG url_downloadable: 
https://archive.ubuntu.com/ubuntu/dists/eoan/Release
2020-05-20 20:28:12,333 DEBUG s='https' n='archive.ubuntu.com' 
p='/ubuntu/dists/eoan/Release' q='' f=''
2020-05-20 20:28:12,531 DEBUG error from httplib: ''

** Changed in: ubuntu-release-upgrader (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/1879814

Title:
  Wanted to do an upgrade to 20.04

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

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

[Bug 1878571] Re: update to 20.04 from 19.10 crashes out

2020-07-31 Thread Brian Murray
There was an issue communicating with the mirror of the Ubuntu which you
use. You'll need to sort this out so that you can complete the upgrade.

2020-05-14 13:59:09,305 DEBUG examining: 'deb 
http://in.archive.ubuntu.com/ubuntu/ eoan main restricted'
2020-05-14 13:59:09,306 DEBUG verifySourcesListEntry: deb 
http://in.archive.ubuntu.com/ubuntu/ focal main restricted
2020-05-14 13:59:09,306 DEBUG url_downloadable: 
http://in.archive.ubuntu.com/ubuntu//dists/focal/Release
2020-05-14 13:59:09,306 DEBUG s='http' n='in.archive.ubuntu.com' 
p='/ubuntu//dists/focal/Release' q='' f=''
2020-05-14 14:01:20,243 DEBUG error from httplib: ''
2020-05-14 14:01:20,243 DEBUG entry '# deb http://in.archive.ubuntu.com/ubuntu/ 
eoan main restricted' was disabled (no Release file)

** Changed in: ubuntu-release-upgrader (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  update to 20.04 from 19.10 crashes out

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

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

[Bug 1886226] Re: Updater crashes with 19.10 upgrade attempt

2020-07-31 Thread Brian Murray
There was a failure communicating with the mirror of the Ubuntu archive
which you use. This is something you'll need to sort out as the mirror
is available now.

2020-07-03 15:50:12,824 DEBUG examining: 'deb 
http://us.archive.ubuntu.com/ubuntu/ bionic main restricted'
2020-07-03 15:50:12,824 DEBUG verifySourcesListEntry: deb 
http://us.archive.ubuntu.com/ubuntu/ eoan main restricted
2020-07-03 15:50:12,825 DEBUG url_downloadable: 
http://us.archive.ubuntu.com/ubuntu//dists/eoan/Release
2020-07-03 15:50:12,825 DEBUG s='http' n='us.archive.ubuntu.com' 
p='/ubuntu//dists/eoan/Release' q='' f=''
2020-07-03 15:50:12,845 DEBUG error from httplib: ''
2020-07-03 15:50:12,846 DEBUG entry '# deb http://us.archive.ubuntu.com/ubuntu/ 
bionic main restricted' was disabled (no Release file)


** Changed in: ubuntu-release-upgrader (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/1886226

Title:
  Updater crashes with 19.10 upgrade attempt

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

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

[Bug 1888970] Re: V20.2 Fails to start Telescope/EQMOD

2020-07-31 Thread Robert Van Vugt
I will add this is also reported as a problem on github so I am not the
only one seeing this.

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

Title:
  V20.2 Fails to start Telescope/EQMOD

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

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

[Bug 1886357] Re: Unable to upgrade, asking to use ppa-purge, nothing to purge

2020-07-31 Thread Brian Murray
You seem to have some python3.8 packages installed with version numbers
that are greater than ones in the release to which you are trying to
upgrade. This is causing the failure to calculate the upgrade so please
remove them and try the upgrade again.

libpython3.8-minimal 3.8.3-1+bionic1 1
libpython3.8-stdlib 3.8.3-1+bionic1 1
python3.8 3.8.3-1+bionic1 0
python3.8-minimal 3.8.3-1+bionic1 1 

Thanks and good luck!

** Changed in: ubuntu-release-upgrader (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/1886357

Title:
  Unable to upgrade, asking to use ppa-purge, nothing to purge

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

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

[Bug 1876286] Re: Evolution reports "Error performing TLS handshake: Internal error in memory allocation."

2020-07-31 Thread Rod Rivers
Joe - I'm glad to hear that it is working and that Debian has also
updated their code.  I'm glad that it helped others!

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

Title:
  Evolution reports "Error performing TLS handshake: Internal error in
  memory allocation."

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

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

[Bug 1248131] Re: glabels had support EAN-8 / Code128 in previous version - now it does not have it.

2020-07-31 Thread Miguel Barroso
I double Martin Malec's observation that the Ubuntu package since 19.04
doesn't contain GNU Barcode. It works on Debian however.

I contacted the package maintainer about this. Hopefully it will be
updated soon.

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

Title:
  glabels had support EAN-8 / Code128 in previous version - now it does
  not have it.

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

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

[Bug 1880776] Re: Please blacklist and remove php-horde and php-horde-* from groovy (and future releases)

2020-07-31 Thread Steve Langasek
emoving packages from groovy-proposed:
php-horde-text-filter-jsmin 1.0.2-9 in groovy
php-horde-text-filter-jsmin 1.0.2-9 in groovy amd64
php-horde-text-filter-jsmin 1.0.2-9 in groovy arm64
php-horde-text-filter-jsmin 1.0.2-9 in groovy armhf
php-horde-text-filter-jsmin 1.0.2-9 in groovy i386
php-horde-text-filter-jsmin 1.0.2-9 in groovy ppc64el
php-horde-text-filter-jsmin 1.0.2-9 in groovy riscv64
php-horde-text-filter-jsmin 1.0.2-9 in groovy s390x
php-horde-activesync 2.41.4-2 in groovy
php-horde-activesync 2.41.4-2 in groovy amd64
php-horde-activesync 2.41.4-2 in groovy arm64
php-horde-activesync 2.41.4-2 in groovy armhf
php-horde-activesync 2.41.4-2 in groovy i386
php-horde-activesync 2.41.4-2 in groovy ppc64el
php-horde-activesync 2.41.4-2 in groovy riscv64
php-horde-activesync 2.41.4-2 in groovy s390x
php-horde-core 2.31.14+debian0-1 in groovy
php-horde-javascriptminify-jsmin 1.0.2-8 in groovy
php-horde-javascriptminify-jsmin 1.0.2-8 in groovy amd64
php-horde-javascriptminify-jsmin 1.0.2-8 in groovy arm64
php-horde-javascriptminify-jsmin 1.0.2-8 in groovy armhf
php-horde-javascriptminify-jsmin 1.0.2-8 in groovy i386
php-horde-javascriptminify-jsmin 1.0.2-8 in groovy ppc64el
php-horde-javascriptminify-jsmin 1.0.2-8 in groovy riscv64
php-horde-javascriptminify-jsmin 1.0.2-8 in groovy s390x
Comment: Blacklisted; LP: #1880776
4 packages successfully removed.

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

Title:
  Please blacklist and remove php-horde and php-horde-* from groovy (and
  future releases)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php-horde/+bug/1880776/+subscriptions

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

[Bug 1880776] Re: Please blacklist and remove php-horde and php-horde-* from groovy (and future releases)

2020-07-31 Thread Steve Langasek
emoving packages from groovy-proposed:
php-horde-text-filter-jsmin 1.0.2-9 in groovy
php-horde-text-filter-jsmin 1.0.2-9 in groovy amd64
php-horde-text-filter-jsmin 1.0.2-9 in groovy arm64
php-horde-text-filter-jsmin 1.0.2-9 in groovy armhf
php-horde-text-filter-jsmin 1.0.2-9 in groovy i386
php-horde-text-filter-jsmin 1.0.2-9 in groovy ppc64el
php-horde-text-filter-jsmin 1.0.2-9 in groovy riscv64
php-horde-text-filter-jsmin 1.0.2-9 in groovy s390x
php-horde-activesync 2.41.4-2 in groovy
php-horde-activesync 2.41.4-2 in groovy amd64
php-horde-activesync 2.41.4-2 in groovy arm64
php-horde-activesync 2.41.4-2 in groovy armhf
php-horde-activesync 2.41.4-2 in groovy i386
php-horde-activesync 2.41.4-2 in groovy ppc64el
php-horde-activesync 2.41.4-2 in groovy riscv64
php-horde-activesync 2.41.4-2 in groovy s390x
php-horde-core 2.31.14+debian0-1 in groovy
php-horde-javascriptminify-jsmin 1.0.2-8 in groovy
php-horde-javascriptminify-jsmin 1.0.2-8 in groovy amd64
php-horde-javascriptminify-jsmin 1.0.2-8 in groovy arm64
php-horde-javascriptminify-jsmin 1.0.2-8 in groovy armhf
php-horde-javascriptminify-jsmin 1.0.2-8 in groovy i386
php-horde-javascriptminify-jsmin 1.0.2-8 in groovy ppc64el
php-horde-javascriptminify-jsmin 1.0.2-8 in groovy riscv64
php-horde-javascriptminify-jsmin 1.0.2-8 in groovy s390x
Comment: Blacklisted; LP: #1880776
4 packages successfully removed.


** Changed in: php-horde (Ubuntu)
   Status: Triaged => Fix Released

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

Title:
  Please blacklist and remove php-horde and php-horde-* from groovy (and
  future releases)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php-horde/+bug/1880776/+subscriptions

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

[Bug 1889946] [NEW] libavcodec57 is not available even when I try to intall it in sudo

2020-07-31 Thread Iñaki Palestino Díaz
Public bug reported:

I was trying to install Xpra when I found the error "El paquete
«libavcodec57» no tiene un candidato para la instalación" after trying
to reinstall the package, the problem is persistent although it says
that other package makes reference to it.

** Affects: ffmpeg (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/1889946

Title:
  libavcodec57 is not available even when I try to intall it in sudo

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

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

[Bug 1825873] Re: video no funciona

2020-07-31 Thread Brian Murray
** Changed in: ubuntu-release-upgrader (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/1825873

Title:
  video no funciona

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

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

[Bug 1878904] Re: failed to upgrade from 19.04 to 19.10

2020-07-31 Thread Brian Murray
*** This bug is a duplicate of bug 1813354 ***
https://bugs.launchpad.net/bugs/1813354

** This bug has been marked a duplicate of bug 1813354
   release-upgrader unable to deal with sources.list entries of "deb mirror://"

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

Title:
  failed to upgrade from 19.04 to 19.10

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

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

[Bug 1886406] Re: uneble to upgrade

2020-07-31 Thread Brian Murray
*** This bug is a duplicate of bug 1813354 ***
https://bugs.launchpad.net/bugs/1813354

** This bug has been marked a duplicate of bug 1813354
   release-upgrader unable to deal with sources.list entries of "deb mirror://"

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

Title:
  uneble to upgrade

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

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

[Bug 1874537] Re: Error to upgrade ubuntu 18.04LTS to 20.04LTS using the command "sudo do-release-upgrade -d"

2020-07-31 Thread Brian Murray
*** This bug is a duplicate of bug 1813354 ***
https://bugs.launchpad.net/bugs/1813354

** This bug has been marked a duplicate of bug 1813354
   release-upgrader unable to deal with sources.list entries of "deb mirror://"

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

Title:
  Error to upgrade ubuntu 18.04LTS to 20.04LTS using the command "sudo
  do-release-upgrade -d"

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

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

[Bug 1880817] Re: tried to update to 20.04 again and failed again

2020-07-31 Thread Brian Murray
*** This bug is a duplicate of bug 1813354 ***
https://bugs.launchpad.net/bugs/1813354

** This bug has been marked a duplicate of bug 1813354
   release-upgrader unable to deal with sources.list entries of "deb mirror://"

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

Title:
  tried to update to 20.04 again and failed again

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

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

[Bug 1797417] Re: Background of system tray icons not drawn properly

2020-07-31 Thread MMarking
I continue to have this problem with a machine updated to 20.04.1 with
xfce-panel 4.14.3.  Am I supposed to delete some old configuration files
to reset something?

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

Title:
  Background of system tray icons not drawn properly

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

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

[Bug 1805256] Re: qemu-img hangs on rcu_call_ready_event logic in Aarch64 when converting images

2020-07-31 Thread Rafael David Tinoco
I just pushed/uploaded a SRU for bionic from:

https://code.launchpad.net/~rafaeldtinoco/ubuntu/+source/qemu/+git/qemu/+merge/387269

Waiting for SRU on it.


** Changed in: qemu (Ubuntu Bionic)
 Assignee: Rafael David Tinoco (rafaeldtinoco) => (unassigned)

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

Title:
  qemu-img hangs on rcu_call_ready_event logic in Aarch64 when
  converting images

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

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

[Bug 1734147] Re: corrupted BIOS due to Intel SPI bug in kernel

2020-07-31 Thread axt
> My default first boot device is Ubuntu and then windows and then USB
and network.. etc..

(...)

> I tried to run pratation magic.

How did you boot Partition Magic?

If this is on a DVD, the ODD must be before the HDD in the boot
sequence.

Then you could also just boot Focal64 for fixing.

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

Title:
  corrupted BIOS due to Intel SPI bug in kernel

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

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

[Bug 1874561] Re: ubuntu-release-upgrader package -d crashes

2020-07-31 Thread Brian Murray
*** This bug is a duplicate of bug 1813354 ***
https://bugs.launchpad.net/bugs/1813354

** This bug has been marked a duplicate of bug 1813354
   release-upgrader unable to deal with sources.list entries of "deb mirror://"

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

Title:
   ubuntu-release-upgrader package -d  crashes

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

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

[Bug 1875077] Re: package libc6:amd64 2.31-0ubuntu9 failed to install/upgrade: installed libc6:amd64 package post-installation script subprocess returned error exit status 1

2020-07-31 Thread Rafael David Tinoco
*** This bug is a duplicate of bug 1871129 ***
https://bugs.launchpad.net/bugs/1871129

** This bug is no longer a duplicate of bug 1871240
   Can't upgrade to Focal on WSL1 due to libc6 postinst
** This bug has been marked a duplicate of bug 1871129
   htop is blank when using in focal in wsl1

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

Title:
  package libc6:amd64 2.31-0ubuntu9 failed to install/upgrade: installed
  libc6:amd64 package post-installation script subprocess returned error
  exit status 1

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

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

[Bug 1874495] Re: package libc6:amd64 2.31-0ubuntu9 failed to install/upgrade: installed libc6:amd64 package post-installation script subprocess returned error exit status 1

2020-07-31 Thread Rafael David Tinoco
*** This bug is a duplicate of bug 1871129 ***
https://bugs.launchpad.net/bugs/1871129

** This bug is no longer a duplicate of bug 1871240
   Can't upgrade to Focal on WSL1 due to libc6 postinst
** This bug has been marked a duplicate of bug 1871129
   htop is blank when using in focal in wsl1

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

Title:
  package libc6:amd64 2.31-0ubuntu9 failed to install/upgrade: installed
  libc6:amd64 package post-installation script subprocess returned error
  exit status 1

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

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

[Bug 1871240] Re: Can't upgrade to Focal on WSL1 due to libc6 postinst

2020-07-31 Thread Rafael David Tinoco
*** This bug is a duplicate of bug 1871129 ***
https://bugs.launchpad.net/bugs/1871129

Yes! Sorry, I forgot to update this, I had provided a temporary PPA:

https://github.com/microsoft/WSL/issues/5125#issuecomment-619350931

and it seems that people were using it for some time now. Mentioning in
this bug so people can google this.

** Bug watch added: github.com/microsoft/WSL/issues #5125
   https://github.com/microsoft/WSL/issues/5125

** This bug has been marked a duplicate of bug 1871129
   htop is blank when using in focal in wsl1

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

Title:
  Can't upgrade to Focal on WSL1 due to libc6 postinst

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

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

[Bug 1879611] Re: package libc6:amd64 2.31-0ubuntu9 failed to install/upgrade: installed libc6:amd64 package post-installation script subprocess returned error exit status 1

2020-07-31 Thread Rafael David Tinoco
*** This bug is a duplicate of bug 1871129 ***
https://bugs.launchpad.net/bugs/1871129

** This bug is no longer a duplicate of bug 1871240
   Can't upgrade to Focal on WSL1 due to libc6 postinst
** This bug has been marked a duplicate of bug 1871129
   htop is blank when using in focal in wsl1

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

Title:
  package libc6:amd64 2.31-0ubuntu9 failed to install/upgrade: installed
  libc6:amd64 package post-installation script subprocess returned error
  exit status 1

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

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

[Bug 1871325] Re: package libc6:amd64 2.31-0ubuntu7 failed to install/upgrade: installed libc6:amd64 package post-installation script subprocess returned error exit status 1

2020-07-31 Thread Rafael David Tinoco
*** This bug is a duplicate of bug 1871129 ***
https://bugs.launchpad.net/bugs/1871129

** This bug is no longer a duplicate of bug 1871240
   Can't upgrade to Focal on WSL1 due to libc6 postinst
** This bug has been marked a duplicate of bug 1871129
   htop is blank when using in focal in wsl1

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

Title:
  package libc6:amd64 2.31-0ubuntu7 failed to install/upgrade: installed
  libc6:amd64 package post-installation script subprocess returned error
  exit status 1

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

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

[Bug 1886585] Re: Restarting display / screen

2020-07-31 Thread Brian Murray
** Package changed: ubuntu-release-upgrader (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/1886585

Title:
  Restarting display / screen

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

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

[Bug 1872781] Re: package libc6:amd64 2.31-0ubuntu7 failed to install/upgrade: installed libc6:amd64 package post-installation script subprocess returned error exit status 1

2020-07-31 Thread Rafael David Tinoco
*** This bug is a duplicate of bug 1871129 ***
https://bugs.launchpad.net/bugs/1871129

** This bug is no longer a duplicate of bug 1871240
   Can't upgrade to Focal on WSL1 due to libc6 postinst
** This bug has been marked a duplicate of bug 1871129
   htop is blank when using in focal in wsl1

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

Title:
  package libc6:amd64 2.31-0ubuntu7 failed to install/upgrade: installed
  libc6:amd64 package post-installation script subprocess returned error
  exit status 1

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

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

[Bug 1881151] Re: package libc6:amd64 2.31-0ubuntu9 failed to install/upgrade: installed libc6:amd64 package post-installation script 子進程傳回了 1 錯誤退出狀態碼

2020-07-31 Thread Rafael David Tinoco
*** This bug is a duplicate of bug 1871129 ***
https://bugs.launchpad.net/bugs/1871129

** This bug is no longer a duplicate of bug 1871240
   Can't upgrade to Focal on WSL1 due to libc6 postinst
** This bug has been marked a duplicate of bug 1871129
   htop is blank when using in focal in wsl1

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

Title:
  package libc6:amd64 2.31-0ubuntu9 failed to install/upgrade: installed
  libc6:amd64 package post-installation script 子進程傳回了 1 錯誤退出狀態碼

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

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

[Bug 1868854] Re: package libc6:amd64 2.31-0ubuntu6 failed to install/upgrade: installed libc6:amd64 package post-installation script subprocess returned error exit status 1

2020-07-31 Thread Rafael David Tinoco
*** This bug is a duplicate of bug 1871129 ***
https://bugs.launchpad.net/bugs/1871129

** This bug is no longer a duplicate of bug 1871240
   Can't upgrade to Focal on WSL1 due to libc6 postinst
** This bug has been marked a duplicate of bug 1871129
   htop is blank when using in focal in wsl1

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

Title:
  package libc6:amd64 2.31-0ubuntu6 failed to install/upgrade: installed
  libc6:amd64 package post-installation script subprocess returned error
  exit status 1

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

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

[Bug 1871129] Re: htop is blank when using in focal in wsl1

2020-07-31 Thread Rafael David Tinoco
** Changed in: ubuntuwsl
 Assignee: Rafael David Tinoco (rafaeldtinoco) => (unassigned)

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

Title:
  htop is blank when using in focal in wsl1

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

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

[Bug 1881113] Re: error upgrading from 18.04 to 20.04 in WSL 2

2020-07-31 Thread Rafael David Tinoco
*** This bug is a duplicate of bug 1871129 ***
https://bugs.launchpad.net/bugs/1871129

** This bug is no longer a duplicate of bug 1871240
   Can't upgrade to Focal on WSL1 due to libc6 postinst
** This bug has been marked a duplicate of bug 1871129
   htop is blank when using in focal in wsl1

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

Title:
  error upgrading from 18.04 to 20.04 in WSL 2

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

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

[Bug 1881258] Re: package libc6:amd64 2.31-0ubuntu9 failed to install/upgrade: installed libc6:amd64 package post-installation script subprocess returned error exit status 1

2020-07-31 Thread Rafael David Tinoco
*** This bug is a duplicate of bug 1871129 ***
https://bugs.launchpad.net/bugs/1871129

** This bug is no longer a duplicate of bug 1871240
   Can't upgrade to Focal on WSL1 due to libc6 postinst
** This bug has been marked a duplicate of bug 1871129
   htop is blank when using in focal in wsl1

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

Title:
  package libc6:amd64 2.31-0ubuntu9 failed to install/upgrade: installed
  libc6:amd64 package post-installation script subprocess returned error
  exit status 1

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

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

[Bug 1883057] Re: package libc6:amd64 2.31-0ubuntu9 failed to install/upgrade: installed libc6:amd64 package post-installation script subprocess returned error exit status 1

2020-07-31 Thread Rafael David Tinoco
*** This bug is a duplicate of bug 1871129 ***
https://bugs.launchpad.net/bugs/1871129

** This bug is no longer a duplicate of bug 1871240
   Can't upgrade to Focal on WSL1 due to libc6 postinst
** This bug has been marked a duplicate of bug 1871129
   htop is blank when using in focal in wsl1

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

Title:
  package libc6:amd64 2.31-0ubuntu9 failed to install/upgrade: installed
  libc6:amd64 package post-installation script subprocess returned error
  exit status 1

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

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

[Bug 1878460] Re: package libc6:amd64 2.31-0ubuntu9 failed to install/upgrade: installed libc6:amd64 package post-installation script subprocess returned error exit status 1

2020-07-31 Thread Rafael David Tinoco
*** This bug is a duplicate of bug 1871129 ***
https://bugs.launchpad.net/bugs/1871129

** This bug is no longer a duplicate of bug 1871240
   Can't upgrade to Focal on WSL1 due to libc6 postinst
** This bug has been marked a duplicate of bug 1871129
   htop is blank when using in focal in wsl1

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

Title:
  package libc6:amd64 2.31-0ubuntu9 failed to install/upgrade: installed
  libc6:amd64 package post-installation script subprocess returned error
  exit status 1

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

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

[Bug 1889258] Re: Cannot import SSH key (import button greyed out)

2020-07-31 Thread Ricky Hewitt
For anyone interested in a workaround:

It looks like if you import both the public and private key manually
into ~/.ssh (may also need to sudo systemctl restart gdm) and then run
seahorse again, they should show up.

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

Title:
  Cannot import SSH key (import button greyed out)

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

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

[Bug 1882624] Re: nested kvm doesn't work

2020-07-31 Thread Marcelo Cerri
Hi, Lili. I think this new problem is caused by the older qemu version
that we have in trusty. Does it work without the -cpu host argument?

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

Title:
  nested kvm doesn't work

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

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

[Bug 1875528] Re: Extra frozen / stuck mouse cursor after auto screen lock / sleep

2020-07-31 Thread Joel Lisenby
Issue did return for me. You can always take a picture of the screen
with your phone if screenshot does not capture the cursor. I did take a
picture of it happening in 19.10 as well (attached)

** Attachment added: "IMG_6554.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/1875528/+attachment/5397561/+files/IMG_6554.jpg

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

Title:
  Extra frozen / stuck mouse cursor after auto screen lock / sleep

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

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

[Bug 1883012] Re: CPU stuck for 22s

2020-07-31 Thread Stefano
The freeze happened again, despite the UEFI setting "Typical Current Idle".
It happened after display energy saving after the wakeup.

** Attachment added: "freeze_31_july_2020.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1883012/+attachment/5397562/+files/freeze_31_july_2020.txt

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

Title:
  CPU stuck for 22s

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

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

[Bug 1880776] Re: Please blacklist and remove php-horde and php-horde-* from groovy (and future releases)

2020-07-31 Thread Bryce Harrington
php-horde* has been removed and blacklisted, but I notice there are four
packages still showing up on update-excuses.  The attached branch will
add those four to the blacklist.

** Branch linked: lp:~bryce/+junk/sync-blacklist-php-horde

** Changed in: php-horde (Ubuntu)
 Assignee: (unassigned) => Bryce Harrington (bryce)

** Changed in: php-horde (Ubuntu)
   Importance: Undecided => High

** Changed in: php-horde (Ubuntu)
   Status: New => Triaged

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

Title:
  Please blacklist and remove php-horde and php-horde-* from groovy (and
  future releases)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php-horde/+bug/1880776/+subscriptions

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

[Bug 1889941] [NEW] AMD Navi10 GPU powerplay issues when using two DisplayPort connectors

2020-07-31 Thread fluffybacon
Public bug reported:

Connecting two displayport monitors to a 5700XT causes flickering on one
of the screens, issue appears to be occurring upstream and is being
tracked here: https://gitlab.freedesktop.org/drm/amd/-/issues/929

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: xorg 1:7.7+19ubuntu14
ProcVersionSignature: Ubuntu 5.4.0-42.46-generic 5.4.44
Uname: Linux 5.4.0-42-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.4
Architecture: amd64
BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
CasperMD5CheckResult: skip
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Fri Jul 31 21:45:59 2020
DistUpgraded: Fresh install
DistroCodename: focal
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] Navi 10 [Radeon RX 5600 OEM/5600 XT / 
5700/5700 XT] [1002:731f] (rev c1) (prog-if 00 [VGA controller])
   Subsystem: XFX Pine Group Inc. Navi 10 [Radeon RX 5600 OEM/5600 XT / 
5700/5700 XT] [1682:5701]
InstallationDate: Installed on 2020-06-28 (33 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
MachineType: System manufacturer System Product Name
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-42-generic 
root=UUID=f17edc40-7eaf-4768-977d-f0e067db9b04 ro amdgpu.noretry=0 
processor.max_cstate=5
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/01/2020
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1407
dmi.board.asset.tag: Default string
dmi.board.name: TUF GAMING X570-PLUS
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: Rev X.0x
dmi.chassis.asset.tag: Default string
dmi.chassis.type: 3
dmi.chassis.vendor: Default string
dmi.chassis.version: Default string
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1407:bd04/01/2020:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnTUFGAMINGX570-PLUS:rvrRevX.0x:cvnDefaultstring:ct3:cvrDefaultstring:
dmi.product.family: To be filled by O.E.M.
dmi.product.name: System Product Name
dmi.product.sku: SKU
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.101-2
version.libgl1-mesa-dri: libgl1-mesa-dri 20.0.8-0ubuntu1~20.04.1
version.libgl1-mesa-glx: libgl1-mesa-glx N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.20.8-2ubuntu2.2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200226-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

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


** Tags: amd64 apport-bug focal ubuntu

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

Title:
  AMD Navi10 GPU powerplay issues when using two DisplayPort connectors

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

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

[Bug 1889939] [NEW] nfs export causes a Failed to activate service 'org.freedesktop.UDisks2

2020-07-31 Thread gebi
Public bug reported:

Summary: udsiks2 automount failed to start after NFS export on an up to
date 20.04.

Strange bug. 
After installing the nfs-server with a simple export:

# /etc/exports: the access control list for filesystems which may be exported
#   to NFS clients.  See exports(5).
#
# Example for NFSv2 and NFSv3:
# /srv/homes   hostname1(rw,sync,no_subtree_check) 
hostname2(ro,sync,no_subtree_check)
#
# Example for NFSv4:
# /srv/nfs4gss/krb5i(rw,sync,fsid=0,crossmnt,no_subtree_check)
# /srv/nfs4/homes  gss/krb5i(rw,sync,no_subtree_check)
#
/home/gebi/multimedia 192.168.0.1/24(rw,async)


the udisks2 daemon fails to start. With the result of a broken gnome-shell 
without automount:

 bus-daemon[1094]: [system] Failed to activate service
'org.freedesktop.UDisks2': timed out (service_start_timeout=25000ms)

here more in detail:

journalctl -b

Jul 31 20:30:27 gebi-desktop kernel: floppy: error 10 while reading block 0
Jul 31 20:30:29 gebi-desktop snapd[1129]: stateengine.go:150: state ensure 
error: persistent network error: Get https://api.snapcraft.io/api/v1/snaps/se>
Jul 31 20:30:32 gebi-desktop tracker-miner-fs[1278]: Error creating proxy: 
Error calling StartServiceByName for org.gtk.vfs.UDisks2VolumeMonitor: Timeou>
Jul 31 20:30:32 gebi-desktop dbus-daemon[1286]: [session uid=123 pid=1286] 
Activating via systemd: service name='org.gtk.vfs.GPhoto2VolumeMonitor' unit=>
Jul 31 20:30:32 gebi-desktop dbus-daemon[1094]: [system] Failed to activate 
service 'org.freedesktop.UDisks2': timed out (service_start_timeout=25000ms)
Jul 31 20:30:32 gebi-desktop gvfs-udisks2-vo[1816]: monitor says it's not 
supported
Jul 31 20:30:32 gebi-desktop gvfs-udisks2-vo[1330]: monitor says it's not 
supported
Jul 31 20:30:32 gebi-desktop dbus-daemon[1782]: [session uid=1000 pid=1782] 
Successfully activated service 'org.gtk.vfs.UDisks2VolumeMonitor'
Jul 31 20:30:32 gebi-desktop dbus-daemon[1286]: [session uid=123 pid=1286] 
Successfully activated service 'org.gtk.vfs.UDisks2VolumeMonitor'
Jul 31 20:30:32 gebi-desktop systemd[1254]: Starting Virtual filesystem service 
- digital camera monitor...
Jul 31 20:30:32 gebi-desktop systemd[1762]: Started Virtual filesystem service 
- disk device monitor.
Jul 31 20:30:32 gebi-desktop systemd[1254]: Started Virtual filesystem service 
- disk device monitor.
Jul 31 20:30:32 gebi-desktop gvfs-udisks2-vo[1816]: monitor says it's not 
supported
Jul 31 20:30:32 gebi-desktop gvfs-udisks2-vo[1330]: monitor says it's not 
supported
Jul 31 20:30:32 gebi-desktop gvfs-udisks2-vo[1816]: monitor says it's not 
supported
Jul 31 20:30:32 gebi-desktop gvfs-udisks2-vo[1816]: monitor says it's not 
supported
Jul 31 20:30:32 gebi-desktop gnome-shell[2120]: remote volume monitor with dbus 
name org.gtk.vfs.UDisks2VolumeMonitor is not supported
Jul 31 20:30:32 gebi-desktop tracker-extract[1277]: remote volume monitor with 
dbus name org.gtk.vfs.UDisks2VolumeMonitor is not supported
Jul 31 20:30:32 gebi-desktop tracker-miner-f[1779]: remote volume monitor with 
dbus name org.gtk.vfs.UDisks2VolumeMonitor is not supported
Jul 31 20:30:32 gebi-desktop tracker-extract[1778]: remote volume monitor with 
dbus name org.gtk.vfs.UDisks2VolumeMonitor is not supported
Jul 31 20:30:32 gebi-desktop dbus-daemon[1782]: [session uid=1000 pid=1782] 
Activating via systemd: service name='org.gtk.vfs.GPhoto2VolumeMonitor' unit>
Jul 31 20:30:32 gebi-desktop systemd[1762]: Starting Virtual filesystem service 
- digital camera monitor...
Jul 31 20:30:32 gebi-desktop dbus-daemon[1286]: [session uid=123 pid=1286] 
Successfully activated service 'org.gtk.vfs.GPhoto2VolumeMonitor'


Luckily I found the reason:

Jul 31 20:30:04 gebi-desktop blkmapd[421]: open pipe file
/run/rpc_pipefs/nfs/blocklayout failed: No such file or directory

after masking this service with:

systemctl mask nfs-blkmap.service

No errors anymore and udisks2 works !???!

Seems to be realated to this:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=850464

Masking the blkmap service resolves this issue.

Thus, I suggest to set this as default.

IMHO: As novice user like I am, I needed hours to find this out and the
"blkmapd - pNFS" feature is just needed in very special cases in an
enterprise environment.

** Affects: nfs-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/1889939

Title:
  nfs export causes a Failed to activate service
  'org.freedesktop.UDisks2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nfs-utils/+bug/1889939/+subscriptions

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

[Bug 1871240] Re: Can't upgrade to Focal on WSL1 due to libc6 postinst

2020-07-31 Thread Balint Reczey
Latest upload to Groovy has the fix.

Testing the backported version does not show notable regression in
clock_nanosleep's CPU utilization (on a Lenovo Yoga X1 Gen 2 laptop):


root@ff-glibc:~# cat > test-nanosleep.c
#include 
void main() {
 struct timespec req = {0, 0};
 for (int i = 0; i < 10; i++){
  clock_nanosleep(CLOCK_REALTIME, 0, , NULL);
 }
}
root@ff-glibc:~# gcc test-nanosleep.c -o test-nanosleep
root@ff-glibc:~# time ./test-nanosleep 

real0m6.110s
user0m0.291s
sys 0m0.567s
root@ff-glibc:~# time ./test-nanosleep 

real0m6.078s
user0m0.243s
sys 0m0.614s
root@ff-glibc:~# time ./test-nanosleep 

real0m6.095s
user0m0.226s
sys 0m0.637s
root@ff-glibc:~# apt ^C
root@ff-glibc:~# apt update
Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease
Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [111 kB]
Get:3 http://security.ubuntu.com/ubuntu focal-security InRelease [107 kB]
Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [98.3 kB]
Get:5 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [8628 kB]
Get:6 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [148 
kB]
Get:7 http://archive.ubuntu.com/ubuntu focal/universe Translation-en [5124 kB]  
Get:8 http://archive.ubuntu.com/ubuntu focal/universe amd64 c-n-f Metadata [265 
kB]   
Get:9 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages 
[44.4 kB]
Get:10 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [144 
kB]  
Get:11 http://archive.ubuntu.com/ubuntu focal/multiverse Translation-en [104 
kB] 
Get:12 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en 
[23.6 kB]
Get:13 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 c-n-f Metadata 
[9136 B]   
Get:14 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f 
Metadata [1832 B]
Get:15 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [315 
kB]   
Get:16 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 
Packages [1172 B]
Get:17 http://security.ubuntu.com/ubuntu focal-security/multiverse 
Translation-en [540 B]  
Get:18 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f 
Metadata [116 B]
Get:19 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [118 
kB]
Get:20 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata 
[7964 B]
Get:21 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages 
[146 kB]
Get:22 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en 
[73.9 kB]
Get:23 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f 
Metadata [4920 B]
Get:24 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages 
[11.6 kB]
Get:25 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en 
[3892 B]
Get:26 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f 
Metadata [480 B]
Get:27 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f 
Metadata [112 B]
Get:28 http://archive.ubuntu.com/ubuntu focal-backports/restricted amd64 c-n-f 
Metadata [116 B]
Get:29 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages 
[3096 B]
Get:30 http://archive.ubuntu.com/ubuntu focal-backports/universe Translation-en 
[1448 B]
Get:31 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f 
Metadata [224 B] 
Get:32 http://archive.ubuntu.com/ubuntu focal-backports/multiverse amd64 c-n-f 
Metadata [116 B]   
Fetched 15.5 MB in 7s (2197 kB/s)   
  
Reading package lists... Done
Building dependency tree   
Reading state information... Done
1 package can be upgraded. Run 'apt list --upgradable' to see it.
root@ff-glibc:~# add-apt-repository ppa:rbalint/scratch2
 
 More info: https://launchpad.net/~rbalint/+archive/ubuntu/scratch2
Press [ENTER] to continue or Ctrl-c to cancel adding it.

Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease
Hit:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease
Hit:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease
Hit:4 http://security.ubuntu.com/ubuntu focal-security InRelease
Get:5 http://ppa.launchpad.net/rbalint/scratch2/ubuntu focal InRelease [18.1 kB]
Get:6 http://ppa.launchpad.net/rbalint/scratch2/ubuntu focal/main amd64 
Packages [3396 B]
Get:7 http://ppa.launchpad.net/rbalint/scratch2/ubuntu focal/main 
Translation-en [2076 B]
Fetched 23.5 kB in 1s (15.9 kB/s) 
Reading package lists... Done
root@ff-glibc:~# time ./test-nanosleep 

real0m6.080s
user0m0.229s
sys 0m0.614s
root@ff-glibc:~# for i in $(seq 3); do time ./test-nanosleep ; done

real0m6.456s
user0m0.145s
sys 0m0.413s

real0m5.934s
user0m0.131s
sys 0m0.377s

real0m5.689s
user0m0.141s
sys 0m0.273s
root@ff-glibc:~# 
root@ff-glibc:~# 

[Bug 1889223] Re: vc4-kms-v3d boot failure focal armhf preinstalled server

2020-07-31 Thread Jon Watson
Qt responded and thinks cma-128 will work for our application.

I modified our Pi test unit to use the original Ubuntu 20.04 .dtbo file
and booted successfully when I used the dtoverlay=vc4-kms-v3d,cma-64
setting.

I will test our UI with this configuration early next week.

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

Title:
  vc4-kms-v3d boot failure focal armhf preinstalled server

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

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

[Bug 1887544] Re: upgrade from 18.04 to 20.04 fails to calculate if python-pyqt5-dbg is installed

2020-07-31 Thread Brian Murray
** Changed in: ubuntu-release-upgrader (Ubuntu)
   Status: Triaged => In Progress

** Changed in: ubuntu-release-upgrader (Ubuntu)
 Assignee: (unassigned) => Brian Murray (brian-murray)

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

Title:
  upgrade from 18.04 to 20.04 fails to calculate if python-pyqt5-dbg is
  installed

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

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

[Bug 1875528] Re: Extra frozen / stuck mouse cursor after auto screen lock / sleep

2020-07-31 Thread Greg Williams
@Syver Stensholt,

I don't think it's possible to screenshot it. The screenshot does not
capture the cursor even though it's there when the screenshot is taken.

When I notice the 2nd fixed mouse cursor icon, if I reboot the machine,
it goes away. But then at some point the 2nd fixed mouse cursor will
appear again.

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

Title:
  Extra frozen / stuck mouse cursor after auto screen lock / sleep

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

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

[Bug 1887544] Re: can not upgrade from 18.04 to 20.04

2020-07-31 Thread Brian Murray
** Changed in: ubuntu-release-upgrader (Ubuntu)
   Status: Incomplete => Triaged

** Changed in: ubuntu-release-upgrader (Ubuntu)
   Importance: Undecided => High

** Summary changed:

- can not upgrade from 18.04 to 20.04
+ upgrade from 18.04 to 20.04 fails to calculate if python-pyqt5-dbg is 
installed

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

Title:
  upgrade from 18.04 to 20.04 fails to calculate if python-pyqt5-dbg is
  installed

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

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

[Bug 1889937] [NEW] package grub-efi-amd64-signed 1.142.4+2.04-1ubuntu26.2 failed to install/upgrade: installed grub-efi-amd64-signed package post-installation script subprocess returned error exit st

2020-07-31 Thread Vladimir
Public bug reported:

I can't login in system

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: grub-efi-amd64-signed 1.142.4+2.04-1ubuntu26.2
ProcVersionSignature: Ubuntu 5.4.0-42.46-generic 5.4.44
Uname: Linux 5.4.0-42-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.4
Architecture: amd64
CasperMD5CheckResult: skip
Date: Fri Jul 31 22:42:47 2020
DuplicateSignature:
 package:grub-efi-amd64-signed:1.142.4+2.04-1ubuntu26.2
 Setting up grub-efi-amd64-signed (1.142.4+2.04-1ubuntu26.2) ...
 dpkg: error processing package grub-efi-amd64-signed (--configure):
  installed grub-efi-amd64-signed package post-installation script subprocess 
returned error exit status 127
ErrorMessage: installed grub-efi-amd64-signed package post-installation script 
subprocess returned error exit status 127
InstallationDate: Installed on 2020-07-31 (0 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
Python3Details: /usr/bin/python3.8, Python 3.8.2, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.2ubuntu0.1
SourcePackage: grub2-signed
Title: package grub-efi-amd64-signed 1.142.4+2.04-1ubuntu26.2 failed to 
install/upgrade: installed grub-efi-amd64-signed package post-installation 
script subprocess returned error exit status 127
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: grub2-signed (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package focal

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

Title:
  package grub-efi-amd64-signed 1.142.4+2.04-1ubuntu26.2 failed to
  install/upgrade: installed grub-efi-amd64-signed package post-
  installation script subprocess returned error exit status 127

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2-signed/+bug/1889937/+subscriptions

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

[Bug 1887544] Re: can not upgrade from 18.04 to 20.04

2020-07-31 Thread Launchpad Bug Tracker
** Merge proposal linked:
   
https://code.launchpad.net/~brian-murray/ubuntu-release-upgrader/+git/ubuntu-release-upgrader/+merge/388513

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

Title:
  upgrade from 18.04 to 20.04 fails to calculate if python-pyqt5-dbg is
  installed

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

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

[Bug 1889937] Re: package grub-efi-amd64-signed 1.142.4+2.04-1ubuntu26.2 failed to install/upgrade: installed grub-efi-amd64-signed package post-installation script subprocess returned error exit stat

2020-07-31 Thread Apport retracing service
** 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/1889937

Title:
  package grub-efi-amd64-signed 1.142.4+2.04-1ubuntu26.2 failed to
  install/upgrade: installed grub-efi-amd64-signed package post-
  installation script subprocess returned error exit status 127

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2-signed/+bug/1889937/+subscriptions

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

[Bug 1852001] Re: KDE GUI freeze on high disk IO

2020-07-31 Thread Chris Cheney
The last time I got it to hang long enough to produce a backtrace it
showed:

[1560556.660010] INFO: task vgs:3103183 blocked for more than 1105 seconds.
[1560556.660012]   Tainted: G U OE 5.4.0-40-lowlatency 
#44-Ubuntu
[1560556.660013] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables 
this message.
[1560556.660014] vgs D0 3103183 411358 0x80004004
[1560556.660016] Call Trace:
[1560556.660021]  __schedule+0x2e5/0x750
[1560556.660023]  schedule+0x49/0xd0
[1560556.660024]  schedule_timeout+0x21a/0x300
[1560556.660027]  ? call_rcu+0x10/0x20
[1560556.660030]  ? __percpu_ref_switch_mode+0xec/0x1b0
[1560556.660031]  wait_for_completion+0xa3/0x100
[1560556.660033]  ? wake_up_q+0x70/0x70
[1560556.660036]  exit_aio+0xe7/0xf0
[1560556.660038]  mmput+0x22/0x120
[1560556.660039]  do_exit+0x2f8/0xae0
[1560556.660041]  ? finish_task_switch+0x75/0x250
[1560556.660042]  do_group_exit+0x43/0xa0
[1560556.660044]  get_signal+0x13e/0x8f0
[1560556.660046]  ? hrtimer_cancel+0x15/0x20
[1560556.660047]  ? read_events+0x14f/0x160
[1560556.660049]  do_signal+0x34/0x6e0
[1560556.660050]  ? hrtimer_init_sleeper+0xb0/0xb0
[1560556.660052]  ? do_io_getevents+0x7a/0xf0
[1560556.660054]  exit_to_usermode_loop+0xbf/0x160
[1560556.660055]  do_syscall_64+0x163/0x190
[1560556.660057]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[1560556.660058] RIP: 0033:0x7f3b1269a70d
[1560556.660062] Code: Bad RIP value.
[1560556.660062] RSP: 002b:7fffd99f2f08 EFLAGS: 0246 ORIG_RAX: 
00d0
[1560556.660064] RAX: fffc RBX: 7f3b1228e6c0 RCX: 
7f3b1269a70d
[1560556.660064] RDX: 0040 RSI: 0001 RDI: 
7f3b12a7e000
[1560556.660065] RBP: 7f3b12a7e000 R08:  R09: 
00020016
[1560556.660065] R10: 7fffd99f2f90 R11: 0246 R12: 
0001
[1560556.660066] R13: 0002 R14: 0040 R15: 
7fffd99f2f90

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

Title:
  KDE GUI freeze on high disk IO

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

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

Re: [Bug 1888894] Re: Qualcomm Atheros QCA9377 [168c:0042] Subsystem [1028:1810] Ubuntu 20.04: wifi drops and speed is degraded periodically

2020-07-31 Thread Stephen Waines
Hi

Thank you I am no longer really having issues with the wifi. I think its 
actually fixed or something from an update. I dont see anything in the 
dmesg logs. you can close this ticket.

On 2020-07-31 3:19 p.m., Alex Hung wrote:
> Performance degrades can also related to power saving. Try kernel
> parameter "pcie_aspm=off" to verify whether it improves
>

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

Title:
  Qualcomm Atheros QCA9377 [168c:0042] Subsystem [1028:1810] Ubuntu
  20.04: wifi drops and speed is degraded periodically

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

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

[Bug 1852001] Re: KDE GUI freeze on high disk IO

2020-07-31 Thread Chris Cheney
Actually looking at the patch (shrink_dcache_for_umount) this might not
be the whole problem but may be just related. The problem I am having is
while the system is still running, and cache growing huge, not while
umounting.

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

Title:
  KDE GUI freeze on high disk IO

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

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

[Bug 1852001] Re: KDE GUI freeze on high disk IO

2020-07-31 Thread Chris Cheney
It appears Red Hat fixed this problem with a kernel patch in RHEL 7.5
that was not upstreamed.

https://access.redhat.com/errata/RHSA-2018:1062

BZ - 1471875 - soft lockups during unmount when dentry cache is very
large

https://bugzilla.redhat.com/show_bug.cgi?id=1471875

** Bug watch added: Red Hat Bugzilla #1471875
   https://bugzilla.redhat.com/show_bug.cgi?id=1471875

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

Title:
  KDE GUI freeze on high disk IO

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

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

[Bug 1888894] Re: Qualcomm Atheros QCA9377 [168c:0042] Subsystem [1028:1810] Ubuntu 20.04: wifi drops and speed is degraded periodically

2020-07-31 Thread Alex Hung
Performance degrades can also related to power saving. Try kernel
parameter "pcie_aspm=off" to verify whether it improves

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

Title:
  Qualcomm Atheros QCA9377 [168c:0042] Subsystem [1028:1810] Ubuntu
  20.04: wifi drops and speed is degraded periodically

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

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

Re: [Bug 1889295] Re: [GM965] dual monitor display not working after login

2020-07-31 Thread James Battis
Daniel,

As requested, I enabled Wayland and logged in with 'Ubuntu on Wayland'. 
The second monitor is now working.

Thank you.  I am very impressed with the quick turn around and support.

Jim Battis

On 7/30/20 10:11 PM, Daniel van Vugt wrote:
> Thanks. It looks like Xorg is the cause of this problem and Wayland
> (used on the login screen) works better. Please try selecting 'Ubuntu on
> Wayland' on the login screen (button at the bottom right) before
> entering your password and tell us if that improves the situation.
>
>
> ** Summary changed:
>
> - dual monitor display not working after login
> + [GM965] dual monitor display not working after login
>

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

Title:
  [GM965] dual monitor display not working after login

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

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

[Bug 1889928] [NEW] Xenial update: v4.4.232 upstream stable release

2020-07-31 Thread Kamal Mostafa
Public bug reported:

SRU Justification

Impact:
   The upstream process for stable tree updates is quite similar
   in scope to the Ubuntu SRU process, e.g., each patch has to
   demonstrably fix a bug, and each patch is vetted by upstream
   by originating either directly from a mainline/stable Linux tree or
   a minimally backported form of that patch. The following upstream
   stable patches should be included in the Ubuntu kernel:

   v4.4.232 upstream stable release
   from git://git.kernel.org/

pinctrl: amd: fix npins for uart0 in kerncz_groups
mac80211: allow rx of mesh eapol frames with default rx key
scsi: scsi_transport_spi: Fix function pointer check
xtensa: fix __sync_fetch_and_{and,or}_4 declarations
xtensa: update *pos in cpuinfo_op.next
drivers/net/wan/lapbether: Fixed the value of hard_header_len
net: sky2: initialize return of gm_phy_read
drm/nouveau/i2c/g94-: increase NV_PMGR_DP_AUXCTL_TRANSACTREQ timeout
SUNRPC reverting d03727b248d0 ("NFSv4 fix CLOSE not waiting for direct IO 
compeletion")
perf/core: Fix locking for children siblings group read
uprobes: Change handle_swbp() to send SIGTRAP with si_code=SI_KERNEL, to fix 
GDB regression
ALSA: info: Drop WARN_ON() from buffer NULL sanity check
ASoC: rt5670: Correct RT5670_LDO_SEL_MASK
btrfs: fix double free on ulist after backref resolution failure
x86/fpu: Disable bottom halves while loading FPU registers
btrfs: fix mount failure caused by race with umount
hippi: Fix a size used in a 'pci_free_consistent()' in an error handling path
ax88172a: fix ax88172a_unbind() failures
net: dp83640: fix SIOCSHWTSTAMP to update the struct with actual configuration
net: smc91x: Fix possible memory leak in smc_drv_probe()
scripts/decode_stacktrace: strip basepath from all paths
regmap: dev_get_regmap_match(): fix string comparison
usb: gadget: udc: gr_udc: fix memleak on error handling path in gr_ep_init()
arm64: Use test_tsk_thread_flag() for checking TIF_SINGLESTEP
x86: math-emu: Fix up 'cmp' insn for clang ias
Revert "cifs: Fix the target file was deleted when rename failed."
staging: wlan-ng: properly check endpoint types
staging: comedi: addi_apci_1032: check INSN_CONFIG_DIGITAL_TRIG shift
staging: comedi: ni_6527: fix INSN_CONFIG_DIGITAL_TRIG support
staging: comedi: addi_apci_1500: check INSN_CONFIG_DIGITAL_TRIG shift
staging: comedi: addi_apci_1564: check INSN_CONFIG_DIGITAL_TRIG shift
serial: 8250: fix null-ptr-deref in serial8250_start_tx()
serial: 8250_mtk: Fix high-speed baud rates clamping
mm/memcg: fix refcount error while moving and swapping
parisc: Add atomic64_set_release() define to avoid CPU soft lockups
ath9k: Fix general protection fault in ath9k_hif_usb_rx_cb
ath9k: Fix regression with Atheros 9271
AX.25: Fix out-of-bounds read in ax25_connect()
AX.25: Prevent out-of-bounds read in ax25_sendmsg()
net-sysfs: add a newline when printing 'tx_timeout' by sysfs
net: udp: Fix wrong clean up for IS_UDPLITE macro
AX.25: Prevent integer overflows in connect and sendmsg
tcp: allow at most one TLP probe per flight
rxrpc: Fix sendmsg() returning EPIPE due to recvmsg() returning ENODATA
ip6_gre: fix null-ptr-deref in ip6gre_init_net()
drivers/net/wan/x25_asy: Fix to make it work
Makefile: Fix GCC_TOOLCHAIN_DIR prefix for Clang cross compilation
regmap: debugfs: check count when read regmap file
xfs: set format back to extents if xfs_bmap_extents_to_btree
tools/lib/subcmd/pager.c: do not alias select() params
perf: Make perf able to build with latest libbfd
perf tools: Fix snprint warnings for gcc 8
perf annotate: Use asprintf when formatting objdump command line
perf probe: Fix to check blacklist address correctly
Linux 4.4.232
UBUNTU: upstream stable to v4.4.232

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

** Affects: linux (Ubuntu Xenial)
 Importance: Undecided
 Assignee: Kamal Mostafa (kamalmostafa)
 Status: In Progress


** Tags: kernel-stable-tracking-bug

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

** Tags added: kernel-stable-tracking-bug

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

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

** Changed in: linux (Ubuntu Xenial)
 Assignee: (unassigned) => Kamal Mostafa (kamalmostafa)

** Description changed:

+ SRU Justification
  
- SRU Justification
+ Impact:
+    The upstream process for stable tree updates is quite similar
+    in scope to the Ubuntu SRU process, e.g., each patch has to
+    demonstrably fix a bug, and each patch is vetted by upstream
+    by originating either directly from a mainline/stable Linux tree or
+    a minimally backported form of that patch. The following upstream
+    stable patches should be included in the Ubuntu kernel:
  
- Impact:
-The upstream process for stable tree updates is quite similar
-in scope to the Ubuntu SRU process, 

[Bug 1855943] Re: net-snmp merge for focal (v5.8)

2020-07-31 Thread Rafael David Tinoco
** Changed in: net-snmp (Ubuntu)
   Status: In Progress => Fix Released

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

Title:
  net-snmp merge for focal (v5.8)

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

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

[Bug 1852001] Re: KDE GUI freeze on high disk IO

2020-07-31 Thread Chris Cheney
I haven't verified if this actually fixes the problem but it seems to
make a huge difference in 'free' memory as shown by 'free'.

I had already closed my VMs by the time I tried this so haven't verified
if it stops the long freezes yet.

  totalusedfree  shared  buff/cache   available
Mem:  31030533127905347   22907   19900
Swap: 327673130   29637

echo 3 > /proc/sys/vm/drop_caches

  totalusedfree  shared  buff/cache   available
Mem:  310305349   1712253128557   19915
Swap: 327673130   29637

Notice the 2790 -> 17122 change above in 'free', and 22907 -> 8557 for
buff/cache.

It appears the kernel doesn't get rid of cache in a reasonable timeframe
at the expense of swapping programs out to disk while i/o is happening,
which causes gui freezes.

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

Title:
  KDE GUI freeze on high disk IO

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

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

  1   2   3   4   >