[Bug 1903954] [NEW] when Printing a lot of jobs with high speed, OS get message timeout, job stop with "pending"

2020-11-11 Thread qiangdong
Public bug reported:

Bug Description

Ubuntu 16.04LTS
OS Version: 16.04
CUPS Version: 2.2.7
application: ORCA V5.0

when Printing a lot of jobs with high speed, OS get message timeout, job
stop with "pending"


We(RICOH printer driver developer) are report a problem from our printer users:
I print ORCAfile with Ubuntu 16.04, CUPS 2.2.7 environment.

I print a lot of jobs with default speed mode,jobs can be printed, but
when I print with high speed mode, job suddenly stop with "pending",

I figure out when all the print jobs can not be printed, I reprint one
job but it can be printed ok

I view the "CUPS Error Log", it shows that there is one points which
maybe the reasons that makes the print job "pending"

Reasons:

we find the error job number,it happned when get printers massage,waiting time 
12 seconds,but normal job use 1 second

Error job
D [11/Sep/2020:09:57:28 +0900] [Job 9531] CUPS_SC_CMD_SNMP_GET: 38 
(.1.3.6.1.4.1.367.3.2.1.2.18.2.1.7.1.3)
…
d [11/Sep/2020:09:57:30 +0900] select_timeout(0): 11 seconds to start pending 
jobs
…
D [11/Sep/2020:09:57:40 +0900] [Job 9531] CUPS_SC_CMD_SNMP_GET: 38 
(.1.3.6.1.4.1.367.3.2.1.2.18.2.1.7.1.4)
…
d [11/Sep/2020:09:57:42 +0900] select_timeout(0): 11 seconds to start pending 
jobs
…
D [11/Sep/2020:09:57:52 +0900] [Job 9531] Waiting for status monitor to stop


Normal job
D [11/Sep/2020:09:56:35 +0900] [Job 9530] CUPS_SC_CMD_SNMP_GET: 38 
(.1.3.6.1.4.1.367.3.2.1.2.18.2.1.7.1.3)
…
D [11/Sep/2020:09:56:36 +0900] [Job 9530] CUPS_SC_CMD_SNMP_GET: 38 
(.1.3.6.1.4.1.367.3.2.1.2.18.2.1.7.1.4)
…
D [11/Sep/2020:09:56:36 +0900] [Job 9530] Waiting for status monitor to stop

when printer receive data,the default waiting time is 15 seconds,
but when the OS print job as the waiting time more than 15 seconds without 
sending data,
then the printer cannel the job  

Drivers:
https://support.ricoh.com/bbv2/html/dr_ut_d/ipsio/history/w/bb/pub_j/dr_ut_d/4101033/4101033231/V503/5216152/ricohsg3200_7200_5.0.3-0_i386/history.htm

Our question is:
1. why there were 12 seconds waitting time?
2. Do you have any plan to improve the performance of printing on Ubuntu 16.04?
3. Do you have any workaround before this problems fixed?

