[Bug 1707015] Re: image composite functions not working in php

2017-08-07 Thread Marc Deslauriers
The patch at https://github.com/ImageMagick/ImageMagick/issues/640 does
not fix the issue.

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

Title:
  image composite functions not working in php

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

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


[Bug 1708941] Re: mate-hud does not open all the time

2017-08-07 Thread Rocco
I have tried testing with the different sequences of releasing keys and
also specific programs being maximized or minimized but I am still
experiencing no difference. Using Libre-Office as an example, The HUD
appears about 25% of the time when using the key combo in any sequence
and maximized or minimized makes no difference.

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

Title:
  mate-hud does not open all the time

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

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


[Bug 1662656] Re: Snapshoting fails in Openstack Mitaka (KVM)

2017-08-07 Thread ChristianEhrhardt
In fact I think this should be resolved by bug 1626972 which was just released 
to the Mitaka UCA.
Setting invalid for now, please re-open if the bug persists for you with the 
update applied.

** Changed in: libvirt (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/1662656

Title:
  Snapshoting fails in Openstack Mitaka (KVM)

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

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


[Bug 1683747] Re: libvirtError: unsupported configuration: unknown input device type 'virtio1.0-input' (fixed upstream)

2017-08-07 Thread Juerg Haefliger
Debian stable is at upstream 1.4.0. Artful is still 1.3.2. Can we please
move?

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

Title:
  libvirtError: unsupported configuration: unknown input device type
  'virtio1.0-input' (fixed upstream)

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

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


[Bug 1683747] Re: libvirtError: unsupported configuration: unknown input device type 'virtio1.0-input' (fixed upstream)

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

** Changed in: virt-manager (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/1683747

Title:
  libvirtError: unsupported configuration: unknown input device type
  'virtio1.0-input' (fixed upstream)

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

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


[Bug 1626972] Re: QEMU memfd_create fallback mechanism change for security drivers

2017-08-07 Thread James Page
** Changed in: cloud-archive/mitaka
   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/1626972

Title:
  QEMU memfd_create fallback mechanism change for security drivers

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

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


[Bug 1674680] Re: Deprecated rfcomm.conf still mentioned in bluetooth.conf and README

2017-08-07 Thread Dave Chiluk
** Also affects: bluez (Ubuntu Artful)
   Importance: Low
   Status: New

** Tags removed: sts-sponsor-chiluk

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

Title:
  Deprecated rfcomm.conf still mentioned in bluetooth.conf and README

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

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


[Bug 1706374] Re: ocata live migration won't work

2017-08-07 Thread ChristianEhrhardt
Even if it turned out to be invalid, thanks for your detailed report and
analysis Mehdi!

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

Title:
  ocata live migration won't work

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

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


[Bug 1709101] [NEW] linux-azure: vmbus-rdma: Use underscore to separate major and minor host OS version

2017-08-07 Thread Marcelo Cerri
Public bug reported:

SRU Justification:

Impact:
Currently RDMA drivers names have a dot to separate the major and minor host OS 
version number (eg, hv_network_directly_142.0.ko). That causes some unexpected 
behavior with the kmod tools.

modprobe ignores everything after the dot, so it's only possible to load
the modules manually with `modprobe hv_network_direct_142` instead of
`modprobe hv_network_direct_142.0`.

Also, after the modules is loaded, lsmod shows some errors when
searching for `/sys/module/hv_network_direct_142.0` while only
`/sys/module/hv_network_direct_142` is available.

Fix: replace dots with underscores to separate major and minor host OS
version numbers.

Testcase:
The user should be able to load the drivers with their complete name, eg 
`modprobe hv_network_direct_142_0` and lsmod should not show any errors after 
the module is loaded.

** Affects: linux-azure (Ubuntu)
 Importance: High
 Assignee: Marcelo Cerri (mhcerri)
 Status: In Progress

** Changed in: linux-azure (Ubuntu)
   Importance: Undecided => High

** Changed in: linux-azure (Ubuntu)
   Status: Triaged => In Progress

** Summary changed:

- linux-azure: vmbus-rdma: Use underscore to separate the minor host OS version
+ linux-azure: vmbus-rdma: Use underscore to separate major and minor host OS 
version

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

Title:
  linux-azure: vmbus-rdma: Use underscore to separate major and minor
  host OS version

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

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


[Bug 1709101] Re: linux-azure: vmbus-rdma: Use underscore to separate major and minor host OS version

2017-08-07 Thread Marcelo Cerri
https://lists.ubuntu.com/archives/kernel-team/2017-August/086267.html

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

Title:
  linux-azure: vmbus-rdma: Use underscore to separate major and minor
  host OS version

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

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


[Bug 790216] Re: Make vlc more resilent with unreliable streaming content

2017-08-07 Thread Anders Kaseorg
There’s an --http-reconnect option that seems to address this problem.
(Why is it disabled by default?)

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

Title:
  Make vlc more resilent with unreliable streaming content

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

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

[Bug 1708635] Re: Valgrind reports " Uninitialised value was created by a stack allocation" in __uuid_generate_random

2017-08-07 Thread Dimitri John Ledkov
Hi,

Please provide minimal example of how to reproduce this. Ideally without
the CI - as I see it tries to setup ccache / clang etc. And I'm not sure
if all of that is relevant.

You mention an older kernel, what kernel is that? I would have thought a
reasonable kernel to test on, is latest xenial-security kernel.

Instead of uploading fixes to util-linux, ideally an upstream bug report
/ pull request is open about the issue with as much details as possible.

Regards,

Dimitri.

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

Title:
  Valgrind reports " Uninitialised value was created by a stack
  allocation" in  __uuid_generate_random

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

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


[Bug 1709013] Re: 17.10 Alpha 2: Green border appearing around last menu item when clicking on any kind of indicator icon

2017-08-07 Thread Martin Wimpress
** Also affects: ubuntu-mate-artwork (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: ubuntu-mate-artwork (Ubuntu)
   Status: New => Triaged

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

Title:
  17.10 Alpha 2: Green border appearing around last menu item when
  clicking on any kind of indicator icon

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

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


[Bug 1662656] Re: Snapshoting fails in Openstack Mitaka (KVM)

2017-08-07 Thread ChristianEhrhardt
If it is apparmor that likely depends on the paths that are set up by default.
You also said you researched bug 1626972 for that workaround via the apparmor 
profiles.

There are several rules for the default snapshot locations but /tmp is
usually denied as people could access your content there as well as
place arbitrary things.

I wonder if you find any DENIED messages in your dmesg that would state the 
explicit path?
You might want to drop the two "deny" statements in the profile to see them 
(explicit denies are not logged).
Alternatively you could even set the libvirt-qemu profile into complain mode to 
get proper logs on what would be denied.


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

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

Title:
  Snapshoting fails in Openstack Mitaka (KVM)

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

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


[Bug 1709096] [NEW] package mythes-en-us 1:4.2.1-0ubuntu3 failed to install/upgrade: there is no script in the new version of the package - giving up

2017-08-07 Thread Jacek Hornik
Public bug reported:

It's impossible to install this package. The installation crashes at
about 90%. Then there's a pop-up window about bug during the
installation.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: mythes-en-us 1:4.2.1-0ubuntu3
ProcVersionSignature: Ubuntu 4.4.0-81.104-generic 4.4.67
Uname: Linux 4.4.0-81-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.10
Architecture: amd64
Date: Mon Aug  7 09:08:05 2017
ErrorMessage: there is no script in the new version of the package - giving up
InstallationDate: Installed on 2015-01-11 (938 days ago)
InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.2
 apt  1.2.20
SourcePackage: libreoffice-dictionaries
Title: package mythes-en-us 1:4.2.1-0ubuntu3 failed to install/upgrade: there 
is no script in the new version of the package - giving up
UpgradeStatus: Upgraded to xenial on 2016-09-13 (327 days ago)

** Affects: libreoffice-dictionaries (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package xenial

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

Title:
  package mythes-en-us 1:4.2.1-0ubuntu3 failed to install/upgrade: there
  is no script in the new version of the package - giving up

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

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


[Bug 1709096] Re: package mythes-en-us 1:4.2.1-0ubuntu3 failed to install/upgrade: there is no script in the new version of the package - giving up

2017-08-07 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/1709096

Title:
  package mythes-en-us 1:4.2.1-0ubuntu3 failed to install/upgrade: there
  is no script in the new version of the package - giving up

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

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


[Bug 1709097] Re: package click 0.4.43+16.04.20160203-0ubuntu2 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2017-08-07 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/1709097

Title:
  package click 0.4.43+16.04.20160203-0ubuntu2 failed to
  install/upgrade: subprocess new pre-removal script returned error exit
  status 1

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

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


[Bug 1709098] [NEW] repetitive calling of zz-update-grub

2017-08-07 Thread gregrwm
Public bug reported:

with
GRUB_DISABLE_OS_PROBER=true
the time wasted is significantly reduced, but repetitive calling of 
zz-update-grub is still an unnecessary annoying waste of time.

perhaps the solution could be something like defer it and trigger it at
the end.

here's an example of repetitive calling of zz-update-grub:
  #  apt-get --purge --auto-remove install stalonetray  

  
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following packages will be REMOVED:
  linux-headers-4.4.0-78* linux-headers-4.4.0-78-generic* 
linux-image-4.4.0-78-generic* linux-image-extra-4.4.0-78-generic*
The following NEW packages will be installed:
  stalonetray
0 upgraded, 1 newly installed, 4 to remove and 23 not upgraded.
Need to get 70.7 kB of archives.
After this operation, 297 MB disk space will be freed.
Do you want to continue? [Y/n] 
Get:1 http://us.archive.ubuntu.com/ubuntu xenial/universe amd64 stalonetray 
amd64 0.8.1-1 [70.7 kB]
Fetched 70.7 kB in 0s (208 kB/s) 
(Reading database ... 248305 files and directories currently installed.)
Removing linux-headers-4.4.0-78-generic (4.4.0-78.99) ...
Removing linux-headers-4.4.0-78 (4.4.0-78.99) ...
Removing linux-image-extra-4.4.0-78-generic (4.4.0-78.99) ...
run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 4.4.0-78-generic 
/boot/vmlinuz-4.4.0-78-generic
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 4.4.0-78-generic 
/boot/vmlinuz-4.4.0-78-generic
update-initramfs: Generating /boot/initrd.img-4.4.0-78-generic
run-parts: executing /etc/kernel/postinst.d/pm-utils 4.4.0-78-generic 
/boot/vmlinuz-4.4.0-78-generic
run-parts: executing /etc/kernel/postinst.d/update-notifier 4.4.0-78-generic 
/boot/vmlinuz-4.4.0-78-generic
run-parts: executing /etc/kernel/postinst.d/zz-update-grub 4.4.0-78-generic 
/boot/vmlinuz-4.4.0-78-generic
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-4.4.0-87-generic
Found initrd image: /boot/initrd.img-4.4.0-87-generic
Found linux image: /boot/vmlinuz-4.4.0-79-generic
Found initrd image: /boot/initrd.img-4.4.0-79-generic
Found linux image: /boot/vmlinuz-4.4.0-78-generic
Found initrd image: /boot/initrd.img-4.4.0-78-generic
Found memtest86+ image: /boot/memtest86+.elf
Found memtest86+ image: /boot/memtest86+.bin
done
Purging configuration files for linux-image-extra-4.4.0-78-generic 
(4.4.0-78.99) ...
Removing linux-image-4.4.0-78-generic (4.4.0-78.99) ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 4.4.0-78-generic 
/boot/vmlinuz-4.4.0-78-generic
update-initramfs: Deleting /boot/initrd.img-4.4.0-78-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 4.4.0-78-generic 
/boot/vmlinuz-4.4.0-78-generic
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-4.4.0-87-generic
Found initrd image: /boot/initrd.img-4.4.0-87-generic
Found linux image: /boot/vmlinuz-4.4.0-79-generic
Found initrd image: /boot/initrd.img-4.4.0-79-generic
Found memtest86+ image: /boot/memtest86+.elf
Found memtest86+ image: /boot/memtest86+.bin
done
Purging configuration files for linux-image-4.4.0-78-generic (4.4.0-78.99) ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 4.4.0-78-generic 
/boot/vmlinuz-4.4.0-78-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 4.4.0-78-generic 
/boot/vmlinuz-4.4.0-78-generic
Selecting previously unselected package stalonetray.
(Reading database ... 215994 files and directories currently installed.)
Preparing to unpack .../stalonetray_0.8.1-1_amd64.deb ...
Unpacking stalonetray (0.8.1-1) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up stalonetray (0.8.1-1) ...
  #

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: grub-pc 2.02~beta2-36ubuntu3.12
ProcVersionSignature: Ubuntu 4.4.0-87.110-generic 4.4.73
Uname: Linux 4.4.0-87-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.10
Architecture: amd64
CurrentDesktop: LXDE
Date: Mon Aug  7 09:21:51 2017
InstallationDate: Installed on 2016-10-15 (295 days ago)
InstallationMedia: Lubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160720)
SourcePackage: grub2
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug xenial

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

Title:
  repetitive calling of zz-update-grub

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

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


[Bug 1709097] [NEW] package click 0.4.43+16.04.20160203-0ubuntu2 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2017-08-07 Thread Seyed Naser RAZAVI
Public bug reported:

update problem

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: click 0.4.43+16.04.20160203-0ubuntu2
ProcVersionSignature: Ubuntu 4.4.0-83.106-generic 4.4.70
Uname: Linux 4.4.0-83-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
ApportVersion: 2.20.1-0ubuntu2.9
AptOrdering:
 click: Install
 click: Configure
 NULL: ConfigurePending
Architecture: amd64
Date: Tue Aug  1 12:45:52 2017
DpkgHistoryLog:
 Start-Date: 2017-08-01  12:45:43
 Commandline: apt-get install -f
 Requested-By: razavi (1000)
 Upgrade: click:amd64 (0.4.43+16.04.20160203-0ubuntu2, 
0.4.43+16.04.20170613-0ubuntu1)
ErrorMessage: subprocess new pre-removal script returned error exit status 1
InstallationDate: Installed on 2016-08-25 (346 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.2
 apt  1.2.20
SourcePackage: click
Title: package click 0.4.43+16.04.20160203-0ubuntu2 failed to install/upgrade: 
subprocess new pre-removal script returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package xenial

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

Title:
  package click 0.4.43+16.04.20160203-0ubuntu2 failed to
  install/upgrade: subprocess new pre-removal script returned error exit
  status 1

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

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


[Bug 1708542] Re: Fix potential access violation, use runtime user dir instead of tmp dir

2017-08-07 Thread Launchpad Bug Tracker
This bug was fixed in the package pcmanfm - 1.2.0-1ubuntu0.1

---
pcmanfm (1.2.0-1ubuntu0.1) trusty-security; urgency=medium

  * SECURITY UPDATE: Fix potential access violation, use runtime user dir
instead of tmp dir (LP: #1708542)
- fix-CVE-2017-8934.patch
- CVE-2017-8934

 -- Simon Quigley   Thu, 03 Aug 2017 16:55:35 -0500

** Changed in: pcmanfm (Ubuntu Trusty)
   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/1708542

Title:
  Fix potential access violation, use runtime user dir instead of tmp
  dir

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

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


[Bug 1316035] Re: matrox g200eR2 is unclaimed in 14.04

2017-08-07 Thread Giorgio Signorini
Note that after installing the mgag200 module, I also had to change Xorg
configuration, as described in comment #32, replacing "mga" with
"mgag200"

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

Title:
  matrox g200eR2 is unclaimed in 14.04

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

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


[Bug 1316035] Re: matrox g200eR2 is unclaimed in 14.04

2017-08-07 Thread Giorgio Signorini
Had the same problem on a Dell PowerEdge T430 with Ubuntu 16.10. 
Installing module mgag200 as suggested by Ivo Straka's (approach n. 1) worked 
for me. I followed the recipe in 

 http://askubuntu.com/questions/168279/how-do-i-build-a-single-in-tree-
kernel-module

just changing the kernel number, etc.


# lshw -c display
  *-display
   description: VGA compatible controller
   product: G200eR2
   vendor: Matrox Electronics Systems Ltd.
   physical id: 0
   bus info: pci@:08:00.0
   version: 01
   width: 32 bits
   clock: 33MHz
   capabilities: pm vga_controller bus_master cap_list rom
   configuration: driver=mgag200 latency=64 maxlatency=32 mingnt=16
   resources: irq:17 memory:9000-90ff memory:9180-91803fff 
memory:9100-917f memory:c-d

# uname -a
Linux dell16 4.8.0-59-generic #64-Ubuntu SMP Thu Jun 29 19:38:34 UTC 2017 
x86_64 x86_64 x86_64 GNU/Linux

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

Title:
  matrox g200eR2 is unclaimed in 14.04

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

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


[Bug 1641290] Re: [04f3:0903] Elan Microelectronics Corp fingerprint reader not recognised

2017-08-07 Thread Daniel Verstegen
Yep, same here:

Asus Zenbook UX430U

Bus 001 Device 004: ID 04f3:0903 Elan Microelectronics Corp.
Couldn't open device, some information will be missing
Device Descriptor:
  bLength18
  bDescriptorType 1
  bcdUSB   2.00
  bDeviceClass0 (Defined at Interface level)
  bDeviceSubClass 0
  bDeviceProtocol 0
  bMaxPacketSize0 8
  idVendor   0x04f3 Elan Microelectronics Corp.
  idProduct  0x0903
  bcdDevice1.35
  iManufacturer   1
  iProduct2
  iSerial 0
  bNumConfigurations  1
  Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength   62
bNumInterfaces  1
bConfigurationValue 1
iConfiguration  0
bmAttributes 0xa0
  (Bus Powered)
  Remote Wakeup
MaxPower  100mA
Interface Descriptor:
  bLength 9
  bDescriptorType 4
  bInterfaceNumber0
  bAlternateSetting   0
  bNumEndpoints   5
  bInterfaceClass   255 Vendor Specific Class
  bInterfaceSubClass  0
  bInterfaceProtocol  0
  iInterface  0
  ** UNRECOGNIZED:  09 21 10 01 00 01 22 15 00
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81  EP 1 IN
bmAttributes2
  Transfer TypeBulk
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x0040  1x 64 bytes
bInterval   1
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x01  EP 1 OUT
bmAttributes2
  Transfer TypeBulk
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x0040  1x 64 bytes
bInterval   1
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x82  EP 2 IN
bmAttributes2
  Transfer TypeBulk
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x0040  1x 64 bytes
bInterval   1
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x83  EP 3 IN
bmAttributes2
  Transfer TypeBulk
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x0040  1x 64 bytes
bInterval   1
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x03  EP 3 OUT
bmAttributes2
  Transfer TypeBulk
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x0040  1x 64 bytes
bInterval   1

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

Title:
  [04f3:0903] Elan Microelectronics Corp fingerprint reader not
  recognised

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

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


[Bug 1709088] Re: package libjson-perl 2.90-1 failed to install/upgrade: package libjson-perl is not ready for configuration cannot configure (current status 'half-installed')

2017-08-07 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/1709088

Title:
  package libjson-perl 2.90-1 failed to install/upgrade: package
  libjson-perl is not ready for configuration  cannot configure (current
  status 'half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libjson-perl/+bug/1709088/+subscriptions

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


[Bug 1707691] Re: libxfont1-dev is missing fontutil.h

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

** Changed in: xorg-server (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/1707691

Title:
  libxfont1-dev is missing fontutil.h

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

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


[Bug 1707691] Re: libxfont1-dev is missing fontutil.h

2017-08-07 Thread Timo Aaltonen
yes, the -dev metapackage needs to be fixed and a fix has been uploaded
to the queue

** Package changed: libxfont1 (Ubuntu) => xorg-server (Ubuntu)

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

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

** Also affects: xorg-server (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Changed in: xorg-server (Ubuntu Xenial)
   Status: New => In Progress

** Changed in: xorg-server (Ubuntu Xenial)
 Assignee: (unassigned) => Timo Aaltonen (tjaalton)

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

** Description changed:

+ [Impact]
  /usr/include/xorg/dixfont.h includes X11/fonts/fontutil.h.
  
  fontutil.h is contained in libxfont1-dev package not libxfont-dev
  package (version 2.0.1).
  
  I am trying to build xorgxrdp and it fails because fontutil.h is
  missing.
  
  In Ubuntu, libxfont1-dev package is required however libxfont1-dev and
  libxfont-dev cannot be installed together. This is the problem.
  
- I looked at Debian, too. /usr/include/xorg/dixfont.h in Debian does NOT
- include X11/fonts/fontutil.h.
- 
- This is the right state.
- 
  Package info: Ubuntu 16.04
  
  $  dpkg -la | grep -e xserver-xorg-dev -e libxfont-dev
  ii  libxfont-dev   1:2.0.1-3~ubuntu16.04.1
amd64X11 font rasterisation library (development headers)
  ii  xserver-xorg-dev   2:1.18.4-0ubuntu0.3
amd64Xorg X server - development files
  
- brian
+ [Test case]
+ xserver-xorg-dev needs to change the dependency on libxfont-dev to 
libxfont1-dev.
+ 
+ [Regression potential]
+ none, this is just to reflect the current state

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

Title:
  libxfont1-dev is missing fontutil.h

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

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


[Bug 1706991] Re: ubuntu/rsi driver downlink wifi throughput drops to 5-6 Mbps when BT keyboard is connected

2017-08-07 Thread Kleber Sacilotto de Souza
** Changed in: linux (Ubuntu Xenial)
   Status: New => Fix Committed

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

Title:
  ubuntu/rsi driver downlink wifi throughput drops to 5-6 Mbps when BT
  keyboard is connected

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

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


[Bug 1708542] Re: Fix potential access violation, use runtime user dir instead of tmp dir

2017-08-07 Thread Launchpad Bug Tracker
This bug was fixed in the package pcmanfm - 1.2.5-2ubuntu0.1

---
pcmanfm (1.2.5-2ubuntu0.1) zesty-security; urgency=medium

  * SECURITY UPDATE: Fix potential access violation, use runtime user dir
instead of tmp dir (LP: #1708542)
- fix-CVE-2017-8934.patch
- CVE-2017-8934

 -- Simon Quigley   Thu, 03 Aug 2017 17:24:30 -0500

** Changed in: pcmanfm (Ubuntu Zesty)
   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/1708542

Title:
  Fix potential access violation, use runtime user dir instead of tmp
  dir

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

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


[Bug 1459699] Re: Distribute Libvecpf 1.0.1 with Ubuntu

2017-08-07 Thread Manoj Iyer
** Changed in: ubuntu-power-systems
   Status: New => Fix Released

** Tags added: triage-g

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

Title:
  Distribute Libvecpf 1.0.1 with Ubuntu

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

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


[Bug 1603692] Re: java-update-alternatives doesn't recognize jdkhl label

2017-08-07 Thread kailoran
Ping?

I noticed the fix is present in debian stable, but is still not in
ubuntu -- see https://packages.debian.org/search?keywords=java-common
which is at 0.59. Ubuntu is at 0.56 / 0.57
(https://launchpad.net/ubuntu/+source/java-common); the fix appears to
be included in 0.58.

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

Title:
  java-update-alternatives doesn't recognize jdkhl label

To manage notifications about this bug go to:
https://bugs.launchpad.net/java-common/+bug/1603692/+subscriptions

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


[Bug 1555904] Re: opal-prd not installed by default on ppc64el systems

2017-08-07 Thread Manoj Iyer
** Tags added: triage-a

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

Title:
  opal-prd not installed by default on ppc64el systems

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

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


[Bug 1680904] Re: zesty unable to handle kernel NULL pointer dereference

2017-08-07 Thread Kleber Sacilotto de Souza
** Changed in: linux (Ubuntu Zesty)
   Status: In Progress => Fix Committed

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

Title:
  zesty unable to handle kernel NULL pointer dereference

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

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


[Bug 1708734] Re: hisi_sas performance improvements

2017-08-07 Thread Seth Forshee
** Changed in: linux (Ubuntu)
   Status: In Progress => Fix Committed

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

Title:
  hisi_sas performance improvements

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

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


[Bug 1704847] Re: orca crashes on startup

2017-08-07 Thread Etienne Papegnies
I get a different crash on 17.10, can you confirm this is the version
you're using as well?

ouroumov@Artful-a2:~/Desktop$ apt-cache policy gnome-orca
gnome-orca:
  Installed: 3.24.0-1ubuntu1
  Candidate: 3.24.0-1ubuntu1
  Version table:
 *** 3.24.0-1ubuntu1 500
500 http://fr.archive.ubuntu.com/ubuntu artful/main amd64 Packages
500 http://fr.archive.ubuntu.com/ubuntu artful/main i386 Packages
100 /var/lib/dpkg/status
ouroumov@Artful-a2:~/Desktop$ which orca
/usr/bin/orca
ouroumov@Artful-a2:~/Desktop$ orca
Traceback (most recent call last):
  File "/usr/bin/orca", line 272, in 
sys.exit(main())
  File "/usr/bin/orca", line 251, in main
manager.activate(args.user_prefs, settingsDict)
  File "/usr/lib/python3/dist-packages/orca/settings_manager.py", line 131, in 
activate
raise Exception('SettingsManager._loadBackend failed.')
Exception: SettingsManager._loadBackend failed.
ouroumov@Artful-a2:~/Desktop$

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

Title:
  orca crashes on startup

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

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


[Bug 1708692] Re: Bluetooth not working - Ubuntu 17.04 (Lenovo Ideapad 100-15IBY)

2017-08-07 Thread Pilot6
So I built a test module. Install it by running:

wget 
https://launchpad.net/~hanipouspilot/+archive/ubuntu/bluetooth/+files/btusb-lp1708692-dkms_0.1_all.deb
sudo dpkg -i btusb-lp1708692-dkms_0.1_all.deb

Reboot and test the bluetooth.

** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => Pilot6 (hanipouspilot)

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

Title:
  Bluetooth not working - Ubuntu 17.04 (Lenovo Ideapad 100-15IBY)

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

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


[Bug 1709088] [NEW] package libjson-perl 2.90-1 failed to install/upgrade: package libjson-perl is not ready for configuration cannot configure (current status 'half-installed')

2017-08-07 Thread Steven Lance
Public bug reported:

1) Ubuntu 16.04 LTS
2) libjson-perl:
  Installed: 2.90-1
  Candidate: 2.90-1
  Version table:
 *** 2.90-1 500
500 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 Packages
500 http://ca.archive.ubuntu.com/ubuntu xenial/main i386 Packages
100 /var/lib/dpkg/status

3) Expected install as part of automatic software update
4) Error message "package libjson-perl 2.90-1 failed to install/upgrade: 
package libjson-perl is not ready for configuration  cannot configure (current 
status 'half-installed')" appeared and interrupted update process.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: libjson-perl 2.90-1
ProcVersionSignature: Ubuntu 4.8.0-58.63~16.04.1-generic 4.8.17
Uname: Linux 4.8.0-58-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.10
Architecture: amd64
Date: Mon Aug  7 08:42:30 2017
DuplicateSignature:
 package:libjson-perl:2.90-1
 Processing triggers for fontconfig (2.11.94-0ubuntu1.1) ...
 dpkg: error processing package libjson-perl (--configure):
  package libjson-perl is not ready for configuration
ErrorMessage: package libjson-perl is not ready for configuration  cannot 
configure (current status 'half-installed')
InstallationDate: Installed on 2017-06-19 (48 days ago)
InstallationMedia: It
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.2
 apt  1.2.24
SourcePackage: libjson-perl
Title: package libjson-perl 2.90-1 failed to install/upgrade: package 
libjson-perl is not ready for configuration  cannot configure (current status 
'half-installed')
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: libjson-perl (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package xenial

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

Title:
  package libjson-perl 2.90-1 failed to install/upgrade: package
  libjson-perl is not ready for configuration  cannot configure (current
  status 'half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libjson-perl/+bug/1709088/+subscriptions

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


[Bug 1708730] Re: hisi_sas driver reports mistakes timed out task for internal abort

2017-08-07 Thread Seth Forshee
** Changed in: linux (Ubuntu)
   Status: In Progress => Fix Committed

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

Title:
  hisi_sas driver reports mistakes timed out task for internal abort

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

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


[Bug 1708714] Re: scsi: hisi_sas: add null check before indirect pointer dereference

2017-08-07 Thread Seth Forshee
** Changed in: linux (Ubuntu)
   Status: In Progress => Fix Committed

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

Title:
  scsi: hisi_sas: add null check before indirect pointer dereference

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

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


[Bug 1708542] Re: Fix potential access violation, use runtime user dir instead of tmp dir

2017-08-07 Thread Launchpad Bug Tracker
This bug was fixed in the package pcmanfm - 1.2.4-1ubuntu0.1

---
pcmanfm (1.2.4-1ubuntu0.1) xenial-security; urgency=medium

  * SECURITY UPDATE: Fix potential access violation, use runtime user dir
instead of tmp dir (LP: #1708542)
- fix-CVE-2017-8934.patch
- CVE-2017-8934

 -- Simon Quigley   Thu, 03 Aug 2017 17:15:27 -0500

** Changed in: pcmanfm (Ubuntu Xenial)
   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/1708542

Title:
  Fix potential access violation, use runtime user dir instead of tmp
  dir

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

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


[Bug 1700827] Re: [MIR] pcp package

2017-08-07 Thread Eric Desrochers
** Also affects: pcp (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=871254
   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/1700827

Title:
  [MIR] pcp package

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

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


[Bug 1592066] Re: [Ubuntu 16.10] Need to have an optimised atlas version

2017-08-07 Thread Manoj Iyer
** Tags added: triage-g

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

Title:
  [Ubuntu 16.10] Need to have an optimised atlas version

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

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


[Bug 1629226] Re: Bash exits after a few failed fork()-s

2017-08-07 Thread Manoj Iyer
** Changed in: ubuntu-power-systems
   Status: New => Invalid

** Tags added: triage-g

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

Title:
  Bash exits after a few failed fork()-s

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

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


[Bug 1631322] Re: ISST:SAN:luckyv1:While Installation, Disk detection is taking more than 4 hours for Host(Ubuntu KVM)

2017-08-07 Thread Manoj Iyer
Could you please try reproducing this with the 16.04.3 -hwe kernel and
produce this behavior ?

** Tags added: triage-g

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

Title:
  ISST:SAN:luckyv1:While Installation,Disk detection is taking more than
  4 hours for Host(Ubuntu KVM)

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

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


[Bug 1704885] Re: hns: use after free in hns_nic_net_xmit_hw

2017-08-07 Thread Kleber Sacilotto de Souza
** Changed in: linux (Ubuntu Zesty)
   Status: In Progress => Fix Committed

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

Title:
  hns: use after free in hns_nic_net_xmit_hw

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

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


[Bug 1635597] Re: Ubuntu16.10:talclp1: Kdump failed with multipath disk

2017-08-07 Thread Manoj Iyer
** Tags added: triage-a

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

Title:
  Ubuntu16.10:talclp1: Kdump failed with multipath disk

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

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


[Bug 1700972] Re: Please only recommend or suggest initramfs-tools | linux-initramfs-tool for kernels able to boot without initramfs

2017-08-07 Thread Marcelo Cerri
Patches for aws/gcp/gke/kvm/T/X/Z/A:

https://lists.ubuntu.com/archives/kernel-team/2017-July/086083.html

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

Title:
  Please only recommend or suggest initramfs-tools | linux-initramfs-
  tool for kernels able to boot without initramfs

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

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


[Bug 1654068] Re: Ubuntu 16.04.02: Error message "kernel version is not supported" is logged during fadump, dump capture will be successful.

2017-08-07 Thread Manoj Iyer
** Changed in: ubuntu-power-systems
   Status: In Progress => Won't Fix

** Tags added: triage-g

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

Title:
  Ubuntu 16.04.02: Error message "kernel version is not supported" is
  logged during fadump, dump capture will be successful.

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

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


[Bug 1708995] Re: [Hyper-V] netvsc: fix rtnl deadlock on unregister of vf

2017-08-07 Thread Marcelo Cerri
** Changed in: linux-azure (Ubuntu)
   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/1708995

Title:
  [Hyper-V] netvsc: fix rtnl deadlock on unregister of vf

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

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


[Bug 970403] Re: VBoxSVC crashed with SIGSEGV

2017-08-07 Thread LocutusOfBorg
** Information type changed from Private to Public

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

Title:
  VBoxSVC crashed with SIGSEGV

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

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


[Bug 1574278] Re: AbiWord text cursor starts to flicker after adding some text

2017-08-07 Thread Henk Terhell
> GTK_THEME=Abiword solves the problem, no more flickering

Also for me it did not solve the problem on Lubuntu Artful 17.10.

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

Title:
  AbiWord text cursor starts to flicker after adding some text

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

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


[Bug 913511] Re: VBoxSVC crashed with SIGSEGV

2017-08-07 Thread LocutusOfBorg
** Information type changed from Private to Public

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

Title:
  VBoxSVC crashed with SIGSEGV

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

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


[Bug 1655625] Re: ISST-LTE:pVM:roselp4:ubuntu 16.04.2: vmcore cannot be analysed by crash

2017-08-07 Thread Manoj Iyer
** Tags added: triage-r

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

Title:
  ISST-LTE:pVM:roselp4:ubuntu 16.04.2: vmcore cannot be analysed by
  crash

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

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


[Bug 1657544] Re: Ubuntu 16.10: hwinfo --save-config option fails to save the configuration.

2017-08-07 Thread Manoj Iyer
** Changed in: ubuntu-power-systems
   Status: Incomplete => 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/1657544

Title:
  Ubuntu 16.10: hwinfo --save-config option fails to save the
  configuration.

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

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


[Bug 1655280] Re: ISST-LTE:pVM:roselp4:ubuntu 16.04.2: cp: error reading '/proc/vmcore': Bad address when trying to dump vmcore

2017-08-07 Thread Manoj Iyer
** Tags added: triage-r

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

Title:
  ISST-LTE:pVM:roselp4:ubuntu 16.04.2: cp: error reading '/proc/vmcore':
  Bad address when trying to dump vmcore

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

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


[Bug 1690174] Re: [Hyper-V] hv_netvsc: Exclude non-TCP port numbers from vRSS hashing

2017-08-07 Thread Kleber Sacilotto de Souza
** Changed in: linux (Ubuntu Xenial)
   Status: In Progress => Fix Committed

** Changed in: linux (Ubuntu Zesty)
   Status: In Progress => Fix Committed

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

Title:
  [Hyper-V] hv_netvsc: Exclude non-TCP port numbers from vRSS hashing

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

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


[Bug 1706141] Re: [ARM64] config EDAC_GHES=y depends on EDAC_MM_EDAC=y

2017-08-07 Thread Kleber Sacilotto de Souza
** Changed in: linux (Ubuntu Zesty)
   Status: New => Fix Committed

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

Title:
  [ARM64] config EDAC_GHES=y depends on EDAC_MM_EDAC=y

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

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


[Bug 1667750] Re: xhci_hcd: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 2 comp_code 13

2017-08-07 Thread Bram Biesbrouck
Aw, I seem to have accidentally changed the Xenial status to Released
which was not my intention at all. Can somebody with more rights than me
revert this back to Committed please?

** Changed in: linux (Ubuntu Xenial)
   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/1667750

Title:
  xhci_hcd: ERROR Transfer event TRB DMA ptr not part of current TD
  ep_index 2 comp_code 13

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

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


[Bug 1707400] Re: libvirt-bin doesn't regenerate apparmor cache in postinst

2017-08-07 Thread ChristianEhrhardt
Reviewed and Approved.
I sponsored the uploads into [TX]-unapproved.
You already had a sufficient SRU Template.
So now this is ready for the SRU Team to evaluate it.

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

Title:
  libvirt-bin doesn't regenerate apparmor cache in postinst

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

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


[Bug 1707285] Re: linux-azure: Update Hyper-V support

2017-08-07 Thread Marcelo Cerri
https://lists.ubuntu.com/archives/kernel-team/2017-August/086122.html

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

Title:
  linux-azure: Update Hyper-V support

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

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


[Bug 1708699] Re: linux-azure: prevent RDMA drivers from being hot plugged

2017-08-07 Thread Marcelo Cerri
https://lists.ubuntu.com/archives/kernel-team/2017-August/086207.html

** Changed in: linux-azure (Ubuntu)
   Status: Triaged => In Progress

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

Title:
  linux-azure: prevent RDMA drivers from being hot plugged

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

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


[Bug 1708469] Re: [Hyper-V] Transparent SR-IOV solves bonding race conditions

2017-08-07 Thread Marcelo Cerri
Original patchset: https://lists.ubuntu.com/archives/kernel-
team/2017-August/086197.html

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

Title:
  [Hyper-V] Transparent SR-IOV solves bonding race conditions

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

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


[Bug 1708469] Re: [Hyper-V] Transparent SR-IOV solves bonding race conditions

2017-08-07 Thread Marcelo Cerri
Thanks. I already picked and submitted the fix.

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

Title:
  [Hyper-V] Transparent SR-IOV solves bonding race conditions

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

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


[Bug 1708995] Re: [Hyper-V] netvsc: fix rtnl deadlock on unregister of vf

2017-08-07 Thread Marcelo Cerri
https://lists.ubuntu.com/archives/kernel-team/2017-August/086246.html

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

Title:
  [Hyper-V] netvsc: fix rtnl deadlock on unregister of vf

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

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


[Bug 1429285] Re: feature request: apt-get update --if-necessary

2017-08-07 Thread Robie Basak
> IMHO, in the use case for "apt install", "apt update" should be
considered an implementation detail and the user shouldn't need to call
it directly. "apt install" should just do the right thing.

Here's basically the same opinion with some commentary from others:
https://twitter.com/chr1sa/status/894048628284604416

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

Title:
  feature request: apt-get update --if-necessary

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

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


[Bug 1706248] Re: SLOF dhcp request doesn't include client architecture code 93

2017-08-07 Thread Bug Watch Updater
** Changed in: slof (Debian)
   Status: Unknown => New

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

Title:
  SLOF dhcp request doesn't include client architecture code 93

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

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


[Bug 1706531] Re: ath10k doesn't report full RSSI information

2017-08-07 Thread Kleber Sacilotto de Souza
** Changed in: linux (Ubuntu Xenial)
   Status: New => Fix Committed

** Changed in: linux (Ubuntu Zesty)
   Status: New => Fix Committed

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

Title:
  ath10k doesn't report full RSSI information

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

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


[Bug 1705378] Re: ideapad_laptop don't support v310-14isk

2017-08-07 Thread Kleber Sacilotto de Souza
** Changed in: linux (Ubuntu Xenial)
   Status: New => Fix Committed

** Changed in: linux (Ubuntu Zesty)
   Status: New => Fix Committed

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

Title:
  ideapad_laptop don't support v310-14isk

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

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


[Bug 1709079] Re: Artful update to 4.12.5 stable release

2017-08-07 Thread Seth Forshee
** Description changed:

  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 4.12.5 upstream stable
     patch set is now available. It should be included in the Ubuntu
     kernel as well.
  
     git://git.kernel.org/
  
  TEST CASE: TBD
  
     The following patches from the 4.12.5 stable release shall be
  applied:
  
  jfs: Don't clear SGID when inheriting ACLs
  ALSA: fm801: Initialize chip after IRQ handler is registered
  ALSA: hda - Add missing NVIDIA GPU codec IDs to patch table
- ALSA: hda - Add mute led support for HP ProBook 440 G4
  parisc: Prevent TLB speculation on flushed pages on CPUs that only support 
equivalent aliases
  parisc: Extend disabled preemption in copy_user_page
  parisc: Suspend lockup detectors before system halt
  powerpc/pseries: Fix of_node_put() underflow during reconfig remove
  mmc: sunxi: Keep default timing phase settings for new timing mode
  NFS: invalidate file size when taking a lock.
  NFSv4.1: Fix a race where CB_NOTIFY_LOCK fails to wake a waiter
  scripts/dtc: dtx_diff - update include dts paths to match build
  crypto: brcm - Fix SHA3-512 algorithm failure
  crypto: brcm - remove BCM_PDC_MBOX dependency in Kconfig
  crypto: authencesn - Fix digest_null crash
  KVM: PPC: Book3S HV: Enable TM before accessing TM registers
  KVM: PPC: Book3S HV: Fix host crash on changing HPT size
  dm integrity: fix inefficient allocation of journal space
  dm integrity: test for corrupted disk format during table load
  md: remove 'idx' from 'struct resync_pages'
  md/raid1: fix writebehind bio clone
  md/raid5: add thread_group worker async_tx_issue_pending_all
  drm/vmwgfx: Fix gcc-7.1.1 warning
  drm/vmwgfx: Limit max desktop dimensions to 8Kx8K
  drm/nouveau/disp/nv50-: bump max chans to 21
  drm/nouveau/bar/gf100: fix access to upper half of BAR2
  drm/i915: Fix scaler init during CRTC HW state readout
  isdn/i4l: fix buffer overflow
  ipmi/watchdog: fix watchdog timeout set on reboot
- dentry name snapshots
  mmc: tmio-mmc: fix bad pointer math
  Linux 4.12.5
+ 
+    The following patches from the 4.12.5 stable release had already
+ been applied:
+ 
+ ALSA: hda - Add mute led support for HP ProBook 440 G4
+ dentry name snapshots

** Changed in: linux (Ubuntu Artful)
   Status: In Progress => Fix Committed

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

Title:
  Artful update to 4.12.5 stable release

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

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

[Bug 1709084] [NEW] Screensaver not suppressed when watching full screen video

2017-08-07 Thread Alan Pope 🍺🐧🐱 🦄
Public bug reported:

Using chromium 59 on an up to date 17.10 and watching a full screen
video, the screensaver kicks in after 5 minutes. It should be
suppressed. This only happens in chrome/chromium. Firefox is unaffected.
Unfortunately my TV provider doesn't support Firefox, so I have to use
Chrome.

Steps to reproduce.

In Settings -> Power -> Set Blank screen to 5 minutes
Open chromium
Play a long video such as https://www.youtube.com/watch?v=jX6kn9_U8qk
Full screen (and optionally mute) the video
Leave computer alone

Expected result

10 hours of video plays

Actual result

After 5 minutes, the screen goes blank

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: chromium-browser 59.0.3071.109-0ubuntu1.1360
ProcVersionSignature: Ubuntu 4.11.0-10.15-generic 4.11.8
Uname: Linux 4.11.0-10-generic x86_64
NonfreeKernelModules: zfs zunicode zavl zcommon znvpair
ApportVersion: 2.20.6-0ubuntu4
Architecture: amd64
CurrentDesktop: GNOME
DRM.card0-DP-1:
 enabled: disabled
 dpms: Off
 status: disconnected
 edid-base64: 
 modes:
DRM.card0-DP-2:
 enabled: disabled
 dpms: Off
 status: disconnected
 edid-base64: 
 modes:
DRM.card0-HDMI-A-2:
 enabled: disabled
 dpms: Off
 status: disconnected
 edid-base64: 
 modes:
DRM.card0-eDP-1:
 enabled: enabled
 dpms: On
 status: connected
 edid-base64: 
AP///wAw5AYEAAAXAQSVHxF46tyVo1hVoCYNUFQBAQEBAQEBAQEBAQEBAQEBujaArHA4JEA8JDUANa8QAAAa/gBMRyBEaXNwbGF5CiAg/gBMUDE0MFdGMS1TUEoxAHk=
 modes: 1920x1080
Date: Mon Aug  7 14:24:55 2017
Desktop-Session:
 'ubuntu-wayland'
 'None'
 'None'
DetectedPlugins:
 
Env:
 'None'
 'None'
InstallationDate: Installed on 2017-08-02 (4 days ago)
InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170712)
InstalledPlugins:
 /usr/lib/mozilla/plugins:
   => libgnome-shell-browser-plugin.so
 (size: 18920 bytes, mtime: Sun Jul 23 18:08:04 2017)
Load-Avg-1min: 0.54
Load-Processes-Running-Percent:   0.1%
MachineType: LENOVO 20BV001BUK
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.11.0-10-generic.efi.signed 
root=UUID=20b4dfc6-b888-4543-b51f-3346a19a0e18 ro quiet splash vt.handoff=7
SourcePackage: chromium-browser
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 01/27/2016
dmi.bios.vendor: LENOVO
dmi.bios.version: JBET56WW (1.21 )
dmi.board.asset.tag: Not Available
dmi.board.name: 20BV001BUK
dmi.board.vendor: LENOVO
dmi.board.version: 0B98417 WIN
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: None
dmi.modalias: 
dmi:bvnLENOVO:bvrJBET56WW(1.21):bd01/27/2016:svnLENOVO:pn20BV001BUK:pvrThinkPadT450:rvnLENOVO:rn20BV001BUK:rvr0B98417WIN:cvnLENOVO:ct10:cvrNone:
dmi.product.name: 20BV001BUK
dmi.product.version: ThinkPad T450
dmi.sys.vendor: LENOVO
modified.conffile..etc.default.chromium-browser: [deleted]

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


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

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

Title:
  Screensaver not suppressed when watching full screen video

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

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


[Bug 1709080] Re: package inn2 2.6.0-2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-08-07 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/1709080

Title:
  package inn2 2.6.0-2 failed to install/upgrade: subprocess installed
  post-installation script returned error exit status 1

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

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


[Bug 1705633] Re: [8087:0a2b] Failed to load bluetooth firmware(might affect some other Intel bt devices)

2017-08-07 Thread Kleber Sacilotto de Souza
** Changed in: linux (Ubuntu Xenial)
   Status: Confirmed => Fix Committed

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

Title:
  [8087:0a2b] Failed to load bluetooth firmware(might affect some other
  Intel bt devices)

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

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


[Bug 1709073] Re: [SRU][ZESTY]kernel BUG at /build/linux-H5UzH8/linux-4.10.0/drivers/nvme/host/pci.c:567!

2017-08-07 Thread Fabian Grünbichler
apport-collect does not work after triggering the issue, and I have
included the relevant kernel traces anyway. => confirmed

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

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

Title:
  [SRU][ZESTY]kernel BUG at /build/linux-
  H5UzH8/linux-4.10.0/drivers/nvme/host/pci.c:567!

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

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


[Bug 1705712] Re: hns: ethtool selftest crashes system

2017-08-07 Thread Kleber Sacilotto de Souza
** Changed in: linux (Ubuntu Zesty)
   Status: In Progress => Fix Committed

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

Title:
  hns: ethtool selftest crashes system

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

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


[Bug 1709079] [NEW] Artful update to 4.12.5 stable release

2017-08-07 Thread Seth Forshee
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 4.12.5 upstream stable
   patch set is now available. It should be included in the Ubuntu
   kernel as well.

   git://git.kernel.org/

TEST CASE: TBD

   The following patches from the 4.12.5 stable release shall be
applied:

jfs: Don't clear SGID when inheriting ACLs
ALSA: fm801: Initialize chip after IRQ handler is registered
ALSA: hda - Add missing NVIDIA GPU codec IDs to patch table
ALSA: hda - Add mute led support for HP ProBook 440 G4
parisc: Prevent TLB speculation on flushed pages on CPUs that only support 
equivalent aliases
parisc: Extend disabled preemption in copy_user_page
parisc: Suspend lockup detectors before system halt
powerpc/pseries: Fix of_node_put() underflow during reconfig remove
mmc: sunxi: Keep default timing phase settings for new timing mode
NFS: invalidate file size when taking a lock.
NFSv4.1: Fix a race where CB_NOTIFY_LOCK fails to wake a waiter
scripts/dtc: dtx_diff - update include dts paths to match build
crypto: brcm - Fix SHA3-512 algorithm failure
crypto: brcm - remove BCM_PDC_MBOX dependency in Kconfig
crypto: authencesn - Fix digest_null crash
KVM: PPC: Book3S HV: Enable TM before accessing TM registers
KVM: PPC: Book3S HV: Fix host crash on changing HPT size
dm integrity: fix inefficient allocation of journal space
dm integrity: test for corrupted disk format during table load
md: remove 'idx' from 'struct resync_pages'
md/raid1: fix writebehind bio clone
md/raid5: add thread_group worker async_tx_issue_pending_all
drm/vmwgfx: Fix gcc-7.1.1 warning
drm/vmwgfx: Limit max desktop dimensions to 8Kx8K
drm/nouveau/disp/nv50-: bump max chans to 21
drm/nouveau/bar/gf100: fix access to upper half of BAR2
drm/i915: Fix scaler init during CRTC HW state readout
isdn/i4l: fix buffer overflow
ipmi/watchdog: fix watchdog timeout set on reboot
dentry name snapshots
mmc: tmio-mmc: fix bad pointer math
Linux 4.12.5

** Affects: linux (Ubuntu)
 Importance: Medium
 Assignee: Seth Forshee (sforshee)
 Status: In Progress

** Affects: linux (Ubuntu Artful)
 Importance: Medium
 Assignee: Seth Forshee (sforshee)
 Status: In Progress


** Tags: kernel-stable-tracking-bug

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

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

** Description changed:

+ SRU Justification
  
- 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 4.12.5 upstream stable
+    patch set is now available. It should be included in the Ubuntu
+    kernel as well.
  
- 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 4.12.5 upstream stable
-patch set is now available. It should be included in the Ubuntu
-kernel as well.
+    git://git.kernel.org/
  
-git://git.kernel.org/
+ TEST CASE: TBD
  
- TEST CASE: TBD
+    The following patches from the 4.12.5 stable release shall be
+ applied:
  
-The following patches from the 4.12.5 stable release shall be
- applied:
+ jfs: Don't clear SGID when inheriting ACLs
+ ALSA: fm801: Initialize chip after IRQ handler is registered
+ ALSA: hda - Add missing NVIDIA GPU codec IDs to patch table
+ ALSA: hda - Add mute led support for HP ProBook 440 G4
+ parisc: Prevent TLB speculation on flushed pages on CPUs that only support 
equivalent aliases
+ parisc: Extend disabled preemption in copy_user_page
+ parisc: Suspend lockup detectors before system halt
+ powerpc/pseries: Fix of_node_put() underflow during reconfig remove
+ mmc: sunxi: Keep default timing phase settings for new timing mode
+ NFS: invalidate file size when taking a lock.
+ NFSv4.1: Fix a race where CB_NOTIFY_LOCK fails to wake a waiter
+ scripts/dtc: dtx_diff - update include dts paths to match build
+ crypto: brcm - Fix SHA3-512 algorithm failure
+ crypto: brcm - remove BCM_PDC_MBOX dependency in Kconfig
+ crypto: authencesn - Fix digest_null crash
+ KVM: PPC: Book3S HV: Enable TM before accessing TM registers
+ KVM: PPC: Book3S HV: Fix host c

[Bug 1709080] [NEW] package inn2 2.6.0-2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-08-07 Thread Scott L. Fulk
Public bug reported:

I'm new to linux. Best I can tell is package will not install.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: inn2 2.6.0-2
ProcVersionSignature: Ubuntu 4.4.0-89.112-generic 4.4.76
Uname: Linux 4.4.0-89-generic i686
NonfreeKernelModules: wl
ApportVersion: 2.20.1-0ubuntu2.10
Architecture: i386
Date: Mon Aug  7 06:44:24 2017
DuplicateSignature:
 package:inn2:2.6.0-2
 Installing new version of config file /etc/news/nocem.ctl ...
 innconfval: hostname does not resolve or domain not set in inn.conf
 dpkg: error processing package inn2 (--configure):
  subprocess installed post-installation script returned error exit status 1
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationDate: Installed on 2015-04-10 (850 days ago)
InstallationMedia: Ubuntu  "Trusty" - Build i386 LIVE Binary 20141202-12:29
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.2
 apt  1.2.24
SourcePackage: inn2
Title: package inn2 2.6.0-2 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-package i386 xenial

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

Title:
  package inn2 2.6.0-2 failed to install/upgrade: subprocess installed
  post-installation script returned error exit status 1

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

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


[Bug 1560939] Re: libvirt-bin fails to install on a fresh xenial server

2017-08-07 Thread ChristianEhrhardt
*** This bug is a duplicate of bug 1707400 ***
https://bugs.launchpad.net/bugs/1707400

** This bug is no longer a duplicate of bug 1594902
   Failed to upgrade to libvirt-bin 1.3.1-1ubuntu10.1 on Ubuntu 16.04 64-bit
** This bug has been marked a duplicate of bug 1707400
   libvirt-bin doesn't regenerate apparmor cache in postinst

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

Title:
  libvirt-bin fails to install on a fresh xenial server

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

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


[Bug 1574566] Re: package libvirt-bin 1.3.1-1ubuntu10 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-08-07 Thread ChristianEhrhardt
*** This bug is a duplicate of bug 1707400 ***
https://bugs.launchpad.net/bugs/1707400

** This bug is no longer a duplicate of bug 1594902
   Failed to upgrade to libvirt-bin 1.3.1-1ubuntu10.1 on Ubuntu 16.04 64-bit
** This bug has been marked a duplicate of bug 1707400
   libvirt-bin doesn't regenerate apparmor cache in postinst

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

Title:
  package libvirt-bin 1.3.1-1ubuntu10 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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

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


[Bug 1605727] Re: libvirt-bin start prevented by apparmor

2017-08-07 Thread ChristianEhrhardt
*** This bug is a duplicate of bug 1707400 ***
https://bugs.launchpad.net/bugs/1707400

** This bug is no longer a duplicate of bug 1594902
   Failed to upgrade to libvirt-bin 1.3.1-1ubuntu10.1 on Ubuntu 16.04 64-bit
** This bug has been marked a duplicate of bug 1707400
   libvirt-bin doesn't regenerate apparmor cache in postinst

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

Title:
  libvirt-bin start prevented by apparmor

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

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


[Bug 1386465] Re: apparmor profile prevents libvirtd from creating a socket

2017-08-07 Thread ChristianEhrhardt
*** This bug is a duplicate of bug 1707400 ***
https://bugs.launchpad.net/bugs/1707400

** This bug is no longer a duplicate of bug 1594902
   Failed to upgrade to libvirt-bin 1.3.1-1ubuntu10.1 on Ubuntu 16.04 64-bit
** This bug has been marked a duplicate of bug 1707400
   libvirt-bin doesn't regenerate apparmor cache in postinst

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

Title:
  apparmor profile prevents libvirtd from creating a socket

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

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


[Bug 1594902] Re: Failed to upgrade to libvirt-bin 1.3.1-1ubuntu10.1 on Ubuntu 16.04 64-bit

2017-08-07 Thread ChristianEhrhardt
*** This bug is a duplicate of bug 1707400 ***
https://bugs.launchpad.net/bugs/1707400

We think we finally found the issue behind this and in hindsight the 
explanation why this was so bad to reproduce is that it seems to depend on 
apparmor profile caching.
Dupping on the bug that will SRU a fix.

** This bug has been marked a duplicate of bug 1707400
   libvirt-bin doesn't regenerate apparmor cache in postinst

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

Title:
  Failed to upgrade to libvirt-bin 1.3.1-1ubuntu10.1 on Ubuntu 16.04
  64-bit

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

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


[Bug 1629363] Re: libvirt-bin.postinst fails on release due to Apparmor profile change that has not taken effect

2017-08-07 Thread ChristianEhrhardt
*** This bug is a duplicate of bug 1707400 ***
https://bugs.launchpad.net/bugs/1707400

** This bug is no longer a duplicate of bug 1594902
   Failed to upgrade to libvirt-bin 1.3.1-1ubuntu10.1 on Ubuntu 16.04 64-bit
** This bug has been marked a duplicate of bug 1707400
   libvirt-bin doesn't regenerate apparmor cache in postinst

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

Title:
  libvirt-bin.postinst fails on release due to Apparmor profile change
  that has not taken effect

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

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


[Bug 1629634] Re: package libvirt-bin 1.3.1-1ubuntu10.2 failed to install/upgrade: subproces post-installation script geïnstalleerd gaf een foutwaarde 1 terug

2017-08-07 Thread ChristianEhrhardt
*** This bug is a duplicate of bug 1707400 ***
https://bugs.launchpad.net/bugs/1707400

** This bug is no longer a duplicate of bug 1594902
   Failed to upgrade to libvirt-bin 1.3.1-1ubuntu10.1 on Ubuntu 16.04 64-bit
** This bug has been marked a duplicate of bug 1707400
   libvirt-bin doesn't regenerate apparmor cache in postinst

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

Title:
  package libvirt-bin 1.3.1-1ubuntu10.2 failed to install/upgrade:
  subproces post-installation script geïnstalleerd gaf een foutwaarde 1
  terug

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

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

[Bug 1646328] Re: libvirtd fails to start with apparmor denial error for netlink socket creation

2017-08-07 Thread ChristianEhrhardt
*** This bug is a duplicate of bug 1707400 ***
https://bugs.launchpad.net/bugs/1707400

** This bug is no longer a duplicate of bug 1594902
   Failed to upgrade to libvirt-bin 1.3.1-1ubuntu10.1 on Ubuntu 16.04 64-bit
** This bug has been marked a duplicate of bug 1707400
   libvirt-bin doesn't regenerate apparmor cache in postinst

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

Title:
  libvirtd fails to start with apparmor denial error for netlink socket
  creation

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

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


[Bug 1707400] Re: libvirt-bin doesn't regenerate apparmor cache in postinst

2017-08-07 Thread ChristianEhrhardt
Thanks Andreas for working on this while I was away.
I'm now reviewing the changes that you proposed and would move them to the 
right repo (libvirt packaging is in a git repo of its own).

FWIW - not only did we start to use dh_apparmor in yakkety, in artful we
also dropped a lot more of the custom code around these now fully
relying on dh_apparmor which should help to behave the same way across
packages.

Also I think I've seen the issue reported for things after trusty, like vivid 
and such but they always timed out not reproducible. Even more I'm happy that 
you tracked it down this time.
I agree that there are not so much upgraders "to trusty" but even upgrades in 
trusty could trigger it - so I think the SRU there is worth it.

I'll search for the old bugs and dup them here for better overall
tracking.

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

Title:
  libvirt-bin doesn't regenerate apparmor cache in postinst

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

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


[Bug 1636081] Re: package libvirt-bin 1.3.1-1ubuntu10.5 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-08-07 Thread ChristianEhrhardt
*** This bug is a duplicate of bug 1707400 ***
https://bugs.launchpad.net/bugs/1707400

** This bug is no longer a duplicate of bug 1594902
   Failed to upgrade to libvirt-bin 1.3.1-1ubuntu10.1 on Ubuntu 16.04 64-bit
** This bug has been marked a duplicate of bug 1707400
   libvirt-bin doesn't regenerate apparmor cache in postinst

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

Title:
  package libvirt-bin 1.3.1-1ubuntu10.5 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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

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


[Bug 1664051] Re: package libvirt-bin 1.3.1-1ubuntu10.8 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-08-07 Thread ChristianEhrhardt
*** This bug is a duplicate of bug 1707400 ***
https://bugs.launchpad.net/bugs/1707400

** This bug is no longer a duplicate of bug 1594902
   Failed to upgrade to libvirt-bin 1.3.1-1ubuntu10.1 on Ubuntu 16.04 64-bit
** This bug has been marked a duplicate of bug 1707400
   libvirt-bin doesn't regenerate apparmor cache in postinst

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

Title:
  package libvirt-bin 1.3.1-1ubuntu10.8 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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

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


[Bug 1709073] Missing required logs.

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

apport-collect 1709073

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

Title:
  [SRU][ZESTY]kernel BUG at /build/linux-
  H5UzH8/linux-4.10.0/drivers/nvme/host/pci.c:567!

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

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


[Bug 1697027] Re: ath9k freezes suspend resume Ubuntu 17.04

2017-08-07 Thread Kleber Sacilotto de Souza
** Changed in: linux (Ubuntu Zesty)
   Status: New => Fix Committed

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

Title:
  ath9k freezes suspend resume Ubuntu 17.04

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

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



[Bug 1665643] Re: Duplicity error "ssh: Unknown exception: CTR mode needs counter parameter, not IV"

2017-08-07 Thread Arnold
There is a workaround that fixed the problem for me. It was obviously
related to `python-paramiko`.

1. Remove the `python-paramiko` package instelled w/ apt:

`apt remove python-paramiko`

2. Install paramiko via pip that provides a newer obviously fixed
version:

`apt install duplicity python-pip -y`
`pip install paramiko`

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

Title:
  Duplicity error "ssh: Unknown exception: CTR mode needs counter
  parameter, not IV"

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

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


[Bug 1706248] Comment bridged from LTC Bugzilla

2017-08-07 Thread bugproxy
--- Comment From muri...@br.ibm.com 2017-08-07 08:43 EDT---
> Hi sthoufee, sorry for the late reply - I wasn't around the last two weeks
> and it seems no one else grabbed this one yet.
>
> The patch fortunately slipped into the SLOF release "qemu-slof-20170724".
> Debian (and Ubuntu which is a sync for slof) still is at "20161019+dfsg-1"
> (two versions before).
>
> To go on I'd think we would need:
> 1. file a Debian bug to move to the latest version
> 2. once completed that will sync into Artful
> 3. Consider which releases shall/need to be SRUed
>
> Could you as the reporter file the Debian bug to request qemu-slof-20170724?
> List the bug here so it can be tracked (or in the worst cases decisions can
> be made if Debian will not move to that new version once we know the reasons
> for that).

Hi, Christian.

I have filed Debian bug https://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=871259

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

Title:
  SLOF dhcp request doesn't include client architecture code 93

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

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


[Bug 1709078] [NEW] qpsmtpd is out of date

2017-08-07 Thread Luke Schierer
Public bug reported:

qpsmtpd version 0.96 has been out since Feb of 2016.  Please update the
package.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: qpsmtpd 0.94-2
ProcVersionSignature: Ubuntu 4.4.0-89.112-generic 4.4.76
Uname: Linux 4.4.0-89-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.10
Architecture: amd64
Date: Mon Aug  7 08:47:06 2017
Ec2AMI: ami-62b9940a
Ec2AMIManifest: (unknown)
Ec2AvailabilityZone: us-east-1c
Ec2InstanceType: t2.medium
Ec2Kernel: unavailable
Ec2Ramdisk: unavailable
PackageArchitecture: all
SourcePackage: qpsmtpd
UpgradeStatus: Upgraded to xenial on 2016-06-01 (432 days ago)
modified.conffile..etc.init.d.qpsmtpd: [modified]
modified.conffile..etc.qpsmtpd.logging: [modified]
modified.conffile..etc.qpsmtpd.plugin_dirs: [modified]
modified.conffile..etc.qpsmtpd.plugins: [modified]
modified.conffile..etc.qpsmtpd.relayclients: [modified]
mtime.conffile..etc.init.d.qpsmtpd: 2016-06-07T07:42:38.514607
mtime.conffile..etc.qpsmtpd.logging: 2016-09-06T17:13:02.009929
mtime.conffile..etc.qpsmtpd.plugin_dirs: 2016-09-06T15:44:04.295402
mtime.conffile..etc.qpsmtpd.plugins: 2016-09-06T22:57:23.154116
mtime.conffile..etc.qpsmtpd.relayclients: 2016-06-06T08:54:39.507220

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


** Tags: amd64 apport-bug ec2-images xenial

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

Title:
  qpsmtpd is out of date

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

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


[Bug 1709073] Re: [SRU][ZESTY]kernel BUG at /build/linux-H5UzH8/linux-4.10.0/drivers/nvme/host/pci.c:567!

2017-08-07 Thread Fabian Grünbichler
** Tags added: zesty

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

Title:
  [SRU][ZESTY]kernel BUG at /build/linux-
  H5UzH8/linux-4.10.0/drivers/nvme/host/pci.c:567!

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

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


[Bug 1706248] Re: SLOF dhcp request doesn't include client architecture code 93

2017-08-07 Thread ChristianEhrhardt
Seen debian bug https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=871259
and linking it.

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

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

Title:
  SLOF dhcp request doesn't include client architecture code 93

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

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


[Bug 1706058] Re: Windows VM crashes when restoring from file if balloon stats polling is enabled

2017-08-07 Thread ChristianEhrhardt
Thanks Victor for bringing this up and working on it!

For Documentation, the fix is in qemu 2.8, therefore >=Zesty is good in
regard to the bug.

Parts of the description sounded familiar to me and I found bug 1604010
- this was a rather ugly update regression, so you might want to read
through it just to know that context as well.

Once you have a ppa working please ping me here or on IRC (cpaelzer) so
I can give it some extra regressions checks before we push things to the
SRU queue.

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

Title:
  Windows VM crashes when restoring from file if balloon stats polling
  is enabled

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

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


[Bug 1709073] [NEW] [SRU][ZESTY]kernel BUG at /build/linux-H5UzH8/linux-4.10.0/drivers/nvme/host/pci.c:567!

2017-08-07 Thread Fabian Grünbichler
Public bug reported:

SRU Justification:

Impact: reliably reproducible kernel BUG_ON leading to complete system hang
Fix: cherry-pick upstream followup commit
Testcase: mkfs.btrfs on Samsung SM/PM961 no longer triggers the BUG_ON

Detailed description:

the fix for http://bugs.launchpad.net/bugs/1657539 which cherry-picked

729204ef49ec00b788ce23deb9eb922a5769f55d block: relax check on sg gap

is missing a follow-up fix commit

5a8d75a1b8c99bdc926ba69b7b7dbe4fae81a5af block: fix bio_will_gap() for
first bvec with offset

without, the following BUG_ON is triggered using a mkfs.btrfs
/dev/nvme0n1 on a Samsung SM961/PM961 M.2 device:

Aug 07 09:19:09 ubuntu kernel: kernel BUG at 
/build/linux-H5UzH8/linux-4.10.0/drivers/nvme/host/pci.c:567!
Aug 07 09:19:09 ubuntu kernel: invalid opcode:  [#1] SMP
Aug 07 09:19:09 ubuntu kernel: Modules linked in: nls_iso8859_1 ppdev 
snd_hda_intel snd_hda_codec snd_hda_core joydev snd_hwdep snd_pcm snd_ti
Aug 07 09:19:09 ubuntu kernel: CPU: 0 PID: 2071 Comm: mkfs.btrfs Not tainted 
4.10.0-30-generic #34-Ubuntu
Aug 07 09:19:09 ubuntu kernel: Hardware name: QEMU Standard PC (Q35 + ICH9, 
2009), BIOS 0.0.0 02/06/2015
Aug 07 09:19:09 ubuntu kernel: task: 8e537417bfc0 task.stack: 
b580c1698000
Aug 07 09:19:09 ubuntu kernel: RIP: 0010:nvme_queue_rq+0x746/0x8e0 [nvme]
Aug 07 09:19:09 ubuntu kernel: RSP: 0018:b580c169b950 EFLAGS: 00010286
Aug 07 09:19:09 ubuntu kernel: RAX: 0078 RBX: fa00 RCX: 
1000
Aug 07 09:19:09 ubuntu kernel: RDX: 0010 RSI: 0200 RDI: 
0246
Aug 07 09:19:09 ubuntu kernel: RBP: b580c169ba28 R08: 8e53733cb000 R09: 
fa00
Aug 07 09:19:09 ubuntu kernel: R10: 1000 R11: 8e53733d R12: 
000273a8a000
Aug 07 09:19:09 ubuntu kernel: R13: 0002fc00 R14: 8e53733cb000 R15: 
0200
Aug 07 09:19:09 ubuntu kernel: FS:  7f92511ba080() 
GS:8e537fc0() knlGS:
Aug 07 09:19:09 ubuntu kernel: CS:  0010 DS:  ES:  CR0: 80050033
Aug 07 09:19:09 ubuntu kernel: CR2: 7ffeecdc9000 CR3: 000274323000 CR4: 
06f0
Aug 07 09:19:09 ubuntu kernel: DR0:  DR1:  DR2: 

Aug 07 09:19:09 ubuntu kernel: DR3:  DR6: fffe0ff0 DR7: 
0400
Aug 07 09:19:09 ubuntu kernel: Call Trace:
Aug 07 09:19:09 ubuntu kernel:  blk_mq_try_issue_directly+0x7e/0x100
Aug 07 09:19:09 ubuntu kernel:  blk_mq_make_request+0x3cf/0x4e0
Aug 07 09:19:09 ubuntu kernel:  generic_make_request+0x110/0x2d0
Aug 07 09:19:09 ubuntu kernel:  submit_bio+0x73/0x150
Aug 07 09:19:09 ubuntu kernel:  ? __percpu_counter_add+0x4f/0x60
Aug 07 09:19:09 ubuntu kernel:  submit_bh_wbc+0x152/0x180
Aug 07 09:19:09 ubuntu kernel:  __block_write_full_page+0x176/0x360
Aug 07 09:19:09 ubuntu kernel:  ? I_BDEV+0x20/0x20
Aug 07 09:19:09 ubuntu kernel:  ? I_BDEV+0x20/0x20
Aug 07 09:19:09 ubuntu kernel:  block_write_full_page+0x13b/0x160
Aug 07 09:19:09 ubuntu kernel:  blkdev_writepage+0x18/0x20
Aug 07 09:19:09 ubuntu kernel:  __writepage+0x13/0x30
Aug 07 09:19:09 ubuntu kernel:  write_cache_pages+0x205/0x530
Aug 07 09:19:09 ubuntu kernel:  ? wb_position_ratio+0x1f0/0x1f0
Aug 07 09:19:09 ubuntu kernel:  generic_writepages+0x56/0x90
Aug 07 09:19:09 ubuntu kernel:  blkdev_writepages+0x2f/0x40
Aug 07 09:19:09 ubuntu kernel:  do_writepages+0x1e/0x30
Aug 07 09:19:09 ubuntu kernel:  __filemap_fdatawrite_range+0xc6/0x100
Aug 07 09:19:09 ubuntu kernel:  SyS_fadvise64+0x25e/0x290
Aug 07 09:19:09 ubuntu kernel:  entry_SYSCALL_64_fastpath+0x1e/0xad
Aug 07 09:19:09 ubuntu kernel: RIP: 0033:0x7f925066debd
Aug 07 09:19:09 ubuntu kernel: RSP: 002b:7ffeecd46a38 EFLAGS: 0246 
ORIG_RAX: 00dd
Aug 07 09:19:09 ubuntu kernel: RAX: ffda RBX: 7ffeecd45a30 RCX: 
7f925066debd
Aug 07 09:19:09 ubuntu kernel: RDX:  RSI:  RDI: 
0004
Aug 07 09:19:09 ubuntu kernel: RBP:  R08:  R09: 
1001
Aug 07 09:19:09 ubuntu kernel: R10: 0004 R11: 0246 R12: 
0010
Aug 07 09:19:09 ubuntu kernel: R13: 7ffeecd45a40 R14: 0004 R15: 

Aug 07 09:19:09 ubuntu kernel: Code: f1 61 26 d5 8b 95 48 ff ff ff 48 89 85 60 
ff ff ff 4c 8b 50 10 44 8b 48 18 8b 8d 50 ff ff ff 44 8b 9d 58
Aug 07 09:19:09 ubuntu kernel: RIP: nvme_queue_rq+0x746/0x8e0 [nvme] RSP: 
b580c169b950

LKML reference: https://lkml.org/lkml/2017/4/13/105

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


** Tags: zesty

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

Title:
  [SRU][ZESTY]kernel BUG at /build/linux-
  H5UzH8/linux-4.10.0/drivers/nvme/host/pci.c:567!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ub

[Bug 1706058] Re: Windows VM crashes when restoring from file if balloon stats polling is enabled

2017-08-07 Thread ChristianEhrhardt
** Also affects: qemu (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Also affects: qemu (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/1706058

Title:
  Windows VM crashes when restoring from file if balloon stats polling
  is enabled

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

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


[Bug 1708995] Re: [Hyper-V] netvsc: fix rtnl deadlock on unregister of vf

2017-08-07 Thread Marcelo Cerri
** Changed in: linux-azure (Ubuntu)
   Status: Confirmed => Triaged

** Changed in: linux-azure (Ubuntu)
 Assignee: (unassigned) => Marcelo Cerri (mhcerri)

** Changed in: linux-azure (Ubuntu)
   Status: Triaged => In Progress

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

Title:
  [Hyper-V] netvsc: fix rtnl deadlock on unregister of vf

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

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


[Bug 1706818] Re: mismatched file locking since 1:4.2.8p4+dfsg-3ubuntu1 causes race leaving ntp dead on reboot

2017-08-07 Thread ChristianEhrhardt
@Robie - IIRC Paul wants to use it as "remote ntp check" which actually
should be done via sntp but that binary was unavailable until artful and
the fix doesn't fit an SRU (bug 1604010).

@Josh - just a day after your report the SRU completed that took out the old 
locking and the silly unconditional restart from the ifup hooks. I'd hope 
things should be much better for you now - could you please verify if that is 
true for your scenario as well?
If not we have to search where the remaining issue comes from as the new 
behavior should have ntp preferred to ntpdate and ntpdate being the one 
rejected as ntp already has the port used.
If there is a window e.g. due to the many interfaces that you described - that 
inverts that with ntpdate blocking ntp still that would have to be fixed.


** Changed in: ntp (Ubuntu Xenial)
   Status: Triaged => Incomplete

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

Title:
  mismatched file locking since 1:4.2.8p4+dfsg-3ubuntu1 causes race
  leaving ntp dead on reboot

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

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


[Bug 1698795] Re: Humanity should provide symbolic versions of custom icons for GNOME Shell

2017-08-07 Thread Jeremy Bicha
Fedora includes a symbolic Firefox icon in their Firefox distro packaging:
http://pkgs.fedoraproject.org/rpms/firefox/blob/master/f/firefox-symbolic.svg

I think we should do the same and see about pushing that icon upstream.

I think it's up to the app developers to provide the symbolic icons not
the icon theme.

Personally, the icon in the top bar is so small that a symbolic simpler
monochrome icon is a bit more clear than a regular color icon.

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

Title:
  Humanity should provide symbolic versions of custom icons for GNOME
  Shell

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

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


[Bug 305609] Re: cannot disable low ink warning

2017-08-07 Thread R. Diez
I am having this problem with a Sharp MX-4100N. I wish I could disable
this kind of warning independent from the affected printer.

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

Title:
  cannot disable low ink warning

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

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


<    1   2   3   4   5   6   >