[Bug 1815415] Re: please update libseccomp for newer kernel syscalls

2019-02-10 Thread Christian Ehrhardt 
** Description changed:

  [Impact]
  
   * The libseccomp library provides an easy to use, platform independent,
     interface to the Linux Kernel's syscall filtering mechanism. But it can
     only "control" those syscalls it knows about. Therefore staying up to
     date with newer kernels is a requirement to be fully funcitonal.
  
   * At the time 18.04 was released with the 4.15 kernel the new definitions
     were not yet released for libseccomp - lets fix this mismatch by
-    backporting the new syscall definitions [2].
+    backporting the new syscall definitions [2][3].
  
  [Test Case]
  
   * TODO
  
  [Regression Potential]
  
   * This isn't adding new active code like functions, but only extending
     the definitions of per-arch syscall numbers to be aware of the newer
     syscalls that were added in the kernel. Therefore no old use-cases
     should regress (they are not touched). The only change in behavior for
     an SRU POV would be that things that got denied so far (e.g. if you
     tried to set such a new syscall through libseccomp) was denied before
     and would now work. I think that is exactly the intention of the SRU
     and not a regression.
  
  [Other Info]
  
   * Requested while security reviewing an libseccomp SRU to have one update
     for both [1].
+  * we also missed the former update for kernel 4.9 [3] as the official 
+releases of the lib are rather slow.
  
  ---
  
  This came up while working on bug 1755250 which asked for statx.
  But on the review of that it was pointed out [1] that it would be great to 
support further new kernel syscall defines - this isn't even looking at HWE 
kernels for Bionic, but "just" adding those which are there for the 4.15 kernel 
Bionic was released with.
  With the HWE kernels in mind there would be even more one might want to add, 
but there is no newer such update in the upstream repo yet.
  
  [1]: 
https://code.launchpad.net/~paelzer/ubuntu/+source/libseccomp/+git/libseccomp/+merge/362906/comments/944418
  [2]: 
https://github.com/seccomp/libseccomp/commit/c842c2f6c203ad9da37ca60219172aa0be68d26a
+ [3]: 
https://github.com/seccomp/libseccomp/commit/d9102f12fd39bd77151a1f630fcfc8c80f86c55c

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

Title:
  please update libseccomp for newer kernel syscalls

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

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

[Bug 1815318] Re: mate 18.04.1 xserver won't open caja on local machine

2019-02-10 Thread Norbert
** Description changed:

+ Steps to reproduce:
+ 1. Have installed Ubuntu MATE 18.04 LTS (you know its hostname and IP - i.e. 
192.168.1.162)
+ 2. Install SSH server on Ubuntu MATE 18.04 LTS
+ 3. Open terminal on other remote system (client) and execute command to run 
Caja over X forwarding:
+ 
+ssh -X user@192.168.1.162 caja
+ 
+ Expected results:
+ * Caja is shown on remote (client) screen with window title *folder (on 
hostname)*
+ 
+ Actual results:
+ * Caja is not shown on remote (client) screen, but launches on server locally.
+ 
+ Note: this works normally if server runs Ubuntu MATE 16.04 LTS, but
+ fails with 18.04 LTS.
+ 
+ ---
+ Original description below:
+ 
  I can open a remote terminal using ssh -X 192.168.1.162. All other gui's
  that I've tested opened locally except the file manager Caja. When
  issuing caja in the remote terminal, I get nothing locally. Caja does
  open on the remote machine however, just not locally. The ssh -X 18.04.1
  client still works connecting to a mate 16.04 server. I've tested this
  on numerous mate 18.04 clients, two 16.04 servers and two 18.04 servers,
  all mate. Something is wonky with caja on an 18.04.1 server.
  
  Please let me know if I can provide any more information. The only file
  manager I've tested that works is an X file manager, xfimage. X2go works
  and connects to servers, SSH Connect to Server works, why isn't the
  remote X terminal working using caja?

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

** Also affects: deja-dup (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: blueman (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/1815318

Title:
  mate 18.04.1 xserver won't open caja on local machine

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

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

[Bug 1814749] Re: linux: 4.18.0-16.17 -proposed tracker

2019-02-10 Thread Łukasz Zemczak
** Changed in: kernel-sru-workflow/promote-to-proposed
   Status: Confirmed => In Progress

** Changed in: kernel-sru-workflow/promote-to-proposed
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru) => Łukasz 
Zemczak (sil2100)

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

Title:
  linux: 4.18.0-16.17 -proposed tracker

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

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

[Bug 1815415] Re: please update libseccomp for newer kernel syscalls

2019-02-10 Thread Christian Ehrhardt 
@Seth / @Tyler - Hi, you asked for the change, but I'd want to ask for
something as well :-) Do you have any testcases from your security work
that we could reuse here to check the SRU for SRU verification?

** Description changed:

+ [Impact]
+ 
+  * The libseccomp library provides an easy to use, platform independent, 
+interface to the Linux Kernel's syscall filtering mechanism. But it can 
+only "control" those syscalls it knows about. Therefore staying up to 
+date with newer kernels is a requirement to be fully funcitonal.
+ 
+  * At the time 18.04 was released with the 4.15 kernel the new definitions 
+were not yet released for libseccomp - lets fix this mismatch by 
+backporting the new syscall definitions.
+ 
+ [Test Case]
+ 
+  * TODO
+ 
+ [Regression Potential]
+ 
+  * This isn't adding new active code like functions, but only extending 
+the definitions of per-arch syscall numbers to be aware of the newer 
+syscalls that were added in the kernel. Therefore no old use-cases 
+should regress (they are not touched). The only change in behavior for 
+an SRU POV would be that things that got denied so far (e.g. if you 
+tried to set such a new syscall through libseccomp) was denied before 
+and would now work. I think that is exactly the intention of the SRU 
+and not a regression.
+ 
+ [Other Info]
+  
+  * Requested while security reviewing an libseccomp SRU to have one update 
+for both [1].
+ 
+ ---
+ 
  This came up while working on bug 1755250 which asked for statx.
  But on the review of that it was pointed out [1] that it would be great to 
support further new kernel syscall defines - this isn't even looking at HWE 
kernels for Bionic, but "just" adding those which are there for the 4.15 kernel 
Bionic was released with.
  With the HWE kernels in mind there would be even more one might want to add, 
but there is no newer such update in the upstream repo yet.
  
  [1]:
  
https://code.launchpad.net/~paelzer/ubuntu/+source/libseccomp/+git/libseccomp/+merge/362906/comments/944418

** Description changed:

  [Impact]
  
-  * The libseccomp library provides an easy to use, platform independent, 
-interface to the Linux Kernel's syscall filtering mechanism. But it can 
-only "control" those syscalls it knows about. Therefore staying up to 
-date with newer kernels is a requirement to be fully funcitonal.
+  * The libseccomp library provides an easy to use, platform independent,
+    interface to the Linux Kernel's syscall filtering mechanism. But it can
+    only "control" those syscalls it knows about. Therefore staying up to
+    date with newer kernels is a requirement to be fully funcitonal.
  
-  * At the time 18.04 was released with the 4.15 kernel the new definitions 
-were not yet released for libseccomp - lets fix this mismatch by 
-backporting the new syscall definitions.
+  * At the time 18.04 was released with the 4.15 kernel the new definitions
+    were not yet released for libseccomp - lets fix this mismatch by
+    backporting the new syscall definitions [2].
  
  [Test Case]
  
-  * TODO
+  * TODO
  
  [Regression Potential]
  
-  * This isn't adding new active code like functions, but only extending 
-the definitions of per-arch syscall numbers to be aware of the newer 
-syscalls that were added in the kernel. Therefore no old use-cases 
-should regress (they are not touched). The only change in behavior for 
-an SRU POV would be that things that got denied so far (e.g. if you 
-tried to set such a new syscall through libseccomp) was denied before 
-and would now work. I think that is exactly the intention of the SRU 
-and not a regression.
+  * This isn't adding new active code like functions, but only extending
+    the definitions of per-arch syscall numbers to be aware of the newer
+    syscalls that were added in the kernel. Therefore no old use-cases
+    should regress (they are not touched). The only change in behavior for
+    an SRU POV would be that things that got denied so far (e.g. if you
+    tried to set such a new syscall through libseccomp) was denied before
+    and would now work. I think that is exactly the intention of the SRU
+    and not a regression.
  
  [Other Info]
-  
-  * Requested while security reviewing an libseccomp SRU to have one update 
-for both [1].
+ 
+  * Requested while security reviewing an libseccomp SRU to have one update
+    for both [1].
  
  ---
  
  This came up while working on bug 1755250 which asked for statx.
  But on the review of that it was pointed out [1] that it would be great to 
support further new kernel syscall defines - this isn't even looking at HWE 
kernels for Bionic, but "just" adding those which are there for the 4.15 kernel 
Bionic was released with.
  With the HWE kernels in mind there would be even more one might want to add, 
but there is no newer such update in the upstream repo yet.
  
- [1]:
- 
https://

[Bug 1646403] Re: Error message when clicking "Windows Network" needs to be improved

2019-02-10 Thread David D Lowe
** Attachment added: "Log from GVFS_DEBUG=1 /usr/lib/gvfs/gvfsd -r"
   
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1646403/+attachment/5237603/+files/log.txt

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