** Affects: cups (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/1903954

Title:
  when Printing a lot of jobs with high speed, OS get message timeout,
  job stop with "pending"

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

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

[Bug 1903745] Re: upgrade from 1.1.14-2ubuntu1.8 to 1.1.14-2ubuntu1.9 breaks clusters

2020-11-11 Thread Trent Lloyd
Analysed the logs for an occurance of this, the problem appears to be
that pacemaker doesn't stop after 1 minute so systemd gives up and just
starts a new instance anyway, noting that all of the existing processes
are left behind.

I am awaiting the extra rotated logs to confirm but from what I can see
basically the new pacemaker fails to start because the old one is still
running, and then the old one eventually exits, leave you with no
instance of pacemaker (which is the state we found it in, pacemaker was
stopped).

06:13:44 systemd[1]: pacemaker.service: State 'stop-sigterm' timed out. 
Skipping SIGKILL.
06:13:44 pacemakerd[427]:   notice: Caught 'Terminated' signal
06:14:44 systemd[1]: pacemaker.service: State 'stop-final-sigterm' timed out. 
Skipping SIGKILL. Entering failed mode.
06:14:44 systemd[1]: pacemaker.service: Failed with result 'timeout'.
06:14:44 systemd[1]: Stopped Pacemaker High Availability Cluster Manager.
06:14:45 systemd[1]: pacemaker.service: Found left-over process 445 (cib) in 
control group while starting unit. Ignoring.
06:14:45 systemd[1]: pacemaker.service: Found left-over process 449 (attrd) in 
control group while starting unit. Ignoring.
06:14:45 systemd[1]: pacemaker.service: Found left-over process 450 (pengine) 
in control group while starting unit. Ignoring.
06:14:45 systemd[1]: pacemaker.service: Found left-over process 451 (crmd) in 
control group while starting unit. Ignoring.
06:14:45 systemd[1]: pacemaker.service: Found left-over process 427 
(pacemakerd) in control group while starting unit. Ignoring.
06:14:45 systemd[1]: pacemaker.service: Found left-over process 447 (stonithd) 
in control group while starting unit. Ignoring.
06:14:45 systemd[1]: pacemaker.service: Found left-over process 448 (lrmd) in 
control group while starting unit. Ignoring.
06:14:45 systemd[1]: pacemaker.service: Failed to reset devices.list: Operation 
not permitted
06:14:45 systemd[1]: Started Pacemaker High Availability Cluster Manager.

Likely the solution here is some combination of tweaking the systemd
config to wait longer, force kill if necessary and possibly reap all
processes if it does force a restart. It's not a native systemd unit
though some of this stuff can be tweaked by comments. I'll look a little
further at that.

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

Title:
  upgrade from 1.1.14-2ubuntu1.8 to 1.1.14-2ubuntu1.9 breaks clusters

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

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

[Bug 1896091] Re: [i915] Noise-like lines of graphics corruption when moving windows in Xorg sessions

2020-11-11 Thread Daniel van Vugt
Can we just revert c1484c9939, please? Even the commit message suggests
it's not needed after v5.4.

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

Title:
  [i915] Noise-like lines of graphics corruption when moving windows in
  Xorg sessions

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

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

[Bug 1903952] [NEW] focal:linux-hwe-5.8 lttng-modules dkms failure

2020-11-11 Thread Khaled El Mously
Public bug reported:

Impact: lttng-modules-dkms fail to build on Focal with the linux-hwe-5.8
kernel.

Fix: Use version 2.12.2 instead of 2.11.2. That would bring it in line
with the version used in groovy.

Testcase: Attempt to build the currently-available 2.11.2 - observe that
it fails. Create a new package using the groovy source package, confirm
that it builds and installs successfully. Furthermore, I was able to
successfully manually modprobe all the .ko files that were built.

Regression potential: Technically this doesn't work on the 5.8 hwe
kernel in focal right now, so it cannot be any more broken than it
currently is. The 2.12.2 version is identical to the one currently used
in groovy.

** Affects: lttng-modules
 Importance: Undecided
 Status: New

** Also affects: lttng-modules
   Importance: Undecided
   Status: New

** No longer affects: ndiswrapper (Ubuntu)

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

Title:
  focal:linux-hwe-5.8 lttng-modules dkms failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/lttng-modules/+bug/1903952/+subscriptions

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

[Bug 1903950] [NEW] [ZenBook 13 UX331UAL, Realtek ALC294, Speaker, Internal] fails after a while

2020-11-11 Thread kumar gaurav
Public bug reported:

Audio is not working. plays for 2 second and then stops

ProblemType: Bug
DistroRelease: Ubuntu 20.10
Package: alsa-base 1.0.25+dfsg-0ubuntu5
ProcVersionSignature: Ubuntu 5.8.0-28.30-generic 5.8.14
Uname: Linux 5.8.0-28-generic x86_64
ApportVersion: 2.20.11-0ubuntu50
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  kumar   870 F pulseaudio
 /dev/snd/pcmC0D0p:   kumar   870 F...m pulseaudio
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Thu Nov 12 12:29:12 2020
InstallationDate: Installed on 2020-11-12 (0 days ago)
InstallationMedia: Ubuntu 20.10 "Groovy Gorilla" - Release amd64 (20201022)
PackageArchitecture: all
SourcePackage: alsa-driver
Symptom: audio
Symptom_Card: Built-in Audio - HDA Intel PCH
Symptom_Jack: Speaker, Internal
Symptom_PulseAudioLog: Nov 12 12:14:07 kumar-ZenBook-13-UX331UAL 
dbus-daemon[633]: [system] Activating via systemd: service 
name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by 
':1.30' (uid=1000 pid=870 comm="/usr/bin/pulseaudio --daemonize=no 
--log-target=jo" label="unconfined")
Symptom_Type: Sound works for a while, then breaks
Title: [ZenBook 13 UX331UAL, Realtek ALC294, Speaker, Internal] fails after a 
while
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/18/2019
dmi.bios.release: 5.12
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: UX331UAL.308
dmi.board.asset.tag: ATN12345678901234567
dmi.board.name: UX331UAL
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: 1.0
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK COMPUTER INC.
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrUX331UAL.308:bd04/18/2019:br5.12:svnASUSTeKCOMPUTERINC.:pnZenBook13UX331UAL:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX331UAL:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
dmi.product.family: ZenBook
dmi.product.name: ZenBook 13 UX331UAL
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK COMPUTER INC.

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug groovy

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

Title:
  [ZenBook 13 UX331UAL, Realtek ALC294, Speaker, Internal] fails after a
  while

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1903950/+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-11-11 Thread Baq Domalaq
Hi @Coiby Xu (coiby),

thanks for your reply #249. I've sent you my email in DM.

Also I think solutions #171 and #179 are the same. Just last one is in a
file.

-- 
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/pop-os/+bug/1887190/+subscriptions

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

[Bug 1895905] Re: lubuntu groovy; flashing of sddm greeter

2020-11-11 Thread Chris Guiver
filed https://gitlab.freedesktop.org/drm/nouveau/-/issues/20

** Bug watch added: gitlab.freedesktop.org/drm/nouveau/-/issues #20
   https://gitlab.freedesktop.org/drm/nouveau/-/issues/20

** Also affects: linux via
   https://gitlab.freedesktop.org/drm/nouveau/-/issues/20
   Importance: Unknown
   Status: Unknown

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

Title:
  lubuntu groovy; flashing of sddm greeter

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

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

[Bug 1008380] Re: mutt -f =FOO and mutt -f +FOO are broken

2020-11-11 Thread Sebastien Bacher
** Changed in: bash-completion (Ubuntu)
   Importance: Undecided => Low

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

Title:
  mutt -f =FOO and mutt -f +FOO are broken

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

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

[Bug 1903573] Re: autopkgtest fails in hirsute

2020-11-11 Thread Christian Ehrhardt 
This is a known issue around TZ which will be fixed in the next round of
stable release updates.

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

Title:
  autopkgtest fails in hirsute

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

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

[Bug 1902944] Re: Cannot create a swift container, mandatory "Storage Policy" dropdown field is empty

2020-11-11 Thread Przemyslaw Hausman
Hi @corey.bryant, I can't test the -proposed package. This is what I get
when I try to add the repository. I'm on Focal. Please advise.

ubuntu@juju-7e182c-0-lxd-12:~$ sudo add-apt-repository 
cloud-archive:ussuri-proposed
 Ubuntu Cloud Archive for OpenStack Ussuri [proposed]
 More info: https://wiki.ubuntu.com/OpenStack/CloudArchive
Press [ENTER] to continue or Ctrl-c to cancel adding it.

cloud-archive for Ussuri-proposed only supported on bionic

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

Title:
  Cannot create a swift container, mandatory "Storage Policy" dropdown
  field is empty

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-ceph-radosgw/+bug/1902944/+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-11-11 Thread Baq Domalaq
Hi @Pop Michael (the-legion),

I think your distro is similar to mine (Pop!_OS 20.10) so I'll try to
describe what I did. I was struggling with this for some time too, cause
it was the first time I've applied a patch and re-built a kernel.

First, check if pinctrl-amd is included in kernel or not:
# modinfo pinctrl-amd

if it says `filename: (builtin)` then continue. Otherwise standalone
solution #189 is for you, which is easier cause you don't have to
rebuild the kernel.

Download the patch from #179.

Go into root mode:
# sudo -i

Get the kernel source:
# apt-get source linux-image-$(uname -r)

Go into the source:
# cd linux-5.8.0/

Apply the patch:
# patch -p1 < /path/to/patch/0303-pinctrl-amd2.patch

Build the kernel:
# debian/rules binary-headers binary-generic binary-perarch

This will take some time.

Now install newly build kernel:
# dpkg -i 
linux-image-5.8.0-7625-generic_5.8.0-7625.26~1604441477~20.10~d41e407_amd64.deb 
linux-headers-5.8.0-7625_5.8.0-7625.26~1604441477~20.10~d41e407_all.deb 
linux-headers-5.8.0-7625-generic_5.8.0-7625.26~1604441477~20.10~d41e407_amd64.deb

Your files might have different versions. But it should be 3 files: 
linux-image-*.deb, linux-headers-*.deb and linux-headers-*-generic-*.deb.
I'm not sure if it should be 3 files, maybe 2 is sufficient, but it didn't hurt 
my system.

Finally reboot. And touchpad should work.

I hope this helps.

-- 
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/pop-os/+bug/1887190/+subscriptions

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

Re: [Bug 1902059] Re: [MIR] postgresql-13

2020-11-11 Thread Christian Ehrhardt 
On Wed, Nov 11, 2020 at 6:30 PM Matthias Klose <1902...@bugs.launchpad.net>
wrote:

> yes, but the package still needs a bug subscriber
>

Yeah, since we were not yet ready on this it wasn't done yet - thanks for
the ping.
Ubuntu-server is now subscribed.

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

Title:
  [MIR] postgresql-13

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

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

[Bug 1903288] Comment bridged from LTC Bugzilla

2020-11-11 Thread bugproxy
--- Comment From daniel.axte...@ibm.com 2020-11-12 01:12 EDT---
Hi,

So, here are what I believe are the relevant kernel changes.

Firstly, there is a common core with the support for OpenPower/PowerNV
Secure Boot - LP#1866909 and friends. This covers things like securing
kexec under lockdown, and all went in for 20.04.

For this iteration of LPAR/KVM guest secure boot - which is supporting
only static keys - we just need an additional patch to detect the
slightly different Device Tree properties that are used to indicate
guest vs host secure boot. This is commit 61f879d97ce4
("powerpc/pseries: Detect secure and trusted boot state of the system.")
which went into 5.9.

Kind regards,
Daniel

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

Title:
  Power guest secure boot with static keys: kernel portion

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

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

[Bug 1636733] Re: [LTCTest] vfio_pci not loaded on Ubuntu 16.10 by default

2020-11-11 Thread Po-Hsu Lin
** Changed in: kernel-package (Ubuntu Xenial)
   Status: New => Invalid

** Changed in: kernel-package (Ubuntu Yakkety)
   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/1636733

Title:
  [LTCTest] vfio_pci not loaded on Ubuntu 16.10 by default

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

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

[Bug 1902861] Re: drm/i915/dp_mst - wait longer during the clock recovery for Display port

2020-11-11 Thread koba
** Tags added: originate-from-1895638

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

Title:
  drm/i915/dp_mst -  wait longer during the clock recovery for Display
  port

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

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

[Bug 1903941] [NEW] dcf

2020-11-11 Thread Ravi
Public bug reported:

vd dfvv

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: ubiquity 20.04.15.2
ProcVersionSignature: Ubuntu 5.4.0-42.46-generic 5.4.44
Uname: Linux 5.4.0-42-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu27.4
Architecture: amd64
CasperMD5CheckMismatches: 
./pool/restricted/n/nvidia-graphics-drivers-435/libnvidia-gl-435_435.21-0ubuntu7_amd64.deb
CasperMD5CheckResult: skip
CasperVersion: 1.445.1
Date: Thu Nov 12 10:22:00 2020
InstallCmdLine: file=/cdrom/preseed/ubuntu.seed initrd=/casper/initrd quiet 
splash --- maybe-ubiquity
LiveMediaBuild: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


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

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

Title:
  dcf

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

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

[Bug 1903940] [NEW] rtl8812au-dkms 4.3.8.12175.20140902+dfsg-0ubuntu12: rtl8812au kernel module failed to build

2020-11-11 Thread Devix Rootix
Public bug reported:

gghjgjhfjh

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: rtl8812au-dkms 4.3.8.12175.20140902+dfsg-0ubuntu12
Uname: Linux 5.9.1-050901-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.9
Architecture: amd64
CasperMD5CheckResult: skip
DKMSKernelVersion: 5.4.0-53-generic
Date: Thu Nov 12 06:51:15 2020
InstallationDate: Installed on 2020-09-22 (50 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
PackageArchitecture: all
PackageVersion: 4.3.8.12175.20140902+dfsg-0ubuntu12
Python3Details: /usr/bin/python3.8, Python 3.8.5, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.2ubuntu0.1
SourcePackage: rtl8812au
Title: rtl8812au-dkms 4.3.8.12175.20140902+dfsg-0ubuntu12: rtl8812au kernel 
module failed to build
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: rtl8812au (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/1903940

Title:
  rtl8812au-dkms 4.3.8.12175.20140902+dfsg-0ubuntu12: rtl8812au kernel
  module failed to build

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

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

[Bug 1874948] Re: xfce4-appfinder goes blank after editing a menu entry with menulibre

2020-11-11 Thread Marco
Solved in xfce 4.16 and considering backporting to 4.14
https://gitlab.xfce.org/xfce/xfce4-appfinder/-/issues/22#note_16953

** Bug watch added: gitlab.xfce.org/xfce/xfce4-appfinder/-/issues #22
   https://gitlab.xfce.org/xfce/xfce4-appfinder/-/issues/22

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

Title:
  xfce4-appfinder goes blank after editing a menu entry with menulibre

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

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

[Bug 1879206] Re: cups hplip not install printer

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

** Changed in: hplip (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/1879206

Title:
  cups hplip not install printer

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

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

[Bug 1900777] Re: [amdgpu] Screen freeze with AMD/ATI Renoir

2020-11-11 Thread Daniel van Vugt
Oh. Indeed it looks like your amdgpu kernel driver is a custom install:

DkmsStatus:
 amdgpu, 5.6.0.15-1098277, 5.4.0-51-generic, x86_64: installed
 amdgpu, 5.6.0.15-1098277, 5.4.0-52-generic, x86_64: installed

Sorry, that makes it something we can't support. :(

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

** Changed in: xserver-xorg-video-amdgpu (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/1900777

Title:
  [amdgpu] Screen freeze with AMD/ATI Renoir

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

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

[Bug 1838151] Re: Poor quality audio with modern Bluetooth headsets in HSP/HFP. Missing wide band speech support (Bluetooth A2DP codecs).

2020-11-11 Thread Stanislav German-Evtushenko
I can confirm, 1Mii b10 works pretty well.

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

Title:
  Poor quality audio with modern Bluetooth headsets in HSP/HFP.  Missing
  wide band speech support (Bluetooth A2DP codecs).

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

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

[Bug 1900777] Re: [amdgpu] Screen freeze with AMD/ATI Renoir

2020-11-11 Thread Blaise Mariner
Interesting. When I installed ubuntu I had to install it from the Amd
website or else I was stuck with poor gpu functionality.

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

Title:
  [amdgpu] Screen freeze with AMD/ATI Renoir

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

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

[Bug 1903936] Re: Update to 1.58

2020-11-11 Thread Robert Ancell
** Changed in: snapd-glib (Ubuntu Groovy)
   Status: New => Fix Committed

** Changed in: snapd-glib (Ubuntu Focal)
   Status: New => Fix Committed

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

Title:
  Update to 1.58

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

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

[Bug 1838151] Re: Poor quality audio with modern Bluetooth headsets in HSP/HFP. Missing wide band speech support (Bluetooth A2DP codecs).

2020-11-11 Thread Mark
Thank you for the advice! I'm going to purchase and see if it works with
my setup.

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

Title:
  Poor quality audio with modern Bluetooth headsets in HSP/HFP.  Missing
  wide band speech support (Bluetooth A2DP codecs).

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

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

[Bug 1903200] Status changed to Confirmed

2020-11-11 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/1903200

Title:
  Ubuntu is unable to detect one of my GPUs

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

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

[Bug 1841281] Re: ClamAV needs updated to reflect security fixes

2020-11-11 Thread Alex Murray
This was fixed in clamav 0.101.4+dfsg-0ubuntu0.YY.MM.1 for each
corresponding Ubuntu release.

** Changed in: clamav (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  ClamAV needs updated to reflect security fixes

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

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

[Bug 1903829] Re: laptop screen turns off when I connect an external monitor

2020-11-11 Thread Daniel van Vugt
Maybe the system is remembering the external monitor as a configuration
where the laptop screen was once turned off. So switching to that
configuration involves turning off the laptop screen. To fix that try
deleting all memory of the monitor configurations:

  rm ~/.config/monitors.xml


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

** Tags added: multimonitor

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

Title:
  laptop screen turns off when I connect an external monitor

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

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

[Bug 1903903] Re: [MSI MS-17C5] "Analog Stereo Duplex" profile keeps disappearing

2020-11-11 Thread Daniel van Vugt
** Summary changed:

- "Analog Stereo Duplex" profile keeps disappearing
+ [MSI MS-17C5] "Analog Stereo Duplex" profile keeps disappearing

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

Title:
  [MSI MS-17C5] "Analog Stereo Duplex" profile keeps disappearing

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

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

[Bug 1903936] [NEW] Update to 1.58

2020-11-11 Thread Robert Ancell
Public bug reported:

[Impact]
A newer snapd-glib is available that adds support for new features in snapd. 
snapd-glib has an SRU exception as per https://wiki.ubuntu.com/SnapdGlibUpdates

[Test Case]
The reverse depends of snapd-glib should continue to function, this is 
currently:
- gnome-software
- gnome-initial-setup
- pulseaudio

[Regression Potential]
Changes to error message carry low risk of introducing an issue if such an 
error occurred. GIR annotation changes fix a call that was previously broken, 
and is unlikely to make that any worse.
Risks are mitigated by automatic regression tests.

** Affects: snapd-glib (Ubuntu)
 Importance: Medium
 Assignee: Robert Ancell (robert-ancell)
 Status: Fix Released

** Affects: snapd-glib (Ubuntu Focal)
 Importance: Medium
 Assignee: Robert Ancell (robert-ancell)
 Status: New

** Affects: snapd-glib (Ubuntu Groovy)
 Importance: Medium
 Assignee: Robert Ancell (robert-ancell)
 Status: New

** Affects: snapd-glib (Ubuntu Hirsute)
 Importance: Medium
 Assignee: Robert Ancell (robert-ancell)
 Status: Fix Released

** Also affects: snapd-glib (Ubuntu Hirsute)
   Importance: Undecided
   Status: New

** Also affects: snapd-glib (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Also affects: snapd-glib (Ubuntu Groovy)
   Importance: Undecided
   Status: New

** Changed in: snapd-glib (Ubuntu Hirsute)
   Status: New => Fix Released

** Changed in: snapd-glib (Ubuntu Hirsute)
   Importance: Undecided => Medium

** Changed in: snapd-glib (Ubuntu Groovy)
   Importance: Undecided => Medium

** Changed in: snapd-glib (Ubuntu Focal)
   Importance: Undecided => Medium

** Changed in: snapd-glib (Ubuntu Hirsute)
 Assignee: (unassigned) => Robert Ancell (robert-ancell)

** Changed in: snapd-glib (Ubuntu Groovy)
 Assignee: (unassigned) => Robert Ancell (robert-ancell)

** Changed in: snapd-glib (Ubuntu Focal)
 Assignee: (unassigned) => Robert Ancell (robert-ancell)

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

Title:
  Update to 1.58

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

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

[Bug 1885248] Re: Update intel-microcode to latest upstream release 20200616 to fix possible regression in 06-5e-03/0x000506e3

2020-11-11 Thread Alex Murray
This is now obsolete - we recently updated intel-microcode to the most
recent 20201110 release.

** Changed in: intel-microcode (Ubuntu)
   Status: New => Fix Released

** Changed in: intel-microcode (Ubuntu Xenial)
   Status: New => Fix Released

** Changed in: intel-microcode (Ubuntu Bionic)
   Status: New => Fix Released

** Changed in: intel-microcode (Ubuntu Focal)
   Status: New => Fix Released

** Changed in: intel-microcode (Ubuntu Groovy)
   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/1885248

Title:
  Update intel-microcode to latest upstream release 20200616 to fix
  possible regression in 06-5e-03/0x000506e3

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

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

[Bug 1903864] Re: qemu-system-x86_64: -device tpm-tis, tpmdev=tpm-tpm0, id=tpm0: Property 'tpm-tis.tpmdev' can't find value 'tpm-tpm0'

2020-11-11 Thread Alex Murray
Thanks for taking the time to report this bug and helping to make Ubuntu
better. We appreciate the difficulties you are facing, but this appears
to be a "regular" (non-security) bug.  I have unmarked it as a security
issue since this bug does not show evidence of allowing attackers to
cross privilege boundaries nor directly cause loss of data/privacy.
Please feel free to report any other bugs you may find.

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

** Changed in: launchpad
   Status: New => Invalid

** Information type changed from Private Security to Public

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

Title:
  qemu-system-x86_64: -device tpm-tis,tpmdev=tpm-tpm0,id=tpm0: Property
  'tpm-tis.tpmdev' can't find value 'tpm-tpm0'

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

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

[Bug 1903677] Re: Mozilla Firefox / Firefox ESR Arbitrary Code Execution Vulnerability

2020-11-11 Thread Alex Murray
firefox 82.0.3 was released for xenial, bionic, focal, groovy and
hirsute yesterday.

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

** Information type changed from Private Security to Public Security

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

Title:
  Mozilla Firefox / Firefox ESR Arbitrary Code Execution Vulnerability

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

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

[Bug 1903484] Re: package python-six 1.14.0-2 failed to install/upgrade: installed python-six package post-installation script subprocess returned error exit status 127

2020-11-11 Thread Alex Murray
Thanks for taking the time to report this bug and helping to make Ubuntu
better. We appreciate the difficulties you are facing, but this appears
to be a "regular" (non-security) bug.  I have unmarked it as a security
issue since this bug does not show evidence of allowing attackers to
cross privilege boundaries nor directly cause loss of data/privacy.
Please feel free to report any other bugs you may find.

** Information type changed from Private Security to Public

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

Title:
  package python-six 1.14.0-2 failed to install/upgrade: installed
  python-six package post-installation script subprocess returned error
  exit status 127

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

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

[Bug 1903200] Re: Ubuntu is unable to detect one of my GPUs

2020-11-11 Thread Daniel van Vugt
** Changed in: ubuntu
 Assignee: Daniel Martínez Santiago (enon97) => (unassigned)

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

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

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

Title:
  Ubuntu is unable to detect one of my GPUs

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

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

[Bug 1902352] Re: apt-get -u upgrade yields "-bash: /usr/bin/snap: No such file or directory"

2020-11-11 Thread Daniel van Vugt
Maybe this file is the problem:

  /etc/apt/apt.conf.d/20snapd.conf

If you have uninstalled snapd then it might be leftover, but it should
be removed if you have uninstalled snapd already.

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

Title:
  apt-get -u upgrade yields "-bash: /usr/bin/snap: No such file or
  directory"

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

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

[Bug 1903484] Re: package python-six 1.14.0-2 failed to install/upgrade: installed python-six package post-installation script subprocess returned error exit status 127

2020-11-11 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/1903484

Title:
  package python-six 1.14.0-2 failed to install/upgrade: installed
  python-six package post-installation script subprocess returned error
  exit status 127

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

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

[Bug 1903292] Re: [amdgpu] System hangs after resume from suspend

2020-11-11 Thread Daniel van Vugt
** Summary changed:

- System hangs after suspend
+ [amdgpu] System hangs after resume from suspend

** Also affects: xserver-xorg-video-amdgpu (Ubuntu)
   Importance: Undecided
   Status: New

** No longer affects: xserver-xorg-video-amdgpu (Ubuntu)

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

Title:
  [amdgpu] System hangs after resume from suspend

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

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

[Bug 1903934] [NEW] ubuntu grub-installer package crashed

2020-11-11 Thread Shantanu Saha
Public bug reported:

Installing from a SATA drive to an internal SATA SSD, the grub-installer
crashed.

ProblemType: Bug
DistroRelease: Ubuntu 20.10
Package: ubiquity 20.10.13
ProcVersionSignature: Ubuntu 5.8.0-25.26-generic 5.8.14
Uname: Linux 5.8.0-25-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu50
Architecture: amd64
CasperMD5CheckResult: pass
CasperVersion: 1.455
CurrentDesktop: ubuntu:GNOME
Date: Wed Nov 11 21:26:22 2020
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed 
maybe-ubiquity quiet splash ---
LiveMediaBuild: Ubuntu 20.10 "Groovy Gorilla" - Release amd64 (20201022)
ProcEnviron:
 LANGUAGE=en_US.UTF-8
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 LC_NUMERIC=C.UTF-8
RebootRequiredPkgs:
 linux-image-5.8.0-25-generic
 linux-base
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug groovy ubiquity-20.10.13 ubuntu

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

Title:
  ubuntu grub-installer package crashed

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

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

[Bug 1901391] Re: Ctrl+Alt+Shift+R screen recording not working anymore in 20.10

2020-11-11 Thread Daniel van Vugt
** Tags added: hirsute

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

Title:
  Ctrl+Alt+Shift+R screen recording not working anymore in 20.10

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

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

[Bug 1900777] Re: [amdgpu] Screen freeze with AMD/ATI Renoir

2020-11-11 Thread Daniel van Vugt
It doesn't show up because it's not "additional". It's open source and
included with Ubuntu.

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

Title:
  [amdgpu] Screen freeze with AMD/ATI Renoir

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

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

[Bug 1888810] Re: MATE desktop in Ubuntu 20.04 screen tearing with modeset driver

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

Sorry to hear about that other bug.

To avoid confusion and unnecessary duplication I have now generalized
bug 1846398 so it covers this issue too.

** This bug has been marked a duplicate of bug 1846398
   [modeset] xrandr scaling has significant visible tearing in Xorg sessions

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

Title:
  MATE desktop in Ubuntu 20.04 screen tearing with modeset driver

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

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

[Bug 1846398] Re: [modeset] xrandr scaling has significant visible tearing in Xorg sessions

2020-11-11 Thread Daniel van Vugt
** Summary changed:

- [modeset] Fractional scaling has significant visible tearing in Xorg sessions
+ [modeset] xrandr scaling has significant visible tearing in Xorg sessions

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

Title:
  [modeset] xrandr scaling has significant visible tearing in Xorg
  sessions

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

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

[Bug 1797734] Re: slow calculator startup

2020-11-11 Thread Daniel van Vugt
^^^
The issue was resolved in Ubuntu 20.04. If you need a fix for Ubuntu 18.04 then 
please see comment #4.

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

Title:
  slow calculator startup

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

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

[Bug 1797734] Re: slow calculator startup

2020-11-11 Thread Daniel van Vugt
ubuntu-meta (1.444) focal; urgency=medium

  * Refreshed dependencies
  * Added gnome-calculator, gnome-characters, gnome-logs to
desktop-minimal-recommends, desktop-recommends and removed the
snap versions
  * Added plymouth-theme-spinner to desktop-minimal-recommends, desktop-
recommends
  * Removed gnome-software-plugin-snap from desktop-minimal-recommends,
desktop-recommends
  * Removed plymouth-theme-ubuntu-logo from desktop-minimal-recommends,
desktop-recommends
  * Removed ubuntu-software from desktop-minimal-recommends, desktop-
recommends and replaced with snap:snap-store

 -- Ken VanDine   Tue, 25 Feb 2020 16:10:18
-0500


** Changed in: ubuntu-meta (Ubuntu)
   Status: Confirmed => Fix Released

** Changed in: gnome-calculator (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/1797734

Title:
  slow calculator startup

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

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

[Bug 1900454]

2020-11-11 Thread Miguelangelrv
*** Bug 138080 has been marked as a duplicate of this bug. ***

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

Title:
  Calc doesn't recalculate formulas on cell content changes

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1900454/+subscriptions

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

[Bug 1838151] Re: Poor quality audio with modern Bluetooth headsets in HSP/HFP. Missing wide band speech support (Bluetooth A2DP codecs).

2020-11-11 Thread Falc
The one in #48 wouldn't, it wouldn't act as a sound card.

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

Title:
  Poor quality audio with modern Bluetooth headsets in HSP/HFP.  Missing
  wide band speech support (Bluetooth A2DP codecs).

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

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

[Bug 1838151] Re: Poor quality audio with modern Bluetooth headsets in HSP/HFP. Missing wide band speech support (Bluetooth A2DP codecs).

2020-11-11 Thread Falc
I think this works:
https://smile.amazon.co.uk/gp/product/B086L2WNPG/ref=ppx_yo_dt_b_asin_title_o04_s00?ie=UTF8=1

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

Title:
  Poor quality audio with modern Bluetooth headsets in HSP/HFP.  Missing
  wide band speech support (Bluetooth A2DP codecs).

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

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

[Bug 1898077] Re: [conntrackd][plugin] add conntrack info

2020-11-11 Thread Mauricio Faria de Oliveira
PRs submitted:

#2306 [1] for a fundamental issue (not required), and
#2308 [2] for code deduplication and conntrack per-ns commands.

[1] https://github.com/sosreport/sos/pull/2306
[2] https://github.com/sosreport/sos/pull/2308

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

Title:
  [conntrackd][plugin] add conntrack info

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

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

[Bug 1903930] [NEW] installer app crashed

2020-11-11 Thread Shantanu Saha
Public bug reported:

quit while choosing time zone

ProblemType: Bug
DistroRelease: Ubuntu 20.10
Package: ubiquity 20.10.13
ProcVersionSignature: Ubuntu 5.8.0-25.26-generic 5.8.14
Uname: Linux 5.8.0-25-generic x86_64
ApportVersion: 2.20.11-0ubuntu50
Architecture: amd64
CasperMD5CheckResult: pass
CasperVersion: 1.455
CurrentDesktop: ubuntu:GNOME
Date: Wed Nov 11 19:41:05 2020
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed 
maybe-ubiquity quiet splash ---
LiveMediaBuild: Ubuntu 20.10 "Groovy Gorilla" - Release amd64 (20201022)
ProcEnviron:
 LANGUAGE=en_US.UTF-8
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 LC_NUMERIC=C.UTF-8
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug groovy ubiquity-20.10.13 ubuntu

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

Title:
  installer app crashed

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

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

[Bug 1903883] Re: XPS 13 9310 Tiger Lake Unable to boot 20.10 after intel-microcode update 3.20201110.0ubuntu0.20.10.1

2020-11-11 Thread Launchpad Bug Tracker
This bug was fixed in the package intel-microcode -
3.20201110.0ubuntu0.20.04.2

---
intel-microcode (3.20201110.0ubuntu0.20.04.2) focal-security; urgency=medium

  * SECURITY REGRESSION: Some CPUs in the Tiger Lake family sig=0x806c1
fail to boot (LP: #1903883)
- remove 06-8c-01/0x000806c1 microcode

 -- Alex Murray   Thu, 12 Nov 2020 09:54:34
+1030

** Changed in: intel-microcode (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  XPS 13 9310 Tiger Lake Unable to boot 20.10 after intel-microcode
  update 3.20201110.0ubuntu0.20.10.1

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

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

[Bug 1903883] Re: XPS 13 9310 Tiger Lake Unable to boot 20.10 after intel-microcode update 3.20201110.0ubuntu0.20.10.1

2020-11-11 Thread Launchpad Bug Tracker
This bug was fixed in the package intel-microcode -
3.20201110.0ubuntu0.20.10.2

---
intel-microcode (3.20201110.0ubuntu0.20.10.2) groovy-security; urgency=medium

  * SECURITY REGRESSION: Some CPUs in the Tiger Lake family sig=0x806c1
fail to boot (LP: #1903883)
- remove 06-8c-01/0x000806c1 microcode

 -- Alex Murray   Thu, 12 Nov 2020 09:54:10
+1030

** Changed in: intel-microcode (Ubuntu)
   Status: Confirmed => Fix Released

** Changed in: intel-microcode (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  XPS 13 9310 Tiger Lake Unable to boot 20.10 after intel-microcode
  update 3.20201110.0ubuntu0.20.10.1

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

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

[Bug 1903883] Re: XPS 13 9310 Tiger Lake Unable to boot 20.10 after intel-microcode update 3.20201110.0ubuntu0.20.10.1

2020-11-11 Thread Launchpad Bug Tracker
This bug was fixed in the package intel-microcode -
3.20201110.0ubuntu0.18.04.2

---
intel-microcode (3.20201110.0ubuntu0.18.04.2) bionic-security; urgency=medium

  * SECURITY REGRESSION: Some CPUs in the Tiger Lake family sig=0x806c1
fail to boot (LP: #1903883)
- remove 06-8c-01/0x000806c1 microcode

 -- Alex Murray   Thu, 12 Nov 2020 09:55:08
+1030

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

Title:
  XPS 13 9310 Tiger Lake Unable to boot 20.10 after intel-microcode
  update 3.20201110.0ubuntu0.20.10.1

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

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

[Bug 1903921] Re: binary package for evdi: 5.2.14 not found

2020-11-11 Thread Brian Murray
** Package changed: ubuntu => evdi (Ubuntu)

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

Title:
  binary package for evdi: 5.2.14 not found

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

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

[Bug 1897385] Re: bzr crashed when attempting to build a package for ppa

2020-11-11 Thread Andrei Miculita
Hello, as I see there is no way to go forward with that tutorial, and
many people will probably end up here when following it, I was wondering
if you've found any (3rd party) tutorial that actually works.

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

Title:
  bzr crashed when attempting to build a package for ppa

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

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

[Bug 1838151] Re: Poor quality audio with modern Bluetooth headsets in HSP/HFP. Missing wide band speech support (Bluetooth A2DP codecs).

2020-11-11 Thread Mark
would something like
https://www.amazon.com/dp/B07J5WFPXX/ref=cm_sw_r_cp_apa_fabt1_IciRFb2QMGBDJ
work?

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

Title:
  Poor quality audio with modern Bluetooth headsets in HSP/HFP.  Missing
  wide band speech support (Bluetooth A2DP codecs).

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

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

[Bug 1903921] Re: binary package for evdi: 5.2.14 not found

2020-11-11 Thread Ubuntu Foundations Team Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  It seems that your bug report is not filed about a
specific source package though, rather it is just filed against Ubuntu
in general.  It is important that bug reports be filed about source
packages so that people interested in the package can find the bugs
about it.  You can find some hints about determining what package your
bug might be about at https://wiki.ubuntu.com/Bugs/FindRightPackage.
You might also ask for help in the #ubuntu-bugs irc channel on Freenode.

To change the source package that this bug is filed about visit
https://bugs.launchpad.net/ubuntu/+bug/1903921/+editstatus and add the
package name in the text box next to the word Package.

[This is an automated message.  I apologize if it reached you
inappropriately; please just reply to this message indicating so.]

** Tags added: bot-comment

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

Title:
  binary package for evdi: 5.2.14 not found

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

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

[Bug 1901491] Re: Created devices are not available

2020-11-11 Thread Erich Eickmeyer
** Tags added: verification-done

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

Title:
  Created devices are not available

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

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

Re: [Bug 1903048] Re: [SRU] Bluetooth won't activate on the pi 400

2020-11-11 Thread Dave Jones
On Tue, Nov 10, 2020 at 03:12:30PM -, Sebastien Bacher wrote:
>Thanks for the work but it there any work to upstream those changes? I'm
>not happy to carry a sleep(1) hack in our package unless there is a
>strong reason and we are working on a way to replace it by a better
>solution

The changes come from the Pi Foundation originally (though I've tidied 
them up a tiny bit). They're not interested in upstreaming them 
themselves, though they expressed no objections to my attempting to do 
so when I raised the question.

I realize I'll probably have a bit of a battle on my hands with 
something like the patch involving sleep(1), but I would note that the 
sleep(1) hack is in the hciattach_bcm43xx module so it is not something 
that would be applied to every single Bluetooth module, only to those 
compatible with the BCM43xx line.

While 1 second is obviously a suspiciously round number for the delay, I 
would further note that it's immediately after a firmware load over the 
controlling UART and that that UART can (in certain configurations) be 
the Pi's mini-UART which has some (minimal) buffering, but lacks any 
hardware flow control. Finally, these patches were also intended to work 
on the relatively slow, single core Pi Zero.

Obviously we don't support the Zero, and thus it's possible *we* might
be able to either do away with that sleep, or at least reduce the delay 
required, but given this is one-off initialization, and the delay is all 
of 1 second, I'm not convinced it's worth investing the time required to 
figure out the minimum. Also, I would assume in the interests of 
upstreaming the patch, the delay should be as widely applicable as 
possible.

Anyway, I'll upstream what I can and we'll have to carry whatever's left 
over.

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

Title:
  [SRU] Bluetooth won't activate on the pi 400

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

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

[Bug 1903927] [NEW] package fd-find 8.1.1-1 failed to install/upgrade: trying to overwrite '/usr/share/bash-completion/completions/fd', which is also in package fd-musl 7.2.0

2020-11-11 Thread Sherwin Harris
Public bug reported:

This is just happening after installing fd-find

ProblemType: Package
DistroRelease: Ubuntu 20.10
Package: fd-find 8.1.1-1
ProcVersionSignature: Ubuntu 5.8.0-28.30-generic 5.8.14
Uname: Linux 5.8.0-28-generic x86_64
ApportVersion: 2.20.11-0ubuntu50
AptOrdering:
 fd-find:amd64: Install
 NULL: ConfigurePending
Architecture: amd64
CasperMD5CheckResult: skip
Date: Wed Nov 11 16:20:25 2020
DpkgTerminalLog:
 Preparing to unpack .../fd-find_8.1.1-1_amd64.deb ...
 Unpacking fd-find (8.1.1-1) ...
 dpkg: error processing archive 
/var/cache/apt/archives/fd-find_8.1.1-1_amd64.deb (--unpack):
  trying to overwrite '/usr/share/bash-completion/completions/fd', which is 
also in package fd-musl 7.2.0
ErrorMessage: trying to overwrite '/usr/share/bash-completion/completions/fd', 
which is also in package fd-musl 7.2.0
InstallationDate: Installed on 2020-11-11 (0 days ago)
InstallationMedia: Ubuntu 20.10 "Groovy Gorilla" - Release amd64 (20201022)
Python3Details: /usr/bin/python3.8, Python 3.8.6, python3-minimal, 
3.8.6-0ubuntu1
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.20.5ubuntu2
 apt  2.1.10
SourcePackage: rust-fd-find
Title: package fd-find 8.1.1-1 failed to install/upgrade: trying to overwrite 
'/usr/share/bash-completion/completions/fd', which is also in package fd-musl 
7.2.0
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: rust-fd-find (Ubuntu)
 Importance: Undecided
 Status: New


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

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

Title:
  package fd-find 8.1.1-1 failed to install/upgrade: trying to overwrite
  '/usr/share/bash-completion/completions/fd', which is also in package
  fd-musl 7.2.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rust-fd-find/+bug/1903927/+subscriptions

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

[Bug 1851518] Re: [950SBE/951SBE, Realtek ALC298, Speaker, Internal] No sound on internal speakers, very very quiet on headphones

2020-11-11 Thread Mike
@jhubuntu20

I am pretty sure this is caused by snd_hda_intel being loaded instead of 
snd_soc_skl_hda_dsp
When I tested ubuntu kernel, the sound was clean and they all ladded 
snd_soc_skl_hda_dsp, however any mainline kernel produced metallic sound and 
those load snd_hda_intel 
I have created a tutorial for Manjaro that may help people with other distors 
and similar laptops. It is largely based on your efforts, so thank you for 
that. :)
https://forum.manjaro.org/t/guide-how-to-set-up-the-audio-card-in-samsung-galaxy-book/37090

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

Title:
  [950SBE/951SBE, Realtek ALC298, Speaker, Internal] No sound on
  internal speakers, very very quiet on headphones

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

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

[Bug 1871794] Re: [Bluetooth] No audio output/input in HSP/HFP mode

2020-11-11 Thread Anton Viktorov
ubuntu 20.04, kernel Linux 5.4.0-52-generic
samsung galaxy buds, cant switch to hsp/hfp
thinkpad x1 carbon. laptop has intel BT 8087:0a2b,
/lib/firmware/intel/ibt-12-16.sfi is used.

tried to get "new" from here
https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-
firmware.git/tree/intel but it has same fw file as i have on my system

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

Title:
  [Bluetooth] No audio output/input in HSP/HFP mode

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

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

[Bug 1838151] Re: Poor quality audio with modern Bluetooth headsets in HSP/HFP. Missing wide band speech support (Bluetooth A2DP codecs).

2020-11-11 Thread gdi2k
@igor871

Very interested to learn more about such Bluetooth audio cards. Years
ago I had a Plantronics headset (Voyager?) that came with a USB dongle
that presented itself as a USB sound card to the operating system, and
it was perfect (two-way HD audio). But the dongle (Plantronics BT300 and
BT600) is only compatible with Plantronics headsets from what I
understand.

I've looked at the Creative Labs USB Bluetooth sound cards (BT-W2 and
BT-W3), but the first one requires the FastStream codec to provide high
quality two way audio, which is rare, and the second just includes an
analog mic that you plug into to your laptop's mic-in port - hardly a
solution (I may as well use my laptop's in-built mic). They do support
two way audio with your headset's mic, but only in classic HFP mode,
which is what we already have.

Are you aware of any other solutions? I would pay good money for a USB
dongle that presents itself as a sound card to the OS and supports HFP
1.6 HD two way audio.

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

Title:
  Poor quality audio with modern Bluetooth headsets in HSP/HFP.  Missing
  wide band speech support (Bluetooth A2DP codecs).

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

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

[Bug 1903926] [NEW] Device '/dev/video1' is not a output device - While device seen as output by v4l2-ctl

2020-11-11 Thread Len Ovens
Public bug reported:

on Unbuntu 20.04 LTS with v4l2loopback-dkms v0.12.3-1ubuntu0.1

The kernel module loads fine, but none of the applications or utilities
that try to connect to the loopback device can use it. They report
various things from "device" busy to "Device '/dev/video5' is not a
output device." (from gst-launch-1.0)

It seems this is a known 
problem:https://github.com/umlaeute/v4l2loopback/issues/370
The solution is to force install the same package from 20.10 
v4l2loopback-dkms_0.12.5-1_all.deb

** Affects: v4l2loopback (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/1903926

Title:
  Device '/dev/video1' is not a output device - While device seen as
  output by v4l2-ctl

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

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

[Bug 1903925] [NEW] screenshot in menu context disables mouse click until reboot

2020-11-11 Thread Patricio Whittingslow
Public bug reported:

Description:Ubuntu 20.04.1 LTS
Release:20.04

snap list | grep code result:
code e5a624b7 50 latest/stable
vscode*   classic


gnome-screenshot:
  Installed: 3.36.0-1ubuntu1
  Candidate: 3.36.0-1ubuntu1
  Version table:
 *** 3.36.0-1ubuntu1 500
500 http://ar.archive.ubuntu.com/ubuntu focal/main amd64 Packages
100 /var/lib/dpkg/status

-

I wanted to box-select screenshot (Ctrl+Shift+PrntSc) while in Visual studio's
 File Dropdown menu (you know, the one selected when pressing Alt) I had my 
mouse on 
File > Preferences > User Snippets and pressed the aforementioned keys.
3) I expected it to let me screenshot
4)Something was terribly wrong, as the screenshot never went off. My mouse 
click stopped working and it seemed as if the screenshot tool was active in 
some other context, as my mouse cursor changed whether I was on the dock or on 
vscode window. There was no way to reverse this and I had to shutdown my 
computer. I

5) It is reproducible!

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: gnome-screenshot 3.36.0-1ubuntu1
ProcVersionSignature: Ubuntu 5.4.0-52.57-generic 5.4.65
Uname: Linux 5.4.0-52-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.9
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Wed Nov 11 20:06:01 2020
InstallationDate: Installed on 2020-10-08 (34 days ago)
InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
SourcePackage: gnome-screenshot
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-screenshot (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/1903925

Title:
  screenshot in menu context disables mouse click until reboot

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

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

[Bug 1824874] Re: undismissable, unclickable authentication dialog left on screen (top-left corner) after policykit authentication [pushModal: invocation of begin_modal failed]

2020-11-11 Thread Pi Delport
(Freshly installed Ubuntu 20.04.1 here.)

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

Title:
  undismissable, unclickable authentication dialog left on screen (top-
  left corner) after policykit authentication [pushModal: invocation of
  begin_modal failed]

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

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

[Bug 1824874] Re: undismissable, unclickable authentication dialog left on screen (top-left corner) after policykit authentication [pushModal: invocation of begin_modal failed]

2020-11-11 Thread Pi Delport
I'm also experiencing this bug, after a screen lock / unlock cycle.

The "Alt+F2 r" workaround dismisses it, thanks.

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

Title:
  undismissable, unclickable authentication dialog left on screen (top-
  left corner) after policykit authentication [pushModal: invocation of
  begin_modal failed]

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

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

[Bug 1903883] Re: XPS 13 9310 Tiger Lake Unable to boot 20.10 after intel-microcode update 3.20201110.0ubuntu0.20.10.1

2020-11-11 Thread Alex Murray
Thanks for reporting this issue - thanks @superrm1 for forwarding it
upstream - https://github.com/intel/Intel-Linux-Processor-Microcode-
Data-Files/issues/44 - I'll push an update soon which reverts just this
single microcode for the intel-microcode package in Ubuntu.

** Bug watch added: 
github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/issues #44
   https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/issues/44

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

Title:
  XPS 13 9310 Tiger Lake Unable to boot 20.10 after intel-microcode
  update 3.20201110.0ubuntu0.20.10.1

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

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

[Bug 1903910] Re: Mouse settings ignored when plugging in a new mouse

2020-11-11 Thread Gunnar Hjalmarsson
*** This bug is a duplicate of bug 1899509 ***
https://bugs.launchpad.net/bugs/1899509

Possibly related to bug #1899206.

@Ben: Can you please install the mutter packages from this PPA:

https://launchpad.net/~gunnarhj/+archive/ubuntu/mutter

and let us know if it makes a difference.

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

Title:
  Mouse settings ignored when plugging in a new mouse

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

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

[Bug 1903883] Re: XPS 13 9310 Tiger Lake Unable to boot 20.10 after intel-microcode update 3.20201110.0ubuntu0.20.10.1

2020-11-11 Thread Nick Piper
For anyone struggling to recover, note you can add 'dis_ucode_ldr' to
your cmdline in grub to disable the microcode loading, and this will let
you boot your regular kernel.

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

Title:
  XPS 13 9310 Tiger Lake Unable to boot 20.10 after intel-microcode
  update 3.20201110.0ubuntu0.20.10.1

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

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

[Bug 1903883] Re: XPS 13 9310 Tiger Lake Unable to boot 20.10 after intel-microcode update 3.20201110.0ubuntu0.20.10.1

2020-11-11 Thread Alex Murray
** Changed in: intel-microcode (Ubuntu)
 Assignee: (unassigned) => Alex Murray (alexmurray)

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

Title:
  XPS 13 9310 Tiger Lake Unable to boot 20.10 after intel-microcode
  update 3.20201110.0ubuntu0.20.10.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-microcode/+bug/1903883/+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-11-11 Thread Emmett Keyser
Wow at least I wasn't doing anything on a production machine. Been a
while since something as catastrophic as not being able to login has
affected one of my machines. In fact all I think I did was "realm leave"
which produced no errors. I rebooted to a borked machine. Awesome.

-- 
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 1780380] Re: modifying an existing archive changes original permissions

2020-11-11 Thread Bug Watch Updater
Launchpad has imported 2 comments from the remote bug at
https://bugzilla.gnome.org/show_bug.cgi?id=790672.

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


On 2017-11-21T16:20:02+00:00 D-farhi wrote:

Created attachment 364129
Video of Fileroller changing perms

Hello,

Ubuntu Security referred me to file a bug here.

When dragging and dropping a file into a .tar.gz file that has
permissions 600 set to it, in the background, a new archive is created
with different permissions than the original artifact.

Example:

user@gnu:~/Documents/test$ ls -l
total 11380
-rwxr-xr-x 1 dolev dolev  901 Nov 19 00:28 index.html
-rw--- 1 dolev dolev 11629401 Nov 19 00:39 test.tar.gz

when I drag an drop index.html into test.tar.gz, the following happens

1) a new .tar.gz file (vliv8kxjt2J6BRwz.test.tar.gz) is created while
the file is being copied

2) when it's done, the original file gets deleted (test.tar.gz).

3) 'vliv8kxjt2J6BRwz.test.tar.gz' then gets renamed to the original
filename 'test.tar.gz', while not preserving the original permissions.
I'm guessing it takes umask.

while file was being created:
-rw--- 1 user user  901 Nov 19 00:28 index.html
-rw--- 1 user user 11629401 Nov 19 00:44 test.tar.gz
-rw-rw-r-- 1 user user 10137600 Nov 19 00:47 vliv8kxjt2J6BRwz.test.tar.gz
total 11380

after it's done, notice the permissions changed from 600 to 664:
-rw--- 1 user user  901 Nov 19 00:28 index.html
-rw-rw-r-- 1 user user 11629406 Nov 19 00:47 test.tar.gz
total 11380

Since the user is simply dragging and dropping a file, it's not obvious
that the file now has different permissions. also, in shared
environments, read permissions to others allows decompressing the
archive.

attached is a video for your convenience.

Reply at: https://bugs.launchpad.net/ubuntu/+source/file-
roller/+bug/1780380/comments/0


On 2020-11-11T19:13:31+00:00 Andre Klapper wrote:

bugzilla.gnome.org is being replaced by gitlab.gnome.org. We are closing
all old bug reports and feature requests in GNOME Bugzilla which have
not seen updates for a long time.

If you still use file-roller and if you still see this bug / want this
feature in a currently supported version of GNOME (currently that would
be 3.38), then please feel free to report it at
https://gitlab.gnome.org/GNOME/file-roller/-/issues/

Thank you for creating this report and we are sorry it could not be
implemented (volunteer workforce and time is limited).

Reply at: https://bugs.launchpad.net/ubuntu/+source/file-
roller/+bug/1780380/comments/3


** Changed in: file-roller
   Status: Unknown => Expired

** Changed in: file-roller
   Importance: Unknown => High

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

Title:
  modifying an existing archive changes original permissions

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

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

[Bug 1899206] Re: Tweaktool Keyboard “Additional Layout Options” not persisting on USB keyboard unplug/reconnect

2020-11-11 Thread Gunnar Hjalmarsson
That sounds promising, Leonid. The submitter of
 also confirmed that the PPA packages
fix a similar issue.

Maybe the fix we are testing only addresses issues with xkb-options.
scheleaap's case seems to be about using some other keyboard layout but
the system one. While it's indeed a similar case, it's not identical and
the mechanisms behind the scenes differ.

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

Title:
  Tweaktool Keyboard “Additional Layout Options” not persisting on USB
  keyboard unplug/reconnect

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

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

[Bug 1903920] Status changed to Confirmed

2020-11-11 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/1903920

Title:
  Warning message about cryptsetup during boot

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

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

[Bug 1879581] Re: autopkgtest regression blocking mysql-8.0

2020-11-11 Thread Dimitri John Ledkov
** Changed in: libdbd-mariadb-perl (Ubuntu)
   Status: New => Fix Committed

** Changed in: libdbd-mariadb-perl (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/1879581

Title:
  autopkgtest regression blocking mysql-8.0

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

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

[Bug 1903335] Re: Missing dependency to openbabel

2020-11-11 Thread Jakob Jakobson
This could possibly also affect the debian package.

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

Title:
  Missing dependency to openbabel

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

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

[Bug 1903920] [NEW] Warning message about cryptsetup during boot

2020-11-11 Thread Mathieu Dubois
Public bug reported:

I have noticed that since upgrade to 20.04.1 (from 18.04), a warning
message appears during boot: "cryptsetup: WARNING: Option 'size' missing
in crypttab for plain dm-crypt mapping cryptswap1. Please read
/usr/share/doc/cryptsetup-initramfs/README.initramfs.gz and add the
correct 'size' option to your crypttab(5).".

AFAICT, there is no problem however. I use ecryptfs to encrypt my home
directory but I don't think it's related (since the message is related
to swap). This message used to appear during updates under 18.04 but I
never paid attention to it. I probably use the same setup since 16.04.

Others have reported the problem
(https://askubuntu.com/questions/1109463, https://medium.com/@anirudha
/fixing-cryptsetup-wating-for-encrypted-source-device-swapfile-error-on-
linux-boot-ubuntu-20-04-5483e0dcf9e9). From what I read:

  - The answers indicate to edit /etc/crypttab and add a value for size but I 
don't know what value to use.
  - It seems that before 20.04, just editing /etc/crypttab was enough but some 
users say that they need to manually regenerate the initramfs image after each 
update which is boring.

I have asked the question at
https://answers.launchpad.net/ubuntu/+question/693615 and @bernard010
suggested to open a bug report.

I have found anything worth in dmesg though.

As I said everything seems fine (boot proceed normally, I can use the
computer) but I expect that there is a way to permanently make this
warning disappear.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: linux-image-5.4.0-53-generic 5.4.0-53.59
ProcVersionSignature: Ubuntu 5.4.0-53.59-generic 5.4.65
Uname: Linux 5.4.0-53-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.11
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  mathieu2322 F pulseaudio
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Wed Nov 11 23:02:47 2020
EcryptfsInUse: Yes
InstallationDate: Installed on 2017-01-06 (1405 days ago)
InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
MachineType: Hewlett-Packard HP EliteBook 2570p
ProcFB: 0 i915drmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-53-generic 
root=UUID=74d77edf-b4b7-4815-865f-b7602f3396b4 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-5.4.0-53-generic N/A
 linux-backports-modules-5.4.0-53-generic  N/A
 linux-firmware1.187.4
SourcePackage: linux
UpgradeStatus: Upgraded to focal on 2020-10-04 (38 days ago)
dmi.bios.date: 02/01/2013
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: 68ISB Ver. F.40
dmi.board.name: 17DF
dmi.board.vendor: Hewlett-Packard
dmi.board.version: KBC Version 61.21
dmi.chassis.asset.tag: CNU3229ST9
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68ISBVer.F.40:bd02/01/2013:svnHewlett-Packard:pnHPEliteBook2570p:pvrA1029C1102:rvnHewlett-Packard:rn17DF:rvrKBCVersion61.21:cvnHewlett-Packard:ct10:cvr:
dmi.product.family: 103C_5336AN G=N L=BUS B=HP S=ELI
dmi.product.name: HP EliteBook 2570p
dmi.product.sku: C9S65EC#ABF
dmi.product.version: A1029C1102
dmi.sys.vendor: Hewlett-Packard

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


** Tags: amd64 apport-bug focal

** Description changed:

  I have noticed that since upgrade to 20.04.1 (from 18.04), a warning
  message appears during boot: "cryptsetup: WARNING: Option 'size' missing
  in crypttab for plain dm-crypt mapping cryptswap1. Please read
  /usr/share/doc/cryptsetup-initramfs/README.initramfs.gz and add the
  correct 'size' option to your crypttab(5).".
  
  AFAICT, there is no problem however. I use ecryptfs to encrypt my home
  directory but I don't think it's related (since the message is related
  to swap). This message used to appear during updates under 18.04 but I
  never paid attention to it. I probably use the same setup since 16.04.
  
  Others have reported the problem
  (https://askubuntu.com/questions/1109463, https://medium.com/@anirudha
  /fixing-cryptsetup-wating-for-encrypted-source-device-swapfile-error-on-
  linux-boot-ubuntu-20-04-5483e0dcf9e9). From what I read:
  
-   - The answers indicate to edit /etc/crypttab and add a value for size but I 
don't know what value to use.
-   - It seems that before 20.04, just editing /etc/crypttab was enough but 
some users say that they need to manually regenerate the initramfs image after 
each update which is boring.
+   - The answers indicate to edit /etc/crypttab and add a value for size but I 
don't know what value to use.
+   - It seems that before 20.04, just editing /etc/crypttab was enough but 
some users say that they need to manually regenerate the initramfs image after 
each update which is boring.
  
  I have asked the question at
  https://answers.launchpad.net/ubuntu/+question/693615 and @bernard010
  suggested to open a bug report.
  
- I have found anything worth in dmesg.
+ I have found 

[Bug 1902093] Re: Introduce the new NVIDIA 455 series

2020-11-11 Thread Francis Ginther
I've run through additional gpgpu testing of these drivers along with
the linux-restricted-modules for the generic kernels in bionic, focal
and groovy plus the hwe kernel in bionic.

Also added block-proposed-groovy to prevent accidental promotion on
groovy.

** Tags added: block-proposed-groovy

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

Title:
  Introduce the new NVIDIA 455 series

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

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

[Bug 1903921] [NEW] binary package for evdi: 5.2.14 not found

2020-11-11 Thread udippel
Public bug reported:

I used to run and automatically update stuff with dkms.
Recently, the automatic compile fails at Display-Kink evdi with

ERROR (dkms apport): binary package for evdi: 5.2.14 not found
Error! Bad return status for module build on kernel: 5.4.0-53-generic (x86_64)
xserver-xorg 1:7.7+19ubuntu14
5.4.0-52-generic #57-Ubuntu SMP Thu Oct 15 10:57:00 UTC 2020 x86_64 x86_64 
x86_64 GNU/Linux
after a reboot
5.4.0-53-generic #59-Ubuntu SMP Wed Oct 21 09:38:44 UTC 2020 x86_64 x86_64 
x86_64 GNU/Linux

Kubuntu 20_04
I did the uninst
all and new install of 5.3.1. The latter went through, but now it throws dozens 
of
[   32.851235] evdi: [D] evdi_detect:94 (dev=0) poll connector state: 
disconnected

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: displaylink evdi

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

Title:
  binary package for evdi: 5.2.14 not found

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

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

[Bug 1903836] Re: Gnome-maps search does not work

2020-11-11 Thread Bug Watch Updater
** Changed in: gnome-maps (Debian)
   Status: Unknown => Fix Released

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

Title:
  Gnome-maps search does not work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-maps/+bug/1903836/+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-11-11 Thread Pop Michael
i am back. i am using ubuntu 20.10 with 5.8.0-26-generic kernel. i tried
a lot of patches but nothig worked. i keep getting errors. i tried
almost everything from #189 except #209.If anyone who fixed his touchpad
can make a tutorial or something i would trully appreciate. i hope that
the patch will be include in the kernel at some ponit, utill then i will
stick to the mouse.

-- 
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/pop-os/+bug/1887190/+subscriptions

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

[Bug 1903918] Re: transfer results in broken files

2020-11-11 Thread Joachim Schwender
Not sure if that is important: the specific server insists in ssl and
requires the use of SECURE_SESSION_REUSE.

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

Title:
  transfer results in broken files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netkit-ftp-ssl/+bug/1903918/+subscriptions

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

[Bug 1903918] [NEW] transfer results in broken files

2020-11-11 Thread Joachim Schwender
Public bug reported:

uploading files via ftp with ssl results in broken files on the server.
Filesize is multiple of 4k, but if files are larger thank 4k. Error
Messages appear on both sides.

Client side:
ftp> debug
Debugging on (debug=1).
ftp> del img/SR305EB.png
---> DELE img/SR305EB.png
250 Delete operation successful.
ftp> put img/SR305EB.png
local: img/SR305EB.png remote: img/SR305EB.png
---> TYPE I
200 Switching to Binary mode.
---> PASV
227 Entering Passive Mode (88,198,38,22,198,54).
---> STOR img/SR305EB.png
150 Ok to send data.
===>START SSL connect on DATA
===>DONE SSL connect on DATA 7
426 Failure reading network stream.
44743 bytes sent in 0.00 secs (1040.7378 MB/s)
ftp> ls img/SR305EB.png 
---> TYPE A
200 Switching to ASCII mode.
---> PASV
227 Entering Passive Mode (88,198,38,22,229,234).
---> LIST img/SR305EB.png
150 Here comes the directory listing.
===>START SSL connect on DATA
===>DONE SSL connect on DATA 6
-rw-r--r--1 1495 149516384 Nov 11 19:00 SR305EB.png
226 Directory send OK.
ftp> exit
---> QUIT
221 Goodbye.


Server Side:
Wed Nov 11 19:03:10 2020 [pid 16] [web] FAIL UPLOAD: Client 
"78.94.222.115", "/html/img/SR305EB.png", 16384 bytes, 96.56Kbyte/sec
Wed Nov 11 19:03:34 2020 [pid 15] [web] DEBUG: Client "78.94.222.115", 
"DATA connection terminated without SSL shutdown. Buggy client! Integrity of 
upload cannot be asserted."
Wed Nov 11 19:03:34 2020 [pid 16] [web] FAIL UPLOAD: Client 
"78.94.222.115", "/html/img/SR305EB.png", 77 bytes, 0.71Kbyte/sec
Wed Nov 11 19:03:51 2020 [pid 16] [web] FAIL UPLOAD: Client 
"78.94.222.115", "/html/img/SR305EB.png", 16384 bytes, 131.88Kbyte/sec
Wed Nov 11 19:09:55 2020 [pid 15] [web] DEBUG: Client "78.94.222.115", 
"Control connection terminated without SSL shutdown."

If i use filezilla instead, it works as expected: Same files on client
side and server side.

Description:Ubuntu 20.10
Release:20.10

ftp-ssl:
  Installiert:   0.17.34+0.2-5
  Installationskandidat: 0.17.34+0.2-5
  Versionstabelle:
 *** 0.17.34+0.2-5 500
500 http://ftp-stud.hs-esslingen.de/ubuntu groovy/universe amd64 
Packages
100 /var/lib/dpkg/status

Expected: file integrity with transport.
Instead:  file integrity broken.

** Affects: netkit-ftp-ssl (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/1903918

Title:
  transfer results in broken files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netkit-ftp-ssl/+bug/1903918/+subscriptions

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

[Bug 1899206] Re: Tweaktool Keyboard “Additional Layout Options” not persisting on USB keyboard unplug/reconnect

2020-11-11 Thread Leonid Porozhneta
Cannot confirm behavior described at
https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/1899206/comments/30

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

Title:
  Tweaktool Keyboard “Additional Layout Options” not persisting on USB
  keyboard unplug/reconnect

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

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

[Bug 1903902] Re: [SRU] ruby2.5 FTBFS in Bionic

2020-11-11 Thread Lucas Kanashiro
** Summary changed:

- ruby2.5 FTBFS in Bionic
+ [SRU] ruby2.5 FTBFS in Bionic

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

Title:
  [SRU] ruby2.5 FTBFS in Bionic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ruby2.5/+bug/1903902/+subscriptions

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

[Bug 1899206] Re: Tweaktool Keyboard “Additional Layout Options” not persisting on USB keyboard unplug/reconnect

2020-11-11 Thread Leonid Porozhneta
Sorry, i obviously don't understand something (or anything) about updates.
Now it's fixed

porozhnetalv@porozhnetalv-m50sv:~$ dpkg -l | grep libmutter-6-0
ii  libmutter-6-0:amd643.36.6-1ubuntu0.20.04.3~ppa2 
   amd64window manager library from the Mutter window manager

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

Title:
  Tweaktool Keyboard “Additional Layout Options” not persisting on USB
  keyboard unplug/reconnect

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

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

[Bug 1903902] Re: ruby2.5 FTBFS in Bionic

2020-11-11 Thread Launchpad Bug Tracker
** Merge proposal linked:
   
https://code.launchpad.net/~lucaskanashiro/ubuntu/+source/ruby2.5/+git/ruby2.5/+merge/393470

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

Title:
  [SRU] ruby2.5 FTBFS in Bionic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ruby2.5/+bug/1903902/+subscriptions

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

[Bug 1903905] Re: [SRU] ruby2.5 DEP-8 tests are failing in Bionic

2020-11-11 Thread Launchpad Bug Tracker
** Merge proposal linked:
   
https://code.launchpad.net/~lucaskanashiro/ubuntu/+source/ruby2.5/+git/ruby2.5/+merge/393470

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

Title:
  [SRU] ruby2.5 DEP-8 tests are failing in Bionic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ruby2.5/+bug/1903905/+subscriptions

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

[Bug 1899206] Re: Tweaktool Keyboard “Additional Layout Options” not persisting on USB keyboard unplug/reconnect

2020-11-11 Thread Leonid Porozhneta
I've added PPA gunnarhj/mutter and updated
porozhnetalv@porozhnetalv-m50sv:~$ dpkg -l | grep libmutter-6-0
ii  libmutter-6-0:amd643.36.6-1ubuntu0.20.04.2  
   amd64window manager library from the Mutter window manager

This fix is definitely relevant to the bug however it have not really
fixed it.

I'm using "Additional Layout Options" to enable "Switching to another layout" 
with Caps Lock.
With this update on USB keyboard unplug/reconnect laptop embedded keyboard's 
CapsLock changes layout and external keyboard's CapsLock works as real Caps.
Even more to that: after external keyboard's Caps pressing first press of 
internal keyboard's Caps is ignored.

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

Title:
  Tweaktool Keyboard “Additional Layout Options” not persisting on USB
  keyboard unplug/reconnect

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

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

[Bug 1903915] Status changed to Confirmed

2020-11-11 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/1903915

Title:
  OC RAM hardware Error and auto reboot

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

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

[Bug 1903915] [NEW] OC RAM hardware Error and auto reboot

2020-11-11 Thread Xuhui Sun
Public bug reported:

OC RAM results in hardware Error in dmesg, and auto-reboot from time to time.
The same BIOS setting OC RAM worked just fine on Windows 10 2004, and also 
passed RAM TEST 86.

error log:
[  316.850589] [Hardware Error]: Corrected error, no action required.
[  316.850593] [Hardware Error]: CPU:0 (17:71:0) 
MC25_STATUS[-|CE|MiscV|-|-|-|-|CECC|-|-|-]: 0x9800403e
[  316.850597] [Hardware Error]: IPID: 0x000100ff03830400
[  316.850599] [Hardware Error]: Platform Security Processor Ext. Error Code: 62
[  316.850599] [Hardware Error]: cache level: RESV, tx: INSN
[  628.157254] mce: [Hardware Error]: Machine check events logged
[  628.157256] [Hardware Error]: Corrected error, no action required.
[  628.157259] [Hardware Error]: CPU:0 (17:71:0) 
MC27_STATUS[-|CE|MiscV|-|-|-|SyndV|-|-|-]: 0x9822080b
[  628.157262] [Hardware Error]: IPID: 0x0001002e0500, Syndrome: 
0x5a020001
[  628.157264] [Hardware Error]: Power, Interrupts, etc. Ext. Error Code: 2, 
Link Error.
[  628.157265] [Hardware Error]: cache level: L3/GEN, mem/io: IO, mem-tx: GEN, 
part-proc: SRC (no timeout)


ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: linux-image-5.4.0-53-generic 5.4.0-53.59
ProcVersionSignature: Ubuntu 5.4.0-53.59-generic 5.4.65
Uname: Linux 5.4.0-53-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu27.11
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  xuhui  2030 F pulseaudio
 /dev/snd/controlC3:  xuhui  2030 F pulseaudio
 /dev/snd/controlC1:  xuhui  2030 F pulseaudio
 /dev/snd/controlC2:  xuhui  2030 F pulseaudio
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Wed Nov 11 13:11:07 2020
InstallationDate: Installed on 2019-12-26 (321 days ago)
InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
MachineType: System manufacturer System Product Name
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/usr/bin/zsh
ProcFB: 0 EFI VGA
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-53-generic 
root=UUID=63d433f9-bac8-44c0-8a5b-094c4bfaff86 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-5.4.0-53-generic N/A
 linux-backports-modules-5.4.0-53-generic  N/A
 linux-firmware1.187.4
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 10/16/2020
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 2311
dmi.board.asset.tag: Default string
dmi.board.name: ROG CROSSHAIR VIII HERO (WI-FI)
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.:bvr2311:bd10/16/2020:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnROGCROSSHAIRVIIIHERO(WI-FI):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

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


** Tags: amd64 apport-bug focal

** Description changed:

  OC RAM results in hardware Error in dmesg, and auto-reboot from time to time.
  The same BIOS setting OC RAM worked just fine on Windows 10 2004, and also 
passed RAM TEST 86.
+ 
+ error log:
+ [  316.850589] [Hardware Error]: Corrected error, no action required.
+ [  316.850593] [Hardware Error]: CPU:0 (17:71:0) 
MC25_STATUS[-|CE|MiscV|-|-|-|-|CECC|-|-|-]: 0x9800403e
+ [  316.850597] [Hardware Error]: IPID: 0x000100ff03830400
+ [  316.850599] [Hardware Error]: Platform Security Processor Ext. Error Code: 
62
+ [  316.850599] [Hardware Error]: cache level: RESV, tx: INSN
+ [  628.157254] mce: [Hardware Error]: Machine check events logged
+ [  628.157256] [Hardware Error]: Corrected error, no action required.
+ [  628.157259] [Hardware Error]: CPU:0 (17:71:0) 
MC27_STATUS[-|CE|MiscV|-|-|-|SyndV|-|-|-]: 0x9822080b
+ [  628.157262] [Hardware Error]: IPID: 0x0001002e0500, Syndrome: 
0x5a020001
+ [  628.157264] [Hardware Error]: Power, Interrupts, etc. Ext. Error Code: 2, 
Link Error.
+ [  628.157265] [Hardware Error]: cache level: L3/GEN, mem/io: IO, mem-tx: 
GEN, part-proc: SRC (no timeout)
+ 
  
  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.4.0-53-generic 5.4.0-53.59
  ProcVersionSignature: Ubuntu 5.4.0-53.59-generic 5.4.65
  Uname: Linux 5.4.0-53-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu27.11
  Architecture: amd64
  AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC0:  xuhui  2030 F pulseaudio
-  /dev/snd/controlC3:  xuhui  2030 F 

[Bug 1903916] [NEW] Default keys cannot be restored from keyserver

2020-11-11 Thread schollsky
Public bug reported:

Hi all,

the default keys for trustworthy software sources are gone (or at least
won't display) in software-properties-gtk in Groovy Gorilla MATE.

I tried to recreate them by using the button in bottom right corner.
After entering system password no change seems to be done.

However, keyserver de.archive.ubuntu.com seems to work for updates.

Can this be fixed easily?

Kind regards

Stefan

ProblemType: Bug
DistroRelease: Ubuntu 20.10
Package: software-properties-gtk 0.99.3
ProcVersionSignature: Ubuntu 5.8.0-28.30-generic 5.8.14
Uname: Linux 5.8.0-28-generic x86_64
ApportVersion: 2.20.11-0ubuntu50
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: MATE
Date: Wed Nov 11 22:06:38 2020
ExecutablePath: /usr/bin/software-properties-gtk
InstallationDate: Installed on 2018-09-25 (778 days ago)
InstallationMedia: Ubuntu-MATE 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
InterpreterPath: /usr/bin/python3.8
PackageArchitecture: all
Python3Details: /usr/bin/python3.8, Python 3.8.6, python3-minimal, 
3.8.6-0ubuntu1
PythonDetails: /usr/bin/python2.7, Python 2.7.18, python-is-python2, 2.7.17-4
SourcePackage: software-properties
UpgradeStatus: Upgraded to groovy on 2020-11-01 (10 days ago)

** Affects: software-properties (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug groovy

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

Title:
  Default keys cannot be restored from keyserver

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

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

[Bug 1903875] Re: cryptgnupg-sc initramfs script with plymouth locks up pinentry

2020-11-11 Thread Keeley Hoek
** Description changed:

  It's great that the `cryptgnupg-sc` keyscript exists and runs out-of-
  the-box, and it (and its brethren) should be more widely known!
  
  However, `cryptgnupg-sc` prompts using `pinentry-ncurses` which 1. hides
- behind plymouth so it looks everything has hung, and 2. actually locks
- up when you try to enter a password (try it) because (I believe)
+ behind plymouth so it looks like everything has hung, and 2. actually
+ locks up when you try to enter a password (try it) because (I believe)
  plymouth captures [ENTER] so you can't actually select OK on the
  pinentry dialog.
  
  To fix this, I think all that needs to happen is the copy of `pinentry`
  copied into the initramfs by the `cryptgnupg-sc` hook needs to be
  replaced. Are the maintainers aware of this project:
  https://github.com/werwurm/plymentry which essentially does this? (That
  repository also houses some scripts which are irrelevant for our
  purposes here.)
  
  Is there scope to ship a tiny binary which replaces pinentry with
  `cryptsetup-initramfs`? (GNUPG would be none-the-wiser.) This would make
  the family of shipped keyscripts work really well just by setting up
  `/etc/crypttab`, without any initramfs script hacking at all. At the
  moment its tantalizingly close!
  
  Kind regards,
  Keeley

** Description changed:

  It's great that the `cryptgnupg-sc` keyscript exists and runs out-of-
  the-box, and it (and its brethren) should be more widely known!
  
  However, `cryptgnupg-sc` prompts using `pinentry-ncurses` which 1. hides
  behind plymouth so it looks like everything has hung, and 2. actually
  locks up when you try to enter a password (try it) because (I believe)
  plymouth captures [ENTER] so you can't actually select OK on the
  pinentry dialog.
  
  To fix this, I think all that needs to happen is the copy of `pinentry`
  copied into the initramfs by the `cryptgnupg-sc` hook needs to be
  replaced. Are the maintainers aware of this project:
  https://github.com/werwurm/plymentry which essentially does this? (That
  repository also houses some scripts which are irrelevant for our
  purposes here.)
  
- Is there scope to ship a tiny binary which replaces pinentry with
+ Is there scope to ship a tiny binary which replaces pinentry along with
  `cryptsetup-initramfs`? (GNUPG would be none-the-wiser.) This would make
  the family of shipped keyscripts work really well just by setting up
  `/etc/crypttab`, without any initramfs script hacking at all. At the
  moment its tantalizingly close!
  
  Kind regards,
  Keeley

** Description changed:

  It's great that the `cryptgnupg-sc` keyscript exists and runs out-of-
  the-box, and it (and its brethren) should be more widely known!
  
  However, `cryptgnupg-sc` prompts using `pinentry-ncurses` which 1. hides
  behind plymouth so it looks like everything has hung, and 2. actually
  locks up when you try to enter a password (try it) because (I believe)
  plymouth captures [ENTER] so you can't actually select OK on the
  pinentry dialog.
  
  To fix this, I think all that needs to happen is the copy of `pinentry`
  copied into the initramfs by the `cryptgnupg-sc` hook needs to be
  replaced. Are the maintainers aware of this project:
  https://github.com/werwurm/plymentry which essentially does this? (That
  repository also houses some scripts which are irrelevant for our
  purposes here.)
  
  Is there scope to ship a tiny binary which replaces pinentry along with
  `cryptsetup-initramfs`? (GNUPG would be none-the-wiser.) This would make
  the family of shipped keyscripts work really well just by setting up
  `/etc/crypttab`, without any initramfs script hacking at all. At the
- moment its tantalizingly close!
+ moment it's tantalizingly close!
  
  Kind regards,
  Keeley

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

Title:
  cryptgnupg-sc initramfs script with plymouth locks up pinentry

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

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

[Bug 1903914] [NEW] Launching Oracle Sql Developer crashes due to openjdk

2020-11-11 Thread Dominic Welter
Public bug reported:

Oracle SQL Developer
 Copyright (c) 2005, 2020, Oracle and/or its affiliates. All rights reserved.

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x7f7dbe01443a, pid=47548, tid=47630
#
# JRE version: OpenJDK Runtime Environment (11.0.9+11) (build 
11.0.9+11-Ubuntu-0ubuntu1.20.04)
# Java VM: OpenJDK 64-Bit Server VM (11.0.9+11-Ubuntu-0ubuntu1.20.04, mixed 
mode, tiered, compressed oops, g1 gc, linux-amd64)
# Problematic frame:
# V  [libjvm.so+0x8ae43a]
#
# Core dump will be written. Default location: Core dumps may be processed with 
"/usr/share/apport/apport %p %s %c %d %P %E" (or dumping to 
/home/dominic/Downloads/sqldeveloper/sqldeveloper/bin/core.47548)
#

** Affects: openjdk-lts (Ubuntu)
 Importance: Undecided
 Status: New

** Summary changed:

- Launching Oracle Sql Developer crash due to openjdk
+ Launching Oracle Sql Developer crashes due to openjdk

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

Title:
  Launching Oracle Sql Developer crashes due to openjdk

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

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

[Bug 1903904] Re: binary package for evdi: 5.2.14 not found

2020-11-11 Thread Julian Andres Klode
This is not a grub bug. I don't know what that module is, I assume you
installed it manually. Use askubuntu, irc, or mailing list for support.

** Changed in: grub2 (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/1903904

Title:
  binary package for evdi: 5.2.14 not found

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

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

[Bug 1902177] Re: Pi 4B rev 1.4 not recognized

2020-11-11 Thread Brian Warner
Just occurred to me. Do you have the most up-to-date version of gpio
(https://launchpad.net/ubuntu/+source/rpi.gpio/0.6.5-1ubuntu0.18.04.1)?

$ find /usr | grep -i gpio

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

Title:
  Pi 4B rev 1.4 not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rpi.gpio/+bug/1902177/+subscriptions

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

[Bug 1903910] Re: Primary mouse button setting reverts to default

2020-11-11 Thread Ben James
*** This bug is a duplicate of bug 1899509 ***
https://bugs.launchpad.net/bugs/1899509

I can also confirm that gsettings shows the correct value when
disconnecting the mouse, but when the mouse is reconnected, the setting
is reverted silently (gsettings and gnome-control-center show the wrong
value).

gsettings and gnome-control-center are in sync, but both wrong.

Steps to reproduce:

1) Plug in two USB mice.
2) Set Primary Button: Right.
3) Confirm - both buttons work as expected on both mice, gsettings shows 
"left-handed true"
4) Unplug one mouse.
5) The remaining mouse works fine, gsettings and gnome-control-center both show 
the right setting.
6) Plug the second mouse in again.
7) gsettings and gnome-control-center still show the same setting, however the 
two mice have different behaviour.

Summary: Mouse settings are not applied to a new mouse.

** Summary changed:

- Primary mouse button setting reverts to default
+ Mouse settings ignored when plugging in a new mouse

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

Title:
  Mouse settings ignored when plugging in a new mouse

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

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

[Bug 1902177] Re: Pi 4B rev 1.4 not recognized

2020-11-11 Thread Brian Warner
It could be evaluating `/proc/device-tree/soc/ranges` incorrectly, but
it looks good on line 86 in c_gpio.c from rpi.gpio_0.6.5 from example
(https://www.iot-programmer.com/index.php/books/22-raspberry-pi-and-the-
iot-in-c/chapters-raspberry-pi-and-the-iot-in-c/59-raspberry-pi-and-the-
iot-in-c-memory-mapped-gpio?start=1).

I note that your `$ cat /proc/cpuinfo` shows the expected hardware
`Hardware : BCM2835` as per line 100 of c_gpio.c of rpi.gpio_0.6.5
(https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/rpi.gpio/0.6.5-1ubuntu0.18.04.1/rpi.gpio_0.6.5.orig.tar.gz)...
suggesting ARM1176JZF-S is on board.

What I notice of as mentioned line 100 is it expects a tab between
"Hardware" and the semicolon. Did you doctor your cat output in any way?
Maybe the whitespace separator unexpectedly changed and it could not get
the value from "/proc/device-tree/soc/ranges"?

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

Title:
  Pi 4B rev 1.4 not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rpi.gpio/+bug/1902177/+subscriptions

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

[Bug 1903910] Re: Primary mouse button setting reverts to default

2020-11-11 Thread Sebastien Bacher
*** This bug is a duplicate of bug 1899509 ***
https://bugs.launchpad.net/bugs/1899509

Thank you for the bug report, it's already known as bug #1899509

** Changed in: gnome-control-center (Ubuntu)
   Importance: Undecided => Low

** This bug has been marked a duplicate of bug 1899509
   Mouse/touchpad settings not applied on hotplug/reconnect/resume

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

Title:
  Mouse settings ignored when plugging in a new mouse

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

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

[Bug 1863361] Re: Global Menu does not work with Firefox on ubuntu 20.04

2020-11-11 Thread Peter John Allebone
Im not able to select that tag, do not have permission, sorry.

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

Title:
  Global Menu does not work with Firefox on ubuntu 20.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vala-panel-appmenu/+bug/1863361/+subscriptions

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

  1   2   3   4   >