[Bug 1671445] Re: cifs-utils 2.6.6 broken with kerberos

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

** Changed in: cifs-utils (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/1671445

Title:
  cifs-utils 2.6.6 broken with kerberos

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cifs-utils/+bug/1671445/+subscriptions

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


[Bug 1688158] Re: [SRU][Zesty] Support SMMU passthrough using the default domain

2017-05-31 Thread Manoj Iyer
Re-tested boot on ARM Centriq platform from the PPA.
ubuntu@ubuntu:~$ uname -a 
Linux ubuntu 4.10.0-21-generic #23~sru4.test4-Ubuntu SMP Tue May 30 21:04:32 
UTC 2017 aarch64 aarch64 aarch64 GNU/Linux
ubuntu@ubuntu:~$

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

Title:
  [SRU][Zesty] Support SMMU passthrough using the default domain

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

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


[Bug 1693574] Re: Docker plugin uses the wrong command for Ubuntu

2017-05-31 Thread Eric Desrochers
** Description changed:

  [Impact]
  
  The docker plugin in sosreport doesn't collect informations for Ubuntu.
  
  In docker.py for the Ubuntu Plugin, the docker command is set to
  'docker.io'[1] which seems to be a old workaround that has been
  removed[2], thus the docker plugin is no longer calling an existing
  docker binary which as a result doesn't collect docker informations in
  Ubuntu.
  
  [1]- Plugin : docker.py
  
  # Name collision with another package requires docker binary rename
  docker_cmd = 'docker.io'
  
  [2]- docker.io package : debian/changelog
  
  docker.io (1.3.1~dfsg1-2) unstable; urgency=medium
  * Remove deprecated /usr/bin/docker.io symlink
  - added as a temporary shim in 1.0.0~dfsg1-1 (13 Jun 2014)
  - unused by package-installed files in 1.2.0~dfsg1-1 (13 Sep 2014)
  -- Tianon Gravi  Fri, 07 Nov 2014 13:11:34 -0700
  
  [Test Case]
  
  # Install sosreport from the Ubuntu archive
  $ sudo apt-get update
  $ sudo apt-get install sosreport
  
  # Run sosreport with docker plugin only or all loaded plugins (for the
  sake of testing docker plugin the "-o" is more appropriate
  
  Docker plugin only :
  $ sosreport -o docker
  
  All loaded plugins:
  $ sosreport -a
  
  # Extract the sosreport*.tar.xz file generated by the above command
  found in /tmp
  
  # Look in "/path_to_sosreport/sos_commands/docker/" and note that all
  files are empty with "0" size.
  
  [Regression Potential]
  
  No regression, this is a trivial fix that will allow sosreport to start 
collecting the docker informations again.
  If for some reasons, a regression is found, it would be 100% limited to 
docker plugin of sosreport and not affecting the functionality of sosreport nor 
other plugin.
  
  [Other Info]
  
  Additional information about the context can be found here :
  https://bugs.launchpad.net/ubuntu/+source/docker.io/+bug/1338768
  
  The bug has been reported upstream already[3] and two similar patches has 
been proposed[4].
  Let's see which one will be accepted/merged.
  
  [3] - Upstream Bug
  https://github.com/sosreport/sos/issues/930
  
  [4] - Pull Request(s)
- PR #1
  https://github.com/sosreport/sos/pull/1009
  
https://github.com/sosreport/sos/pull/1009/commits/f8a939d792d8ac683f341458b8cf77a35c4db929
- 
- PR #2
- https://github.com/sosreport/sos/pull/1012
- 
https://github.com/davecore82/sos/commit/7d063cf0a5949a9819b80f68e1862d95b8c3fa35
  
  [Original Description]
  
  This Launchpad bug is based on an existing GitHub bug[1].
  
  The docker plugin is currently broken in sosreport. In docker.py[2] for
  Ubuntu the docker command is set to 'docker.io'.
  
  docker_cmd = 'docker.io'
  
  The docker.io package used to have a docker.io binary but this was
  reverted in this debian/changelog from Ubuntu Xenial/16.04 (LTS):
  
   docker.io (1.3.1~dfsg1-2) unstable; urgency=medium
  * Remove deprecated /usr/bin/docker.io symlink
    - added as a temporary shim in 1.0.0~dfsg1-1 (13 Jun 2014)
    - unused by package-installed files in 1.2.0~dfsg1-1 (13 Sep 2014)
     -- Tianon Gravi   Fri, 07 Nov 2014 13:11:34 -0700
  
  The Docker Community and Enterprise Editions (docker-ce and docker-ee
  packages) also use the plain docker binary and this change is necessary
  to make the sosreport docker module work again.
  
  There are currently two different pull requests that fix this issue:
  
  https://github.com/sosreport/sos/pull/1009
  https://github.com/sosreport/sos/pull/1012
  
  We should SRU this fix once one of them is accepted.
  
  [1] https://github.com/sosreport/sos/issues/930
  [2] https://github.com/sosreport/sos/blob/master/sos/plugins/docker.py

** Description changed:

  [Impact]
  
  The docker plugin in sosreport doesn't collect informations for Ubuntu.
  
  In docker.py for the Ubuntu Plugin, the docker command is set to
  'docker.io'[1] which seems to be a old workaround that has been
  removed[2], thus the docker plugin is no longer calling an existing
  docker binary which as a result doesn't collect docker informations in
  Ubuntu.
  
  [1]- Plugin : docker.py
  
  # Name collision with another package requires docker binary rename
  docker_cmd = 'docker.io'
  
  [2]- docker.io package : debian/changelog
  
  docker.io (1.3.1~dfsg1-2) unstable; urgency=medium
  * Remove deprecated /usr/bin/docker.io symlink
  - added as a temporary shim in 1.0.0~dfsg1-1 (13 Jun 2014)
  - unused by package-installed files in 1.2.0~dfsg1-1 (13 Sep 2014)
  -- Tianon Gravi  Fri, 07 Nov 2014 13:11:34 -0700
  
  [Test Case]
  
  # Install sosreport from the Ubuntu archive
  $ sudo apt-get update
  $ sudo apt-get install sosreport
  
  # Run sosreport with docker plugin only or all loaded plugins (for the
  sake of testing docker plugin the "-o" is more appropriate
  
  Docker plugin only :
  $ sosreport -o docker
  
  All loaded plugins:
  $ sosreport -a
  
  # Extract the sosreport*.tar.xz file generated 

[Bug 1691247] Re: linux-azure: 4.10.0-1005.5 -proposed tracker

2017-05-31 Thread Kleber Sacilotto de Souza
** Changed in: kernel-sru-workflow/promote-to-security
   Status: Confirmed => Invalid

** Changed in: kernel-sru-workflow/promote-to-updates
   Status: Confirmed => Invalid

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

Title:
  linux-azure: 4.10.0-1005.5 -proposed tracker

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

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


[Bug 1614789] Re: zfs.target should not require zfs-share.service

2017-05-31 Thread Colin Ian King
** Description changed:

  == SRU Xenial ==
  
  [Justification]
  
  Currently package zfsutils-linux contains systemd target file 
/lib/systemd/system/zfs.target that specifies following dependencies:
  Requires=zfs-mount.service
  Requires=zfs-share.service
  Wants=zed.service
  
  zfs-share.service is not essential in setups where file sharing is not
  used, or when it is configured without the use of the zfs utility. The
  user may therefore choose to mask this service. However, doing so has an
  unexpected and confusing effect, preventing zfs from starting on boot at
  all. This is because zfs.target is the only zfs-related unit that is
  wanted by multi-user.target, and if one of its required services is
  masked, zfs.target is skipped, together with zfs-mount.service. A
  solution is to replace "Requires=zfs-share.service" with "Wants=zfs-
  share.service".
  
  [Testcase]
  Steps to reproduce:
  systemctl mask zfs-share.service
  reboot
  
  Expected results:
  Module zfs is loaded
  zfs-mount.service is active and ZFS filesystems are mounted
  ZFS filesystems are not shared
  
  Observed results:
  Module zfs is not loaded
  ZFS filesystems are not mounted
  zpool status produces an error:
  "The ZFS modules are not loaded.
  Try running '/sbin/modprobe zfs' as root to load them."
  
  With the fix, the modules are loaded and zfs filesystems are mounted
  
+ Without the fix:
+ 
+ 
+ With the fix:
+ $ systemctl status zfs-share.service
+ 
+ ● zfs-share.service - ZFS file system shares
+Loaded: loaded (/lib/systemd/system/zfs-share.service; enabled; vendor 
preset
+Active: active (exited) since Wed 2017-05-31 14:22:31 BST; 11s ago
+   Process: 2483 ExecStart=/sbin/zfs share -a (code=exited, status=0/SUCCESS)
+   Process: 2476 ExecStartPre=/bin/rm -f /etc/dfs/sharetab (code=exited, 
status=0
+  Main PID: 2483 (code=exited, status=0/SUCCESS)
+ Tasks: 0 (limit: 4915)
+Memory: 0B
+   CPU: 0
+CGroup: /system.slice/zfs-share.service
+ 
+ 
  [Fix]
  A solution is to replace "Requires=zfs-share.service" with 
"Wants=zfs-share.service".
  
  [Regression Potential]
  Minimal, this affects the start up of a service that should be starting and 
currently isn't. Limited to just this specific scenario.
  
  -
  
- 
  $ lsb_release -rd
  Description:Ubuntu 16.04.1 LTS
  Release:16.04
  
  $ apt-cache policy zfsutils-linux
  zfsutils-linux:
    Installed: 0.6.5.6-0ubuntu10

** Description changed:

  == SRU Xenial ==
  
  [Justification]
  
  Currently package zfsutils-linux contains systemd target file 
/lib/systemd/system/zfs.target that specifies following dependencies:
  Requires=zfs-mount.service
  Requires=zfs-share.service
  Wants=zed.service
  
  zfs-share.service is not essential in setups where file sharing is not
  used, or when it is configured without the use of the zfs utility. The
  user may therefore choose to mask this service. However, doing so has an
  unexpected and confusing effect, preventing zfs from starting on boot at
  all. This is because zfs.target is the only zfs-related unit that is
  wanted by multi-user.target, and if one of its required services is
  masked, zfs.target is skipped, together with zfs-mount.service. A
  solution is to replace "Requires=zfs-share.service" with "Wants=zfs-
  share.service".
  
  [Testcase]
  Steps to reproduce:
  systemctl mask zfs-share.service
  reboot
  
  Expected results:
  Module zfs is loaded
  zfs-mount.service is active and ZFS filesystems are mounted
  ZFS filesystems are not shared
  
  Observed results:
  Module zfs is not loaded
  ZFS filesystems are not mounted
  zpool status produces an error:
  "The ZFS modules are not loaded.
  Try running '/sbin/modprobe zfs' as root to load them."
  
  With the fix, the modules are loaded and zfs filesystems are mounted
  
- Without the fix:
- 
- 
- With the fix:
- $ systemctl status zfs-share.service
- 
- ● zfs-share.service - ZFS file system shares
-Loaded: loaded (/lib/systemd/system/zfs-share.service; enabled; vendor 
preset
-Active: active (exited) since Wed 2017-05-31 14:22:31 BST; 11s ago
-   Process: 2483 ExecStart=/sbin/zfs share -a (code=exited, status=0/SUCCESS)
-   Process: 2476 ExecStartPre=/bin/rm -f /etc/dfs/sharetab (code=exited, 
status=0
-  Main PID: 2483 (code=exited, status=0/SUCCESS)
- Tasks: 0 (limit: 4915)
-Memory: 0B
-   CPU: 0
-CGroup: /system.slice/zfs-share.service
- 
- 
  [Fix]
  A solution is to replace "Requires=zfs-share.service" with 
"Wants=zfs-share.service".
  
  [Regression Potential]
  Minimal, this affects the start up of a service that should be starting and 
currently isn't. Limited to just this specific scenario.
  
  -
  
  $ lsb_release -rd
  Description:Ubuntu 16.04.1 LTS
  Release:16.04
  
  $ apt-cache policy zfsutils-linux
  zfsutils-linux:
    Installed: 0.6.5.6-0ubuntu10

-- 
You received this bug notification because you are a member of 

[Bug 1684731] Re: zfs-share.service: Failed at step EXEC spawning /usr/bin/rm: No such file or directory

2017-05-31 Thread Colin Ian King
Verified with ubuntu Zesty 17.04 with zfsutils-linux 0.6.5.9-5ubuntu4.1
with ZFS shared over NFS, rm now works:

systemctl status zfs-share.service
● zfs-share.service - ZFS file system shares
   Loaded: loaded (/lib/systemd/system/zfs-share.service; enabled; vendor preset
   Active: active (exited) since Wed 2017-05-31 14:22:31 BST; 6min ago
  Process: 2483 ExecStart=/sbin/zfs share -a (code=exited, status=0/SUCCESS)
  Process: 2476 ExecStartPre=/bin/rm -f /etc/dfs/sharetab (code=exited, status=0
 Main PID: 2483 (code=exited, status=0/SUCCESS)
Tasks: 0 (limit: 4915)
   Memory: 0B
  CPU: 0
   CGroup: /system.slice/zfs-share.service


** Description changed:

  == SRU Xenial, Yakkety, Zesty ==
  
  [Justification]
  The path to rm is incorrect and hence it won't remove the /etc/dfs/sharetab
  
  [Fix]
  Set correct path, use /bin/rm and not /usr/bin/rm
  
  [Test Case]
  Without the fix, /etc/dfs/sharetab is not removed. With the fix, it is 
removed.  To test, touch /etc/dfs/sharetab and it should be removed on startup 
of the zfs share service.
  
+ With the fix:
+ $ systemctl status zfs-share.service
+ 
+ ● zfs-share.service - ZFS file system shares
+Loaded: loaded (/lib/systemd/system/zfs-share.service; enabled; vendor 
preset
+Active: active (exited) since Wed 2017-05-31 14:22:31 BST; 11s ago
+   Process: 2483 ExecStart=/sbin/zfs share -a (code=exited, status=0/SUCCESS)
+   Process: 2476 ExecStartPre=/bin/rm -f /etc/dfs/sharetab (code=exited, 
status=0
+  Main PID: 2483 (code=exited, status=0/SUCCESS)
+ Tasks: 0 (limit: 4915)
+Memory: 0B
+   CPU: 0
+CGroup: /system.slice/zfs-share.service
+ 
  [Regression Potenial]
  Minimal, this affects the removal of a file that should be fixed. The only 
regression risk is if somebody is depending on this file, which they should not 
be doing so.
  
  wrong `rm` path on /lib/systemd/system/zfs-share.service
  
  ExecStartPre=-/usr/bin/rm -f /etc/dfs/sharetab
  
  there is no file such /usr/bin/rm

** Tags added: verification-done-zesty

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

Title:
  zfs-share.service: Failed at step EXEC spawning /usr/bin/rm: No such
  file or directory

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

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

[Bug 1684205] Re: Screen lock button missing when using LightDM

2017-05-31 Thread Jeremy Bicha
>From Ubuntu (Unity) 16.04, 16.10 and 17.04, I enabled -proposed updated
and installed gnome-shell. I logged out of Unity and logged into GNOME.
I verified that the Lock button is present and works now. Ubuntu (Unity)
uses LightDM and I did not switch to a different display manager.

gnome-shell 3.18.5-0ubuntu0.3 (16.04)
gnome-shell 3.20.4-0ubuntu3 (16.10)
gnome-shell 3.24.2-0ubuntu0.1 (17.04)

** Tags removed: verification-needed
** Tags added: trusty verification-done xenial yakkety zesty

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

Title:
  Screen lock button missing when using LightDM

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

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


[Bug 1690182] Re: Update gnome-shell to 3.24.2

2017-05-31 Thread Jeremy Bicha
I am using Ubuntu GNOME 17.04 as my primary OS. I installed gnome-shell
3.24.2-0ubuntu0.1 and verified that gnome-shell worked fine in both the
GNOME and GNOME on Wayland sessions after restarting.

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

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

Title:
  Update gnome-shell to 3.24.2

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

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


[Bug 1672175] Re: gnome-shell should recommend chrome-gnome-shell

2017-05-31 Thread Jeremy Bicha
>From Ubuntu (Unity) 16.04, 16.10 and 17.04, I enabled -proposed updated
and installed gnome-shell and verified that chrome-gnome-shell was
automatically installed as expected.

gnome-shell 3.18.5-0ubuntu0.3 (16.04)
gnome-shell 3.20.4-0ubuntu3 (16.10)

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

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

Title:
  gnome-shell should recommend chrome-gnome-shell

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

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


[Bug 1589240] Re: Gnome on-screen keyboard doesn't appear when a text field is focused

2017-05-31 Thread Jeremy Bicha
>From Ubuntu (Unity) 16.10 and 17.04, I enabled -proposed updated and
installed gnome-shell. I then enabled the On Screen Keyboard in
Universal Access Settings and confirmed that the on screen keyboard
displayed correctly in English in text fields like in gedit.

gnome-shell 3.20.4-0ubuntu3 (16.10)
gnome-shell 3.24.2-0ubuntu0.1 (17.04)

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

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

Title:
  Gnome on-screen keyboard doesn't appear when a text field is focused

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

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


[Bug 1694675] Re: r8169:fix "rtl_counters_cond == 1 (loop: 1000, delay: 10)" log spam.

2017-05-31 Thread Seyeong Kim
linux-image-generic-hwe-16.04-edge have same issue

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

Title:
  r8169:fix "rtl_counters_cond == 1 (loop: 1000, delay: 10)" log spam.

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

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


[Bug 1690938] Re: Allow lightdm to be an alternate recommends for gdm3

2017-05-31 Thread Jeremy Bicha
>From Ubuntu (Unity) 16.04, 16.10 and 17.04, I enabled -proposed updated
and installed gnome-shell and was not asked whether to pick gdm3 or
lightdm. I logged out of Unity and logged into GNOME successfully.

gnome-shell 3.18.5-0ubuntu0.3 (16.04)
gnome-shell 3.20.4-0ubuntu3 (16.10)
gnome-shell 3.24.2-0ubuntu0.1 (17.04)

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

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

Title:
  Allow lightdm to be an alternate recommends for gdm3

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

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


[Bug 1694675] Re: r8169:fix "rtl_counters_cond == 1 (loop: 1000, delay: 10)" log spam.

2017-05-31 Thread Seyeong Kim
correction, linux-image-generic-hwe-16.04 (4.8) still have issue

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

Title:
  r8169:fix "rtl_counters_cond == 1 (loop: 1000, delay: 10)" log spam.

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

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


[Bug 1694626] Re: installer crashed

2017-05-31 Thread Phillip Susi
Either your hard disk, SATA cable, or SATA controller is fubar; it keeps
reporting that the drive has been unplugged.


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

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

Title:
  installer crashed

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

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


[Bug 1691490] Re: fanatic needs to provide storage option for LXD tests

2017-05-31 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-fan - 0.12.2.1

---
ubuntu-fan (0.12.2.1) zesty; urgency=medium

  * fanatic: Prevent error message without docker installed (LP: #1691485)
  * fanatic: Supply LXD storage if needed (LP: #1691490)
  * dep8: Add LXD auto-test

 -- Stefan Bader   Mon, 22 May 2017 14:01:01
+0200

** Changed in: ubuntu-fan (Ubuntu Zesty)
   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/1691490

Title:
  fanatic needs to provide storage option for LXD tests

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

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


[Bug 1694708] [NEW] package imagemagick-common 8:6.8.9.9-7ubuntu5.7 failed to install/upgrade: package imagemagick-common is already installed and configured

2017-05-31 Thread JOSE L
Public bug reported:



ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: imagemagick-common 8:6.8.9.9-7ubuntu5.7
ProcVersionSignature: Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11
Uname: Linux 4.8.0-36-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.5
AptdaemonVersion: 1.1.1+bzr982-0ubuntu14
Architecture: amd64
CrashReports: 600:0:116:396229:2017-05-31 14:58:51.488618612 +0200:2017-05-31 
14:58:52.488618612 +0200:/var/crash/imagemagick-common.0.crash
Date: Wed May 31 14:58:52 2017
DuplicateSignature:
 package:imagemagick-common:8:6.8.9.9-7ubuntu5.7
 Processing triggers for mime-support (3.59ubuntu1) ...
 dpkg: error processing package imagemagick-common (--configure):
  package imagemagick-common is already installed and configured
ErrorMessage: package imagemagick-common is already installed and configured
InstallationDate: Installed on 2017-05-29 (1 days ago)
InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.19
SourcePackage: dpkg
Title: package imagemagick-common 8:6.8.9.9-7ubuntu5.7 failed to 
install/upgrade: package imagemagick-common is already installed and configured
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: already-installed amd64 apport-package need-duplicate-check xenial

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

Title:
  package imagemagick-common 8:6.8.9.9-7ubuntu5.7 failed to
  install/upgrade: package imagemagick-common is already installed and
  configured

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

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


[Bug 1691485] Re: fanatic disable-fan fails without docker installed

2017-05-31 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-fan - 0.12.2.1

---
ubuntu-fan (0.12.2.1) zesty; urgency=medium

  * fanatic: Prevent error message without docker installed (LP: #1691485)
  * fanatic: Supply LXD storage if needed (LP: #1691490)
  * dep8: Add LXD auto-test

 -- Stefan Bader   Mon, 22 May 2017 14:01:01
+0200

** Changed in: ubuntu-fan (Ubuntu Zesty)
   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/1691485

Title:
  fanatic disable-fan fails without docker installed

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

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


[Bug 1691490] Update Released

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

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

Title:
  fanatic needs to provide storage option for LXD tests

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

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


[Bug 1691485] Update Released

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

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

Title:
  fanatic disable-fan fails without docker installed

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

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


[Bug 1694697] Re: build-depends keeps OR flag if end of or group is ignored

2017-05-31 Thread Julian Andres Klode
Fixed in upstream release 1.4.5. Now we only need to wait for it to sync
:)

** Description changed:

  [Impact]
  If the last alternative(s) of an Or group is ignored, because it does
  not match an architecture list, we would end up keeping the or flag,
  effectively making the next AND an OR.
  
  For example, when parsing (on amd64):
  
  debhelper (>= 9), libnacl-dev [amd64] | libnacl-dev [i386]
   => debhelper (>= 9), libnacl-dev |
  
  Which can cause python-apt to crash.
  
  Even worse:
  
   debhelper (>= 9), libnacl-dev [amd64] | libnacl-dev [i386], foobar
    => debhelper (>= 9), libnacl-dev [amd64] | foobar
  
  [Test case]
- TODO
+ On amd64:
+ 
+ cat > segv.dsc  << EOF
+ Format: 3.0 (native)
+ Source: foobar
+ Binary: foobar
+ Architecture: all
+ Version: 1
+ Maintainer: Joe Sixpack 
+ Build-Depends: build-essential [amd64] | build-essential [fancy]
+ Standards-Version: 3.9.8
+ EOF
+ cat > failure.dsc  << EOF
+ Format: 3.0 (native)
+ Source: foobar
+ Binary: foobar
+ Architecture: all
+ Version: 1
+ Maintainer: Joe Sixpack 
+ Build-Depends: build-essential [amd64] | build-essential [fancy], 
a-non-existing-package
+ Standards-Version: 3.9.8
+ EOF
+ 
+ 
+ (1) apt-get build-dep -s ./segv.dsc should succeed instead of crash
+ (2) apt-get build-dep -s ./failure.dsc should complain about "Depends: 
a-non-existing-package but it is not installable" instead of succeeding.
  
  [Regression Potential]
  apt-get build-dep and friends can now fail where they succeeded previously 
for packages that employ architecture-limited alternatives in their build 
depends, as in the second example given above, because now additional packages 
need to be installed (which is correct, though).
  
  [Other info]
  By setting the previous alternatives Or flag to the current Or flag
  if the current alternative is ignored, we solve the issue.

** Description changed:

  [Impact]
  If the last alternative(s) of an Or group is ignored, because it does
  not match an architecture list, we would end up keeping the or flag,
  effectively making the next AND an OR.
  
  For example, when parsing (on amd64):
  
  debhelper (>= 9), libnacl-dev [amd64] | libnacl-dev [i386]
   => debhelper (>= 9), libnacl-dev |
  
  Which can cause python-apt to crash.
  
  Even worse:
  
   debhelper (>= 9), libnacl-dev [amd64] | libnacl-dev [i386], foobar
    => debhelper (>= 9), libnacl-dev [amd64] | foobar
  
  [Test case]
  On amd64:
  
  cat > segv.dsc  << EOF
  Format: 3.0 (native)
  Source: foobar
  Binary: foobar
  Architecture: all
  Version: 1
  Maintainer: Joe Sixpack 
  Build-Depends: build-essential [amd64] | build-essential [fancy]
  Standards-Version: 3.9.8
  EOF
  cat > failure.dsc  << EOF
  Format: 3.0 (native)
  Source: foobar
  Binary: foobar
  Architecture: all
  Version: 1
  Maintainer: Joe Sixpack 
  Build-Depends: build-essential [amd64] | build-essential [fancy], 
a-non-existing-package
  Standards-Version: 3.9.8
  EOF
  
- 
  (1) apt-get build-dep -s ./segv.dsc should succeed instead of crash
  (2) apt-get build-dep -s ./failure.dsc should complain about "Depends: 
a-non-existing-package but it is not installable" instead of succeeding.
+ 
+ This is the same test as run by CI and autopkgtests, so if they pass the
+ tests passed. You can also run apt-get build-dep -s dq for a real life
+ example that should not segfault.
  
  [Regression Potential]
  apt-get build-dep and friends can now fail where they succeeded previously 
for packages that employ architecture-limited alternatives in their build 
depends, as in the second example given above, because now additional packages 
need to be installed (which is correct, though).
  
  [Other info]
  By setting the previous alternatives Or flag to the current Or flag
  if the current alternative is ignored, we solve the issue.

** Description changed:

  [Impact]
  If the last alternative(s) of an Or group is ignored, because it does
  not match an architecture list, we would end up keeping the or flag,
  effectively making the next AND an OR.
  
  For example, when parsing (on amd64):
  
  debhelper (>= 9), libnacl-dev [amd64] | libnacl-dev [i386]
   => debhelper (>= 9), libnacl-dev |
  
- Which can cause python-apt to crash.
+ Which can cause python-apt and apt-get build-dep to crash.
  
  Even worse:
  
   debhelper (>= 9), libnacl-dev [amd64] | libnacl-dev [i386], foobar
    => debhelper (>= 9), libnacl-dev [amd64] | foobar
  
  [Test case]
  On amd64:
  
  cat > segv.dsc  << EOF
  Format: 3.0 (native)
  Source: foobar
  Binary: foobar
  Architecture: all
  Version: 1
  Maintainer: Joe Sixpack 
  Build-Depends: build-essential [amd64] | build-essential [fancy]
  Standards-Version: 3.9.8
  EOF
  cat > failure.dsc  << EOF
  Format: 3.0 (native)
  Source: foobar
  Binary: foobar
  Architecture: all
  Version: 1
  Maintainer: Joe Sixpack 
  

[Bug 1694697] Re: build-depends keeps OR flag if end of or group is ignored

2017-05-31 Thread Julian Andres Klode
** Changed in: apt (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/1694697

Title:
  build-depends keeps OR flag if end of or group is ignored

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

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


[Bug 1694706] [NEW] Anjuta crashes whenever I open .ui file. I made new project with Python and happens everytime.

2017-05-31 Thread Adam Kadmani
Public bug reported:

I've just opened my first anjuta project and casually there were 3 
repositories, the bin, the ui, and the project itself. The bin and the project 
repos open up and work fine, but whenever I try to open up the .UI file, it 
pauses for a while and then anjuta goes dark. After a good 5 seconds of that, 
it fades away and closes.
1) Anjuta version: 2:3.18.2-1
2) Ubuntu version: Ubuntu 16.04.2 LTS
3) Open empty ui panel
4) Anjuta pauses and goes dark, fades away and crashes after.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: anjuta 2:3.18.2-1
ProcVersionSignature: Ubuntu 4.8.0-51.54~16.04.1-generic 4.8.17
Uname: Linux 4.8.0-51-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.5
Architecture: amd64
CurrentDesktop: Unity
Date: Wed May 31 15:40:52 2017
InstallationDate: Installed on 2017-05-11 (19 days ago)
InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
SourcePackage: anjuta
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: anjuta (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/1694706

Title:
  Anjuta crashes whenever I open .ui file. I made new project with
  Python and happens everytime.

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

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


[Bug 1687220] Re: Banshee crash on import

2017-05-31 Thread Thomas Cougnard
Not directly related to the bug, but as a workaround, I was able to
"import" music by copying it into the location of the media library and
re-analyse it.

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

Title:
  Banshee crash on import

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

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


[Bug 1687220] Re: Banshee crash on import

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

** Changed in: banshee (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/1687220

Title:
  Banshee crash on import

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

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


[Bug 1614789] Re: zfs.target should not require zfs-share.service

2017-05-31 Thread Colin Ian King
I've testing this with the -proposed zfstools-linux 0.6.5.6-0ubuntu17
with 5 separate reboots and the zfs mounts work on each boot now, where
as without the fix they didn't mount.  So it looks fixed to me.

** Tags added: verification-done

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

Title:
  zfs.target should not require zfs-share.service

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

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


[Bug 1693962] starmie-kernel (arm64) - tests ran: 10, failed: 1

2017-05-31 Thread Brad Figg
tests ran:  10, failed: 1;
  
http://kernel.ubuntu.com/testing/4.11.0-5.10-generic/starmie-kernel__4.11.0-5.10__2017-05-31_11-21-00/results-index.html

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

Title:
  linux: 4.11.0-5.10 -proposed tracker

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

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


[Bug 1672819] Re: exec'ing a setuid binary from a threaded program sometimes fails to setuid

2017-05-31 Thread Colin Ian King
** Changed in: linux (Ubuntu Yakkety)
 Assignee: (unassigned) => Colin Ian King (colin-king)

** Changed in: linux (Ubuntu Zesty)
 Assignee: (unassigned) => Colin Ian King (colin-king)

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

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

Title:
  exec'ing a setuid binary from a threaded program sometimes fails to
  setuid

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

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


[Bug 1694697] Re: build-depends keeps OR flag if end of or group is ignored

2017-05-31 Thread Julian Andres Klode
This also causes crashes in python-apt due to a off-by-one error in size
checking there, see 1694702

** Description changed:

+ [Impact]
  If the last alternative(s) of an Or group is ignored, because it does
  not match an architecture list, we would end up keeping the or flag,
  effectively making the next AND an OR.
  
  For example, when parsing (on amd64):
  
- debhelper (>= 9), libnacl-dev [amd64] | libnacl-dev [i386]
-  => debhelper (>= 9), libnacl-dev |
+ debhelper (>= 9), libnacl-dev [amd64] | libnacl-dev [i386]
+  => debhelper (>= 9), libnacl-dev |
  
  Which can cause python-apt to crash.
  
  Even worse:
  
-  debhelper (>= 9), libnacl-dev [amd64] | libnacl-dev [i386], foobar
-   => debhelper (>= 9), libnacl-dev [amd64] | foobar
+  debhelper (>= 9), libnacl-dev [amd64] | libnacl-dev [i386], foobar
+   => debhelper (>= 9), libnacl-dev [amd64] | foobar
  
+ [Test case]
+ TODO
+ 
+ [Regression Potential]
+ apt-get build-dep and friends can now fail where they succeeded previously 
for packages that employ architecture-limited alternatives in their build 
depends, as in the second example given above, because now additional packages 
need to be installed (which is correct, though).
+ 
+ [Other info]
  By setting the previous alternatives Or flag to the current Or flag
  if the current alternative is ignored, we solve 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/1694697

Title:
  build-depends keeps OR flag if end of or group is ignored

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

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

[Bug 1694702] [NEW] off-by-one error when translating source records build depends

2017-05-31 Thread Julian Andres Klode
Public bug reported:

[Impact]
Out-of-bounds read in an array, causing segmentation fault

[Testcase]
On amd64:

python3-dbg -c 'import apt, apt_pkg; sr=apt_pkg.SourceRecords();
sr.lookup("dq"); print(sr.build_depends)'

crashes.

[Regression potential]
This is a simple off-by-one fix. There really should be no regressions, but if 
there were, only for people using SourceRecords.build_depends - the list could 
now be shorter (depending on memory).

diff --git a/python/pkgsrcrecords.cc b/python/pkgsrcrecords.cc
index 9ca21c5a..77b490cb 100644
--- a/python/pkgsrcrecords.cc
+++ b/python/pkgsrcrecords.cc
@@ -220,7 +220,7 @@ static PyObject *PkgSrcRecordsGetBuildDepends(PyObject 
*Self,void*) {
bd[i].Version.c_str(), pkgCache::CompType(bd[i].Op));
PyList_Append(OrGroup, v);
Py_DECREF(v);
-   if (pkgCache::Dep::Or != (bd[i].Op & pkgCache::Dep::Or) || i == 
bd.size())
+   if (pkgCache::Dep::Or != (bd[i].Op & pkgCache::Dep::Or) || i + 1 >= 
bd.size())
   break;
 i++;
  }

** Affects: python-apt (Ubuntu)
 Importance: High
 Status: In Progress

** Changed in: python-apt (Ubuntu)
   Status: New => In Progress

** Changed in: python-apt (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/1694702

Title:
  off-by-one error when translating source records build depends

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

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


[Bug 1694702] Re: off-by-one error when translating source records build depends

2017-05-31 Thread Julian Andres Klode
The underlying problem is caused by bug 1694697 actually, but this is
still a bug on its own.

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

Title:
  off-by-one error when translating source records build depends

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

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


[Bug 1694705] [NEW] package mysql-server-5.7 5.7.18-0ubuntu0.16.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-05-31 Thread ahmed
Public bug reported:

Errors were encountered while processing:
 mysql-server-5.7
 mysql-server
N: Ignoring file '20auto-upgrades.ucf-dist' in directory '/etc/apt/apt.conf.d/' 
as it has an invalid filename extension
E: Sub-process /usr/bin/dpkg returned an error code (1)

aeltaib@aeltaib-PC:~$ mysql -u root -p
Enter password: 
ERROR 2002 (HY000): Can't connect to local MySQL server through socket 
'/var/run/mysqld/mysqld.sock' (2)

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: mysql-server-5.7 5.7.18-0ubuntu0.16.04.1
ProcVersionSignature: Ubuntu 4.8.0-53.56~16.04.1-generic 4.8.17
Uname: Linux 4.8.0-53-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.6
Architecture: amd64
Date: Wed May 31 14:30:34 2017
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationDate: Installed on 2017-05-30 (0 days ago)
InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
Logs.var.log.daemon.log:
 
MySQLConf.etc.mysql.conf.d.mysql.cnf: [mysql]
MySQLConf.etc.mysql.conf.d.mysqldump.cnf:
 [mysqldump]
 quick
 quote-names
 max_allowed_packet = 16M
MySQLConf.etc.mysql.mysql.conf.d.mysqld_safe_syslog.cnf:
 [mysqld_safe]
 syslog
MySQLVarLibDirListing: ['ibdata1', 'performance_schema', 'ib_logfile0', 
'ib_buffer_pool', 'mysql', 'ib_logfile1', 'debian-5.7.flag', 'sys', 'auto.cnf']
ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-4.8.0-53-generic 
root=UUID=c702a83e-870c-4bbf-8fb6-f39b496b52c9 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.2
 apt  1.2.20
SourcePackage: mysql-5.7
Title: package mysql-server-5.7 5.7.18-0ubuntu0.16.04.1 failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: mysql-5.7 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apparmor apport-package need-duplicate-check xenial

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

Title:
  package mysql-server-5.7 5.7.18-0ubuntu0.16.04.1 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/mysql-5.7/+bug/1694705/+subscriptions

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


[Bug 170185] Re: Support for copy/paste with system clipboard

2017-05-31 Thread username132
Perhaps I should also add that I'm using Windows 10 and 7.

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

Title:
  Support for copy/paste with system clipboard

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

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


[Bug 170185] Re: Support for copy/paste with system clipboard

2017-05-31 Thread username132
I don't think this is fixed. It's 2017 and 0.92.1 is out and pasting a
screenshot from the clipboard does nothing (returns "Nothing on the
clipboard").

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

Title:
  Support for copy/paste with system clipboard

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

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


[Bug 1694675] Re: r8169:fix "rtl_counters_cond == 1 (loop: 1000, delay: 10)" log spam.

2017-05-31 Thread Seyeong Kim
with above commit, only fix r8169 :06:00.0 enp6s0: rtl_counters_cond
== 1 (loop: 1000, delay: 10).

still remain below error msg and no connectivity recovered

May 31 12:18:34 mnode01 kernel: [  400.762398] r8169 :06:00.0 enp6s0: 
rtl_chipcmd_cond == 1 (loop: 100, delay: 100).
May 31 12:18:34 mnode01 kernel: [  400.783646] r8169 :06:00.0 enp6s0: link 
up

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

Title:
  r8169:fix "rtl_counters_cond == 1 (loop: 1000, delay: 10)" log spam.

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

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


[Bug 1694697] [NEW] build-depends keeps OR flag if end of or group is ignored

2017-05-31 Thread Julian Andres Klode
Public bug reported:

[Impact]
If the last alternative(s) of an Or group is ignored, because it does
not match an architecture list, we would end up keeping the or flag,
effectively making the next AND an OR.

For example, when parsing (on amd64):

debhelper (>= 9), libnacl-dev [amd64] | libnacl-dev [i386]
 => debhelper (>= 9), libnacl-dev |

Which can cause python-apt to crash.

Even worse:

 debhelper (>= 9), libnacl-dev [amd64] | libnacl-dev [i386], foobar
  => debhelper (>= 9), libnacl-dev [amd64] | foobar

[Test case]
TODO

[Regression Potential]
apt-get build-dep and friends can now fail where they succeeded previously for 
packages that employ architecture-limited alternatives in their build depends, 
as in the second example given above, because now additional packages need to 
be installed (which is correct, though).

[Other info]
By setting the previous alternatives Or flag to the current Or flag
if the current alternative is ignored, we solve the issue.

** Affects: apt (Ubuntu)
 Importance: High
 Status: In Progress

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

** Changed in: apt (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/1694697

Title:
  build-depends keeps OR flag if end of or group is ignored

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

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

[Bug 1684731] Re: zfs-share.service: Failed at step EXEC spawning /usr/bin/rm: No such file or directory

2017-05-31 Thread Launchpad Bug Tracker
This bug was fixed in the package zfs-linux - 0.6.5.9-5ubuntu6

---
zfs-linux (0.6.5.9-5ubuntu6) artful; urgency=medium

  * Fix incorrect path to rm in zfs-share.service.in (LP: #1684731)

 -- Colin Ian King   Mon, 22 May 2017 17:13:44
+0100

** Changed in: zfs-linux (Ubuntu Artful)
   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/1684731

Title:
  zfs-share.service: Failed at step EXEC spawning /usr/bin/rm: No such
  file or directory

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

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


[Bug 1694675] Re: r8169:fix "rtl_counters_cond == 1 (loop: 1000, delay: 10)" log spam.

2017-05-31 Thread Seyeong Kim
reproducer

pm-suspend
resume server
see bunch of msgs

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

Title:
  r8169:fix "rtl_counters_cond == 1 (loop: 1000, delay: 10)" log spam.

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

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


[Bug 1694695] [NEW] lightdm greeter not working while in docking station

2017-05-31 Thread Karl W.
Public bug reported:

I'm running a clean install of Xubuntu 16.04 on a Thinkpad X230 and a
docking station.

Whenever the login screen comes up -- after booting, by locking the
screen, waking up from standby -- as long as I'm plugged into the
docking station, the laptop display and all connected monitors just show
a blinking underscore and start flickering. It seems like they are
endlessly switching resolutions.

I can immediately resolve the issue for the moment by releasing the
laptop from the dock -- the greeter pops up and I can login normally.
After login, everything works as expected, including multiple monitors
etc.

I understand that all relevant logs are added to this bug automatically,
let me know if anything's missing!

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: lightdm 1.18.3-0ubuntu1.1
ProcVersionSignature: Ubuntu 4.8.0-52.55~16.04.1-generic 4.8.17
Uname: Linux 4.8.0-52-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.5
Architecture: amd64
CurrentDesktop: XFCE
Date: Wed May 31 14:05:16 2017
EcryptfsInUse: Yes
InstallationDate: Installed on 2017-05-14 (16 days ago)
InstallationMedia: Xubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 (20170215)
LightdmDisplayLog:
 (II) AIGLX: Suspending AIGLX clients for VT switch
 (II) AIGLX: Suspending AIGLX clients for VT switch
SourcePackage: lightdm
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug xenial

** Description changed:

- I'm running a clean install of Xubuntu 17.04 on a Thinkpad X230 and a
+ I'm running a clean install of Xubuntu 16.04 on a Thinkpad X230 and a
  docking station.
  
  Whenever the login screen comes up -- after booting, by locking the
  screen, waking up from standby -- as long as I'm plugged into the
  docking station, the laptop display and all connected monitors just show
  a blinking underscore and start flickering. It seems like they are
  endlessly switching resolutions.
  
  I can immediately resolve the issue for the moment by releasing the
  laptop from the dock -- the greeter pops up and I can login normally.
  After login, everything works as expected, including multiple monitors
  etc.
  
  I understand that all relevant logs are added to this bug automatically,
  let me know if anything's missing!
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: lightdm 1.18.3-0ubuntu1.1
  ProcVersionSignature: Ubuntu 4.8.0-52.55~16.04.1-generic 4.8.17
  Uname: Linux 4.8.0-52-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Wed May 31 14:05:16 2017
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2017-05-14 (16 days ago)
  InstallationMedia: Xubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215)
  LightdmDisplayLog:
-  (II) AIGLX: Suspending AIGLX clients for VT switch
-  (II) AIGLX: Suspending AIGLX clients for VT switch
+  (II) AIGLX: Suspending AIGLX clients for VT switch
+  (II) AIGLX: Suspending AIGLX clients for VT switch
  SourcePackage: lightdm
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  lightdm greeter not working while in docking station

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

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

[Bug 1694547] Re: Microcode SW errors since Bios upgraded to 1.4.17 - Dell XPS 13

2017-05-31 Thread s.illes79
Bug reported here:
https://bugzilla.kernel.org/show_bug.cgi?id=195945

** Bug watch added: Linux Kernel Bug Tracker #195945
   https://bugzilla.kernel.org/show_bug.cgi?id=195945

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

Title:
  Microcode SW errors since Bios upgraded to 1.4.17 - Dell XPS 13

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

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


[Bug 1693930] Re: python-apt complains even if trusted=yes in sources.list

2017-05-31 Thread Julian Andres Klode
trusted only changes the behaviour when downloading packages and stuff.
You probably want allow-weak, allow-insecure. Though I do not recommend
it, I'm not sure why you are doing this.

** Package changed: python-apt (Ubuntu) => apt (Ubuntu)

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

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

Title:
  python-apt complains even if trusted=yes in sources.list

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

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


[Bug 1589240] Re: Gnome on-screen keyboard doesn't appear when a text field is focused

2017-05-31 Thread Jeremy Bicha
Thank you for taking the time to help make Ubuntu better, Riccardo!

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

Title:
  Gnome on-screen keyboard doesn't appear when a text field is focused

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

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


[Bug 1693897] Re: It seems like sometimes 'archive' can't be found for a package

2017-05-31 Thread Julian Andres Klode
I suggest you have a look at apt-cache policy and the release files and
see what they they about archive/suite, etc.

** Package changed: python-apt (Ubuntu) => apt (Ubuntu)

** Changed in: apt (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/1693897

Title:
  It seems like sometimes 'archive' can't be found for a package

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

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


[Bug 1694692] [NEW] Some GTK apps have empty window on the kernel 4.11.3

2017-05-31 Thread Artem V L
Public bug reported:

After the kernel update on Linux Ubuntu 16.04 x64 from 4.11.2 to 4.11.3 some 
GUI apps become broken, the visual image is attached.
For example, geary email app has empty GUI window and the following log:

$ grep gear /var/log/syslog
May 31 13:02:58 A2XLab gnome-session[3212]: (geary:3533): Gtk-CRITICAL **: 
gtk_widget_event: assertion 'WIDGET_REALIZED_FOR_EVENT (widget, event)' failed
May 31 13:02:59 A2XLab gnome-session[3212]: (geary:3533): Gtk-CRITICAL **: 
gtk_widget_event: assertion 'WIDGET_REALIZED_FOR_EVENT (widget, event)' failed
May 31 13:04:21 A2XLab gnome-session[3212]: (gnome-software:3523): As-WARNING 
**: failed to rescan: Failed to parse 
/usr/share/applications/geary.desktop.dpkg-new file: cannot process file of 
type text/plain
May 31 13:04:21 A2XLab gnome-session[3212]: (gnome-software:3523): As-WARNING 
**: failed to rescan: Failed to parse 
/usr/share/applications/geary.desktop.dpkg-tmp file: cannot process file of 
type text/plain
May 31 13:04:21 A2XLab gnome-session[3212]: (gnome-software:3523): As-WARNING 
**: failed to rescan: Failed to parse 
/usr/share/applications/geary-autostart.desktop.dpkg-new file: cannot process 
file of type text/plain
May 31 13:04:21 A2XLab gnome-session[3212]: (gnome-software:3523): As-WARNING 
**: failed to rescan: Failed to parse 
/usr/share/applications/geary-autostart.desktop.dpkg-tmp file: cannot process 
file of type text/plain
May 31 13:04:21 A2XLab gnome-session[3212]: (gnome-software:3523): As-WARNING 
**: failed to rescan: Failed to parse /usr/share/applications/geary.desktop 
file: cannot process file of type application/x-desktop
May 31 13:04:21 A2XLab gnome-session[3212]: (gnome-software:3523): As-WARNING 
**: failed to rescan: Failed to parse 
/usr/share/applications/geary-autostart.desktop file: cannot process file of 
type application/x-desktop
May 31 13:05:51 A2XLab gnome-session[3212]: (gnome-software:3523): As-WARNING 
**: failed to rescan: Failed to parse 
/usr/share/applications/geary.desktop.dpkg-new file: cannot process file of 
type text/plain
May 31 13:05:51 A2XLab gnome-session[3212]: (gnome-software:3523): As-WARNING 
**: failed to rescan: Failed to parse 
/usr/share/applications/geary-autostart.desktop.dpkg-new file: cannot process 
file of type text/plain
May 31 13:05:51 A2XLab gnome-session[3212]: (gnome-software:3523): As-WARNING 
**: failed to rescan: Failed to parse /usr/share/applications/geary.desktop 
file: cannot process file of type application/x-desktop
May 31 13:05:51 A2XLab gnome-session[3212]: (gnome-software:3523): As-WARNING 
**: failed to rescan: Failed to parse 
/usr/share/applications/geary-autostart.desktop file: cannot process file of 
type application/x-desktop
May 31 13:08:46 A2XLab gnome-session[3212]: (gnome-software:3523): As-WARNING 
**: failed to rescan: Failed to parse 
/usr/share/applications/geary.desktop.dpkg-new file: cannot process file of 
type text/plain
May 31 13:08:46 A2XLab gnome-session[3212]: (gnome-software:3523): As-WARNING 
**: failed to rescan: Failed to parse 
/usr/share/applications/geary-autostart.desktop.dpkg-new file: cannot process 
file of type text/plain
May 31 13:08:47 A2XLab gnome-session[3212]: (gnome-software:3523): As-WARNING 
**: failed to rescan: Failed to parse /usr/share/applications/geary.desktop 
file: cannot process file of type application/x-desktop
May 31 13:08:47 A2XLab gnome-session[3212]: (gnome-software:3523): As-WARNING 
**: failed to rescan: Failed to parse 
/usr/share/applications/geary-autostart.desktop file: cannot process file of 
type application/x-desktop
May 31 13:12:10 A2XLab gnome-session[3212]: (geary:3533): Gtk-CRITICAL **: 
gtk_widget_event: assertion 'WIDGET_REALIZED_FOR_EVENT (widget, event)' failed
May 31 13:21:51 A2XLab gnome-session[3212]: (geary:3533): Gtk-CRITICAL **: 
gtk_widget_event: assertion 'WIDGET_REALIZED_FOR_EVENT (widget, event)' failed

Updating the Geary itself from the Ubuntu-default version 0.10 to 0.11 did not 
fixed the issue.
Most of other apps works fine.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xorg (not installed)
Uname: Linux 4.11.3-041103-generic x86_64
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.1-0ubuntu2.6
Architecture: amd64
BootLog:
 
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
Date: Wed May 31 13:13:14 2017
DistUpgraded: 2016-09-11 19:36:31,920 DEBUG Running PostInstallScript: 
'./xorg_fix_proprietary.py'
DistroCodename: xenial
DistroVariant: ubuntu
EcryptfsInUse: Yes
GraphicsCard:
 Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] (rev 
0b) (prog-if 00 [VGA controller])
   Subsystem: Lenovo Haswell-ULT Integrated Graphics Controller [17aa:2218]
InstallationDate: Installed on 2014-10-25 (948 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release 

[Bug 1589240] Re: Gnome on-screen keyboard doesn't appear when a text field is focused

2017-05-31 Thread Riccardo Maffei
Tested the new package from -proposed and fixes the bug.
Package version: 3.18.5-0ubuntu0.3.
Release: xenial (Ubuntu Gnome 16.04.2).

I'll restore "verification-needed" tag for other releases.

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

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

Title:
  Gnome on-screen keyboard doesn't appear when a text field is focused

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

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


[Bug 1691247] Re: linux-azure: 4.10.0-1005.5 -proposed tracker

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

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

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

Title:
  linux-azure: 4.10.0-1005.5 -proposed tracker

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

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


[Bug 1694159] Re: Complete libvirt migration to Debian style packaging (dependencies, conffiles)

2017-05-31 Thread ChristianEhrhardt
The rm_conffile was also working manually but not on the upgrade itself.

So I was running with DPDK_DEBUG=1 for dpkg-maintscrip-helper in the real 
upgrades:
 
Preparing to unpack .../libvirt-bin_2.5.0-3ubuntu5~cloud0_amd64.deb ...
Unpacking libvirt-bin (2.5.0-3ubuntu5~cloud0) over (1.3.1-1ubuntu10.10) ...
[...]
Selecting previously unselected package libvirt-daemon-system.
Preparing to unpack .../libvirt-daemon-system_2.5.0-3ubuntu5~cloud0_amd64.deb 
...
DEBUG: dpkg-maintscript-helper: Executing /usr/bin/dpkg-maintscript-helper 
mv_conffile in preinst of libvirt-daemon-system
DEBUG: dpkg-maintscript-helper: CONFFILE=/etc/default/libvirt-bin -> 
/etc/default/libvirtd PACKAGE=libvirt-bin LASTVERSION=1.3.3-2 ACTION=install 
PARAM=

Look at the PARAM= argument.
Since libvirt-daemon-system is new it has no old version.
That is why all the commands fail on the real upgrade.

That sounds more than ever like the squid change we had linked above, 
implementing that and 
 adding the missed rm_conffiles for a test.

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

Title:
  Complete libvirt migration to Debian style packaging (dependencies,
  conffiles)

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

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


[Bug 18250] Re: file-rollers progress bar does not indicate progress

2017-05-31 Thread Krzysztof
Still doesn't work. I'm unpacking multi volume archive with 13 files 2gb
each. I near to the finish but progress bar is still at the beginning.
The number of files to unpack is also frozen at 11919 but using
Properties option in Thunar I see that 10602 files are already unpacked.

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

Title:
  file-rollers progress bar does not indicate progress

To manage notifications about this bug go to:
https://bugs.launchpad.net/file-roller/+bug/18250/+subscriptions

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


[Bug 1691369] Re: Zesty update to 4.10.16 stable release

2017-05-31 Thread Thadeu Lima de Souza Cascardo
** 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/1691369

Title:
  Zesty update to 4.10.16 stable release

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

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


[Bug 1589240] Re: Gnome on-screen keyboard doesn't appear when a text field is focused

2017-05-31 Thread Riccardo Maffei
** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  Gnome on-screen keyboard doesn't appear when a text field is focused

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

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


[Bug 1674838] Re: kernel BUG at /build/linux-7LGLH_/linux-4.10.0/include/linux/swapops.h:129

2017-05-31 Thread Walter Garcia-Fontes
I've seen this bug in the scenario described in comment #218. In my
case, there was always a frozen Firefox around, but all the other
processes running in the system where also reacting slowly or frozen.

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

Title:
  kernel BUG at /build/linux-
  7LGLH_/linux-4.10.0/include/linux/swapops.h:129

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

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


[Bug 1614789] Re: zfs.target should not require zfs-share.service

2017-05-31 Thread Colin Ian King
** Description changed:

+ == SRU Xenial ==
+ 
+ [Justification]
+ 
  Currently package zfsutils-linux contains systemd target file 
/lib/systemd/system/zfs.target that specifies following dependencies:
  Requires=zfs-mount.service
  Requires=zfs-share.service
  Wants=zed.service
  
  zfs-share.service is not essential in setups where file sharing is not
  used, or when it is configured without the use of the zfs utility. The
  user may therefore choose to mask this service. However, doing so has an
  unexpected and confusing effect, preventing zfs from starting on boot at
  all. This is because zfs.target is the only zfs-related unit that is
  wanted by multi-user.target, and if one of its required services is
  masked, zfs.target is skipped, together with zfs-mount.service. A
  solution is to replace "Requires=zfs-share.service" with "Wants=zfs-
  share.service".
  
+ [Testcase]
  Steps to reproduce:
  systemctl mask zfs-share.service
  reboot
  
  Expected results:
  Module zfs is loaded
  zfs-mount.service is active and ZFS filesystems are mounted
  ZFS filesystems are not shared
  
  Observed results:
  Module zfs is not loaded
  ZFS filesystems are not mounted
  zpool status produces an error:
  "The ZFS modules are not loaded.
  Try running '/sbin/modprobe zfs' as root to load them."
  
+ With the fix, the modules are loaded and zfs filesystems are mounted
+ 
+ [Fix]
+ A solution is to replace "Requires=zfs-share.service" with 
"Wants=zfs-share.service".
+ 
+ [Regression Potential]
+ Minimal, this affects the start up of a service that should be starting and 
currently isn't. Limited to just this specific scenario.
+ 
+ -
+ 
+ 
  $ lsb_release -rd
  Description:Ubuntu 16.04.1 LTS
  Release:16.04
  
  $ apt-cache policy zfsutils-linux
  zfsutils-linux:
-   Installed: 0.6.5.6-0ubuntu10
+   Installed: 0.6.5.6-0ubuntu10

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

Title:
  zfs.target should not require zfs-share.service

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

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

[Bug 1694496] Re: ubuntu/i915: incompatible pointer types

2017-05-31 Thread Joseph Salisbury
** Changed in: linux (Ubuntu)
   Importance: Undecided => Medium

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

** Tags added: kernel-da-key

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

Title:
  ubuntu/i915: incompatible pointer types

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

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


[Bug 1614789] Re: zfs.target should not require zfs-share.service

2017-05-31 Thread Andy Whitcroft
Hello Maciej, or anyone else affected,

Accepted zfs-linux into xenial-proposed. The package will build now and
be available at https://launchpad.net/ubuntu/+source/zfs-
linux/0.6.5.6-0ubuntu17 in a few hours, and then in the -proposed
repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

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

Title:
  zfs.target should not require zfs-share.service

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

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


[Bug 1684731] Re: zfs-share.service: Failed at step EXEC spawning /usr/bin/rm: No such file or directory

2017-05-31 Thread Colin Ian King
** Description changed:

+ == SRU Xenial, Yakkety, Zesty ==
+ 
+ [Justification]
+ The path to rm is incorrect and hence it won't remove the /etc/dfs/sharetab
+ 
+ [Fix]
+ Set correct path, use /bin/rm and not /usr/bin/rm
+ 
+ [Test Case]
+ Without the fix, /etc/dfs/sharetab is not removed. With the fix, it is 
removed.  To test, touch /etc/dfs/sharetab and it should be removed on startup 
of the zfs share service.
+ 
+ [Regression Potenial]
+ Minimal, this affects the removal of a file that should be fixed. The only 
regression risk is if somebody is depending on this file, which they should not 
be doing so.
+ 
  wrong `rm` path on /lib/systemd/system/zfs-share.service
  
- ExecStartPre=-/usr/bin/rm -f /etc/dfs/sharetab
+ ExecStartPre=-/usr/bin/rm -f /etc/dfs/sharetab
  
  there is no file such /usr/bin/rm

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

Title:
  zfs-share.service: Failed at step EXEC spawning /usr/bin/rm: No such
  file or directory

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

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

[Bug 1684731] Please test proposed package

2017-05-31 Thread Andy Whitcroft
Hello Sung, or anyone else affected,

Accepted zfs-linux into yakkety-proposed. The package will build now and
be available at https://launchpad.net/ubuntu/+source/zfs-
linux/0.6.5.8-0ubuntu4.3 in a few hours, and then in the -proposed
repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: zfs-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/1684731

Title:
  zfs-share.service: Failed at step EXEC spawning /usr/bin/rm: No such
  file or directory

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

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


[Bug 1694528] Re: Problem with updating the kernel

2017-05-31 Thread Joseph Salisbury
You may need to run the following from a terminal:

sudo apt-get install -f
sudo apt-get clean
sudo apt-get update

Then re-install the package or updates.

If that does not resolve your issue, please mark the bug as "Confirmed"

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

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

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

Title:
  Problem with updating the kernel

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

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


[Bug 1684731] Re: zfs-share.service: Failed at step EXEC spawning /usr/bin/rm: No such file or directory

2017-05-31 Thread Andy Whitcroft
Hello Sung, or anyone else affected,

Accepted zfs-linux into zesty-proposed. The package will build now and
be available at https://launchpad.net/ubuntu/+source/zfs-
linux/0.6.5.9-5ubuntu4.1 in a few hours, and then in the -proposed
repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

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

** Changed in: zfs-linux (Ubuntu Yakkety)
   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/1684731

Title:
  zfs-share.service: Failed at step EXEC spawning /usr/bin/rm: No such
  file or directory

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

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


[Bug 1684731] Please test proposed package

2017-05-31 Thread Andy Whitcroft
Hello Sung, or anyone else affected,

Accepted zfs-linux into xenial-proposed. The package will build now and
be available at https://launchpad.net/ubuntu/+source/zfs-
linux/0.6.5.6-0ubuntu17 in a few hours, and then in the -proposed
repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

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

Title:
  zfs-share.service: Failed at step EXEC spawning /usr/bin/rm: No such
  file or directory

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

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


[Bug 1694665] Re: No audio output through HDMI/DP/mDP ports in Dell WD15 and TB15 docking stations

2017-05-31 Thread Joseph Salisbury
Did this issue start happening after an update/upgrade?  Was there a
prior kernel version where you were not having this particular problem?

Would it be possible for you to test the latest upstream kernel? Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v4.12 kernel[0].

If this bug is fixed in the mainline kernel, please add the following
tag 'kernel-fixed-upstream'.

If the mainline kernel does not fix this bug, please add the tag:
'kernel-bug-exists-upstream'.

Once testing of the upstream kernel is complete, please mark this bug as
"Confirmed".


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.12-rc3

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

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

Title:
  No audio output through HDMI/DP/mDP ports in Dell WD15 and TB15
  docking stations

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

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


[Bug 1694583] Re: package linux-image-4.10.0-21-generic (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 128

2017-05-31 Thread Joseph Salisbury
You may need to run the following from a terminal:

sudo apt-get install -f
sudo apt-get clean
sudo apt-get update

Then re-install the package or updates.

If that does not resolve your issue, please mark the bug as "Confirmed"

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

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

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

Title:
  package linux-image-4.10.0-21-generic (not installed) failed to
  install/upgrade: subprocess new pre-installation script returned error
  exit status 128

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

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


[Bug 1694561] Re: kernel panic attempting to boot kernel 4.12-rc3

2017-05-31 Thread Joseph Salisbury
This issue appears to be an upstream bug, since you tested the latest
upstream kernel. Would it be possible for you to open an upstream bug
report[0]? That will allow the upstream Developers to examine the issue,
and may provide a quicker resolution to the bug.

Please follow the instructions on the wiki page[0]. The first step is to
email the appropriate mailing list. If no response is received, then a
bug may be opened on bugzilla.kernel.org.

Once this bug is reported upstream, please add the tag: 'kernel-bug-
reported-upstream'.

[0] https://wiki.ubuntu.com/Bugs/Upstream/kernel

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

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

** Tags added: kernel-da-key

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

Title:
  kernel panic attempting to boot kernel 4.12-rc3

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

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


[Bug 1694590] Re: package linux-image-4.10.0-22-generic (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 128

2017-05-31 Thread Joseph Salisbury
You may need to run the following from a terminal:

sudo apt-get install -f
sudo apt-get clean
sudo apt-get update

Then re-install the package or updates.

If that does not resolve your issue, please mark the bug as "Confirmed"

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

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

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

Title:
  package linux-image-4.10.0-22-generic (not installed) failed to
  install/upgrade: subprocess new pre-installation script returned error
  exit status 128

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

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


[Bug 1079544] Re: ACPI Error: SMBus or IPMI write requires Buffer of length 66, found length 32

2017-05-31 Thread Alroger Filho
Thanks, #18 solved it for me.

HP ProLiant DL380e Gen8
P73
08/02/2014

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

Title:
  ACPI Error: SMBus or IPMI write requires Buffer of length 66, found
  length 32

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

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


[Bug 1690498] Re: Upgrade Redpine WLAN/BT driver to ver. 1.2.RC9

2017-05-31 Thread Thadeu Lima de Souza Cascardo
** 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/1690498

Title:
  Upgrade Redpine WLAN/BT driver to ver. 1.2.RC9

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

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


[Bug 1690362] Re: Exar usb-serial doesn't restore baud rate after resume from S3/S4

2017-05-31 Thread Thadeu Lima de Souza Cascardo
** 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/1690362

Title:
  Exar usb-serial doesn't restore baud rate after resume from S3/S4

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

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


[Bug 1672819] Re: exec'ing a setuid binary from a threaded program sometimes fails to setuid

2017-05-31 Thread Thadeu Lima de Souza Cascardo
** Changed in: linux (Ubuntu Xenial)
   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/1672819

Title:
  exec'ing a setuid binary from a threaded program sometimes fails to
  setuid

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

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


[Bug 1694670] Re: package linux-image-4.8.0-53-generic (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 128

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

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

Title:
  package linux-image-4.8.0-53-generic (not installed) failed to
  install/upgrade: subprocess new pre-installation script returned error
  exit status 128

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

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


[Bug 1690310] Re: st_pressure, st_accel IIO drivers fail to detect sensors after reloading kernel modules

2017-05-31 Thread Thadeu Lima de Souza Cascardo
** 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/1690310

Title:
  st_pressure, st_accel IIO drivers fail to detect sensors after
  reloading kernel modules

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

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


[Bug 1680030] Re: Snap plugin for gnome-software misses self tests

2017-05-31 Thread Bug Watch Updater
** Changed in: gnome-software
   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/1680030

Title:
  Snap plugin for gnome-software misses self tests

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

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


[Bug 1682871] Re: attempts to rename vlans / vlans have addr_assign_type of 0 on kernel 4.4

2017-05-31 Thread Thadeu Lima de Souza Cascardo
** Changed in: linux (Ubuntu Xenial)
   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/1682871

Title:
  attempts to rename vlans / vlans have addr_assign_type of 0 on kernel
  4.4

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

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


[Bug 1690854] Re: walinuxagent 2.2.12

2017-05-31 Thread Launchpad Bug Tracker
This bug was fixed in the package walinuxagent - 2.2.12-0ubuntu1

---
walinuxagent (2.2.12-0ubuntu1) artful; urgency=medium

  * New upstream release (LP: #1690854).
- Refreshed debian/patches/disable_import_test.patch.

 -- Łukasz 'sil2100' Zemczak   Thu, 18 May
2017 19:58:02 +0200

** Changed in: walinuxagent (Ubuntu)
   Status: In Progress => Fix Released

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

Title:
  walinuxagent 2.2.12

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

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

[Bug 1577197] Re: Pulseaudio bluez5-util.c: TryAcquire() failed - Operation Not Authorized

2017-05-31 Thread Frandeboeuf Nicolas
For those interested, my bug is
https://bugs.freedesktop.org/show_bug.cgi?id=92102

** Bug watch added: freedesktop.org Bugzilla #92102
   https://bugs.freedesktop.org/show_bug.cgi?id=92102

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

Title:
  Pulseaudio bluez5-util.c: TryAcquire() failed  - Operation Not
  Authorized

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

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


[Bug 1515288] Re: Thunderbird attachment from Samba share won't send

2017-05-31 Thread M
Also happens to me with TB 52 on Linux Mint Cinnamon 17.3.

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

Title:
  Thunderbird attachment from Samba share won't send

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mozilla-thunderbird/+bug/1515288/+subscriptions

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


[Bug 1690412] Re: powerpc/powernv: Introduce address translation services for Nvlink2

2017-05-31 Thread Thadeu Lima de Souza Cascardo
** 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/1690412

Title:
  powerpc/powernv: Introduce address translation services for Nvlink2

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

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


[Bug 1685792] Re: Offlined CPUs of a core fail to come up online on POWER9 DD1 (Ubuntu 17.04)

2017-05-31 Thread Thadeu Lima de Souza Cascardo
** 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/1685792

Title:
  Offlined CPUs of a core fail to come up online on POWER9 DD1 (Ubuntu
  17.04)

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

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


[Bug 1690854] Please test proposed package

2017-05-31 Thread Andy Whitcroft
Hello Daniel, or anyone else affected,

Accepted walinuxagent into trusty-proposed. The package will build now
and be available at
https://launchpad.net/ubuntu/+source/walinuxagent/2.2.12-0ubuntu1~14.04.1
in a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

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

Title:
  walinuxagent 2.2.12

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

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


[Bug 1672819] Re: exec'ing a setuid binary from a threaded program sometimes fails to setuid

2017-05-31 Thread Thadeu Lima de Souza Cascardo
** Changed in: linux (Ubuntu Zesty)
   Status: New => Fix Committed

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

Title:
  exec'ing a setuid binary from a threaded program sometimes fails to
  setuid

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

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


[Bug 1684731] Re: zfs-share.service: Failed at step EXEC spawning /usr/bin/rm: No such file or directory

2017-05-31 Thread Colin Ian King
** Also affects: zfs-linux (Ubuntu Xenial)
   Importance: Undecided
   Status: New

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

** Also affects: zfs-linux (Ubuntu Artful)
   Importance: High
 Assignee: Colin Ian King (colin-king)
   Status: Incomplete

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

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

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

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

** Changed in: zfs-linux (Ubuntu Xenial)
 Assignee: (unassigned) => Colin Ian King (colin-king)

** Changed in: zfs-linux (Ubuntu Yakkety)
 Assignee: (unassigned) => Colin Ian King (colin-king)

** Changed in: zfs-linux (Ubuntu Zesty)
 Assignee: (unassigned) => Colin Ian King (colin-king)

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

Title:
  zfs-share.service: Failed at step EXEC spawning /usr/bin/rm: No such
  file or directory

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

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


[Bug 1690854] Please test proposed package

2017-05-31 Thread Andy Whitcroft
Hello Daniel, or anyone else affected,

Accepted walinuxagent into xenial-proposed. The package will build now
and be available at
https://launchpad.net/ubuntu/+source/walinuxagent/2.2.12-0ubuntu1~16.04.1
in a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

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

Title:
  walinuxagent 2.2.12

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

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


[Bug 1690854] Please test proposed package

2017-05-31 Thread Andy Whitcroft
Hello Daniel, or anyone else affected,

Accepted walinuxagent into yakkety-proposed. The package will build now
and be available at
https://launchpad.net/ubuntu/+source/walinuxagent/2.2.12-0ubuntu1~16.10.1
in a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: walinuxagent (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/1690854

Title:
  walinuxagent 2.2.12

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

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


[Bug 1690854] Re: walinuxagent 2.2.12

2017-05-31 Thread Andy Whitcroft
Hello Daniel, or anyone else affected,

Accepted walinuxagent into zesty-proposed. The package will build now
and be available at
https://launchpad.net/ubuntu/+source/walinuxagent/2.2.12-0ubuntu1~17.04.1
in a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

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

** Changed in: walinuxagent (Ubuntu Yakkety)
   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/1690854

Title:
  walinuxagent 2.2.12

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

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


[Bug 1694680] [NEW] Extremely slow printing of pdf file made from a powerpoint with background

2017-05-31 Thread Rodolfo
Public bug reported:

Hello. I've had this problems for years (Since Ubuntu 10.04) and I
decided now to write about it. I have a few files that come from
Powerpoint and saved into PDF. Those files have a background with some
patterns/vectors/whatever that make the printing extremely slow.
Processing of each of this pages takes several minutes.

You can find the file here:
https://www.dropbox.com/s/6rzee0q3nszbpd5/PPT%20with%20background.pdf?dl=0

Im using the following driver: HP Color LaserJet 9500 pcl3, hpcups
3.16.11. Using a Gutenprint driver seems to fix the issue. However.
There are other several documents that have problems with Gutenprint,
therefore, I would prefer to keep the HP driver and try with some
different workaround.

The command I'm using to print is:
lp -d printer -o fit-to-page -o media=Letter -o number-up=4 -o page-border=none 
-o number-up-layout=btlr -o sides=two-sided-short-edge 
"/home/ubuntu/filename.pdf"

I hope we can find the bug. I've find several similar problems and no
solution yet.

Thanks!

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

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

Title:
  Extremely slow printing of pdf file made from a powerpoint with
  background

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

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


[Bug 1691477] Re: Hardware transaction memory corruption

2017-05-31 Thread Thadeu Lima de Souza Cascardo
** 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/1691477

Title:
  Hardware transaction memory corruption

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

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


[Bug 1690914] Re: [Regression] NUMA_BALANCING disabled on arm64

2017-05-31 Thread Thadeu Lima de Souza Cascardo
** 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/1690914

Title:
  [Regression] NUMA_BALANCING disabled on arm64

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

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


[Bug 1694680] Re: Extremely slow printing of pdf file made from a powerpoint with background

2017-05-31 Thread Rodolfo
I forgot to add that I'm using now Ubuntu 16.04

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

Title:
  Extremely slow printing of pdf file made from a powerpoint with
  background

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

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


[Bug 1674838] Re: kernel BUG at /build/linux-7LGLH_/linux-4.10.0/include/linux/swapops.h:129

2017-05-31 Thread dlgandalf
It's strange that I hit this at least once every two days, but server has been 
working for weeks now. 
Is there already a description of what common scenarios are when this bug is 
hit, i.e., is it already reproducible?

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

Title:
  kernel BUG at /build/linux-
  7LGLH_/linux-4.10.0/include/linux/swapops.h:129

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

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


[Bug 1690380] Re: "Cannot open log file '/var/log/nagios3/nagios.log' for reading" error from nagios web UI when view alert history etc.

2017-05-31 Thread Jeremy Green
Not fixed by this:

https://launchpad.net/ubuntu/+source/nagios3/3.5.1.dfsg-2.1ubuntu1.2

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

Title:
  "Cannot open log file '/var/log/nagios3/nagios.log' for reading" error
  from nagios web UI when view alert history etc.

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

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


[Bug 1694675] Re: r8169:fix "rtl_counters_cond == 1 (loop: 1000, delay: 10)" log spam.

2017-05-31 Thread Seyeong Kim
after installing below kernel, this symptom is gone.

Linux version 4.8.0-53-generic (buildd@lgw01-56) (gcc version 5.4.0
20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) ) #56~16.04.1-Ubuntu SMP Tue
May 16 01:18:56 UTC 2017 (Ubuntu 4.8.0-53.56~16.04.1-generic 4.8.17)

ubuntu-yakkety kernel has above commit

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

Title:
  r8169:fix "rtl_counters_cond == 1 (loop: 1000, delay: 10)" log spam.

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

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


[Bug 1694675] [NEW] r8169:fix "rtl_counters_cond == 1 (loop: 1000, delay: 10)" log spam.

2017-05-31 Thread Seyeong Kim
Public bug reported:

a lot of err msgs in kern.log

and network connection keep changing in and out

please refer to below msgs

Linux version 4.4.0-78-generic (buildd@lgw01-11) (gcc version 5.4.0
20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) ) #99-Ubuntu SMP Thu Apr 27
15:29:09 UTC 2017 (Ubuntu 4.4.0-78.99-generic 4.4.62)


May 31 09:22:44 mnode01 kernel: [  361.994034] r8169 :06:00.0 enp6s0: 
rtl_chipcmd_cond == 1 (loop: 100, delay: 100).
May 31 09:22:44 mnode01 kernel: [  361.994093] r8169 :06:00.0 enp6s0: link 
up
May 31 09:23:02 mnode01 kernel: [  379.994504] r8169 :06:00.0 enp6s0: 
rtl_chipcmd_cond == 1 (loop: 100, delay: 100).
May 31 09:23:02 mnode01 kernel: [  379.994564] r8169 :06:00.0 enp6s0: link 
up
May 31 09:23:10 mnode01 kernel: [  388.154990] r8169 :06:00.0 enp6s0: 
rtl_counters_cond == 1 (loop: 1000, delay: 10).
May 31 09:23:10 mnode01 kernel: [  388.167721] r8169 :06:00.0 enp6s0: 
rtl_counters_cond == 1 (loop: 1000, delay: 10).
May 31 09:23:12 mnode01 kernel: [  389.948606] r8169 :06:00.0 enp6s0: 
rtl_counters_cond == 1 (loop: 1000, delay: 10).
May 31 09:23:12 mnode01 kernel: [  389.961218] r8169 :06:00.0 enp6s0: 
rtl_counters_cond == 1 (loop: 1000, delay: 10).
May 31 09:23:20 mnode01 kernel: [  398.002922] r8169 :06:00.0 enp6s0: 
rtl_chipcmd_cond == 1 (loop: 100, delay: 100).
May 31 09:23:20 mnode01 kernel: [  398.002978] r8169 :06:00.0 enp6s0: link 
up
May 31 09:23:32 mnode01 kernel: [  409.995280] r8169 :06:00.0 enp6s0: 
rtl_chipcmd_cond == 1 (loop: 100, delay: 100).
May 31 09:23:32 mnode01 kernel: [  409.995337] r8169 :06:00.0 enp6s0: link 
up
May 31 09:23:44 mnode01 kernel: [  421.995590] r8169 :06:00.0 enp6s0: 
rtl_chipcmd_cond == 1 (loop: 100, delay: 100).
May 31 09:23:44 mnode01 kernel: [  421.995649] r8169 :06:00.0 enp6s0: link 
up
May 31 09:23:56 mnode01 kernel: [  433.04] r8169 :06:00.0 enp6s0: 
rtl_chipcmd_cond == 1 (loop: 100, delay: 100).
May 31 09:23:56 mnode01 kernel: [  433.65] r8169 :06:00.0 enp6s0: link 
up
May 31 09:24:08 mnode01 kernel: [  446.000178] r8169 :06:00.0 enp6s0: 
rtl_chipcmd_cond == 1 (loop: 100, delay: 100).
May 31 09:24:08 mnode01 kernel: [  446.000227] r8169 :06:00.0 enp6s0: link 
up
May 31 09:24:20 mnode01 kernel: [  458.004472] r8169 :06:00.0 enp6s0: 
rtl_chipcmd_cond == 1 (loop: 100, delay: 100).
May 31 09:24:20 mnode01 kernel: [  458.004532] r8169 :06:00.0 enp6s0: link 
up
May 31 09:24:31 mnode01 kernel: [  469.033314] r8169 :06:00.0 enp6s0: 
rtl_counters_cond == 1 (loop: 1000, delay: 10).
May 31 09:24:31 mnode01 kernel: [  469.046073] r8169 :06:00.0 enp6s0: 
rtl_counters_cond == 1 (loop: 1000, delay: 10).
May 31 09:24:31 mnode01 kernel: [  469.058512] r8169 :06:00.0 enp6s0: 
rtl_counters_cond == 1 (loop: 1000, delay: 10).
May 31 09:24:32 mnode01 kernel: [  470.000793] r8169 :06:00.0 enp6s0: 
rtl_chipcmd_cond == 1 (loop: 100, delay: 100).
May 31 09:24:32 mnode01 kernel: [  470.000851] r8169 :06:00.0 enp6s0: link 
up
May 31 09:24:44 mnode01 kernel: [  481.997147] r8169 :06:00.0 enp6s0: 
rtl_chipcmd_cond == 1 (loop: 100, delay: 100).
May 31 09:24:44 mnode01 kernel: [  481.997206] r8169 :06:00.0 enp6s0: link 
up
May 31 09:24:56 mnode01 kernel: [  494.001403] r8169 :06:00.0 enp6s0: 
rtl_chipcmd_cond == 1 (loop: 100, delay: 100).
May 31 09:24:56 mnode01 kernel: [  494.001453] r8169 :06:00.0 enp6s0: link 
up
May 31 09:25:08 mnode01 kernel: [  505.997768] r8169 :06:00.0 enp6s0: 
rtl_chipcmd_cond == 1 (loop: 100, delay: 100).
May 31 09:25:08 mnode01 kernel: [  505.997826] r8169 :06:00.0 enp6s0: link 
up
May 31 09:25:20 mnode01 kernel: [  518.002082] r8169 :06:00.0 enp6s0: 
rtl_chipcmd_cond == 1 (loop: 100, delay: 100).
May 31 09:25:20 mnode01 kernel: [  518.002141] r8169 :06:00.0 enp6s0: link 
up
May 31 09:25:32 mnode01 kernel: [  530.002331] r8169 :06:00.0 enp6s0: 
rtl_chipcmd_cond == 1 (loop: 100, delay: 100).
May 31 09:25:32 mnode01 kernel: [  530.002379] r8169 :06:00.0 enp6s0: link 
up
May 31 09:25:38 mnode01 kernel: [  536.588896] SGI XFS with ACLs, security 
attributes, realtime, no debug enabled
May 31 09:25:39 mnode01 kernel: [  536.637037] JFS: nTxBlock = 8192, nTxLock = 
65536
May 31 09:25:39 mnode01 kernel: [  536.712978] ntfs: driver 2.1.32 [Flags: R/O 
MODULE].
May 31 09:25:39 mnode01 kernel: [  536.790129] QNX4 filesystem 0.2.3 registered.
May 31 09:25:39 mnode01 kernel: [  536.948239] raid6: sse2x1   gen()  5682 MB/s
May 31 09:25:39 mnode01 kernel: [  537.016233] raid6: sse2x1   xor()  5613 MB/s
May 31 09:25:39 mnode01 kernel: [  537.084236] raid6: sse2x2   gen() 10905 MB/s
May 31 09:25:39 mnode01 kernel: [  537.152234] raid6: sse2x2   xor()  8848 MB/s
May 31 09:25:39 mnode01 kernel: [  537.220235] raid6: sse2x4   gen() 14157 MB/s
May 31 09:25:39 mnode01 kernel: [  537.288240] raid6: sse2x4   xor() 10597 MB/s
May 31 09:25:39 mnode01 kernel: [  537.288241] raid6: using algorithm sse2x4 
gen() 14157 

[Bug 1614789] Re: zfs.target should not require zfs-share.service

2017-05-31 Thread Colin Ian King
I was wrong, just Xenial requires this fix.

** No longer affects: zfs-linux (Ubuntu Yakkety)

** Changed in: zfs-linux (Ubuntu Xenial)
   Status: New => In Progress

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

Title:
  zfs.target should not require zfs-share.service

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

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


[Bug 1694670] [NEW] package linux-image-4.8.0-53-generic (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 128

2017-05-31 Thread peterbankers
Public bug reported:

not sure whether this is a new bug ... but there has been a system
problem ever since I installed ubuntu on this machine

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: linux-image-4.8.0-53-generic (not installed)
ProcVersionSignature: Ubuntu 4.8.0-52.55~16.04.1-generic 4.8.17
Uname: Linux 4.8.0-52-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.6
Architecture: amd64
Date: Wed May 31 11:10:47 2017
ErrorMessage: subprocess new pre-installation script returned error exit status 
128
InstallationDate: Installed on 2017-05-22 (8 days ago)
InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.2
 apt  1.2.20
SourcePackage: linux-hwe
Title: package linux-image-4.8.0-53-generic (not installed) failed to 
install/upgrade: subprocess new pre-installation script returned error exit 
status 128
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package need-duplicate-check xenial

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

Title:
  package linux-image-4.8.0-53-generic (not installed) failed to
  install/upgrade: subprocess new pre-installation script returned error
  exit status 128

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

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


[Bug 1694665] Missing required logs.

2017-05-31 Thread Brad Figg
This bug is missing log files that will aid in diagnosing the problem.
>From a terminal window please run:

apport-collect 1694665

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

Title:
  No audio output through HDMI/DP/mDP ports in Dell WD15 and TB15
  docking stations

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

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


[Bug 1577197] Re: Pulseaudio bluez5-util.c: TryAcquire() failed - Operation Not Authorized

2017-05-31 Thread coyote
Hello Daniel,

have the same issue after returning from suspend with my bluetooth a2dp
compatible headset.

See /var/log/syslog attached, please.

** Attachment added: "log"
   
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1577197/+attachment/4886707/+files/log

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

Title:
  Pulseaudio bluez5-util.c: TryAcquire() failed  - Operation Not
  Authorized

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

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


[Bug 1690380] Re: "Cannot open log file '/var/log/nagios3/nagios.log' for reading" error from nagios web UI when view alert history etc.

2017-05-31 Thread Jeremy Green
This describes how this was fixed in nagios 4.3.0 upstream:

https://github.com/NagiosEnterprises/nagioscore/issues/303#issuecomment-305149033

** Bug watch added: github.com/NagiosEnterprises/nagioscore/issues #303
   https://github.com/NagiosEnterprises/nagioscore/issues/303

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

Title:
  "Cannot open log file '/var/log/nagios3/nagios.log' for reading" error
  from nagios web UI when view alert history etc.

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

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


[Bug 1694665] [NEW] No audio output through HDMI/DP/mDP ports in Dell WD15 and TB15 docking stations

2017-05-31 Thread Chih-Hsyuan Ho
Public bug reported:

With Ubuntu 16.04, there is no audio (output) interface shows up in
Sound settings when connecting an audio capable monitors to the HDMI,
mDP and DP ports in Dell WD15 and TB15 docking stations.

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

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

Title:
  No audio output through HDMI/DP/mDP ports in Dell WD15 and TB15
  docking stations

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

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


[Bug 1539896] Re: [enhancement] Support Vulkan

2017-05-31 Thread Daniel van Vugt
** Changed in: mir
Milestone: 0.28.0 => None

** Changed in: mir
   Status: In Progress => Triaged

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

Title:
  [enhancement] Support Vulkan

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

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


[Bug 1569836] Re: demo server with CanonicalWindowManagerPolicy hides titlebar when vertmaximized

2017-05-31 Thread Daniel van Vugt
** Changed in: mir
Milestone: 0.28.0 => None

** Changed in: mir
   Status: In Progress => Triaged

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

Title:
  demo server with CanonicalWindowManagerPolicy hides titlebar when
  vertmaximized

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

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


[Bug 582007] Re: Docky randomly crashes, usually after my laptop has been suspended

2017-05-31 Thread ^rooker
Sorry, for posting on an old issue, but it seems to be getting worse :(

On 12.04, Docky only used to close/crash when installing new packages.
Since 14.04, it disappears every few minutes.
On 16.04.1, Docky won't even start anymore :(

Docky version (Xubuntu 16.04.1): 2.2.1.1 Release

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

Title:
  Docky randomly crashes, usually after my laptop has been suspended

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

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


[Bug 1598243] Re: Mir does not support multiple GPUs/cards simultaneously

2017-05-31 Thread Daniel van Vugt
** Changed in: mir
Milestone: 0.28.0 => None

** Changed in: mir
   Status: In Progress => Triaged

** No longer affects: canonical-devices-system-image

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

Title:
  Mir does not support multiple GPUs/cards simultaneously

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

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


[Bug 893742] Re: Freemat does not start if there is a file or a directory named Private in the home

2017-05-31 Thread Graham Inggs
** Bug watch added: Debian Bug tracker #863795
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=863795

** Also affects: freemat (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=863795
   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/893742

Title:
  Freemat does not start if there is a file or a directory named Private
  in the home

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

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


<    1   2   3   4   5   6   >