Title:
  Error message when clicking "Windows Network" needs to be improved

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

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

[Bug 1646403] Re: Error message when clicking "Windows Network" needs to be improved

2019-02-10 Thread David D Lowe
I've done what you've asked. To be clear, the bug report is about
improving the error dialog, not about fixing the underlying problem,
which I guess could be another bug report.

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

Title:
  Error message when clicking "Windows Network" needs to be improved

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

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

[Bug 1646403] Re: Error message when clicking "Windows Network" needs to be improved

2019-02-10 Thread David D Lowe
** Attachment added: "Screenshot of error dialog"
   
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1646403/+attachment/5237602/+files/Other%20Locations_006.png

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

Title:
  Error message when clicking "Windows Network" needs to be improved

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

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

[Bug 1815318] Re: mate 18.04.1 xserver won't open caja on local machine

2019-02-10 Thread Norbert
** Also affects: caja (Ubuntu)
   Importance: Undecided
   Status: New

** Tags added: bionic

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

Title:
  mate 18.04.1 xserver won't open caja on local machine

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

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

[Bug 1782206] Missing required logs.

2019-02-10 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 1782206

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

** Tags added: disco

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

Title:
  KVM enable SnowRidge Accelerator Interfacing Architecture (AIA)

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

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

[Bug 1815415] Re: please update libseccomp for newer kernel syscalls

2019-02-10 Thread Christian Ehrhardt 
Disco and Cosmic already contain those changes

** Also affects: libseccomp (Ubuntu Cosmic)
   Importance: Undecided
   Status: New

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

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

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

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

** Description changed:

  This came up while working on bug 1755250 which asked for statx.
- But on the review of that it was pointed out that it would be great to 
support further new kernel syscall defines - this isn't even looking at HWE 
kernels for Bionic, but "just" adding those which are there for the 4.15 kernel 
Bionic was released with.
+ But on the review of that it was pointed out [1] that it would be great to 
support further new kernel syscall defines - this isn't even looking at HWE 
kernels for Bionic, but "just" adding those which are there for the 4.15 kernel 
Bionic was released with.
  With the HWE kernels in mind there would be even more one might want to add, 
but there is no newer such update in the upstream repo yet.
+ 
+ [1]:
+ 
https://code.launchpad.net/~paelzer/ubuntu/+source/libseccomp/+git/libseccomp/+merge/362906/comments/944418

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

Title:
  please update libseccomp for newer kernel syscalls

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

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

[Bug 1815415] [NEW] please update libseccomp for newer kernel syscalls

2019-02-10 Thread Christian Ehrhardt 
Public bug reported:

This came up while working on bug 1755250 which asked for statx.
But on the review of that it was pointed out [1] that it would be great to 
support further new kernel syscall defines - this isn't even looking at HWE 
kernels for Bionic, but "just" adding those which are there for the 4.15 kernel 
Bionic was released with.
With the HWE kernels in mind there would be even more one might want to add, 
but there is no newer such update in the upstream repo yet.

[1]:
https://code.launchpad.net/~paelzer/ubuntu/+source/libseccomp/+git/libseccomp/+merge/362906/comments/944418

** Affects: libseccomp (Ubuntu)
 Importance: Undecided
 Status: Fix Released

** Affects: libseccomp (Ubuntu Bionic)
 Importance: Undecided
 Status: Triaged

** Affects: libseccomp (Ubuntu Cosmic)
 Importance: Undecided
 Status: Fix Released

** Package changed: docker.io (Ubuntu) => libseccomp (Ubuntu)

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

Title:
  please update libseccomp for newer kernel syscalls

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

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

[Bug 1772224] Re: [regression] jagged fonts in bionic

2019-02-10 Thread Rolf Leggewie
I apologize for the delay in responding.

All three packages are installed.  I had a look around winecfg and found
nothing immediately relevant.  I do not have winetricks installed.

** Changed in: wine (Ubuntu)
   Status: Expired => New

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

Title:
  [regression] jagged fonts in bionic

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

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

[Bug 1782206] Re: KVM enable SnowRidge Accelerator Interfacing Architecture (AIA)

2019-02-10 Thread Christian Ehrhardt 
Ok, now we finally know it is about qemu&kernel patches - I'll add tasks for 
that.
Still haven't seen any xen references, setting that to incomplete.

But given how new it is I'd punt this from 19.04 to 19.10 where things
in kernel&qemu will have matured and be safer to use.

If you are not ok with this please outline important use cases that will be 
inhibited.
All changes are "just" adding definitions, no actual code added - but I'm 
somewhat afraid of hidden dependencies - especially since we have no associated 
testcase and it would need special (very new) hardware t be tested.


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

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

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

** Tags added: qemu-19.10

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

