[Bug 1907432] Re: Raspberry Pi 400 Kernel Panic

2020-12-11 Thread Juerg Haefliger
** Also affects: linux-raspi (Ubuntu Groovy)
   Importance: Undecided
   Status: New

** Changed in: linux-raspi (Ubuntu Groovy)
 Assignee: (unassigned) => Juerg Haefliger (juergh)

** Changed in: linux-raspi (Ubuntu Groovy)
   Status: New => Triaged

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

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

Title:
  Raspberry Pi 400 Kernel Panic

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

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

[Bug 1907686] Re: instance unable to retrieve metadata

2020-12-11 Thread James Page
** Also affects: neutron (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/1907686

Title:
  instance unable to retrieve metadata

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-ovn-chassis/+bug/1907686/+subscriptions

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

[Bug 1904419] Comment bridged from LTC Bugzilla

2020-12-11 Thread bugproxy
--- Comment From s...@de.ibm.com 2020-12-11 03:37 EDT---
Yes you are right, in this case send_dg() from glibc is not invoked.
Thus from my side, you can exclude commit "resolv: Handle transaction ID 
collisions in parallel queries (bug 26600)" for groovy.
Thanks.

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

Title:
  Upgrade glibc 2.32 by required upstream patches

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

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

[Bug 1899546] Re: Missing vgabios-ramfb.bin from seabios

2020-12-11 Thread Christian Ehrhardt 
Hi,
while it was a mistake that made it non-fully-enabled in 1.14 (in Groovy) it 
just is "not available" instead of a provided but broken functionality.
Thereby (even for Groovy) it would be a a new feature which is harder to 
provide in regard to the SRU policy [1].

Then furthermore this isn't a super common case that affects many users
- and (now) a solution is available via upgrading.

But that does not mean you won't have it in Focal at all. Later in the 21.04 
cycle I'll rebase the server backports [2] to base on what is in 21.04. From 
that point on that will be available for Focal and Bionic and regularly updated.
Although to admit - that will be a few months out :-/

P.S. until then - a bit ugly but working fine - seabios is a package
without any other dependencies and mostly delivering just early boot
binaries. So affected people could just add the hirsute repositories and
use apt-pinning [3] to "get nothing but seabios from hirsute".

OTOH - while it is not the purpose of SRUs it is not "impossible" to add 
features that way. If you can make a strong convincing case why "that benefits 
from having that in Focal - but also for the same use case, upgrading is no 
option".
That we could then use to try convincing the SRU Team.

[1]: https://wiki.ubuntu.com/StableReleaseUpdates
[2]: https://launchpad.net/~canonical-server/+archive/ubuntu/server-backports/
[3]: https://help.ubuntu.com/community/PinningHowto

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

Title:
  Missing vgabios-ramfb.bin from seabios

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

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

[Bug 1907681] Re: package php7.4-fpm 7.4.9-1ubuntu1.1 failed to install/upgrade: installed php7.4-fpm package post-installation script subprocess returned error exit status 1

2020-12-11 Thread Christian Ehrhardt 
Indeed as you assumed - here from your log

Dec 10 10:23:44 servio php-fpm7.4[209511]: [10-Dec-2020 10:23:44] ERROR: [pool 
www] please specify user and group other than root
Dec 10 10:23:44 servio php-fpm7.4[209511]: [10-Dec-2020 10:23:44] ERROR: FPM 
initialization failed

That is a local configuration that makes the service non (re-)startable.
That in turn breaks the update.

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

Title:
  package php7.4-fpm 7.4.9-1ubuntu1.1 failed to install/upgrade:
  installed php7.4-fpm package post-installation script subprocess
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.4/+bug/1907681/+subscriptions

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

[Bug 1907681] Re: package php7.4-fpm 7.4.9-1ubuntu1.1 failed to install/upgrade: installed php7.4-fpm package post-installation script subprocess returned error exit status 1

2020-12-11 Thread Christian Ehrhardt 
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

On upgrading a service this service has to be restarted to pick up the fixes.
Rather rarely a real issue occurs that the newer version does e.g. fail with 
the formerly working configuration.
But most of the time what happens is, that a service was installed, but stays 
unconfigured or experimented with but left in a broken state.

Now on any update of the related packages that service has to be restarted, but 
since its config is incomplete/faulty it fails to restart.
Therefore the update of that package has to consider itself incomplete.

Depending on your particular case there are two solutions:
- either remove the offending package if you don't want to continue using it.
- Or if you do want to keep it please fix the configuration so that re-starting 
the service will work.

Since it seems likely to me that this is a local configuration problem,
rather than a bug in Ubuntu, I'm marking this bug as Incomplete.

If indeed this is a local configuration problem, you can find pointers
to get help for this sort of problem here:
http://www.ubuntu.com/support/community

Or if you believe that this is really a bug, then you may find it
helpful to read "How to report bugs effectively"
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
if you would then provide a more complete description of the problem,
explain why you believe this is a bug in Ubuntu rather than a problem
specific to your system, and then change the bug status back to New.

** Changed in: php7.4 (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/1907681

Title:
  package php7.4-fpm 7.4.9-1ubuntu1.1 failed to install/upgrade:
  installed php7.4-fpm package post-installation script subprocess
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.4/+bug/1907681/+subscriptions

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

[Bug 1907656] Re: [UBUNTU 21.04] s390x/s390-virtio-ccw: Reset PCI devices during subsystem reset

2020-12-11 Thread Christian Ehrhardt 
Thank you, that contains all I need for the SRU later on!

The work on qemu 5.2 for hirsute will take a bit more time, but I've added the 
bug to the changelog.
So once it completes this bug will be auto-updated.

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

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

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

Title:
  [UBUNTU 21.04] s390x/s390-virtio-ccw: Reset PCI devices during
  subsystem reset

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

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

[Bug 1903230] Re: Mutter release 3.36.7

2020-12-11 Thread Daniel van Vugt
Yes, that's Ubuntu bug 1900906. You can see the list of fixes expected
here:

https://bugs.launchpad.net/ubuntu/+source/mutter/+bugs?field.searchtext=&orderby=-importance&field.status%3Alist=FIXRELEASED&field.tag
=fixed-in-3.36.7

** Bug watch removed: gitlab.gnome.org/GNOME/mutter/-/issues #1413
   https://gitlab.gnome.org/GNOME/mutter/-/issues/1413

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

Title:
  Mutter release 3.36.7

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

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

[Bug 1876715] Comment bridged from LTC Bugzilla

2020-12-11 Thread bugproxy
*** This bug is a duplicate of bug 1877089 ***
https://bugs.launchpad.net/bugs/1877089

--- Comment From thorsten.di...@de.ibm.com 2020-12-11 03:34 EDT---
Version of zfcpdump-kernel is 5.4-0ubuntu1.

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

Title:
  [UBUNTU 20.04] zfcpdump-kernel package has different name for
  dumpkernel image than zipl expects

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

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

[Bug 1809957] Re: package tftpd-hpa 5.2+20150808-1ubuntu3 failed to install/upgrade: installed tftpd-hpa package post-installation script subprocess returned error exit status 1

2020-12-11 Thread Christian Ehrhardt 
>From your log:

Job for tftpd-hpa.service failed because the control process exited with error 
code.
See "systemctl status tftpd-hpa.service" and "journalctl -xe" for details.
invoke-rc.d: initscript tftpd-hpa, action "start" failed.
● tftpd-hpa.service - LSB: HPA's tftp server
   Loaded: loaded (/etc/init.d/tftpd-hpa; generated)
   Active: failed (Result: exit-code) since Fri 2018-12-28 
11:16:29 +04; 23ms ago
 Docs: man:systemd-sysv-generator(8)
  Process: 3720 ExecStart=/etc/init.d/tftpd-hpa start (code=exited, 
status=71)


That doesn't tell much but that the job failed.
As already shown in that prompt you'd need to check why the service failed.
In most cases that is a configuration issue on the system, that once fixed 
allows proper installs/upgrades again.

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

Title:
  package tftpd-hpa 5.2+20150808-1ubuntu3 failed to install/upgrade:
  installed tftpd-hpa package post-installation script subprocess
  returned error exit status 1

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

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

[Bug 1877089] Comment bridged from LTC Bugzilla

2020-12-11 Thread bugproxy
--- Comment From thorsten.di...@de.ibm.com 2020-12-11 03:37 EDT---
Hi Dimitri, now I understood.
As mentioned in  LP1876715 (LTC 185713) in my last recent comments, the naming 
problem is fixed with zfcpdump-kernel 5.4-0ubuntu1.

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

Title:
  zfcpdump kernel can not be IPLed, wrong file name

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

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

[Bug 1876352] Re: [ubuntu-dock] App Grid icons out of alignment when opening from overview

2020-12-11 Thread plum
Updated to latest version and this bug still here.

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

Title:
  [ubuntu-dock] App Grid icons out of alignment when opening from
  overview

To manage notifications about this bug go to:
https://bugs.launchpad.net/dash-to-dock/+bug/1876352/+subscriptions

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

[Bug 1809957] Re: package tftpd-hpa 5.2+20150808-1ubuntu3 failed to install/upgrade: installed tftpd-hpa package post-installation script subprocess returned error exit status 1

2020-12-11 Thread Christian Ehrhardt 
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

On upgrading a service this service has to be restarted to pick up the fixes.
Rather rarely a real issue occurs that the newer version does e.g. fail with 
the formerly working configuration.
But most of the time what happens is, that a service was installed, but stays 
unconfigured or experimented with but left in a broken state.

Now on any update of the related packages that service has to be restarted, but 
since its config is incomplete/faulty it fails to restart.
Therefore the update of that package has to consider itself incomplete.

Depending on your particular case there are two solutions:
- either remove the offending package if you don't want to continue using it.
- Or if you do want to keep it please fix the configuration so that re-starting 
the service will work.

Since it seems likely to me that this is a local configuration problem,
rather than a bug in Ubuntu, I'm marking this bug as Incomplete.

If indeed this is a local configuration problem, you can find pointers
to get help for this sort of problem here:
http://www.ubuntu.com/support/community

Or if you believe that this is really a bug, then you may find it
helpful to read "How to report bugs effectively"
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
if you would then provide a more complete description of the problem,
explain why you believe this is a bug in Ubuntu rather than a problem
specific to your system, and then change the bug status back to New.

** Changed in: tftp-hpa (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/1809957

Title:
  package tftpd-hpa 5.2+20150808-1ubuntu3 failed to install/upgrade:
  installed tftpd-hpa package post-installation script subprocess
  returned error exit status 1

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

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

[Bug 1907694] Re: package rabbitmq-server 3.8.2-0ubuntu1.1 failed to install/upgrade: installed rabbitmq-server package post-installation script subprocess returned error exit status 1

2020-12-11 Thread Christian Ehrhardt 
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

On upgrading a service this service has to be restarted to pick up the fixes.
Rather rarely a real issue occurs that the newer version does e.g. fail with 
the formerly working configuration.
But most of the time what happens is, that a service was installed, but stays 
unconfigured or experimented with but left in a broken state.

Now on any update of the related packages that service has to be restarted, but 
since its config is incomplete/faulty it fails to restart.
Therefore the update of that package has to consider itself incomplete.

Depending on your particular case there are two solutions:
- either remove the offending package if you don't want to continue using it.
- Or if you do want to keep it please fix the configuration so that re-starting 
the service will work.

Since it seems likely to me that this is a local configuration problem,
rather than a bug in Ubuntu, I'm marking this bug as Incomplete.

If indeed this is a local configuration problem, you can find pointers
to get help for this sort of problem here:
http://www.ubuntu.com/support/community

Or if you believe that this is really a bug, then you may find it
helpful to read "How to report bugs effectively"
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
if you would then provide a more complete description of the problem,
explain why you believe this is a bug in Ubuntu rather than a problem
specific to your system, and then change the bug status back to New.

** Changed in: rabbitmq-server (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/1907694

Title:
  package rabbitmq-server 3.8.2-0ubuntu1.1 failed to install/upgrade:
  installed rabbitmq-server package post-installation script subprocess
  returned error exit status 1

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

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

[Bug 1827452] Re: null pointer dereference in uvcvideo

2020-12-11 Thread John Boero
Yes this was the original thread.  Alan was helpful and responsive but
in the end he suggested I contact the uvcvideo maintainers which I did
and got nowhere.

https://lore.kernel.org/linux-
usb/20201123152654.gb708...@rowland.harvard.edu/#t

The 2nd patch was to uvcvideo maintainers Laurent Pinchart and linux-
me...@vger.kernel.org and isn't archived.  Maybe it never got through?

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

Title:
  null pointer dereference in uvcvideo

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

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

[Bug 1907694] Re: package rabbitmq-server 3.8.2-0ubuntu1.1 failed to install/upgrade: installed rabbitmq-server package post-installation script subprocess returned error exit status 1

2020-12-11 Thread Christian Ehrhardt 
Hi,
here from your log:
Job for rabbitmq-server.service failed because the control process exited with 
error code.
See "systemctl status rabbitmq-server.service" and "journalctl -xe" for details.

The attached files and the report do not hold much else to help.
In most cases these issues are due to a local configuration (from changed 
config files via conflicting ports to out of space and a lot others) that makes 
the service non re-startable.

As the error suggests you'd need to check the status of (the failed) service 
and see "why" it is failing. That will help you to fix whatever is the issue 
for you.
Once that is resolved install/upgrades will work fine again.

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

Title:
  package rabbitmq-server 3.8.2-0ubuntu1.1 failed to install/upgrade:
  installed rabbitmq-server package post-installation script subprocess
  returned error exit status 1

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

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

[Bug 1877966] Re: Failed to build tp-smapi dkms on xenial-hwe 4.15 kernel

2020-12-11 Thread Lukas Waymann
I think we've only observed this build failure on machines that aren't
ThinkPads, which may be expected behavior. The tp-smapi-dkms package was
pulled in as a transitive, optional dependency of plainbox-provider-sru:

$ aptitude why tp-smapi-dkms
i   plainbox-provider-sru  Depends
plainbox-provider-certification-client
i A plainbox-provider-certification-client Recommends hdapsd

i A hdapsd Recommends tp-smapi-dkms | 
tp-smapi-source

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

Title:
  Failed to build tp-smapi dkms on xenial-hwe 4.15 kernel

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

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

[Bug 1907782] [NEW] ERROR Service took too long to respond. Disconnecting client.

2020-12-11 Thread Lars
Public bug reported:

Hi Team!

I saw the other bug which happened, when bpool is not imported, but my
bpool is imported, so I think it is another problem and so another bug.

I am running ubunto focal (20.04.1) with zsys 0.4.8.

When I do

  /sbin/zsysctl -vvv boot commit

I get

...
DEBUG ZFS: ending transaction  
DEBUG ZFS: transaction done
DEBUG ZFS: transaction done
ZSys is adding automatic system snapshot to GRUB menu
DEBUG Sourcing file `/etc/default/grub'
DEBUG Sourcing file `/etc/default/grub.d/init-select.cfg' 
DEBUG Generating grub configuration file ...   
DEBUG  
level=debug msg="Didn't receive any information from service in 30s"
level=error msg="Service took too long to respond. Disconnecting client."

Iported zpools:
# zpool list
NAMESIZE  ALLOC   FREE  CKPOINT  EXPANDSZ   FRAGCAP  DEDUPHEALTH  
ALTROOT
bpool  1,88G   717M  1,17G- -  -37%  1.00xONLINE  -
rpool   944G   570G   374G- -14%60%  1.00xONLINE  -

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

** Attachment added: "/sbin/zsysctl -vvv boot commit"
   
https://bugs.launchpad.net/bugs/1907782/+attachment/5442715/+files/zsysctl_boot_commit.out

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

Title:
  ERROR Service took too long to respond. Disconnecting client.

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

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

[Bug 1907782] Re: ERROR Service took too long to respond. Disconnecting client.

2020-12-11 Thread Lars
Clicked too early :-)

Thanks in advance for take a look at my bug and have a nice day!

Lars

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

Title:
  ERROR Service took too long to respond. Disconnecting client.

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

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

[Bug 1880522] Re: CONFIG_NF_TABLES is not enabled in linux-image-5.4.0-1009-kvm

2020-12-11 Thread Po-Hsu Lin
Hello Louis,

I can see this CONFIG_NF_TABLES got enabled in 5.4 KVM kernel now.

$ grep CONFIG_NF_TABLES /boot/config-5.4.0-1026-kvm 
CONFIG_NF_TABLES=m
CONFIG_NF_TABLES_SET=m
CONFIG_NF_TABLES_INET=y
CONFIG_NF_TABLES_NETDEV=y
CONFIG_NF_TABLES_IPV4=y
CONFIG_NF_TABLES_ARP=y
CONFIG_NF_TABLES_IPV6=y
CONFIG_NF_TABLES_BRIDGE=m

Therefore I am going to close this bug, please feel free to open a new one if 
this is still not working for you.
Thanks

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

** Changed in: linux-kvm (Ubuntu Focal)
   Status: Confirmed => Fix Released

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

Title:
  CONFIG_NF_TABLES is not enabled in linux-image-5.4.0-1009-kvm

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

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

[Bug 1877089] Re: zfcpdump kernel can not be IPLed, wrong file name

2020-12-11 Thread Frank Heimes
Ok, in this case I'll set the tag to done - thx Thorsten

** Tags removed: verification-needed verification-needed-focal
** Tags added: verification-done verification-done-focal

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

Title:
  zfcpdump kernel can not be IPLed, wrong file name

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

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

[Bug 1827452] Re: null pointer dereference in uvcvideo

2020-12-11 Thread John Boero
There it is: https://lore.kernel.org/linux-
media/CAO5W59geLtP7kHJkW=ELusAcd9==ceqhsuzznukfradtkxz...@mail.gmail.com/

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

Title:
  null pointer dereference in uvcvideo

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

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

[Bug 1907728] Re: pycodestyle error E741 in source

2020-12-11 Thread Julian Andres Klode
Again, this patch is invalid, you don't ship debian/patches in native
packages, and they're not applied during the build anyway.

** Tags removed: patch

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

Title:
  pycodestyle error E741 in source

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

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

[Bug 1907729] Re: pycodestyle error E741 in source

2020-12-11 Thread Julian Andres Klode
Again, this patch is invalid, it only contains a changelog entry.

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

Title:
  pycodestyle error E741 in source

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

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

[Bug 1907728] Re: pycodestyle error E741 in source

2020-12-11 Thread Julian Andres Klode
When you have provided a proper debdiff against ubuntu-release-upgrader
1:20.04.29, please subscribe sponsors team again.

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

Title:
  pycodestyle error E741 in source

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

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

[Bug 1907729] Re: pycodestyle error E741 in source

2020-12-11 Thread Julian Andres Klode
Please resubscribe sponsors after you have a proper debdiff against
1.0.2-0ubuntu1

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

Title:
  pycodestyle error E741 in source

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

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

[Bug 1907727] Re: pycodestyle error E741 in source

2020-12-11 Thread Julian Andres Klode
There are no changes in that debdiff except for adding a header to the
patch file and updating a couple of po files. There should not be patch
files in there in the first place, this is a native package.

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

Title:
  pycodestyle error E741 in source

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

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

[Bug 1907727] Re: pycodestyle error E741 in source

2020-12-11 Thread Julian Andres Klode
Please resubscribe sponsors after providing a proper debdiff against
version 1:20.04.10.1.

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

Title:
  pycodestyle error E741 in source

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

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

[Bug 1894972] Re: test_520_config_random_trust_cpu in ubuntu_qrt_kernel_security failed with Groovy KVM kernel

2020-12-11 Thread Po-Hsu Lin
Passed with 5.8.0-1012.13-kvm
Closing this bug.

** Changed in: ubuntu-kernel-tests
   Status: New => Fix Released

** Changed in: linux-kvm (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/1894972

Title:
  test_520_config_random_trust_cpu in ubuntu_qrt_kernel_security failed
  with Groovy KVM kernel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1894972/+subscriptions

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

[Bug 1653351]

2020-12-11 Thread Bugzilla2007
*** Bug 1585532 has been marked as a duplicate of this bug. ***

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

Title:
  Have option to not automatically open next email

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

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

[Bug 1653351]

2020-12-11 Thread Bugzilla2007
*** Bug 1681092 has been marked as a duplicate of this bug. ***

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

Title:
  Have option to not automatically open next email

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

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

[Bug 1065126]

2020-12-11 Thread Gijskruitbosch+bugs
*** Bug 1679561 has been marked as a duplicate of this bug. ***

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

Title:
  "Always do this from now on" does not work

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

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

[Bug 1907786] [NEW] KDE Connect detects phones but won't detect other computers

2020-12-11 Thread Mauro
Public bug reported:

I have two desktop with Kubuntu and one smartphone, all are equipped
with kdeconnect.

Until Kubuntu 20.04 all devices were paired and each one could see the
other.

Since Kubuntu 20.10, desktops can see the smartphone, the smartphone can
see both the desktops, but one desktop can't see the other desktop and
vice-versa.

I tried to purge kdeconnect, same result.

One curious thing: if I try to search for new devices from one desktop,
it seems to find the other one, as for an instant its name shows in the
list, but it disappears immediately!

I'm able to pair two desktop (Kubuntu 20.10 - let's say PC1 and Kubuntu
20.04 - let's say PC2) in my Home network. When I go to my company
network, I can't pair my desktop PC1 (same as above) with another
Kubuntu 20.10 (let's say PC3). No firewall on both PC1 and PC3, no
firewall on the Network. On the same Company Network, PC1 and PC3 paired
correctly until Kubuntu 20.04.

** Affects: kdeconnect (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/1907786

Title:
  KDE Connect detects phones but won't detect other computers

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

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

[Bug 1883175] Re: Missing code linter support for python3.8 language features

2020-12-11 Thread Julian Andres Klode
None of the patches were valid. They were either empty and/or against
obsolete versions.

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

Title:
  Missing code linter support for python3.8 language features

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

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

[Bug 1899832] Re: CONFIG options for (ipip, sit) should not be built-in to the KVM kernels

2020-12-11 Thread Po-Hsu Lin
** Changed in: linux-kvm (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  CONFIG options for (ipip, sit) should not be built-in to the KVM
  kernels

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

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

[Bug 1883175] Re: Missing code linter support for python3.8 language features

2020-12-11 Thread Julian Andres Klode
Also they all had wrong version numbers in changelog and associated
release information.

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

Title:
  Missing code linter support for python3.8 language features

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

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

[Bug 1883175] Re: Missing code linter support for python3.8 language features

2020-12-11 Thread Julian Andres Klode
We really should have backported the parser changes for 3.8, and not the
entire pycodestyle. Tons of stuff has test suites that use pycodestyle
and start failing on new versions.

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

Title:
  Missing code linter support for python3.8 language features

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

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

[Bug 1883175] Re: Missing code linter support for python3.8 language features

2020-12-11 Thread Julian Andres Klode
The autopkgtest failures only tell half the story, other packages more
wisely only end up running pyflakes in pep8; and pushing out a ton of
SRUs like this to users when they don't actually care about them is just
annoying.

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

Title:
  Missing code linter support for python3.8 language features

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

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

[Bug 1883175] Re: Missing code linter support for python3.8 language features

2020-12-11 Thread Julian Andres Klode
Alternatively, revert the new error changes in pycodestyle/flake8
instead of patching up unrelated packages to fix breakage from the SRU
and annoy users with updates they don't need.

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

Title:
  Missing code linter support for python3.8 language features

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

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

[Bug 1901656] Re: [MIR] oem-sutton.simon-adken-meta

2020-12-11 Thread Bin Li
** Changed in: oem-sutton.simon-bailee-meta (Ubuntu Focal)
   Status: Fix Committed => Fix Released

** Changed in: oem-priority
   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/1901656

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

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

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

[Bug 1901137] Re: UEFI on Legacy - grub-install fails due to no space left on ESP

2020-12-11 Thread Plurtu
Even the most straight-forward option "Erase disk and install Ubuntu"
failed for me on non-UEFI system when installing from USB. I noticed
that 20.04 created a single bootable partition while 20.10 creates
additional BIOS Boot and EFI System partitions.

The Bug #1893964 Comment #8 workaround (doing grub-install manually)
worked for me but after updating I still had to correct /etc/fstab for
the /boot/efi device partition.

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

Title:
  UEFI on Legacy - grub-install fails due to no space left on ESP

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

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

[Bug 1907789] [NEW] 2.35.50 breaks ld -no-pie

2020-12-11 Thread Christian Ehrhardt 
Public bug reported:

The qemu build reaches (and always did) a step where it tries to link some
img files. That is done via the command:
  $ ld -m elf_i386 -T /<>/pc-bios/optionrom//flat.lds -no-pie -s 
-o multiboot.img multiboot.o

Recently that still works in Debian [1] but no more in Ubuntu [2].

I think that the new binutils broke me.
In hirsute proposed those are at 2.35.50.20201210-0ubuntu1

The issue is easily isolated, and by copying the two files around I
found the following:

Hirsute: 2.35.50.20201210-0ubuntu1 - bad
Hirsute: 2.35.50.20201207-0ubuntu1 - bad
Sid: 2.35.1-4  - good
Groovy:  2.35.1-1ubuntu1   - good
Focal:   2.34-6ubuntu1 - good

I'll attach these two files to the bug, just thro them into a directory and
run the command:
 $ ld -m elf_i386 -T ./flat.lds -no-pie -s -o linuxboot.img linuxboot.o

If that is an intentional change please guide how this is now supposed
to work.

[1]: 
https://buildd.debian.org/status/fetch.php?pkg=qemu&arch=amd64&ver=1%3A5.2%2Bdfsg-2&stamp=1607598738&raw=1
[2]: 
https://launchpadlibrarian.net/510801929/buildlog_ubuntu-hirsute-amd64.qemu_1%3A5.2+dfsg-2ubuntu1~ppa2_BUILD

** Affects: binutils (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/1907789

Title:
  2.35.50 breaks ld -no-pie

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

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

[Bug 1907789] Re: 2.35.50 breaks ld -no-pie

2020-12-11 Thread Christian Ehrhardt 
** Attachment added: "flat.lds - build artifact to re-create the issue"
   
https://bugs.launchpad.net/ubuntu/+source/binutils/+bug/1907789/+attachment/5442723/+files/flat.lds

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

Title:
  2.35.50 breaks ld -no-pie

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

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

[Bug 1907789] Re: 2.35.50 breaks ld -no-pie

2020-12-11 Thread Christian Ehrhardt 
** Attachment added: "linuxboot.o - build artifact to re-create the issue"
   
https://bugs.launchpad.net/ubuntu/+source/binutils/+bug/1907789/+attachment/5442724/+files/linuxboot.o

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

Title:
  2.35.50 breaks ld -no-pie

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

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

[Bug 1904529] Re: Losing port aggregate with 802.3ad port-channel/bonding aggregation on reboot

2020-12-11 Thread Kleber Sacilotto de Souza
** Also affects: linux (Ubuntu Bionic)
   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/1904529

Title:
  Losing port aggregate with 802.3ad port-channel/bonding aggregation on
  reboot

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

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

[Bug 1907790] [NEW] error while loading shared libraries

2020-12-11 Thread Robert Heel
Public bug reported:

Symbolic links are missing. Solved with
sudo ln -s /usr/lib/libniftiio.so.0.0.0.0 /usr/lib/libniftiio.so.2
sudo ln -s /usr/lib/libznz.so.0.0.0.0 /usr/lib/libznz.so.2

ProblemType: Bug
DistroRelease: Ubuntu 20.10
Package: medcon 0.16.1+dfsg-1
ProcVersionSignature: Ubuntu 5.8.0-31.33-generic 5.8.17
Uname: Linux 5.8.0-31-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu50.2
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: KDE
Date: Fri Dec 11 11:02:12 2020
InstallationDate: Installed on 2019-11-27 (379 days ago)
InstallationMedia: Kubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
SourcePackage: xmedcon
UpgradeStatus: Upgraded to groovy on 2020-10-23 (48 days ago)

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


** Tags: amd64 apport-bug groovy

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

Title:
  error while loading shared libraries

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

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

[Bug 1907790] Re: error while loading shared libraries

2020-12-11 Thread Robert Heel
I've installed only package medcon, not able to select it in launchpad.

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

Title:
  error while loading shared libraries

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

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

[Bug 1904529] Re: Losing port aggregate with 802.3ad port-channel/bonding aggregation on reboot

2020-12-11 Thread Kleber Sacilotto de Souza
Hello Xiyue Wang,

Could you please try the latest bionic kernel from -proposed? The
version would be linux-generic 4.15.0.128.115.

Following are instructions on how to enable proposed:
https://wiki.ubuntu.com/Testing/EnableProposed

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/1904529

Title:
  Losing port aggregate with 802.3ad port-channel/bonding aggregation on
  reboot

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

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

[Bug 1897963] Re: Cherry Pick needed for Critical upstream patch for Kernel null pointer dereference - usb-c altmode

2020-12-11 Thread Po-Hsu Lin
This commit 386e15a650447f53de3d2d8819ce9393f31650a4 can be found in
Hirsute as well. Closing this bug.

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

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

Title:
  Cherry Pick needed for Critical upstream patch for Kernel null pointer
  dereference - usb-c altmode

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

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

[Bug 1735677] Re: Elan touchpad not working (elan_i2c invalid report id data)

2020-12-11 Thread Po-Hsu Lin
I am going to close this bug base on comment #3 from Teodor, and the
fact the bug 1727544 is now fix-released.

Aan,
please open a new bug with command "ubuntu-bug linux" in a terminal window for 
your issue.
Thanks.

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

Title:
  Elan touchpad not working (elan_i2c invalid report id data)

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

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

[Bug 1907793] [NEW] First install of Mate 20.1. At the end " install GRUB /dev/sda/ " crashed. It seems an UBIQUITY bug. Fatal error. Install failed What I have to do ?

2020-12-11 Thread Gianfranco
Public bug reported:

 Description:   Ubuntu 20.10
Release:20.10

ProblemType: Bug
DistroRelease: Ubuntu 20.10
Package: ubiquity 20.10.13
ProcVersionSignature: Ubuntu 5.8.0-25.26-generic 5.8.14
Uname: Linux 5.8.0-25-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu50
Architecture: amd64
CasperMD5CheckResult: skip
CasperVersion: 1.455
Date: Fri Dec 11 10:12:39 2020
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu-mate.seed 
maybe-ubiquity quiet splash ---
LiveMediaBuild: Ubuntu-MATE 20.10 "Groovy Gorilla" - Release amd64 (20201022)
RebootRequiredPkgs:
 linux-image-5.8.0-25-generic
 linux-base
 linux-base
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


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

** Attachment added: "syslog&partman.7z"
   
https://bugs.launchpad.net/bugs/1907793/+attachment/5442731/+files/syslog%26partman.7z

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

Title:
  First install of Mate 20.1. At the end " install GRUB /dev/sda/ "
  crashed. It seems an UBIQUITY bug. Fatal error. Install failed What I
  have to do ?

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

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

[Bug 1907420] Re: certbot renew fails

2020-12-11 Thread Nigel Hathaway
In this function:

_normalize_host(host, scheme):

return six.ensure_str(
   b".".join([_idna_encode(label) for label in host.split(".")])
)

The parameter passed is b'acme-v02.api.letsencrypt.org', but
six.ensure_str() throws an exception with that parameter.

In six.ensure_str, I imagine this is what throws the exception

if not isinstance(s, (text_type, binary_type)):
   raise TypeError("not expecting type '%s'" % type(s))

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

Title:
  certbot renew fails

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

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

[Bug 1907212] Re: Power consumption regression after upgrade to 20.10 5.8.0-31-generic

2020-12-11 Thread George Kapetanos
Dmesg after booting with provided kernel
https://people.canonical.com/~khfeng/lp1907212/

High power consumption remains, `echo :01:00.1 | sudo tee
/sys/module/snd_hda_intel/drivers/pci:snd_hda_intel/unbind` works.

** Attachment added: "dmesg_5.8.0-35-generic.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1907212/+attachment/5442741/+files/dmesg_5.8.0-35-generic.txt

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

Title:
  Power consumption regression after upgrade to 20.10 5.8.0-31-generic

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

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

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-12-11 Thread Christian Ehrhardt 
Indeed, gcc-10.2.1 with qemu 5.2 no more breaks 100%.
Here a good build log
https://launchpadlibrarian.net/510811599/buildlog_ubuntu-hirsute-armhf.qemu_1%3A5.2+dfsg-2ubuntu1~ppa2_BUILDING.txt.gz

I'll need a few more builds anyway and will let you know.
As mentioned before that does lower severity, but not close the bug.

** Changed in: gcc-10 (Ubuntu)
   Status: New => Confirmed

** Changed in: gcc-10 (Ubuntu)
   Importance: Critical => Medium

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

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

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

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

[Bug 1907715] Re: Kernel 5.4.0.54.60 instalation failure on laptop HP EliteBook 8460p

2020-12-11 Thread Po-Hsu Lin
Hi,

in the warning message:

gzip: stdout: No space left on device


You might want to check your disk free space.

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

Title:
  Kernel 5.4.0.54.60 instalation failure on laptop HP EliteBook 8460p

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

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

[Bug 1907523] Re: selftests: ftrace: linux ADT test failure with linux 5.4.0-57.63 Focal

2020-12-11 Thread Po-Hsu Lin
** Also affects: ubuntu-kernel-tests
   Importance: Undecided
   Status: New

** Tags added: ubuntu-kernel-selftests

** Tags added: 5.4

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

Title:
  selftests: ftrace: linux ADT test failure with linux 5.4.0-57.63 Focal

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1907523/+subscriptions

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

[Bug 1907420] Re: certbot renew fails

2020-12-11 Thread Nigel Hathaway
Problem found. the package 'six' was installed both by pip3 and by apt.
The pip3 version in /usr/local/lib/python3.8/dist-packages/six.py was at
version 1.11.0, whereas the Ubuntu version is at 1.14.0

Removing the old version fixed the problem.

** Changed in: python-certbot (Ubuntu)
   Status: New => Invalid

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

Title:
  certbot renew fails

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

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

[Bug 1879633] Re: Killer 500s (QCA6390) WLAN/BT [17cb:1101] unavailable

2020-12-11 Thread You-Sheng Yang
@Lucas, thank you for testing. We're, however, experiencing an issue
that MHI device may become unresponsive after a few warm boots, ath11k
stops further attempt to init, and it takes a cold boot to resolve.
Reported.

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

Title:
  Killer 500s (QCA6390) WLAN/BT [17cb:1101] unavailable

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

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

[Bug 1907789] Re: 2.35.50 breaks ld -no-pie

2020-12-11 Thread Matthias Klose
** Changed in: binutils (Ubuntu)
   Status: New => Fix Committed

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

Title:
  2.35.50 breaks ld -no-pie

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

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

[Bug 1907786] Re: KDE Connect detects phones but won't detect other computers

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

** Changed in: kdeconnect (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/1907786

Title:
  KDE Connect detects phones but won't detect other computers

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

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

[Bug 1905865] Re: groovy/linux: 5.8.0-32.34 -proposed tracker

2020-12-11 Thread Ubuntu Kernel Bot
*** This bug is a duplicate of bug 1907576 ***
https://bugs.launchpad.net/bugs/1907576

** Changed in: kernel-sru-workflow/certification-testing
   Status: In Progress => Incomplete

** Changed in: kernel-sru-workflow/regression-testing
   Status: In Progress => Incomplete

** Changed in: kernel-sru-workflow/verification-testing
   Status: In Progress => Incomplete

** 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: Wednesday, 02. December 2020 11:58 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
automated-testing: Stalled -- testing FAILED
-   certification-testing: Ongoing -- testing in progress
+   certification-testing: Stalled -- testing FAILED
kernel-signoff: Stalled -- waiting for signoff
-   regression-testing: Ongoing -- testing in progress
+   regression-testing: Stalled -- testing FAILED
security-signoff: Stalled -- waiting for signoff
-   verification-testing: Ongoing -- testing in progress
+   verification-testing: Stalled -- testing FAILED
  synthetic:
:promote-to-as-proposed: Fix Released
  trackers:
focal/linux-hwe-5.8: bug 1905864
groovy/linux-aws: bug 1905853
groovy/linux-azure: bug 1905855
groovy/linux-gcp: bug 1905857
groovy/linux-kvm: bug 1905859
groovy/linux-oracle: bug 1905861
groovy/linux-raspi: bug 1905851
groovy/linux-riscv: bug 1905863
hirsute/linux: bug 1905849
  variant: debs
  versions:
lrm: 5.8.0-32.34
main: 5.8.0-32.34
meta: 5.8.0.32.37
signed: 5.8.0-32.34

** This bug has been marked a duplicate of bug 1907576
   groovy/linux: 5.8.0-34.37 -proposed tracker

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

Title:
  groovy/linux: 5.8.0-32.34 -proposed tracker

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

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

[Bug 1907798] [NEW] Crash during do-release-upgrade

2020-12-11 Thread Sandor Vroemisse
Public bug reported:

While doing a do-release upgrade from 18.04 to 20.04, I got an error.
The script wanted to install the Chromium snap and apparently while
doing that, it failed.

Original summary generated by Launchpad:

package chromium-browser 87.0.4280.66-0ubuntu0.18.04.1 failed to
install/upgrade: new chromium-browser package pre-installation script
subprocess returned error exit status 1

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: chromium-browser 87.0.4280.66-0ubuntu0.18.04.1
ProcVersionSignature: Ubuntu 4.15.0-126.129-generic 4.15.18
Uname: Linux 4.15.0-126-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.9-0ubuntu7.20
Architecture: amd64
DRM.card0-HDMI-A-1:
 enabled: disabled
 dpms: On
 status: disconnected
 edid-base64: 
 modes:
DRM.card0-HDMI-A-2:
 enabled: disabled
 dpms: On
 status: disconnected
 edid-base64: 
 modes:
DRM.card0-VGA-1:
 enabled: disabled
 dpms: Off
 status: connected
 edid-base64: 
 modes: 1024x768 800x600 800x600 848x480 640x480
Date: Fri Dec 11 11:37:46 2020
Desktop-Session:
 'None'
 'None'
 '/usr/local/share:/usr/share:/var/lib/snapd/desktop'
Env:
 'None'
 'None'
ErrorMessage: new chromium-browser package pre-installation script subprocess 
returned error exit status 1
InstallationDate: Installed on 2017-12-03 (1103 days ago)
InstallationMedia: Kubuntu 16.04.3 LTS "Xenial Xerus" - Release amd64 (20170801)
InstalledPlugins:
 
Load-Avg-1min: 0.65
Load-Processes-Running-Percent:   0.2%
MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-126-generic 
root=UUID=480b8792-a570-441d-b8c6-27b031b55c17 ro quiet splash vt.handoff=1
Python3Details: /usr/bin/python3.8, Python 3.8.5, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: /usr/bin/python2.7, Python 2.7.18, python-is-python2, 2.7.17-4
SourcePackage: chromium-browser
Title: package chromium-browser 87.0.4280.66-0ubuntu0.18.04.1 failed to 
install/upgrade: new chromium-browser package pre-installation script 
subprocess returned error exit status 1
UpgradeStatus: Upgraded to focal on 2020-12-11 (0 days ago)
dmi.bios.date: 01/11/2016
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: P2.60
dmi.board.name: FM2A88M Pro3+
dmi.board.vendor: ASRock
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP2.60:bd01/11/2016:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnFM2A88MPro3+:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
dmi.product.family: To Be Filled By O.E.M.
dmi.product.name: To Be Filled By O.E.M.
dmi.product.version: To Be Filled By O.E.M.
dmi.sys.vendor: To Be Filled By O.E.M.
modified.conffile..etc.default.chromium-browser: [deleted]

** Affects: chromium-browser (Ubuntu)
 Importance: Undecided
 Status: New


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

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

Title:
  Crash during do-release-upgrade

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

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

[Bug 1907798] Re: Crash during do-release-upgrade

2020-12-11 Thread Apport retracing service
** Package changed: ubuntu => chromium-browser (Ubuntu)

** Tags removed: need-duplicate-check

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

Title:
  Crash during do-release-upgrade

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

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

[Bug 1857810] Re: osspd no longer works: ERR: failed to connect context, state=5 (Bad state)

2020-12-11 Thread Virus666
This is still an ongoing issue despite the fact there has been a new
Ubuntu release Ubuntu 20.10 (Groovy Gorilla).

@warp99
https://bugs.launchpad.net/ubuntu/+source/osspd/+bug/1857810/comments/4

This suggests using osspd-alsa but it's pretty much the same with alsa-
oss (aoss) which causes crackling/popping noises and echoes on OSS mode
of ETQW, most probably due to OSS to ALSA to PulseAudio nature of the
process.

ETQW (OSS) with osspd-pulseaudio:

-- OSS Sound Initialization --
WARNING: failed to open output sound device '/dev/dsp': Input/output error
WARNING: sound subsystem disabled
--


@ventman https://bugs.launchpad.net/ubuntu/+source/osspd/+bug/1857810/comments/7

Installing and utilizing libpulsedsp:i386 does make sense and indeed it
returned a different warning but the result is the same, no sound on
ETQW (OSS).

ETQW (OSS) with libpulsedsp:i386:


-- OSS Sound Initialization --
opened sound device '/dev/dsp'
ioctl SNDCTL_SYSINFO failed: Invalid argument
this ioctl is only available in OpenSound.com's OSS implementation. If you run 
Linux kernel OSS or Alsa OSS, don't bother.
WARNING: ioctl OSS_GETVERSION failed
close sound device
WARNING: sound subsystem disabled
--

I am able to get sound with ALSA mode of ETQW but it has issues with
microphone, therefore I need to use OSS mode of the game that seems to
not working due to osspd-pulseaudio and libpulsedsp:i386 failure. Is
there any progress on the issue?

** Attachment added: "ETQW (OSS) with osspd-pulseaudio (full).txt"
   
https://bugs.launchpad.net/ubuntu/+source/osspd/+bug/1857810/+attachment/5442742/+files/ETQW%20%28OSS%29%20with%20osspd-pulseaudio%20%28full%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/1857810

Title:
  osspd no longer works: ERR: failed to connect context, state=5 (Bad
  state)

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

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

[Bug 1857810] Re: osspd no longer works: ERR: failed to connect context, state=5 (Bad state)

2020-12-11 Thread Virus666
** Attachment added: "ETQW (OSS) with libpulsedsp:i386 (full).txt"
   
https://bugs.launchpad.net/ubuntu/+source/osspd/+bug/1857810/+attachment/5442743/+files/ETQW%20%28OSS%29%20with%20libpulsedsp%3Ai386%20%28full%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/1857810

Title:
  osspd no longer works: ERR: failed to connect context, state=5 (Bad
  state)

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

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

[Bug 1907786] Re: KDE Connect detects phones but won't detect other computers

2020-12-11 Thread dyug
this bug also occurs kde neon and kde 20.04

apt show kdeconnect
Package: kdeconnect
Version: 1.4-0ubuntu5

apt show kdeconnect
Package: kdeconnect
Version: 20.08.3-0xneon+20.04+focal+build11

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

Title:
  KDE Connect detects phones but won't detect other computers

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

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

[Bug 1907212] Re: Power consumption regression after upgrade to 20.10 5.8.0-31-generic

2020-12-11 Thread Kai-Heng Feng
What's the "runtime_status" and "control" of device :01:00.1?

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

Title:
  Power consumption regression after upgrade to 20.10 5.8.0-31-generic

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

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

[Bug 1900584] Re: Regression: suspend/wake-up no longer working properly

2020-12-11 Thread Kai-Heng Feng
>From the nvidia package maintainer "it looks like the user installed the
driver through the nvidia installer, and then used our packages. The
perfect recipe for disaster."

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

Title:
  Regression: suspend/wake-up no longer working properly

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

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

[Bug 1896506] Re: keepalived_use_no_track default=True breaks bionic deploys

2020-12-11 Thread Slawek Kaplonski
** Tags removed: neutron-proactive-backport-potential

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

Title:
  keepalived_use_no_track default=True breaks bionic deploys

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

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

[Bug 1891673] Re: qrouter ns ip rules not deleted when fip removed from vm

2020-12-11 Thread Slawek Kaplonski
** Tags removed: neutron-proactive-backport-potential

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

Title:
  qrouter ns ip rules not deleted when fip removed from vm

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

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

[Bug 1907805] [NEW] Text annotation exported to pdf not readable on iPad

2020-12-11 Thread Peter Glässel
Public bug reported:

Bug appeared about 10 days ago. 
The text characters show as empty boxes on an iPad (uptodate, iPad air 2), 
opening pdf from mail attachment.

I can detect the following differences in exported PDFs before and after bug:
pdffonts: toUnicodemap was 'yes' before, now 'no'
pdfinfo: the lines

Producer:   cairo 1.15.10 (http://cairographics.org)
CreationDate:   Wed Nov 18 15:12:28 2020 CET

are now missing.

Export with 'legacy pdf export' has no effect.

  Best ... Peter Glassel

I am on Ubuntu 18.04.5 LTS

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: xournal 1:0.4.8-1build1
ProcVersionSignature: Ubuntu 4.15.0-126.129-generic 4.15.18
Uname: Linux 4.15.0-126-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.20
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Fri Dec 11 11:56:41 2020
InstallationDate: Installed on 2020-04-24 (230 days ago)
InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
SourcePackage: xournal
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug bionic

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

Title:
  Text annotation exported to pdf not readable on iPad

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

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

[Bug 1906922] Re: Unpredictable behaviour on conflicting flow actions

2020-12-11 Thread Launchpad Bug Tracker
** Merge proposal linked:
   
https://code.launchpad.net/~fnordahl/ubuntu/+source/ovn/+git/ovn/+merge/394584

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

Title:
  Unpredictable behaviour on conflicting flow actions

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

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

[Bug 1907081] Re: Clustered OVN database is not upgraded on package upgrade

2020-12-11 Thread Launchpad Bug Tracker
** Merge proposal linked:
   
https://code.launchpad.net/~fnordahl/ubuntu/+source/ovn/+git/ovn/+merge/394584

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

Title:
  Clustered OVN database is not upgraded on package upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-ovn-central/+bug/1907081/+subscriptions

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

[Bug 1907081] Re: Clustered OVN database is not upgraded on package upgrade

2020-12-11 Thread Frode Nordahl
** Changed in: ovn (Ubuntu)
   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/1907081

Title:
  Clustered OVN database is not upgraded on package upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-ovn-central/+bug/1907081/+subscriptions

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

[Bug 1824905] Re: Provide user feedback when running ubuntu-drivers [was:Long pause when selecting 3rd party drivers during install]

2020-12-11 Thread Łukasz Zemczak
This is now merged into lp:ubiquity. We should have it released with the
next ubiquity upload.

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

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

Title:
  Provide user feedback when running ubuntu-drivers [was:Long pause when
  selecting 3rd party drivers during install]

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

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

[Bug 1473723] Re: Elantech 0501 touch pad bug

2020-12-11 Thread Colin Watson
** Package changed: linux-kernel (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/1473723

Title:
  Elantech 0501 touch pad bug

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

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

[Bug 1907808] [NEW] my mouse isnt alway working

2020-12-11 Thread Felix Semler
Public bug reported:

I am using a macbook pro for this ubuntu distro on a 61 gb partition.
I realize macbooks are terrible for linux however I felt like giving it a try, 
the trackpad was working on some start ups but seems not to be anymore at all. 
I saw online that reporting this issue is possible from terminal, so i figured 
it would be the correct thing to do.
Anyway I shall try to find a solution now

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: linux-image-5.4.0-54-generic 5.4.0-54.60
ProcVersionSignature: Ubuntu 5.4.0-54.60-generic 5.4.65
Uname: Linux 5.4.0-54-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.13
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  felix  1036 F pulseaudio
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Fri Dec 11 12:30:12 2020
InstallationDate: Installed on 2020-12-10 (0 days ago)
InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
Lsusb:
 Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Lsusb-t:
 /:  Bus 04.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/2p, 1M
 /:  Bus 03.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/2p, 480M
 /:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/6p, 5000M
 /:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/12p, 480M
MachineType: Apple Inc. MacBookPro14,1
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcFB: 0 i915drmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-54-generic 
root=UUID=18a8c951-82bf-4733-8f17-b447f26b0e8e ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-5.4.0-54-generic N/A
 linux-backports-modules-5.4.0-54-generic  N/A
 linux-firmware1.187.6
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 10/19/2020
dmi.bios.vendor: Apple Inc.
dmi.bios.version: 429.50.1.0.0
dmi.board.name: Mac-B4831CEBD52A0C4C
dmi.board.vendor: Apple Inc.
dmi.board.version: MacBookPro14,1
dmi.chassis.type: 9
dmi.chassis.vendor: Apple Inc.
dmi.chassis.version: Mac-B4831CEBD52A0C4C
dmi.modalias: 
dmi:bvnAppleInc.:bvr429.50.1.0.0:bd10/19/2020:svnAppleInc.:pnMacBookPro14,1:pvr1.0:rvnAppleInc.:rnMac-B4831CEBD52A0C4C:rvrMacBookPro14,1:cvnAppleInc.:ct9:cvrMac-B4831CEBD52A0C4C:
dmi.product.family: MacBook Pro
dmi.product.name: MacBookPro14,1
dmi.product.version: 1.0
dmi.sys.vendor: Apple Inc.

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


** Tags: amd64 apport-bug focal wayland-session

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

Title:
  my mouse isnt alway working

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

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

[Bug 1907808] Status changed to Confirmed

2020-12-11 Thread Ubuntu Kernel Bot
This change was made by a bot.

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

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

Title:
  my mouse isnt alway working

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

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

[Bug 1907793] Re: First install of Mate 20.1. At the end " install GRUB /dev/sda/ " crashed. It seems an UBIQUITY bug. Fatal error. Install failed What I have to do ?

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

Bug reporting is mostly about finding & fixing problems thus preventing
future users from hitting the same bug.

For a Support site you can use https://answers.launchpad.net/ubuntu. You
can also find help with your problem in the support forum of your local
Ubuntu community http://loco.ubuntu.com/ or asking at
https://askubuntu.com or https://ubuntuforums.org, or for more support
options please look at https://discourse.ubuntu.com/t/community-
support/709

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

Title:
  First install of Mate 20.1. At the end " install GRUB /dev/sda/ "
  crashed. It seems an UBIQUITY bug. Fatal error. Install failed What I
  have to do ?

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

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

[Bug 1473723] Missing required logs.

2020-12-11 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 1473723

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/1473723

Title:
  Elantech 0501 touch pad bug

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

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

[Bug 1907809] [NEW] umount.davfs crashes permantenly

2020-12-11 Thread Manfred Alfare
Public bug reported:

https://termbin.com/cy3vj

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

** Attachment added: "crash.tar.gz"
   
https://bugs.launchpad.net/bugs/1907809/+attachment/5442790/+files/crash.tar.gz

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

Title:
  umount.davfs crashes permantenly

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

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

[Bug 1907308] Re: screen brightness up/down keys not working in LENOVO IdeaPad 5 15IIL05

2020-12-11 Thread Wladimir Mutel
$ sudo evtest 
No device specified, trying to scan all of /dev/input/event*
Available devices:
/dev/input/event0:  Lid Switch
/dev/input/event1:  Power Button
/dev/input/event2:  Sleep Button
/dev/input/event3:  AT Translated Set 2 keyboard
/dev/input/event4:  Video Bus
/dev/input/event5:  Ideapad extra buttons
/dev/input/event6:  MSFT0001:01 04F3:3140 Mouse
/dev/input/event7:  MSFT0001:01 04F3:3140 Touchpad
/dev/input/event8:  sof-hda-dsp Mic
/dev/input/event9:  sof-hda-dsp Headphone
/dev/input/event10: sof-hda-dsp HDMI/DP,pcm=3
/dev/input/event11: sof-hda-dsp HDMI/DP,pcm=4
/dev/input/event12: sof-hda-dsp HDMI/DP,pcm=5
/dev/input/event13: Integrated Camera: Integrated C
Select the device event number [0-13]:

tried to select 5, could not trigger any events from keyboard

tried to select 3, could trigger code 113 (KEY_MUTE), code 114
(KEY_VOLUMEDOWN) and code 115 (KEY_VOLUMEUP) with Fn+F1/F2/F3,

_nothing happened_ with pressing Fn+F4 (picture: microphone off), Fn+F5
(picture: brightness down), Fn+F6 (picture: brightness up), Fn+F8
(picture: airplane mode), Fn+Insert (on the right from F12, picture:
star and letter S), Fn+PrtSc (picture: scissors and oval pointed cutout)

With Fn+F7 (picture: probably switch between local/external display),
^X@sp is printed in the terminal (Konsole), and the following events are
dumped :

Event: time 1607686644.627232, type 4 (EV_MSC), code 4 (MSC_SCAN), value 19
Event: time 1607686644.627232, type 1 (EV_KEY), code 25 (KEY_P), value 0
Event: time 1607686644.627232, -- SYN_REPORT 
Event: time 1607686644.632269, type 4 (EV_MSC), code 4 (MSC_SCAN), value db
Event: time 1607686644.632269, type 1 (EV_KEY), code 125 (KEY_LEFTMETA), value 0
Event: time 1607686644.632269, -- SYN_REPORT 

Fn+F9 (picture: cog wheel or sun) prints ^X@si and code 23 (KEY_I) in the dump,
Fn+F10 (picture: lock) prints ^X@sl and code 38 (KEY_L),
Fn+F11 (picture: bar with 3 squares within) generated ESC Tab (0x1b 0x9) codes
Fn+F12 (picture: calculator) generates code 140 (KEY_CALC)

multimedia keys above the Num field generated codes 164 (KEY_PLAYPAUSE),
166 (KEY_STOPCD), 165 (KEY_PREVIOUSSONG) and 163 (KEY_NEXTSONG),
accordingly

Fn+Space generated no events in evtest, but caused keyboard backlight
cycle through medium level, high level and back off.

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

Title:
  screen brightness up/down keys not working in LENOVO IdeaPad 5 15IIL05

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

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

[Bug 1899369] Re: ovn-controller: Disable ofctrl probe by default

2020-12-11 Thread Launchpad Bug Tracker
** Merge proposal linked:
   
https://code.launchpad.net/~fnordahl/ubuntu/+source/ovn/+git/ovn/+merge/395221

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

Title:
  ovn-controller: Disable ofctrl probe by default

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

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

[Bug 1907081] Re: Clustered OVN database is not upgraded on package upgrade

2020-12-11 Thread Launchpad Bug Tracker
** Merge proposal linked:
   
https://code.launchpad.net/~fnordahl/ubuntu/+source/ovn/+git/ovn/+merge/395221

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

Title:
  Clustered OVN database is not upgraded on package upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-ovn-central/+bug/1907081/+subscriptions

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

[Bug 1906922] Re: Unpredictable behaviour on conflicting flow actions

2020-12-11 Thread Launchpad Bug Tracker
** Merge proposal linked:
   
https://code.launchpad.net/~fnordahl/ubuntu/+source/ovn/+git/ovn/+merge/395221

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

Title:
  Unpredictable behaviour on conflicting flow actions

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

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

[Bug 1887968] Re: Pairing with Bluetooth LE mice fails on a Huawei Matebook 13 AMD laptop with Realtek RTL8822CE Wifi/Bluetooth combo adapter

2020-12-11 Thread Maksim Moskalik
I checked on kernel 5.9.12 Ubuntu 20.04 Huawei amd D13 , problem not
solved

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

Title:
  Pairing with Bluetooth LE mice fails on a Huawei Matebook 13 AMD
  laptop with Realtek RTL8822CE Wifi/Bluetooth combo adapter

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

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

[Bug 1902531] Re: [linux-azure] IP forwarding issue in netvsc

2020-12-11 Thread Marcelo Cerri
Hi, Joseph.

I've built test kernels for xenial:linux-azure, bionic:linux-azure-4.15
and focal:linux-azure. You can find them at:

https://kernel.ubuntu.com/~mhcerri/azure/lp1902531/

Inside each directory, I included all the kernel .deb files and also a
tarball containing the same .debs. The patches used for each kernel
version is also inside each directory.

Let me know if they work as expected.

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/1902531

Title:
  [linux-azure] IP forwarding issue in netvsc

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

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

[Bug 1899667] Re: LO can't send email, probably an apparmour problem

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

** Changed in: kmail (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/1899667

Title:
  LO can't send email, probably an apparmour problem

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

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

[Bug 1899667] Re: LO can't send email, probably an apparmour problem

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

** Changed in: libreoffice (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/1899667

Title:
  LO can't send email, probably an apparmour problem

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

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

[Bug 1899667] Re: LO can't send email, probably an apparmour problem

2020-12-11 Thread Robert Hrovat
The same happens on Ubuntu Gnome versions. It looks like apparmour problem. 
I did next steps to make it work:

ln -s /etc/apparmor.d/usr.lib.libreoffice.program.oosplash 
/etc/apparmor.d/disable/
apparmor_parser -R /etc/apparmor.d/usr.lib.libreoffice.program.oosplash 

ln -s /etc/apparmor.d/usr.lib.libreoffice.program.soffice.bin 
/etc/apparmor.d/disable/
apparmor_parser -R /etc/apparmor.d/usr.lib.libreoffice.program.soffice.bin 

ln -s /etc/apparmor.d/usr.lib.libreoffice.program.senddoc 
/etc/apparmor.d/disable/
apparmor_parser -R /etc/apparmor.d/usr.lib.libreoffice.program.senddoc 

And after that I had to replace sensible-lomua with thunderbird inside
LO Tools -> Settings -> Internet -> E-mail client.

I don't know why sensbile-lomua does not exist anymore and nothing else
works. Even if I put xdg-email or just thunderbird. Without apparmor
changes it does nothing.

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

Title:
  LO can't send email, probably an apparmour problem

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

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

[Bug 1900452] Re: /usr/bin/ubuntu-drivers:KeyError:__getitem__:/usr/bin/ubuntu-drivers@434:__call__:main:invoke:invoke:invoke:new_func:invoke:list:get_linux_modules_metapackage:get_linux_image_from_me

2020-12-11 Thread Alberto Milone
I can't reproduce the problem using the package in -proposed.

:~$ apt-cache policy ubuntu-drivers-common
ubuntu-drivers-common:
  Installed: 1:0.8.6.2
  Candidate: 1:0.8.6.2
  Version table:
 *** 1:0.8.6.2 500
500 http://archive.ubuntu.com/ubuntu groovy-proposed/main amd64 Packages
100 /var/lib/dpkg/status
 1:0.8.6.1 500
500 http://it.archive.ubuntu.com/ubuntu groovy/main amd64 Packages


:~$ ubuntu-drivers list
nvidia-driver-418-server, (kernel modules provided by 
linux-modules-nvidia-418-server-generic-hwe-20.04-edge)
nvidia-driver-455, (kernel modules provided by 
linux-modules-nvidia-455-generic-hwe-20.04-edge)
nvidia-driver-450-server, (kernel modules provided by 
linux-modules-nvidia-450-server-generic-hwe-20.04-edge)
nvidia-driver-450, (kernel modules provided by 
linux-modules-nvidia-450-generic-hwe-20.04-edge)
nvidia-driver-440-server, (kernel modules provided by 
linux-modules-nvidia-440-server-generic-hwe-20.04-edge)

:~$ ubuntu-drivers list --gpgpu
nvidia-driver-450, (kernel modules provided by 
linux-modules-nvidia-450-generic-hwe-20.04-edge)
nvidia-driver-418-server, (kernel modules provided by 
linux-modules-nvidia-418-server-generic-hwe-20.04-edge)
nvidia-driver-450-server, (kernel modules provided by 
linux-modules-nvidia-450-server-generic-hwe-20.04-edge)
nvidia-driver-440-server, (kernel modules provided by 
linux-modules-nvidia-440-server-generic-hwe-20.04-edge)
nvidia-driver-455, (kernel modules provided by 
linux-modules-nvidia-455-generic-hwe-20.04-edge)

** Tags removed: verification-needed verification-needed-groovy
** Tags added: verification-done verification-done-groovy

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

Title:
  /usr/bin/ubuntu-drivers:KeyError:__getitem__:/usr/bin/ubuntu-
  
drivers@434:__call__:main:invoke:invoke:invoke:new_func:invoke:list:get_linux_modules_metapackage:get_linux_image_from_meta:__getitem__

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

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

[Bug 1898057] Re: Infiniband transmit queue timeouts after upgrading to linux-hwe-5.4

2020-12-11 Thread Mikko Tanner
After a reboot of the whole fabric (switches and machines), this problem
has not resurfaced. Conceivably this could have been a transient error
state, so I will close this with "invalid".

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

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

Title:
  Infiniband transmit queue timeouts after upgrading to linux-hwe-5.4

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

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

[Bug 1907308] Re: screen brightness up/down keys not working in LENOVO IdeaPad 5 15IIL05

2020-12-11 Thread Kai-Heng Feng
Maybe ask this in Lenovo forum?

This is indeed a kernel issue, however we can't do much without physical
access...

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

Title:
  screen brightness up/down keys not working in LENOVO IdeaPad 5 15IIL05

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

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

[Bug 1907812] [NEW] Can't build simple OpenMP offloading programs on Ubuntu 20.10

2020-12-11 Thread Mehdi Chinoune
Public bug reported:

$cat prod.f90
program main
  implicit none
  integer, parameter :: sp = selected_real_kind(6,37)
  integer, parameter :: n = 4096
  real(sp), allocatable :: a(:), b(:), c(:), c2(:)
  integer :: i

  allocate( a(n), b(n), c(n) )
  
  c = 0._sp
  call random_number(a)
  call random_number(b)

  !$omp target teams map(to: a, b) map(from: c)
  !$omp distribute parallel do
  do i = 1, n
c(i) = a(i)*b(i)
  end do
  !$omp end target teams
  
  c2 = a*b
  
  print*, maxval( abs(c2-c) )
  
end program

$ gfortran -O3 -flto -fopenmp -foffload=nvptx-none prod.f90 -o test.x
/usr/bin/ld: /tmp/ccyvMF16.crtoffloadtable.o: warning: relocation against 
`__offload_vars_end' in read-only section `.rodata'
/usr/bin/ld: warning: creating DT_TEXTREL in a PIE

Ubuntu 20.10 x86_64
Xeon E3-1505m-v6
Nvidia Quadro M2200

That doesn't happen on Ubuntu 20.04

** Affects: gcc-10 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: offloading openmp

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

Title:
  Can't build simple OpenMP offloading programs on Ubuntu 20.10

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

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

[Bug 1907262] Re: raid10: discard leads to corrupted file system

2020-12-11 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the kernel in -proposed solves
the problem. Please test the kernel and update this bug with the
results. If the problem is solved, change the tag 'verification-needed-
groovy' to 'verification-done-groovy'. If the problem still exists,
change the tag 'verification-needed-groovy' to 'verification-failed-
groovy'.

If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!


** Tags added: verification-needed-groovy

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

Title:
  raid10: discard leads to corrupted file system

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

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

[Bug 1905632] Re: Touchpad not recognized

2020-12-11 Thread Kai-Heng Feng
[2.162691] platform idma64.0: failed to claim resource 0: [mem 
0x0800-0x0fff]
[2.162694] intel-lpss :00:15.0: Failed to add idma64, fallback to PIO

Please try kernel parameter "pci=nocrs".

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

Title:
  Touchpad not recognized

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

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

[Bug 1907813] [NEW] uwsgi-plugin-php segfault with version <2.0.19 & PHP 7.4

2020-12-11 Thread Peter Ludikovsky
Public bug reported:

`uwsgi-plugin-php` <2.0.19 in combination with PHP 7.4 segfaults. This
has been confirmed at the spource, see
https://github.com/unbit/uwsgi/issues/2096. A fix was also added to
2.0.19.

** Affects: uwsgi-plugin-php (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/1907813

Title:
  uwsgi-plugin-php segfault with version <2.0.19 & PHP 7.4

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

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

[Bug 1907798] Re: Crash during do-release-upgrade

2020-12-11 Thread Sandor Vroemisse
Turns out, a lingering install of chromium-browser-l10n may have caused
the problem:

# apt --fix-broken install
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
  fonts-hack-ttf gcc-8-base:i386 gir1.2-ibus-1.0 gnustep-base-common 
gnustep-base-runtime gnustep-common gstreamer1.0-gl guile-2.0-libs kio-gdrive 
libargon2-0 libboost-date-time1.65.1

(snip)

  vlc-plugin-visualization x11proto-damage-dev x11proto-fixes-dev
Use 'apt autoremove' to remove them.
The following packages will be REMOVED:
  chromium-browser-l10n
0 upgraded, 0 newly installed, 1 to remove and 618 not upgraded.
5 not fully installed or removed.
After this operation, 69.6 kB disk space will be freed.
Do you want to continue? [Y/n]
(Reading database ... 322207 files and directories currently installed.)
Removing chromium-browser-l10n (1:85.0.4183.83-0ubuntu0.20.04.2) ...
Setting up lm-sensors (1:3.6.0-2ubuntu1) ...
Setting up libglew2.1:amd64 (2.1.0-4) ...
Setting up sysstat (12.2.0-2) ...
Installing new version of config file /etc/init.d/sysstat ...
Installing new version of config file /etc/sysstat/sysstat ...
Installing new version of config file /etc/sysstat/sysstat.ioconf ...
Removing obsolete conffile /etc/profile.d/sysstat.sh ...
Setting up libglew-dev:amd64 (2.1.0-4) ...
Processing triggers for systemd (245.4-4ubuntu3.3) ...
Processing triggers for man-db (2.9.1-1) ...
Processing triggers for ureadahead (0.100.0-21) ...
ureadahead will be reprofiled on next reboot
Processing triggers for libc-bin (2.31-0ubuntu9.1) ...
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
  chromium-browser-l10n chromium-codecs-ffmpeg-extra fonts-hack-ttf 
gcc-8-base:i386 gir1.2-ibus-1.0 gnustep-base-common gnustep-base-runtime 
gnustep-common gstreamer1.0-gl guile-2.0-libs

(snip)

  vlc-plugin-samba vlc-plugin-video-splitter vlc-plugin-visualization 
x11proto-damage-dev x11proto-fixes-dev
Use 'apt autoremove' to remove them.
The following additional packages will be installed:
  chromium-browser
The following packages will be upgraded:
  chromium-browser
1 upgraded, 0 newly installed, 0 to remove and 617 not upgraded.
5 not fully installed or removed.
Need to get 0 B/48.3 kB of archives.
After this operation, 234 MB disk space will be freed.
Do you want to continue? [Y/n] ^C
# apt remove chromium-browser
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
 chromium-browser-l10n : Depends: chromium-browser (>= 
1:85.0.4183.83-0ubuntu0.20.04.2) but it is not going to be installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or 
specify a solution).
root@routert:~# apt --fix-broken install^C
root@routert:~# apt remove chromium-browser-l10n
Reading package lists... Done
Building dependency tree
Reading state information... Done
#

Somehow, apt still wanted to upgrade the chromium-browser packgage, so I 
removed that:
# apt remove chromium-browser

And after a dist-upgrade all appears to be working now.

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

Title:
  Crash during do-release-upgrade

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

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

[Bug 1907814] [NEW] This is not an official Ubuntu package. (but it was, yesterday!)

2020-12-11 Thread Birgit Edel
Public bug reported:

This is a special case of Bug 559345 somewhere between a question and a
request for better/more discoverable error message/documentation.

In apport, because thats what people encountering bugs are going to use.
In USN, because the one thing worse than no security notices is incorrect 
advice.
In the package changelog, because reverts are confusing enough already.

Proposed fix, among others:
Add two URLs to the apport error messages.
One to the relevant "https://changelogs.ubuntu.com/"; site which apt should 
still know, package in Relaase or not, which hopefully by then includes a note 
about a package rebuild to clarify the revert.
And another one to any relevant 
"https://ubuntu.com/security/notices/?details=package"; site, if you are able to 
keep the search URL stable long enough for that to reliably present a list of 
related USNs.

Background: `ubuntu-bug linux` will not let me report the kernel regression I 
ran into.. because the package went AWOL (linux-image-5.8.0-31-generic, 
linux-image-5.4.0-56-generic, .. as announced from 
https://ubuntu.com/security/notices/USN-4658-1)
Since I might now have two tentatively non-reproducible versions, one 
reproducible in between and presumably one upcoming that re-introduces the 
potentially responsible security backports, bisecting will be much easier with 
some knowledge of the order of backports applied.

** Affects: apport (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/1907814

Title:
  This is not an official Ubuntu package. (but it was, yesterday!)

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

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

[Bug 1904419] Re: Upgrade glibc 2.32 by required upstream patches

2020-12-11 Thread Frank Heimes
Ok, so the following two topics remain:

1)
"Fixing unneeded extra conversion of IPC_INFO and SHM_INFO for __IPC_TIME64, 
since their information does not contain any time related fields."
Fixed with:

commit "sysvipc: Fix IPC_INFO and SHM_INFO handling [BZ #26636]"
(https://sourceware.org/git/?p=glibc.git;a=commit;h=0b9460d22e285432d232f42c7442a3226e1bf830)
"Bug 26636 - 32-bit shmctl(IPC_INFO) crashes when shminfo struct is at the end 
of a memory mapping "
(https://sourceware.org/bugzilla/show_bug.cgi?id=26636)
and
commit "sysvipc: Fix IPC_INFO and MSG_INFO handling [BZ #26639]"
(https://sourceware.org/git/?p=glibc.git;a=commit;h=c4aeedea598a1bd80f52ca9ebd07fe447680d491)
"Bug 26639 - msgctl IPC_INFO and MSG_INFO return garbage "
(https://sourceware.org/bugzilla/show_bug.cgi?id=26639)

2)
With SEM_STAT_ANY the buffer argument is not properly passed over (in contrast 
to just SEM_STAT).
Fixed with:

commit "sysvipc: Fix SEM_STAT_ANY kernel argument pass [BZ #26637]"
(https://sourceware.org/git/?p=glibc.git;a=commit;h=9b139b6b81a5def91bec01f30301acc95fbf0289)
"Bug 26637 - semctl SEM_STAT_ANY fails to pass the buffer specified by the 
caller to the kernel "
(https://sourceware.org/bugzilla/show_bug.cgi?id=26637)

(skipping resolv)

Since the integration of such patches in Ubuntu require that an SRU 
justification is provided;
https://wiki.ubuntu.com/StableReleaseUpdates#SRU_Bug_Template
I'm wondering what the real impact is? And if there is a known reproducer 
available?

For 1) is it just performance improvements due to the unneeded
conversion or did something broke (particularly on s390x) ?

For 2) again is it just an improved performance due to the fact that the
buffer was not properly passed over or did the erroneous passing over of
the buffer led to errors and broke something?

How were these issues identified - due to code analysis or by users that
raised bugs?

>From the commits I noticed that there are regression test cases mentioned.
But I'm not sure if that's sufficient for the needed SRU TestCase section 
(https://wiki.ubuntu.com/StableReleaseUpdates#SRU_Bug_Template).

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

Title:
  Upgrade glibc 2.32 by required upstream patches

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

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

  1   2   3   >