[Bug 1835387] Re: linux-hwe-edge: 5.0.0-21.22~18.04.1 -proposed tracker

2019-07-05 Thread Stefan Bader
** Tags added: block-proposed-bionic

** Tags added: block-proposed

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

Title:
  linux-hwe-edge: 5.0.0-21.22~18.04.1 -proposed tracker

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

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

[Bug 1835596] [NEW] incorrect argument to file_printable in [PATCH] PR/62

2019-07-05 Thread Zhu Mengfan
Public bug reported:

In last patch below

+From d65781527c8134a1202b2649695d48d5701ac60b Mon Sep 17 00:00:00 2001
+From: Christos Zoulas 
+Date: Mon, 18 Feb 2019 17:46:56 +
+Subject: [PATCH] PR/62: spinpx: limit size of file_printable.

+===
+--- file-5.32.orig/src/readelf.c   2019-03-13 12:38:58.854781641 -0400
 file-5.32/src/readelf.c2019-03-13 12:39:43.450945506 -0400
+@@ -725,7 +725,7 @@ do_core_note(struct magic_set *ms, unsig
+   if (file_printf(ms, ", from '%.31s', pid=%u, uid=%u, "
+   "gid=%u, nlwps=%u, lwp=%u (signal %u/code %u)",
+   file_printable(sbuf, sizeof(sbuf),
+-  CAST(char *, pi.cpi_name)),
++  RCAST(char *, pi.cpi_name), sizeof(pi.cpi_name)),
+   elf_getu32(swap, pi.cpi_pid),
+   elf_getu32(swap, pi.cpi_euid),
+   elf_getu32(swap, pi.cpi_egid),
+@@ -1564,7 +1564,8 @@ dophn_exec(struct magic_set *ms, int cla
+   return -1;
+   if (interp[0])
+   if (file_printf(ms, ", interpreter %s",
+-  file_printable(ibuf, sizeof(ibuf), interp)) == -1)
++  file_printable(ibuf, sizeof(ibuf), interp, sizeof(interp)))
++  == -1)
+   return -1;
+   return 0;
+ }

sizeof(interp) is passed to file_printable as the `slen' parameter, since 
interp is of 
type `char *', sizeof(interp) will be 8 or 4 const value for different pointer 
types, 
this makes the `interpreter' extraction for elf file limited to 8 bytes under 
x64. 

A example for this, under ubuntu 18.04:
$ file /bin/dash
/bin/dash: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically 
linked,
interpreter /lib64/l, for GNU/Linux 3.2.0, 
BuildID[sha1]=a783260e3a5fe0afdae77417eea7f
bf8d645219e, stripped

notice that the interpreter portion is `/lib64/l', which is 8 bytes long and 
only a part
of the actual interpreter path. 

the `slen' parameter here should be something like `sizeof(char) * 
length_of_buffer'
instead of sizeof(char *).

