[Bug 1313914] Re: Rhythmbox zeitgeist plugin doesn't activate when selected in Rhythmbox plugin preferences

2020-02-07 Thread Bug Watch Updater
** Changed in: rhythmbox (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/1313914

Title:
  Rhythmbox zeitgeist plugin doesn't activate when selected in Rhythmbox
  plugin preferences

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

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

[Bug 1855757] Re: [nvidia] Background image corrupted after standby

2020-02-07 Thread Julien Olivier
@Daniel: the Nouveau driver may work, but, in my case, it's way slower
than the NVidia official driver, making it simply unusable for any 3D
usage.

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

Title:
  [nvidia] Background image corrupted after standby

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

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

[Bug 1862239] Re: bionic/linux-azure: 5.0.0-1031.33 -proposed tracker

2020-02-07 Thread Steve Beattie
** Changed in: kernel-sru-workflow/security-signoff
   Status: Confirmed => In Progress

** Changed in: kernel-sru-workflow/security-signoff
 Assignee: Canonical Security Team (canonical-security) => Steve Beattie 
(sbeattie)

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

Title:
  bionic/linux-azure: 5.0.0-1031.33 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1862239/+subscriptions

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

[Bug 1862138] Re: "systemctl stop postgresql" fails to stop postgresql

2020-02-07 Thread Christian Ehrhardt 
So far to odd, but we have to remember that:

root@f:~# systemctl cat postgresql
# /lib/systemd/system/postgresql.service
# systemd service for managing all PostgreSQL clusters on the system. This
# service is actually a systemd target, but we are using a service since
# targets cannot be reloaded.
...

Hence the "actual" Database(s) will have other services.
Usually created by the generator in 
/lib/systemd/system-generators/postgresql-generator
So on a default installation there will also be the actual service which "owns" 
the processes.

root@f:~# systemctl status postgresql@12-main.service
● postgresql@12-main.service - PostgreSQL Cluster 12-main
 Loaded: loaded (/lib/systemd/system/postgresql@.service; enabled-runtime; 
vendor preset: enabled)
 Active: active (running) since Fri 2020-02-07 09:37:47 UTC; 1min 24s ago
Process: 31971 ExecStart=/usr/bin/pg_ctlcluster --skip-systemctl-redirect 
12-main start (code=exited, status=0/SUCCESS)
   Main PID: 31976 (postgres)
  Tasks: 7 (limit: 4915)
 Memory: 18.7M
 CGroup: /system.slice/system-postgresql.slice/postgresql@12-main.service
 ├─31976 /usr/lib/postgresql/12/bin/postgres -D 
/var/lib/postgresql/12/main -c 
config_file=/etc/postgresql/12/main/postgresql.conf
 ├─31978 postgres: 12/main: checkpointer
 ├─31979 postgres: 12/main: background writer
 ├─31980 postgres: 12/main: walwriter
 ├─31981 postgres: 12/main: autovacuum launcher
 ├─31982 postgres: 12/main: stats collector
 └─31983 postgres: 12/main: logical replication launcher

Feb 07 09:37:44 f systemd[1]: Starting PostgreSQL Cluster 12-main...
Feb 07 09:37:47 f systemd[1]: Started PostgreSQL Cluster 12-main.

Shutting down that should be synchronous IMHO.
And indeed:
root@f:~# systemctl start postgresql; echo STARTED; ps auxw | grep ^postgre; 
systemctl stop postgresql@12-main.service; echo STOPPED; ps auxw | grep 
^postgre;STARTED
postgres 31976  0.0  0.0 216444 24980 ?Ss   09:37   0:00 
/usr/lib/postgresql/12/bin/postgres -D /var/lib/postgresql/12/main -c 
config_file=/etc/postgresql/12/main/postgresql.conf
postgres 31978  0.0  0.0 216444  4096 ?Ss   09:37   0:00 postgres: 
12/main: checkpointer   
postgres 31979  0.0  0.0 216444  5556 ?Ss   09:37   0:00 postgres: 
12/main: background writer   
postgres 31980  0.0  0.0 216444  9780 ?Ss   09:37   0:00 postgres: 
12/main: walwriter   
postgres 31981  0.0  0.0 216848  7572 ?Ss   09:37   0:00 postgres: 
12/main: autovacuum launcher   
postgres 31982  0.0  0.0  70824  4616 ?Ss   09:37   0:00 postgres: 
12/main: stats collector   
postgres 31983  0.0  0.0 216832  6088 ?Ss   09:37   0:00 postgres: 
12/main: logical replication launcher   
STOPPED

So individual real postgresql service instances actually do stop synchronously 
as expected.
The problem comes down to the Fake-Target in 
/lib/systemd/system/postgresql.service to trigger, but not wait for these to 
fully shut down.

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

Title:
  "systemctl stop postgresql" fails to stop postgresql

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

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

[Bug 1860523] Re: Fix misleading error message: Configuring the VNIC characteristics failed

2020-02-07 Thread Frank Heimes
The commit "s390/qeth: fix false reporting of VNIC CHAR config failure"
is in focal master-next and tagged with:
Ubuntu-5.4-5.4.0-13.16
Ubuntu-5.4-5.4.0-14.17
We have currently the following kernels in focal:
 linux-generic | 5.4.0.12.15   | focal   | s390x
 linux-generic | 5.4.0.13.16   | focal-proposed  | s390x

Hence the above patch is not yet in 5.4.0.12.15 that's currently in the
release pocket, but already in proposed. Hence changing the focal status
here to Fix Committed.

** Changed in: linux (Ubuntu Focal)
   Status: Triaged => Fix Committed

** Changed in: ubuntu-z-systems
   Status: In Progress => Fix Committed

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

Title:
  Fix misleading error message: Configuring the VNIC characteristics
  failed

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

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

[Bug 1862333] Re: tcsh regex [] error

2020-02-07 Thread Paul White
** Package changed: ubuntu => tcsh (Ubuntu)

** Tags added: eoan

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

Title:
  tcsh regex [] error

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

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

[Bug 1861330] Re: Battery status unknown on Lenovo X1 Carbon Extreme Gen 2

2020-02-07 Thread Kai-Heng Feng
Is it a regression? Did it work on previous Ubuntu release?

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

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

Title:
  Battery status unknown on Lenovo X1 Carbon Extreme Gen 2

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

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

[Bug 1861295] Re: Bluetooth not working

2020-02-07 Thread Kai-Heng Feng
Please test latest mainline kernel:
https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.5/

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

Title:
  Bluetooth not working

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

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

[Bug 1405873] Re: -json output not valid when -class filter used

2020-02-07 Thread Russell Jones
this has actually got worse, as it now (as of 19.10 / 02.18.85-0.3 at least) 
breaks when no class is used
e.g. 

$ lshw -json -quiet | python3 -m json.tool
Expecting ',' delimiter: line 26, column 8 (char 785)

lshw -xml | xmllint -

seems to indicate xml output works ok, but the format is annoying :(

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

Title:
  -json output not valid when -class filter used

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

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

[Bug 1861237] Re: Audio not detected on X1 Yoga 4th

2020-02-07 Thread Hui Wang
It is the problem of missing the firmware, the linux-firmware is going
to include this firmware soon for 20.04.

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

Title:
  Audio not detected on X1 Yoga 4th

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

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

[Bug 1862344] [NEW] Please switch from python-windowmocker to python3-windowmocker

2020-02-07 Thread Dmitry Shachnev
Public bug reported:

The dependency of python3-autopilot-tests should be updated from python-
windowmocker to python3-windowmocker.

In the code, window-mocker should be probably replaced with window-
mocker3, as python3-windowmocker ships /usr/bin/window-mocker3.

** Affects: autopilot (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/1862344

Title:
  Please switch from python-windowmocker to python3-windowmocker

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

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

[Bug 1856682] Comment bridged from LTC Bugzilla

2020-02-07 Thread bugproxy
--- Comment From heinz-werner_se...@de.ibm.com 2020-02-07 07:01 EDT---
@CAN: any update on progress ? Many thanks in advance

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

Title:
  GCC Miscompilation in vectorized code

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

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

[Bug 1857906] Re: Gamemode installs as system service and can't start.

2020-02-07 Thread Matt McDonald
This has not been fixed:
sudo systemctl start gamemoded.service:
Job for gamemoded.service failed because the control process exited with error 
code.
See "systemctl status gamemoded.service" and "journalctl -xe" for details.

systemctl status gamemoded.service:
● gamemoded.service - gamemoded
   Loaded: loaded (/lib/systemd/system/gamemoded.service; enabled; vendor 
preset: enabled)
   Active: failed (Result: exit-code) since Fri 2020-02-07 07:03:31 EST; 27s ago
  Process: 16418 ExecStart=/usr/bin/gamemoded -l (code=exited, status=1/FAILURE)
 Main PID: 16418 (code=exited, status=1/FAILURE)

Feb 07 07:03:31 pop-os systemd[1]: Starting gamemoded...
Feb 07 07:03:31 pop-os /usr/bin/gamemoded[16418]: v1.5-dev
Feb 07 07:03:31 pop-os /usr/bin/gamemoded[16418]: Loading config file 
[/etc/gamemode.ini]
Feb 07 07:03:31 pop-os /usr/bin/gamemoded[16418]: Failed to connect to the bus: 
No such file or directory
Feb 07 07:03:31 pop-os systemd[1]: gamemoded.service: Main process exited, 
code=exited, status=1/FAILURE
Feb 07 07:03:31 pop-os systemd[1]: gamemoded.service: Failed with result 
'exit-code'.
Feb 07 07:03:31 pop-os systemd[1]: Failed to start gamemoded.

And yes, I installed the "fixed" version (1.5-git20190812-107d469).

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

Title:
  Gamemode installs as system service and can't start.

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

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

[Bug 1861063] Re: Dualshock4 controller doesn't stay connected

2020-02-07 Thread Goran Josic
I am waiting for the daily-iso to be downloaded but I suspect it will
not solve the issue because I have already tried with the current kernel
(5.5+) without success. Same issue. So unless this doesn't only involve
the kernel I don't think that the daily iso will make any difference.

Is there any way I can provide more info about 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/1861063

Title:
  Dualshock4 controller doesn't stay connected

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

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

[Bug 1862308] [NEW] Desktop wallpaper is slightly blurry in Gnome 3.34

2020-02-07 Thread Daniel van Vugt
Public bug reported:

Desktop wallpaper is slightly blurry in Gnome 3.34.

Upstream fix pending:
https://gitlab.gnome.org/GNOME/mutter/merge_requests/1003

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: gnome-shell 3.34.3-1ubuntu1
ProcVersionSignature: Ubuntu 5.4.0-12.15-generic 5.4.8
Uname: Linux 5.4.0-12-generic x86_64
ApportVersion: 2.20.11-0ubuntu16
Architecture: amd64
Date: Fri Feb  7 16:08:58 2020
DisplayManager:
 
InstallationDate: Installed on 2020-02-03 (3 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20200124)
RelatedPackageVersions: mutter-common 3.34.3-1ubuntu1
SourcePackage: gnome-shell
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: mutter (Ubuntu)
 Importance: Medium
 Assignee: Daniel van Vugt (vanvugt)
 Status: In Progress


** Tags: amd64 apport-bug champagne focal visual-quality

** Changed in: gnome-shell (Ubuntu)
Milestone: None => ubuntu-20.03

** Also affects: mutter (Ubuntu)
   Importance: Undecided
   Status: New

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

** No longer affects: mutter (Ubuntu)

** Package changed: gnome-shell (Ubuntu) => mutter (Ubuntu)

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

Title:
  Desktop wallpaper is slightly blurry in Gnome 3.34

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

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

[Bug 1861299] Re: s390x: migration to 4.2 makes it unable to migrate back to 4.0

2020-02-07 Thread Christian Ehrhardt 
Hi Christian,
summarizing for disambiguation:

a) If I specify CPU model on the source it carries over correctly and can 
migrate back
b) If I specify nothing on the source it "becomes" host-model on the target 
(with the features as detected there at the time) and those can't all go back

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

Title:
  s390x: migration to 4.2 makes it unable to migrate back to 4.0

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

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

[Bug 1862121] Re: Allow to reset an opencapi adapter

2020-02-07 Thread Frank Heimes
All the 11 commits can be found in linux-next and are tagged with:
next-20200130
next-20200205
next-20200207
So highly likely to be pulled into 5.6.

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

Title:
  Allow to reset an opencapi adapter

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

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

[Bug 1862327] Re: BIND 9.11.3 dropping queries when dhcp lease is renewed

2020-02-07 Thread Radu Pantiru
** Description changed:

- 1. Ubuntu 18.04.4 LTS
+ 1. OS Version: Ubuntu 18.04.4 LTS
  
- 2. bind9-9.11.3+dfsg-1ubuntu1.11
+ 2. Package:bind9-9.11.3+dfsg-1ubuntu1.11
  
- 3. DNS queries to work.
+ 3. Expected behaviour: DNS query response.
  
  
- 4.
+ 4. Observed behaviour:
  
  At random times when the dhcp lease gets renewed named does not reply
  with a response and the query will eventually time out.
  
  System log:
  
  DATE HH:MM:41 hosname.localdomain systemd-networkd[26198]: ens3: DHCP lease 
lost
  DATE HH:MM:41 hosname.localdomain dbus-daemon[662]: [system] Activating via 
systemd: service name='org.freedesktop.hostname1' 
unit='dbus-org.freedesktop.hostname1.service' requested by ':1.508' (uid=100 
pid=26198 comm="/lib/systemd/systemd-networkd " label="unconfined")
  DATE HH:MM:41 hosname.localdomain systemd[1]: Starting Hostname Service...
  DATE HH:MM:41 hosname.localdomain systemd-networkd[26198]: ens3: DHCPv4 
address <> via <>>
  
  named.log:
  
  DATE HH:MM:41.646 network: error: binding TCP socket: address in use
  
- 
- 
  Thank you for your help!

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

Title:
  BIND 9.11.3 dropping queries when dhcp lease is renewed

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

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

[Bug 1852744] Comment bridged from LTC Bugzilla

2020-02-07 Thread bugproxy
--- Comment From heinz-werner_se...@de.ibm.com 2020-02-07 05:33 EDT---
IBM Bugzilla status -> closed, Fix Released with focal

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

Title:
  [20.04 FEAT] zKVM: Crypto Passthrough Interrupt Support - qemu part

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

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

[Bug 1861373] Re: Random Restart Crash

2020-02-07 Thread Robert Chilewski
Add: I had to disable Temp max restart in win10 to get this motherboard to work 
work correctly it was doing the same thing with random restarts until i 
disabled that which is not good for the normal user but i monitor my temps 
closely and do shutdowns(side note)
:looking into what could be causing the same issues with this i disable da few 
bios suspend sleep features as of this moment no restart but ill troubleshoot 
some more!

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

Title:
  Random Restart Crash

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

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

[Bug 1862286] Re: seeded-in-ubuntu: TypeError: getBinaries() missing 1 required positional argument: 'arch'

2020-02-07 Thread Iain Lane
Just noticed this too. It seems like a recent regression, trying to pin
down which update caused it.

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

Title:
  seeded-in-ubuntu: TypeError: getBinaries() missing 1 required
  positional argument: 'arch'

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

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

[Bug 1862286] Re: seeded-in-ubuntu: TypeError: getBinaries() missing 1 required positional argument: 'arch'

2020-02-07 Thread Iain Lane
commit fb750e38bb217e0bd625dbadbd080c04256effb1 (refs/bisect/bad)
Author: Dan Streetman 
Date:   Tue Nov 21 14:37:42 2017 -0500

lpapicache: find binaries from lp

Also update getBinaries() to allow retreival by binary name

This significantly speeds up binary file lookup for non-published
package versions, since we can get the list of binary urls, but
then have to look up the BPPH for each of those urls, which is slow.
If the user only wants a specific binary package and/or arch, this
speeds up getting that, especially for packages with a lot of binary
files (like the kernel).

That was ages ago though, not sure why this only just broke.

Anyway, seems simple to fix.

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

Title:
  seeded-in-ubuntu: TypeError: getBinaries() missing 1 required
  positional argument: 'arch'

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

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

[Bug 1851295] Re: dkms error with wireguard on upgrafe to 19.10

2020-02-07 Thread Jason A. Donenfeld
Consult /var/lib/dkms/wireguard/0.0.20190913/build/make.log for more
information.

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

Title:
  dkms error with wireguard on upgrafe to 19.10

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

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

[Bug 1861165] Re: bionic/linux: 4.15.0-87.87 -proposed tracker

2020-02-07 Thread Ubuntu Kernel Bot
** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  boot-testing-requested: true
  bugs-spammed: true
  packages:
lrm: linux-restricted-modules
main: linux
meta: linux-meta
signed: linux-signed
  phase: Testing
  phase-changed: Monday, 03. February 2020 22:37 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
automated-testing: Ongoing -- testing in progress
certification-testing: Ongoing -- testing in progress
regression-testing: Ongoing -- testing in progress
security-signoff: Stalled -- waiting for signoff
verification-testing: Ongoing -- testing in progress
  trackers:
bionic/linux-aws: bug 1861141
bionic/linux-fips: bug 1861152
bionic/linux-gke-4.15: bug 1861145
bionic/linux-ibm-gt: bug 1861149
bionic/linux-kvm: bug 1861146
bionic/linux-oem: bug 1862013
bionic/linux-oracle: bug 1861151
bionic/linux-raspi2: bug 1861134
bionic/linux-snapdragon: bug 1861136
bionic/linux/pc-kernel: bug 1861130
bionic/linux/pc-lowlatency-kernel: bug 1861132
xenial/linux-azure: bug 1861156
-   xenial/linux-gcp: bug 1861160, bug 1862224
+   xenial/linux-gcp: bug 1862224, bug 1861160
xenial/linux-hwe: bug 1861164
  variant: debs

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

Title:
  bionic/linux: 4.15.0-87.87 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1861165/+subscriptions

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

[Bug 1861373] Re: Random Restart Crash

2020-02-07 Thread Robert Chilewski
Add; I also purged previous nvidia drivers/ xorg,conf files as of now
with all of this no restarts.

** Attachment added: "prevboot172020(7:45a).txt"
   
https://bugs.launchpad.net/ubuntu/+bug/1861373/+attachment/5326215/+files/prevboot172020%287%3A45a%29.txt

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

Title:
  Random Restart Crash

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

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

[Bug 1861200] Re: bionic/linux-azure-5.3: 5.3.0-1011.12~18.04.1 -proposed tracker

2020-02-07 Thread Ubuntu Kernel Bot
** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1861201
  packages:
lrm: linux-restricted-modules-azure-5.3
main: linux-azure-5.3
meta: linux-meta-azure-5.3
signed: linux-signed-azure-5.3
  phase: Testing
  phase-changed: Wednesday, 05. February 2020 12:41 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
automated-testing: Ongoing -- testing in progress
regression-testing: Ongoing -- testing in progress
-   security-signoff: Pending -- waiting for signoff
+   security-signoff: Stalled -- waiting for signoff
stakeholder-signoff: Stalled -- waiting for signoff
verification-testing: Ongoing -- testing in progress
  variant: debs

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

Title:
  bionic/linux-azure-5.3: 5.3.0-1011.12~18.04.1 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1861200/+subscriptions

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

[Bug 1861202] Re: bionic/linux-gcp-5.3: 5.3.0-1012.13~18.04.1 -proposed tracker

2020-02-07 Thread Ubuntu Kernel Bot
** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1861205
  packages:
lrm: linux-restricted-modules-gcp-5.3
main: linux-gcp-5.3
meta: linux-meta-gcp-5.3
signed: linux-signed-gcp-5.3
  phase: Testing
  phase-changed: Wednesday, 05. February 2020 12:42 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
automated-testing: Ongoing -- testing in progress
regression-testing: Ongoing -- testing in progress
-   security-signoff: Pending -- waiting for signoff
+   security-signoff: Stalled -- waiting for signoff
verification-testing: Ongoing -- testing in progress
  variant: debs

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

Title:
  bionic/linux-gcp-5.3: 5.3.0-1012.13~18.04.1 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1861202/+subscriptions

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

[Bug 1553669] Re: Annoying "call from" message when connecting Bose devices

2020-02-07 Thread joes
Can confirm the same behaviour. Using LE-Bose QC35 II on Ubuntu 18.04.4
LTS.

Switching to A2DP stops the "Call from.." prompts on the headphones but
it also then deselects it as an input device. (I think this is correct
for A2DP).

Selecting HSP/HFP or going back and selecting Bose QC35 II as an input
device (which has the effect of selecting HSP/HFP) means the "Call
from.." prompt comes back.

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

Title:
  Annoying "call from" message when connecting Bose devices

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

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

[Bug 1861204] Re: bionic/linux-gke-5.3: 5.3.0-1012.13~18.04.1 -proposed tracker

2020-02-07 Thread Ubuntu Kernel Bot
** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1861205
  packages:
main: linux-gke-5.3
meta: linux-meta-gke-5.3
signed: linux-signed-gke-5.3
  phase: Testing
  phase-changed: Wednesday, 05. February 2020 12:43 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
automated-testing: Stalled -- testing FAILED
promote-to-updates: Pending -- Nvidia objects not found -- 
current-driver-5.3.0-1012-gke-d1903-0-amd64
regression-testing: Ongoing -- testing in progress
-   security-signoff: Pending -- waiting for signoff
+   security-signoff: Stalled -- waiting for signoff
verification-testing: Ongoing -- testing in progress
  trackers:
bionic/linux-gke-5.3/gke-kernel: bug 1861203
  variant: debs

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

Title:
  bionic/linux-gke-5.3: 5.3.0-1012.13~18.04.1 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1861204/+subscriptions

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

[Bug 1861481] Re: language-options causes live CD sessions to be untranslated

2020-02-07 Thread Gunnar Hjalmarsson
Because the translations of all the "main" packages (and a few others)
are brought by the language packs, and also MATE users most likely use
some "main" packages. He is simply supposed to have the language packs
for his language installed. That's how Ubuntu including the flavors has
been designed for many cycles.

Since we are close to the release of an LTS, I want to narrow the fix to
only affect where it matters, i.e. the live sessions.

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

Title:
  language-options causes live CD sessions to be untranslated

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

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

[Bug 1862138] Re: "systemctl stop postgresql" fails to stop postgresql

2020-02-07 Thread Christian Ehrhardt 
bug 870379 to me seems not related, that was never stopping the
processes - while here we only have to wait a bit.

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

Title:
  "systemctl stop postgresql" fails to stop postgresql

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

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

[Bug 1861481] Re: language-options causes live CD sessions to be untranslated

2020-02-07 Thread Alkis Georgopoulos
I mean that if, on a normal 20.04 installation, I uninstall the el langpack, 
then
1) If I'm using GDM, universe apps show Greek,
2) If I'm using LightDM, universe apps show English (this one regressed in 
19.10).

