[Bug 1575727] Re: Cloud-init incorrect openstack datasource on dpkg-reconfigure

2016-09-13 Thread Scott Moser
** Also affects: cloud-init (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Changed in: cloud-init (Ubuntu Trusty)
   Status: New => Confirmed

** Changed in: cloud-init (Ubuntu Trusty)
   Importance: Undecided => Low

** Description changed:

+  Begin SRU Template 
+ [Impact] 
+ When re-configuring cloud-init package by running dpkg-reconfigure, the 
OpenStack data source is incorrectly written to the configuration file 
/etc/cloud/cloud.cfg.d/90_dpkg.cfg.
+ 
+ The result is that dpkg-reconfigure and selecting OpenStack results in
+ non-functional openstack datasource.
+ 
+ [Test Case]
+ # launch a container
+ $ lxc launch ubuntu-daily:xenial x1
+ $ lxc exec x1 dpkg-reconfigure cloud-init
+ ## Note that 'OpenStack' is not checked.
+ ## Select OpenStack, hit enter
+ $ lxc exec x1 cat /etc/cloud/cloud.cfg.d/90_dpkg.cfg 
+ # to update this file, run dpkg-reconfigure cloud-init
+ datasource_list: [ NoCloud, ConfigDrive, OpenNebula, Azure, AltCloud, OVF, 
MAAS, GCE, Openstack, CloudSigma, SmartOS, Ec2, CloudStack, None ]
+ 
+ Note, the reconfigured file was written, but contains 'Openstack' (lower
+ case s), when OpenStack is what is needed.
+ 
+ When fixed, this will have 'OpenStack'.
+ 
+ [Regression Potential] 
+ Regression potential would be limited to people running dpkg-reconfigure for 
cloud-init.
+  End SRU Template 
+ 
+ 
  On Ubuntu 14.04 LTS when re-configuring the cloud-init package by
  running dpkg-reconfigure, the OpenStack data source is incorrectly
  written to the configuration file /etc/cloud/cloud.cfg.d/90_dpkg.cfg
  
  From a default install:
  
  datasource_list: [ NoCloud, ConfigDrive, OpenNebula, Azure, AltCloud,
  OVF, MAAS, GCE, OpenStack, CloudSigma, Ec2, CloudStack, SmartOS, None ]
  
  After running dpkg-reconfigure, selecting all options.
  
  datasource_list: [ NoCloud, ConfigDrive, OpenNebula, Azure, AltCloud,
  OVF, MAAS, GCE, Openstack, CloudSigma, Ec2, CloudStack, SmartOS, None ]
  
- 
  Note that it reads "Openstack" instead of "OpenStack".

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

Title:
  Cloud-init incorrect openstack datasource on dpkg-reconfigure

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

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


[Bug 1614309] Comment bridged from LTC Bugzilla

2016-09-13 Thread bugproxy
--- Comment From gmgay...@us.ibm.com 2016-09-13 10:45 EDT---
(In reply to comment #31)
> (In reply to comment #30)
> > You should be testing at least linux 4.4.0-38.57 in proposed.
>
> Hi Tim.
>
> Do you have specific instructions on how to do so for the *install*?  Since
> the netboot image is not using that kernel, the system doesn't make it far
> enough into the install process to pick up a non-install kernel like
> mentioned above.
>
> Thanks

Hi Tim at Canonical,
I'd like to clarify.
This install bug occurs very early in the boot of the install image.  We will 
need a netboot install image with the 4.4.0-38-57, or later, in order to test 
this fix.
Thanks, Gary

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

Title:
  Ubuntu16.10:installation fails on Brazos system (31TB and 192 cores)
  No memory for flatten_device_tree (no room)

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

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


[Bug 1623068] Re: Networkd fails to configure a ethernet network device on a 3.4 kernel

2016-09-13 Thread Martin Pitt
2784  readlinkat(AT_FDCWD, "/sys/devices/virtual/net", 0x40136358, 99) = -1 
EINVAL (Invalid argument)
# plus a few more readlinkat()'s failing the same way
2784  writev(2, [{"enp1s0: Could not set route: Inv"..., 45}, {"\n", 1}], 2) = 
46

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

Title:
  Networkd fails to configure a ethernet network device on a 3.4 kernel

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

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


[Bug 1623068] Re: Networkd fails to configure a ethernet network device on a 3.4 kernel

2016-09-13 Thread Martin Pitt
Just to collect all the info, can you please re-run with

  sudo SYSTEMD_LOG_LEVEL=debug /lib/systemd/systemd-networkd

I assume this is a missing kernel feature (systemd only officially
supports kernels ≤ 2 years old), so we'd need some fallback. Can you
please step through with gdb and figure out which call fails in
particular? I don't immediately see where this comes from --
readlinkat() is only called in some wrapper functions in src/basic/fs-
util.c and copy_tree_at, neither of which are being called by networkd.
So I sugguest to build a debug version with CFLAGS="-g -O0" (from
upstream or the Debian package) and gdb through networkd.

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

Title:
  Networkd fails to configure a ethernet network device on a 3.4 kernel

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

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

[Bug 1622995] Re: /usr/bin/compiz:11:sigc::internal::slot_rep::slot_rep:sigc::internal::typed_slot_rep:sigc::slot1:sigc::slot:unity::launcher::Options::Options

2016-09-13 Thread Treviño
** Changed in: compiz (Ubuntu)
   Status: New => In Progress

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

** Changed in: compiz (Ubuntu)
 Assignee: (unassigned) => Marco Trevisan (Treviño) (3v1n0)

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

Title:
  
/usr/bin/compiz:11:sigc::internal::slot_rep::slot_rep:sigc::internal::typed_slot_rep:sigc::slot1:sigc::slot:unity::launcher::Options::Options

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

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

[Bug 1623073] [NEW] source package build is failing

2016-09-13 Thread Max
Public bug reported:

Trying to build the source package using sbuild is failing with the
following error.

dh_clean
 debian/rules build
gtkdocize --docdir libkmod/docs
autoreconf --force --install --symlink
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
libtoolize: linking file 'build-aux/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: linking file 'm4/libtool.m4'
libtoolize: linking file 'm4/ltoptions.m4'
libtoolize: linking file 'm4/ltsugar.m4'
libtoolize: linking file 'm4/ltversion.m4'
libtoolize: linking file 'm4/lt~obsolete.m4'
configure.ac:13: installing 'build-aux/compile'
configure.ac:19: installing 'build-aux/config.guess'
configure.ac:19: installing 'build-aux/config.sub'
configure.ac:17: installing 'build-aux/install-sh'
configure.ac:17: installing 'build-aux/missing'
Makefile.am: installing 'build-aux/depcomp'
Makefile.am:207: installing 'build-aux/py-compile'
parallel-tests: installing 'build-aux/test-driver'
libkmod/docs/gtk-doc.make:33: error: EXTRA_DIST must be set with '=' before 
using '+='
libkmod/docs/Makefile.am:29:   'libkmod/docs/gtk-doc.make' included from here
autoreconf: automake failed with exit status: 1
debian/rules:60: recipe for target 'configure' failed
make: *** [configure] Error 1
dpkg-buildpackage: error: debian/rules build gave error exit status 2

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

** Attachment added: "buildlog"
   https://bugs.launchpad.net/bugs/1623073/+attachment/4740110/+files/buildlog

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

Title:
  source package build is failing

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

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


[Bug 1615745] Re: package does not include dhcp hook scripts

2016-09-13 Thread Scott Moser
** Description changed:

+  Begin SRU Template 
+ [Impact] 
+ The bug here was that some files where not collected into the cloud-init deb.
+ The result was that the improved support for Azure referenced in changelog as
+ 'Get Azure endpoint server from DHCP client' did not work as desired.
+ 
+ The fix was in packaging to make sure the files are included.
+ 
+ [Test Case]
+ $ lxc launch ubuntu-daily:xenial x1
+ $ lxc exec x1 /bin/bash
+ 
+ Failure could be seen by:
+ $ dpkg -L cloud-init | grep hook- || echo "FAIL: no hook files"
+ 
+ Fix is shown like this:
+ $ dpkg -L cloud-init | grep hook-
+ /etc/NetworkManager/dispatcher.d/hook-network-manager
+ /etc/dhcp/dhclient-exit-hooks.d/hook-dhclient
+ 
+ An additional test of the azure functionality can be done by:
+  a.) launching an ubuntu vm
+  b.) enabling proposed
+  c.) apt-get update && apt-get install cloud-init
+  d.) rm -Rf /var/lib/cloud /var/log/cloud-init*
+  e.) reboot
+  f.) verify files are written in /run
+ 
+ [Regression Potential]
+ Regression potential should be limited to Azure as this path is only taken on 
Azure cloud.
+ 
+  End SRU Template 
+ 
+ 
  A recent azure change added some files to cloud-init.
  Installed from tools/ by setup.py, these are put in the filesystem at
