[Bug 1831846] Re: [raven] fix screen corruption on modprobe

2019-06-12 Thread Timo Aaltonen
** Changed in: linux-oem-osp1 (Ubuntu Bionic)
 Assignee: (unassigned) => Timo Aaltonen (tjaalton)

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

Title:
  [raven] fix screen corruption on modprobe

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

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

[Bug 1820323] Re: amdgpu-pro xorg crash

2019-06-12 Thread Timo Aaltonen
the only solution is to install a newer amdgpu-pro which supports
16.04.3, there's nothing we can do on ubuntu side


** Changed in: xorg-server (Ubuntu)
   Status: New => Invalid

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

Title:
  amdgpu-pro xorg crash

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

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

[Bug 1832668] [NEW] installing ubuntu with option erase disk crashes

2019-06-12 Thread NNABUGWU CHIDOZIE GABRIEL
Public bug reported:

I was trying to install ubuntu from a live usb bootable device in uefi
mode.  I chose the option 'Erase Disk'. While the installer was copying
files into the disk, it crashed.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubiquity 18.04.14.12
ProcVersionSignature: Ubuntu 4.18.0-15.16~18.04.1-generic 4.18.20
Uname: Linux 4.18.0-15-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.5
Architecture: amd64
CasperVersion: 1.394
Date: Thu Jun 13 06:16:59 2019
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed 
boot=casper quiet splash ---
LiveMediaBuild: Ubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 (20190210)
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


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

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

Title:
  installing ubuntu with option erase disk crashes

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

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

[Bug 1832610] Re: [Dell Inspiron 5480] No sound at all from internal speakers

2019-06-12 Thread Daniel van Vugt
Thanks. In that case it sounds like maybe Wine was accessing the sound
devices directly. If an app does that then PulseAudio is unable to
access the sound hardware at the same time.

The solution is to get all apps to change to using PulseAudio instead of
ALSA, so they can all share the sound hardware.

** Changed in: pulseaudio (Ubuntu)
   Status: New => Invalid

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

Title:
  [Dell Inspiron 5480] No sound at all from internal speakers

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

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

[Bug 1832656] Re: chromium-browser deb->snap transition breaks ubuntukylin image builds

2019-06-12 Thread Olivier Tilloy
** Changed in: chromium-browser (Ubuntu Eoan)
 Assignee: (unassigned) => Olivier Tilloy (osomon)

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

Title:
  chromium-browser deb->snap transition breaks ubuntukylin image builds

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

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

[Bug 1810416] Re: SD card error mmc0: error -110 whilst initialising SD card

2019-06-12 Thread Kai-Heng Feng
If it worked on older kernels, please do a kernel bisection to find the
regression commit.

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

Title:
  SD card error mmc0: error -110 whilst initialising SD card

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

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

[Bug 1773324] Re: [SRU] rabbitmqadmin shows %%VSN%% as version

2019-06-12 Thread Bryce Harrington
Yes, next will be waiting on some reviews and approvals.  When it is
approved by the SRU team, they will request a test to validate the fix.

Meanwhile, if you'd like to do more, you might look at some of the other
rabbitmq-server bugs, if there's any of interest you can reproduce:
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/


** Description changed:

  [Impact]
  Version information is displayed by rabbitmq-server, preventing configuration 
management tools from deploying and maintaining the services properly.
  
  [Test Case]
  $ rabbitmqadmin --version
  rabbitmqadmin %%VSN%%
  
  [Regression Potential]
  Very low.  The patch simply adds a step to the makefile.  Things to look for 
would be build-time related problems; none are expected.
  
  [Fix]
  Upstream's release scripts substitute in the version string, but that logic 
isn't triggered during the regular debian package build.  It's straightforward 
to fix by inserting an equivalent sed command to the makefile during our build.
  
  This issue affects rabbitmq-server from Bionic forward, and will need
  carried in our own packaging.  The fix may be worth forwarding to debian
  as well, once it's confirmed their package is affected as well.
+ 
+ For testing, a PPA with packages containing the fix is available at:
+ https://launchpad.net/~bryce/+archive/ubuntu/sru.1773324
  
  [Discussion]
  
  [Original Report]
  When running 'rabbitmqadmin --version' it shows %%VSN%% as the version 
information on Ubuntu 18.04 and not the correct rabbitmq version. We are using 
puppet to install and configure rabbitmq server and the puppet-rabbitmq modules 
[1] are using the version information from that command internally. Currently 
they are failing in Ubuntu 18.04.
  
  Used versions:
  
  Distributor ID: Ubuntu
  Description:Ubuntu 18.04 LTS
  Release:18.04
  Codename:   bionic
  rabbitmq-server: 3.6.10-1
  
  [1] https://github.com/voxpupuli/puppet-rabbitmq
  
  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: rabbitmq-server 3.6.10-1
  ProcVersionSignature: Ubuntu 4.15.0-20.21-generic 4.15.17
  Uname: Linux 4.15.0-20-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7
  Architecture: amd64
  Date: Fri May 25 09:46:18 2018
  PackageArchitecture: all
  SourcePackage: rabbitmq-server
  UpgradeStatus: No upgrade log present (probably fresh install)
  modified.conffile..etc.default.rabbitmq-server: [modified]
  mtime.conffile..etc.default.rabbitmq-server: 2018-05-24T07:06:38.256492

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

Title:
  [SRU] rabbitmqadmin shows %%VSN%% as version

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

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

[Bug 1832610] Re: [Dell Inspiron 5480] No sound at all from internal speakers

2019-06-12 Thread Marcelo Matos
I remove package wine-stable and your dependencies. After reboot the
internal speakers works again

dpkg.log:
2019-06-12 16:35:10 startup packages remove
2019-06-12 16:35:11 remove wine-stable:all 3.0-1ubuntu1 
2019-06-12 16:35:29 startup packages remove
2019-06-12 16:35:29 remove fonts-wine:all 3.0-1ubuntu1 
2019-06-12 16:35:29 remove gstreamer1.0-plugins-base:i386 
1.14.1-1ubuntu1~ubuntu18.04.2 
2019-06-12 16:35:29 remove wine32:i386 3.0-1ubuntu1 
2019-06-12 16:35:30 remove libwine:i386 3.0-1ubuntu1 
2019-06-12 16:35:30 remove libldap-2.4-2:i386 2.4.45+dfsg-1ubuntu1.2 
2019-06-12 16:35:30 remove libgssapi3-heimdal:i386 7.5.0+dfsg-1 
2019-06-12 16:35:30 remove libheimntlm0-heimdal:i386 7.5.0+dfsg-1 
2019-06-12 16:35:30 remove libkrb5-26-heimdal:i386 7.5.0+dfsg-1 
2019-06-12 16:35:30 remove libhx509-5-heimdal:i386 7.5.0+dfsg-1 
2019-06-12 16:35:30 remove libopenal1:i386 1:1.18.2-2 
2019-06-12 16:35:31 remove libsndio6.1:i386 1.1.0-3 
2019-06-12 16:35:31 remove libasound2-plugins:i386 1.1.1-1ubuntu1 
2019-06-12 16:35:31 remove libasound2:i386 1.1.3-5ubuntu0.2 
2019-06-12 16:35:31 remove libpulse0:i386 1:11.1-1ubuntu7.2 
2019-06-12 16:35:31 remove libasyncns0:i386 0.8-6 
2019-06-12 16:35:31 remove libcups2:i386 2.2.7-1ubuntu2.6 
2019-06-12 16:35:31 remove libsane1:i386 1.0.27-1~experimental3ubuntu2 
2019-06-12 16:35:32 remove libavahi-client3:i386 0.7-3.1ubuntu1.2 
2019-06-12 16:35:32 remove libavahi-common3:i386 0.7-3.1ubuntu1.2 
2019-06-12 16:35:32 remove libavahi-common-data:i386 0.7-3.1ubuntu1.2 
2019-06-12 16:35:32 remove libtheora0:i386 1.1.1+dfsg.1-14 
2019-06-12 16:35:32 remove libcairo2:i386 1.15.10-2ubuntu0.1 
2019-06-12 16:35:32 remove libgstreamer-plugins-base1.0-0:i386 
1.14.1-1ubuntu1~ubuntu18.04.2 
2019-06-12 16:35:32 remove libgstreamer1.0-0:i386 1.14.1-1~ubuntu18.04.2 