If we're modifying LightDM, I suggest to modify LightDM to not set LANGUAGE at 
all, not just in live CDs.
This is what GDM does and it works fine everywhere.

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

Title:
  language-options causes live CD sessions to be untranslated

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

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

[Bug 1862255] Re: focal/linux-5.4: 5.4.0-14.17 -proposed tracker

2020-02-07 Thread Ubuntu Kernel Bot
** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  packages:
lrm: linux-restricted-modules-5.4
main: linux-5.4
meta: linux-meta-5.4
signed: linux-signed-5.4
  phase: Packaging
  phase-changed: Thursday, 06. February 2020 22:37 UTC
  reason:
prepare-package: Ongoing -- {} package not yet fully built
-   promote-to-proposed: Pending -- builds not complete in ppa 
lrm:depwait,main:building,meta:failed
+   promote-to-proposed: Pending -- builds not complete in ppa 
main:building,meta:failed
  trackers:
focal/linux-5.4/pc-kernel: bug 1862243, bug 1862245
focal/linux-5.4/pc-lowlatency-kernel: bug 1862246, bug 1862244
focal/linux-azure-5.4: bug 1862250
focal/linux-gcp-5.4: bug 1862252
focal/linux-kvm-5.4: bug 1862253
focal/linux-oem-5.4: bug 1862249
focal/linux-oracle-5.4: bug 1862254
focal/linux-raspi2-5.4: bug 1862248
  variant: debs

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