-   ./etc/dhcp/dhclient-exit-hooks.d/hook-dhclient
-   ./etc/NetworkManager/dispatcher.d/hook-network-manager
+   ./etc/dhcp/dhclient-exit-hooks.d/hook-dhclient
+   ./etc/NetworkManager/dispatcher.d/hook-network-manager
  
  They are not currentlypicked up by the ubuntu package 0.7.7-13-g41271bd-
  0ubuntu1
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: cloud-init 0.7.7-13-g41271bd-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-9134.53-generic 4.4.15
  Uname: Linux 4.4.0-9134-generic x86_64
  ApportVersion: 2.20.3-0ubuntu7
  Architecture: amd64
  Date: Mon Aug 22 16:53:55 2016
  PackageArchitecture: all
  ProcEnviron:
-  TERM=xterm-256color
-  PATH=(custom, no user)
+  TERM=xterm-256color
+  PATH=(custom, no user)
  SourcePackage: cloud-init
  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/1615745

Title:
  package does not include dhcp hook scripts

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

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

[Bug 1580981] Re: PKGCONFIG not working in SDK

2016-09-13 Thread Benjamin Zeller
** Changed in: ubuntu-sdk-ide
   Status: New => Fix Released

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

Title:
  PKGCONFIG not working in SDK

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-developer-experience/+bug/1580981/+subscriptions

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


[Bug 1524907] Re: [SRU] Race condition in SIGTERM signal handler

2016-09-13 Thread Edward Hope-Morley
** Patch removed: "lp1524907-trusty-liberty.patch"
   
https://bugs.launchpad.net/oslo.service/+bug/1524907/+attachment/4739992/+files/lp1524907-trusty-liberty.patch

** Patch added: "lp1524907-trusty-liberty.patch"
   
https://bugs.launchpad.net/oslo.service/+bug/1524907/+attachment/4740096/+files/lp1524907-trusty-liberty.patch

** Changed in: cloud-archive/liberty
   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/1524907

Title:
  [SRU] Race condition in SIGTERM signal handler

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

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


[Bug 1621393] Re: xenial64 image (20160907.1.0) has a broken (empty) /etc/resolv.conf

2016-09-13 Thread Mathew Hodson
** Changed in: livecd-rootfs (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/1621393

Title:
  xenial64 image (20160907.1.0) has a broken (empty) /etc/resolv.conf

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

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


[Bug 1623066] [NEW] source package build is failing

2016-09-13 Thread Max
Public bug reported:

Trying to build the source package using sbuild is failing with the
following error.

aclocal-1.15: warning: autoconf input should be named 'configure.ac', not 
'configure.in'
 cd . && automake-1.15 --gnu
automake-1.15: warning: autoconf input should be named 'configure.ac', not 
'configure.in'
configure.in:44: error: required file 'config/compile' not found
configure.in:44:   'automake --add-missing' can install 'compile'
configure.in:22: error: required file 'config/missing' not found
configure.in:22:   'automake --add-missing' can install 'missing'
automake-1.15: warning: autoconf input should be named 'configure.ac', not 
'configure.in'
src/Makefile.am:3: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or 
'*_CPPFLAGS')
src/Makefile.am: error: required file 'config/depcomp' not found
src/Makefile.am:   'automake --add-missing' can install 'depcomp'
tests/Makefile.am:15: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or 
'*_CPPFLAGS')
Makefile:420: recipe for target 'Makefile.in' failed
make[1]: *** [Makefile.in] Error 1
make[1]: Leaving directory '/<>'
/usr/share/cdbs/1/class/makefile.mk:61: recipe for target 
'debian/stamp-makefile-install' failed
make: *** [debian/stamp-makefile-install] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2

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

** Attachment added: "buildlog"
   https://bugs.launchpad.net/bugs/1623066/+attachment/4740097/+files/buildlog

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

Title:
  source package build is failing

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

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


[Bug 1623068] [NEW] Networkd fails to configure a ethernet network device on a 3.4 kernel

2016-09-13 Thread Simon Fels
Public bug reported:

Knowing that a 3.4 based kernel is unsupported we have to get it working
for a specific customer.

Systemd itself boots up nicely already but networkd fails to configure a
network device with the following configuration file in
/etc/systemd/network

$ cat /etc/systemd/network/enp1s0.network 
[Match]
Name=enp1s0

[Network]
DNS=8.8.8.8
Address=192.168.178.30
Gateway=192.168.178.1

This gives the following error messages

$ sudo /lib/systemd/systemd-networkd
Enumeration completed
enp1s0: Could not bring up interface: Invalid argument
enp1s0: Could not set route: Invalid argument

ifupdown or NetworkManager is reliable able to get the same interface up
and configured.

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

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

Title:
  Networkd fails to configure a ethernet network device on a 3.4 kernel

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

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


[Bug 1619061] Re: WebKitWebProcess crashed with signal 5 in _XReply()