2019-06-12 16:35:33 remove libcap2:i386 1:2.25-1.2 
2019-06-12 16:35:33 remove libcapi20-3:amd64 1:3.27-3 
2019-06-12 16:35:33 remove libcapi20-3:i386 1:3.27-3 
2019-06-12 16:35:33 remove libcdparanoia0:i386 3.10.2+debian-13 
2019-06-12 16:35:33 remove libwind0-heimdal:i386 7.5.0+dfsg-1 
2019-06-12 16:35:33 remove libgssapi-krb5-2:i386 1.16-2ubuntu0.1 
2019-06-12 16:35:33 remove libkrb5-3:i386 1.16-2ubuntu0.1 
2019-06-12 16:35:34 remove libcomerr2:i386 1.44.1-1ubuntu1.1 
2019-06-12 16:35:34 remove libdbus-1-3:i386 1.12.2-1ubuntu1.1 
2019-06-12 16:35:34 remove libgphoto2-6:i386 2.5.16-2 
2019-06-12 16:35:34 remove libexif12:i386 0.6.21-4 
2019-06-12 16:35:34 remove libsndfile1:i386 1.0.28-4ubuntu0.18.04.1 
2019-06-12 16:35:34 remove libflac8:i386 1.3.2-1 
2019-06-12 16:35:34 remove libgd3:i386 2.2.5-4ubuntu0.3 
2019-06-12 16:35:35 remove libfontconfig1:i386 2.12.6-0ubuntu2 
2019-06-12 16:35:35 remove libfreetype6:i386 2.8.1-2ubuntu2 
2019-06-12 16:35:35 remove libglib2.0-0:i386 2.56.4-0ubuntu0.18.04.3 
2019-06-12 16:35:35 remove libglu1-mesa:i386 9.0.0-2.1build1 
2019-06-12 16:35:35 remove libgnutls30:i386 3.5.18-1ubuntu1.1 
2019-06-12 16:35:35 remove libhogweed4:i386 3.4-1 
2019-06-12 16:35:35 remove libgmp10:i386 2:6.1.2+dfsg-2 
2019-06-12 16:35:36 remove libgphoto2-port12:i386 2.5.16-2 
2019-06-12 16:35:36 remove libgsm1:i386 1.0.13-4build1 
2019-06-12 16:35:36 remove libhcrypto4-heimdal:i386 7.5.0+dfsg-1 
2019-06-12 16:35:36 remove libheimbase1-heimdal:i386 7.5.0+dfsg-1 
2019-06-12 16:35:36 remove libxslt1.1:i386 1.1.29-5ubuntu0.1 
2019-06-12 16:35:36 remove libxml2:i386 2.9.4+dfsg1-6.1ubuntu1.2 
2019-06-12 16:35:36 remove libicu60:i386 60.2-3ubuntu3 
2019-06-12 16:35:36 remove libidn2-0:i386 2.0.4-1.1build2 
2019-06-12 16:35:37 remove libieee1284-3:i386 0.2.11-13 
2019-06-12 16:35:37 remove libjack-jackd2-0:i386 1.9.12~dfsg-2 
2019-06-12 16:35:37 remove libtiff5:i386 4.0.9-5ubuntu0.2 
2019-06-12 16:35:37 remove libjbig0:i386 2.1-3.1build1 
2019-06-12 16:35:37 remove libv4l-0:i386 1.14.2-1 
2019-06-12 16:35:37 remove libv4lconvert0:i386 1.14.2-1 
2019-06-12 16:35:37 remove libjpeg8:i386 8c-2ubuntu8 
2019-06-12 16:35:38 remove libjpeg-turbo8:i386 1.5.2-0ubuntu5.18.04.1 
2019-06-12 16:35:38 remove libk5crypto3:i386 1.16-2ubuntu0.1 
2019-06-12 16:35:38 remove libkeyutils1:i386 1.5.9-9.2ubuntu2 
2019-06-12 16:35:38 remove libkrb5support0:i386 1.16-2ubuntu0.1 
2019-06-12 16:35:38 remove liblcms2-2:i386 2.9-1ubuntu0.1 
2019-06-12 16:35:38 remove libodbc1:i386 2.3.4-1.1ubuntu3 
2019-06-12 16:35:38 remove libltdl7:i386 2.4.6-2 
2019-06-12 16:35:39 remove libmpg123-0:i386 1.25.10-1 
2019-06-12 16:35:39 remove libnettle6:i386 3.4-1 
2019-06-12 16:35:39 remove libvorbisenc2:i386 1.3.5-4.2 
2019-06-12 16:35:39 remove libvorbis0a:i386 1.3.5-4.2 
2019-06-12 16:35:39 remove libogg0:i386 1.3.2-1 
2019-06-12 16:35:39 remove libopus0:i386 1.1.2-1ubuntu1 
2019-06-12 16:35:39 remove liborc-0.4-0:i386 1:0.4.28-1 
2019-06-12 16:35:40 remove libosmesa6:amd64 18.2.8-0ubuntu0~18.04.2 
2019-06-12 16:35:40 remove libosmesa6:i386 18.2.8-0ubuntu0~18.04.2 
2019-06-12 16:35:40 remove libp11-kit0:i386 0.23.9-2 
2019-06-12 16:35:40 remove libpcap0.8:i386 

[Bug 1801839] Re: Something keeps triggering the login prompt