Title:
  focal/linux-5.4: 5.4.0-14.17 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1862255/+subscriptions

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

[Bug 1861558] Re: Snap 'ed applicaitons have garbage on top of the window Close [x] button

2020-02-07 Thread Maciej Borzecki
Nonetheless it isn't clear whether it's a snapd problem or the actual
libraries. Switching to confirmed in snapd, but needs investigation from
desktop team too.

** Changed in: snapd (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/1861558

Title:
  Snap 'ed applicaitons have garbage on top of the window Close [x]
  button

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/adwaita-icon-theme/+bug/1861558/+subscriptions

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

[Bug 1745345] Re: Xorg assert failure: Xorg: /usr/include/xorg/privates.h:122: dixGetPrivateAddr: Assertion `key->initialized' failed.

2020-02-07 Thread intherye
This also happened on a 20.04 Xubuntu 64-bit VM in Qemu/KVM: Xorg
crashing at login, next login works.

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

Title:
  Xorg assert failure: Xorg: /usr/include/xorg/privates.h:122:
  dixGetPrivateAddr: Assertion `key->initialized' failed.

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

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

[Bug 1862324] [NEW] Since upgrading to Ubuntu 19.10, WiFi card is not found after disconnecting from a VPN

2020-02-07 Thread Robert Uomini
Public bug reported:

After installing Ubuntu 19.10, I connected to a VPN and later
disconnected from it. After disconnecting, the laptop (Dell XPS 13
(9370)) couldn't reconnect to the router. Checking Settings showed that
Ubuntu couldn't find the WiFi card. I had to reboot the laptop to
recover.

ProblemType: Bug
DistroRelease: Ubuntu 19.10
Package: ubuntu-release-upgrader-core 1:19.10.15.4
ProcVersionSignature: Ubuntu 5.3.0-29.31-generic 5.3.13
Uname: Linux 5.3.0-29-generic x86_64
ApportVersion: 2.20.11-0ubuntu8.2
Architecture: amd64
CrashDB: ubuntu
CurrentDesktop: ubuntu:GNOME
Date: Fri Feb  7 10:30:41 2020
DistributionChannelDescriptor:
 # This is a distribution channel descriptor
 # For more information see http://wiki.ubuntu.com/DistributionChannelDescriptor
 canonical-oem-somerville-xenial-amd64-20160624-2
InstallationDate: Installed on 2018-03-12 (697 days ago)
InstallationMedia: Ubuntu 16.04 "Xenial" - Build amd64 LIVE Binary 
20160624-10:47
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: ubuntu-release-upgrader
Symptom: dist-upgrade
UpgradeStatus: Upgraded to eoan on 2020-02-06 (0 days ago)
VarLogDistupgradeTermlog:
 
modified.conffile..etc.update-manager.release-upgrades: [modified]
mtime.conffile..etc.update-manager.release-upgrades: 2019-10-28T06:36:18.243092

** Affects: ubuntu
 Importance: Undecided
 Status: New


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

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

Title:
  Since upgrading to Ubuntu 19.10, WiFi card is not found after
  disconnecting from a VPN

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

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

[Bug 1861289] Re: No virtual terminals and NAutoVTs=6 setting ineffective

2020-02-07 Thread Kai-Heng Feng
** Package changed: linux (Ubuntu) => systemd (Ubuntu)

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

Title:
  No virtual terminals and NAutoVTs=6 setting ineffective

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

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

[Bug 1861300] Re: Data Corruption with Sil 3114 and 3124 controlleurs

2020-02-07 Thread Kai-Heng Feng
Possible to try amd64 instead of i386?

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

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

Title:
  Data Corruption with Sil 3114 and 3124 controlleurs

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

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

[Bug 1854225] Re: Kernel oops and system lock up when invoking wg-quick up

2020-02-07 Thread Jason A. Donenfeld
Doesn't look like a WireGuard bug.

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

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

Title:
  Kernel oops and system lock up when invoking wg-quick up

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

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

[Bug 1856539] Re: wireguard package doesn't work on ubuntu eon

2020-02-07 Thread Jason A. Donenfeld
[   15.589541] module: x86/modules: Skipping invalid relocation target,
existing value is nonzero for type 1, loc f4677a21, val
c1171b82

Looks like a dkms issue? Thankfully we won't need that for 20.04 and
also earlier kernels once things are backported. I'll reassign this to
the canonical kernel people.

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

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

Title:
  wireguard package doesn't work on ubuntu eon

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

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

[Bug 1858807] Re: Wireguard install fails on 19.10

2020-02-07 Thread Jason A. Donenfeld
The kernel team can backport things need be.

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

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

Title:
  Wireguard install fails on 19.10

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

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

[Bug 1855757] Re: [nvidia] Background image corrupted after standby

2020-02-07 Thread Daniel van Vugt
Yeah I would usually recommend a supported Nvidia driver instead of
Nouveau. Just trying to avoid 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/1855757

Title:
  [nvidia] Background image corrupted after standby

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

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

[Bug 1861218] Re: Mini DisplayPort port not recognized on i915 driver for Linux 5.3 (Ubuntu 19.10)

2020-02-07 Thread Kai-Heng Feng
Please test latest mainline kernel:
https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.5/

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

Title:
  Mini DisplayPort port not recognized on i915 driver for Linux 5.3
  (Ubuntu 19.10)

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

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

[Bug 1862331] [NEW] mozilla cert8.db and key3.db are denied by apparmor

2020-02-07 Thread dinar qurbanov
Public bug reported:

libreoffice accesses firefox's cert8.db and key3.db, i have found this from 
apparmor log messages.
i googled "libreoffice cert8.db key3.db" and have found out that seems 
libreoffice does this by design. see 
https://bugs.documentfoundation.org/show_bug.cgi?id=119811 , 
https://weekly-geekly.github.io/articles/357692/index.html . do you agree with 
this? then there should be allow rule, i think. if you do not, then should be a 
comment and / or deny rule.

does libreoffice really need write access to these files? i think it can
potentially add some bad certificates, and some sites would have
verified sign then, while user has not added it to exceptions.

i think if user have not secured his master password, it can be
considered it is ok if some app can access his passwords.

i think this pages also can be helpful:
https://stackoverflow.com/questions/45126738/what-is-cert8-db-and-key3
-db-file , https://developer.mozilla.org/en-
US/docs/Mozilla/Projects/NSS/tools/NSS_Tools_certutil , these are found
by googling "cert8.db key3.db". this also can be helpful:
https://en.wikipedia.org/wiki/Public_key_certificate .

** Affects: libreoffice (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/1862331

Title:
  mozilla cert8.db and key3.db are denied by apparmor

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

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

[Bug 1861063] Re: Dualshock4 controller doesn't stay connected

2020-02-07 Thread Kai-Heng Feng
Please try latest daily iso:
http://cdimages.ubuntu.com/daily-live/current/

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

Title:
  Dualshock4 controller doesn't stay connected

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

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

[Bug 1856539] Missing required logs.

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

apport-collect 1856539

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

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

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

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

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

Title:
  wireguard package doesn't work on ubuntu eon

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

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

[Bug 1854225] Missing required logs.

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

apport-collect 1854225

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

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

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

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

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

Title:
  Kernel oops and system lock up when invoking wg-quick up

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

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

[Bug 1862286] Re: seeded-in-ubuntu: TypeError: getBinaries() missing 1 required positional argument: 'arch'

2020-02-07 Thread Dan Streetman
** Merge proposal linked:
   
https://code.launchpad.net/~ddstreet/ubuntu-dev-tools/+git/ubuntu-dev-tools/+merge/378722

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

Title:
  seeded-in-ubuntu: TypeError: getBinaries() missing 1 required
  positional argument: 'arch'

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

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

[Bug 1861009] Re: Asus Zenbook Flip 15 ux563fd no sound

2020-02-07 Thread Colin Gelling
Testing this Kernel by using sudo dpkg -i linux*5.5.0-8*.deb - I'm a bit
new to updating Kernels, and know Ukuu now but have never updated Linux
kernels manually before. I'm now booted into that Kernel version, played
a little with alsamixer/pulseaudio because of still having no audio. Am
I missing something?

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

Title:
  Asus Zenbook Flip 15 ux563fd no sound

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

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

[Bug 1861669] Autopkgtest regression report (rtl8821ce/5.5.2.1-0ubuntu1~18.04.1)

2020-02-07 Thread Ubuntu SRU Bot
All autopkgtests for the newly accepted rtl8821ce (5.5.2.1-0ubuntu1~18.04.1) 
for bionic have finished running.
The following regressions have been reported in tests triggered by the package:

rtl8821ce/5.5.2.1-0ubuntu1~18.04.1 (armhf, arm64, ppc64el)


Please visit the excuses page listed below and investigate the failures, 
proceeding afterwards as per the StableReleaseUpdates policy regarding 
autopkgtest regressions [1].

https://people.canonical.com/~ubuntu-archive/proposed-
migration/bionic/update_excuses.html#rtl8821ce

[1] https://wiki.ubuntu.com/StableReleaseUpdates#Autopkgtest_Regressions

Thank you!

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

Title:
  Can't connect to wireless AP after resume from S3

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

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

[Bug 1861669] Autopkgtest regression report (rtl8821ce/5.5.2.1-0ubuntu1~19.10.1)

2020-02-07 Thread Ubuntu SRU Bot
All autopkgtests for the newly accepted rtl8821ce (5.5.2.1-0ubuntu1~19.10.1) 
for eoan have finished running.
The following regressions have been reported in tests triggered by the package:

rtl8821ce/5.5.2.1-0ubuntu1~19.10.1 (arm64, ppc64el, armhf)


Please visit the excuses page listed below and investigate the failures, 
proceeding afterwards as per the StableReleaseUpdates policy regarding 
autopkgtest regressions [1].

https://people.canonical.com/~ubuntu-archive/proposed-
migration/eoan/update_excuses.html#rtl8821ce

[1] https://wiki.ubuntu.com/StableReleaseUpdates#Autopkgtest_Regressions

Thank you!

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

Title:
  Can't connect to wireless AP after resume from S3

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

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

[Bug 1855757] Re: [nvidia] Background image corrupted after standby

2020-02-07 Thread Dominik
I have this problem on two machines, both using the 340 Nvidia driver
and running Ubuntu 19.10.

On one machine, with a Geforce 330M, only the lockscreen gets corrupted.
On the other, running Geforce 8600M, both the lockscreen and wallpaper
get corrupted.

This didn't used to happen on 18.04, I was hoping to get better
performance that came with 19.10 and now there's this. :-(

With Nvidia EOLing the 340 driver recently, I was hoping to get another
5 years of both machines with Ubuntu 20.04 (if the driver continues
working there at all), so hoping this does get fixed.

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

Title:
  [nvidia] Background image corrupted after standby

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

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

[Bug 1862312] Missing required logs.

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

apport-collect 1862312

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

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

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

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

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

Title:
  P9 node baltar hang with ubuntu_kernel_selftests (kernel oops)

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

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

[Bug 1862312] [NEW] P9 node baltar hang with ubuntu_kernel_selftests (kernel oops)

2020-02-07 Thread Po-Hsu Lin
Public bug reported:

It looks like some test inside the ubuntu_kernel_selftests has triggered
this issue, the jenkins job "sru-misc__B_ppc64el-
generic__using_baltar__for_kernel" hung at the same spot (the beginning
of the KVM unit test) for two out of two attempts:

05:06:37 INFO | GOODubuntu_kvm_unit_tests.setup 
ubuntu_kvm_unit_tests.setup timestamp=1580792797localtime=Feb 04 
05:06:37   completed successfully
05:06:37 INFO | END GOODubuntu_kvm_unit_tests.setup 
ubuntu_kvm_unit_tests.setup timestamp=1580792797localtime=Feb 04 
05:06:37   
05:06:37 DEBUG| Persistent state client._record_indent now set to 1
05:06:37 DEBUG| Persistent state client.unexpected_reboot deleted
05:06:37 INFO | START   ubuntu_kvm_unit_tests.emulator  
ubuntu_kvm_unit_tests.emulator  timestamp=1580792797localtime=Feb 04 
05:06:37   
05:06:37 DEBUG| Persistent state client._record_indent now set to 2
05:06:37 DEBUG| Persistent state client.unexpected_reboot now set to 
('ubuntu_kvm_unit_tests.emulator', 'ubuntu_kvm_unit_tests.emulator')
05:06:37 DEBUG| Running 'kvm-ok'
05:06:37 DEBUG| [stdout] INFO: /dev/kvm exists
05:06:37 DEBUG| [stdout] KVM acceleration can be used
05:06:37 DEBUG| Running 'ppc64_cpu --smt=off'
Build was aborted

Check the syslog, there is a call trace before the test_bpf and after page 
offline:
[ 1195.321441] Offlined Pages 4096
[ 1195.335056] Offlined Pages 4096
[ 1195.354614] Offlined Pages 4096
[ 1198.491967] Offlined Pages 4096
[ 1199.457587] Injecting error (-12) to MEM_GOING_ONLINE
[ 1200.473838] [ cut here ]
[ 1200.473841] kernel BUG at 
/build/linux-CWyQTi/linux-4.15.0/kernel/rcu/sync.c:128!
[ 1200.473909] Oops: Exception in kernel mode, sig: 5 [#1]
[ 1200.473953] LE SMP NR_CPUS=2048 NUMA PowerNV
[ 1200.473999] Modules linked in: memory_notifier_error_inject 
notifier_error_inject overlay veth xt_CHECKSUM iptable_mangle ipt_MASQUERADE 
nf_nat_masquerade_ipv4 iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 
nf_nat nf_conntrack xt_tcpudp bridge stp llc iptable_filter binfmt_misc joydev 
input_leds mac_hid idt_89hpesx opal_prd ofpart at24 cmdlinepart powernv_flash 
ipmi_powernv uio_pdrv_genirq uio mtd ipmi_devintf ibmpowernv ipmi_msghandler 
sch_fq_codel vmx_crypto ib_iser rdma_cm iw_cm ib_cm ib_core iscsi_tcp 
libiscsi_tcp libiscsi scsi_transport_iscsi ip_tables x_tables autofs4 btrfs 
zstd_compress raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor 
async_tx xor raid6_pq libcrc32c raid1 raid0 multipath linear ses enclosure 
scsi_transport_sas ast i2c_algo_bit hid_generic ttm drm_kms_helper
[ 1200.474641]  syscopyarea usbhid sysfillrect sysimgblt hid fb_sys_fops 
crct10dif_vpmsum crc32c_vpmsum drm i40e aacraid [last unloaded: test_bpf]
[ 1200.474792] CPU: 12 PID: 139071 Comm: mem-on-off-test Not tainted 
4.15.0-87-generic #87-Ubuntu
[ 1200.474894] NIP:  c01a8490 LR: c01a8478 CTR: c026c5e0
[ 1200.474981] REGS: c00c830ff7c0 TRAP: 0700   Not tainted  
(4.15.0-87-generic)
[ 1200.475084] MSR:  9282b033   CR: 
28222888  XER: 2004
[ 1200.475219] CFAR: c001940c SOFTE: 1
[ 1200.475219] GPR00: c01a8434 c00c830ffa40 c172c900 
0001
[ 1200.475219] GPR04: 01f0 c00c7a4d2480 28228882 
c001e730
[ 1200.475219] GPR08: 000ff9a1 0001  
c00c61bab790
[ 1200.475219] GPR12: 2000 cfa88400 058d97936070 

[ 1200.475219] GPR16: 058d6b6e9690 058d6b776ab0 058d6b7a8204 
058d6b776ae8
[ 1200.475219] GPR20: 058d6b7ad5d8 0001  
7fffd1cb80e4
[ 1200.475219] GPR24: 7fffd1cb80e0 c1763428 c15f6ba8 

[ 1200.475219] GPR28: 0020 c15f6bb0  
c15f6ba8
[ 1200.476036] NIP [c01a8490] rcu_sync_enter+0xa0/0x1e0
[ 1200.476124] LR [c01a8478] rcu_sync_enter+0x88/0x1e0
[ 1200.476180] Call Trace:
[ 1200.476215] [c00c830ffa40] [c00c830ffaa0] 0xc00c830ffaa0 
(unreliable)
[ 1200.476311] [c00c830ffab0] [c01889a8] 
percpu_down_write+0x38/0x140
[ 1200.476407] [c00c830ffb00] [c039fa6c] online_pages+0x1fc/0x440
[ 1200.476456] [c00c830ffbd0] [c08a7320] 
memory_subsys_online+0x180/0x250
[ 1200.476495] [c00c830ffc60] [c0879f54] device_online+0x84/0x120
[ 1200.476528] [c00c830ffca0] [c08a7ee8] store_mem_state+0xb8/0x180
[ 1200.476566] [c00c830ffce0] [c08744bc] dev_attr_store+0x3c/0x60
[ 1200.476599] [c00c830ffd00] [c04ae254] sysfs_kf_write+0x64/0x90
[ 1200.476631] [c00c830ffd20] [c04acf2c] 
kernfs_fop_write+0x1ac/0x240
[ 1200.476670] [c00c830ffd70] [c03e147c] __vfs_write+0x3c/0x70
[ 1200.476703] [c00c830ffd90] [c03e16d8] vfs_write+0xd8/0x220
[ 1200.476735] [c00c830ffde0] 

[Bug 1862313] [NEW] Support Headset Mic on HP cPC

2020-02-07 Thread Kai-Heng Feng
Public bug reported:

[Impact]
Two HP workstations can't detect headset microphone.

[Fix]
Apply vendor-specific coefficient to enable headset mic detection.

[Test]
Plug headset and see if the mic gets detected.
Headset mic gets detected correctly after applying the patch.

[Regression Potential]
Low. The fix matches to very specific machines, so all other systems are 
unaffected.

** Affects: hwe-next
 Importance: Undecided
 Status: New

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

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

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

** Affects: linux (Ubuntu Bionic)
 Importance: Undecided
 Status: Won't Fix

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

** Affects: linux-oem-osp1 (Ubuntu Bionic)
 Importance: Undecided
 Status: New

** Affects: linux (Ubuntu Eoan)
 Importance: Undecided
 Status: Won't Fix

** Affects: linux-oem (Ubuntu Eoan)
 Importance: Undecided
 Status: Won't Fix

** Affects: linux-oem-osp1 (Ubuntu Eoan)
 Importance: Undecided
 Status: Won't Fix

** Affects: linux (Ubuntu Focal)
 Importance: Undecided
 Status: Incomplete

** Affects: linux-oem (Ubuntu Focal)
 Importance: Undecided
 Status: Won't Fix

** Affects: linux-oem-osp1 (Ubuntu Focal)
 Importance: Undecided
 Status: Won't Fix


** Tags: oem-priority originate-from-1856127 stella

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

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

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

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

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

** Changed in: linux (Ubuntu Bionic)
   Status: New => Won't Fix

** Changed in: linux (Ubuntu Eoan)
   Status: New => Won't Fix

** Changed in: linux-oem (Ubuntu Eoan)
   Status: New => Won't Fix

** Changed in: linux-oem (Ubuntu Focal)
   Status: New => Won't Fix

** Changed in: linux-oem-osp1 (Ubuntu Eoan)
   Status: New => Won't Fix

** Changed in: linux-oem-osp1 (Ubuntu Focal)
   Status: New => Won't Fix

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

Title:
  Support Headset Mic on HP cPC

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

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

[Bug 1862313] Missing required logs.

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

apport-collect 1862313

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

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

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

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

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

Title:
  Support Headset Mic on HP cPC

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

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

[Bug 1852089] Re: [20.04] Fix failure of EP11 to import an ECC public key

2020-02-07 Thread Frank Heimes
** Changed in: ubuntu-z-systems
   Status: Triaged => Fix Released

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

Title:
  [20.04] Fix failure of EP11 to import an ECC public key

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

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

[Bug 1854148] Re: [UBUNTU] openCryptoki: pkcsep11_migrate: Fix re-encryption of EP11 key blobs

2020-02-07 Thread Frank Heimes
** Changed in: ubuntu-z-systems
   Status: Triaged => In Progress

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

Title:
  [UBUNTU] openCryptoki: pkcsep11_migrate: Fix re-encryption of EP11 key
  blobs

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

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

[Bug 1850294] Re: ICA HW token missing after the package update

2020-02-07 Thread Frank Heimes
** Changed in: ubuntu-z-systems
   Status: Confirmed => In Progress

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

Title:
  ICA HW token missing after the package update

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

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

[Bug 1862138] Re: "systemctl stop postgresql" fails to stop postgresql

2020-02-07 Thread Christian Ehrhardt 
To be clear - the services are stopped eventually, the issue is about
`systemctl stop postgresql` coming back while still some processes are
up.

I can confirm that behavior and agree that it might break e.g.
automation that wants to do stop/change/start for changes known to break
with the service running.

** Changed in: postgresql-common (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/1862138

Title:
  "systemctl stop postgresql" fails to stop postgresql

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

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

[Bug 1861299] Comment bridged from LTC Bugzilla

2020-02-07 Thread bugproxy
--- Comment From cborn...@de.ibm.com 2020-02-07 04:17 EDT---
(In reply to comment #11)
> Hi Christian,
> summarizing for disambiguation:
>
> a) If I specify CPU model on the source it carries over correctly and can
> migrate back

This is good. host-model is supposed to work.
FWIW, custom is also supposed to work (e.g. -cpu z13).

> b) If I specify nothing on the source it "becomes" host-model on the target
> (with the features as detected there at the time) and those can't all go back

This is also kind of expected. Specifying nothing was "host-
passthrough". This is known to be NOT migration safe. Do not use it.

Newer libvirt versions will now add "host-passthrough" in the xml when nothing 
is specified. As this is not migration-safe, I asked libvirt to change the 
default for s390 to become "host-model" instead of "host-passthrough".
You should also see it as a feature that we add a check that tells you: "look, 
your migration is not safe"

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

Title:
  s390x: migration to 4.2 makes it unable to migrate back to 4.0

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

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

[Bug 1856861] Re: Firefox 73 require C++17, not available in xenial

2020-02-07 Thread Olivier Tilloy
Bumping the importance as firefox 73.0 is now in release candidate
phase.

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

Title:
  Firefox 73 require C++17, not available in xenial

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

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

[Bug 1862138] Re: "systemctl stop postgresql" fails to stop postgresql

2020-02-07 Thread Christian Ehrhardt 
Currently ordering is only done by the per Cluster services listing
  Before=postgresql.service
Further the generator adds symlinks in 
/run/systemd/generator/postgresql.service.wants/.
  
That makes it work on startup in terms of ordering.

There is: /usr/share/doc/postgresql-common/README.systemd
It explains that furthermore the parent service will only 
starts/stops/restarts/reload individual services that are configured as "auto" 
in
/etc/postgresql/*/*/start.conf.

That means one can't rely on postgresql.service to "shut down
everything" anyway.

I guess the answer is that:
- postgresql.service is meant as a overarching helper and not meant to 
sync-shutdown
- if you need synchronous behavior pleas issue a stop to the individual cluster 
like
  $ systemctl stop postgresql@12-main.service
- that is actually beneficial, most tasks do this for backup or similar.
  This way you can stop/process/start the Clusters individually (if you have 
many)
- if you need a "one command stops all" you can use
  $ systemctl stop postgresql "postgresql@*"

I'm linking Debian bug https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=759725 
where this is being discussed for quite some time.
Due to the existing workarounds and the low amount of affected uses (the first 
time after year) this is prio medium/low - a classic "yes it would be nice but 
I'm not sure one will get to work on it" case.

To be clear if anyone has a great suggestion how to achieve the shutdown
to be synchronous as well I guess we will rather quickly add it to
Debian and Ubuntu - but right now we are missing that idea.

** Bug watch added: Debian Bug tracker #759725
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=759725

** Changed in: postgresql-common (Ubuntu)
   Status: Confirmed => Triaged

** Changed in: postgresql-common (Ubuntu)
   Importance: Undecided => Low

** Also affects: postgresql-common (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=759725
   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/1862138

Title:
  "systemctl stop postgresql" fails to stop postgresql

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

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

[Bug 1856861] Re: Firefox 73 require C++17, not available in xenial

2020-02-07 Thread Olivier Tilloy
Useful information that confirms that we definitely need gcc-7
backported to xenial: https://gcc.gnu.org/projects/cxx-
status.html#cxx17.

** Changed in: firefox (Ubuntu)
   Importance: High => Critical

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

Title:
  Firefox 73 require C++17, not available in xenial

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

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

[Bug 1862154] Re: Syslog spammed with "domain is utf8 flagged"

2020-02-07 Thread Christian Ehrhardt 
$ git show pkg/ubuntu/bionic-devel:lib/Mail/SpamAssassin/DnsResolver.pm | grep 
"domain is utf8 flagged"
  info("dns: new_dns_packet: domain is utf8 flagged: %s", $domain);


$ git show pkg/ubuntu/eoan-devel:lib/Mail/SpamAssassin/DnsResolver.pm | grep 
"domain is utf8 flagged"
  info("dns: new_dns_packet: domain is utf8 flagged: %s", $domain);

$ git show pkg/ubuntu/focal-devel:lib/Mail/SpamAssassin/DnsResolver.pm | grep 
"domain is utf8 flagged"
  dbg("dns: new_dns_packet: domain is utf8 flagged: %s", $domain);

Upstream change is:
https://github.com/apache/spamassassin/commit/bdacc776ccbfdedee7f1e8175a333d9e419d4426

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

** Also affects: spamassassin (Ubuntu Eoan)
   Importance: Undecided
   Status: New

** Also affects: spamassassin (Ubuntu Bionic)
   Importance: Undecided
   Status: New

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

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

Title:
  Syslog spammed with "domain is utf8 flagged"

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

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

[Bug 1861373] Re: Random Restart Crash

2020-02-07 Thread Robert Chilewski
Np. I have a whole slew of different problems now with a new AMD card so
ya lol :) this isnt the right card either and i have no drivers for it
will post another boot text later with new card its literally crashing
every 5 mins now gonna Rage a bit here meow Thank you for understanding
lol :)

** Attachment added: "prevboot172020.txt"
   
https://bugs.launchpad.net/ubuntu/+bug/1861373/+attachment/5326194/+files/prevboot172020.txt

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

Title:
  Random Restart Crash

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

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

[Bug 1862327] [NEW] BIND 9.11.3 dropping queries when dhcp lease is renewed

2020-02-07 Thread Radu Pantiru
Public bug reported:

1. OS Version: Ubuntu 18.04.4 LTS

2. Package:bind9-9.11.3+dfsg-1ubuntu1.11

3. Expected behaviour: DNS query response.


4. Observed behaviour:

At random times when the dhcp lease gets renewed named does not reply
with a response and the query will eventually time out.

System log:

DATE HH:MM:41 hosname.localdomain systemd-networkd[26198]: ens3: DHCP lease lost
DATE HH:MM:41 hosname.localdomain dbus-daemon[662]: [system] Activating via 
systemd: service name='org.freedesktop.hostname1' 
unit='dbus-org.freedesktop.hostname1.service' requested by ':1.508' (uid=100 
pid=26198 comm="/lib/systemd/systemd-networkd " label="unconfined")
DATE HH:MM:41 hosname.localdomain systemd[1]: Starting Hostname Service...
DATE HH:MM:41 hosname.localdomain systemd-networkd[26198]: ens3: DHCPv4 address 
<> via <>>

named.log:

DATE HH:MM:41.646 network: error: binding TCP socket: address in use

Thank you for your help!

** Affects: bind9 (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/1862327

Title:
  BIND 9.11.3 dropping queries when dhcp lease is renewed

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

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

[Bug 1855757] Re: [nvidia] Background image corrupted after standby

2020-02-07 Thread Julien Olivier
By the way, I don't know what happened but I don't have the bug any
more. Has there been any update recently?

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

Title:
  [nvidia] Background image corrupted after standby

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

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

[Bug 1861373] Re: Random Restart Crash

2020-02-07 Thread Robert Chilewski
Gnome COntrol Center

** Attachment added: "_usr_bin_gnome-control-center.1000.crash"
   
https://bugs.launchpad.net/ubuntu/+bug/1861373/+attachment/5326195/+files/_usr_bin_gnome-control-center.1000.crash

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

Title:
  Random Restart Crash

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

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

[Bug 1861345] Re: Gigabyte x570 Aorus Master with ALC1220 and ESS SABRE 9118 DAC Muted Front speakers 5.1

2020-02-07 Thread Kai-Heng Feng
Can you please try kernel parameter "snd-hda-intel.model=dual-codecs"?

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

Title:
  Gigabyte x570 Aorus Master with ALC1220 and ESS SABRE 9118 DAC Muted
  Front speakers 5.1

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

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

[Bug 1768669] Re: multiverse package steam recommends nvidia-driver-lib-i386:i386 which is not in repositories

2020-02-07 Thread AsciiWolf
Any update here? There seems to be still the same issue on latest Ubuntu
Focal.

Also, the Steam package is outdated, last updated two years ago, see:
https://bugs.launchpad.net/ubuntu/+source/steam/+bug/1796464

** Tags added: eoan focal

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

Title:
  multiverse package steam recommends nvidia-driver-lib-i386:i386 which
  is not in repositories

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

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

[Bug 1862154] Re: Syslog spammed with "domain is utf8 flagged"

2020-02-07 Thread Paul
Sorry - mistyped when I said "reintroduced" - can confirm this is
present in previous versions, as per upstream releases.

Steps to reproduce on a clean system -

# lsb_release

# sudo apt-get install spamassassin
# sudo service spamassassin start

Locate the attached email example on the system, then run spamc against
it -

# spamc -R < /tmp/bug1862154.eml
# grep "domain is utf8 flagged" /var/log/mail.log
Feb  7 11:12:19 ubuntu spamd[31432]: dns: new_dns_packet: domain is utf8 
flagged: ns1.canonical.com
Feb  7 11:12:19 ubuntu spamd[31432]: dns: new_dns_packet: domain is utf8 
flagged: ns2.canonical.com
Feb  7 11:12:19 ubuntu spamd[31432]: dns: new_dns_packet: domain is utf8 
flagged: ns3.canonical.com

** Attachment added: "Example email"
   
https://bugs.launchpad.net/ubuntu/+source/spamassassin/+bug/1862154/+attachment/5326196/+files/bug1862154.eml

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

Title:
  Syslog spammed with "domain is utf8 flagged"

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

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

[Bug 1862154] Re: Syslog spammed with "domain is utf8 flagged"

2020-02-07 Thread Paul
lsb_release output -

# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 18.04.3 LTS
Release:18.04
Codename:   bionic

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

Title:
  Syslog spammed with "domain is utf8 flagged"

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

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

[Bug 1822059] Re: Wrong font in GIMP user interface

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

** Changed in: gimp (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/1822059

Title:
  Wrong font in GIMP user interface

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

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

[Bug 1860537] Re: ipmctl 02.00.00.3673+ds-2 breaks on ACPI PMTT v0.1 BIOS

2020-02-07 Thread Martin Pollard
Retested and appears to be fixed in v02.00.00.3709 (7543fc7)

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

Title:
  ipmctl 02.00.00.3673+ds-2 breaks on ACPI PMTT v0.1 BIOS

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

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

[Bug 1862138] Re: "systemctl stop postgresql" fails to stop postgresql

2020-02-07 Thread Bug Watch Updater
** Changed in: postgresql-common (Debian)
   Status: Unknown => Confirmed

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

Title:
  "systemctl stop postgresql" fails to stop postgresql

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

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

[Bug 1861966] Re: need version 1.3 in focal

2020-02-07 Thread Bug Watch Updater
** Changed in: tlp (Debian)
   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/1861966

Title:
  need version 1.3 in focal

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

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

[Bug 1862338] [NEW] ZSH git add completion problems

2020-02-07 Thread Gonzalo Peci
Public bug reported:

There seem to be a problem when trying to autocomplete some git commands
due to a bad prefix detection for "git ls-files".

If you check the new version of this package in the Arch repos, along
with other updates you can find this file update:

> /usr/share/zsh/functions/Completion/Unix/_git
--
diff --git i/git.zsh w/git.zsh
index cf95bcd..745a57c 100644
--- i/git.zsh
+++ w/git.zsh
@@ -6625,7 +6625,7 @@ __git_files () {
   local pref=$gitcdup$gitprefix$PREFIX

   # First allow ls-files to pattern-match in case of remote repository
-  files=(${(0)"$(_call_program files git ls-files -z --exclude-standard 
${(q)opts} -- ${(q)${pref:+$pref\\\*}} 2>/dev/null)"})
+  files=(${(0)"$(_call_program files git ls-files -z --exclude-standard 
${(q)opts} -- ${(q)${pref:+$pref\*}:-.} 2>/dev/null)"})
   __git_command_successful $pipestatus || return

   # If ls-files succeeded but returned nothing, try again with no pattern
--


If this is not applied, the command basically becomes:
> git ls-files -z --exclude-standard --others -- \'\'
when on the root of the git repository and fails with:
> fatal: empty string is not a valid pathspec. please use . instead if you 
> meant to match all paths


This affects the "git add" command autocompletion and potentially others.

PS: This seems to be in "zsh-commons" but the report form did not allow
me to select it

** Affects: zsh (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/1862338

Title:
  ZSH git add completion problems

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

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

[Bug 1862340] [NEW] Program Cafetran won't start with clicking on .jar file.

2020-02-07 Thread Eva G
Public bug reported:

It does start with command ./Cafetran in the terminal though. Link to Cafetran 
on desktop does not work either. This is information from a log file in this 
directory:
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x7fccfe4fa401, pid=3934, tid=3946
#
# JRE version: OpenJDK Runtime Environment (11.0.6+10) (build 
11.0.6+10-post-Ubuntu-1ubuntu118.04.1)
# Java VM: OpenJDK 64-Bit Server VM (11.0.6+10-post-Ubuntu-1ubuntu118.04.1, 
mixed mode, sharing, tiered, compressed oops, g1 gc, linux-amd64)
# Problematic frame:
# C  [libjimage.so+0x2401]
#
# Core dump will be written. Default location: Core dumps may be processed with 
"/lib/systemd/systemd-coredump %P %u %g %s %t 9223372036854775808 %e" (or 
dumping to /home/eva/Program/cafetran/core.3934)
#
# If you would like to submit a bug report, please visit:
#   https://bugs.launchpad.net/ubuntu/+source/openjdk-lts
#

---  S U M M A R Y 

Command Line: /home/eva/Program/cafetran/Cafetran.jar

Host:


I am submitting it here as it says so in this log file...
Linux Mint 19.3
In the beginning, at the time of this log, a dialog opened for accepting or 
declining some terms and conditions on clicking the .jar file. Now nothing 
happens.

** Affects: openjdk-lts (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/1862340

Title:
  Program Cafetran won't start with clicking on .jar file.

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

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

[Bug 1853357] Re: display (whole computer?) hangs when I attempt to use DisplayLink with Wayland

2020-02-07 Thread Ppaalanen
Xorg cursor artifacts all over everywhere: "When I use the evdi module
and library shipped with Ubuntu in 20.04, then DisplayLink works in
Xorg, but it's very glitchy, with cursor artifacts showing up constantly
all over the place on all screens, both DisplayLink and non-
DisplayLink."

I've seen it, it is a know issue and has a workaround: setting "PageFlip" 
"false" in xorg.conf. This link is not exactly about cursor issues but explains 
how to set the PageFlip workaround:
https://support.displaylink.com/knowledgebase/articles/1181623-displaylink-ubuntu-driver-after-recent-x-upgrades

Anyway, that is off-topic too for this issue, so if you want to discuss
that, I again suggest a new report. I don't think I can help with that
though.

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

Title:
  display (whole computer?) hangs when I attempt to use DisplayLink with
  Wayland

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

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

[Bug 1862342] [NEW] [Ubuntu 20.04] GCC generates wrong code for exception handling

2020-02-07 Thread bugproxy
Public bug reported:

---Problem description---
Wrong code might get generated if a local variable is set in the try block and 
read in the catch block.
 
---Steps to Reproduce---
Please pick up the patch from the following upstream GCC BZ:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93272

This fixes a latent register allocator problem present since introduction of 
LRA.
 
Userspace tool common name: gcc 

Userspace rpm: gcc 
 
The userspace tool has the following bit modes: 64 

Correct package level has to be select within LP!

** Affects: linux (Ubuntu)
 Importance: Undecided
 Assignee: Skipper Bug Screeners (skipper-screen-team)
 Status: New


** Tags: architecture-s39064 bugnameltc-183751 severity-high 
targetmilestone-inin---

** Tags added: architecture-s39064 bugnameltc-183751 severity-high
targetmilestone-inin---

** Changed in: ubuntu
 Assignee: (unassigned) => Skipper Bug Screeners (skipper-screen-team)

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

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

Title:
  [Ubuntu 20.04] GCC generates wrong code for exception handling

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

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

[Bug 1862287] Re: package qemu-system-common 1:4.2-1ubuntu1 failed to install/upgrade: trying to overwrite '/usr/bin/ivshmem-client', which is also in package qemu-utils 1:4.0+dfsg-0ubuntu10

2020-02-07 Thread Christian Ehrhardt 
FYI - Fix uploaded to Focal

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

Title:
  package qemu-system-common 1:4.2-1ubuntu1 failed to install/upgrade:
  trying to overwrite '/usr/bin/ivshmem-client', which is also in
  package qemu-utils 1:4.0+dfsg-0ubuntu10

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

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

[Bug 1851295] Re: dkms error with wireguard on upgrafe to 19.10

2020-02-07 Thread Jason A. Donenfeld
Seems dkms related.

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

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

Title:
  dkms error with wireguard on upgrafe to 19.10

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

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

[Bug 1861481] Re: language-options causes live CD sessions to be untranslated

2020-02-07 Thread Gunnar Hjalmarsson
Not sure why you would want to uninstall the language packs for a
language you have configured. You are not supposed to do that. Please
use "Language Support" to manage your languages.

This special thing in LightDM is there for a reason (even if I don't
remember the reason exactly). I'm not ready to propose something which
might have adverse side effects.

Attached please find a debdiff which I think fixes it in live sessions.
The real test can be done only after the new version of lightdm has
reached the daily build ISOs. Would appreciate your confirmation when
that happens.

** Patch added: "lightdm_lp1861481.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/accountsservice/+bug/1861481/+attachment/5326214/+files/lightdm_lp1861481.debdiff

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

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

** Changed in: lightdm (Ubuntu)
 Assignee: (unassigned) => Gunnar Hjalmarsson (gunnarhj)

** Tags added: patch

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

Title:
  language-options causes live CD sessions to be untranslated

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

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

[Bug 1275210] Re: gdbtui does not give input and show cyrillic symbols

2020-02-07 Thread Лъчезар Георгиев
To add some later findings, it turned out that:
(1) The bug was reintroduced in version 8.3;
(2) It affects only some CPU architectures.
I tested version "Debian 8.3.1-1" on two 64-bit machines with the same version 
of Debian (Sid), one with PowerPC, and the other with SPARC. The bug shows up 
only on the SPARC machine, not the PowerPC one. I then built the generic 
version 8.3.1 on a 64-bit ARM machine. The bug didn't show up there. And then I 
built it on a 64-bit MIPS (big endian) machine, where the bug did show up. 
Repeated this with version 8.3. The bug showed up again. When I built the 
generic version 8.2.1 on the same MIPS machine, the bug didn't show up. A "diff 
-u gdb-8.2.1/gdb/tui gdb-8.3/gdb/tui" shows a lot of changes made in the TUI 
code of version 8.3 to add some colourisation to the TUI, and the bug was 
probably introduced during this process. Sorry that I can't help more to 
isolate the bug. But it's quite strange that it manifests itself only on 
x86-64, SPARC and MIPS, but not on ARM and PowerPC. I suppose that because of 
this, it will be rather hard to pinpoint.

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

Title:
  gdbtui does not give input and show cyrillic symbols

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

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

[Bug 1861669] Re: Can't connect to wireless AP after resume from S3

2020-02-07 Thread You-Sheng Yang
Mark verification failed. Fixing autopkgtest failures.

** Tags removed: verification-needed verification-needed-bionic 
verification-needed-eoan
** Tags added: verification-failed-bionic verification-failed-eoan

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

Title:
  Can't connect to wireless AP after resume from S3

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

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

[Bug 1855757] Re: [nvidia] Background image corrupted after standby

2020-02-07 Thread Daniel van Vugt
*If* the kernel and mesa both support your GPU adequately then you don't
need to be tied to Nvidia driver releases. Just use the built-in nouveau
driver (which also doesn't have the bug AFAIK). But unfortunately that's
a big "if" as nouveau is known to be buggy occasionally, for some GPUs.

** Tags added: visual-quality

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

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

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

Title:
  [nvidia] Background image corrupted after standby

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

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

[Bug 1862313] Re: Support Headset Mic on HP cPC

2020-02-07 Thread Kai-Heng Feng
** Tags added: oem-priority originate-from-1856127 stella

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

Title:
  Support Headset Mic on HP cPC

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

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

[Bug 1861125] Re: s390x can't migrate pre qemu 2.8 to qemu4.2/libvirt6.0 (X->F)

2020-02-07 Thread Christian Ehrhardt 
FYI suggested fixes where pushed to the ML and I'm planning to test
those.

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

Title:
  s390x can't migrate pre qemu 2.8 to qemu4.2/libvirt6.0 (X->F)

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

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

[Bug 1860512] Re: Suspend unreliable (possibly FUSE related)

2020-02-07 Thread Michał Sawicz
This was https://rclone.org/ - but I've not had this issue in a while.
Will close for now.

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

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

Title:
  Suspend unreliable (possibly FUSE related)

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

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

[Bug 1847596] Re: rpi3b+: corrupted screen on hdmi

2020-02-07 Thread Dave Jones
** Changed in: linux-raspi2 (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/1847596

Title:
  rpi3b+: corrupted screen on hdmi

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

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

[Bug 1862154] Re: Syslog spammed with "domain is utf8 flagged"

2020-02-07 Thread Christian Ehrhardt 
Triage Note: this becomes server-next (to drive the SRU) once we have
steps to reproduce

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

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

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

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

Title:
  Syslog spammed with "domain is utf8 flagged"

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

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

[Bug 1862154] Re: Syslog spammed with "domain is utf8 flagged"

2020-02-07 Thread Christian Ehrhardt 
Introduced in pkg/import/3.4.0-1 as part of the upstream code.

@Paul I'm not seeing this was ever fixed before since you called it 
"re-introduced".
Did we have a version in Ubuntu that was affected, then a fix and then 
re-introduced the error?
If so please let me know.

For example we have Bionic starting with 3.4.1-8build1 up to todays 
3.4.2-0ubuntu0.18.04.3.
Nothing in between changes any line that has "domain is utf8 flagged".

Never the less I think the upstream fix can be trivially applied and SRUed.
The one piece that is missing for an SRU [1] are minimal steps to reproduce on 
a clean system.

@Paul - since you have a setup that is affected, would you be able to
provide steps here for install/config/commands to trigger this issue?
That would help a lot getting this processed.

[1]: https://wiki.ubuntu.com/StableReleaseUpdates

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

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

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

** Tags added: bitesize

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

Title:
  Syslog spammed with "domain is utf8 flagged"

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

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

[Bug 1861711] Re: Language won't change in the password fields

2020-02-07 Thread Paul White
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Unfortunately, we cannot work on this bug because your
description didn't include enough information.

Which release and flavour of Ubuntu are you using?
Which password fields are you referring to?
At log-in or on a web page?
If on a web page which browser are you using?

Please provide the information requested then we can assign this bug
report to the correct package as per the above comment.


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

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

Title:
  Language won't change in the password fields

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

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

[Bug 1862157] Re: dnsmasq does in all cases prepend "tftp_root" to tftp-bootfiles

2020-02-07 Thread Christian Ehrhardt 
Thank you for taking the time to report this bug and helping to make
Ubuntu better. I appreciate the quality of this bug report and I'm sure
it'll be helpful to others to find this discussion if they are
experiencing the same issue.

This sounds like an upstream bug to me. I have checked the latest
upstream and there isn't a new option around that topic available that
Ubuntu could add.

The best route to getting it fixed in Ubuntu in this case would be to
file an upstream bug if you're able to do that. Otherwise, I'm not sure
what we can do directly in Ubuntu to fix the problem.

If you do end up filing an upstream bug/discussion, please link to it
from here. Thanks!

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

Title:
  dnsmasq does in all cases prepend "tftp_root" to tftp-bootfiles

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

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

[Bug 1862157] Re: dnsmasq does in all cases prepend "tftp_root" to tftp-bootfiles

2020-02-07 Thread Christian Ehrhardt 
Hi Thomas,
as you already described yourself if you set in /etc/dnsmasq.conf
 tftp-root=/
then all paths you provide in per subnet config would work if each of them were 
added as absolute path.
This works as-is without any change to the package.

`tftp-root` is defined as:
--tftp-root=[,]
Look for files to transfer using TFTP relative to the given directory. When 
this is set, TFTP paths which include ".." are rejected, to stop clients  
getting  outside  the specified  root.   Absolute  paths (starting with /) are 
allowed, but they must be within the tftp-root. If the optional interface 
argument is given, the directory is only used for TFTP requests via that 
interface.

Your example violates the "paths starting with / ... must be within the
tftp-root" which is why it won't work. You could also just "not at all"
set `tftp-root` as it is mostly a security feature to not serve
something you'd never want to be served.

You can even do "per IP paths" in between with tftp-root + --tftp-
unique-root - see the manpage for more details.

If all those config options aren't enough this is more a feature request
to dnsmasq than a bug in Ubuntu. Go to [1] for that if you like to do
so.

[1]: http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss

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

Title:
  dnsmasq does in all cases prepend "tftp_root" to tftp-bootfiles

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

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

[Bug 1861481] Re: language-options causes live CD sessions to be untranslated

2020-02-07 Thread Alkis Georgopoulos
Btw, lightdm doesn't set LANGUAGE at all in Debian; it only sets LANG,
like GDM, and everything works fine.

Gunnar, do you see any issues with just completely dropping your 
04_language_handling.patch?
Or at least this line there:

+session_set_env (session, "LANGUAGE", language);

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

Title:
  language-options causes live CD sessions to be untranslated

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

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

[Bug 1862286] Re: seeded-in-ubuntu: TypeError: getBinaries() missing 1 required positional argument: 'arch'

2020-02-07 Thread Dan Streetman
** Also affects: ubuntu-dev-tools (Ubuntu Focal)
   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/1862286

Title:
  seeded-in-ubuntu: TypeError: getBinaries() missing 1 required
  positional argument: 'arch'

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

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

[Bug 1405873] Re: -json output not valid when -class filter used

2020-02-07 Thread Russell Jones
https://github.com/lyonel/lshw/tree/B.02.18 outputs valid json with

lshw -json -quiet

though it does have the problem described in
https://bugs.launchpad.net/ubuntu/+source/lshw/+bug/1593233 i.e. can
only run as root, and crashes otherwise.

Using git bisect, the change that broke output was 
https://github.com/lyonel/lshw/pull/28 
See also https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=929206

** Bug watch added: Debian Bug tracker #929206
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=929206

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

Title:
  -json output not valid when -class filter used

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

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

[Bug 1847806] Re: eoan: ppc64el install on pseries-eoan VM fails to install

2020-02-07 Thread Christian Ehrhardt 
Done in Focal, but I'm not planning to backport emulation related
changes where most of the people don't care and the regression risk we
trigger might still be huge.

** Changed in: qemu (Ubuntu Eoan)
   Status: Triaged => Won't Fix

** Changed in: qemu (Ubuntu Bionic)
   Status: Triaged => Won't Fix

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

Title:
  eoan: ppc64el install on pseries-eoan VM fails to install

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

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

  1   2   3   4   5   6   >