2016-09-13 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: webkit2gtk (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/1619061

Title:
  WebKitWebProcess crashed with signal 5 in _XReply()

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

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


[Bug 1622659] Re: package mysql-server-5.7 5.7.13-0ubuntu0.16.04.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-09-13 Thread Mitch Claborn
I guess the determination of bug vs local configuration problem is
rather subjective. I am able to get around the problem by removing
innodb_additional_mem_pool_size from the config file. So from that
perspective it could be viewed as a local problem.

But, innodb_additional_mem_pool_size seems to be a valid parameter in
5.5, at least there are no complaints when I start up a 5.5 system using
that. If 5.5 -> 5.7 is a valid upgrade path, then the upgrade process
should handle an obsolete parameter gracefully.

Let me know if you'd like to see the my.cnf from my 5.5 system.

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

Title:
  package mysql-server-5.7 5.7.13-0ubuntu0.16.04.2 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

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

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


[Bug 1609913] s2lp6g002 (s390x.zKVM) - tests ran: 136, failed: 27

2016-09-13 Thread Brad Figg
tests ran: 136, failed: 27;
  
http://kernel.ubuntu.com/testing/4.6.0-12.14/s2lp6g002__4.6.0-12.14__2016-09-13_14-20-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/1609913

Title:
  linux: 4.6.0-10.12 -proposed tracker

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

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


[Bug 1508643] Re: Build with multiarch support

2016-09-13 Thread Jeremy Bicha
https://launchpad.net/ubuntu/+source/libabw/0.1.1-2ubuntu2

** Changed in: libabw (Ubuntu)
   Status: Triaged => 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/1508643

Title:
  Build with multiarch support

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

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


[Bug 1623068] Re: Networkd fails to configure a ethernet network device on a 3.4 kernel

2016-09-13 Thread Simon Fels
** Attachment added: "systemd-networkd-on-3.4.log"
   
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1623068/+attachment/4740099/+files/systemd-networkd-on-3.4.log

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

Title:
  Networkd fails to configure a ethernet network device on a 3.4 kernel

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

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


[Bug 1508667] Re: Build with multiarch support

2016-09-13 Thread Jeremy Bicha
This bug was fixed in the package libvisio - 0.1.5-3

---
libvisio (0.1.5-3) unstable; urgency=medium

  * [0d35f52] move to Debian LibreOffice Maintainers

 -- Rene Engelhard   Tue, 13 Sep 2016 05:27:40
+0200

libvisio (0.1.5-2) unstable; urgency=medium

  * [9ebbb7e] Build-Depend on tzdata (closes: #837017)
  * [872e04e] multiarchify
  * [8c4a718] bump dh compat to 10
  * [93a2727] fix typo in package description

 -- Rene Engelhard   Mon, 12 Sep 2016 22:09:39 +0200

** Changed in: libvisio (Ubuntu)
   Status: Triaged => 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/1508667

Title:
  Build with multiarch support

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

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


[Bug 1623046] Re: text doesn't fit the button field in low battery notification(spanish)

2016-09-13 Thread Matthew Paul Thomas
** Package changed: indicator-power (Ubuntu) => ubuntu-ui-toolkit
(Ubuntu)

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: New => Triaged

** Description changed:

  Enviroment:
  
  current build number: 187
  device name: frieza
  channel: ubuntu-touch/rc-proposed/bq-aquaris-pd.en
  last update: 2016-09-13 10:09:37
  version version: 187
  version ubuntu: 20160913
  version device: 20160809.0
  version custom: 20160831--42-26-vivid
  
  Preconditions:  > 15% battery life
  
  Steps to reproduce:
  
  1º When battery < 15% you can trigger low battery notification by plug/unplug 
charger
  2º When in Spanish language, check the left button doesn't fit the 
screen(battery settings)
  
  Current result: Left button of low battery notification is bigger than
  button field
  
  Expected result: Text should be inside the button field
  
  Add info: not sure if it happens also in krillin as mine is fully
  charged right now
+ 
+ <http://goo.gl/pNkFp1> (Canonical-only link): “In the unlikely event
+ that a button’s label is too long for its maximum possible width, it
+ should be ellipsized in the middle, and a warning should be logged for
+ the developer’s attention.”

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

Title:
  text doesn't fit the button field in low battery notification(spanish)

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

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

[Bug 1608934] Re: ephemeral/swap disk creation fails for local storage with image type raw/lvm

2016-09-13 Thread Jorge Niedbalski
** Merge proposal linked:
   
https://code.launchpad.net/~niedbalski/ubuntu/+source/nova/+git/nova/+merge/305608

** Merge proposal linked:
   
https://code.launchpad.net/~niedbalski/ubuntu/+source/nova/+git/nova/+merge/305609

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

Title:
  ephemeral/swap disk creation fails for local storage with image type
  raw/lvm

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

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


[Bug 1585084] Re: Volume notification keeps popping up constantly(the notifyosd bubble on top-right corner)

2016-09-13 Thread bpowell
Log file attached.


** Attachment added: "pulseverbose.log"
   
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1585084/+attachment/4740094/+files/pulseverbose.log

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

Title:
  Volume notification keeps popping up constantly(the notifyosd bubble
  on top-right corner)

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

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


[Bug 1615745] Re: package does not include dhcp hook scripts

2016-09-13 Thread Scott Moser
** Also affects: cloud-init (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Changed in: cloud-init (Ubuntu Xenial)
   Status: New => Fix Released

** Changed in: cloud-init (Ubuntu Xenial)
   Status: Fix Released => In Progress

** Changed in: cloud-init (Ubuntu Xenial)
   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/1615745

Title:
  package does not include dhcp hook scripts

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

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


[Bug 1605493] Re: USN-3040-1: MySQL vulnerabilities partially applies to MariaDB too

2016-09-13 Thread Otto Kekäläinen
It seems this 10.0.26 has not yet been uploaded to Xenial. I shall soon
start preparing 10.0.27 due to CVE-2016-6662 (see
https://people.canonical.com/~ubuntu-
security/cve/2016/CVE-2016-6662.html)

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2016-6662

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

Title:
  USN-3040-1: MySQL vulnerabilities partially applies to MariaDB too

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

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


[Bug 1602737] Comment bridged from LTC Bugzilla

2016-09-13 Thread bugproxy
--- Comment From barbara.mun...@de.ibm.com 2016-09-13 10:13 EDT---
Updated to kernel 4.7.0-040700-generic. With the appropriate entry in 
/etc/udev/rules.d/70-persistent-net.rules, the PCI device shows uip renamed.

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

Title:
  PCI RoCE Interface could not be renamed from default name with link
  file

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

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


[Bug 1608934] Re: ephemeral/swap disk creation fails for local storage with image type raw/lvm

2016-09-13 Thread Jorge Niedbalski
** Merge proposal linked:
   
https://code.launchpad.net/~niedbalski/ubuntu/+source/nova/+git/nova/+merge/305605

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

Title:
  ephemeral/swap disk creation fails for local storage with image type
  raw/lvm

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

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


[Bug 1612313] Re: maas datasource needs support for vendor-data

2016-09-13 Thread Scott Moser
** Also affects: cloud-init (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: cloud-init (Ubuntu)
   Status: New => Fix Released

** Changed in: cloud-init (Ubuntu)
   Importance: Undecided => Medium

** Also affects: cloud-init (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Changed in: cloud-init (Ubuntu Xenial)
   Importance: Undecided => Medium

** Changed in: cloud-init (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/1612313

Title:
  maas datasource needs support for vendor-data

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

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


[Bug 1614309] Comment bridged from LTC Bugzilla

2016-09-13 Thread bugproxy
--- Comment From ru...@us.ibm.com 2016-09-13 10:16 EDT---
(In reply to comment #30)
> You should be testing at least linux 4.4.0-38.57 in proposed.

Hi Tim.

Do you have specific instructions on how to do so for the *install*?
Since the netboot image is not using that kernel, the system doesn't
make it far enough into the install process to pick up a non-install
kernel like mentioned above.

Thanks

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

Title:
  Ubuntu16.10:installation fails on Brazos system (31TB and 192 cores)
  No memory for flatten_device_tree (no room)

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

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


[Bug 1618886] Re: unity-gtk-module.service is racy

2016-09-13 Thread Martin Pitt
** Changed in: unity-gtk-module (Ubuntu)
   Status: Triaged => In Progress

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

Title:
  unity-gtk-module.service is racy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-gtk-module/+bug/1618886/+subscriptions

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


[Bug 1622995] Re: /usr/bin/compiz:11:sigc::internal::slot_rep::slot_rep:sigc::internal::typed_slot_rep:sigc::slot1:sigc::slot:unity::launcher::Options::Options

2016-09-13 Thread Launchpad Bug Tracker
** Branch linked: lp:~3v1n0/unity/launcher-options-disconnect

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

Title:
  
/usr/bin/compiz:11:sigc::internal::slot_rep::slot_rep:sigc::internal::typed_slot_rep:sigc::slot1:sigc::slot:unity::launcher::Options::Options

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

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


[Bug 1549680] Re: QtCreator doesn't work with translations any more

2016-09-13 Thread Benjamin Zeller
** Changed in: ubuntu-sdk-ide
   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/1549680

Title:
  QtCreator doesn't work with translations any more

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-developer-experience/+bug/1549680/+subscriptions

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


[Bug 1620934] Re: Qt/QML apps don't render any more (logs say "QEGLPlatformContext: eglMakeCurrent failed: 3001")

2016-09-13 Thread Timo Aaltonen
Without this, if a configuration is, say, available only on GLES2/3, but
not on GLES1, and is rejected by the dri module's bindContext call,
eglMakeCurrent fails with error "EGL_SUCCESS".

In this patch, we set error to EGL_BAD_MATCH, which is what CTS/dEQP
dEQP-EGL.functional.surfaceless_context expect.

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

Title:
  Qt/QML apps don't render any more (logs say "QEGLPlatformContext:
  eglMakeCurrent failed: 3001")

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1620934/+subscriptions

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


[Bug 1620934] Re: Qt/QML apps don't render any more (logs say "QEGLPlatformContext: eglMakeCurrent failed: 3001")

2016-09-13 Thread Timo Aaltonen
Probably caused by

commit de695014eb6c819b050a4f7f2f952c4466047292
Author: Nicolas Boichat 
Date:   Fri Jul 15 16:24:20 2016 +0800

egl/dri2: dri2_make_current: Set EGL error if bindContext fails

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

Title:
  Qt/QML apps don't render any more (logs say "QEGLPlatformContext:
  eglMakeCurrent failed: 3001")

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1620934/+subscriptions

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


[Bug 1242321] Re: USB 3.0 Harddrive not recognised

2016-09-13 Thread Dr. Karl-Heinz Ziessow
Hi,
the same problem her with Asus E200HA, 64bit, Ubuntu Gnome 16.04 LTS.
The harddisk at USB3 works once when connected at startup, but never again when 
disconnected.

SYSTEM INFO
   system E200HA (ASUS-NotebookSKU)
/0 busE200HA
/0/0   memory 64KiB BIOS
/0/a   memory 2GiB Systemspeicher
/0/a/0 memory 2GiB DIMM DDR3 1600 MHz (0,6 ns)
/0/a/1 memory DIMMProject-Id-Version: lshwReport-Msgid-B
/0/11  memory 224KiB L1 Cache
/0/12  memory 2MiB L2 Cache
/0/13  processor  Intel(R) Atom(TM) x5-Z8300  CPU @ 1.44GHz
/0/100 bridge Intel Corporation
/0/100/2   displayIntel Corporation
/0/100/b   genericIntel Corporation
/0/100/14  busIntel Corporation
/0/100/14/0usb1busxHCI Host Controller
/0/100/14/0/1  multimedia USB2.0 VGA UVC WebCam
/0/100/14/0/3  communication  Bluetooth-Schnittstelle
/0/100/14/0/4  input  U+P Mouse
/0/100/14/1usb2busxHCI Host Controller
/0/100/14/1/1  storageExternal USB 3.0
/0/100/1a  genericIntel Corporation
/0/100/1c  bridge Intel Corporation
/0/100/1c/0wlp1s0  networkQualcomm Atheros
/0/100/1f  bridge Intel Corporation


CONNECTION MESSAGES
[  231.291890] usb 2-1: new SuperSpeed USB device number 3 using xhci_hcd
[  231.310300] usb 2-1: New USB device found, idVendor=0480, idProduct=a202
[  231.310324] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  231.310338] usb 2-1: Product: External USB 3.0
[  231.310350] usb 2-1: Manufacturer: TOSHIBA
[  231.310362] usb 2-1: SerialNumber: 20151231001889C
[  231.312379] usb-storage 2-1:1.0: USB Mass Storage device detected
[  231.316046] scsi host0: usb-storage 2-1:1.0
[  253.805170] usb 2-1: Disable of device-initiated U1 failed.
[  258.800433] usb 2-1: Disable of device-initiated U2 failed.
[  258.968598] usb 2-1: reset SuperSpeed USB device number 3 using xhci_hcd

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

Title:
  USB 3.0 Harddrive not recognised

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

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


[Bug 1622958] Re: tasksel --task-packages not working

2016-09-13 Thread Frank Heimes
** Changed in: ubuntu-z-systems
   Status: New => Confirmed

** Changed in: ubuntu-z-systems
 Assignee: (unassigned) => Dimitri John Ledkov (xnox)

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

Title:
  tasksel --task-packages  not working

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

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


[Bug 1622258] Re: Partition creation box during installation is too small

2016-09-13 Thread Launchpad Bug Tracker
** Branch linked: lp:ubiquity

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

Title:
  Partition creation box during installation is too small

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

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


[Bug 1572014] Comment bridged from LTC Bugzilla

2016-09-13 Thread bugproxy
--- Comment From brsri...@in.ibm.com 2016-09-13 09:53 EDT---
Please find the version information below.

root@ubuntu:~# uname -a
Linux ubuntu 4.4.0-9136-generic #55-Ubuntu SMP Fri Aug 26 05:56:24 UTC 2016 
ppc64le ppc64le ppc64le GNU/Linux
root@ubuntu:~# dpkg -l | grep powerpc-utils
ii  powerpc-utils1.3.2-1   
ppc64el  utilities for maintenance of PowerPC platforms (metapackage)

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

Title:
  Ubuntu 16.04: RAS tools like "snap" and "rtas_dump" gives error
  message on Habanero PKVM guest.

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

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


[Bug 1622258] Re: Partition creation box during installation is too small

2016-09-13 Thread Mathieu Trudel-Lapierre
** Changed in: ubiquity (Ubuntu)
   Status: Confirmed => In Progress

** Changed in: ubiquity (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/1622258

Title:
  Partition creation box during installation is too small

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

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


[Bug 1596577] Re: chown: invalid user: ‘root.libvirtd’

2016-09-13 Thread Robie Basak
I fixed this in 0~bzr99-0ubuntu2 (I hope!) but failed to note the bug in
the changelog.

** Changed in: uvtool (Ubuntu)
   Status: Triaged => 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/1596577

Title:
  chown: invalid user: ‘root.libvirtd’

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

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

[Bug 1609913] s2lp6g002 (s390x.zKVM) - tests ran: 32, failed: 32

2016-09-13 Thread Brad Figg
tests ran:  32, failed: 32;
  
http://kernel.ubuntu.com/testing/4.6.0-12.14/s2lp6g002__4.6.0-12.14__2016-09-13_14-01-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/1609913

Title:
  linux: 4.6.0-10.12 -proposed tracker

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

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


[Bug 1609913] s2lp6g002 (s390x.zKVM) - tests ran: 4, failed: 4

2016-09-13 Thread Brad Figg
tests ran:   4, failed: 4;
  
http://kernel.ubuntu.com/testing/4.6.0-10.12/s2lp6g002__4.6.0-10.12__2016-09-13_13-52-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/1609913

Title:
  linux: 4.6.0-10.12 -proposed tracker

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

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


[Bug 1571531] Re: cupsd cause apparmor denials for /etc/ld.so.preload

2016-09-13 Thread Till Kamppeter
OdyX, Jamie, Marc, should we simply allow cupsd accessing
/etc/ld.so.preload? Or are there any security reasons against it? If
there are reasons against it, how can we silence these messages?

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

Title:
  cupsd cause apparmor denials for /etc/ld.so.preload

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

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


[Bug 1298061] Re: nova should allow evacuate for an instance in the Error state

2016-09-13 Thread Liang Chen
** Description changed:

  [Impact]
  
-  * Instances in error state cannot be evacuated.
+  * Instances in error state cannot be evacuated.
  
  [Test Case]
  
-  * nova evacuate  
-  * nova refuses to evacuate the instance because of its state
+  * nova evacuate  
+  * nova refuses to evacuate the instance because of its state
  
  [Regression Potential]
  
-  * None
- 
+  * None
+  * Passed tempest smoke tests locally.
  
  We currently allow reboot/rebuild/rescue for an instance in the Error
  state if the instance has successfully booted at least once.
  
  We should allow "evacuate" as well, since it is essentially a "rebuild"
  on a different compute node.
  
  This would be useful in a number of cases, in particular if an initial
  evacuation attempt fails (putting the instance into the Error state).

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

Title:
  nova should allow evacuate for an instance in the Error state

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

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

[Bug 1532358] Re: flaky autopkgtests cause migration issues

2016-09-13 Thread Launchpad Bug Tracker
** Branch linked: lp:~dobey/unity-scope-click/update-harness-tests

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

Title:
  flaky autopkgtests cause migration issues

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1532358/+subscriptions

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


[Bug 1621098] Re: Create interface for usensord (com.canonical.usensord)

2016-09-13 Thread Jonas G. Drange
** Changed in: snapd (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
  Create interface for usensord (com.canonical.usensord)

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

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


[Bug 1609913] s2lp6g002 (s390x.zKVM) - tests ran: 10, failed: 10

2016-09-13 Thread Brad Figg
tests ran:  10, failed: 10;
  
http://kernel.ubuntu.com/testing/4.6.0-10.12/s2lp6g002__4.6.0-10.12__2016-09-13_13-43-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/1609913

Title:
  linux: 4.6.0-10.12 -proposed tracker

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

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


[Bug 1442105] Re: GPS not working on my BQ Ubuntu Touch

2016-09-13 Thread Thomas Voß
/usr/bin/test_gps is known to segfault and we should totally remove it.

For "Why not gpsd?": It does not support assisted GPS in the way we need
it, nor does it provide any sort of fusioning of network- and satellite-
based positioning ootb. More to this, the NMEA that is reported back
here does not report a position either, all the respective entries are
marked invalid.

Let's focus on the issue at hand.

The bug is marked as incomplete as:

(1.) we fail to reproduce it reliably
(2.) spot something meaningful in the logs that tells us what is going wrong

With that, it would be very helpful if you could provide us with the
information described in the forensics doc:
https://wiki.ubuntu.com/Process/Merges/TestPlan/location-
service#Forensics

If you are fine with switching your image to rw, the output of:

  > sudo apt install ubuntu-location-service-examples
  > sudo GLOG_v=1000 GLOG_logtostderr=1 
/usr/lib/*/ubuntu-location-service/examples/client --bus system

would be very helpful.

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

Title:
  GPS not working on my BQ Ubuntu Touch

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1442105/+subscriptions

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


[Bug 1614309] Re: Ubuntu16.10:installation fails on Brazos system (31TB and 192 cores) No memory for flatten_device_tree (no room)

2016-09-13 Thread Tim Gardner
You should be testing at least linux 4.4.0-38.57 in proposed.

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

Title:
  Ubuntu16.10:installation fails on Brazos system (31TB and 192 cores)
  No memory for flatten_device_tree (no room)

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

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


[Bug 1573338] Re: can't install google chrome browser on ubuntu gnome 16.04

2016-09-13 Thread Graham Inggs
** Package changed: nlpsolver (Ubuntu) => ubuntu

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

Title:
  can't install google chrome browser on ubuntu gnome 16.04

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

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


[Bug 1562385] Re: Crash Annotation GraphicsCriticalError: |[0][GFX1]: Unknown image format 0[GFX1]: Unknown image format 0 Crash Annotation GraphicsCriticalError: |[0][GFX1]: Unknown image format 0|[1

2016-09-13 Thread K1773R
I tried rebuilding the current xenial firefox release (48.0) which
failed (not due to the patch), dont waste your trying tryint to build
version 48.

A xenial build of firefox 47 did work. Attaching for those who want to
use it.

** Attachment added: "firefox 47 build with 2D GFX endianess fix"
   
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1562385/+attachment/4740092/+files/firefox_47.0+build3-0ubuntu3_powerpc.deb

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

Title:
  Crash Annotation GraphicsCriticalError: |[0][GFX1]: Unknown image
  format 0[GFX1]: Unknown image format 0 Crash Annotation
  GraphicsCriticalError: |[0][GFX1]: Unknown image format 0|[1][GFX1]:
  Unknown image format 0[GFX1]: Unknown image format 0

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

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


[Bug 1532358] Re: flaky autopkgtests cause migration issues

2016-09-13 Thread Rodney Dawes
** Changed in: unity-scope-click (Ubuntu)
   Status: Fix Released => In Progress

** Changed in: unity-scopes-shell (Ubuntu)
   Status: Triaged => In Progress

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

Title:
  flaky autopkgtests cause migration issues

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1532358/+subscriptions

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


[Bug 1607920] Re: zfs services fail on firstboot if zfs-utils is integrated into the deployment image

2016-09-13 Thread Eric Desrochers
** Changed in: zfs-linux (Ubuntu)
 Assignee: (unassigned) => Eric Desrochers (slashd)

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

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

** Tags added: sts

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

Title:
  zfs services fail on firstboot if zfs-utils is integrated into the
  deployment image

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

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


[Bug 1591626] Re: Running update-apt-xapian-index -vf ends with error

2016-09-13 Thread QkiZ
Mark that bug affects you, at the top of page.

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

Title:
  Running update-apt-xapian-index -vf ends with error

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

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


[Bug 1532358] Re: flaky autopkgtests cause migration issues

2016-09-13 Thread Marcus Tomlinson
** Branch linked: lp:~marcustomlinson/unity-scopes-shell/relax-harness-
timeouts

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

Title:
  flaky autopkgtests cause migration issues

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1532358/+subscriptions

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


[Bug 1617678] Re: package repo 1.12.32-2 failed to install/upgrade: trying to overwrite '/usr/bin/repo', which is also in package phablet-tools 1.2+16.04.20160317-0ubuntu1

2016-09-13 Thread Robin
** Also affects: git-repo-manifests
   Importance: Undecided
   Status: New

** No longer affects: git-repo-manifests

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

Title:
  package repo 1.12.32-2 failed to install/upgrade: trying to overwrite
  '/usr/bin/repo', which is also in package phablet-tools
  1.2+16.04.20160317-0ubuntu1

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

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


[Bug 1597792] Re: plasmashell high CPU usage (100%+)

2016-09-13 Thread jds
I have the same problem after upgrading from 14.04.

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

Title:
  plasmashell high CPU usage (100%+)

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

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


[Bug 1576449] Re: smbclient 4.3.8-Ubuntu ls Windows 10 cli_list: Error: unable to parse name from info level 260

2016-09-13 Thread Bug Watch Updater
** Changed in: samba (Debian)
   Status: Unknown => New

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

Title:
  smbclient 4.3.8-Ubuntu ls Windows 10 cli_list: Error: unable to parse
  name from info level 260

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

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


[Bug 1623046] [NEW] text doesn't fit the button field in low battery notification(spanish)

2016-09-13 Thread Victor gonzalez
Public bug reported:

Enviroment:

current build number: 187
device name: frieza
channel: ubuntu-touch/rc-proposed/bq-aquaris-pd.en
last update: 2016-09-13 10:09:37
version version: 187
version ubuntu: 20160913
version device: 20160809.0
version custom: 20160831--42-26-vivid

Preconditions:  > 15% battery life

Steps to reproduce:

1º When battery < 15% you can trigger low battery notification by plug/unplug 
charger
2º When in Spanish language, check the left button doesn't fit the 
screen(battery settings)

Current result: Left button of low battery notification is bigger than
button field

Expected result: Text should be inside the button field

Add info: not sure if it happens also in krillin as mine is fully
charged right now

** Affects: indicator-power (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "screenshot20160913_151918295.png"
   
https://bugs.launchpad.net/bugs/1623046/+attachment/4740091/+files/screenshot20160913_151918295.png

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

Title:
  text doesn't fit the button field in low battery notification(spanish)

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

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

[Bug 1618572] Re: apt-key add fails in overlayfs

2016-09-13 Thread Scott Moser
I booted a xenial guest as shown in my comment 10, added -proposed and
rebooted into overlayfs

ubuntu@sm-y1:~$ uname -r
4.4.0-38-generic
ubuntu@sm-y1:~$ dpkg -S /boot/vmlinuz-4.4.0-38-generic 
linux-image-4.4.0-38-generic: /boot/vmlinuz-4.4.0-38-generic

$ grep overlayroot /proc/mounts 
overlayroot / overlayfs 
rw,relatime,lowerdir=/media/root-ro,upperdir=/media/root-rw//overlay,workdir=/media/root-rw//overlay-workdir
 0 0

$ sudo apt-key add my.pubkey
OK


So xenial looks good to me.

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

Title:
  apt-key add fails in overlayfs

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

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


[Bug 1573855] Re: Ubuntu-gnome can't open terminal

2016-09-13 Thread Graham Inggs
** Package changed: nlpsolver (Ubuntu) => gnome-terminal (Ubuntu)

** Changed in: gnome-terminal (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/1573855

Title:
  Ubuntu-gnome can't open terminal

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

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


[Bug 1602724] Re: Ubuntu 16.04 - Full EEH Recovery Support for NVMe devices

2016-09-13 Thread Tim Gardner
https://lists.ubuntu.com/archives/kernel-team/2016-September/079944.html

** Changed in: linux (Ubuntu Xenial)
   Status: Fix Released => 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/1602724

Title:
  Ubuntu 16.04 - Full EEH Recovery Support for NVMe devices

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

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


[Bug 1623043] [NEW] package python-pip 8.1.1-2ubuntu0.1 [modified: usr/bin/pip] failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2016-09-13 Thread William.D.Joshua
*** This bug is a duplicate of bug 1623042 ***
https://bugs.launchpad.net/bugs/1623042

Public bug reported:

i have not more information about this.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: python-pip 8.1.1-2ubuntu0.1 [modified: usr/bin/pip]
ProcVersionSignature: Ubuntu 4.4.0-34.53-generic 4.4.15
Uname: Linux 4.4.0-34-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
Date: Tue Sep 13 20:52:23 2016
ErrorMessage: subprocess new pre-removal script returned error exit status 1
InstallationDate: Installed on 2016-05-26 (109 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.12~ubuntu16.04.1
SourcePackage: python-pip
Title: package python-pip 8.1.1-2ubuntu0.1 [modified: usr/bin/pip] failed to 
install/upgrade: subprocess new pre-removal script returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: python-pip (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package xenial

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

Title:
  package python-pip 8.1.1-2ubuntu0.1 [modified: usr/bin/pip] failed to
  install/upgrade: subprocess new pre-removal script returned error exit
  status 1

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

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


[Bug 1623042] [NEW] package python-pip 8.1.1-2ubuntu0.1 [modified: usr/bin/pip] failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2016-09-13 Thread William.D.Joshua
Public bug reported:

i have not more information about this.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: python-pip 8.1.1-2ubuntu0.1 [modified: usr/bin/pip]
ProcVersionSignature: Ubuntu 4.4.0-34.53-generic 4.4.15
Uname: Linux 4.4.0-34-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
Date: Tue Sep 13 20:52:23 2016
ErrorMessage: subprocess new pre-removal script returned error exit status 1
InstallationDate: Installed on 2016-05-26 (109 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.12~ubuntu16.04.1
SourcePackage: python-pip
Title: package python-pip 8.1.1-2ubuntu0.1 [modified: usr/bin/pip] failed to 
install/upgrade: subprocess new pre-removal script returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: python-pip (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package xenial

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

Title:
  package python-pip 8.1.1-2ubuntu0.1 [modified: usr/bin/pip] failed to
  install/upgrade: subprocess new pre-removal script returned error exit
  status 1

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

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


[Bug 1623043] Re: package python-pip 8.1.1-2ubuntu0.1 [modified: usr/bin/pip] failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2016-09-13 Thread Apport retracing service
*** This bug is a duplicate of bug 1623042 ***
https://bugs.launchpad.net/bugs/1623042

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #1623042, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Tags removed: need-duplicate-check

** This bug has been marked a duplicate of bug 1623042
   package python-pip 8.1.1-2ubuntu0.1 [modified: usr/bin/pip] failed to 
install/upgrade: subprocess new pre-removal script returned error exit status 1

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

Title:
  package python-pip 8.1.1-2ubuntu0.1 [modified: usr/bin/pip] failed to
  install/upgrade: subprocess new pre-removal script returned error exit
  status 1

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

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


[Bug 1623042] Re: package python-pip 8.1.1-2ubuntu0.1 [modified: usr/bin/pip] failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2016-09-13 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package python-pip 8.1.1-2ubuntu0.1 [modified: usr/bin/pip] failed to
  install/upgrade: subprocess new pre-removal script returned error exit
  status 1

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

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


[Bug 1608599] Re: Possible Memory Leak in mate-panel

2016-09-13 Thread Etienne Papegnies
Reported upstream @ https://github.com/mate-desktop/mate-
panel/issues/479

** Bug watch added: github.com/mate-desktop/mate-panel/issues #479
   https://github.com/mate-desktop/mate-panel/issues/479

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

Title:
  Possible Memory Leak in mate-panel

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

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


[Bug 1553575] Re: libreoffice-nlpsolver has undeclared dependency on libreoffice-java-common

2016-09-13 Thread Graham Inggs
*** This bug is a duplicate of bug 910143 ***
https://bugs.launchpad.net/bugs/910143

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

** Also affects: nlpsolver (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=728792
   Importance: Unknown
   Status: Unknown

** This bug has been marked a duplicate of bug 910143
   libreoffice-nlpsolver (0.9~beta1-6) not working

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

Title:
  libreoffice-nlpsolver has undeclared dependency on libreoffice-java-
  common

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

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


[Bug 1608934] Re: ephemeral/swap disk creation fails for local storage with image type raw/lvm

2016-09-13 Thread Jorge Niedbalski
** Changed in: cloud-archive/liberty
 Assignee: (unassigned) => Jorge Niedbalski (niedbalski)

** Changed in: cloud-archive/newton
 Assignee: (unassigned) => Jorge Niedbalski (niedbalski)

** Changed in: cloud-archive/mitaka
 Assignee: (unassigned) => Jorge Niedbalski (niedbalski)

** Changed in: cloud-archive/liberty
   Status: Triaged => In Progress

** Changed in: cloud-archive/newton
   Status: Triaged => In Progress

** Changed in: cloud-archive/mitaka
   Status: Triaged => In Progress

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

Title:
  ephemeral/swap disk creation fails for local storage with image type
  raw/lvm

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

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


[Bug 1573062] Re: memory_stress_ng failing for Power architecture for 16.04

2016-09-13 Thread Joseph Salisbury
** Tags removed: kernel-key

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

Title:
  memory_stress_ng failing for Power architecture for 16.04

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

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


[Bug 1623039] [NEW] linux: 4.6.0-13.15 -proposed tracker

2016-09-13 Thread Brad Figg
Public bug reported:

This bug is for tracking the 4.6.0-13.15 upload package. This bug will
contain status and testing results related to that upload.

For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

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


** Tags: block-proposed kernel-release-tracking-bug yakkety

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

** Tags added: block-proposed

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

** Tags added: yakkety

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

** No longer affects: linux (Ubuntu Yakkety)

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

Title:
  linux: 4.6.0-13.15 -proposed tracker

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

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


[Bug 1621098] Re: Create interface for usensord (com.canonical.usensord)

2016-09-13 Thread Kyle Fazzari
> Doesn't look like go-dbus exposes an introspection interface (sigh)

Off topic, but it does, it just involves a little more work than one
might be used to:

https://github.com/godbus/dbus/blob/master/_examples/server.go#L41

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

Title:
  Create interface for usensord (com.canonical.usensord)

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

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


[Bug 1577455] Re: virtlogd not started automatically with libvirt-bin 1.3.1-1ubuntu10~cloud0

2016-09-13 Thread Scott Moser
** Changed in: libvirt (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/1577455

Title:
  virtlogd not started automatically with libvirt-bin
  1.3.1-1ubuntu10~cloud0

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

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


[Bug 1623032] Re: atril-thumbnailer crashed with SIGSEGV in cairo_image_surface_get_width()

2016-09-13 Thread Apport retracing service
*** This bug is a duplicate of bug 1622463 ***
https://bugs.launchpad.net/bugs/1622463

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #1622463, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Attachment removed: "CoreDump.gz"
   
https://bugs.launchpad.net/bugs/1623032/+attachment/4740051/+files/CoreDump.gz

** Attachment removed: "Disassembly.txt"
   
https://bugs.launchpad.net/bugs/1623032/+attachment/4740053/+files/Disassembly.txt

** Attachment removed: "ProcMaps.txt"
   
https://bugs.launchpad.net/bugs/1623032/+attachment/4740056/+files/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"
   
https://bugs.launchpad.net/bugs/1623032/+attachment/4740057/+files/ProcStatus.txt

** Attachment removed: "Registers.txt"
   
https://bugs.launchpad.net/bugs/1623032/+attachment/4740058/+files/Registers.txt

** Attachment removed: "Stacktrace.txt"
   
https://bugs.launchpad.net/bugs/1623032/+attachment/4740060/+files/Stacktrace.txt

** Attachment removed: "ThreadStacktrace.txt"
   
https://bugs.launchpad.net/bugs/1623032/+attachment/4740061/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of private bug 1622463

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  atril-thumbnailer crashed with SIGSEGV in
  cairo_image_surface_get_width()

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

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


[Bug 1623036] [NEW] Sync krb5 1.14.3+dfsg-2 (main) from Debian unstable (main)

2016-09-13 Thread Sam Hartman
Public bug reported:

Please sync krb5 1.14.3+dfsg-2 (main) from Debian unstable (main)

Explanation of the Ubuntu delta and why it can be dropped:
  * Merge from Debian unstable.  Remaining changes:
- Fix uninitialized variable warning on ppc64el.

A revised version of this patch has been committed and included in the Debian 
release.
In addition, the Debian version includes a critical fix for KDCs running on 
32-bit systems.


Changelog entries since current yakkety version 1.14.3+dfsg-1ubuntu1:

krb5 (1.14.3+dfsg-2) UNRELEASED; urgency=medium

  * Fix gcc -O3, thanks Ben Kaduk/Steve Langasek, Closes: #833798
  * Fix kdb5_util create on 32-bit platforms, thanks Greg Hudson, Closes:
#834035

 -- Sam Hartman   Mon, 05 Sep 2016 21:03:14 -0400

** Affects: krb5 (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/1623036

Title:
  Sync krb5 1.14.3+dfsg-2 (main) from Debian unstable (main)

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

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


Re: [Bug 1592936] Re: Circular symlinks break snapd

2016-09-13 Thread Roberto Alsina
No, sadly it got deleted by accident. Let's close this and if it ever
happens again I'll let you know :-)

On Tue, Sep 13, 2016 at 9:08 AM, Paweł Stołowski <1592...@bugs.launchpad.net
> wrote:

> Hi Roberto. It's very probable that this problem was fixed, but with no
> clear steps for reproducing it's hard to verify. Do you still have this
> snap around and can re-try with the current version of snapd?
>
> ** Changed in: snapd (Ubuntu)
>Status: New => Incomplete
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1592936
>
> Title:
>   Circular symlinks break snapd
>
> Status in snapd package in Ubuntu:
>   Incomplete
>
> Bug description:
>   I seem to have managed to create a snap that contains a circular
>   symlink, and it totally breaks snapd, it cannot be removed, or
>   upgraded.
>
>   Here's an example of what happens:
>
>   $ snap install nikola*snap
>
>   NameVersion  Rev  Developer  Notes
>   nikola  7.7.9x1  -
>   ralsina@clakker:~/canonical/nikola-snap$ snap remove nikola*snap
>   error: cannot remove "nikola_7.7.9_amd64.snap": cannot find snap
> "nikola_7.7.9_amd64.snap"
>   ralsina@clakker:~/canonical/nikola-snap$ snap remove nikola
>
>   error: cannot perform the following tasks:
>   - Remove data for snap "nikola" (lstat /home/ralsina/snap/nikola/x1/
> snap/nikola/x1/snap/[...]/nikola/x1/snap/nikola/x1/snap/nikola/x1/snap/nikola/x1/snap:
> file name too long)
>
>   I have no idea how I caused that, here's the snapcraft.yaml
>
>   name: nikola
>   version: 7.7.9
>   summary: A static website generator
>   description: A static website generator
>   confinement: devmode
>
>   apps:
>   nikola:
>command: usr/bin/nikola
>
>   parts:
>   nikola:
>   plugin: python3
>   source: git://github.com/getnikola/nikola.git
>   requirements: requirements-extras.txt
>   build-packages: [libxml2-dev, libxslt1-dev, zlib1g-dev, cython3,
> libfontconfig1-dev, libfreetype6-dev, libice-dev, libjbig-dev,
> liblcms2-dev, liblzma-dev, libpng12-dev, libjpeg8-dev, gcc]
>
>   I can attach the snap if needed but it's rather large (65MB)
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/
> 1592936/+subscriptions
>

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

Title:
  Circular symlinks break snapd

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

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

Re: [Bug 1620934] Re: Qt/QML apps don't render any more (logs say "QEGLPlatformContext: eglMakeCurrent failed: 3001")

2016-09-13 Thread Daniel d'Andrada
On 13/09/2016 08:49, Gerry Boland wrote:
> Could someone with a problematic system log into Unity7, and for a simple qml 
> file, run:
> QT_XCB_GL_INTEGRATION=xcb_egl qmlscene ~/test.qml
> and see does it fail?

It works fine.

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

Title:
  Qt/QML apps don't render any more (logs say "QEGLPlatformContext:
  eglMakeCurrent failed: 3001")

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1620934/+subscriptions

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


[Bug 1622597] Re: Installation detect an I/O error when using SSHD drive WD

2016-09-13 Thread Bruno Généré
Sorry for the mistake.

I was able to find out that a file was corrupt on my USB key, the key had 
worked before for 4 install, so I was not expecting the issue.
  
After building it again, I was able to install my new PC.

Thanks

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

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

Title:
  Installation detect an I/O error when using SSHD drive WD

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

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


[Bug 1595588] Re: Tons of "log_kioremote: RemoteDirNotify::FilesChanged" errors in ~/.xsession-errors

2016-09-13 Thread Leon
Affects me too.
uname -a gives:
Linux kubuntu-acer 4.4.0-36-generic #55-Ubuntu SMP Thu Aug 11 18:00:59 UTC 2016 
i686 i686 i686 GNU/Linux

in my ~/.xsession-errors there are just two files, that apparently have changed.
But as stated above they are mentioned a lot!! and it does not stop (although 
they do not change).


("/home/leon/file1.log", "/home/leon/data/file1.csv")
()
log_kioremote: RemoteDirNotify::FilesChanged
log_kioremote: RemoteDirNotify::toRemoteURL( 
QUrl("file:///home/leon/file1.log") )
log_kioremote: result => KUrl()
log_kioremote: RemoteDirNotify::toRemoteURL( 
QUrl("file:///home/leon/data/file1.csv") )
log_kioremote: result => KUrl()
()
("/home/leon/file1.log", "/home/leon/data/file1.csv")
()
log_kioremote: RemoteDirNotify::FilesChanged
log_kioremote: RemoteDirNotify::toRemoteURL( 
QUrl("file:///home/leon/file1.log") )
log_kioremote: result => KUrl()
log_kioremote: RemoteDirNotify::toRemoteURL( 
QUrl("file:///home/leon/data/file1.csv") )
log_kioremote: result => KUrl()
()
("/home/leon/file1.log", "/home/leon/data/file1.csv")
()
log_kioremote: RemoteDirNotify::FilesChanged
log_kioremote: RemoteDirNotify::toRemoteURL( 
QUrl("file:///home/leon/file1.log") )
log_kioremote: result => KUrl()
log_kioremote: RemoteDirNotify::toRemoteURL( 
QUrl("file:///home/leon/data/file1.csv") )
log_kioremote: result => KUrl()
()
("/home/leon/file1.log", "/home/leon/data/file1.csv")
()


Thanks bob for the "workaround"

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

Title:
  Tons of  "log_kioremote: RemoteDirNotify::FilesChanged" errors in
  ~/.xsession-errors

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

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


[Bug 1623030] Re: Hang when using Delphi inside VM

2016-09-13 Thread Apport retracing service
*** This bug is a duplicate of bug 1618461 ***
https://bugs.launchpad.net/bugs/1618461

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #1618461, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Attachment removed: "CoreDump.gz"
   
https://bugs.launchpad.net/bugs/1623030/+attachment/4740036/+files/CoreDump.gz

** Attachment removed: "ProcMaps.txt"
   
https://bugs.launchpad.net/bugs/1623030/+attachment/4740041/+files/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"
   
https://bugs.launchpad.net/bugs/1623030/+attachment/4740042/+files/ProcStatus.txt

** This bug has been marked a duplicate of bug 1618461
   Catastrofic Crash after update

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  Hang when using Delphi inside VM

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

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


[Bug 1576449] Re: smblcient 4.3.8-Ubuntu ls Windows 10 cli_list: Error: unable to parse name from info level 260

2016-09-13 Thread Axel Beckert
** Summary changed:

- Samba 4.3.8-Ubuntu ls Windows 10 cli_list: Error: unable to parse name from 
info level 260
+ smblcient 4.3.8-Ubuntu ls Windows 10 cli_list: Error: unable to parse name 
from info level 260

** Summary changed:

- smblcient 4.3.8-Ubuntu ls Windows 10 cli_list: Error: unable to parse name 
from info level 260
+ smbclient 4.3.8-Ubuntu ls Windows 10 cli_list: Error: unable to parse name 
from info level 260

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

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

Title:
  smbclient 4.3.8-Ubuntu ls Windows 10 cli_list: Error: unable to parse
  name from info level 260

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

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


Re: [Bug 1621098] Re: Create interface for usensord (com.canonical.usensord)

2016-09-13 Thread Jonas G. Drange
Hi Paweł, I know that it should live on the session bus, so --system is
wrong in your introspection call.

Doesn't look like go-dbus exposes an introspection interface (sigh), so it
seems to me this is the API:

--

Name: com.canonical.usensord
Object: /com/canonical/usensord/haptic
Interface:com.canonical.usensord.haptic

Methods: Vibrate(duration u) → void, VibratePattern(pattern au, repeat u) →
Properties: *None*

--


Name: com.canonical.usensord
Object: /com/canonical/usensord/haptic
Interface: org.freedesktop.DBus.Properties

Methods: Get, Set, GetAll (see this iface's doc online)
Properties: OtherVibrate u ({0, 1})

Does this suffice? You can lookup data types over at e.g. [1].

[1]
https://dbus.freedesktop.org/doc/dbus-python/doc/tutorial.html#data-types

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

Title:
  Create interface for usensord (com.canonical.usensord)

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

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

[Bug 1573279] Re: package mysql-server-5.7 5.7.11-0ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 during release upgrade

2016-09-13 Thread abhijit
root@foss:~# /bin/systemctl --no-pager start mysql.service
Job for mysql.service failed because the control process exited with error 
code. See "systemctl status mysql.service" and "journalctl -xe" for details.

this is what I get on running the systemctl command directly.

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

Title:
  package mysql-server-5.7 5.7.11-0ubuntu6 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1 during release upgrade

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

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


[Bug 1609846] Re: unit test failures with master branch on i386

2016-09-13 Thread James Page
Re-opening; a later set of builds of the same package version regressed
- I suspect that these tests are timing sensitive, and when the builders
are under load, we end up with race conditions - my uploads last night
where done during a quiet period.

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

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

Title:
  unit test failures with master branch on i386

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

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


[Bug 1623022] Status changed to Confirmed

2016-09-13 Thread Brad Figg
This change was made by a bot.

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

Title:
  Very slow wireless with rt2800pci

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

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


[Bug 1623025] [NEW] instalation of Mate failed with grub fail to install

2016-09-13 Thread Vedran Tomljanovic
Public bug reported:

instalation of Mate failed withgrub fail toinstall at /dev/hda... same
thing happening when I try regular unity ubuntu desktop. I fixed grub
with fix-grub distro, same happening after.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: ubiquity 2.21.63.2
ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
Uname: Linux 4.4.0-31-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CasperVersion: 1.376
Date: Tue Sep 13 14:35:53 2016
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi 
file=/cdrom/preseed/ubuntu-mate.seed boot=casper only-ubiquity quiet splash ---
LiveMediaBuild: Ubuntu-MATE 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug ubiquity-2.21.63.2 ubuntu-mate xenial

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

Title:
  instalation of Mate failed with grub fail to install

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

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


[Bug 1588985] Re: package snapd 2.0.3 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2016-09-13 Thread Paweł Stołowski
It looks like for whatever reason systemd couldn't be reached at
org.freedesktop.systemd1 on package removal... I don't think snapd
package is guilty here. Did you see it again with subsequent updates of
snapd?

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

Title:
  package snapd 2.0.3 failed to install/upgrade: subprocess new pre-
  removal script returned error exit status 1

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

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


[Bug 1610503] Re: package snapd 2.11+0.16.04 failed to install/upgrade: package snapd is not ready for configuration cannot configure (current status 'half-installed')

2016-09-13 Thread Paweł Stołowski
Hi Sapan, thanks for reporting. This looks like a transient problem with
state of the packages in the system, is  it still the case with up-to-
date system?

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

Title:
  package snapd 2.11+0.16.04 failed to install/upgrade: package snapd is
  not ready for configuration  cannot configure (current status 'half-
  installed')

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

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


[Bug 1623022] [NEW] Very slow wireless with rt2800pci

2016-09-13 Thread Andrea
Public bug reported:

I have a Linksys WMP600N (rt2800pci driver). My wireless connection is 
extremely slow and unstable. I am using Kubuntu 16.04, with Kernel 4.4.0-36 or 
4.7.0-0. The speed test results are: DL: 2.02Mbps UL:0.05Mbps Ping:183ms , the 
speed test with another PC with the same wireless network : DL:12Mbps 
UL:1.20Mbps Ping:48ms.
I have follow this guide: 
http://askubuntu.com/questions/405644/slow-wireless-with-rt2800pci
But nothing is changed

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: linux-image-4.4.0-36-generic 4.4.0-36.55
ProcVersionSignature: Ubuntu 4.4.0-36.55-generic 4.4.16
Uname: Linux 4.4.0-36-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  andrea 3231 F pulseaudio
CurrentDesktop: KDE
Date: Tue Sep 13 14:28:22 2016
HibernationDevice: RESUME=UUID=7237eef7-9261-4799-8955-b4466b0e5cb5
InstallationDate: Installed on 2016-09-02 (11 days ago)
InstallationMedia: Kubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
MachineType: Gigabyte Technology Co., Ltd. M720-US3
ProcFB: 0 nouveaufb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-36-generic 
root=UUID=83949c88-4099-41fa-a6fd-f143912ae477 ro quiet splash
RelatedPackageVersions:
 linux-restricted-modules-4.4.0-36-generic N/A
 linux-backports-modules-4.4.0-36-generic  N/A
 linux-firmware1.157.3
RfKill:
 0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 09/07/2010
dmi.bios.vendor: Award Software International, Inc.
dmi.bios.version: F7n
dmi.board.name: M720-US3
dmi.board.vendor: Gigabyte Technology Co., Ltd.
dmi.board.version: x.x
dmi.chassis.type: 3
dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF7n:bd09/07/2010:svnGigabyteTechnologyCo.,Ltd.:pnM720-US3:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnM720-US3:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
dmi.product.name: M720-US3
dmi.sys.vendor: Gigabyte Technology Co., Ltd.

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


** Tags: amd64 apport-bug xenial

** Attachment added: "SpeedTest"
   
https://bugs.launchpad.net/bugs/1623022/+attachment/4740002/+files/Screenshot_20160913_142800.png

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

Title:
  Very slow wireless with rt2800pci

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

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


[Bug 1616372] Re: [FFe] cmake 3.6.2

2016-09-13 Thread LocutusOfBorg
I imported 3.6.2 in my ppa
(closing the wrong bug)

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

Title:
  [FFe] cmake 3.6.2

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

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


[Bug 1623007] Re: Translation-en File missing on Mirror xenial

2016-09-13 Thread Ubuntu Foundations Team Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  It seems that your bug report is not filed about a
specific source package though, rather it is just filed against Ubuntu
in general.  It is important that bug reports be filed about source
packages so that people interested in the package can find the bugs
about it.  You can find some hints about determining what package your
bug might be about at https://wiki.ubuntu.com/Bugs/FindRightPackage.
You might also ask for help in the #ubuntu-bugs irc channel on Freenode.

To change the source package that this bug is filed about visit
https://bugs.launchpad.net/ubuntu/+bug/1623007/+editstatus and add the
package name in the text box next to the word Package.

[This is an automated message.  I apologize if it reached you
inappropriately; please just reply to this message indicating so.]

** Tags added: bot-comment

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

Title:
  Translation-en File missing on Mirror xenial

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1623007/+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

2016-09-13 Thread Vahid Mardani
After two years of changing profile, disconnectiong, reconnecting and
setting a2dp profile, for my headset manually about 6-7 times per day, i
decided to throw the pain out for ever, anyway.

You are welcome, Jônata Tyska Carvalho.

-- 
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 1588251] Re: qmon - Warning: Cannot convert string * to type Pixmap

2016-09-13 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gridengine (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/1588251

Title:
  qmon - Warning: Cannot convert string * to type Pixmap

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

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


[Bug 1590831] Re: having prefix='' by default is non standard and confusing

2016-09-13 Thread Daniel Llewellyn
Same problem snapping Corebird. I have no further information to evolve
the discussion though.

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

Title:
  having prefix='' by default is non standard and confusing

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

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


[Bug 1524907] Re: [SRU] Race condition in SIGTERM signal handler

2016-09-13 Thread Edward Hope-Morley
** Tags added: sts sts-sru

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

Title:
  [SRU] Race condition in SIGTERM signal handler

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

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


[Bug 1579454] Re: Ubuntu GNOME 16.04 installer crashes during either copying files or installing the system steps

2016-09-13 Thread Abraham Macías Paredes
I have the same issue.
It seems to be a permission problem caused because the "ubuntu" user runs 
/usr/lib/ubiquity/localechooser/post-base-installer (instead of root).

So, when the script try to execute:
 sed -i 's/^# LANG=$/LANG="'es_ES.UTF-8'"/' /target/etc/default/locale
 echo $?
 --> 4

"sed" command fails because it can not open a temporal file in
/target/etc/default/ folder.

A workaround for this is to run ubiquity as root by using "sudo" command:
 sudo ubiquity

Best regards!

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

Title:
  Ubuntu GNOME 16.04 installer crashes during either copying files or
  installing the system steps

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

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


[Bug 1622893] Re: NetworkManager takes very log to start, or times out, blocked on RNG

2016-09-13 Thread Martin Pitt
Downgrading libgnutls30 from 3.5.3 (current yakkety) to the previous
upstream version 3.5.2
(https://launchpad.net/ubuntu/+source/gnutls28/3.5.2-2ubuntu4/) fixes
this. So apparently libgnutls now does a blocking getrandom() on
startup, which is rather unfriendly as you cannot use the library during
early boot any more.

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

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

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

Title:
  NetworkManager takes very log to start, or times out, blocked on RNG

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

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


[Bug 1524907] Re: [SRU] Race condition in SIGTERM signal handler

2016-09-13 Thread Edward Hope-Morley
** Patch added: "lp1524907-trusty-liberty.patch"
   
https://bugs.launchpad.net/cloud-archive/+bug/1524907/+attachment/4739992/+files/lp1524907-trusty-liberty.patch

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

Title:
  [SRU] Race condition in SIGTERM signal handler

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

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


[Bug 1524907] Re: [SRU] Race condition in SIGTERM signal handler

2016-09-13 Thread Edward Hope-Morley
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1524907

Title:
  [SRU] Race condition in SIGTERM signal handler

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

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


[Bug 1622345] Re: [Wishlist] libstdc++5 should be built on s390x

2016-09-13 Thread Dimitri John Ledkov
The build fails, maybe I have misapplied changes from the proposed
tarball.

After generating the tarball the build was performed using sbuild e.g.:

$ mk-sbuild yakkety
$ sbuild -A -d yakkety gcc-3.3_3.3.6ds1-28ubuntu2.dsc


** Attachment added: "gcc-3.3_3.3.6ds1-28ubuntu2_s390x.build"
   
https://bugs.launchpad.net/ubuntu/+source/gcc-3.3/+bug/1622345/+attachment/474/+files/gcc-3.3_3.3.6ds1-28ubuntu2_s390x.build

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

Title:
  [Wishlist] libstdc++5 should be built on s390x

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

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


[Bug 1622987] Re: Auto-completion seems broken with umount command

2016-09-13 Thread Ubuntu QA Website
This bug has been reported on the Ubuntu ISO testing tracker.

A list of all reports related to this bug can be found here:
http://iso.qa.ubuntu.com/qatracker/reports/bugs/1622987

** Tags added: iso-testing

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

Title:
  Auto-completion seems broken with umount command

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

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


[Bug 1623010] [NEW] installer crashed when I was reinstalling Ubuntu on my PC

2016-09-13 Thread Tommy_CZ
Public bug reported:

installer crashed when I was reinstalling Ubuntu on my PC

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: ubiquity 2.21.63.2
ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
Uname: Linux 4.4.0-31-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CasperVersion: 1.376
Date: Tue Sep 13 14:15:51 2016
InstallCmdLine: file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity 
initrd=/casper/initrd.lz quiet splash --- debian-installer/language=cs 
keyboard-configuration/layoutcode?=cz
LiveMediaBuild: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
ProcEnviron:
 LANGUAGE=cs_CZ.UTF-8
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=cs_CZ.UTF-8
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug ubiquity-2.21.63.2 ubuntu xenial

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

Title:
  installer crashed when I was reinstalling Ubuntu on my PC

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

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


<    1   2   3   4   5   6   7   8   >