2019-06-12 Thread Launchpad Bug Tracker
[Expired for xscreensaver (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: xscreensaver (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/1801839

Title:
  Something keeps triggering the login prompt

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

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

[Bug 1806697] Re: Status of interface connections not properly updated in the UI

2019-06-12 Thread Robert Ancell
** Also affects: gnome-software (Ubuntu Cosmic)
   Importance: Undecided
   Status: New

** Also affects: gnome-software (Ubuntu Eoan)
   Importance: Medium
 Assignee: Robert Ancell (robert-ancell)
   Status: Confirmed

** Also affects: gnome-software (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Also affects: gnome-software (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Also affects: gnome-software (Ubuntu Disco)
   Importance: Undecided
   Status: New

** Changed in: gnome-software (Ubuntu Disco)
   Status: New => Triaged

** Changed in: gnome-software (Ubuntu Cosmic)
   Status: New => Triaged

** Changed in: gnome-software (Ubuntu Bionic)
   Status: New => Triaged

** Changed in: gnome-software (Ubuntu Xenial)
   Status: New => Triaged

** Changed in: gnome-software (Ubuntu Xenial)
 Assignee: (unassigned) => Robert Ancell (robert-ancell)

** Changed in: gnome-software (Ubuntu Bionic)
 Assignee: (unassigned) => Robert Ancell (robert-ancell)

** Changed in: gnome-software (Ubuntu Cosmic)
 Assignee: (unassigned) => Robert Ancell (robert-ancell)

** Changed in: gnome-software (Ubuntu Disco)
 Assignee: (unassigned) => Robert Ancell (robert-ancell)

** Changed in: gnome-software (Ubuntu Eoan)
   Status: Confirmed => Triaged

** Changed in: gnome-software (Ubuntu Disco)
   Importance: Undecided => High

** Changed in: gnome-software (Ubuntu Cosmic)
   Importance: Undecided => High

** Changed in: gnome-software (Ubuntu Bionic)
   Importance: Undecided => High

** Changed in: gnome-software (Ubuntu Xenial)
   Importance: Undecided => High

** Changed in: gnome-software (Ubuntu Eoan)
   Importance: Medium => High

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

Title:
  Status of interface connections not properly updated in the UI

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

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

[Bug 1829378] Re: Kernel 4.15.0-50 wont boot as Xen-DomU with PVH

2019-06-12 Thread David Kowis
https://lists.xenproject.org/archives/html/xen-
users/2019-05/txtiEUldDuKY9.txt

This is the stacktrace/log that was originally captured by the filer.

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

Title:
  Kernel 4.15.0-50 wont boot as Xen-DomU with PVH

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

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

[Bug 1829378] Re: Kernel 4.15.0-50 wont boot as Xen-DomU with PVH

2019-06-12 Thread David Kowis
Also does not boot for linux-image-4.15.0-51-generic

>From the xl console output trying to boot that kernel. Previous kernels
have no problem.

libxl: error: libxl_xshelp.c:201:libxl__xs_read_mandatory: xenstore read 
failed: `/libxl/45/type': No such file or directory
libxl: warning: libxl_dom.c:52:libxl__domain_type: unable to get domain type 
for domid=45, assuming HVM
xenconsole: Could not read tty from store: No such file or directory
libxl: error: libxl_exec.c:118:libxl_report_child_exitstatus: console child 
[3420] exited with error status 2
root@nosgoth:/etc/xen/conf#

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

Title:
  Kernel 4.15.0-50 wont boot as Xen-DomU with PVH

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

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

[Bug 1820768] Re: [SRU] support new cab and new docking firmware upgrade in fwupd 1.2.5

2019-06-12 Thread Rex Tsai
** Tags added: oem-priority

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

Title:
  [SRU] support new cab and new docking firmware upgrade in fwupd 1.2.5

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

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

[Bug 1832659] Re: openssl 1.1.1-1ubuntu2.1~18.04.1 contains upstream bug 7350

2019-06-12 Thread Steve Wills
Yes, we have to use 2016 salt due to in house modules that need to be
updated. If salt 2016 was updated, we would still have quite a bit of
work to do. The fix in upstream works, in fact just removing
OPENSSL_INIT_NO_LOAD_CONFIG works. But, it also worked before the
openssl update. And I think that is really only a work around. I suspect
others will hit similar issues separate from Salt, like mentioned in the
upstream bug. I'm wondering, why did you use 1.1.1 instead of 1.1.1c?

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

Title:
  openssl 1.1.1-1ubuntu2.1~18.04.1 contains upstream bug 7350

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

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

[Bug 1832654] Re: mpv crashed with SIGSEGV in SDL_MIR_LoadSymbols() from MIR_Available() from SDL_VideoInit_REAL() from SDL_InitSubSystem_REAL() from preinit()

2019-06-12 Thread Daniel van Vugt
** Summary changed:

- 
/usr/bin/mpv:11:SDL_MIR_LoadSymbols:MIR_Available:SDL_VideoInit_REAL:SDL_InitSubSystem_REAL:preinit
+ mpv crashed with SIGSEGV in SDL_MIR_LoadSymbols() from MIR_Available() from 
SDL_VideoInit_REAL() from SDL_InitSubSystem_REAL() from preinit()

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

Title:
  mpv crashed with SIGSEGV in SDL_MIR_LoadSymbols() from MIR_Available()
  from SDL_VideoInit_REAL() from SDL_InitSubSystem_REAL() from preinit()

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

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

[Bug 1832659] Re: openssl 1.1.1-1ubuntu2.1~18.04.1 contains upstream bug 7350

2019-06-12 Thread Dimitri John Ledkov
@Steve

Ubuntu 18.04 ships salt 2017.7.4 which has been patched for openssl
1.1.1 compatibility.

Please see:

https://launchpad.net/ubuntu/+source/salt/2017.7.4+dfsg1-1ubuntu18.04.1

salt (2017.7.4+dfsg1-1ubuntu18.04.1) bionic; urgency=medium

  * Cherrypick two upstream patches to fix compat with OpenSSL 1.1.1,
without these salt fails to start when OpenSSL is upgraded from 1.1.0
to 1.1.1. LP: #1823332
  * Fix up install call in debian/rules to resolve FTBFS.


Are there reasons why you use v2016 salt? Why not use v2017 salt from ubuntu? 
Do you need to request upstream backport of 
https://github.com/saltstack/salt/pull/51655/files for v2016? Does patch from 
https://github.com/saltstack/salt/pull/51655/files work on v2016?

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

Title:
  openssl 1.1.1-1ubuntu2.1~18.04.1 contains upstream bug 7350

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

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

[Bug 1832610] Re: [Dell Inspiron 5480] No sound at all

2019-06-12 Thread Daniel van Vugt
** Summary changed:

- [HDA-Intel - HDA Intel PCH, playback] No sound at all
+ [Dell Inspiron 5480] No sound at all

** Summary changed:

- [Dell Inspiron 5480] No sound at all
+ [Dell Inspiron 5480] No sound at all from internal speakers

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

Title:
  [Dell Inspiron 5480] No sound at all from internal speakers

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

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

[Bug 1825710] Re: Remove "Application is ready" notification

2019-06-12 Thread Bug Watch Updater
** Changed in: gnome-shell
   Status: Unknown => New

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

Title:
  Remove "Application is ready" notification

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

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

[Bug 1832449] Re: Right click menu does not appear near the mouse on multi-monitor setup

2019-06-12 Thread Daniel van Vugt
Sounds good. Thanks.

** Changed in: gnome-shell (Ubuntu)
   Status: Incomplete => Invalid

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

Title:
  Right click menu does not appear near the mouse on multi-monitor setup

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

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

[Bug 1832609] Re: i don't know speak EL

2019-06-12 Thread Daniel van Vugt
Can you please tell us (in any language) what problem with Ubuntu you
are encountering?

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

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

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

Title:
  i don't know speak EL

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

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

[Bug 1832659] Re: openssl 1.1.1-1ubuntu2.1~18.04.1 contains upstream bug 7350

2019-06-12 Thread Bug Watch Updater
** Changed in: openssl
   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/1832659

Title:
  openssl 1.1.1-1ubuntu2.1~18.04.1 contains upstream bug 7350

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

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

[Bug 1832426] Re: "Program" is not responding when debugging in gdb

2019-06-12 Thread Daniel van Vugt
I think gnome-shell could do better at ignoring programs being debugged.
It appears you can detect this by looking at the process state like in
/proc/PID/status. It will show:

State:  t (tracing stop)

Or easier to parse: Look at /proc/PID/stat and the third field will be a
lowercase 't'.

This means the process is being debugged and gnome-shell should not be
raising warnings about it.

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

Title:
  "Program" is not responding when debugging in gdb

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

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

[Bug 1832661] [NEW] Xenial update: 4.4.181 upstream stable release

2019-06-12 Thread Khaled El Mously
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:

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

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

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


** Tags: kernel-stable-tracking-bug

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

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

** Also affects: linux (Ubuntu Xenial)
   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/1832661

Title:
  Xenial update: 4.4.181 upstream stable release

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

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

[Bug 1832004] Re: [amdgpu] display hanging after laptop opens lid

2019-06-12 Thread Daniel van Vugt
Thanks. Yes it sounds like a problem with the amdgpu graphics driver.

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

Title:
  [amdgpu] display hanging after laptop opens lid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-amdgpu/+bug/1832004/+subscriptions

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

[Bug 1812480] Re: [SRU] Update to bugfix release 3.0.7 in Bionic

2019-06-12 Thread P.D.
** Summary changed:

- [SRU] Update to bugfix release 3.0.6 in Bionic
+ [SRU] Update to bugfix release 3.0.7 in Bionic

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

Title:
  [SRU] Update to bugfix release 3.0.7 in Bionic

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

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

[Bug 1832634] Re: libhugetlbfs FAIL small_const is not hugepage

2019-06-12 Thread Po-Hsu Lin
s/enabled/disabled/ in comment #2

https://kernel.ubuntu.com/git/ubuntu/autotest-client-
tests.git/commit/?id=2208088acc770d820fd57a6960ae9b2db8bdb08a

Tests disabled.

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

** Changed in: ubuntu-kernel-tests
   Importance: Undecided => Medium

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

Title:
  libhugetlbfs FAIL small_const is not hugepage

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

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

[Bug 1773324] Re: [SRU] rabbitmqadmin shows %%VSN%% as version

2019-06-12 Thread Alvin Joseph Tang
Thanks Bryce for all the help! Do I need to do anything else or just
have to wait for now?

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

Title:
  [SRU] rabbitmqadmin shows %%VSN%% as version

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

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

[Bug 1830792] Re: [i915] Rotated display is overscaled and overdrawn while i915 crashes repeatedly

2019-06-12 Thread Daniel van Vugt
Thanks for those logs. They show the problem happening immediately, as
soon as 2.5 seconds after the kernel starts.

This bug is now assigned to the kernel ('linux' component). I believe
this is a kernel bug, if not a hardware fault.

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

Title:
  [i915] Rotated display is overscaled and overdrawn while i915 crashes
  repeatedly

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

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

[Bug 1832634] Re: libhugetlbfs FAIL small_const is not hugepage

2019-06-12 Thread Po-Hsu Lin
Test should be enabled.

We can copy forward the blacklist file.
$ find ./ -name blacklist.disco
./libhugetlbfs/blacklist.disco
./ubuntu_seccomp/blacklist.disco
./ubuntu_ecryptfs/blacklist.disco


** Changed in: ubuntu-kernel-tests
 Assignee: (unassigned) => Po-Hsu Lin (cypressyew)

** Changed in: ubuntu-kernel-tests
   Status: Confirmed => In Progress

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

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

Title:
  libhugetlbfs FAIL small_const is not hugepage

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

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

[Bug 1825710] Re: Remove "Application is ready" notification

2019-06-12 Thread Daniel van Vugt
Tracking upstream in: https://gitlab.gnome.org/GNOME/gnome-
shell/issues/358

** Bug watch added: gitlab.gnome.org/GNOME/gnome-shell/issues #358
   https://gitlab.gnome.org/GNOME/gnome-shell/issues/358

** Also affects: gnome-shell via
   https://gitlab.gnome.org/GNOME/gnome-shell/issues/358
   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/1825710

Title:
  Remove "Application is ready" notification

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

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

[Bug 1813463] Missing required logs.

2019-06-12 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 1813463

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

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

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

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

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

Title:
  no bluetooth intel ac 9260

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

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

[Bug 1813463] Re: no bluetooth intel ac 9260

2019-06-12 Thread Daniel van Vugt
Does Ubuntu 19.04 work better with this hardware?

** Tags added: bionic cosmic

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

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

Title:
  no bluetooth intel ac 9260

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

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

[Bug 1731699] Re: Unable to transfer files via bluetooth to paired android phone

2019-06-12 Thread Daniel van Vugt
** Tags removed: artful
** Tags added: disco

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

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

Title:
  Unable to transfer files via bluetooth to paired android phone

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

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

[Bug 249620] Re: dash does not support multi-digit file descriptors

2019-06-12 Thread jwater7
One larger side effect of not supporting more fds is that the use of
multi volume info script in tar fails (as in their example)

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

Title:
  dash does not support multi-digit file descriptors

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

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

[Bug 1832468] Re: linux-oem: 4.15.0-1042.47 -proposed tracker

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

** Changed in: kernel-sru-workflow/promote-to-proposed
   Status: New => Confirmed

** Tags added: block-proposed-bionic

** 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: 1829219
- phase: Packaging
- phase-changed: Wednesday, 12. June 2019 09:30 UTC
+ phase: Ready for Promote to Proposed
+ phase-changed: Thursday, 13. June 2019 01:32 UTC
  reason:
-   prepare-package-meta: Pending -- package tag not yet published
-   promote-to-proposed: Pending -- source package tags missing
+   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/1832468

Title:
  linux-oem: 4.15.0-1042.47 -proposed tracker

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

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

[Bug 1832659] Re: openssl 1.1.1-1ubuntu2.1~18.04.1 contains upstream bug 7350

2019-06-12 Thread Steve Wills
FWIW, here's the code that's being used and the output before the patch
is built and put in place:

https://github.com/saltstack/salt/blob/v2016.11.1/salt/utils/rsax931.py#L36

Traceback (most recent call last):
  File "/usr/bin/salt-call", line 11, in 
salt_call()
  File "/usr/lib/python2.7/dist-packages/salt/scripts.py", line 374, in 
salt_call
import salt.cli.call
  File "/usr/lib/python2.7/dist-packages/salt/cli/call.py", line 9, in 
import salt.cli.caller
  File "/usr/lib/python2.7/dist-packages/salt/cli/caller.py", line 18, in 

import salt.loader
  File "/usr/lib/python2.7/dist-packages/salt/loader.py", line 29, in 
import salt.utils.event
  File "/usr/lib/python2.7/dist-packages/salt/utils/event.py", line 72, in 

import salt.payload
  File "/usr/lib/python2.7/dist-packages/salt/payload.py", line 17, in 
import salt.crypt
  File "/usr/lib/python2.7/dist-packages/salt/crypt.py", line 43, in 
import salt.utils.rsax931
  File "/usr/lib/python2.7/dist-packages/salt/utils/rsax931.py", line 84, in 

libcrypto = _init_libcrypto()
  File "/usr/lib/python2.7/dist-packages/salt/utils/rsax931.py", line 74, in 
_init_libcrypto
raise OSError("Failed to initialize OpenSSL library (OPENSSL_init_crypto 
failed)")
OSError: Failed to initialize OpenSSL library (OPENSSL_init_crypto failed)

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

Title:
  openssl 1.1.1-1ubuntu2.1~18.04.1 contains upstream bug 7350

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

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

[Bug 1827725] Re: linux-image-4.15.0-48-lowlatency and newer don't boot after update from 4.15.0-47 (16.04)(i386)

2019-06-12 Thread Dima
*** This bug is a duplicate of bug 1827884 ***
https://bugs.launchpad.net/bugs/1827884

Yes, nopti helps. Thank you.

** This bug has been marked a duplicate of bug 1827884
   Boot problems after upgrade to kernel 4.15.0-48 (18.04.2LTS/i386)

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

Title:
  linux-image-4.15.0-48-lowlatency and newer don't boot after update
  from 4.15.0-47 (16.04)(i386)

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

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

[Bug 1832659] Re: openssl 1.1.1-1ubuntu2.1~18.04.1 contains upstream bug 7350

2019-06-12 Thread Dimitri John Ledkov
Can you please provide sources of your app / example of behaviour that
needs fixing?

For us to prepare an SRU, we'd need to provide the following details:

https://wiki.ubuntu.com/StableReleaseUpdates#SRU_Bug_Template

Would you be able to provide details requested there? as in fill out the
below template's Impact, Test Case, Regression Potential sections

I've tried to understand the upstream issue linked, but i'm not affected
so I am struggling a bit.

Something minimal is ideal, like a tiny main(){}; C function that like
calls double init, and works with openssl 1.1.0 from bionic-release, but
fails with openssl 1.1.1 from bionic-updates.

[Impact]

 * An explanation of the effects of the bug on users and

 * justification for backporting the fix to the stable release.

 * In addition, it is helpful, but not required, to include an
   explanation of how the upload fixes this bug.

[Test Case]

 * detailed instructions how to reproduce the bug

 * these should allow someone who is not familiar with the affected
   package to reproduce the bug and verify that the updated package fixes
   the problem.

[Regression Potential]

 * discussion of how regressions are most likely to manifest as a result
of this change.

 * It is assumed that any SRU candidate patch is well-tested before
   upload and has a low overall risk of regression, but it's important
   to make the effort to think about what ''could'' happen in the
   event of a regression.

 * This both shows the SRU team that the risks have been considered,
   and provides guidance to testers in regression-testing the SRU.

[Other Info]
 
 * Anything else you think is useful to include
 * Anticipate questions from users, SRU, +1 maintenance, security teams and the 
Technical Board
 * and address these questions in advance

** Bug watch added: github.com/openssl/openssl/issues #7350
   https://github.com/openssl/openssl/issues/7350

** Also affects: openssl via
   https://github.com/openssl/openssl/issues/7350
   Importance: Unknown
   Status: Unknown

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

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

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

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

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

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

Title:
  openssl 1.1.1-1ubuntu2.1~18.04.1 contains upstream bug 7350

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

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

[Bug 1832659] Re: openssl 1.1.1-1ubuntu2.1~18.04.1 contains upstream bug 7350

2019-06-12 Thread Dimitri John Ledkov
The issue mentioned should be included in openssl 1.1.1b and hence fix
released in disco and eoan.

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

Title:
  openssl 1.1.1-1ubuntu2.1~18.04.1 contains upstream bug 7350

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

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

[Bug 1832659] [NEW] openssl 1.1.1-1ubuntu2.1~18.04.1 contains upstream bug 7350

2019-06-12 Thread Steve Wills
Public bug reported:

After the update of openssl in bionic, I started having an issue and
after troubleshooting found this issue:

https://github.com/openssl/openssl/issues/7350

Applying the patch linked in that issue and rebuilding the openssl
package avoided the issue.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: openssl 1.1.1-1ubuntu2.1~18.04.1
ProcVersionSignature: Ubuntu 4.15.0-51.55-generic 4.15.18
Uname: Linux 4.15.0-51-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.6
Architecture: amd64
Date: Thu Jun 13 00:21:16 2019
InstallationDate: Installed on 2019-06-12 (0 days ago)
InstallationMedia: Ubuntu-Server 18.04 LTS "Bionic Beaver" - Release amd64 
(20180426)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: openssl
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: openssl
 Importance: Unknown
 Status: Unknown

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

** Affects: openssl (Ubuntu Bionic)
 Importance: Undecided
 Status: New

** Affects: openssl (Ubuntu Cosmic)
 Importance: Undecided
 Status: New

** Affects: openssl (Ubuntu Disco)
 Importance: Undecided
 Status: Fix Released

** Affects: openssl (Ubuntu Eoan)
 Importance: Undecided
 Status: Fix Released


** Tags: amd64 apport-bug bionic

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

Title:
  openssl 1.1.1-1ubuntu2.1~18.04.1 contains upstream bug 7350

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

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

[Bug 1820203] Re: [MIR] libpgm as dependency of mailman3

2019-06-12 Thread Seth Arnold
** Attachment added: "Coverity results"
   
https://bugs.launchpad.net/ubuntu/+source/libpgm/+bug/1820203/+attachment/5270475/+files/coverity.txt

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

Title:
  [MIR] libpgm as dependency of mailman3

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

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

[Bug 1832651] Re: jackdbus fails to start: cannot allocate memory

2019-06-12 Thread Erich Eickmeyer
@bendavis78 It's currently not possible. However, if you watch the
natural progression of things, it's likely to land in Ubuntu 19.10 if
the pattern of the past few releases holds.

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

Title:
  jackdbus fails to start: cannot allocate memory

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

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

[Bug 1832651] Re: jackdbus fails to start: cannot allocate memory

2019-06-12 Thread Ben Davis
Is there a workaround? This is currently breaking my entire audio setup
(using Ubuntu Studio, where jackd is crucial)

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

Title:
  jackdbus fails to start: cannot allocate memory

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

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

[Bug 1832651] Re: jackdbus fails to start: cannot allocate memory

2019-06-12 Thread Bug Watch Updater
** Changed in: systemd
   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/1832651

Title:
  jackdbus fails to start: cannot allocate memory

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

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

[Bug 1832651] Re: jackdbus fails to start: cannot allocate memory

2019-06-12 Thread Ben Davis
How does one upgrade to systemd-241 in ubuntu?

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

Title:
  jackdbus fails to start: cannot allocate memory

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

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

[Bug 1832449] Re: Right click menu does not appear near the mouse on multi-monitor setup

2019-06-12 Thread Kamyar Kaviani
Oh my goodness. I just found out the culprit was the Gnome extension
"Multi Monitors Add-On". I had originally installed this extension so
that I can have the top bar on both monitors. But after disabling it,
right click menus works fine !

I'm going to file a bug report with the author of that extension.

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

Title:
  Right click menu does not appear near the mouse on multi-monitor setup

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

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

[Bug 1832449] Re: Right click menu does not appear near the mouse on multi-monitor setup

2019-06-12 Thread Kamyar Kaviani
I'm not sure if this is relevant, but I'm adding that my laptop's
display resolution has been set to 1368 x 768 even though it supports
1920 x 1080.

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

Title:
  Right click menu does not appear near the mouse on multi-monitor setup

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

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

[Bug 1832449] Re: Right click menu on nautilus does not appear near the mouse

2019-06-12 Thread Kamyar Kaviani
Thanks for helping to resolve this problem. I've notice that it's not
just nautilus, right click menus are all other apps appear at an offset
as well. And it happens to be the offset that is the distance between
the cursor's y position and the top of the smaller monitor. Here it is
described in a picture:

https://imgur.com/uaM1KOM

I'm on X11 and gdm3 display manager.


** Summary changed:

- Right click menu on nautilus does not appear near the mouse
+ Right click menu does not appear near the mouse on multi-monitor setup

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

Title:
  Right click menu does not appear near the mouse on multi-monitor setup

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

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

[Bug 1832449] GsettingsChanges.txt

2019-06-12 Thread Kamyar Kaviani
apport information

** Attachment added: "GsettingsChanges.txt"
   
https://bugs.launchpad.net/bugs/1832449/+attachment/5270473/+files/GsettingsChanges.txt

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

Title:
  Right click menu on nautilus does not appear near the mouse

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

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

[Bug 1832651] Re: jackdbus fails to start: cannot allocate memory

2019-06-12 Thread Erich Eickmeyer
Looks as though this was reported [1], and turns out is actually a bug
in systemd <=240 [2]. Shows as fixed in systemd 241 [3].

[1] https://github.com/jackaudio/jack2/issues/429
[1] https://github.com/systemd/systemd/issues/11386
[2] https://github.com/systemd/systemd/pull/11448

** Bug watch added: github.com/jackaudio/jack2/issues #429
   https://github.com/jackaudio/jack2/issues/429

** Also affects: jack via
   https://github.com/jackaudio/jack2/issues/429
   Importance: Unknown
   Status: Unknown

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

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

** No longer affects: jack

** Changed in: jackd2 (Ubuntu)
   Status: New => Invalid

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

** Also affects: systemd via
   https://github.com/systemd/systemd/issues/11386
   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/1832651

Title:
  jackdbus fails to start: cannot allocate memory

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

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

[Bug 1832449] ProcCpuinfoMinimal.txt

2019-06-12 Thread Kamyar Kaviani
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1832449/+attachment/5270474/+files/ProcCpuinfoMinimal.txt

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

Title:
  Right click menu on nautilus does not appear near the mouse

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

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

[Bug 1832449] Re: Right click menu on nautilus does not appear near the mouse

2019-06-12 Thread Kamyar Kaviani
apport information

** Tags added: apport-collected disco

** Description changed:

  I have an external monitor connected to a laptop via HDMI. If I set up
  the laptop display's position like this:
  
  https://imgur.com/oFbqnBm
  
  And open a new nautilus windows on my external monitor (which I've set
  to be primary), the right click context menu appears at some weird
  y-offset from where the mouse is:
  
  https://imgur.com/BfxUZVU
  
  However, when I set the position of the second monitor like so:
  
  https://imgur.com/yN6VzSI
  
  The right click menu appears where it is supposed to be.
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.10-0ubuntu27
+ Architecture: amd64
+ CurrentDesktop: ubuntu:GNOME
+ DisplayManager: gdm3
+ DistroRelease: Ubuntu 19.04
+ InstallationDate: Installed on 2019-06-12 (0 days ago)
+ InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Release amd64 (20190416)
+ Package: gnome-shell 3.32.1-1ubuntu1~19.04.1
+ PackageArchitecture: amd64
+ ProcEnviron:
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcVersionSignature: Ubuntu 5.0.0-16.17-generic 5.0.8
+ Tags:  disco
+ Uname: Linux 5.0.0-16-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip libvirt lpadmin plugdev sambashare sudo
+ _MarkForUpload: True

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/1832449/+attachment/5270472/+files/Dependencies.txt

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

Title:
  Right click menu on nautilus does not appear near the mouse

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

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

[Bug 1832656] [NEW] chromium-browser deb->snap transition breaks ubuntukylin image builds

2019-06-12 Thread Steve Langasek
Public bug reported:

>From https://launchpad.net/~ubuntu-
cdimage/+livefs/ubuntu/eoan/ubuntukylin/+build/169881:

Preparing to unpack 
.../000-chromium-browser_75.0.3770.80-0ubuntu1~snap2_amd64.deb ...
=> Installing the chromium snap
==> Checking connectivity with the snap store
===> Unable to contact the store, trying every minute for the next 30 minutes
===> Still unable to contact the store, trying for another 20 minutes
===> Still unable to contact the store, trying for another 10 minutes
===> Still unable to contact the store, aborting
dpkg: error processing archive 
/tmp/apt-dpkg-install-43SUPL/000-chromium-browser_75.0.3770.80-0ubuntu1~snap2_amd64.deb
 (--unpack):
 new chromium-browser package pre-installation script subprocess returned error 
exit status 1

It is possible that the flavors should switch to seeding the snap
instead of the deb.  However, it's unclear to me why the deb is failing
to talk to the Snap Store, because seeding of snaps DOES work from
within image builds.

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

** Affects: ubuntukylin-meta (Ubuntu)
 Importance: High
 Status: New

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

** Affects: ubuntukylin-meta (Ubuntu Eoan)
 Importance: High
 Status: New

** Also affects: chromium-browser (Ubuntu Eoan)
   Importance: Undecided
   Status: New

** Changed in: chromium-browser (Ubuntu Eoan)
   Importance: Undecided => High

** Also affects: ubuntukylin-meta (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: ubuntukylin-meta (Ubuntu Eoan)
   Importance: Undecided => High

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

Title:
  chromium-browser deb->snap transition breaks ubuntukylin image builds

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

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

[Bug 1804062] Re: test_hacking fails for python 3.6.7 and newer

2019-06-12 Thread OpenStack Infra
Reviewed:  https://review.opendev.org/664940
Committed: 
https://git.openstack.org/cgit/openstack/nova/commit/?id=f545a25cc443c41dcd9bdd028064c28b53f56037
Submitter: Zuul
Branch:master

commit f545a25cc443c41dcd9bdd028064c28b53f56037
Author: Stephen Finucane 
Date:   Wed Jun 12 15:10:59 2019 +0100

Fix double word hacking test

At present, 'pycodestyle' feeds the following string into the 'tokenizer'
library:

["'This is the the best comment'"]

(note the added quotes because this isn't valid Python otherwise)

On previous versions of Python, this tokenizer would parse the string like 
so:

  (3, "'This is the the best comment'", (1, 0), (1, 30), "'This is the the 
best comment'")
  (0, '', (2, 0), (2, 0), '')

where (3 = 'STRING', 0 = 'ENDMARKER')

However, with the fix [1] backported to recent versions of Python, this now
resolves to:

  (3, "'This is the the best comment'", (1, 0), (1, 30), "'This is the the 
best comment'")
  (4, '', (1, 30), (1, 31), '')
  (0, '', (2, 0), (2, 0), '')

where (3 = 'STRING', 4 = 'NEWLINE', 0 = 'ENDMARKER')

Typically, 'pycodestyle' will run physical line checks on each line as it
parses the token:

  https://github.com/PyCQA/pycodestyle/blob/2.5.0/pycodestyle.py#L2036

For the former case above, the line doesn't include a newline which
means we never parse a 'NEWLINE' token with a logical line (the fifth
element of the token tuple) corresponding to our full line. This means
we don't here but that wasn't an issue previously since there's a
fallthrough case that handled tokens remaining at the end of the parse:

  https://github.com/PyCQA/pycodestyle/blob/2.5.0/pycodestyle.py#L2114-L2116

Unfortunately, because we now have an additional newline character to
parse, one that's on a separate line to our test string no less, we run
logical checks on it:

  https://github.com/PyCQA/pycodestyle/blob/2.5.0/pycodestyle.py#L2105-L2107

This is an issue since the logical check wipes stored tokens meaning
we've nothing to check when we get to the fallthrough case:

  https://github.com/PyCQA/pycodestyle/blob/2.5.0/pycodestyle.py#L2012

This fixes changes things so that a newline is included (and also adds
quotes so it's valid Python, but that's mostly unrelated). This means we
end up with the following instead:

  ["'This is the the best comment'\n"]

On both Python without the bugfix and with it, this parses as:

  (3, "'This is the the best comment'", (1, 0), (1, 30), "'This is the the 
best comment'\n")
  (4, '\n', (1, 30), (1, 31), "'This is the the best comment'\n")
  (0, '', (2, 0), (2, 0), '')

where (3 = 'STRING', 4 = 'NEWLINE', 0 = 'ENDMARKER')

Which triggers things in 'pycodestyle' correctly.

  https://github.com/PyCQA/pycodestyle/blob/2.5.0/pycodestyle.py#L2044-L2046

This isn't _really_ a fix since there's clearly still a bug in either
'pycodestyle' or Python (I think the latter, since it's adding a newline
to a file that explicitly doesn't have one), but the chances of us
hitting this bug in practice are rather low - you'd need to make a
mistake on the very last line of a file without a newline at the end
which is something Vim, for example, won't even let you do without
setting special flags - and therefore it can be reasonably ignored.

[1] https://bugs.python.org/issue33899

Change-Id: Ia597594e0469c0e83d7ad22b0678390aaebaffe7
Signed-off-by: Stephen Finucane 
Closes-Bug: #1804062


** Changed in: nova
   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/1804062

Title:
  test_hacking fails for python 3.6.7 and newer

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

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

[Bug 1832654] [NEW] /usr/bin/mpv:11:SDL_MIR_LoadSymbols:MIR_Available:SDL_VideoInit_REAL:SDL_InitSubSystem_REAL:preinit

2019-06-12 Thread errors.ubuntu.com bug bridge
Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem regarding 
mpv.  This problem was most recently seen with package version 0.29.1-1ubuntu1, 
the problem page at 
https://errors.ubuntu.com/problem/49b20419bb99a29696458a4c24241c38f875b3ec 
contains more details, including versions of packages affected, stacktrace or 
traceback, and individual crash reports.
If you do not have access to the Ubuntu Error Tracker and are a software 
developer, you can request it at http://forms.canonical.com/reports/.

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


** Tags: bionic cosmic disco

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

Title:
  
/usr/bin/mpv:11:SDL_MIR_LoadSymbols:MIR_Available:SDL_VideoInit_REAL:SDL_InitSubSystem_REAL:preinit

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

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

[Bug 1826419] Fix merged to neutron (stable/stein)

2019-06-12 Thread OpenStack Infra
Reviewed:  https://review.opendev.org/664584
Committed: 
https://git.openstack.org/cgit/openstack/neutron/commit/?id=fb2a4c90a17f0e9272914be53b6c275f8ec3099b
Submitter: Zuul
Branch:stable/stein

commit fb2a4c90a17f0e9272914be53b6c275f8ec3099b
Author: James Page 
Date:   Mon Jun 3 09:41:42 2019 +0100

Revert "Pass network's dns_domain to dnsmasq conf"

The dns_domain attribute of a network is intended for use
by neutron when creating DNS records in an external DNS
system such as Designate.

By using the networks dns_domain, the configured search
path on booted instances mismatches with the generated
dns assignments for instance ports in the hosts file
for dnsmasq which creates a mismatched forward/reverse
lookup behaviour.

This reverts commit 7fdd6adc7acf99e74fbe1c12606f8c867ae134ae.
and commit 137a6d61053fb1cfb9a0a583b5a5c0f6253c75e6.

Closes-Bug: 1826419
Depends-On: I145144c042b100f7e12a02a8ac7e0fbbe41e984d
Change-Id: I5ff03b5ad8af432a9f7919ef953d7d8c434b93bd

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

Title:
  dhcp agent configured with mismatching domain and host entries

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

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

[Bug 1791312] Re: ubuntu 18.04 flickering screen with Radeon X1600

2019-06-12 Thread Bug Watch Updater
** Changed in: linux
   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/1791312

Title:
  ubuntu 18.04 flickering screen with Radeon X1600

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

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

[Bug 1791312]

2019-06-12 Thread Paul Dufresne
The patch is included in:
Linux 4.14.125
Linux 4.19.50
Linux 5.1.9

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

Title:
  ubuntu 18.04 flickering screen with Radeon X1600

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

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

[Bug 1782709] Re: Updating systemd kills network on bionic

2019-06-12 Thread James Gray
Can confirm the same behaviour on my systems too. Updating systemd
recently caused the entire routing table to be dropped (I had console
access and was able to confirm no routes - not even loopback worked). In
normal operation I see:

>ip route show
default via 10.0.0.1 dev eno1 src 10.0.0.60 metric 202 
10.0.0.0/24 dev eno1 proto dhcp scope link src 10.0.0.60 metric 202 

However, when systemd is updated, the route table is blank although
interfaces maintain their addresses etc. When working remotely, I need
to get remote hands to reboot the system to restore normal functionality
which obviously extends down time. We have implemented procedures to
watch the route table and if it disappears, triggers a reboot but this
is problematic as it could happen before the update process is finished.

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

Title:
  Updating systemd kills network on bionic

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

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

[Bug 1832653] [NEW] ejabberd fails to work after upgrade of openssl to v1.1.1 in Ubuntu 18.04 LTS

2019-06-12 Thread Marcel
Public bug reported:

Since Ubuntu 18.04 LTS received the upgrade of openssl to version
1.1.1-1ubuntu2.1~18.04.1, ejabberd fails to work.

Attemptions to connect with a client, result in the following warning found in 
ejabberd.log:
Failed to secure c2s connection: TLS failed: client renegotiations forbidden

This seems to result from ejabberd 18.01-2 being incompatible with openssl 
1.1.1, as also reported under the following links:
https://github.com/processone/ejabberd/issues/2614
https://bugs.archlinux.org/task/60154

** Affects: ejabberd (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/1832653

Title:
  ejabberd fails to work after upgrade of openssl to v1.1.1 in Ubuntu
  18.04 LTS

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

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

[Bug 1832650] Re: package menu 2.1.47ubuntu3 failed to install/upgrade: triggers looping, abandoned

2019-06-12 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/1832650

Title:
  package menu 2.1.47ubuntu3 failed to install/upgrade: triggers
  looping, abandoned

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

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

[Bug 1832649] [NEW] Zone List Returns Expected Output at (openstack) Prompt Not Without

2019-06-12 Thread Eloy Martinez
Public bug reported:

Issuing a Zone list returns expected output when at the (openstack)
prompt, but it returns no output when issuing the command at the
standard shell prompt.

(openstack) zone list --sudo-project-id 
+--+---+-++++
| id   | name  | type| 
serial | status | action |
+--+---+-++++
| 48565e14-b672-4e92-955a-5054e818fef5 | tnt12-zone1.aus2. | PRIMARY | 
1560375605 | ACTIVE | NONE   |
+--+---+-++++

# openstack zone list --sudo-project-id 


# openstack --version
openstack 3.12.2

** Affects: python-openstackclient (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/1832649

Title:
  Zone List Returns Expected Output at (openstack) Prompt Not Without

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

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

[Bug 1829566] Re: network-manager 1.10.14-0ubuntu2 ignores systemd-resolved configured dns

2019-06-12 Thread Mathew Hodson
** Tags removed: regression-update
** Tags added: regression-proposed

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

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

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

Title:
  network-manager 1.10.14-0ubuntu2 ignores systemd-resolved configured
  dns

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

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

[Bug 1832650] [NEW] package menu 2.1.47ubuntu3 failed to install/upgrade: triggers looping, abandoned

2019-06-12 Thread David
Public bug reported:

Issue occur after upgrade to 19.04

ProblemType: Package
DistroRelease: Ubuntu 19.04
Package: menu 2.1.47ubuntu3
ProcVersionSignature: Ubuntu 5.0.0-16.17-lowlatency 5.0.8
Uname: Linux 5.0.0-16-lowlatency x86_64
ApportVersion: 2.20.10-0ubuntu27
Architecture: amd64
Date: Wed Jun  5 17:19:54 2019
ErrorMessage: triggers looping, abandoned
InstallationDate: Installed on 2017-07-29 (683 days ago)
InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
Python3Details: /usr/bin/python3.7, Python 3.7.3, python3-minimal, 3.7.3-1
PythonDetails: /usr/bin/python2.7, Python 2.7.16, python-minimal, 2.7.16-1
RelatedPackageVersions:
 dpkg 1.19.6ubuntu1
 apt  1.8.1
SourcePackage: menu
Title: package menu 2.1.47ubuntu3 failed to install/upgrade: triggers looping, 
abandoned
UpgradeStatus: Upgraded to disco on 2019-06-05 (7 days ago)

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


** Tags: amd64 apport-package disco

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

Title:
  package menu 2.1.47ubuntu3 failed to install/upgrade: triggers
  looping, abandoned

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

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

[Bug 1832651] [NEW] jackdbus fails to start: cannot allocate memory

2019-06-12 Thread Ben Davis
Public bug reported:

The `.log/jack/jackdbus.log` shows the following after trying to
start/restart jack using "Ubuntu Studio Controls" (also tried using
`jack_control start`):

ERROR: Cannot lock down 82280346 byte memory area (Cannot allocate
memory)

This is a fresh install of Ubuntu Studio 19.04, installed via USB. The
first thing I did after installing was check to see if jack was running,
but unfortunately it's not working. The error would seem to indicate
that I'm not in the `audio` group, however checking `groups` shows that
I am in the audio group.

ProblemType: Bug
DistroRelease: Ubuntu 19.04
Package: jackd2 1.9.12~dfsg-2build1
ProcVersionSignature: Ubuntu 5.0.0-13.14-lowlatency 5.0.6
Uname: Linux 5.0.0-13-lowlatency x86_64
ApportVersion: 2.20.10-0ubuntu27
Architecture: amd64
CurrentDesktop: GNOME
Date: Wed Jun 12 18:13:25 2019
InstallationDate: Installed on 2019-06-12 (0 days ago)
InstallationMedia: Ubuntu-Studio 19.04 "Disco Dingo" - Release amd64 (20190416)
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: jackd2
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: jackd2 (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/1832651

Title:
  jackdbus fails to start: cannot allocate memory

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

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

[Bug 1832384] Re: Unable to unmount apparently unused filesystem

2019-06-12 Thread John Gallagher
Thanks for taking a look. One of the things that is painful about
debugging this issue is how long it takes to manifest. It would probably
require several weeks of testing a particular kernel version without
seeing the issue before we could be reasonably sure that the problem is
fixed. Also, testing in parallel can be quite resource intensive since
we need 10-15 machines to drive the workload for a single machine under
test.

Given this, I think we will spend a couple more days trying to come up
with a better reproducer, one that can produce the issue in less time,
or at least without requiring our application (and therefore our ZFS
bits). If we can do that, we should be in a better position to test with
other kernels.

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

Title:
  Unable to unmount apparently unused filesystem

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1832384/+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-06-12 Thread Brian Murray
I booted multiple virtual machines to see if I could discover a
difference among releases and observed the following:

bdmurray@clean-cosmic-amd64:~$ systemctl status motd-news.timer
● motd-news.timer - Message of the Day
   Loaded: loaded (/lib/systemd/system/motd-news.timer; enabled; vendor preset: 
enabled)
   Active: active (waiting) since Wed 2019-06-12 15:40:07 PDT; 9min ago
  Trigger: Thu 2019-06-13 04:29:53 PDT; 12h left

Jun 12 15:40:07 clean-cosmic-amd64 systemd[1]: Started Message of the
Day.

bdmurray@clean-bionic-amd64:~$ systemctl status motd-news.timer
● motd-news.timer - Message of the Day
   Loaded: loaded (/lib/systemd/system/motd-news.timer; enabled; vendor preset: 
enabled)
   Active: active (elapsed) since Wed 2019-06-12 15:41:33 PDT; 8min ago
  Trigger: n/a

Jun 12 15:41:33 clean-bionic-amd64 systemd[1]: Started Message of the
Day.

bdmurray@clean-disco-amd64:~$ systemctl status motd-news.timer
● motd-news.timer - Message of the Day
   Loaded: loaded (/lib/systemd/system/motd-news.timer; enabled; vendor preset: 
enabled)
   Active: active (elapsed) since Wed 2019-06-12 15:42:11 PDT; 7min ago
  Trigger: n/a

Jun 12 15:42:11 clean-disco-amd64 systemd[1]: Started Message of the
Day.

My Disco desktop:
[  3:37PM 11006 ]  [ bdmurray@impulse:~/source-trees/daisy/trunk ]
 $ systemctl status motd-news.timer
● motd-news.timer - Message of the Day
   Loaded: loaded (/lib/systemd/system/motd-news.timer; enabled; vendor preset: 
enabled)
   Active: active (waiting) since Mon 2019-06-03 16:01:27 PDT; 1 weeks 1 days 
ago
  Trigger: Wed 2019-06-12 22:26:26 PDT; 6h left

Jun 03 16:01:27 impulse systemd[1]: Started Message of the Day.

My Bionic server:
[  3:43PM 5419 ]  [ bdmurray@bizarro:/tmp ]
 $ systemctl status motd-news.timer
● motd-news.timer - Message of the Day
   Loaded: loaded (/lib/systemd/system/motd-news.timer; enabled; vendor preset: 
enabled)
   Active: active (elapsed) since Mon 2019-05-06 09:17:35 PDT; 1 months 6 days 
ago
  Trigger: n/a

Warning: Journal has been rotated since unit was started. Log output is
incomplete or unavailable.

There doesn't seem to be any rhyme or reason as to which systems
received the Trigger.

-- 
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 1802233] Re: hwclock test failed on Power9 due to 0.x sec differences / time out waiting for time change

2019-06-12 Thread Mike Ranweiler
I tried some test fw for the boston:

ubuntu@ltc-boston25:~$ sudo /sbin/hwclock --set --date "2019/06/10 12:55:00"; 
sudo /sbin/hwclock --verbose
[sudo] password for ubuntu: 
hwclock from util-linux 2.33.1
System Time: 1560377530.955292
Trying to open: /dev/rtc0
Using the rtc interface to the clock.
Last drift adjustment done at 1560189300 seconds after 1969
Last calibration done at 1560189300 seconds after 1969
Hardware clock is on UTC time
Assuming hardware clock is kept in UTC time.
Waiting for clock tick...
ioctl(4, RTC_UIE_ON, 0): Invalid argument
Waiting in loop for time from /dev/rtc0 to change
...got clock tick
Time read from Hardware Clock: 2019/06/10 17:55:01
Hw clock time : 2019/06/10 17:55:01 = 1560189301 seconds since 1969
Time since last adjustment is 1 second
Calculated Hardware Clock drift is 0.00 seconds
2019-06-10 12:55:00.022780-05:00
ubuntu@ltc-boston25:~$ 

But I still have:
ubuntu@ltc-boston25:~$ sudo /sbin/hwclock --set --date "2004/11/21 04:10:00"; 
sudo strace -e ioctl "/sbin/hwclock"
ioctl(4, RTC_UIE_ON)= -1 EINVAL (Invalid argument)
ioctl(4, RTC_RD_TIME, {tm_sec=0, tm_min=10, tm_hour=10, tm_mday=21, tm_mon=10, 
tm_year=104, ...}) = 0

ioctl(4, RTC_RD_TIME, {tm_sec=1, tm_min=10, tm_hour=10, tm_mday=21, tm_mon=10, 
tm_year=104, ...}) = 0
ioctl(4, RTC_RD_TIME, {tm_sec=1, tm_min=10, tm_hour=10, tm_mday=21, tm_mon=10, 
tm_year=104, ...}) = 0
2004-11-21 04:10:00.018862-06:00
+++ exited with 0 +++
ubuntu@ltc-boston25:~$ 

But it generally seems to work - if I don't include any args it does set 
correctly still:
ubuntu@ltc-boston25:~$ sudo /sbin/hwclock --set --date "2019/06/10 12:55:00"; 
sudo /sbin/hwclock 
2019-06-10 12:54:59.982163-05:00
ubuntu@ltc-boston25:~$ 

Anything else you suggest?

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

Title:
  hwclock test failed on Power9 due to 0.x sec differences / time out
  waiting for time change

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

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

[Bug 1624320] Re: systemd-resolved appends 127.0.0.53 to resolv.conf alongside existing entries

2019-06-12 Thread Tim Wiel
A problem on 18.04 even with all updates installed

Comment #38 worked for me (well so far anyway)

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

Title:
  systemd-resolved appends 127.0.0.53 to resolv.conf alongside existing
  entries

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

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

[Bug 1831091] Re: hp-plugin tries to put files into readonly /usr/lib(64) on Fedora Silverblue

2019-06-12 Thread Kẏra
Oh what timing, just discovered this problem today and both my personal
and work computers are running Silverblue.

It would be helpful if redistribution were permitted (no modification
needed) for the binaries so rpmfusion packages can be created:
https://bugs.launchpad.net/hplip/+bug/1214318

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

** No longer affects: hplip (Ubuntu)

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

Title:
  hp-plugin tries to put files into readonly /usr/lib(64) on Fedora
  Silverblue

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

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

[Bug 1831232] Re: Ubuntu 18.04 won't boot - failed to connect to lvmetad

2019-06-12 Thread Raphael Mankin
Further experimentation:

root@X1:~# ls /dev/mapper
control  sda3_crypt
root@X1:~# cryptsetup -v open --type plain /dev/sda2 sda2_crypt
Enter passphrase for /dev/sda2: 
Command successful.
root@X1:~# ls /dev/mapper
control  sda2_crypt  sda3_crypt
root@X1:~# swapon -a
swapon: /dev/mapper/sda2_crypt: read swap header failed

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

Title:
  Ubuntu 18.04 won't boot - failed to connect to lvmetad

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

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

[Bug 1740894] Re: KEY_RFKILL is not passed to userspace

2019-06-12 Thread Brian Murray
Switched back to verification-failed-bionic since comment #42 has not
been addressed.

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

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

Title:
  KEY_RFKILL is not passed to userspace

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

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

[Bug 1754075] Re: apt-setup uses apt-key but probably should not anymore

2019-06-12 Thread Launchpad Bug Tracker
This bug was fixed in the package apt-setup - 1:0.104ubuntu5.1

---
apt-setup (1:0.104ubuntu5.1) bionic; urgency=medium

  * Replace apt-key call by direct inclusion of trusted.gpg.d
snippets. LP: #1754075

 -- Julian Andres Klode   Fri, 17 May 2019 13:36:02
+0200

** Changed in: apt-setup (Ubuntu Bionic)
   Status: Fix Committed => Fix Released

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

Title:
  apt-setup uses apt-key but probably should not anymore

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt-setup/+bug/1754075/+subscriptions

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

[Bug 1826419] Re: dhcp agent configured with mismatching domain and host entries

2019-06-12 Thread Launchpad Bug Tracker
This bug was fixed in the package neutron - 2:14.0.0-0ubuntu1.1

---
neutron (2:14.0.0-0ubuntu1.1) disco; urgency=medium

  [ Corey Bryant ]
  * d/gbp.conf: Create stable/stein branch.

  [ James Page ]
  * d/p/bug1826419.patch: Cherry pick fix to revert incorrect changes to
internal DNS behaviour (LP: #1826419).

 -- Corey Bryant   Tue, 04 Jun 2019 09:39:50
+0100

** Changed in: neutron (Ubuntu Disco)
   Status: Fix Committed => Fix Released

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

Title:
  dhcp agent configured with mismatching domain and host entries

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

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

[Bug 1822842] Update Released

2019-06-12 Thread Brian Murray
The verification of the Stable Release Update for python-pip has
completed successfully and the package has now been released to
-updates.  Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

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

Title:
  pip fails to install package from source when extra-index-url returns
  404

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

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

[Bug 1646762] Re: /usr/bin/gedit:11:g_type_check_instance_cast:GEDIT_OPEN_DOCUMENT_SELECTOR:real_populate_liststore:gdk_threads_dispatch:g_main_dispatch

2019-06-12 Thread Launchpad Bug Tracker
This bug was fixed in the package gedit - 3.28.1-1ubuntu1.2

---
gedit (3.28.1-1ubuntu1.2) bionic; urgency=medium

  * debian/oatches/gitlab_idle_handling.patch:
- use gitlab pr#34's patch to fix an incorrect handling of idle
  callbacks, thanks Andrea Azzarone (lp: #1646762)

 -- Sebastien Bacher   Thu, 11 Apr 2019 16:25:40
+0200

** Changed in: gedit (Ubuntu Bionic)
   Status: Fix Committed => Fix Released

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

Title:
  
/usr/bin/gedit:11:g_type_check_instance_cast:GEDIT_OPEN_DOCUMENT_SELECTOR:real_populate_liststore:gdk_threads_dispatch:g_main_dispatch

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

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

[Bug 1754075] Update Released

2019-06-12 Thread Brian Murray
The verification of the Stable Release Update for apt-setup has
completed successfully and the package has now been released to
-updates.  Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

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

Title:
  apt-setup uses apt-key but probably should not anymore

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt-setup/+bug/1754075/+subscriptions

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

[Bug 1822842] Re: pip fails to install package from source when extra-index-url returns 404

2019-06-12 Thread Launchpad Bug Tracker
This bug was fixed in the package python-pip - 9.0.1-2.3~ubuntu1.18.04.1

---
python-pip (9.0.1-2.3~ubuntu1.18.04.1) bionic; urgency=medium

  * d/p/bug1822842.patch: Pick fix to resolve issues when using
--{extra-}-index-urls due to de-bundling of dependencies in
distro versions of pip (LP: #1822842).

 -- James Page   Wed, 03 Apr 2019 10:23:03 +0100

** Changed in: python-pip (Ubuntu Bionic)
   Status: Fix Committed => Fix Released

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

Title:
  pip fails to install package from source when extra-index-url returns
  404

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

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

[Bug 1831757] Re: curtin from xenial daily ppa not installable

2019-06-12 Thread Launchpad Bug Tracker
** Merge proposal linked:
   https://code.launchpad.net/~raharper/curtin/+git/curtin/+merge/368731

** Merge proposal linked:
   https://code.launchpad.net/~raharper/curtin/+git/curtin/+merge/368732

** Merge proposal linked:
   https://code.launchpad.net/~raharper/curtin/+git/curtin/+merge/368733

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

Title:
  curtin from xenial daily ppa not installable

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

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

[Bug 1826419] Re: dhcp agent configured with mismatching domain and host entries

2019-06-12 Thread Launchpad Bug Tracker
This bug was fixed in the package neutron - 2:13.0.2-0ubuntu3.3

---
neutron (2:13.0.2-0ubuntu3.3) cosmic; urgency=medium

  * d/p/bug1826419.patch: Cherry pick fix to revert incorrect changes to
internal DNS behaviour (LP: #1826419).

 -- James Page   Tue, 04 Jun 2019 09:40:48 +0100

** Changed in: neutron (Ubuntu Cosmic)
   Status: Fix Committed => Fix Released

** Changed in: neutron (Ubuntu Bionic)
   Status: Fix Committed => Fix Released

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

Title:
  dhcp agent configured with mismatching domain and host entries

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

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

[Bug 1826419] Re: dhcp agent configured with mismatching domain and host entries

2019-06-12 Thread Launchpad Bug Tracker
This bug was fixed in the package neutron - 2:12.0.6-0ubuntu1

---
neutron (2:12.0.6-0ubuntu1) bionic; urgency=medium

  [ Sahid Orentino Ferdjaoui ]
  * New stable point release for OpenStack Queens (LP: #1830341).
  * d/p/set-initial-ha-router-state-in-neutron-keepalived-st.patch,
d/p/fix-KeyError-in-OVS-firewall.patch,
d/p/metadata-use-requests-for-comms-with-nova-api.patch,
d/p/Spawn-metadata-proxy-on-dvr-ha-standby-routers.patch,
d/p/bug1823038.patch: Dropped. Fixed in upstream release.

  [ James Page ]
  * d/p/bug1826419.patch: Cherry pick fix to revert incorrect changes to
internal DNS behaviour (LP: #1826419).

 -- Sahid Orentino Ferdjaoui   Fri, 24
May 2019 11:10:37 +0200

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

Title:
  dhcp agent configured with mismatching domain and host entries

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

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

[Bug 1830341] Update Released

2019-06-12 Thread Brian Murray
The verification of the Stable Release Update for neutron has completed
successfully and the package has now been released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

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

Title:
  [SRU] queens stable releases

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

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

[Bug 1830341] Re: [SRU] queens stable releases

2019-06-12 Thread Launchpad Bug Tracker
This bug was fixed in the package neutron - 2:12.0.6-0ubuntu1

---
neutron (2:12.0.6-0ubuntu1) bionic; urgency=medium

  [ Sahid Orentino Ferdjaoui ]
  * New stable point release for OpenStack Queens (LP: #1830341).
  * d/p/set-initial-ha-router-state-in-neutron-keepalived-st.patch,
d/p/fix-KeyError-in-OVS-firewall.patch,
d/p/metadata-use-requests-for-comms-with-nova-api.patch,
d/p/Spawn-metadata-proxy-on-dvr-ha-standby-routers.patch,
d/p/bug1823038.patch: Dropped. Fixed in upstream release.

  [ James Page ]
  * d/p/bug1826419.patch: Cherry pick fix to revert incorrect changes to
internal DNS behaviour (LP: #1826419).

 -- Sahid Orentino Ferdjaoui   Fri, 24
May 2019 11:10:37 +0200

** Changed in: neutron (Ubuntu Bionic)
   Status: Fix Committed => Fix Released

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

Title:
  [SRU] queens stable releases

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

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

[Bug 1826419] Update Released

2019-06-12 Thread Brian Murray
The verification of the Stable Release Update for neutron has completed
successfully and the package has now been released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

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

Title:
  dhcp agent configured with mismatching domain and host entries

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

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

[Bug 1830169] Re: lvm udev rule fails to call systemd-run

2019-06-12 Thread Launchpad Bug Tracker
This bug was fixed in the package lvm2 - 2.02.176-4.1ubuntu3.18.10.1

---
lvm2 (2.02.176-4.1ubuntu3.18.10.1) cosmic; urgency=medium

  * Fix patch of systemd-run in 69-lvm-metad.rules (LP: #1830169)

 -- Julian Andres Klode   Tue, 04 Jun 2019 11:56:25
+0200

** Changed in: lvm2 (Ubuntu Cosmic)
   Status: Fix Committed => Fix Released

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

Title:
  lvm udev rule fails to call systemd-run

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

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

[Bug 1827857] Re: Stuck on applying package profile for servers running 18.04

2019-06-12 Thread Simon Poirier
I've been able to reproduce this bug consistently. It appears
python3-apt is at cause. If a non-utf8 locale is configured, apt will
returned descriptions in the preferred lang/encoding and python3 fails
to interpret them as utf8. Python2.7 did ascii conversion, returning
"lossy" unicode conversion but not crashing.

$ grep en_US /etc/locale.gen
en_US ISO-8859-1
# en_US.ISO-8859-15 ISO-8859-15
# en_US.UTF-8 UTF-8

$ LANG=en_US python3
Python 3.7.3 (default, Apr  3 2019, 05:39:12) 
[GCC 8.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import apt
>>> apt.Cache().get("gosa").versions[0].description
Traceback (most recent call last):
  File "", line 1, in 
  File "/usr/lib/python3/dist-packages/apt/package.py", line 627, in description
dsc = records.long_desc if records is not None else None
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xb2 in position 236: 
invalid start byte

** Also affects: python-apt (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/1827857

Title:
  Stuck on applying package profile for servers running 18.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/landscape-client/+bug/1827857/+subscriptions

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

[Bug 1796501] Re: systemd-resolved tries to mitigate DVE-2018-0001 even if DNSSEC=yes

2019-06-12 Thread Bryan Quigley
A simple case on Disco+ that I believe is related to the DVE workaround is:
resolvectl query www.engadget.com

DNSSEC doesn't appear to actually be involved on the domains.  but with
DNSSEC=(not yes) it works.

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

Title:
  systemd-resolved tries to mitigate DVE-2018-0001 even if DNSSEC=yes

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

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

[Bug 1810416] Re: SD card error mmc0: error -110 whilst initialising SD card

2019-06-12 Thread Diachuck Dmytro
I have same problem. 
Laptop HP Omen Pro 15, SanDisk 64Gb 
I tested it on Ubuntu 18.04, Ubuntu 18.10, Ubuntu 19.04.  It did not work. In 
all environments, I  always get in logs(system) message: "mmc0: error -110 
whilst initialising SD card"

This card "SanDisk 64Gb" works on Ubuntu 14* and works on any my
cameras.

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

Title:
  SD card error mmc0: error -110 whilst initialising SD card

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

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

[Bug 1830169] Re: lvm udev rule fails to call systemd-run

2019-06-12 Thread Launchpad Bug Tracker
This bug was fixed in the package lvm2 - 2.02.176-4.1ubuntu4.1

---
lvm2 (2.02.176-4.1ubuntu4.1) disco; urgency=medium

  * Fix patch of systemd-run in 69-lvm-metad.rules (LP: #1830169)

 -- Julian Andres Klode   Tue, 04 Jun 2019 11:49:12
+0200

** Changed in: lvm2 (Ubuntu Disco)
   Status: Fix Committed => Fix Released

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

Title:
  lvm udev rule fails to call systemd-run

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

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

[Bug 1832646] [NEW] Printing to Brother_HL_L8260CDW_series outputs garbage

2019-06-12 Thread Raphael Mankin
Public bug reported:

Today I ran the software updater and rebooted. I now find that I  am
unable to print to Brother_HL_L8260CDW_series printer; all I get is
garbage and a lot of wasted paper.

I am printing plain text. I have tried printing it from Evolution,
Mousepad, and by piping it into lpr.

Power cycling the printer does not help.

I can print successfully from another PC with a native 18.04
installation (not upgraded from 16.xx).

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: cups 2.2.7-1ubuntu2.6
ProcVersionSignature: Ubuntu 4.15.0-51.55-generic 4.15.18
Uname: Linux 4.15.0-51-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.6
Architecture: amd64
CupsErrorLog:
 E [12/Jun/2019:21:31:10 +0100] [Job 96] Print job canceled at printer.
 E [12/Jun/2019:21:35:13 +0100] [Job 98] Print job canceled at printer.
CurrentDesktop: XFCE
Date: Wed Jun 12 21:39:03 2019
InstallationDate: Installed on 2018-02-09 (488 days ago)
InstallationMedia: Xubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
Lpstat:
 device for Brother_HL_L8260CDW_series: 
ipp://BRN3C2AF4345B8C.local:631/ipp/print
 device for HPLJ4: socket://192.168.1.3:9100
MachineType: LENOVO 20CJS0UU00
Papersize: a4
PpdFiles: Error: command ['fgrep', '-H', '*NickName', 
'/etc/cups/ppd/HPLJ4.ppd'] failed with exit code 2: grep: 
/etc/cups/ppd/HPLJ4.ppd: Permission denied
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.15.0-51-generic 
root=/dev/mapper/xubuntu--vg-root ro quiet splash vt.handoff=1
SourcePackage: cups
UpgradeStatus: Upgraded to bionic on 2018-09-12 (272 days ago)
dmi.bios.date: 09/13/2017
dmi.bios.vendor: LENOVO
dmi.bios.version: N11ET42W (1.18 )
dmi.board.asset.tag: Not Available
dmi.board.name: 20CJS0UU00
dmi.board.vendor: LENOVO
dmi.board.version: SDK0E50510 WIN
dmi.chassis.asset.tag: R90G3N7R
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: None
dmi.modalias: 
dmi:bvnLENOVO:bvrN11ET42W(1.18):bd09/13/2017:svnLENOVO:pn20CJS0UU00:pvrThinkPadT550:rvnLENOVO:rn20CJS0UU00:rvrSDK0E50510WIN:cvnLENOVO:ct10:cvrNone:
dmi.product.family: ThinkPad T550
dmi.product.name: 20CJS0UU00
dmi.product.version: ThinkPad T550
dmi.sys.vendor: LENOVO

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


** Tags: amd64 apparmor apport-bug bionic

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

Title:
  Printing to Brother_HL_L8260CDW_series outputs garbage

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

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

[Bug 1824236] Re: supermin/liguestfs fails to configure network

2019-06-12 Thread Launchpad Bug Tracker
This bug was fixed in the package libguestfs - 1:1.38.4-1ubuntu2.1

---
libguestfs (1:1.38.4-1ubuntu2.1) cosmic; urgency=medium

  * d/p/appliance-Remove-etc-dhcp-dhclient-enter-hooks.d-res.patch:
- remove /etc/dhcp/dhclient-enter-hooks.d/resolved (LP: #1824236)

 -- Ioanna Alifieraki   Thu, 30
May 2019 12:03:15 +

** Changed in: libguestfs (Ubuntu Cosmic)
   Status: Fix Committed => Fix Released

** Changed in: libguestfs (Ubuntu Bionic)
   Status: Fix Committed => Fix Released

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

Title:
  supermin/liguestfs fails to configure network

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

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

Re: [Bug 1825609] Re: Scilab does not work properly. version 6.0.1 Ubuntu 18.04

2019-06-12 Thread Tiago Stürmer Daitx
On Wed, Jun 12, 2019 at 5:40 PM Sylvestre Ledru
<1825...@bugs.launchpad.net> wrote:
>
> This patch 
> https://salsa.debian.org/science-team/scilab/commit/af933fa83ed0cc731b54a8369888b7b165775798
> fixes the issue
> should be trivial to cherry-pick this change

That fix is being tracked in bug 1825037 and it does not fix the
prompt issue in the GUI. With that fix applied I can still see the GUI
prompt issue in both scilab 6.0.1 and 6.0.2.

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

Title:
  Scilab does not work properly. version 6.0.1 Ubuntu 18.04

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

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

[Bug 1824236] Re: supermin/liguestfs fails to configure network

2019-06-12 Thread Launchpad Bug Tracker
This bug was fixed in the package libguestfs - 1:1.36.13-1ubuntu3.3

---
libguestfs (1:1.36.13-1ubuntu3.3) bionic; urgency=medium

  * d/p/appliance-Remove-etc-dhcp-dhclient-enter-hooks.d-res.patch:
- remove /etc/dhcp/dhclient-enter-hooks.d/resolved (LP: #1824236)

 -- Ioanna Alifieraki   Thu, 30
May 2019 13:07:37 +

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

Title:
  supermin/liguestfs fails to configure network

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

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

[Bug 1830169] Update Released

2019-06-12 Thread Brian Murray
The verification of the Stable Release Update for lvm2 has completed
successfully and the package has now been released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

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

Title:
  lvm udev rule fails to call systemd-run

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

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

[Bug 1832641] CurrentDmesg.txt

2019-06-12 Thread Yangzheng Bai
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1832641/+attachment/5270431/+files/CurrentDmesg.txt

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

Title:
  4.15.0-46-generic doesn't support ethtool adaptive-tx for mlx5 card

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

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

[Bug 1832641] ProcInterrupts.txt

2019-06-12 Thread Yangzheng Bai
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1832641/+attachment/5270435/+files/ProcInterrupts.txt

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

Title:
  4.15.0-46-generic doesn't support ethtool adaptive-tx for mlx5 card

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

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

[Bug 1832522] Re: openssl maintainer scripts do not trigger services restart

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

** Changed in: openssl (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/1832522

Title:
  openssl maintainer scripts do not trigger services restart

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

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

[Bug 1824236] Re: supermin/liguestfs fails to configure network

2019-06-12 Thread Launchpad Bug Tracker
This bug was fixed in the package libguestfs - 1:1.40.2-1ubuntu1.1

---
libguestfs (1:1.40.2-1ubuntu1.1) disco; urgency=medium

  * d/p/appliance-Remove-etc-dhcp-dhclient-enter-hooks.d-res.patch:
- remove /etc/dhcp/dhclient-enter-hooks.d/resolved (LP: #1824236)

 -- Ioanna Alifieraki   Thu, 30
May 2019 11:53:30 +

** Changed in: libguestfs (Ubuntu Disco)
   Status: Fix Committed => Fix Released

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

Title:
  supermin/liguestfs fails to configure network

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

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

[Bug 1832641] Lspci.txt

2019-06-12 Thread Yangzheng Bai
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1832641/+attachment/5270432/+files/Lspci.txt

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

Title:
  4.15.0-46-generic doesn't support ethtool adaptive-tx for mlx5 card

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

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

[Bug 1824236] Update Released

2019-06-12 Thread Brian Murray
The verification of the Stable Release Update for libguestfs has
completed successfully and the package has now been released to
-updates.  Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

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

Title:
  supermin/liguestfs fails to configure network

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

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

  1   2   3   4   5   6   7   >