** Affects: file (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/1835596

Title:
  incorrect argument to file_printable in [PATCH] PR/62

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

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

[Bug 1835595] [NEW] Cannot turn off laptop LED using Monitor Settings

2019-07-05 Thread Rohit
Public bug reported:

(PS This is my first time reporting a bug, please be gentle if this is
the wrong package for this)

My setup is a laptop connected to an external HDMI TV.

When I turn off the laptop LCD using Preferences->Monitor Settings, the
laptop LED turns off and the HDMI TV gets a non-responsive display. The
system hangs and the only way out is to reboot the system.

ProblemType: Bug
DistroRelease: Ubuntu 19.04
Package: sddm-theme-lubuntu 19.04.2
ProcVersionSignature: Ubuntu 5.0.0-20.21-generic 5.0.8
Uname: Linux 5.0.0-20-generic x86_64
ApportVersion: 2.20.10-0ubuntu27
Architecture: amd64
CurrentDesktop: LXQt
Date: Fri Jul  5 22:32:50 2019
InstallationDate: Installed on 2018-05-20 (411 days ago)
InstallationMedia: Lubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
PackageArchitecture: all
SourcePackage: lubuntu-artwork
UpgradeStatus: Upgraded to disco on 2019-07-06 (0 days ago)

** Affects: lubuntu-artwork (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug disco

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

Title:
  Cannot turn off laptop LED using Monitor Settings

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

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

[Bug 1666681] Re: Restore interactive_search.patch (type-ahead search)

2019-07-05 Thread Max
https://gitlab.gnome.org/GNOME/nautilus/issues/1157

** Bug watch added: gitlab.gnome.org/GNOME/nautilus/issues #1157
   https://gitlab.gnome.org/GNOME/nautilus/issues/1157

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

Title:
  Restore interactive_search.patch (type-ahead search)

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

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

[Bug 1740180]

2019-07-05 Thread Alin-ilea
Reproducible in the Latest Nightly 69.0a1 (2019-07-01).

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

Title:
  Firefox stops loading Farmville 2 and hangs.

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

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

[Bug 1767570] Re: Could not delete variable: No space left on device (package shim-signed 1.34.9+13-0ubuntu2 failed to install/upgrade: installed shim-signed package post-installation script subproces

2019-07-05 Thread Launchpad Bug Tracker
[Expired for efibootmgr (Ubuntu) because there has been no activity for
60 days.]

** Changed in: efibootmgr (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/1767570

Title:
  Could not delete variable: No space left on device (package shim-
  signed 1.34.9+13-0ubuntu2 failed to install/upgrade: installed shim-
  signed package post-installation script subprocess returned error exit
  status 1)

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

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

[Bug 1827770] Re: When the browser is launched from a Snap app, the browser window is incorrectly classed as a window belonging to the Snap app rather than showing as its own application

2019-07-05 Thread Launchpad Bug Tracker
[Expired for snapd (Ubuntu) because there has been no activity for 60
days.]

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

Title:
  When the browser is launched from a Snap app, the browser window is
  incorrectly classed as a window belonging to the Snap app rather than
  showing as its own application

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

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

[Bug 1835436] Re: linux-azure: 4.18.0-1025.27~18.04.1 -proposed tracker

2019-07-05 Thread Marcelo Cerri
** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
- derivatives: bug 1834885 (azure-kernel), bug 1834887 (linux-azure-edge),
- bug 1835435 (azure-kernel)
+ derivatives: bug 1834885 (azure-kernel), bug 1834887 (linux-azure-edge)
  
  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1835438
  phase: Ready for Promote to Proposed
  phase-changed: Friday, 05. July 2019 14:14 UTC
  reason:
promote-to-proposed: Pending -- ready for review
  variant: debs

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

Title:
  linux-azure: 4.18.0-1025.27~18.04.1 -proposed tracker

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

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

[Bug 1828133] Re: Intel CyclonePeak wifi firmware

2019-07-05 Thread Anthony Wong
** Changed in: hwe-next
   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/1828133

Title:
  Intel CyclonePeak wifi firmware

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

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

[Bug 1835040] Re: Touchpd not working properly on Linux

2019-07-05 Thread Arnab Satapathi
Ran `apport-collect`.

Please use this dmesg log for debugging.

https://launchpadlibrarian.net/431451139/dmesg.log

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

Title:
  Touchpd not working properly on Linux

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

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

[Bug 1834887] Re: linux-azure-edge: 5.0.0-1012.12~18.04.1 -proposed tracker

2019-07-05 Thread Ubuntu Kernel Bot
** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  kernel-stable-master-bug: 1835436
  phase: Holding before Promote to Proposed
  phase-changed: Friday, 05. July 2019 19:43 UTC
  reason:
-   promote-to-proposed: Ongoing -- builds not complete in ppa 
signed:building,main:building
+   promote-to-proposed: Pending -- builds not complete in ppa 
signed:building,main:failed
  variant: debs

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

Title:
  linux-azure-edge: 5.0.0-1012.12~18.04.1 -proposed tracker

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

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

[Bug 1829968] Re: motd [on at least some instances] does not auto-update daily

2019-07-05 Thread Launchpad Bug Tracker
This bug was fixed in the package base-files - 10.2ubuntu4

---
base-files (10.2ubuntu4) eoan; urgency=medium

  * debian/motd-news.timer: Change the timer to use an OnCalendar entry
instead since neither OnActiveSec nor OnUnitActiveSec accomplished the
intended goal. (LP: #1829968)

 -- Brian Murray   Fri, 05 Jul 2019 15:30:39 -0700

** Changed in: base-files (Ubuntu Eoan)
   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/1829968

Title:
  motd [on at least some instances] does not auto-update daily

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

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

[Bug 1834887] Re: linux-azure-edge: 5.0.0-1012.12~18.04.1 -proposed tracker

2019-07-05 Thread Ubuntu Kernel Bot
** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  kernel-stable-master-bug: 1835436
  phase: Holding before Promote to Proposed
  phase-changed: Friday, 05. July 2019 19:43 UTC
  reason:
-   promote-to-proposed: Pending -- builds not complete in ppa 
signed:building,main:failed
+   promote-to-proposed: Ongoing -- builds not complete in ppa 
signed:building,main:building
  variant: debs

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

Title:
  linux-azure-edge: 5.0.0-1012.12~18.04.1 -proposed tracker

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

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

[Bug 1807056] Re: Occasional Keyboard freeze

2019-07-05 Thread Gitau Harrison
I encounter the occasional keyboard freezes on my Ubuntu 18.04
(Communitheme). Clicking the 'Show Application' menu strangely restores
keyboard functionality.

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

Title:
  Occasional Keyboard freeze

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

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

[Bug 1812342] Re: lubuntu 19.04 - pcmanfm-qt menu won't show on 2nd display

2019-07-05 Thread Chris Guiver
19.10 QA-test on lenovo thinkpad x201 (i5-m520, 4gb, i915)
with external vga display connected

--  (notes copied & adjusted from qa-test comments)
adjust monitor setup so vga is below laptop

pcmanfm-qt to explore how menu reacts now; fine on laptop, it's not good on 
now-bottom display, but at least showing and usable.. menus appear at very top 
of display
https://bugs.launchpad.net/ubuntu/+source/pcmanfm-qt/+bug/1812342

Menus display, just not as expected. this is an improvement! (note: my
resolutions differ so it may not be it but I don't want a new bug
report)

I'm suspicious this is changed behavior, & not new - thus old bug report
used.

** Attachment added: "bottom diplay pcmanfm-qt VIEW menu selected & note: menu 
appears at top of display"
   
https://bugs.launchpad.net/ubuntu/+source/pcmanfm-qt/+bug/1812342/+attachment/5275348/+files/pcmanfm-qt_menu_wrong-posn.png

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

Title:
  lubuntu 19.04 - pcmanfm-qt menu won't show on 2nd display

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

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

[Bug 1832138] Re: Login screen never appears on vmwgfx using bionic kernel 4.15

2019-07-05 Thread Gary Filipski
Tested bionic-proposed with both original VM that exhibited the problem
on upgrade and a separate VM used to test the work-around (uncommenting
WaylandEnable=false in /etc/gdm3/custom.conf).

Both VMs upgraded and ran successfully using
https://wiki.ubuntu.com/Testing/EnableProposed.

-

# First test w/older VM that first exhibited the problem...

# [ No network card present ]
# Booted from old, saved VM where update first screwed up:

$ uname -a
Linux linuxTest 4.15.0-43-generic #46-Ubuntu SMP Thu Dec 6 14:45:28 UTC 
2018 x86_64 x86_64 x86_64 GNU/Linux

# Added bionic-proposed repository in update / developer options
# [ Enabled network card for VM ]
# Updated to current; restarted
# Booted & logged in normally

$ uname -a
Linux linuxTest 4.15.0-55-generic #60-Ubuntu SMP Tue Jul 2 18:22:20 UTC 
2019 x86_64 x86_64 x86_64 GNU/Linux

# Yea!

-

# Second test with VM used for later testing of the problem...

# [ No network card present ]
# Re-tested with more recent problem VM...
# Removed fix in /etc/gdm3/custom.conf (re-commented WaylandEnable=false)
# Booted to watch login hang
# {Shift} boot w/Grub in recovery mode to recovery mode menu; resumed startup.
# Logged in (desktop @800x600); re-set desktop width

$ uname -a
Linux Linux linuxTest 4.15.0-52-generic #56-Ubuntu SMP Tue Jun 4 22:49:08 
UTC 2019 x86_64 x86_64 x86_64 GNU/Linux

# Added bionic-proposed repository in update / developer options
# [ Enabled network card for VM ]
# Updated to current; restarted
# Booted & logged in normally

$ uname -a
Linux linuxTest 4.15.0-55-generic #60-Ubuntu SMP Tue Jul 2 18:22:20 UTC 
2019 x86_64 x86_64 x86_64 GNU/Linux

# Yea!

-

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

Title:
  Login screen never appears on vmwgfx using bionic kernel 4.15

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

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

[Bug 1784757] Re: [SRU] rabbitmq-server does not properly shutdown

2019-07-05 Thread Bug Watch Updater
** Changed in: rabbitmq-server (Debian)
   Status: Unknown => Fix Released

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

Title:
  [SRU] rabbitmq-server does not properly shutdown

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

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

[Bug 1835095] Re: Lubuntu initrd images leaking cryptographic secret when disk encryption is used

2019-07-05 Thread Bug Watch Updater
** Changed in: calamares
   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/1835095

Title:
  Lubuntu initrd images leaking cryptographic secret when disk
  encryption is used

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

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

[Bug 1822776] Re: [SRU] Apply Bash 4.4.20 to fix cpu spinning on built-in wait

2019-07-05 Thread Bryce Harrington
Thanks for testing so thoroughly!  I've gone ahead and set the
verification tags to done, to allow this to now go out.  I've also added
your script to the Test Case, for future reference.

** Description changed:

  [Impact]
  
  Long running bash loops that create and reap processes will crash,
  hanging at 100% CPU.
  
  [Test Case]
  
  A PPA with the proposed fix included is at:
  
-   https://launchpad.net/~bryce/+archive/ubuntu/bash-sru-19-010-1
+   https://launchpad.net/~bryce/+archive/ubuntu/bash-sru-19-010-1
  
  Install the PPA with the fix via:
  
-   sudo add-apt-repository ppa:bryce/bash-sru-19-010-1
-   sudo apt-get update
-   sudo apt-get install bash
+   sudo add-apt-repository ppa:bryce/bash-sru-19-010-1
+   sudo apt-get update
+   sudo apt-get install bash
  
  Run this loop for a few days/weeks:
  
    #!/bin/bash
    while true; do
  sleep 0.5 &
  wait
    done
+ 
+ Reproducer script:
+ 
https://bugs.launchpad.net/ubuntu/+source/bash/+bug/1822776/+attachment/5275112/+files
+ /bash-crash-test.sh
  
  It will eventually cause the 'wait' statement to hang, consuming 100%
  after some indeterminate amount of time, dependent on how fast PIDs are
  cycled in the machine.
  
  The Bash bug report mentions longer running loops, but it seems hash
  collisions are the cause, meaning it's just a matter of chance,
  influenced by how fast PIDs are cycled on the machine.
  
  [Regression Potential]
  
  The fix has been reviewed and accepted upstream.  The patch adds a test
  at time of pid determination for if the pid is already in use and if so,
  skip it and pick a different one.  This does change behavior slightly in
  that different pid numbers will be generated in rare cases, but nothing
  should depend on how pids are generated, as the behavior is not
  specified to be anything but random.
  
  The patch adds a new warning message, "bgp_delete: LOOP: psi (%d) ==
  storage[psi].bucket_next", but this only shows when the original bug
  would have been triggered.
  
  Using 'apt-get source bash' to get the original source version, I
  created a deb that includes the 4.4.20 patch and have been running it
  since April 2nd. The 100% CPU spinning is solved, and no other
  regressions have been observed.
  
  Ubuntu 18.04 is already at 4.4.19, which is one patch level behind, so
  this involves linearly progressing to the next version (so not skipping
  patches).
  
  [Fix]
  
  Official patch to fix, and to bump to 4.4.20:
  
  http://ftp.gnu.org/gnu/bash/bash-4.4-patches/bash44-020
  
  The newest Ubuntu tar.xz with patches I could find at:
  
  http://archive.ubuntu.com/ubuntu/pool/main/b/bash/
  
  also didn't have the 4.4.20 patch, so it seems no Ubuntu release has the
  fix yet.
  
  Although not completely sure, this problem seems to have been introduced
  in the 4.4 version of Bash, so in term of LTS versions, 18.04 and up are
  affected.
  
  [Original Report]
  Bash pre-4.4.20 has a bug in its PID hash table that causes spin-loops when 
spawning sub processes and waiting for them. There is a fix:
  
  https://ftp.gnu.org/gnu/bash/bash-4.4-patches/bash44-020
  
  Our application started being affected (locking up) by this since
  migrating from Ubuntu 14.04 to 18.04. Ubuntu 14.04 has bash 4.3.11(1),
  Ubuntu 18.04 has bash 4.4.19 (that is, when running 'bash --version',
  because of their unusual versions as patches, apt shows it as
  4.4.18-2ubuntu1).
  
  The 4.4-020 version needs to be included. I think it's actually quite
  critical.
  
  A justification for including the fix would be that a standard language
  feature in a script language is broken, and that it's indeterminate when
  it breaks. Considering the wide spread use of bash, I'm surprised not
  more people have reported issues. My and a client started having issues
  with independently of each other very soon after upgrading to an
  affected version.

** Tags removed: verification-needed verification-needed-bionic 
verification-needed-cosmic
** Tags added: verification-done verification-done-bionic 
verification-done-cosmic

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

Title:
  [SRU] Apply Bash 4.4.20 to fix cpu spinning on built-in wait

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

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

[Bug 1834887] Re: linux-azure-edge: 5.0.0-1012.12~18.04.1 -proposed tracker

2019-07-05 Thread Ubuntu Kernel Bot
** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  kernel-stable-master-bug: 1835436
  phase: Holding before Promote to Proposed
  phase-changed: Friday, 05. July 2019 19:43 UTC
  reason:
-   promote-to-proposed: Pending -- builds not complete in ppa 
main:failed,signed:building
+   promote-to-proposed: Pending -- builds not complete in ppa 
signed:building,main:failed
  variant: debs

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

Title:
  linux-azure-edge: 5.0.0-1012.12~18.04.1 -proposed tracker

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

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

[Bug 1835589] [NEW] extracted data is corrupted

2019-07-05 Thread Thomas DEBESSE
Public bug reported:

I faced the bug using `msiextract` tool from `msitools` package that
relies on `libgcab`.

Someone already reported the bug on msitools side, there is reproduceable steps 
there:
https://gitlab.gnome.org/GNOME/msitools/issues/6

They said the bug is in libgcab, it was already reported and upstream seams to 
be fixed now:
https://bugzilla.redhat.com/show_bug.cgi?id=1608301

I see the libgcab package is currently the same in disco and eoan:
https://packages.ubuntu.com/search?keywords=libgcab=names=all=all

It would be good to get the fix imported into Ubuntu before eoan
release, and if possible, backported to disco.

ProblemType: Bug
DistroRelease: Ubuntu 19.04
Package: libgcab-1.0-0 1.2-2
ProcVersionSignature: Ubuntu 5.0.0-20.21-generic 5.0.8
Uname: Linux 5.0.0-20-generic x86_64
ApportVersion: 2.20.10-0ubuntu27
Architecture: amd64
CurrentDesktop: GNOME
Date: Fri Jul  5 23:45:22 2019
SourcePackage: gcab
UpgradeStatus: No upgrade log present (probably fresh install)
modified.conffile..etc.default.apport: [modified]
mtime.conffile..etc.default.apport: 2018-06-16T17:39:00.798346

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


** Tags: amd64 apport-bug disco

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

Title:
  extracted data is corrupted

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

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

[Bug 1834887] Re: linux-azure-edge: 5.0.0-1012.12~18.04.1 -proposed tracker

2019-07-05 Thread Ubuntu Kernel Bot
** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  kernel-stable-master-bug: 1835436
  phase: Holding before Promote to Proposed
  phase-changed: Friday, 05. July 2019 19:43 UTC
  reason:
-   promote-to-proposed: Pending -- builds not complete in ppa 
signed:building,main:failed
+   promote-to-proposed: Pending -- builds not complete in ppa 
main:failed,signed:building
  variant: debs

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

Title:
  linux-azure-edge: 5.0.0-1012.12~18.04.1 -proposed tracker

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

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

[Bug 1784757] Re: [SRU] rabbitmq-server does not properly shutdown

2019-07-05 Thread Bryce Harrington
** Bug watch added: Debian Bug tracker #812342
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=812342

** Also affects: rabbitmq-server (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=812342
   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/1784757

Title:
  [SRU] rabbitmq-server does not properly shutdown

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

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

[Bug 1833814] Re: heat_dashboard: Cannot get openstack resources & Error: Unable to retrieve stack list.

2019-07-05 Thread Dmitrii Shcherbakov
Tried to reproduce the same but hit this
https://bugs.launchpad.net/ubuntu/+source/neutron-fwaas-
dashboard/+bug/1828293 as the fix was not synced into the archive yet.

I am pretty sure the issue was due to the lack of a relation between
Vault and Heat.

I will try it again if I get a chance after the packages are synced.

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

Title:
  heat_dashboard: Cannot get openstack resources & Error: Unable to
  retrieve stack list.

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

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

[Bug 1828293] Re: [Queens -> Rocky Upgrade] python3-neutron-fwaas-dashboard installation: trying to overwrite '/etc/openstack-dashboard/neutron-fwaas-policy.json', which is also in package python-neut

2019-07-05 Thread Dmitrii Shcherbakov
Looks like Rocky UCA hasn't been updated with 1.5.0-0ubuntu3.1 yet:

http://ubuntu-cloud.archive.canonical.com/ubuntu/dists/bionic-
updates/rocky/main/binary-amd64/Packages

Package: python3-neutron-fwaas-dashboard
Source: neutron-fwaas-dashboard
Priority: optional
Section: python
Installed-Size: 615
Maintainer: Ubuntu Developers 
Architecture: all
Version: 1.5.0-0ubuntu3~cloud0

apt policy python3-neutron-fwaas-dashboard
python3-neutron-fwaas-dashboard:
  Installed: (none)
  Candidate: 1.5.0-0ubuntu3~cloud0
  Version table:
 1.5.0-0ubuntu3~cloud0 500
500 http://ubuntu-cloud.archive.canonical.com/ubuntu 
bionic-updates/rocky/main amd64 Packages

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

Title:
  [Queens -> Rocky Upgrade] python3-neutron-fwaas-dashboard
  installation: trying to overwrite '/etc/openstack-dashboard/neutron-
  fwaas-policy.json', which is also in package python-neutron-fwaas-
  dashboard

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-openstack-dashboard/+bug/1828293/+subscriptions

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

[Bug 1834887] Re: linux-azure-edge: 5.0.0-1012.12~18.04.1 -proposed tracker

2019-07-05 Thread Ubuntu Kernel Bot
** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  kernel-stable-master-bug: 1835436
  phase: Holding before Promote to Proposed
  phase-changed: Friday, 05. July 2019 19:43 UTC
  reason:
-   promote-to-proposed: Pending -- builds not complete in ppa 
main:failed,signed:building
+   promote-to-proposed: Pending -- builds not complete in ppa 
signed:building,main:failed
  variant: debs

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

Title:
  linux-azure-edge: 5.0.0-1012.12~18.04.1 -proposed tracker

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

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

[Bug 1666681] Re: Restore interactive_search.patch (type-ahead search)

2019-07-05 Thread Max
Related bug in official nautilus repo

https://gitlab.gnome.org/GNOME/nautilus/issues/244

** Bug watch added: gitlab.gnome.org/GNOME/nautilus/issues #244
   https://gitlab.gnome.org/GNOME/nautilus/issues/244

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

Title:
  Restore interactive_search.patch (type-ahead search)

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

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

[Bug 1835585] [NEW] Xorg doesn't remember monitor settings/layout

2019-07-05 Thread Ian Johnson
Public bug reported:

I'm not sure if this is an Xorg issue or something else, but basically I
have enabled fractional scaling in my Disco Dingo install and upon
rebooting the scaling and the layout of the monitors is forgotten. I
have 2 identical Samsung monitors + 1 LG monitor where the LG and 1 of
the Samsung monitors are connected via DisplayPort and the 2nd Samsung
monitor is connected over HDMI. My GPU is an NVIDIA Titan X (Maxwell
architecture) and I am using the recommended nvidia-driver-418 package.

ProblemType: Bug
DistroRelease: Ubuntu 19.04
Package: xorg 1:7.7+19ubuntu12
ProcVersionSignature: Ubuntu 5.0.0-20.21-generic 5.0.8
Uname: Linux 5.0.0-20-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
.proc.driver.nvidia.gpus..43.00.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/:43:00.0'
.proc.driver.nvidia.registry: Binary: ""
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86_64 Kernel Module  418.56  Fri Mar 15 12:59:26 
CDT 2019
 GCC version:  gcc version 8.3.0 (Ubuntu 8.3.0-6ubuntu1)
ApportVersion: 2.20.10-0ubuntu27
Architecture: amd64
BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Fri Jul  5 17:59:17 2019
DistUpgraded: Fresh install
DistroCodename: disco
DistroVariant: ubuntu
DkmsStatus:
 nvidia, 418.56, 5.0.0-13-generic, x86_64: installed
 nvidia, 418.56, 5.0.0-20-generic, x86_64: installed
ExtraDebuggingInterest: Yes
GraphicsCard:
 NVIDIA Corporation GM200 [GeForce GTX TITAN X] [10de:17c2] (rev a1) (prog-if 
00 [VGA controller])
   Subsystem: NVIDIA Corporation GM200 [GeForce GTX TITAN X] [10de:1132]
InstallationDate: Installed on 2019-07-05 (0 days ago)
InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Release amd64 (20190416)
MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.0.0-20-generic 
root=UUID=7dcb76c1-97b7-4439-8265-5ab83b155f51 ro quiet splash vt.handoff=1
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/24/2018
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: P3.50
dmi.board.name: X399 Taichi
dmi.board.vendor: ASRock
dmi.chassis.asset.tag: Default string
dmi.chassis.type: 3
dmi.chassis.vendor: Default string
dmi.chassis.version: Default string
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP3.50:bd12/24/2018:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnX399Taichi:rvr:cvnDefaultstring:ct3:cvrDefaultstring:
dmi.product.family: To Be Filled By O.E.M.
dmi.product.name: To Be Filled By O.E.M.
dmi.product.sku: To Be Filled By O.E.M.
dmi.product.version: To Be Filled By O.E.M.
dmi.sys.vendor: To Be Filled By O.E.M.
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.97-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 19.0.2-1ubuntu1.1
version.libgl1-mesa-glx: libgl1-mesa-glx N/A
version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.20.4-1ubuntu3
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.0.1-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20180925-2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

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


** Tags: amd64 apport-bug disco resolution ubuntu

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

Title:
  Xorg doesn't remember monitor settings/layout

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

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

[Bug 1400463] Re: [Medion Akoya P2214T] Touchpad not properly recognized

2019-07-05 Thread Daniel Schimpf
Hey,

I have an Akoya P2214T with the same ITE Tech. Inc. ITE Device(8910)
Touchpad. Is the fix still available somewhere or another solution. The
link above doesnt work anymore. Did ELAN Microelectronics Corp. get
anything done?

Thanks!

Daniel

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

Title:
  [Medion Akoya P2214T] Touchpad not properly recognized

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

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

[Bug 1835583] Missing required logs.

2019-07-05 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 1835583

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

Title:
  Text not rendering correctly after resume from suspend

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

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

[Bug 1677818] Re: Missing dep8 tests

2019-07-05 Thread Launchpad Bug Tracker
This bug was fixed in the package fetchmail - 6.4.0~beta4-3ubuntu1

---
fetchmail (6.4.0~beta4-3ubuntu1) eoan; urgency=medium

  * Merge with Debian unstable. Remaining changes:
- d/p/sni-support.patch: TLS: set hostname for SNI. Thanks to Matthias
  Andree  (LP #1798786)
  * Added Changes:
- d/p/clang-robustness.patch: Backport clang null pointer checks from 
upstream
  to prevent potential segfaults.
- d/p/set-umask-for-fetchids.patch: Backport upstream fix to set umask
  properly before writing the .fetchids file.
- d/p/tests: Add preliminary/basic dep8 tests to check installation and
  service operation.
  (Partial fix for LP: #1677818)

fetchmail (6.4.0~beta4-3) unstable; urgency=medium

  * Backport fix potential SIGSEGV in pop3_delete (closes: #921450).
  * Backport native name verification for OpenSSL.

fetchmail (6.4.0~beta4-2) unstable; urgency=medium

  * Upload to Sid.
  * Update Standards-Version to 4.3.0 .

fetchmail (6.4.0~beta4-1) experimental; urgency=medium

  * New major upstream beta release:
- improved TLS support (closes: #768843).
  * Update watch file.
  * Disable Vcs-* fields for now.
  * Update debhelper level to 11:
- remove dh-autoreconf build dependency,
- remove autotools-dev build dependency,
- don't specify parallel to debhelper,
- specify restart-after-upgrade to dh_installinit .
  * Update Standards-Version to 4.1.4 .

  [ Russell Coker  ]
  * Run restorecon after creating directory from init script (closes: #752598).

  [ Nicolas Boulenguez  ]
  * Packaging updates (closes: #895366):
- rename d/init to d/fetchmail.init, as recommended by policy,
- give standard formatting to header of 01_fetchmailconf.patch ,
- remove obsolete debian/pycompat ,
- fix typo in manpage,
- delegate installation of ppp and logcheck scripts to debhelper,
- delegate manpages from dh_install to more specialized
  dh_installmanpages ,
- install contrib files and resolvconf directly without intermediate copy
  in debian/tmp ,
- switch copyright to format 1.0 and add some missing licenses.
- delegate buggy installation of README.contrib to debhelper,
- per policy 4.0.0, use invoke-rc.d instead of calling /etc/init.d/*
  directly,
- rules: drop paragraphe preparing unused variable CONFFLAGS ,
- rules: simplify some variable affectations,
- delegate build flags stuff to dpkg-buildflags .

  [ Kevin Ryde  ]
  * Let fetchmail-mode run hook after other settings (closes: #710319).

 -- Bryce Harrington   Sun, 16 Jun 2019 18:45:16
-0700

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

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

Title:
  Missing dep8 tests

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

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

[Bug 1835583] [NEW] Text not rendering correctly after resume from suspend

2019-07-05 Thread Tomasz Kanik
Public bug reported:

Since 19.04, I've been experiencing frequent difficulties resuming from
suspend, causing text not to be displayed at all, or wrong characters to
be displayed. Please see the attached screenshots.

I don't know what part of the system this lies in. It seems to affect
all gtk apps at least. Firefox and Chromium renders just fine when this
happens, other than the titlebar.

Description:Pop!_OS 19.04
Release:19.04

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

** Attachment added: "bug.zip"
   https://bugs.launchpad.net/bugs/1835583/+attachment/5275319/+files/bug.zip

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

Title:
  Text not rendering correctly after resume from suspend

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

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

[Bug 1834887] Re: linux-azure-edge: 5.0.0-1012.12~18.04.1 -proposed tracker

2019-07-05 Thread Ubuntu Kernel Bot
** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  kernel-stable-master-bug: 1835436
  phase: Holding before Promote to Proposed
  phase-changed: Friday, 05. July 2019 19:43 UTC
  reason:
-   promote-to-proposed: Pending -- builds not complete in ppa 
signed:building,main:failed
+   promote-to-proposed: Pending -- builds not complete in ppa 
main:failed,signed:building
  variant: debs

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

Title:
  linux-azure-edge: 5.0.0-1012.12~18.04.1 -proposed tracker

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

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

[Bug 1835270] Re: linux: 3.2.0-142.189 -proposed tracker

2019-07-05 Thread Ubuntu Kernel Bot
** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  phase: Holding before Promote to Proposed
  phase-changed: Friday, 05. July 2019 19:03 UTC
  reason:
-   promote-to-proposed: Pending -- builds not complete in ppa 
lbm:failed,main:building
+   promote-to-proposed: Pending -- builds not complete in ppa lbm:failed
  variant: debs

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

Title:
  linux: 3.2.0-142.189 -proposed tracker

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

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

[Bug 1835581] Re: networkd-dhcp4 does not set prefsrc for dhcp-provided classless or static routes

2019-07-05 Thread Dan Streetman
test build in ppa:
https://launchpad.net/~ddstreet/+archive/ubuntu/lp1835581/+packages

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

Title:
  networkd-dhcp4 does not set prefsrc for dhcp-provided classless or
  static routes

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

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

[Bug 1834887] Re: linux-azure-edge: 5.0.0-1012.12~18.04.1 -proposed tracker

2019-07-05 Thread Ubuntu Kernel Bot
** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  kernel-stable-master-bug: 1835436
  phase: Holding before Promote to Proposed
  phase-changed: Friday, 05. July 2019 19:43 UTC
  reason:
-   promote-to-proposed: Pending -- builds not complete in ppa 
main:failed,signed:building
+   promote-to-proposed: Pending -- builds not complete in ppa 
signed:building,main:failed
  variant: debs

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

Title:
  linux-azure-edge: 5.0.0-1012.12~18.04.1 -proposed tracker

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

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

[Bug 1835581] Re: networkd-dhcp4 does not set prefsrc for dhcp-provided classless or static routes

2019-07-05 Thread Dan Streetman
upstream PR: https://github.com/systemd/systemd/pull/12970

** Bug watch added: github.com/systemd/systemd/issues #12969
   https://github.com/systemd/systemd/issues/12969

** Also affects: systemd via
   https://github.com/systemd/systemd/issues/12969
   Importance: Unknown
   Status: Unknown

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

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

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

** Also affects: systemd (Ubuntu Disco)
   Importance: Undecided
   Status: New

** Changed in: systemd (Ubuntu Eoan)
 Assignee: (unassigned) => Dan Streetman (ddstreet)

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

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

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

Title:
  networkd-dhcp4 does not set prefsrc for dhcp-provided classless or
  static routes

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

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

[Bug 1834948] Re: linux-azure: 4.15.0-1051.56~14.04.1 -proposed tracker

2019-07-05 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/promote-to-proposed
   Status: New => Confirmed

** Tags added: block-proposed-trusty

** Tags added: block-proposed

** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
+ boot-testing-requested: true
  kernel-stable-master-bug: 1834950
- phase: Holding before Promote to Proposed
- phase-changed: Friday, 05. July 2019 08:43 UTC
+ phase: Ready for Promote to Proposed
+ phase-changed: Friday, 05. July 2019 22:13 UTC
  reason:
-   promote-to-proposed: Ongoing -- builds not complete in ppa signed:building
+   promote-to-proposed: Pending -- ready for review
  variant: debs

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

Title:
  linux-azure: 4.15.0-1051.56~14.04.1 -proposed tracker

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

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

[Bug 1834706] Re: linux-azure: 5.0.0-1011.11 -proposed tracker

2019-07-05 Thread Launchpad Bug Tracker
This bug was fixed in the package linux-azure - 5.0.0-1011.11

---
linux-azure (5.0.0-1011.11) disco; urgency=medium

  * linux-azure: 5.0.0-1011.11 -proposed tracker (LP: #1834706)

  * linux-azure: mlx4, mlx5, ibverbs, ib_umad are not being loaded by default
(LP: #1834696)
- Revert "UBUNTU: [Config] linux-azure: CONFIG_MLX{4,5}_INFINIBAND=m"

 -- Marcelo Henrique Cerri   Fri, 28 Jun
2019 22:13:08 -0300

** Changed in: linux-azure (Ubuntu)
   Status: Invalid => 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/1834706

Title:
  linux-azure: 5.0.0-1011.11 -proposed tracker

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

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

[Bug 1835581] [NEW] networkd-dhcp4 does not set prefsrc for dhcp-provided classless or static routes

2019-07-05 Thread Dan Streetman
Public bug reported:

[impact]

the systemd networkd dhcp4 client sets the prefsrc for the default route
added when a dhcp server provides only the gateway; but if the dhcp
server provides classless route(s), those are configured instead, and
the prefsrc is not set for those.

Normally this is ok, but if the dhcp client system has other address(es)
configured on the interface using dhcp, then the src for packets sent
through a classless/static route might not be the same as the address
provided by the dhcp server.

If the gateway/router provided in the dhcp classless/static route(s)
only allows traffic from the address provided to the dhcp client, then
traffic from the dhcp client may be dropped by the gateway/router.

[test case]

set up a dhcp server system (e.g. ubuntu with dnsmasq installed and
configured) and a dhcp client system.  For example on the dhcp server,
use this dnsmasq config:

interface=ens8
bind-interfaces
domain=test,10.10.0.0/24
dhcp-option=42,10.10.0.1
dhcp-range=test,10.10.0.10,10.10.0.100,1h


On the dhcp client system, use networkd config such as:

$ cat /etc/systemd/network/80-ens8.network 
[Match]
Name=ens8

[Network]
DHCP=ipv4
LinkLocalAddressing=ipv6
Address=10.10.0.5/24


Reboot the client, or restart networkd, and it should result in:

$ ip -4 a show ens8
3: ens8:  mtu 1500 qdisc fq_codel state UP 
group default qlen 1000
inet 10.10.0.5/24 brd 10.10.0.255 scope global ens8
   valid_lft forever preferred_lft forever
inet 10.10.0.75/24 brd 10.10.0.255 scope global secondary dynamic ens8
   valid_lft 3580sec preferred_lft 3580sec

$ ip r
default via 10.10.0.1 dev ens8 proto dhcp src 10.10.0.75 metric 1024 
10.10.0.0/24 dev ens8 proto kernel scope link src 10.10.0.5 
10.10.0.1 dev ens8 proto dhcp scope link src 10.10.0.75 metric 1024 

Note that, because networkd completes the static ip configuration before
the dhcp reply is returned and processed, the static address is used for
the subnet-local routing.  But for global routing through the gateway,
the dhcp-provided address is used:

$ ip r get 1.1.1.1
1.1.1.1 via 10.10.0.1 dev ens8 src 10.10.0.75 uid 1000 


Now on the server, add a classless route:

dhcp-option=121,0.0.0.0/0,10.10.0.1

and restart dnsmasq on the server.  Then on the client, reboot.  It
should now have:

$ ip -4 a show ens8
3: ens8:  mtu 1500 qdisc fq_codel state UP 
group default qlen 1000
inet 10.10.0.5/24 brd 10.10.0.255 scope global ens8
   valid_lft forever preferred_lft forever
inet 10.10.0.75/24 brd 10.10.0.255 scope global secondary dynamic ens8
   valid_lft 3585sec preferred_lft 3585sec

$ ip r
default via 10.10.0.1 dev ens8 proto dhcp metric 1024 
10.10.0.0/24 dev ens8 proto kernel scope link src 10.10.0.5 

Now, the global route will use the static address, not the dhcp-provided
address:

$ ip r get 1.1.1.1
1.1.1.1 via 10.10.0.1 dev ens8 src 10.10.0.5 uid 1000 


If the router, 10.10.0.1, only will forward traffic sent from the dhcp address 
it provided, 10.10.0.75, then this configuration will result in the client 
being unable to reach anything through the router, because all its packets will 
have a source address of 10.10.0.5, which the router would drop/reject.

[regression potential]

this only affects dhcp routes provided by a dhcp server using the
'static' or 'classless' route dhcp options.  Since this behavior is
currently the default when a system doesn't add static address(es) to
interfaces that also get dhcp addresses, this is likely not a change in
behavior for the vast majority of systems.  And any systems that do add
static address(es) would usually be able to route through a gateway from
either the dhcp-provided, or static, address.  So the regression
potential for this change should be low.

[other info]

TBD

** Affects: systemd (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/1835581

Title:
  networkd-dhcp4 does not set prefsrc for dhcp-provided classless or
  static routes

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

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

[Bug 1833237] Re: skiboot ftbfs in eoan

2019-07-05 Thread Launchpad Bug Tracker
This bug was fixed in the package binutils - 2.32.51.20190702-1ubuntu1

---
binutils (2.32.51.20190702-1ubuntu1) eoan; urgency=medium

  * Snapshot, taken from the trunk (20190702).

binutils (2.32.51.20190702-1) experimental; urgency=medium

  * Snapshot, taken from the trunk (20190702).
  * Apply proposed patch for PR ld/24753.

binutils (2.32.51.20190701-1ubuntu1) eoan; urgency=medium

  * Snapshot, taken from the trunk (20190701).

binutils (2.32.51.20190701-1) experimental; urgency=medium

  * Snapshot, taken from the trunk (20190701).

 -- Matthias Klose   Tue, 02 Jul 2019 12:48:46 +0200

** Changed in: binutils (Ubuntu Eoan)
   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/1833237

Title:
  skiboot ftbfs in eoan

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

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

[Bug 1821625] Re: systemd 237-3ubuntu10.14 ADT test failure on Bionic ppc64el (test-seccomp)

2019-07-05 Thread Colin Ian King
I agree with the analysis in comment #13 about stress-ng.

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

Title:
  systemd 237-3ubuntu10.14 ADT test failure on Bionic ppc64el (test-
  seccomp)

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

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

[Bug 1835580] [NEW] Disco update: 5.0.16 upstream stable release

2019-07-05 Thread Connor Kuehl
Public bug reported:


SRU Justification

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

   5.0.16 upstream stable release
   from git://git.kernel.org/

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

** Affects: linux (Ubuntu Disco)
 Importance: Medium
 Assignee: Connor Kuehl (connork)
 Status: In Progress


** Tags: kernel-stable-tracking-bug

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

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

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

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

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

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

** Changed in: linux (Ubuntu Disco)
 Assignee: (unassigned) => Connor Kuehl (connork)

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

Title:
  Disco update: 5.0.16 upstream stable release

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

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

[Bug 1835387] Re: linux-hwe-edge: 5.0.0-21.22~18.04.1 -proposed tracker

2019-07-05 Thread Ubuntu Kernel Bot
** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  kernel-stable-master-bug: 1835388
  phase: Packaging
  phase-changed: Friday, 05. July 2019 15:42 UTC
  reason:
-   prepare-package-meta: Pending -- package not yet uploaded
+   prepare-package-meta: Pending -- package tag not yet published
+   promote-to-proposed: Pending -- source package tags missing
  variant: debs

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

Title:
  linux-hwe-edge: 5.0.0-21.22~18.04.1 -proposed tracker

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

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

[Bug 1834948] Re: linux-azure: 4.15.0-1051.56~14.04.1 -proposed tracker

2019-07-05 Thread Ubuntu Kernel Bot
** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  kernel-stable-master-bug: 1834950
  phase: Holding before Promote to Proposed
  phase-changed: Friday, 05. July 2019 08:43 UTC
  reason:
-   promote-to-proposed: Pending -- builds not complete in ppa 
signed:retry-needed
+   promote-to-proposed: Ongoing -- builds not complete in ppa signed:building
  variant: debs

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

Title:
  linux-azure: 4.15.0-1051.56~14.04.1 -proposed tracker

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

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

[Bug 1835270] Re: linux: 3.2.0-142.189 -proposed tracker

2019-07-05 Thread Ubuntu Kernel Bot
** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  phase: Holding before Promote to Proposed
  phase-changed: Friday, 05. July 2019 19:03 UTC
  reason:
-   promote-to-proposed: Ongoing -- builds not complete in ppa 
main:building,lbm:building
+   promote-to-proposed: Pending -- builds not complete in ppa 
lbm:failed,main:building
  variant: debs

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

Title:
  linux: 3.2.0-142.189 -proposed tracker

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

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

[Bug 1835388] Re: linux-hwe: 5.0.0-21.22~18.04.1 -proposed tracker

2019-07-05 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/promote-to-proposed
   Status: New => Confirmed

** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  derivatives: bug 1835387 (linux-hwe-edge)
  
  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1834902
- phase: Holding before Promote to Proposed
- phase-changed: Friday, 05. July 2019 16:03 UTC
+ phase: Ready for Promote to Proposed
+ phase-changed: Friday, 05. July 2019 21:35 UTC
  reason:
-   promote-to-proposed: Holding -- manual kernel-block/kernel-block-ppa present
+   promote-to-proposed: Pending -- ready for review
  variant: debs

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

Title:
  linux-hwe: 5.0.0-21.22~18.04.1 -proposed tracker

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

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

[Bug 1825983] Re: chromium-browser ignores system proxy settings

2019-07-05 Thread Russ Dill
This is also not working with a http:// url based pac, which should
work.

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

Title:
  chromium-browser ignores system proxy settings

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

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

[Bug 1824690] Re: proc_thermal flooding dmesg

2019-07-05 Thread Colin Ian King
** Description changed:

+ == SRU Justification Bionic/Disco ==
+ 
+ proc_thermal messages are spamming the kernel log when used in
+ conjunction with thermal.  This is because the message is not set at the
+ correct kernel log level.
+ 
+ == Fix ==
+ 
+ Upstream fix 44c0c23725a16c8803b8809b87651405e8741e4d ("drivers:
+ thermal: processor_thermal: Downgrade error message"). This is in 5.2 so
+ not applicable for Eoan.
+ 
+ This fix needs a minor backport wiggle for Bionic because the driver is
+ located in a different place.
+ 
+ == Test case ==
+ 
+ Without the fix the kernel log is being spammed periodically with
+ messages in the form:
+ 
+ [   11.520358] proc_thermal :00:00.1: Unsupported event [0x91]
+ [   16.532358] proc_thermal :00:00.1: Unsupported event [0x91]
+ [   21.572719] proc_thermal :00:00.1: Unsupported event [0x91]
+ [   26.580855] proc_thermal :00:00.1: Unsupported event [0x91]
+ 
+ With the fix these messages are no longer appearing.
+ 
+ == Regression Potential ==
+ 
+ This changes the log level, so regression potential is very limited,
+ unless some program is relying on this message for some particular
+ reason.
+ 
+ 
+ ---
+ 
  [   11.520358] proc_thermal :00:00.1: Unsupported event [0x91]
  [   16.532358] proc_thermal :00:00.1: Unsupported event [0x91]
  [   21.572719] proc_thermal :00:00.1: Unsupported event [0x91]
  [   26.580855] proc_thermal :00:00.1: Unsupported event [0x91]
  [   31.588851] proc_thermal :00:00.1: Unsupported event [0x91]
  [   36.592827] proc_thermal :00:00.1: Unsupported event [0x91]
  [   41.572682] random: crng init done
  [   41.572690] random: 7 urandom warning(s) missed due to ratelimiting
  
  Kernel 4.18.0-18-generic
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu 18.04.2 LTS
  Release:  18.04
  Codename: bionic
- --- 
+ ---
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.6
  Architecture: amd64
  AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC0:  juno   1175 F pulseaudio
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  juno   1175 F pulseaudio
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 18.04
  InstallationDate: Installed on 2019-04-15 (0 days ago)
  InstallationMedia: Xubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 
(20190210)
  Lsusb:
-  Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
-  Bus 001 Device 004: ID 8087:0025 Intel Corp. 
-  Bus 001 Device 003: ID 04f2:b59e Chicony Electronics Co., Ltd 
-  Bus 001 Device 002: ID 1ea7:0064  
-  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
+  Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
+  Bus 001 Device 004: ID 8087:0025 Intel Corp.
+  Bus 001 Device 003: ID 04f2:b59e Chicony Electronics Co., Ltd
+  Bus 001 Device 002: ID 1ea7:0064
+  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Notebook N24_25GU
  Package: thermald 1.7.0-5ubuntu2
  PackageArchitecture: amd64
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.18.0-18-generic 
root=UUID=a23ca3ac-6284-45ce-9aa8-6670879910e7 ro quiet splash acpi_osi= 
acpi_os_name=Linux vt.handoff=1
  ProcVersionSignature: Ubuntu 4.18.0-18.19~18.04.1-generic 4.18.20
  RelatedPackageVersions:
-  linux-restricted-modules-4.18.0-18-generic N/A
-  linux-backports-modules-4.18.0-18-generic  N/A
-  linux-firmware 1.173.5
+  linux-restricted-modules-4.18.0-18-generic N/A
+  linux-backports-modules-4.18.0-18-generic  N/A
+  linux-firmware 1.173.5
  Tags:  bionic
  Uname: Linux 4.18.0-18-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 05/18/2018
  dmi.bios.vendor: INSYDE Corp.
  dmi.bios.version: 1.07.06
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: N24_25GU
  dmi.board.vendor: Notebook
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Notebook
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnINSYDECorp.:bvr1.07.06:bd05/18/2018:svnNotebook:pnN24_25GU:pvrNotApplicable:rvnNotebook:rnN24_25GU:rvrNotApplicable:cvnNotebook:ct10:cvrN/A:
  dmi.product.family: Not Applicable
  dmi.product.name: N24_25GU
  dmi.product.sku: Not Applicable
  dmi.product.version: Not Applicable
  dmi.sys.vendor: Notebook

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

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

Title:
  proc_thermal flooding dmesg

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com

[Bug 869166] Re: Libpam-ccreds does not properly initiate libgcrypt

2019-07-05 Thread Andreas Hasenack
** Merge proposal unlinked:
   
https://code.launchpad.net/~ahasenack/ubuntu/+source/libpam-ccreds/+git/libpam-ccreds/+merge/369787

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

Title:
  Libpam-ccreds does not properly initiate libgcrypt

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

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

[Bug 869166] Re: Libpam-ccreds does not properly initiate libgcrypt

2019-07-05 Thread Andreas Hasenack
** Merge proposal unlinked:
   
https://code.launchpad.net/~ahasenack/ubuntu/+source/libpam-ccreds/+git/libpam-ccreds/+merge/369787

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

Title:
  Libpam-ccreds does not properly initiate libgcrypt

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1835388] Re: linux-hwe: 5.0.0-21.22~18.04.1 -proposed tracker

2019-07-05 Thread Stefan Bader
I see linux-meta-hwe 5.0.0.21.78 made it into ckt-ppa. We should be good
now.

** Tags removed: kernel-block-ppa

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

Title:
  linux-hwe: 5.0.0-21.22~18.04.1 -proposed tracker

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

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

[Bug 1797417]

2019-07-05 Thread Denis Dupeyron
(In reply to Andre Miranda from comment #16)
> Created attachment 8663 [details]
> screenshot
> 
> gtk3.24.8+177+gae2ef1472c-1 here on Arch, only network-manager-applet is
> weird when compositing is disabled.

I was playing with that again because I noticed that when playing a
video in mpv my CPU was way more active that it should be: to make a
long story short, both Xorg and xfwm4 use one full equivalent core each
out of 4 on this core i7 laptop, and almost nothing with compositing
off.

Anyway, I would have agreed with you about the issue being limited to
nm-applet, until I found out that after a few back-and-forth of the
compositing on/off setting I could make all the other icons in my panel
go dark background and messed up. So, if all you see is a messed up nm-
applet icon I want to say: try harder ;-)

This issue infuriates me, especially when I have to use my laptop on
battery. I want to help but I don't know how to. It's nice and all, and
may be entirely justified, to blame gtk for the issue, but at some
point, if it's limited to the xfce4-panel I can't imagine the gtk aka
gnome people being sympathetic to the situation. I think in this case we
need to admit gtk will never care enough to fix it and xfce4-panel will
have to apply local fixes.

I can understand you guys being time limited. But could you please give
us here some pointers as to where to start looking? The OP talked about
systray_plugin_box_draw()  and systray_plugin_box_draw_icon()  in
systray.c, is that correct?

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

Title:
  Background of system tray icons not drawn properly

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

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

[Bug 1835576] [NEW] virtualbox-guest-dkms-hwe 5.2.18-dfsg-3~ubuntu18.04.3 fails to build on 5.0 based kernels

2019-07-05 Thread Connor Kuehl
Public bug reported:

The Bionic HWE Edge kernels run on 5.0. Some compilation errors are
expected due to the API changes between 4.15 and 5.0. One can see one
such error here when trying to install the package on the HWE edge
kernel in Bionic: https://paste.ubuntu.com/p/Bf4KQwjfgX/

** Affects: virtualbox-hwe (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: virtualbox-hwe (Ubuntu Bionic)
 Importance: Medium
 Assignee: Connor Kuehl (connork)
 Status: In Progress

** Also affects: virtualbox-hwe (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Changed in: virtualbox-hwe (Ubuntu Bionic)
   Status: New => In Progress

** Changed in: virtualbox-hwe (Ubuntu Bionic)
   Importance: Undecided => Medium

** Changed in: virtualbox-hwe (Ubuntu Bionic)
 Assignee: (unassigned) => Connor Kuehl (connork)

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

Title:
  virtualbox-guest-dkms-hwe 5.2.18-dfsg-3~ubuntu18.04.3 fails to build
  on 5.0 based kernels

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

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

[Bug 1830538] Re: Can't get HIDP connection info

2019-07-05 Thread Hadmut Danisch
See

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

https://forums.fedoraforum.org/showthread.php?320530-Kernel-4-19-15-300-fc29
-broke-bluetooth-HIDP

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

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

Title:
  Can't get HIDP connection info

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

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

[Bug 869166] Re: Libpam-ccreds does not properly initiate libgcrypt

2019-07-05 Thread Launchpad Bug Tracker
** Merge proposal linked:
   
https://code.launchpad.net/~ahasenack/ubuntu/+source/libpam-ccreds/+git/libpam-ccreds/+merge/369787

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

Title:
  Libpam-ccreds does not properly initiate libgcrypt

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

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

[Bug 1672139]

2019-07-05 Thread Fluks-github
I would like this feature too, it would be useful when you search
bookmarks and you wonder in what folder a bookmark is.

In a bug related to this, someone was thinking about efficiency. Does it
matter if you add a button or a context menu item, then finding the path
needs to be done only for that one bookmark when the user requests it.
SQLite has had `WITH RECURSIVE` since 3.8.3, so you don't have to do
recursion in code anymore.

```
$ time sqlite3 places.sqlite <<<"with recursive tmp(id, parent, title) as 
(values(0, 19006, '') union all select moz_bookmarks.id, moz_bookmarks.parent, 
moz_bookmarks.title from moz_bookmarks, tmp where moz_bookmarks.id=tmp.parent) 
select * from tmp;"
id  parent  title 
--  --  --
0   19006 
19006   9625Bugs  
9625250 Firefox De
250 168 Firefox   
168 12  Koodaus   
12  2   ATK   
2   1   menu  
1   0 

real0m0.004s
user0m0.000s
sys 0m0.004s
```
I have 10568 bookmarks in this file.

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

Title:
  Add "Open Enclosing Folder" context menu to search results of
  bookmarks in the Library window (link to view/open containing folder,
  parent folder button)

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

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

[Bug 1239459]

2019-07-05 Thread vepexuge
https://www.techjockey.com/category/jewellery-software

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

Title:
  1814:3290 [Asus X200CA] wifi doesn't connect or disconnects after few
  seconds

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

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

[Bug 1829248] Re: v5.2.18 dkms fails to build with 5.0 kernel on bionic

2019-07-05 Thread Connor Kuehl
Attaching debdiff to this comment for SRU consideration into Bionic.
Adding SRU information to original bug description.

Thank you for the patch, Trent!

** Patch added: "virtualbox_5.2.18-dfsg-2~ubuntu18.04.6.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/virtualbox/+bug/1829248/+attachment/5275300/+files/virtualbox_5.2.18-dfsg-2~ubuntu18.04.6.debdiff

** Description changed:

+ [Impact]
+ 
+  * virtualbox-dkms fails to build on 5.0 kernels. This affects Bionic
+ because the Bionic HWE Edge kernels are based on 5.0. virtualbox-dkms
+ cannot be installed successfully since the DKMS module can't be compiled
+ due to API changes introduced between Linux 4.15 and 5.0.
+ 
+ [Test Case]
+ 
+  * Install the HWE Edge kernel on Bionic:
+- `sudo apt install linux-generic-hwe-18.04-edge`
+  * Reboot into the new kernel (you should be on a 5.0 kernel now)
+  * Try installing `virtualbox-dkms` (`sudo apt install virtualbox-dkms`)
+- Expected result: package installs successfully, module can be viewed 
with `sudo dkms status`
+- Actual result: Installation fails due to compilation errors when 
building the DKMS module.
+ 
+ [Testing]
+ 
+ These steps were performed in an amd64 virtual machine installed from a
+ Bionic cloud image for both the 4.15 kernel that comes with the image as
+ well as a 5.0.0 kernel that is installed from the HWE Edge package.
+ 
+  * Create a .deb with the .debdiff attached to comment #3
+- `sudo apt build-dep virtualbox` (you will need to uncomment the deb-src 
lines in /etc/apt/sources.list if you haven't already)
+- `pull-lp-source virtualbox bionic`
+- `patch -p1 < path/to/patch.debdiff`
+- `quilt push -a`
+- `debuild -b -us -uc`
+ == the step above can be completed just once independently of which kernel 
you're testing on ==
+ 
+  * Install `virtualbox-dkms` with apt and confirm it installs properly (only 
on 4.15; on 5.0, this step should fail)
+- `sudo apt install virtualbox-dkms`
+  * Remove `virtualbox-dkms`
+- `sudo apt remove virtualbox-dkms`
+  * Install the new .deb prepared in the first step.
+  * Confirm that installation succeeded (there would be errors if it didn't.) 
The module should also be listed when running `sudo dkms status` -- this step 
should succeed on both 4.15 and 5.0 kernels.
+ 
+ [Regression Potential]
+ 
+  * These changes are conditionally compiled depending on the kernel
+ version. The only exception to this is the addition of an inlined
+ function for operating on timespec64. That is conditionally compiled
+ based on whether the kernel has timespec64, not necessarily just on the
+ kernel version.
+ 
+ 
+ Original bug description follows:
+ --
+ 
  v5.2.18 dkms fails to build on bionic with the recently released 5.0
  kernel from hwe-18.04-edge
  
  I've attached a patch which doesn't seem to not work.  It should
  definitely be reviewed by someone with domain knowledge, though.  The
  problems were all use of interfaces deprecated in 4.0.

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

Title:
   v5.2.18 dkms fails to build with 5.0 kernel on bionic

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

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

[Bug 1834930] Re: linux-aws: 4.15.0-1044.46 -proposed tracker

2019-07-05 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/automated-testing
   Status: In Progress => Fix Released

** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  backports: bug 1834929 (xenial/linux-aws-hwe)
  derivatives: bug 1834927 (aws-kernel)
  
  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1834954
- phase: Testing
- phase-changed: Friday, 05. July 2019 12:09 UTC
+ phase: Signoff
+ phase-changed: Friday, 05. July 2019 20:09 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
-   automated-testing: Ongoing -- testing in progress
regression-testing: Ongoing -- testing in progress
security-signoff: Pending -- waiting for signoff
verification-testing: Ongoing -- testing in progress
  variant: debs

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

Title:
  linux-aws: 4.15.0-1044.46 -proposed tracker

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

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

[Bug 1835190] Re: linux: 3.13.0-172.223 -proposed tracker

2019-07-05 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/promote-to-proposed
   Status: New => Confirmed

** Tags added: block-proposed-trusty

** Tags added: block-proposed

** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  backports: bug 1835189 (precise/linux-lts-trusty)
  
  -- swm properties --
- phase: Holding before Promote to Proposed
- phase-changed: Friday, 05. July 2019 08:33 UTC
+ boot-testing-requested: true
+ phase: Ready for Promote to Proposed
+ phase-changed: Friday, 05. July 2019 20:03 UTC
  reason:
-   promote-to-proposed: Ongoing -- builds not complete in ppa main:building
+   promote-to-proposed: Pending -- ready for review
  variant: debs

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

Title:
  linux: 3.13.0-172.223 -proposed tracker

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

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

[Bug 1835270] Re: linux: 3.2.0-142.189 -proposed tracker

2019-07-05 Thread Ubuntu Kernel Bot
** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  phase: Holding before Promote to Proposed
  phase-changed: Friday, 05. July 2019 19:03 UTC
  reason:
-   promote-to-proposed: Ongoing -- builds not complete in ppa 
lbm:building,main:building
+   promote-to-proposed: Ongoing -- builds not complete in ppa 
main:building,lbm:building
  variant: debs

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

Title:
  linux: 3.2.0-142.189 -proposed tracker

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

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

[Bug 1683383]

2019-07-05 Thread Ooliviagreen
Looking for a great sample of the philosophical essay? Try reading the
Epiphenomenal Qualia Essay sample. Epiphenomenalism and the knowledge
argument are distinctly consistent. However, the knowledge-gained
argument negates the principle of epiphenomenalism:
https://primeessays.com/samples/philosophy/epiphenomenal-qualia.html

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

Title:
  Keyboard layout change on hotkeys press instead of release and do not
  work well with shortcuts (reopen)

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

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

[Bug 1701434] Re: netplan apply always exits with status 0

2019-07-05 Thread Lee Trager
I'm seeing the same thing in LP:1835275 except netplan doesn't output
any errors.

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

Title:
  netplan apply always exits with status 0

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

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

[Bug 1834887] Re: linux-azure-edge: 5.0.0-1012.12~18.04.1 -proposed tracker

2019-07-05 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/prepare-package-meta
   Status: In Progress => Fix Released

** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  kernel-stable-master-bug: 1835436
- phase: Packaging
- phase-changed: Friday, 05. July 2019 17:14 UTC
+ phase: Holding before Promote to Proposed
+ phase-changed: Friday, 05. July 2019 19:43 UTC
  reason:
-   prepare-package-meta: Pending -- package not yet uploaded
+   promote-to-proposed: Pending -- builds not complete in ppa 
main:failed,signed:building
  variant: debs

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

Title:
  linux-azure-edge: 5.0.0-1012.12~18.04.1 -proposed tracker

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

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

[Bug 1835573] Re: package grub-efi-amd64 2.02+dfsg1-5ubuntu8.3 failed to install/upgrade: installed grub-efi-amd64 package post-installation script subprocess returned error exit status 255

2019-07-05 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/1835573

Title:
  package grub-efi-amd64 2.02+dfsg1-5ubuntu8.3 failed to
  install/upgrade: installed grub-efi-amd64 package post-installation
  script subprocess returned error exit status 255

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

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

[Bug 1833479] Re: libjack-jackd2-0 double close on a failure to connect to jackd which causes crashes in multithreaded programs

2019-07-05 Thread Joseph Yasi
I just requested one and received: CVE-2019-13351

** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2019-13351

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

Title:
  libjack-jackd2-0 double close on a failure to connect to jackd which
  causes crashes in multithreaded programs

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

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

[Bug 1835388] Re: linux-hwe: 5.0.0-21.22~18.04.1 -proposed tracker

2019-07-05 Thread Ubuntu Kernel Bot
** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  derivatives: bug 1835387 (linux-hwe-edge)
  
  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1834902
  phase: Holding before Promote to Proposed
  phase-changed: Friday, 05. July 2019 16:03 UTC
  reason:
-   promote-to-proposed: Ongoing -- builds not complete in ppa meta:building
+   promote-to-proposed: Holding -- manual kernel-block/kernel-block-ppa present
  variant: debs

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

Title:
  linux-hwe: 5.0.0-21.22~18.04.1 -proposed tracker

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

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

[Bug 1835270] Re: linux: 3.2.0-142.189 -proposed tracker

2019-07-05 Thread Ubuntu Kernel Bot
** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  phase: Holding before Promote to Proposed
  phase-changed: Friday, 05. July 2019 19:03 UTC
  reason:
-   promote-to-proposed: Ongoing -- builds not complete in ppa 
meta:building,main:building,lbm:building
+   promote-to-proposed: Ongoing -- builds not complete in ppa 
lbm:building,main:building
  variant: debs

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

Title:
  linux: 3.2.0-142.189 -proposed tracker

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

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

[Bug 1835573] [NEW] package grub-efi-amd64 2.02+dfsg1-5ubuntu8.3 failed to install/upgrade: installed grub-efi-amd64 package post-installation script subprocess returned error exit status 255

2019-07-05 Thread Jörgen Winther
Public bug reported:

Appeared during normal update - after a couple of months where the
computer had not been used

ProblemType: Package
DistroRelease: Ubuntu 18.10
Package: grub-efi-amd64 2.02+dfsg1-5ubuntu8.3
ProcVersionSignature: Ubuntu 4.18.0-25.26-generic 4.18.20
Uname: Linux 4.18.0-25-generic x86_64
ApportVersion: 2.20.10-0ubuntu13.3
Architecture: amd64
Date: Thu Jul  4 20:25:37 2019
DuplicateSignature:
 package:grub-efi-amd64:2.02+dfsg1-5ubuntu8.3
 Setting up grub-efi-amd64 (2.02-2ubuntu8.12) ...
 dpkg: error processing package grub-efi-amd64 (--configure):
  installed grub-efi-amd64 package post-installation script subprocess returned 
error exit status 255
ErrorMessage: installed grub-efi-amd64 package post-installation script 
subprocess returned error exit status 255
InstallationDate: Installed on 2017-04-17 (809 days ago)
InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
ProcCmdLine: BOOT_IMAGE=/vmlinuz-4.18.0-25-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=1
Python3Details: /usr/bin/python3.6, Python 3.6.8, python3-minimal, 3.6.7-1~18.10
PythonDetails: /usr/bin/python2.7, Python 2.7.16, python-minimal, 2.7.15-3
RelatedPackageVersions:
 dpkg 1.19.0.5ubuntu5
 apt  1.7.5
SourcePackage: grub2
Title: package grub-efi-amd64 2.02+dfsg1-5ubuntu8.3 failed to install/upgrade: 
installed grub-efi-amd64 package post-installation script subprocess returned 
error exit status 255
UpgradeStatus: Upgraded to cosmic on 2019-07-04 (1 days ago)

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


** Tags: amd64 apport-package cosmic

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

Title:
  package grub-efi-amd64 2.02+dfsg1-5ubuntu8.3 failed to
  install/upgrade: installed grub-efi-amd64 package post-installation
  script subprocess returned error exit status 255

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

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

[Bug 1835270] Re: linux: 3.2.0-142.189 -proposed tracker

2019-07-05 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/prepare-package
   Status: In Progress => Fix Released

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

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

** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
- phase: Packaging
- phase-changed: Friday, 05. July 2019 11:32 UTC
+ phase: Holding before Promote to Proposed
+ phase-changed: Friday, 05. July 2019 19:03 UTC
  reason:
-   prepare-package: Pending -- package not yet uploaded
-   prepare-package-lbm: Pending -- package not yet uploaded
-   prepare-package-meta: Pending -- package not yet uploaded
+   promote-to-proposed: Ongoing -- builds not complete in ppa 
meta:building,main:building,lbm:building
  variant: debs

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

Title:
  linux: 3.2.0-142.189 -proposed tracker

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

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

[Bug 1835388] Re: linux-hwe: 5.0.0-21.22~18.04.1 -proposed tracker

2019-07-05 Thread Ubuntu Kernel Bot
** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  derivatives: bug 1835387 (linux-hwe-edge)
  
  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1834902
  phase: Holding before Promote to Proposed
  phase-changed: Friday, 05. July 2019 16:03 UTC
  reason:
-   promote-to-proposed: Pending -- builds not complete in ppa meta:queued
+   promote-to-proposed: Ongoing -- builds not complete in ppa meta:building
  variant: debs

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

Title:
  linux-hwe: 5.0.0-21.22~18.04.1 -proposed tracker

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

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

[Bug 1835467] Re: Repeatingly looking for the next occurrence of a word search in a webpage misses one occurrence.

2019-07-05 Thread Martin Constantino–Bodin
Thanks for the response.

To be fair, this behaviour is so unexpected (like, why is it the third
occurrence and not the second?) that I really thought that I was very
tired yesterday evening, and hoped that the bug would have disappeared
today.  But… no.  It is still there.  Sorry.

I tried to reproduce the behaviour at work, and with Firefox on my
phone, and it behaved normally in these other devices.  I guess that
it’s not the same version of Firefox (and/or language settings, or even
system).  On my home computer, it’s still there.

By the way, the index of the occurrence is correctly given: it starts
with “Occurrence 1 sur 4”, then “Occurrence 2 sur 4”, then “Occurrence 4
sur 4”, then “Occurrence 1 sur 4 Bas de la page atteint, poursuite au
début”.  This time, it did not reach occurrence 3 even at the first
cycle.

I wasn’t aware of the Ctrl+G shortcut ☺  Thanks!  The behaviour is the
same with it than by clicking on the down arrow in the interface.

I also tried with other searches (on the same webpage), like “function”.
This time, there are 17 occurrences, and there are more misses (using
Ctrl+G): it misses this time the 8th, 13th, and 16th occurrences.  It is
even less expected than before ☹

It is very difficult to understand the pattern there.  When I try
looking for “Sw”, I get 9 occurrences, and no miss: all 9 occurrences
get to be reached one after the other.

The fact that the bug does not appear on other systems or on a fresh
install as you did seems to indicate that something is wrong with my
system :-\  I did not remember having changed any behaviours of Firefox
in a strange way.  I did install some plug-ins in Firefox, though: maybe
the bug comes from one of these?

The stranger thing is that the bug seems to be deterministic in my
computer: it’s always the third occurrence for the “addEventListener”
search and the 8, 13, 16th occurrences for the “function” search.  This
seems to indicate that it’s not an issue with my keyboard accidentally
pressing twice Ctrl+G or something like that.  This is strange :-\

If I can help, don’t hesitate to ask for more details.  But again, this
bug is actually more funny than harmful.

Regards,
Martin.

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

Title:
  Repeatingly looking for the next occurrence of a word search in a
  webpage misses one occurrence.

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

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

[Bug 1835558] Re: Terminal output of a deal shows '?' instead of unicode suit symbol or letter

2019-07-05 Thread Chris Schoonbee
** Description changed:

  When I invoke `deal` in a Gnome terminal, the output of the hands
  displays a '?' character where I would expect either a letter
  representing the suit eg 'S', 'H', 'D' or 'C' or else the unicode suit
  symbol eg ♠.
  
  My terminal is capable of displaying unicode symbols eg I can type in ♠
  at the command line.
+ 
+ Interestingly, if I specify the practice-hand format, then it outputs suit 
letters eg S, H, D, C, and not '?' characters.  Although, in what may be 
another bug I have to use the following command:
+ $ deal -i /usr/share/deal/format/practice 8
+ instead of, as given in the instructions,:
+ $ deal -i format/practice 8
+ ie I have to specify the full path to the format file.

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

Title:
  Terminal output of a deal shows '?' instead of unicode suit symbol or
  letter

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

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

[Bug 1737428] Re: VRF support to solve routing problems associated with multi-homing

2019-07-05 Thread Dmitrii Shcherbakov
Sandor,

Not on the VRF usage side but there is a feature in MAAS 2.6 to have a
better way to work in multi-homed environments (for bionic+ machines):

https://docs.maas.io/2.6/en/intro-new
"Networking - Multiple default gateways"

It relies on "routing policy database" (RPDB) functionality
https://paste.ubuntu.com/p/xg6vFm8Hx7/ (netplan config, routing-policy sections 
are defined only for subnets that have a gateway configured in MAAS)

At the target machine you will see something like this:

# ip rule
0:  from all lookup local 
0:  from 10.232.24.0/21 to 10.232.24.0/21 lookup main 
0:  from 10.232.40.0/21 to 10.232.40.0/21 lookup main 
100:from 10.232.24.0/21 lookup 2 
100:from 10.232.40.0/21 lookup 1 
32766:  from all lookup main 
32767:  from all lookup default 

# ip route show table 1
default via 10.232.40.1 dev b-enp4s0f0-2730 proto static 

# ip route show table 2
default via 10.232.24.1 dev b-enp4s0f0-2731 proto static 

This works well for TCP when responding to traffic (even when software
listens on 0.0.0.0). For UDP a frequent server use-case is DNS servers
and bind9 binds its UDP sockets to interface addresses directly as
opposed to using 0.0.0.0 (some other DNS servers do the same, e.g.
PowerDNS - they even have a post about it
https://blog.powerdns.com/2012/10/08/on-binding-datagram-udp-sockets-to-
the-any-addresses/).

For sending, the policy rules will also kick in provided that a client
socket (TCP or UDP) is bound to a specific address (so that the source
IP is not automatically selected). This requires that the target
software supports binding client sockets to specific addresses
unfortunately.

So far using static routes to summarized prefixes has been a solution
for east-west traffic (because we control nodes managed by MAAS) and
using the approach above for client responses to arbitrary networks (via
https://jaas.ai/u/canonical-bootstack/policy-routing).

After juju starts supporting this new MAAS feature
https://bugs.launchpad.net/juju/+bug/1829150 we can stop using charm-
policy-routing.

I hope that helps while VRF functionality is not implemented.

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

Title:
  VRF support to solve routing problems associated with multi-homing

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

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

[Bug 1835388] Re: linux-hwe: 5.0.0-21.22~18.04.1 -proposed tracker

2019-07-05 Thread Ubuntu Kernel Bot
** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  derivatives: bug 1835387 (linux-hwe-edge)
  
  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1834902
  phase: Holding before Promote to Proposed
  phase-changed: Friday, 05. July 2019 16:03 UTC
  reason:
-   promote-to-proposed: Holding -- manual kernel-block/kernel-block-ppa present
+   promote-to-proposed: Pending -- builds not complete in ppa meta:queued
  variant: debs

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

Title:
  linux-hwe: 5.0.0-21.22~18.04.1 -proposed tracker

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

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

[Bug 1823029] Re: [Dell XPS 15 9575] Occasionally fails to suspend and locks up instead

2019-07-05 Thread Kai-Heng Feng
I don't see this: 
pci_pm_suspend(): hcd_pci_suspend+0x0/0x30 returns -16
Which is in the previous log.

To build a kernel, I use `fakeroot debian/rules clean binary-headers
binary-generic`.

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

Title:
  [Dell XPS 15 9575] Occasionally fails to suspend and locks up instead

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

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

[Bug 833048] Re: i get this error when i try to burn a CD ISO IMAGE SCSI error on write(256, 16).see MMC

2019-07-05 Thread Galen Thurber
turn off streamrecording?

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

Title:
  i get this error when i try to burn a CD ISO IMAGE  SCSI error on
  write(256,16).see MMC

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

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

[Bug 1737428] Re: VRF support to solve routing problems associated with multi-homing

2019-07-05 Thread Sandor Zeestraten
Any news or progress on these issues now that we are a year and a half
into 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/1737428

Title:
  VRF support to solve routing problems associated with multi-homing

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

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

[Bug 1834887] Re: linux-azure-edge: 5.0.0-1012.12~18.04.1 -proposed tracker

2019-07-05 Thread Marcelo Cerri
** Summary changed:

- linux-azure-edge:  -proposed tracker
+ linux-azure-edge: 5.0.0-1012.12~18.04.1 -proposed tracker

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

** Changed in: kernel-sru-workflow/prepare-package-meta
 Assignee: Canonical Kernel Team (canonical-kernel-team) => Marcelo Cerri 
(mhcerri)

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

Title:
  linux-azure-edge: 5.0.0-1012.12~18.04.1 -proposed tracker

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

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

[Bug 1834887] Re: linux-azure-edge: 5.0.0-1012.12~18.04.1 -proposed tracker

2019-07-05 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/automated-testing
   Status: New => Invalid

** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  kernel-stable-master-bug: 1835436
- phase: Ready for Packaging
- phase-changed: Thursday, 04. July 2019 21:14 UTC
+ phase: Packaging
+ phase-changed: Friday, 05. July 2019 17:14 UTC
  reason:
-   prepare-package-meta: Pending -- version not specified
+   prepare-package-meta: Pending -- package not yet uploaded
  variant: debs

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

Title:
  linux-azure-edge: 5.0.0-1012.12~18.04.1 -proposed tracker

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

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

[Bug 1823029] Re: [Dell XPS 15 9575] Occasionally fails to suspend and locks up instead

2019-07-05 Thread Joe Barnett
fwiw, i tried to build 5.0.0.20.21 with v2 applied, and was able to
reproduce the bug (I may have built it incorrectly though?  I git
applied the two patches from a clone of git://git.launchpad.net/~ubuntu-
kernel/ubuntu/+source/linux/+git/disco and then did `fakeroot
debian/rules clean` ; `AUTOBUILD=1 fakeroot debian/rules binary-debs`
and installed the resulting packages)

tail of journalctl during reproduction:
Jul 04 21:48:54 taplop systemd-sleep[11530]: Suspending system...
Jul 04 21:48:54 taplop kernel: PM: suspend entry (deep)
Jul 04 21:48:58 taplop kernel: PM: Syncing filesystems ... done.
Jul 04 21:48:58 taplop kernel: Freezing user space processes ... (elapsed 0.003 
seconds) done.
Jul 04 21:48:58 taplop kernel: OOM killer disabled.
Jul 04 21:48:58 taplop kernel: Freezing remaining freezable tasks ... (elapsed 
0.001 seconds) done.
Jul 04 21:48:58 taplop kernel: printk: Suspending console(s) (use 
no_console_suspend to debug)
Jul 04 21:48:58 taplop kernel: usb usb2: usb auto-resume
Jul 04 21:48:58 taplop kernel: hub 2-0:1.0: hub_resume
Jul 04 21:48:58 taplop kernel: usb usb1: usb auto-resume
Jul 04 21:48:58 taplop kernel: hub 1-0:1.0: hub_resume
Jul 04 21:48:58 taplop kernel: usb usb1-port1: status 0507 change 
Jul 04 21:48:58 taplop kernel: usb usb1-port6: status 0107 change 
Jul 04 21:48:58 taplop kernel: usb usb1-port10: status 0107 change 
Jul 04 21:48:58 taplop kernel: hub 1-0:1.0: hub_suspend
Jul 04 21:48:58 taplop kernel: usb usb1: bus suspend, wakeup 0
Jul 04 21:48:58 taplop kernel: hub 2-0:1.0: hub_suspend
Jul 04 21:48:58 taplop kernel: usb usb2: bus suspend, wakeup 0
Jul 04 21:48:58 taplop kernel: PM: Some devices failed to suspend, or early 
wake event detected
Jul 04 21:48:58 taplop kernel: usb usb1: usb resume
Jul 04 21:48:58 taplop kernel: hub 1-0:1.0: hub_resume
Jul 04 21:48:58 taplop kernel: usb usb1-port1: status 0507 change 
Jul 04 21:48:58 taplop kernel: usb usb1-port6: status 0107 change 
Jul 04 21:48:58 taplop kernel: usb usb1-port10: status 0107 change 
Jul 04 21:48:58 taplop kernel: usb usb2: usb resume
Jul 04 21:48:58 taplop kernel: hub 2-0:1.0: hub_resume
Jul 04 21:48:58 taplop kernel: ACPI: button: The lid device is not compliant to 
SW_LID.
Jul 04 21:48:58 taplop kernel: [drm] PCIE GART of 256M enabled (table at 
0x00F4).
Jul 04 21:48:58 taplop kernel: usb 1-1: usb resume
Jul 04 21:48:58 taplop kernel: usb 1-10: usb resume
Jul 04 21:48:58 taplop kernel: usb 1-6: usb resume
Jul 04 21:48:58 taplop kernel: [drm] UVD and UVD ENC initialized successfully.
Jul 04 21:48:58 taplop kernel: usb 1-10: Waited 0ms for CONNECT
Jul 04 21:48:58 taplop kernel: usb 1-10: finish resume
Jul 04 21:48:58 taplop kernel: usb 1-6: Waited 0ms for CONNECT
Jul 04 21:48:58 taplop kernel: usb 1-6: finish resume
Jul 04 21:48:58 taplop kernel: usb 1-1: Waited 0ms for CONNECT
Jul 04 21:48:58 taplop kernel: usb 1-1: finish resume
Jul 04 21:48:58 taplop kernel: [drm] VCE initialized successfully.
Jul 04 21:48:58 taplop kernel: nvme nvme0: 8/0/0 default/read/poll queues
Jul 04 21:48:58 taplop kernel: amdgpu :01:00.0: [drm:amdgpu_ib_ring_tests 
[amdgpu]] *ERROR* IB test f
Jul 04 21:48:58 taplop kernel: amdgpu :01:00.0: [drm:amdgpu_ib_ring_tests 
[amdgpu]] *ERROR* IB test f
Jul 04 21:48:58 taplop kernel: amdgpu :01:00.0: [drm:amdgpu_ib_ring_tests 
[amdgpu]] *ERROR* IB test f
Jul 04 21:48:58 taplop kernel: [drm:amdgpu_device_ip_late_init_func_handler 
[amdgpu]] *ERROR* ib ring tes
Jul 04 21:48:58 taplop kernel: OOM killer enabled.
Jul 04 21:48:58 taplop kernel: Restarting tasks ... 
Jul 04 21:48:58 taplop kernel: hub 2-0:1.0: state 7 ports 8 chg  evt 
Jul 04 21:48:58 taplop kernel: done.
Jul 04 21:48:58 taplop kernel: hub 2-0:1.0: hub_suspend
Jul 04 21:48:58 taplop kernel: usb usb2: bus auto-suspend, wakeup 1
Jul 04 21:48:58 taplop kernel: hub 1-0:1.0: state 7 ports 16 chg  evt 0442
Jul 04 21:48:58 taplop kernel: usb 1-10: usb auto-suspend, wakeup 0
Jul 04 21:48:58 taplop kernel: usb 1-6: usb auto-suspend, wakeup 1
Jul 04 21:48:58 taplop kernel: usb 1-1: usb auto-suspend, wakeup 0
Jul 04 21:48:58 taplop kernel: hub 1-0:1.0: hub_suspend
Jul 04 21:48:58 taplop kernel: usb usb1: bus auto-suspend, wakeup 1

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

Title:
  [Dell XPS 15 9575] Occasionally fails to suspend and locks up instead

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

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

Re: [Bug 1786344] Re: Default IBus input method ignored in live session

2019-07-05 Thread Ping-Wu
Another good idea!  English (US).

BTW, when I clicked on the language update, Ubuntu would install a bunch of
non-US English locales.  Totally unnecessary, annoying, unprofessional, and
confusing.  Probably this should go to another bug report?

On Fri, Jul 5, 2019 at 2:51 AM Gunnar Hjalmarsson <
1786...@bugs.launchpad.net> wrote:

> On 2019-07-05 09:29, Ping-Wu wrote:
> > On Thu, Jul 4, 2019 at 4:15 PM Gunnar Hjalmarsson
> > <1786...@bugs.launchpad.net> wrote:
> >> Replacing "cn" with "en" makes sense to me.
> >
> > This is a good idea!
>
> Just a control question: Is it still a good idea if the item would be
> labeled "English (US)" and not just "English"?
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1786344
>
> Title:
>   Default IBus input method ignored in live session
>
> Status in gnome-settings-daemon package in Ubuntu:
>   Fix Released
> Status in gnome-settings-daemon source package in Bionic:
>   Fix Committed
>
> Bug description:
>   [Impact]
>
>   If you
>
>   * start your computer with a bootable USB stick or DVD with the
> 18.04.2 desktop ISO
>
>   * wait until Ubiquity's welcome screen shows up (only possible on
> systems with legacy BIOS; bug #1766047)
>
>   * select a language which requires an input method for typing
>
>   * click the "Try Ubuntu" button
>
>   no IBus method is made easily available via the input source indicator
>   in the session you enter. If you for instance select zh_CN as language
>   and "Try Ubuntu", you would expect to enter a session with the
>   "Intelligent Pinyin" method included among the available input
>   sources.
>
>   The proposed fix should ensure that an IBus method is always available
>   in "live sessions" in languages which are prepared for it.
>
>   [Test Case]
>
>   1. Install ibus-libpinyin and make sure that "Intelligent Pinyin" is
>  not included among your available input sources.
>
>   2. Generate the Chinese locale:
>
>  sudo locale-gen zh_CN.UTF-8
>
>   3. Add to ~/.profile this line:
>
>  export LC_CTYPE=zh_CN.UTF-8
>
>   4. Remove the gnome-settings-daemon stamp file:
>
>  rm ~/.local/share/gnome-settings-daemon/input-sources-converted
>
>   5. Log out and log in again.
>
>   => Find that the "Intelligent Pinyin" method was not added (since the
>   sources already in the list prevented it from being added).
>
>   6. Install gnome-settings-daemon from bionic-proposed.
>
>   7. Repeat step 4 and 5.
>
>   => Find that the "Intelligent Pinyin" method was added.
>
>   [Regression Potential]
>
>   The proposed upload includes a small change which specifically
>   addresses the issue as described above. I find that the risk for
>   adverse side effects is low.
>
>   [Original description]
>
>   Ubuntu 18.10 iso (2018.8.7), select Simplified Chinese for booting, can't
>   input Chinese character. From Settings -> Regions and Languages, selected
>   Intelligent Pinyin, also could not input Chinese.
>
>   ---
>
>   18.10 镜像(2018.8.7)选择简体中文开机,无法输入中文。由 Settings -> Regions and
>   Languages,选择 智能拼音,也无法输入中文。
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1786344/+subscriptions
>

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

Title:
  Default IBus input method ignored in live session

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

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

[Bug 1835558] [NEW] Terminal output of a deal shows '?' instead of unicode suit symbol or letter

2019-07-05 Thread Chris Schoonbee
Public bug reported:

When I invoke `deal` in a Gnome terminal, the output of the hands
displays a '?' character where I would expect either a letter
representing the suit eg 'S', 'H', 'D' or 'C' or else the unicode suit
symbol eg ♠.

My terminal is capable of displaying unicode symbols eg I can type in ♠
at the command line.

** Affects: deal (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/1835558

Title:
  Terminal output of a deal shows '?' instead of unicode suit symbol or
  letter

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

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

[Bug 1835467] Re: Repeatingly looking for the next occurrence of a word search in a webpage misses one occurrence.

2019-07-05 Thread Olivier Tilloy
Thanks for the report Martin.

I am unable to observe the issue you describe, I tested in an up-to-date
stock Ubuntu 18.04 virtual machine with the same version of firefox, and
cycling through the search results for "addEventListener" on that page
works normally here.

Can you try cycling through the results with the Ctrl+G keyboard
shortcut instead of clicking on the down arrow, and let us know whether
you're seeing a different behaviour?

** Changed in: firefox (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/1835467

Title:
  Repeatingly looking for the next occurrence of a word search in a
  webpage misses one occurrence.

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

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

[Bug 1815778] Re: update-manager crashed with signal 5

2019-07-05 Thread Brian Murray
** Information type changed from Private to Public

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

Title:
  update-manager crashed with signal 5

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

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

[Bug 1828035] Re: StrongSwan with GCM and large packet sizes produces unstable behavior

2019-07-05 Thread Frank Heimes
According to LP 1832623 (especially
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1832623/comments/6) the
latest kernel available in bionic-proposed (4.15.0-55) includes the
'gcm-aes-s390' patch and is ready for test.

See also bionic kernel changelog:
https://launchpad.net/ubuntu/+source/linux/+changelog and search for
'gcm-aes-s390' or 1832623)

** Changed in: ubuntu-z-systems
   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/1828035

Title:
  StrongSwan with GCM and large packet sizes produces unstable behavior

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

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

[Bug 1829248] Re: v5.2.18 dkms fails to build with 5.0 kernel on bionic

2019-07-05 Thread Connor Kuehl
** Also affects: virtualbox (Ubuntu Bionic)
   Importance: Undecided
   Status: New

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

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

** Changed in: virtualbox (Ubuntu Bionic)
 Assignee: (unassigned) => Connor Kuehl (connork)

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

Title:
   v5.2.18 dkms fails to build with 5.0 kernel on bionic

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

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

[Bug 1835388] Re: linux-hwe: 5.0.0-21.22~18.04.1 -proposed tracker

2019-07-05 Thread Stefan Bader
Blocking in PPA for now because I need to get a fixedup meta package in
and uploads to PPA seem to be going nowhere right now.

** Tags added: kernel-block-ppa

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

Title:
  linux-hwe: 5.0.0-21.22~18.04.1 -proposed tracker

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

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

[Bug 1829257] Re: package linux-image-3.13.0-79-generic 3.13.0-79.123 failed to install/upgrade: subprocess installed post-installation script returned error exit status 17

2019-07-05 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/1829257

Title:
  package linux-image-3.13.0-79-generic 3.13.0-79.123 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 17

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

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

[Bug 1835388] Re: linux-hwe: 5.0.0-21.22~18.04.1 -proposed tracker

2019-07-05 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/promote-to-proposed
   Status: Confirmed => New

** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  derivatives: bug 1835387 (linux-hwe-edge)
  
  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1834902
- phase: Ready for Promote to Proposed
- phase-changed: Friday, 05. July 2019 12:05 UTC
+ phase: Holding before Promote to Proposed
+ phase-changed: Friday, 05. July 2019 16:03 UTC
  reason:
-   promote-to-proposed: Pending -- ready for review
+   promote-to-proposed: Holding -- manual kernel-block/kernel-block-ppa present
  variant: debs

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

Title:
  linux-hwe: 5.0.0-21.22~18.04.1 -proposed tracker

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

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

[Bug 1833623] Re: VMware Guest OS Customization Fail for Ubuntu 16.04 with Cloud-init 19.1

2019-07-05 Thread Maher AlAsfar
Anyone i can work with live via a WebEx / zoom session on this,
dedicated a couple of hours please email me at maheralas...@gmail.com
and i ll send you an invite .. i just think this way its much a faster
way to troubleshoot this and get to a resolution

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

Title:
  VMware Guest OS Customization Fail for Ubuntu 16.04  with Cloud-init
  19.1

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

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

[Bug 1769258] Re: Cope with unsupported kernel

2019-07-05 Thread Andreas Hasenack
This is fixed in eoan.

** Also affects: ubuntu-advantage-tools (Ubuntu Eoan)
   Importance: Undecided
   Status: Triaged

** Changed in: ubuntu-advantage-tools (Ubuntu Eoan)
   Status: Triaged => Fix Released

** Changed in: ubuntu-advantage-tools (Ubuntu Eoan)
 Assignee: (unassigned) => Andreas Hasenack (ahasenack)

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

Title:
  Cope with unsupported kernel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-advantage-script/+bug/1769258/+subscriptions

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

[Bug 1769258] Re: Cope with unsupported kernel

2019-07-05 Thread Andreas Hasenack
This is fixed in eoan.

** Also affects: ubuntu-advantage-tools (Ubuntu Eoan)
   Importance: Undecided
   Status: Triaged

** Changed in: ubuntu-advantage-tools (Ubuntu Eoan)
   Status: Triaged => Fix Released

** Changed in: ubuntu-advantage-tools (Ubuntu Eoan)
 Assignee: (unassigned) => Andreas Hasenack (ahasenack)

-- 
You received this bug notification because you are a member of Ubuntu
Server, which is subscribed to ubuntu-advantage-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1769258

Title:
  Cope with unsupported kernel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-advantage-script/+bug/1769258/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1835387] Re: linux-hwe-edge: 5.0.0-21.22~18.04.1 -proposed tracker

2019-07-05 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/automated-testing
   Status: New => Invalid

** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  kernel-stable-master-bug: 1835388
- phase: Ready for Packaging
- phase-changed: Friday, 05. July 2019 12:14 UTC
+ phase: Packaging
+ phase-changed: Friday, 05. July 2019 15:42 UTC
  reason:
-   prepare-package-meta: Pending -- version not specified
+   prepare-package-meta: Pending -- package not yet uploaded
  variant: debs

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

Title:
  linux-hwe-edge: 5.0.0-21.22~18.04.1 -proposed tracker

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

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

[Bug 1835387] Re: linux-hwe-edge: -proposed tracker

2019-07-05 Thread Stefan Bader
** Changed in: kernel-sru-workflow/prepare-package
 Assignee: Canonical Kernel Team (canonical-kernel-team) => Stefan Bader 
(smb)

** Summary changed:

- linux-hwe-edge:  -proposed tracker
+ linux-hwe-edge: 5.0.0-21.22~18.04.1 -proposed tracker

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

** Changed in: kernel-sru-workflow/prepare-package-meta
 Assignee: Canonical Kernel Team (canonical-kernel-team) => Stefan Bader 
(smb)

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

Title:
  linux-hwe-edge: 5.0.0-21.22~18.04.1 -proposed tracker

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

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

[Bug 1818209] Re: installing on NVMe fails no disk with serial

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

** Changed in: subiquity (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/1818209

Title:
  installing on NVMe fails no disk with serial

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

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

[Bug 1821594] Re: [SRU] Error in confirm_migration leaves stale allocations and 'confirming' migration state

2019-07-05 Thread Rodrigo Barbieri
** Attachment added: "bionic-queens-validation.txt"
   
https://bugs.launchpad.net/nova/+bug/1821594/+attachment/5275280/+files/bionic-queens-validation.txt

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

Title:
  [SRU] Error in confirm_migration leaves stale allocations and
  'confirming' migration state

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

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

[Bug 1821594] Re: [SRU] Error in confirm_migration leaves stale allocations and 'confirming' migration state

2019-07-05 Thread Rodrigo Barbieri
Bionic Queens verified using [Test Case]. Attached output above ^.

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

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

Title:
  [SRU] Error in confirm_migration leaves stale allocations and
  'confirming' migration state

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

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

[Bug 1835040] Re: Touchpd not working properly on Linux

2019-07-05 Thread Arnab Satapathi
** Description changed:

  Installed Ubuntu 19.04 on a laptop, the touch pad is behaving abnormally.
  It's detected, but nothing seems to work, however working very normal with 
Windows 10.
  
  Laptop model - iBall CompBook M500
  
  It's somewhat similar to this bug, probably using the same touchpad hardware 
too.
- https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1757435
+ https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1825718
  
  Attached some logs, with `i2c-hid.debug=1 hid.debug=1` the boot time
  kernel parameters added.
  
  Thanks.
- --- 
+ ---
  ProblemType: Bug
  ApportVersion: 2.20.10-0ubuntu27
  Architecture: amd64
  AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC0:  arnab   931 F pulseaudio
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  arnab   931 F pulseaudio
  CurrentDesktop: LXQt
  DistroRelease: Ubuntu 19.04
  InstallationDate: Installed on 2019-06-22 (13 days ago)
  InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Release amd64 (20190416)
  MachineType: iBall iBall CompBook M500
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.0.0-13-generic 
root=UUID=88dcdd79-12d6-4052-8314-eb0074bbca8c ro quiet
  ProcVersionSignature: Ubuntu 5.0.0-13.14-generic 5.0.6
  RelatedPackageVersions:
-  linux-restricted-modules-5.0.0-13-generic N/A
-  linux-backports-modules-5.0.0-13-generic  N/A
-  linux-firmware1.178
+  linux-restricted-modules-5.0.0-13-generic N/A
+  linux-backports-modules-5.0.0-13-generic  N/A
+  linux-firmware1.178
  Tags:  disco
  Uname: Linux 5.0.0-13-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 07/25/2018
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: CC-14.1-BI-Y116AR400-AA54G-051-C
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Aptio CRB
  dmi.board.vendor: AMI Corporation
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: To be filled by O.E.M.
  dmi.chassis.type: 31
  dmi.chassis.version: To be filled by O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrCC-14.1-BI-Y116AR400-AA54G-051-C:bd07/25/2018:svniBall:pniBallCompBookM500:pvrTobefilledbyO.E.M.:rvnAMICorporation:rnAptioCRB:rvrTobefilledbyO.E.M.:cvn:ct31:cvrTobefilledbyO.E.M.:
  dmi.product.family: Notebook
  dmi.product.name: iBall CompBook M500
  dmi.product.sku: To be filled by O.E.M.
  dmi.product.version: To be filled by O.E.M.
  dmi.sys.vendor: iBall

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

Title:
  Touchpd not working properly on Linux

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

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

  1   2   3   4   >