** Changed in: xen (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/1782206

Title:
  KVM enable SnowRidge Accelerator Interfacing Architecture (AIA)

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

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

[Bug 1814061] Re: Adding USB host device, USB drive to guest VM fails, mounts drive in Nautilus instead

2019-02-10 Thread Christian Ehrhardt 
I see this error:
13644 2019-02-08 14:05:33.970+: 2993: error : virUSBDeviceFindByVendor:242 
: internal error: Did not find USB device 59f:106e

But we know that the ids are ok from your lspci:
Bus 002 Device 002: ID 059f:106e LaCie, Ltd Porsche Design Desktop Drive

But I don't see apparmor denies anymore, so we seem to have fixed those.
Sorry you fulfill all that is usually needed to get the USB to be passed 
through and I don't see a good lead where to debug next :-/

What might be worth a try would be to upgrade libvirt/qemu.
If you want to stick to 16.04 as the base OS but try a newer virtualization 
stack you might consider the Ubuntu Cloud Archive packages from [1].

That would be:
  $ sudo add-apt-repository cloud-archive:queens
And then updating the packages.

[1]: https://wiki.ubuntu.com/OpenStack/CloudArchive#A16.04

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

Title:
  Adding USB host device, USB drive to guest VM fails, mounts drive in
  Nautilus instead

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

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

[Bug 1759014] Re: Netplan has no way to control DHCP client

2019-02-10 Thread Alan Johnson
If the maintainers are willing to accept it, I have backported this to
18.04 here:

https://github.com/CanonicalLtd/netplan/pull/73

(Note: I am the author of the original fix for 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/1759014

Title:
  Netplan has no way to control DHCP client

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

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

[Bug 1814760] Re: linux-kvm: 4.18.0-1008.8 -proposed tracker

2019-02-10 Thread Brad Figg
** Changed in: kernel-sru-workflow/upload-to-ppa-dnu
   Status: New => Invalid

** Description changed:

  This bug is for tracking the  upload package. This
  bug will contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  -- swm properties --
  kernel-stable-master-bug: 1814749
  phase: Packaging
  phase-changed: Friday, 08. February 2019 01:36 UTC
  reason:
-   prepare-package: Pending -- version not specified
+   prepare-package: Pending -- package not yet uploaded
+   prepare-package-meta: Pending -- package not yet uploaded

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

Title:
  linux-kvm: 4.18.0-1008.8 -proposed tracker

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

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

[Bug 1814760] Re: linux-kvm: 4.18.0-1008.8 -proposed tracker

2019-02-10 Thread Khaled El Mously
** Summary changed:

- linux-kvm:  -proposed tracker
+ linux-kvm: 4.18.0-1008.8 -proposed tracker

** Changed in: kernel-sru-workflow/prepare-package
   Status: Confirmed => In Progress

** Changed in: kernel-sru-workflow/prepare-package
 Assignee: Canonical Kernel Team (canonical-kernel-team) => Khaled El 
Mously (kmously)

** Changed in: kernel-sru-workflow/prepare-package-meta
   Status: New => In Progress

** Changed in: kernel-sru-workflow/prepare-package-meta
 Assignee: Canonical Kernel Team (canonical-kernel-team) => Khaled El 
Mously (kmously)

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

Title:
  linux-kvm: 4.18.0-1008.8 -proposed tracker

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

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

[Bug 1814755] Re: linux-raspi2: 4.18.0-1010.12 -proposed tracker

2019-02-10 Thread Brad Figg
** Changed in: kernel-sru-workflow/upload-to-ppa-dnu
   Status: New => Invalid

** Description changed:

  This bug is for tracking the  upload package. This
  bug will contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  -- swm properties --
  kernel-stable-master-bug: 1814749
  phase: Packaging
  phase-changed: Friday, 08. February 2019 01:32 UTC
  reason:
-   prepare-package: Pending -- version not specified
+   prepare-package: Pending -- package not yet uploaded
+   prepare-package-meta: Pending -- package not yet uploaded

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

Title:
  linux-raspi2: 4.18.0-1010.12 -proposed tracker

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

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

[Bug 1814755] Re: linux-raspi2: 4.18.0-1010.12 -proposed tracker

2019-02-10 Thread Khaled El Mously
** Summary changed:

- linux-raspi2:  -proposed tracker
+ linux-raspi2: 4.18.0-1010.12 -proposed tracker

** Changed in: kernel-sru-workflow/prepare-package
   Status: Confirmed => In Progress

** Changed in: kernel-sru-workflow/prepare-package
 Assignee: Canonical Kernel Team (canonical-kernel-team) => Khaled El 
Mously (kmously)

** Changed in: kernel-sru-workflow/prepare-package-meta
   Status: New => In Progress

** Changed in: kernel-sru-workflow/prepare-package-meta
 Assignee: Canonical Kernel Team (canonical-kernel-team) => Khaled El 
Mously (kmously)

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

Title:
  linux-raspi2: 4.18.0-1010.12 -proposed tracker

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

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

[Bug 1485955] Re: [upstream] EDITING: Background Color button from Table toolbar should change cell background instead of paragraph background

2019-02-10 Thread Bug Watch Updater
** Changed in: df-libreoffice
   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/1485955

Title:
  [upstream] EDITING: Background Color button from Table toolbar should
  change cell background instead of paragraph background

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

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

[Bug 1485955]

2019-02-10 Thread Beluga
Right, one report per issue. Please someone create new reports and
mention them in a comment.

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

Title:
  [upstream] EDITING: Background Color button from Table toolbar should
  change cell background instead of paragraph background

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

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

[Bug 1815291] Re: Could not prepare Boot variable: Interrupted system call (package shim-signed 1.37~18.04.3+15+1533136590.3beb971-0ubuntu1 failed to install/upgrade: Abhängigkeitsprobleme - verbleibt

2019-02-10 Thread Steve Langasek
** Summary changed:

- package shim-signed 1.37~18.04.3+15+1533136590.3beb971-0ubuntu1 failed to 
install/upgrade: Abhängigkeitsprobleme - verbleibt unkonfiguriert
+ Could not prepare Boot variable: Interrupted system call (package shim-signed 
1.37~18.04.3+15+1533136590.3beb971-0ubuntu1 failed to install/upgrade: 
Abhängigkeitsprobleme - verbleibt unkonfiguriert)

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

Title:
  Could not prepare Boot variable: Interrupted system call (package
  shim-signed 1.37~18.04.3+15+1533136590.3beb971-0ubuntu1 failed to
  install/upgrade: Abhängigkeitsprobleme - verbleibt unkonfiguriert)

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

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

[Bug 1814500] Re: [MIR] soupsieve (dependency of beautifulsoup4)

2019-02-10 Thread Christian Ehrhardt 
While the subscribers will eventually be resolved between server and
openstack team I asked powersj to subscribe the server Team for now as
we are the beautifulsoup4 owner atm.

I haven't reached any of the more experienced MIR members last week on IRC, 
will write a mail.
While my py2 question still needs to be solved still let me subscribe security 
already to have this going forward.

** Changed in: soupsieve (Ubuntu)
 Assignee: (unassigned) => Ubuntu Security Team (ubuntu-security)

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

Title:
  [MIR] soupsieve (dependency of beautifulsoup4)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/backports.functools-lru-cache/+bug/1814500/+subscriptions

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

[Bug 627256] Re: unresolved symbol

2019-02-10 Thread Rolf Leggewie
gf, is it too much to ask to run "tsocks thunderbird" and see for
yourself if the problem is still there?

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

Title:
  unresolved symbol

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

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

[Bug 1190350] Re: size listings of partitions do not match

2019-02-10 Thread ill
This is still happening on ubuntu 18.10

** Changed in: coreutils (Ubuntu)
   Status: Expired => Confirmed

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

Title:
  size listings of partitions do not match

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

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

[Bug 1286537] Re: scrolling full page faulty on handelsblatt.com

2019-02-10 Thread Rolf Leggewie
It's quite well possible, of course, that it's simply the page that
changed and the underlying problem in FF is still present.  I don't know
and won't investigate any further.

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

Title:
  scrolling full page faulty on handelsblatt.com

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

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

[Bug 1286537] Re: scrolling full page faulty on handelsblatt.com

2019-02-10 Thread Rolf Leggewie
I no longer use FF as my main browser (too many bugs like this one).

JFTR, I just revisited this ticket and tried to reproduce it in bionic
with FF 56 and was unable to.

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

Title:
  scrolling full page faulty on handelsblatt.com

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

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

[Bug 950843] Re: simple scan fails to scan. "unable to start scan" change scan ner gives no options

2019-02-10 Thread Rolf Leggewie
Pablo, I agree about the sad state of affairs.  The right place to vent
is at the manufacturers, mostly.  To up their Linux support.  Go vote
with your wallet.

Without the requested information, there's nothing we can do here, so
I'm re-closing.

** Changed in: sane-backends (Ubuntu)
   Status: Confirmed => Opinion

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

Title:
  simple scan fails to scan. "unable to start scan" change scan ner
  gives no options

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

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

[Bug 1302436] Re: cgmanager saturates one core

2019-02-10 Thread Rolf Leggewie
I'm no longer on trusty, my machine is more beefy now and I've not run
into it for a while.  Damion was experiencing it fairly recently.  If it
is still a problem for you, then I suggest reopen bug 1759482 and
reverse the dupe-relation.

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

Title:
  cgmanager saturates one core

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

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

[Bug 1184699] Re: Canon LIDE 110 can only scan once, then I need to replug the usb cable

2019-02-10 Thread Rolf Leggewie
I am truly sorry to have been silent for so long.

At this point, I can't do more than ask you to verify if this is still a
problem with bionic and/or cosmic.  I'm hoping it's fixed in a later
release and then we can hopefully backport a fix.

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

Title:
  Canon LIDE 110 can only scan once, then I need to replug the usb cable

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

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

[Bug 1184699] Re: Canon LIDE 110 can only scan once, then I need to replug the usb cable

2019-02-10 Thread Rolf Leggewie
I agree that this is a pretty serious issue (certainly for those
affected), with it being capable to destroy hardware, etc.

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

Title:
  Canon LIDE 110 can only scan once, then I need to replug the usb cable

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

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

[Bug 1776000] Re: gnome-control-center says "no bluetooth found" even though bluetooth is present and somewhat usable

2019-02-10 Thread Rolf Leggewie
I was swamped with other stuff and wasn't able to respond in time.  I'll
try catch, post the required information and then reopen.

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

Title:
  gnome-control-center says "no bluetooth found" even though bluetooth
  is present and somewhat usable

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

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

[Bug 1815410] [NEW] Dingo(19.04) says LVM2 not needed when installed on an LV

2019-02-10 Thread Stephan Kern
Public bug reported:

Distributor ID: Ubuntu
Description:Ubuntu Disco Dingo (development branch)
Release:19.04
Codename:   disco

Long description:
I installed Xubuntu on an VM using LVM.  Download updates while installing was 
unchecked in one try, checked in the next try.  Also checked and unchecked 
Download third party drives.  No effect.  After reboot, Follow these steps to 
recreate:

1.  close update manager
2.  open terminal.
3.  sudo apt update && sudo apt upgrade
4.  During upgrade it will suggest apt autoremove to get automatically instlled 
packages that are not neeed.
5.  sudo apt autoremove.
6.  type y


What happens:
lvm2 and dependencies are removed.  While this does not break the install 
fully, re-installation throws errors.  And all restarts from then on, will give 
system errors, but still work.  Updates also work.

I would expect apt not to recommend removing lvm tools while running from an LV.
marking the lvm2 package as manually installed(used apt install lvm2) prevents 
the message and keeps it out of autoremove.

This did not happen with standard ubuntu.  Only Xubuntu

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

Title:
  Dingo(19.04) says LVM2 not needed when installed on an LV

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

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

[Bug 1248373] Re: gedit "Save as..." is disabled when file is opened read-only

2019-02-10 Thread Launchpad Bug Tracker
[Expired for One Hundred Papercuts because there has been no activity
for 60 days.]

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

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

Title:
  gedit "Save as..." is disabled when file is opened read-only

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

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

[Bug 1614634] Re: Gnome Control Panel does not detect Bluetooth USB adapter

2019-02-10 Thread Launchpad Bug Tracker
[Expired for gnome-control-center (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: gnome-control-center (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  Gnome Control Panel does not detect Bluetooth USB adapter

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

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

[Bug 1774901] Re: Ubuntu 16.04 atualized, then wifi no more

2019-02-10 Thread Launchpad Bug Tracker
[Expired for network-manager (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: network-manager (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  Ubuntu 16.04 atualized, then wifi no more

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

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

[Bug 1776000] Re: gnome-control-center says "no bluetooth found" even though bluetooth is present and somewhat usable

2019-02-10 Thread Launchpad Bug Tracker
[Expired for gnome-control-center (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: gnome-control-center (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  gnome-control-center says "no bluetooth found" even though bluetooth
  is present and somewhat usable

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

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

[Bug 1797936] Re: Control Center->Disks cannot create ext4 partition on 5 TB external USB drive

2019-02-10 Thread Launchpad Bug Tracker
[Expired for gnome-disk-utility (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: gnome-disk-utility (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  Control Center->Disks cannot create ext4 partition on 5 TB external
  USB drive

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

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

[Bug 1734580] Re: gnome-control-center details user tab loads slowly

2019-02-10 Thread Launchpad Bug Tracker
[Expired for gnome-control-center (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: gnome-control-center (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  gnome-control-center details user tab loads slowly

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

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

[Bug 1764064] Re: Bluetooth audio connected but is not present in "sound input" parameter

2019-02-10 Thread Launchpad Bug Tracker
[Expired for gnome-control-center (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: gnome-control-center (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  Bluetooth audio connected but is not present in "sound input"
  parameter

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

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

[Bug 1801442] Re: Redundant boot-flag-clearing lines in overview window

2019-02-10 Thread Launchpad Bug Tracker
[Expired for calamares (Ubuntu) because there has been no activity for
60 days.]

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

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

Title:
  Redundant boot-flag-clearing lines in overview window

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

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

[Bug 1750134] Re: The display arrangement doesn't persist after reboot

2019-02-10 Thread Launchpad Bug Tracker
[Expired for gnome-control-center (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: gnome-control-center (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  The display arrangement doesn't persist after reboot

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

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

[Bug 1750136] Re: Can't move displays when changing orientation

2019-02-10 Thread Launchpad Bug Tracker
[Expired for gnome-control-center (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: gnome-control-center (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  Can't move displays when changing orientation

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

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

[Bug 1808014] Re: Ubuntu installation failed

2019-02-10 Thread Launchpad Bug Tracker
[Expired for ubiquity (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Ubuntu installation failed

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

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

[Bug 1787863] Re: gnome-control-center occasionally fails to launch after multiple tries

2019-02-10 Thread Launchpad Bug Tracker
[Expired for gnome-control-center (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: gnome-control-center (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  gnome-control-center occasionally fails to launch after multiple tries

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

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

[Bug 1768754] Re: Applications are muted (silent) but system sounds work

2019-02-10 Thread Launchpad Bug Tracker
[Expired for pulseaudio (Ubuntu) because there has been no activity for
60 days.]

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

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

Title:
  Applications are muted (silent) but system sounds work

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

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

[Bug 1807076] Re: gnome-control-center doesn't start

2019-02-10 Thread Launchpad Bug Tracker
[Expired for gnome-control-center (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: gnome-control-center (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  gnome-control-center doesn't start

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

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

[Bug 1789914] Re: Bluetooth mouse does not function in Ubuntu after pairing in Settings

2019-02-10 Thread Launchpad Bug Tracker
[Expired for gnome-control-center (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: gnome-control-center (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  Bluetooth mouse does not function in Ubuntu after pairing in Settings

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

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

[Bug 1799259] Re: Online Accounts imap does not support plain

2019-02-10 Thread Launchpad Bug Tracker
[Expired for gnome-online-accounts (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: gnome-online-accounts (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  Online Accounts imap does not support plain

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

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

[Bug 1808068] Re: installation attempt with faulty HD didn't start fsck

2019-02-10 Thread Launchpad Bug Tracker
[Expired for ubiquity (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  installation attempt with faulty HD didn't start fsck

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

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

[Bug 1780790] Re: Menus, tooltips and dropdowns are often misplaced on screen

2019-02-10 Thread Bug Watch Updater
Launchpad has imported 6 comments from the remote bug at
https://bugzilla.mozilla.org/show_bug.cgi?id=1499336.

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


On 2018-10-16T10:43:47+00:00 Pedro Côrte-Real wrote:

Created attachment 9017453
Screenshot of the first issue

User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0)
Gecko/20100101 Firefox/62.0

Steps to reproduce:

I can reproduce this frequently but not yet on command. What I'm doing
is normal usage:

- Entering data into the location bar which dropdowns the list of options
- Using the right click and mouseover to open tooltips and dropdown menus on 
pages

I'm using gnome-shell 3.28.3-0ubuntu0.18.04.2 on Ubuntu 18.04. Firefox
is 62.0.3+build1-0ubuntu0.18.04.1. I've had the issue happen in all
versions of firefox and gnome shell in Ubuntu 18.04 so far. I did a
small test with Unity and couldn't reproduce the issue yet but since it
doesn't happen 100% of the time longer testing would be required to make
sure it's a gnome-shell specific issue.


Actual results:

Two things are happening that may be separate bugs or not:

- When using an external screen placed on top of the internal one with
firefox maximized on the internal screen the URL bar's dropdown would
consistently appear on the external screen, completely outside the
firefox window, instead of the normal location. Screenshot is attached.

- In what appears to be random chance tooltips and menus are often
misplaced on screen. It's common but not fully reproducible. What I see
is right-clicking an element on a page or hovering over a link and
having the menu/tooltip show up somewhere different on the page. Doing
it again immediately after often results in it appearing in the right
place the second time. I haven't gotten a screenshot yet.


Expected results:

- The dropdown appearing right below the URL bar
- The menus and tooltips appearing at the mouse location

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1780790/comments/7


On 2018-10-19T12:07:32+00:00 Daniel-aschilean wrote:

I verified this issue on Ubuntu 18.04 with FF 64.0a1 (2018-10-19) (64-bit) and 
I cannot reproduce it. 
Can you please test this in safe mode? Here is a link that can help you: 
https://goo.gl/AR5o9d.
I think it will be a good idea to retest this on the latest Firefox Nightly. 
Here is a link form where you can download it: https://nightly.mozilla.org. 
If you still have the issue please create a new profile, you have the steps 
here: 
https://support.mozilla.org/en-US/kb/profile-manager-create-and-remove-firefox-profiles?redirectlocale=en-US&redirectslug=Managing-profiles#w_starting-the-profile-manager

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1780790/comments/9


On 2018-10-19T15:19:12+00:00 Pedro Côrte-Real wrote:

It's natural that you can't reproduce this at will. I can't either.
Unfortunately the sequence of steps needed to reproduce this is not yet
clear to me. I've been trying to find out what they are but don't have
any conclusions yet. With that in mind, testing different versions or
profiles is hard to do conclusively.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1780790/comments/10


On 2018-10-21T07:40:30+00:00 Sledru wrote:

*** Bug 1240552 has been marked as a duplicate of this bug. ***

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1780790/comments/11


On 2018-10-21T19:56:41+00:00 Sledru wrote:

*** Bug 763312 has been marked as a duplicate of this bug. ***

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1780790/comments/12


On 2019-02-10T19:03:03+00:00 Pedro Côrte-Real wrote:

I've reproduced the issue in a new session in Firefox 65.0. I used
Firefox sync to get my stuff over. Testing with a fully empty session is
harder because I need bookmarks and other stuff to be able to use the
browser and this doesn't happen at will.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1780790/comments/13


** Changed in: firefox
   Status: Unknown => Confirmed

** Changed in: firefox
   Importance: Unknown => Medium

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

Title:
  Menus, tooltips and dropdowns are often misplaced on screen

To manage notifications about this bug go to:
https://

[Bug 1814651] Re: linux-aws: 4.4.0-1076.86 -proposed tracker

2019-02-10 Thread Brad Figg
** Changed in: kernel-sru-workflow/snap-release-to-stable
   Status: New => Invalid

** Changed in: kernel-sru-workflow/upload-to-ppa-dnu
   Status: New => Invalid

** Description changed:

  This bug is for tracking the  upload package. This
  bug will contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  -- swm properties --
  kernel-stable-master-bug: 1814647
  phase: Packaging
  phase-changed: Thursday, 07. February 2019 08:05 UTC
  reason:
-   prepare-package: Pending -- version not specified
+   prepare-package: Pending -- package not yet uploaded
+   prepare-package-meta: Pending -- package not yet uploaded

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

Title:
  linux-aws: 4.4.0-1076.86 -proposed tracker

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

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

[Bug 1814651] Re: linux-aws: 4.4.0-1076.86 -proposed tracker

2019-02-10 Thread Khaled El Mously
** Summary changed:

- linux-aws:  -proposed tracker
+ linux-aws: 4.4.0-1076.86 -proposed tracker

** Changed in: kernel-sru-workflow/prepare-package
   Status: Confirmed => In Progress

** Changed in: kernel-sru-workflow/prepare-package
 Assignee: Canonical Kernel Team (canonical-kernel-team) => Khaled El 
Mously (kmously)

** Changed in: kernel-sru-workflow/prepare-package-meta
   Status: New => In Progress

** Changed in: kernel-sru-workflow/prepare-package-meta
 Assignee: Canonical Kernel Team (canonical-kernel-team) => Khaled El 
Mously (kmously)

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

Title:
  linux-aws: 4.4.0-1076.86 -proposed tracker

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

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

[Bug 1812317] Re: grub is prevented from booting on UEFI Arm64 Laptops - requires 4k aligned headers

2019-02-10 Thread Bug Watch Updater
** Changed in: grub2 (Debian)
   Status: Fix Committed => Fix Released

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

Title:
  grub is prevented from booting on UEFI Arm64 Laptops - requires 4k
  aligned headers

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

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

[Bug 1430561] Re: hp-plugin crashes with error: Python gobject/dbus may be not installed

2019-02-10 Thread Pavel Zaikin
*** This bug is a duplicate of bug 1422004 ***
https://bugs.launchpad.net/bugs/1422004

Linux Min 19.1
HP LJ p1505 

$ hp-plugin -i -g

hp-plugin[1137]: debug: Validating /home/pz/.hplip/hplip-3.19.1-plugin.run with 
/home/pz/.hplip/hplip-3.19.1-plugin.run.asc signature file
Receiving digital keys: /usr/bin/gpg --homedir /home/pz/.hplip/.gnupg 
--no-permission-warning --keyserver pgp.mit.edu --recv-keys 
0x4ABA2F66DBD5A95894910E0673D770CDA59047B9
hp-plugin[1137]: debug: gpg: keyserver receive failed: No data

hp-plugin[1137]: debug: gpg: keyserver receive failed: No data

()
error: Unable to recieve key from keyserver

...

Plugin installation failed
error: Plugin installation failed

Done.
hp-plugin[1137]: debug: Removing ./plugin_tmp cmd = rm -rf ./plugin_tmp 
hp-plugin[1137]: debug: Exception: 4 (Unknown/invalid device-uri field)
hp-plugin[1137]: debug: Exception: 4 (Unknown/invalid device-uri field)
hp-plugin[1137]: debug: Exception: 4 (Unknown/invalid device-uri field)

Done.
hp-plugin[1137]: debug: Unlocking: /var/hp-plugin.lock

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

Title:
  hp-plugin crashes with error: Python gobject/dbus may be not installed

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

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

[Bug 1815407] [NEW] nsca-ng fails under TLS 1.3 / openssl 1.1.1: "Cannot retrieve client identity" error

2019-02-10 Thread Jeff Turner
Public bug reported:

I have a nsca-ng setup on localhost, with the only customization being a
'checker' identity configured in /etc/nsca-ng/nsca-ng.local.cfg:

authorize "checker" {
password = "s2LDCy4CiK6yrlcHhTXT6agFh067XYE3"
hosts = ".*"
services = ".*"
}


and corresponding /etc/send_nsca.cfg:

server = localhost
identity = checker
password = "s2LDCy4CiK6yrlcHhTXT6agFh067XYE3"


When I send a test message:

/usr/share/doc/nsca-ng-client/examples/invoke_check -H localhost -S
'backup fresh'  /usr/lib/nagios/plugins/check_dummy 2 "Failed"


the client fails with:

send_nsca: [FATAL] Socket error (localhost (ID: UAM9O/A0)): Connection
reset by peer

and the server (in syslog) report:

nsca-ng[28392]: Cannot retrieve client identity

I have an identical setup on an Ubuntu 18.04.1 server, where this works.

After taking TCP dumps on working and non-working servers (tcpdump -i lo
'port 5668' -w /tmp/send_nsca.log), I observe that the failing server
uses TLSv1.3, whereas the working server uses TLSv1.2.

The failing code can be seen at https://github.com/weiss/nsca-
ng/blob/master/src/common/tls.c#L636

Specifically, the OpenSSL SSL_get_psk_identity call
(https://www.openssl.org/docs/man1.0.2/man3/SSL_get_psk_identity.html)
is unexpectedly returning null.

I know zilch about TLS handshakes, but I noticed a comment in Zabbix's
TLS library (https://fossies.org/linux/zabbix/src/libs/zbxcrypto/tls.c)
that seems relevant:


  /* SSL_get_psk_identity() is not used here. It works with TLS 1.2, */
 5556 /* but returns NULL with TLS 1.3 in OpenSSL 1.1.1 */

I'm running Ubuntu 18.10, nsca-ng 1.5-3 (also tried 1.5-2build2) and
openssl 1.1.1-1ubuntu2.1. The working server is Ubuntu 18.04.1, nsca-ng
1.5-2build2 and openssl 1.1.0g-2ubuntu4.3.

ProblemType: Bug
DistroRelease: Ubuntu 18.10
Package: nsca-ng-server 1.5-2build2
ProcVersionSignature: Ubuntu 4.18.0-13.14-generic 4.18.17
Uname: Linux 4.18.0-13-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.10-0ubuntu13.1
Architecture: amd64
CurrentDesktop: MATE
Date: Mon Feb 11 14:02:33 2019
InstallationDate: Installed on 2018-11-28 (74 days ago)
InstallationMedia: Ubuntu-MATE 18.10 "Cosmic Cuttlefish" - Release amd64 
(20181017.2)
SourcePackage: nsca-ng
UpgradeStatus: No upgrade log present (probably fresh install)
modified.conffile..etc.nsca-ng.nsca-ng.cfg: [inaccessible: [Errno 13] 
Permission denied: '/etc/nsca-ng/nsca-ng.cfg']
mtime.conffile..etc.nsca-ng.nsca-ng.local.cfg: 2019-02-11T12:25:56.112242

** Affects: nsca-ng (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug cosmic 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/1815407

Title:
  nsca-ng fails under TLS 1.3 / openssl 1.1.1: "Cannot retrieve client
  identity" error

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

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

[Bug 566075] Re: no way to specify the password

2019-02-10 Thread Rolf Leggewie
@zaed, how about you actually ask a question if you want to set to
incomplete status?

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

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

Title:
  no way to specify the password

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

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

[Bug 1815404] Re: package grub-pc 2.02-2ubuntu8.2 failed to install/upgrade: unable to make backup link of './usr/lib/grub-legacy/update-grub' before installing new version: Input/output error

2019-02-10 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package grub-pc 2.02-2ubuntu8.2 failed to install/upgrade: unable to
  make backup link of './usr/lib/grub-legacy/update-grub' before
  installing new version: Input/output error

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

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

[Bug 1811248] Re: systemd--networkd mounts denied for lxc guest

2019-02-10 Thread km
adding cross reference

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=916639#85

> I think that disabling AppArmor by default for new LXC containers for
Buster would be an OK-ish fallback option, if nothing else can
realistically be made to work in time for the freeze; that would be
sad, but it would not be a regression vs. Stretch.

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

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

Title:
  systemd--networkd mounts denied for lxc guest

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

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

[Bug 1815404] [NEW] package grub-pc 2.02-2ubuntu8.2 failed to install/upgrade: unable to make backup link of './usr/lib/grub-legacy/update-grub' before installing new version: Input/output error

2019-02-10 Thread Daniel Martin Castellanos Martinez
Public bug reported:

.

ProblemType: Package
DistroRelease: Ubuntu 18.04
Package: grub-pc 2.02-2ubuntu8.2
ProcVersionSignature: Ubuntu 4.15.0-29.31-generic 4.15.18
Uname: Linux 4.15.0-29-generic x86_64
NonfreeKernelModules: cpuid intel_cstate intel_rapl_perf
ApportVersion: 2.20.9-0ubuntu7.2
Architecture: amd64
Date: Sun Feb 10 20:38:14 2019
DuplicateSignature:
 package:grub-pc:2.02-2ubuntu8.2
 Unpacking initramfs-tools-bin (0.130ubuntu3.6) over (0.130ubuntu3.1) ...
 dpkg: error processing archive 
/tmp/apt-dpkg-install-lQGpx5/0-initramfs-tools-bin_0.130ubuntu3.6_amd64.deb 
(--unpack):
  unable to make backup link of './usr/lib/initramfs-tools/bin/rzscontrol' 
before installing new version: Input/output error
ErrorMessage: unable to make backup link of './usr/lib/grub-legacy/update-grub' 
before installing new version: Input/output error
ProcCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/hostname.seed 
cdrom-detect/try-usb=true noprompt floppy.allowed_drive_mask=0 ignore_uuid 
boot=casper quiet splash ---
Python3Details: /usr/bin/python3.6, Python 3.6.7, python3-minimal, 3.6.7-1~18.04
PythonDetails: /usr/bin/python2.7, Python 2.7.15rc1, python-minimal, 
2.7.15~rc1-1
RelatedPackageVersions:
 dpkg 1.19.0.5ubuntu2.1
 apt  1.6.8
SourcePackage: grub2
Title: package grub-pc 2.02-2ubuntu8.2 failed to install/upgrade: unable to 
make backup link of './usr/lib/grub-legacy/update-grub' before installing new 
version: Input/output error
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package bionic

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

Title:
  package grub-pc 2.02-2ubuntu8.2 failed to install/upgrade: unable to
  make backup link of './usr/lib/grub-legacy/update-grub' before
  installing new version: Input/output error

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

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

[Bug 1815212] Re: [Xenial][Bionic][SRU] Update pci.ids to version 2018.07.21

2019-02-10 Thread Eric Desrochers
** Description changed:

  [Impact]
  
  pci.ids table in Xenial seems a little bit behind in term of new device
  id added since last time it was updated.
  
  Some user are observing that their new device doesn't show up because
  they don't exist in the pci.ids file yet.
  
  User or troubleshooter may get a wrong impression that, for instance,
  the correct raid controller is not present, if the user doesn't read the
  PCI bus address.
  
  While we are here, I will update Xenial and Bionic to be at the same
  version level (Version: 2018.07.21) of current devel release (Disco)
  which isn't too far behind current upstream (github) one in master
  branch.
  
  x/pciutils-3.3.1/pci.ids:#Version: 2016.01.02
  b/pciutils-3.5.2/pci.ids:#Version: 2017.03.16
  c/pciutils-3.5.2/pci.ids:#Version: 2018.07.21
  d/pciutils-3.5.2/pci.ids:#Version: 2018.07.21
  upstream/pciutils/pci.ids:#   Version: 2018.08.12
  
  [Test case]
  
  Here's an example took by a user using a device id (0014) not in the
  Xenial pci.ids table:
  
  Xenial:
  60:00.0 RAID bus controller: LSI Logic / Symbios Logic Device 0014 (rev 01)
  
  Bionic:
  60:00.0 RAID bus controller: LSI Logic / Symbios Logic MegaRAID Tri-Mode 
SAS3516 (rev 01)
  
  [Regression Potential]
  
  Low, no core functionality change.
  The intention is to only update pci.ids table list to recognize new pci 
vendor list/hw.
  
  The only thing I can think of ...
- In some cases there is some device id renaming, which I guess can "possibly" 
impact some user script or HW inventory solution expecting a certain type of 
device id output, but I don't expect this impact to be high, should be consider 
low and easy to fix IMHO.
+ In some cases there is some device id renaming, which I guess can "possibly" 
impact some user script and/or HW inventory solution. If this happens to 
certain users, I don't expect it to have a major impact and this should can be 
consider low and easy to fix by the user or admin of the HW inventory solution 
... IMHO.
  
  Example:
  - 67df  Ellesmere [Polaris10]
  + 67df  Ellesmere [Radeon RX 470/480]
  
  [Other information]
  
  Confirmed w/ vorlon (SRU verification team) on #ubuntu-release
  
  https://wiki.ubuntu.com/StableReleaseUpdates#Other_safe_cases
  
  For Long Term Support releases we regularly want to enable new hardware.
  Such changes are appropriate provided that we can ensure not to affect
  upgrades on existing hardware. For example, modaliases of newly
  introduced drivers must not overlap with previously shipped drivers.
  This also includes updating hardware description data such as udev's
  keymaps, media-player-info, mobile broadband vendors, or PCI
  vendor/product list updates.

** Description changed:

  [Impact]
  
  pci.ids table in Xenial seems a little bit behind in term of new device
  id added since last time it was updated.
  
  Some user are observing that their new device doesn't show up because
  they don't exist in the pci.ids file yet.
  
  User or troubleshooter may get a wrong impression that, for instance,
  the correct raid controller is not present, if the user doesn't read the
  PCI bus address.
  
  While we are here, I will update Xenial and Bionic to be at the same
  version level (Version: 2018.07.21) of current devel release (Disco)
  which isn't too far behind current upstream (github) one in master
  branch.
  
  x/pciutils-3.3.1/pci.ids:#Version: 2016.01.02
  b/pciutils-3.5.2/pci.ids:#Version: 2017.03.16
  c/pciutils-3.5.2/pci.ids:#Version: 2018.07.21
  d/pciutils-3.5.2/pci.ids:#Version: 2018.07.21
  upstream/pciutils/pci.ids:#   Version: 2018.08.12
  
  [Test case]
  
  Here's an example took by a user using a device id (0014) not in the
  Xenial pci.ids table:
  
  Xenial:
  60:00.0 RAID bus controller: LSI Logic / Symbios Logic Device 0014 (rev 01)
  
  Bionic:
  60:00.0 RAID bus controller: LSI Logic / Symbios Logic MegaRAID Tri-Mode 
SAS3516 (rev 01)
  
  [Regression Potential]
  
  Low, no core functionality change.
- The intention is to only update pci.ids table list to recognize new pci 
vendor list/hw.
+ The intention is to only update pci.ids table list to recognize new pci 
vendor list/ids, by updating it to the same version level as Cosmic and Disco 
has as of today.
  
  The only thing I can think of ...
  In some cases there is some device id renaming, which I guess can "possibly" 
impact some user script and/or HW inventory solution. If this happens to 
certain users, I don't expect it to have a major impact and this should can be 
consider low and easy to fix by the user or admin of the HW inventory solution 
... IMHO.
  
  Example:
  - 67df  Ellesmere [Polaris10]
  + 67df  Ellesmere [Radeon RX 470/480]
  
  [Other information]
  
  Confirmed w/ vorlon (SRU verification team) on #ubuntu-release
  
  https://wiki.ubuntu.com/StableReleaseUpdates#Other_safe_cases
  
  For Long Term Support releases we regularly want to enable new hardware.
  Such ch

[Bug 725435] Re: notify-osd a memory hog (memory leak?)

2019-02-10 Thread Rolf Leggewie
Unfortunately, notify-osd seems to be abandoned.  Not sure which project
is the replacement.  We should still try to get the patch packaged.

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

Title:
  notify-osd a memory hog (memory leak?)

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

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

[Bug 610389] Re: Up to date valgrind and testing for leaks

2019-02-10 Thread Rolf Leggewie
*** This bug is a duplicate of bug 725435 ***
https://bugs.launchpad.net/bugs/725435

** This bug has been marked a duplicate of bug 725435
   notify-osd a memory hog (memory leak?)

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

Title:
  Up to date valgrind and testing for leaks

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

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

[Bug 725435] Re: notify-osd a memory hog (memory leak?)

2019-02-10 Thread Rolf Leggewie
nh2, thank you for your work. It's much appreciated.

I'm backlogged and thus have only become aware of your contribution now.
Sorry about that.  Have you talked to upstream about your patch?  Looks
like an easy fix after all (I'm sure that finding it was hard work,
thank you for that).

** Changed in: notify-osd (Ubuntu)
   Importance: Undecided => High

** Changed in: notify-osd (Ubuntu)
   Status: Confirmed => Triaged

** Changed in: notify-osd (Ubuntu)
 Assignee: (unassigned) => Rolf Leggewie (r0lf)

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

Title:
  notify-osd a memory hog (memory leak?)

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

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

[Bug 1815095] Re: [MIR] gsound

2019-02-10 Thread Jeremy Bicha
** Description changed:

  Availability
  
  Built for all supported architectures. In sync with Debian.
  
  Rationale
  =
  gsound is a minimal GNOME library to make working with libcanberra easier.
  
  gnome-control-center 3.31.90 has a new simplified sound panel which now
  uses gsound. The Ubuntu Desktop Team wants gnome-control-center 3.32 for
  Ubuntu 19.04.
  
  Other GNOME stuff in main might use gsound in the future but I don't see
  any definite plans for it.
  
  Security
  
  No known security issues
  
  https://security-tracker.debian.org/tracker/source-package/gsound
  https://launchpad.net/ubuntu/+source/gsound/+cve
  
  Quality assurance
  =
  - Ubuntu Desktop bugs needs to be subscribed
  
  https://bugs.launchpad.net/ubuntu/+source/gsound
  https://bugs.debian.org/cgi-bin/pkgreport.cgi?src=gsound
  https://gitlab.gnome.org/GNOME/gsound/issues
  
  No autopkgtests. No build tests.
  
  Dependencies
  
  All dependencies are in main
  
  Standards compliance
  
  4.3.0, debhelper compat 11, simple dh7 style rules
  
  Maintenance
  ===
  Co-maintained in Debian with the Debian GNOME team
  
  https://salsa.debian.org/gnome-team/gsound
  https://gitlab.gnome.org/GNOME/gsound
  
  https://wiki.gnome.org/Projects/GSound
  
- It not being actively developed but is a stable mature library.
+ It not being actively developed but is a stable mature library. (It's at
+ least more active than libcanberra.)

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

Title:
  [MIR] gsound

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

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

[Bug 1785845] Re: Use GTK3 and Pyhton 3 instead of 10 years old GTK2 in fslint

2019-02-10 Thread Rolf Leggewie
** Changed in: fslint (Ubuntu)
   Importance: Undecided => High

** Summary changed:

- Use GTK3 and Pyhton 3 instead of 10 years old GTK2 in fslint
+ Use GTK3 and Python 3 instead of 10 years old GTK2 in fslint

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

Title:
  Use GTK3 and Python 3 instead of 10 years old GTK2 in fslint

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

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

[Bug 1809454] Re: [SRU] nova rbd auth fallback uses cinder user with libvirt secret

2019-02-10 Thread Xav Paice
How do we go about getting this moving forward from cloud-archive
:queens-proposed to stable so we can run this in production?

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

Title:
  [SRU] nova rbd auth fallback uses cinder user with libvirt secret

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

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

[Bug 1815400] [NEW] fresh install crashed at grub install

2019-02-10 Thread Arun
Public bug reported:

I tried it twice grub couldn't be installed on sda. I have a Hp-cs0053cl
laptop which came with windows 10 preinstalled.

ProblemType: Bug
DistroRelease: Ubuntu 18.10
Package: ubiquity 18.10.12 [modified: 
lib/partman/automatically_partition/question]
ProcVersionSignature: Ubuntu 4.18.0-10.11-generic 4.18.12
Uname: Linux 4.18.0-10-generic x86_64
ApportVersion: 2.20.10-0ubuntu13
Architecture: amd64
CasperVersion: 1.399
Date: Sun Feb 10 19:54:46 2019
InstallCmdLine: file=/cdrom/preseed/ubuntu.seed boot=casper 
initrd=/casper/initrd quiet splash ---
LiveMediaBuild: Ubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 (20181017.3)
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug cosmic ubiquity-18.10.12 ubuntu

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

Title:
  fresh install crashed at grub install

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

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

[Bug 1815284] Re: Middle click down opens file

2019-02-10 Thread Cody Skinner
Not sure if this is a bug or expected behavior for Nautilus now.
Can confirm that the middle-mouse button does open a file with a single click. 
Both the left or middle mouse buttons can drag and drop a file by moving the 
file, not copying the file. No option appears to select which method to use.

** Changed in: nautilus (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/1815284

Title:
  Middle click down opens file

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

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

[Bug 220263]

2019-02-10 Thread Pedro Côrte-Real
I hit this bug today by choosing the dark Adwaita theme in Gnome 3.28
and Firefox 65.0. It's amazing that this is an 18 year old bug. I found
it surprising the system theme did anything to webpages and had two
consecutive surprises:

- First setting the system theme to Adwaita-dark changed the Firefox theme. 
That makes sense. What was surprising was that the Firefox theme then changed 
the content of the web pages. My mental model of a browser is that within the 
page view it's a different world and there's no reason for the web to look 
different to match the browser chrome or the system theme.
- Because I didn't actually like the dark version of Firefox I switched it to 
the Light theme manually (webpages are usually light colored and so dark chrome 
in browsers looks weird). And yet even after doing this pages still had dark 
buttons and input areas. That was even stranger. Now Firefox had a light theme 
and yet the webpages were still picking up broken colors from the system theme 
inconsistent with the Firefox chrome theme.

I fixed this after some web searches by setting "widget.content.gtk-
theme-override:Adwaita". That at least sets a light theme for UI
controls and is back to looking reasonable. I found that in bug #1283086
which seems to be a 3 year old duplicate of this 18 year old bug. The
proposal for removal of all native theming in #1411425 makes perfect
sense.

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

Title:
  Bad Firefox integration with dark themes

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

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

[Bug 1814983] Re: zfs poor sustained read performance from ssd pool

2019-02-10 Thread Seth Arnold
echo 1 > /proc/sys/vm/drop_caches  # still slow
echo 2 > /proc/sys/vm/drop_caches  # goes faster

Thanks

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

Title:
  zfs poor sustained read performance from ssd pool

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

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

[Bug 1815399] [NEW] .

2019-02-10 Thread Daniel Martin Castellanos Martinez
Public bug reported:

.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubiquity 18.04.14.6 [modified: 
lib/partman/automatically_partition/question]
ProcVersionSignature: Ubuntu 4.15.0-29.31-generic 4.15.18
Uname: Linux 4.15.0-29-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.2
Architecture: amd64
CasperVersion: 1.394
Date: Sun Feb 10 18:41:59 2019
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed 
cdrom-detect/try-usb=true noprompt floppy.allowed_drive_mask=0 ignore_uuid 
boot=casper quiet splash ---
LiveMediaBuild: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug bionic ubiquity-18.04.14.6 ubuntu

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

Title:
  .

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

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

[Bug 1811798] Re: gcc 8 miscompiles scipy/optimize/minpack/qrsolv.f

2019-02-10 Thread Bug Watch Updater
** Changed in: gcc
   Status: In Progress => Fix Released

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

Title:
  gcc 8 miscompiles scipy/optimize/minpack/qrsolv.f

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

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

[Bug 403105] Re: gnubiff requires two clicks to react instead of one.

2019-02-10 Thread Bug Watch Updater
** Changed in: gnubiff (Debian)
   Status: Unknown => New

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

Title:
  gnubiff requires two clicks to react instead of one.

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

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

[Bug 1811798]

2019-02-10 Thread Krebbel
Author: krebbel
Date: Tue Feb  5 17:19:26 2019
New Revision: 268552

URL: https://gcc.gnu.org/viewcvs?rev=268552&root=gcc&view=rev
Log:
S/390: Remove load and test fp splitter

gcc/ChangeLog:

2019-02-05  Andreas Krebbel  

Backport from mainline
2019-02-05  Andreas Krebbel  

PR target/88856
* config/s390/s390.md: Remove load and test FP splitter.


Modified:
branches/gcc-7-branch/gcc/ChangeLog
branches/gcc-7-branch/gcc/config/s390/s390.md

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

Title:
  gcc 8 miscompiles scipy/optimize/minpack/qrsolv.f

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

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

[Bug 1811798]

2019-02-10 Thread Krebbel
Author: krebbel
Date: Tue Feb  5 17:14:11 2019
New Revision: 268550

URL: https://gcc.gnu.org/viewcvs?rev=268550&root=gcc&view=rev
Log:
S/390: Remove load and test fp splitter

gcc/ChangeLog:

2019-02-05  Andreas Krebbel  

PR target/88856
* config/s390/s390.md: Remove load and test FP splitter.


Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/s390/s390.md

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

Title:
  gcc 8 miscompiles scipy/optimize/minpack/qrsolv.f

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

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

[Bug 1811798]

2019-02-10 Thread Krebbel
(In reply to Jakub Jelinek from comment #17)
> (In reply to Andreas Krebbel from comment #16)
> > I'll commit a patch which just removes the splitter for now. I'll try to
> > come up with a nicer testcase.
> 
> All 3 s390 splitters that do this?

I've only removed the load and test splitter for now. The other two are
only used for access register setters. There is only that one user in
Glibc and we have it that way since the very beginning. I will revisit
these for GCC >9 but would rather leave them in for now.

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

Title:
  gcc 8 miscompiles scipy/optimize/minpack/qrsolv.f

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

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

[Bug 1811798]

2019-02-10 Thread Jakub-gcc
What we could do there is remove the first of those two splitters, remove the
&& !dead_or_set_p (insn, operands[1])
test from the second, and add peephole2 that would transform
   (set (access part 1) (subreg:SI (match_dup 1) low))
   (set (match_dup 1) (rotate:DI (match_dup 1) (const_int 32)))
   (set (access part 2) (subreg:SI (match_dup 1) low))
with a lshiftrt instead of rotate if reg 1 is dead after the third insn 
(assuming rotate is more expensive as right shift, if it is the same 
expensive/same size, then having the two splitters makes no sense).  The last 
rotate should have been removed by DCE already if it was truly dead (though, of 
course, if it for some reason isn't yet, you could have another peephole2 for 
that too).

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

Title:
  gcc 8 miscompiles scipy/optimize/minpack/qrsolv.f

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

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

[Bug 1811798]

2019-02-10 Thread Jakub-gcc
That said, the regression is fixed now.

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

Title:
  gcc 8 miscompiles scipy/optimize/minpack/qrsolv.f

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

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

[Bug 1811798]

2019-02-10 Thread Jakub-gcc
(In reply to Andreas Krebbel from comment #16)
> I'll commit a patch which just removes the splitter for now. I'll try to
> come up with a nicer testcase.

All 3 s390 splitters that do this?

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

Title:
  gcc 8 miscompiles scipy/optimize/minpack/qrsolv.f

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

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

[Bug 1811798]

2019-02-10 Thread Krebbel
I'll commit a patch which just removes the splitter for now. I'll try to
come up with a nicer testcase.

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

Title:
  gcc 8 miscompiles scipy/optimize/minpack/qrsolv.f

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

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

[Bug 1757915] Re: Please port your package away from Qt 4

2019-02-10 Thread Bug Watch Updater
** Changed in: zbar (Debian)
   Status: New => Fix Released

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

Title:
  Please port your package away from Qt 4

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

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

[Bug 1811798]

2019-02-10 Thread Krebbel
Author: krebbel
Date: Tue Feb  5 17:17:00 2019
New Revision: 268551

URL: https://gcc.gnu.org/viewcvs?rev=268551&root=gcc&view=rev
Log:
S/390: Remove load and test fp splitter

gcc/ChangeLog:

2019-02-05  Andreas Krebbel  

Backport from mainline
2019-02-05  Andreas Krebbel  

PR target/88856
* config/s390/s390.md: Remove load and test FP splitter.


Modified:
branches/gcc-8-branch/gcc/ChangeLog
branches/gcc-8-branch/gcc/config/s390/s390.md

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

Title:
  gcc 8 miscompiles scipy/optimize/minpack/qrsolv.f

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

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

[Bug 232367] Re: After acpi resume gnubiff marks status of mailboxes as "error" indefinitely

2019-02-10 Thread Bug Watch Updater
** Changed in: gnubiff (Debian)
   Status: Unknown => New

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

Title:
  After acpi resume gnubiff marks status of mailboxes as "error"
  indefinitely

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

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

[Bug 1488426] Re: High CPU usage of kworker/ksoftirqd

2019-02-10 Thread JuanJo Ciarlante
FYI still happening to me on 18.04 with HWE kernel,
similar behavior as #38: kworker with steady high
cpu usage after un-docking, re-docking didn't solve
it tho.

kernel: 4.18.0-15-generic
hardware: Thinkpad x270, Thinkpad Ultra Dock, network: enp0s31f6 (dock eth) and 
wlp3s0 up

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

Title:
  High CPU usage of kworker/ksoftirqd

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

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

[Bug 1685918] Re: Change font dependency to recommendends

2019-02-10 Thread Rolf Leggewie
It looks like this fix was dropped when going to cosmic, reopening.

** Changed in: kodi (Ubuntu)
 Assignee: Rolf Leggewie (r0lf) => (unassigned)

** Changed in: kodi (Ubuntu)
   Status: Fix Released => Triaged

** Changed in: kodi (Ubuntu)
Milestone: ubuntu-18.04 => None

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

Title:
  Change font dependency to recommendends

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

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

[Bug 1813873] Re: Userspace break as a result of missing patch backport

2019-02-10 Thread Rehan Khamaruddin
I am running 18.04 with linux-image-generic-hwe-18.04 installed. I can
confirm that the issue has been resolved with the latest kernel which is
4.18.0-15-generic.

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

Title:
  Userspace break as a result of missing patch backport

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

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

[Bug 161831] Re: Can't convert us-ascii to UTF8

2019-02-10 Thread Rolf Leggewie
I believe this was fixed upstream.  Can you please confirm?

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

** Changed in: gnubiff (Ubuntu)
 Assignee: (unassigned) => Rolf Leggewie (r0lf)

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

Title:
  Can't convert us-ascii to UTF8

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

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

[Bug 1371056] Re: sucks up 100% of CPU when started via tsocks

2019-02-10 Thread Rolf Leggewie
Thanks, Larry.  No, I had not tried that option.  I do not connect to
random.ircd.de and I am frequently in Germany, so don't need the
workaround via SOCKS all the time.  As such, I prefer to do this on an
as-needed basis.

That being said, I'm happy to say I can no longer reproduce this on
bionic.  How about you, David?

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

Title:
  sucks up 100% of CPU when started via tsocks

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

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

[Bug 1815396] [NEW] ftbfs on ppc64el -- please remove package from disco

2019-02-10 Thread Michael Hudson-Doyle
Public bug reported:

golang-1.8 fails to build on ppc64el. The fix for disco is to remove the
package but for bionic we should patch it.

[test case]
build the package.

[regression potential]
The patch only affects the tests so will not affect use of the package. There 
is always the change that the rebuilt package will be broken in some way that 
the current one is not but it seems very unlikely.

** Affects: golang-1.8 (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: golang-1.8 (Ubuntu Bionic)
 Importance: Undecided
 Status: New

** Also affects: golang-1.8 (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Summary changed:

- ftbfs on ppc64el
+ ftbfs on ppc64el -- please remove package from disco

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

Title:
  ftbfs on ppc64el -- please remove package from disco

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

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

[Bug 403105] Re: gnubiff requires two clicks to react instead of one.

2019-02-10 Thread Rolf Leggewie
** Bug watch added: Debian Bug tracker #773559
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=773559

** Also affects: gnubiff (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=773559
   Importance: Unknown
   Status: Unknown

** Changed in: gnubiff (Ubuntu)
   Importance: Undecided => Low

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

Title:
  gnubiff requires two clicks to react instead of one.

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

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

[Bug 403105] Re: gnubiff requires two clicks to react instead of one.

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

** Changed in: gnubiff (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/403105

Title:
  gnubiff requires two clicks to react instead of one.

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

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

[Bug 232367] Re: After acpi resume gnubiff marks status of mailboxes as "error" indefinitely

2019-02-10 Thread Rolf Leggewie
In general, it seems as if gnubiff has trouble recovering from
intermittent connections and suspend.

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

** Also affects: gnubiff (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=507252
   Importance: Unknown
   Status: Unknown

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

Title:
  After acpi resume gnubiff marks status of mailboxes as "error"
  indefinitely

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

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

[Bug 404760] Re: gnubiff checking fails and doesn't recover on connection interruption

2019-02-10 Thread Rolf Leggewie
*** This bug is a duplicate of bug 232367 ***
https://bugs.launchpad.net/bugs/232367

** This bug has been marked a duplicate of bug 232367
   After acpi resume gnubiff marks status of mailboxes as "error" indefinitely

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

Title:
  gnubiff checking fails and doesn't recover on connection interruption

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

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

[Bug 232367] Re: After acpi resume gnubiff marks status of mailboxes as "error" indefinitely

2019-02-10 Thread Rolf Leggewie
possibly related to #404760

Is this still an issue?

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

** Changed in: gnubiff (Ubuntu)
 Assignee: (unassigned) => Rolf Leggewie (r0lf)

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

Title:
  After acpi resume gnubiff marks status of mailboxes as "error"
  indefinitely

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

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

[Bug 1815395] [NEW] GVFS-SMB write problems to SMB2 shares

2019-02-10 Thread Scott A. Wozny
Public bug reported:

Summary:

I believe there’s a bug in GVFS-SMB (or its implementation in Nautilus)
that manifests when writing to SMB2 shares.  It occurs inconsistently
(but enough to be annoying) in everyday use, but it can be replicated
consistently with a simple echo command redirected to a file on the
share.  This doesn’t happen when using the ‘mount’ command to connect to
SMB2 shares.  It also doesn’t happen when making an SMB1 connection
through Nautilus OR mount.  I’ve also tested this against 2 different
SMB servers (a Synology DS216J and a share on a Win7 Pro system) and the
results are consistent so I don’t believe it’s a server side issue.

I don’t know enough about this part of the system to identify where the
issue is or fix it, but I’ve included data below to show the basis for
my assertions above.  The workaround is either going back to SMB1 or
mounting my shares with the mount command, but I was hoping someone
could take this on and fix it long-term.  As Microsoft progressively
phases out SMB1, I think this will eventually become a wider scale
problem so now would be an opportune time to address it.  If there’s any
further data I can provide, please let me know.

Also, I’m sorry this bug report is so long, but I’m erring on the side
of too much detail rather than too little.

Detail:

On my Ubuntu 18.04 system, when I attempt to echo a string into a file
on a GVFS mounted share (left hand nav of Nautilus + Other Locations)
and that share is configured to SMB1 (client side left to negotiate,
server side locked to SMB1) this works as expected.  I tested against
SMB shares on both a Synology Diskstation DS216J NAS and a Windows 7
Professional workstation. When I was on Ubuntu 16.04 that was SMB1 only
out of the box I didn’t know this problem even existed.  Now that I’m on
Ubuntu 18.04 and my share was willing to make connection at SMB2 I
started to have weird, inconsistent disk problems.  Much troubleshooting
and analysis later, I can recreate this issue consistently with a simple
echo command to a file on the share.

To the SMB share on a Synology Diskstation NAS set to SMB1:

echo "This is a test." > /run/user/1000/gvfs/smb-
share\:server\=diskstation\,share\=fileshare/Test-File-SMB1-GVFS-NAS.txt

The command executes with no feedback (other than the return of the
prompt awaiting the next command) and the file of the name specified
with the contents specified appears at the root of the NAS file share.

To the SMB share on a Windows 7 Professional workstation set to SMB1:

echo "This is a test." > /run/user/1000/gvfs/smb-
share\:server\=hp_laptop\,share\=videos/Test-File-SMB1-GVFS-Win7.txt

The command also executes with no feedback (other than the return of the
prompt awaiting the next command) and the file of the name specified
with the contents specified appears at the root of the “videos” file
share on the Win7 workstation.

I also took PCAPs of this occurring (attached).  What they show is about
what I would expect for this operation.  Client SMB pings the server in
packet 1 who responds in packet 2, queries info on the folder in packet
4 and gets some basic info back in packet 5, queries the filename (to
make sure it doesn’t already exist) several times (not sure why), each
time getting a name not found reply in packets 6 through 17, then
creates the file in packet 18, gets back a success message in packet 19,
queries info on the new file in packet 20, gets a success response in
packet 21, writes the contents in packet 22, gets a good response in
packet 23, queries the file one more time (presumably to make sure the
new size is good) in packet 24, gets a response with the info in packet
25, requests the handle be closed in packet 26, and gets an OK to that
in packet 27.

This is all wonderful.  Perhaps slightly inefficient, but I don’t know
what’s going on under the hood, so who am I to judge?  When I switch to
SMB2 on the server side and reconnect via GVFS using Nautilus, things
fall apart.

To the SMB share on a Synology Diskstation NAS set to SMB2:

echo "This is a test." > /run/user/1000/gvfs/smb-
share\:server\=diskstation\,share\=fileshare/Test-File-SMB2-GVFS-NAS.txt

returns

bash: /run/user/1000/gvfs/smb-share:server=diskstation,share=fileshare
/Test-File-SMB2-GVFS-NAS.txt: Invalid argument

The file is where I expected it, but it is 0 bytes.

To the SMB share on a Windows 7 Professional workstation set to SMB2:

echo "This is a test." > /run/user/1000/gvfs/smb-
share\:server\=hp_laptop\,share\=videos/Test-File-SMB2-GVFS-Win7.txt

returns

bash: /run/user/1000/gvfs/smb-share:server=hp_laptop,share=videos/Test-
File-SMB2-GVFS-Win7.txt: Invalid argument

Again, the file is there in the right location, but it is 0 bytes.

Going to take a look at the PCAPs, it’s pretty clear what’s happened,
but less clear why.  The PCAPs were consistent between the NAS and the
Win7 Pro workstation.  So the client requests a file with no name
(presumably as shortcut for pwd) be opened in packet

[Bug 1813873] Re: Userspace break as a result of missing patch backport

2019-02-10 Thread md_5
No package containing the fix for 18.04 has been released yet, only 18.10. 
It is therefore expected that 18.04.X still displays the issue.

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

Title:
  Userspace break as a result of missing patch backport

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

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

[Bug 1521123] Re: hvcs vterm driver doesn't cleanup it's tty kref allocation on close

2019-02-10 Thread bugproxy
** Tags removed: severity-high
** Tags added: severity-low

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

Title:
  hvcs vterm driver doesn't cleanup it's tty kref allocation on close

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

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

[Bug 1815394] [NEW] geometry of configuration window is unnecessarily large

2019-02-10 Thread Rolf Leggewie
Public bug reported:

The config window is over 800 px tall.  That isn't necessary and
overflows on some laptop screens.

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


** Tags: bionic

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

Title:
  geometry of configuration window is unnecessarily large

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

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

[Bug 1407340] Re: popup does not show on second round (cf #763893)

2019-02-10 Thread Rolf Leggewie
I believe for me, it's the other way round on bionic.  The first click
often results in limited height.  On the second attempt, I can see the
list of mail.

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

Title:
  popup does not show on second round (cf  #763893)

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

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

  1   2   3   >