[Bug 1571436] Re: Needed update to nginx example config file due to dependency change

2016-06-22 Thread Jeremy Bicha
** Tags added: php7

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

Title:
  Needed update to nginx example config file due to dependency change

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

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


[Bug 1200204] Re: 2040:7200 SuperSpeed USB failure (and kernel oops) after launching tvtime: ERROR Transfer event TRB DMA ptr not part of current TD; unable to handle kernel NULL pointer dereference a

2016-06-22 Thread Ronald J. Wright
I just tried out the latest version of the Trusty kernel
(3.13.0-88-generic #135-Ubuntu), and I confirm that the bug seems to be
fixed (i.e., USB is fully working, and tvtime runs without shutting down
the USB host).

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

Title:
  2040:7200 SuperSpeed USB failure (and kernel oops) after launching
  tvtime: ERROR Transfer event TRB DMA ptr not part of current TD;
  unable to handle kernel NULL pointer dereference at 0018;
  IP is at usb_set_interface+0x19/0x2d0

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

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


[Bug 1574324] Re: pulseaudio crashes when connecting to bluetooth headphones

2016-06-22 Thread pcjason
I believe that I may be encountering the same issue with my Plantronics
BackBeat Go 2 (PLT_BBTGO2) bluetooth headphones.  They connect and then
disconnect about 1 to 2 seconds later.  I am using a Broadcom BCM20702A0
bluetooth dongle.

Please let me know what info I can provide that would confirm that I am
encountering the same problem, as well as what logs are required to help
in debugging this.

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

Title:
  pulseaudio crashes when connecting to bluetooth headphones

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

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


[Bug 1595251] Re: package openjdk-9-jdk (not installed) failed to install/upgrade: tentative de remplacement de « /usr/lib/jvm/java-9-openjdk-amd64/include/linux/jawt_md.h », qui appartient aussi au p

2016-06-22 Thread Tiago Stürmer Daitx
*** This bug is a duplicate of bug 1550950 ***
https://bugs.launchpad.net/bugs/1550950

** This bug has been marked a duplicate of bug 1550950
   package openjdk-9-jdk 9~b102-1 failed to install/upgrade: trying to 
overwrite '/usr/lib/jvm/java-9-openjdk-amd64/include/linux/jawt_md.h', which is 
also in package openjdk-9-jdk-headless:amd64 9~b107-0ubuntu1

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

Title:
  package openjdk-9-jdk (not installed) failed to install/upgrade:
  tentative de remplacement de « /usr/lib/jvm/java-9-openjdk-
  amd64/include/linux/jawt_md.h », qui appartient aussi au paquet
  openjdk-9-jdk-headless:amd64 9~b114-0ubuntu1

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

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

[Bug 1594906] onibi (i386) - tests ran: 3, failed: 0

2016-06-22 Thread Brad Figg
tests ran:   3, failed: 0;
  
http://kernel.ubuntu.com/testing/4.4.0-24.43/onibi__4.4.0-24.43__2016-06-23_05-07-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/1594906

Title:
  linux: 4.4.0-27.46 -proposed tracker

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

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


[Bug 1577495] Re: ast.ini installed/placed incorrectly

2016-06-22 Thread Jeremy Bicha
** Description changed:

  [Impact]
  php-ast cannot be used without manual intervention
  
  [Test case]
  Check to see which file is installed:
  Bad = /etc/php/mods-available/ast.ini
  Good = /etc/php/7.0/mods-available/ast.ini
  
  [Regression Potential]
  Virtually none since this is just a rebuild.
  
  $ reverse-depends src:php-ast
  No reverse dependencies found
  $ reverse-depends -b src:php-ast
  No reverse dependencies found
  
+ This has already been fixed in Yakkety with the auto-sync from Debian.
  
  [Original bug report]
  Using apt-get to install the php-ast package results in the .ini file being 
created at /etc/php/mods-available/ast.ini instead of 
/etc/php/7.0/mods-available/ast.ini like other php extensions.
  
  This requires a user to copy the ast.ini file to the correct location in
  order to 'sudo phpenmod ast', otherwise an error is given when trying to
  activate the module. With the ast.ini in the correct location all worked
  as expected.
  
  NOTE: When this module is installed it also doesn't enable automatically
  as part of the install. Perhaps because of this error.
  
  This was reported to the extention maintainers (https://github.com/nikic
  /php-ast/issues/27) who felt this should be reported to downstream
  packaging.

** Description changed:

  [Impact]
- php-ast cannot be used without manual intervention
+ php-ast cannot be used in Ubuntu 16.04 LTS without manual intervention
  
  [Test case]
  Check to see which file is installed:
  Bad = /etc/php/mods-available/ast.ini
  Good = /etc/php/7.0/mods-available/ast.ini
  
  [Regression Potential]
  Virtually none since this is just a rebuild.
  
  $ reverse-depends src:php-ast
  No reverse dependencies found
  $ reverse-depends -b src:php-ast
  No reverse dependencies found
  
  This has already been fixed in Yakkety with the auto-sync from Debian.
  
  [Original bug report]
  Using apt-get to install the php-ast package results in the .ini file being 
created at /etc/php/mods-available/ast.ini instead of 
/etc/php/7.0/mods-available/ast.ini like other php extensions.
  
  This requires a user to copy the ast.ini file to the correct location in
  order to 'sudo phpenmod ast', otherwise an error is given when trying to
  activate the module. With the ast.ini in the correct location all worked
  as expected.
  
  NOTE: When this module is installed it also doesn't enable automatically
  as part of the install. Perhaps because of this error.
  
  This was reported to the extention maintainers (https://github.com/nikic
  /php-ast/issues/27) who felt this should be reported to downstream
  packaging.

** Changed in: php-ast (Ubuntu Xenial)
   Status: Triaged => In Progress

** Changed in: php-ast (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/1577495

Title:
  ast.ini installed/placed incorrectly

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

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


[Bug 1521689] Re: KMyMoney Has No Icons

2016-06-22 Thread Roberto
Yup. Confirming I have the same issue. Fresh install on ubuntu 16.04. Mostly
Upgrading kmymoney to 7.7.2 didn't work.

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

Title:
  KMyMoney Has No Icons

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

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


[Bug 1595385] Re: gcc 5.3.1 segmentation faults when compiling qt5/qtbase [dev]

2016-06-22 Thread Matthias Klose
you need to build and submit the report without precompiled headers. In
this form it is not reproducible.


** Changed in: gcc-5 (Ubuntu)
   Status: New => Incomplete

** Bug watch added: GCC Bugzilla #71622
   https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71622

** Also affects: gcc via
   https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71622
   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/1595385

Title:
  gcc 5.3.1 segmentation faults when compiling qt5/qtbase [dev]

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

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


[Bug 1595398] [NEW] What is the difference between Settings and System Settings?

2016-06-22 Thread Robert Orzanna
Public bug reported:

Dear all,

I updated from Ubuntu 15.10 to Ubuntu 16.04.

Since then I have two settings icons. See the attached screenshot.

Is this a bug or intentional to have 2 settings GUIs?

Thankfully,

~Robert

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

** Attachment added: "2 settings icons shown in the screenshot"
   
https://bugs.launchpad.net/bugs/1595398/+attachment/460/+files/settings.png

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

Title:
  What is the difference between Settings and System Settings?

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

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


[Bug 1588533] Re: Mobile Data Network not working after screen is off for more then 2 min

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

** Changed in: network-manager (Ubuntu)
   Status: New => Confirmed

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

Title:
  Mobile Data Network not working after screen is off for more then 2
  min

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

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


[Bug 1577495] Re: ast.ini installed/placed incorrectly

2016-06-22 Thread Jeremy Bicha
** Description changed:

- Using apt-get to install the php-ast package results in the .ini file
- being created at /etc/php/mods-available/ast.ini instead of /etc/php/7.0
- /mods-available/ast.ini like other php extensions.
+ [Impact]
+ php-ast cannot be used without manual intervention
+ 
+ [Test case]
+ Check to see which file is installed:
+ Bad = /etc/php/mods-available/ast.ini
+ Good = /etc/php/7.0/mods-available/ast.ini
+ 
+ [Regression Potential]
+ Virtually none since this is just a rebuild.
+ 
+ $ reverse-depends src:php-ast
+ No reverse dependencies found
+ $ reverse-depends -b src:php-ast
+ No reverse dependencies found
+ 
+ 
+ [Original bug report]
+ Using apt-get to install the php-ast package results in the .ini file being 
created at /etc/php/mods-available/ast.ini instead of 
/etc/php/7.0/mods-available/ast.ini like other php extensions.
  
  This requires a user to copy the ast.ini file to the correct location in
  order to 'sudo phpenmod ast', otherwise an error is given when trying to
  activate the module. With the ast.ini in the correct location all worked
  as expected.
  
  NOTE: When this module is installed it also doesn't enable automatically
  as part of the install. Perhaps because of this error.
  
  This was reported to the extention maintainers (https://github.com/nikic
  /php-ast/issues/27) who felt this should be reported to downstream
  packaging.

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

Title:
  ast.ini installed/placed incorrectly

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

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


[Bug 1595348] Re: Web browser dissapears too often

2016-06-22 Thread Bob Harvey
This page makes the browser die every time.

1. Go to https://oneplus.net/uk/3
2. Start to scroll down

The browser will quit.

I have done this 6 times out of 6.. There are no new crash dumps
submitted automatically

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

Title:
  Web browser dissapears too often

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

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


[Bug 1588533] Re: Mobile Data Network not working after screen is off for more then 2 min

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

** Changed in: ofono (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/1588533

Title:
  Mobile Data Network not working after screen is off for more then 2
  min

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

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


[Bug 1588533] Re: Mobile Data Network not working after screen is off for more then 2 min

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

** Changed in: indicator-network (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/1588533

Title:
  Mobile Data Network not working after screen is off for more then 2
  min

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

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


[Bug 1594906] ms10-35-mcdivittB0-kernel (arm64) - tests ran: 136, failed: 0

2016-06-22 Thread Brad Figg
tests ran: 136, failed: 0;
  
http://kernel.ubuntu.com/testing/4.4.0-27.46/ms10-35-mcdivittB0-kernel__4.4.0-27.46__2016-06-23_04-50-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/1594906

Title:
  linux: 4.4.0-27.46 -proposed tracker

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

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


[Bug 1588475] Re: Pull latest binutils POWER9 support commit that adds support for 3 new instructions

2016-06-22 Thread Matthias Klose
the POWER9 support was just updated for the trunk, however doesn't apply
cleanly on the 2.26 branch.  Please update.

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

Title:
  Pull latest binutils POWER9 support commit that adds support for 3 new
  instructions

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

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


[Bug 1595393] [NEW] package mysql-server-5.7 5.7.12-0ubuntu1.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-06-22 Thread Ertan Günay
Public bug reported:

This is fifth same error after daily upgrade.
I was overcome to problem as follows:

sudo apt-get purge mysql-server
sudo apt-get purge mysql-common
sudo rm -rf /var/log/mysql
sudo rm -rf /var/log/mysql.*
sudo rm -rf /var/lib/mysql
sudo rm -rf /etc/mysql

sudo apt-get install mysql-server --fix-missing --fix-broken

But today I cannot purge mysql-common*

And for future,
We have to find real problem
And we have to correct it.
Because mysql is important
It should run on 7/24.

Thanks
Ert

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: mysql-server-5.7 5.7.12-0ubuntu1.1
ProcVersionSignature: Ubuntu 4.4.0-24.43-generic 4.4.10
Uname: Linux 4.4.0-24-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
Date: Thu Jun 23 08:07:39 2016
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationDate: Installed on 2016-02-24 (119 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160224)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.12~ubuntu16.04.1
SourcePackage: mysql-5.7
Title: package mysql-server-5.7 5.7.12-0ubuntu1.1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 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/1595393

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

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

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


[Bug 1577495] Re: ast.ini installed/placed incorrectly

2016-06-22 Thread Jeremy Bicha
** Also affects: php-ast (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Changed in: php-ast (Ubuntu Xenial)
   Status: New => Triaged

** Changed in: php-ast (Ubuntu Xenial)
   Importance: Undecided => High

** Changed in: php-ast (Ubuntu)
   Importance: Undecided => High

** Changed in: php-ast (Ubuntu)
   Status: Confirmed => Triaged

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

Title:
  ast.ini installed/placed incorrectly

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

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


[Bug 1595303] Re: Kernel Panic on AWS EC2 with Ubuntu 14.04 and Strongswan

2016-06-22 Thread actechag
** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
  Kernel Panic on AWS EC2 with Ubuntu 14.04 and Strongswan

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

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


[Bug 1595389] [NEW] Use of uninitialized value $bb in concatenation (.) or string at /usr/share/logwatch/scripts/services/exim line 484, line 67100.

2016-06-22 Thread Patrice
Public bug reported:

Hello,

I have a bug in report I have all morning with Logwatch
$ lsb_release -rd
Description:Ubuntu 14.04.4 LTS
Release:14.04

$ apt-cache policy logwatch
logwatch:
  Installed: 7.4.0+svn20130529rev144-1ubuntu1
  Candidate: 7.4.0+svn20130529rev144-1ubuntu1
  Version table:
 *** 7.4.0+svn20130529rev144-1ubuntu1 0
500 http://fr.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
100 /var/lib/dpkg/status

The message is : "Use of uninitialized value $bb in concatenation (.) or
string at /usr/share/logwatch/scripts/services/exim line 484, 
line 67100."

Thx for your help.

** Affects: logwatch (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/1595389

Title:
  Use of uninitialized value $bb in concatenation (.) or string at
  /usr/share/logwatch/scripts/services/exim line 484,  line
  67100.

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

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


[Bug 1595390] [NEW] package libc6:i386 2.19-0ubuntu6.9 failed to install/upgrade: subprocess installed post-installation script was killed by signal (Aborted), core dumped

2016-06-22 Thread Soheil Khoshbinfar
Public bug reported:

NA

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: libc6:i386 2.19-0ubuntu6.9
ProcVersionSignature: Ubuntu 4.2.0-38.45~14.04.1-generic 4.2.8-ckt10
Uname: Linux 4.2.0-38-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.1-0ubuntu3.21
Architecture: amd64
Date: Thu Jun 23 09:24:01 2016
Dependencies:
 gcc-4.9-base 4.9.3-0ubuntu4
 libc6 2.19-0ubuntu6.9
 libgcc1 1:4.9.3-0ubuntu4
 multiarch-support 2.19-0ubuntu6.9
DuplicateSignature: package:libc6:i386:2.19-0ubuntu6.9:subprocess installed 
post-installation script was killed by signal (Aborted), core dumped
ErrorMessage: subprocess installed post-installation script was killed by 
signal (Aborted), core dumped
InstallationDate: Installed on 2016-06-23 (0 days ago)
InstallationMedia: Ubuntu 14.04.4 LTS "Trusty Tahr" - Release amd64 (20160217.1)
PackageArchitecture: i386
RelatedPackageVersions:
 dpkg 1.17.5ubuntu5.6
 apt  1.0.1ubuntu2.14
SourcePackage: eglibc
Title: package libc6:i386 2.19-0ubuntu6.9 failed to install/upgrade: subprocess 
installed post-installation script was killed by signal (Aborted), core dumped
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-package i386 need-duplicate-check trusty

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

Title:
  package libc6:i386 2.19-0ubuntu6.9 failed to install/upgrade:
  subprocess installed post-installation script was killed by signal
  (Aborted), core dumped

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

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


[Bug 1594906] onibi (amd64) - tests ran: 30, failed: 0

2016-06-22 Thread Brad Figg
tests ran:  30, failed: 0;
  
http://kernel.ubuntu.com/testing/4.4.0-24.43/onibi__4.4.0-24.43__2016-06-23_04-06-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/1594906

Title:
  linux: 4.4.0-27.46 -proposed tracker

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

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


[Bug 1595385] [NEW] gcc 5.3.1 segmentation faults when compiling qt5/qtbase [dev]

2016-06-22 Thread mipohjan
Public bug reported:

* gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2)
* Ubuntu 16.04 LTS (Xenial)
* gcc from the Ubuntu repositories
* Qt cloned from http://codereview.qt-project.org/qt/qt5 [dev] branch
* Qt configured with:
./configure -openssl -R . -opensource -confirm-license -nomake tests -verbose 
-prefix . -nomake examples -no-widgets -force-debug-info
* and build with:
 make module-qtbase

The bug has been reported to: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71622
and the preprocessed file and gcc output of the segmentation fault can be find 
from that link.

** Affects: gcc-5 (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/1595385

Title:
  gcc 5.3.1 segmentation faults when compiling qt5/qtbase [dev]

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

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


[Bug 1561278] Re: internal sound card not detected HP X2

2016-06-22 Thread Diego Lewin
yes, I still also have the issue. Thanks

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

Title:
  internal sound card not detected HP X2

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

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


[Bug 1594906] phact (i386) - tests ran: 3, failed: 0

2016-06-22 Thread Brad Figg
tests ran:   3, failed: 0;
  
http://kernel.ubuntu.com/testing/4.4.0-24.43/phact__4.4.0-24.43__2016-06-23_04-02-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/1594906

Title:
  linux: 4.4.0-27.46 -proposed tracker

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

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


[Bug 1571640] Re: lightdm changing resolution

2016-06-22 Thread Kai-Heng Feng
** Branch linked: lp:~kaihengfeng/unity-greeter/16.04-sru-fix-1571640
-update-deps

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

Title:
  lightdm changing resolution

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

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


[Bug 1595383] [NEW] Registration Timeout is Excessively Long

2016-06-22 Thread Jun Inoue
Public bug reported:

I'm suffering from a problem where gnome-session pauses for a very long
time (90 seconds) during login.  I type in my password to lightdm, the
screen switches to show my wallpaper, but nothing else, and for the next
minute and a half, I can't do anything besides move the cursor.  Clicks
don't do anything, key combinations to start a terminal don't work.  In
/var/log/syslog, I see a message

Jun 23 11:24:21 jun-MacBookAir gnome-session[1591]: gnome-session-
binary[1591]: WARNING: Application 'at-spi-dbus-bus.desktop' failed to
register before timeout

which seems to be caused by a problem with at-spi-dbus-bus.desktop, but
this bug report is not about that.  The bug I'd like to report here is
that gnome-session's timeout is *way* too long.  At first I had no idea
that the login was going to succeed at all, because it was frozen for so
long, and I kept rebooting by pushing the power button.

The 90-second wait seems to be hard-coded in the source, with a remark
that waiting long enough is critical on slower media like CD-ROMs.
While I can see how that's a concern, it makes no sense on a desktop
installation booting from the SSD.  The long wait interferes with
debugging the problem (because every single thing I try takes at least
90 seconds), and will ensure that a problem in any of the components
like at-spi-dbus-bus.desktop will show up as a serious inconvenience.  I
for one cannot stand a computer that takes minutes to boot, just because
one component is acting erratically.

Please make this timeout shorter if at all possible, or at least
configurable.  Better yet, please have this automatically configured by
benchmarking the system upon installation.

In the meantime, I'm attaching a patch for anyone who wants a quick work
around to this nasty problem.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: gnome-session 3.18.1.2-1ubuntu1.16.04.1
ProcVersionSignature: Ubuntu 4.4.0-24.43-generic 4.4.10
Uname: Linux 4.4.0-24-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CurrentDesktop: GNOME
Date: Thu Jun 23 13:07:40 2016
EcryptfsInUse: Yes
InstallationDate: Installed on 2015-11-12 (223 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
PackageArchitecture: all
SourcePackage: gnome-session
UpgradeStatus: Upgraded to xenial on 2016-05-28 (25 days ago)

** Affects: gnome-session (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug xenial

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

Title:
  Registration Timeout is Excessively Long

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

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


[Bug 1595383] Re: Registration Timeout is Excessively Long

2016-06-22 Thread Jun Inoue
This patch changes the timeout to 5 seconds, which is probably too short
for some slower media but reasonable for desktop installations.  This is
just a workaround as noted above; not meant for upstream.

** Patch added: "shorter-timeout.patch"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/1595383/+attachment/4688851/+files/shorter-timeout.patch

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

Title:
  Registration Timeout is Excessively Long

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

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


[Bug 1554455] Re: "update-initramfs" is executed several times when you remove old kernels

2016-06-22 Thread rebroad
Yes, it does seem odd that all of the initrd.img files in /boot are
recreated from scratch just because I'm removing versions of the
kernel...

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

Title:
  "update-initramfs" is executed several times when you remove old
  kernels

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

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


[Bug 1569429] Re: touchscreen not working

2016-06-22 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  touchscreen not working

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

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


[Bug 1514229] Re: ZTE WCDMA modem not identified correctly

2016-06-22 Thread Launchpad Bug Tracker
[Expired for usb-modeswitch (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: usb-modeswitch (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  ZTE WCDMA modem not identified correctly

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

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


[Bug 1574056] Re: error install

2016-06-22 Thread Launchpad Bug Tracker
[Expired for ubiquity (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  error install

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

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


[Bug 1574016] Re: old drive error while installing Lubuntu 15.10 on dell dimension 2400

2016-06-22 Thread Launchpad Bug Tracker
[Expired for ubiquity (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  old drive error while installing Lubuntu 15.10 on dell dimension 2400

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

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


[Bug 1595378] [NEW] package initramfs-tools 0.122ubuntu8.1 failed to install/upgrade: package initramfs-tools is already installed and configured

2016-06-22 Thread Vera Marise
Public bug reported:

ñ sei identificar

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: initramfs-tools 0.122ubuntu8.1
ProcVersionSignature: Ubuntu 4.4.0-24.43-generic 4.4.10
Uname: Linux 4.4.0-24-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
AptdaemonVersion: 1.1.1+bzr982-0ubuntu14
Architecture: amd64
Date: Thu Jun 23 00:58:22 2016
DuplicateSignature:
 package:initramfs-tools:0.122ubuntu8.1
 Processing triggers for libc-bin (2.23-0ubuntu3) ...
 dpkg: error processing package initramfs-tools-bin (--configure):
  package initramfs-tools-bin is already installed and configured
ErrorMessage: package initramfs-tools is already installed and configured
InstallationDate: Installed on 2016-04-23 (60 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: dpkg
Title: package initramfs-tools 0.122ubuntu8.1 failed to install/upgrade: 
package initramfs-tools is already installed and configured
UpgradeStatus: No upgrade log present (probably fresh install)

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


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

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

Title:
  package initramfs-tools 0.122ubuntu8.1 failed to install/upgrade:
  package initramfs-tools is already installed and configured

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

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

[Bug 1480654] Re: [regression] Input focus delay after switching app back into focus since OTA5

2016-06-22 Thread Joe Liau
I'm getting (b)
(https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1480654/comments/26)
as well on the

Nexus 4 (Mako)

particularly in the browser, which also leads to the fast scrolling bug:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1584965

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

Title:
  [regression] Input focus delay after switching app back into focus
  since OTA5

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

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


[Bug 1594906] ms10-35-mcdivittB0-kernel (arm64) - tests ran: 3, failed: 1

2016-06-22 Thread Brad Figg
tests ran:   3, failed: 1;
  
http://kernel.ubuntu.com/testing/4.4.0-24.43/ms10-35-mcdivittB0-kernel__4.4.0-24.43__2016-06-23_02-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/1594906

Title:
  linux: 4.4.0-27.46 -proposed tracker

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

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


[Bug 1594906] onibi (i386) - tests ran: 10, failed: 1

2016-06-22 Thread Brad Figg
tests ran:  10, failed: 1;
  
http://kernel.ubuntu.com/testing/4.4.0-27.46/onibi__4.4.0-27.46__2016-06-23_02-56-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/1594906

Title:
  linux: 4.4.0-27.46 -proposed tracker

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

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


[Bug 1594906] phact (amd64) - tests ran: 30, failed: 0

2016-06-22 Thread Brad Figg
tests ran:  30, failed: 0;
  
http://kernel.ubuntu.com/testing/4.4.0-24.43/phact__4.4.0-24.43__2016-06-23_03-15-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/1594906

Title:
  linux: 4.4.0-27.46 -proposed tracker

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

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


[Bug 1594906] s2lp4 (s390x.LPAR) - tests ran: 65, failed: 0

2016-06-22 Thread Brad Figg
tests ran:  65, failed: 0;
  
http://kernel.ubuntu.com/testing/4.4.0-27.46/s2lp4__4.4.0-27.46__2016-06-23_03-36-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/1594906

Title:
  linux: 4.4.0-27.46 -proposed tracker

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

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


[Bug 1594906] s2lp4 (s390x.LPAR) - tests ran: 83, failed: 0

2016-06-22 Thread Brad Figg
tests ran:  83, failed: 0;
  
http://kernel.ubuntu.com/testing/4.4.0-27.46/s2lp4__4.4.0-27.46__2016-06-23_03-04-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/1594906

Title:
  linux: 4.4.0-27.46 -proposed tracker

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

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


[Bug 1561278] Re: internal sound card not detected HP X2

2016-06-22 Thread genepool
Changing back to in progress because I think the report is complete and
the issue still exists.

** Changed in: alsa-driver (Ubuntu)
   Status: Incomplete => In Progress

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

Title:
  internal sound card not detected HP X2

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

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


[Bug 1594906] s2lp4 (s390x.LPAR) - tests ran: 2, failed: 0

2016-06-22 Thread Brad Figg
tests ran:   2, failed: 0;
  
http://kernel.ubuntu.com/testing/4.4.0-27.46/s2lp4__4.4.0-27.46__2016-06-23_03-34-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/1594906

Title:
  linux: 4.4.0-27.46 -proposed tracker

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

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


[Bug 1594906] s2lp6g001 (s390x.zKVM) - tests ran: 65, failed: 0

2016-06-22 Thread Brad Figg
tests ran:  65, failed: 0;
  
http://kernel.ubuntu.com/testing/4.4.0-27.46/s2lp6g001__4.4.0-27.46__2016-06-23_03-25-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/1594906

Title:
  linux: 4.4.0-27.46 -proposed tracker

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

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


[Bug 1594906] s2lp6g001 (s390x.zKVM) - tests ran: 83, failed: 0

2016-06-22 Thread Brad Figg
tests ran:  83, failed: 0;
  
http://kernel.ubuntu.com/testing/4.4.0-27.46/s2lp6g001__4.4.0-27.46__2016-06-23_02-57-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/1594906

Title:
  linux: 4.4.0-27.46 -proposed tracker

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

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


[Bug 1594906] s2lp6g001 (s390x.zKVM) - tests ran: 2, failed: 0

2016-06-22 Thread Brad Figg
tests ran:   2, failed: 0;
  
http://kernel.ubuntu.com/testing/4.4.0-27.46/s2lp6g001__4.4.0-27.46__2016-06-23_03-22-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/1594906

Title:
  linux: 4.4.0-27.46 -proposed tracker

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

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


[Bug 1594906] kernel01 (s390x.zVM) - tests ran: 65, failed: 0

2016-06-22 Thread Brad Figg
tests ran:  65, failed: 0;
  
http://kernel.ubuntu.com/testing/4.4.0-27.46/kernel01__4.4.0-27.46__2016-06-23_03-07-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/1594906

Title:
  linux: 4.4.0-27.46 -proposed tracker

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

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


[Bug 1574125] Re: [Lenovo G50-70] suspend not working after upgrade

2016-06-22 Thread Goddard
Razer Blade 2015 is also unable to suspend... was able to suspend
previously in 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/1574125

Title:
  [Lenovo G50-70] suspend not working after upgrade

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

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


[Bug 1594906] kernel01 (s390x.zVM) - tests ran: 83, failed: 1

2016-06-22 Thread Brad Figg
tests ran:  83, failed: 1;
  
http://kernel.ubuntu.com/testing/4.4.0-27.46/kernel01__4.4.0-27.46__2016-06-23_02-34-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/1594906

Title:
  linux: 4.4.0-27.46 -proposed tracker

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

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


[Bug 1594906] kernel01 (s390x.zVM) - tests ran: 2, failed: 0

2016-06-22 Thread Brad Figg
tests ran:   2, failed: 0;
  
http://kernel.ubuntu.com/testing/4.4.0-27.46/kernel01__4.4.0-27.46__2016-06-23_03-04-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/1594906

Title:
  linux: 4.4.0-27.46 -proposed tracker

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

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


[Bug 1594906] s2lp4 (s390x.LPAR) - tests ran: 136, failed: 27

2016-06-22 Thread Brad Figg
tests ran: 136, failed: 27;
  
http://kernel.ubuntu.com/testing/4.4.0-27.46/s2lp4__4.4.0-27.46__2016-06-23_02-37-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/1594906

Title:
  linux: 4.4.0-27.46 -proposed tracker

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

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


[Bug 1574727] Please test proposed package

2016-06-22 Thread Steve Langasek
Hello Mathieu, or anyone else affected,

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

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

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

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

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

Title:
  [SRU] Enforce using signed kernels and modules on UEFI

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

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


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

2016-06-22 Thread Brad Figg
tests ran: 136, failed: 27;
  
http://kernel.ubuntu.com/testing/4.4.0-27.46/s2lp6g001__4.4.0-27.46__2016-06-23_02-40-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/1594906

Title:
  linux: 4.4.0-27.46 -proposed tracker

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

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


[Bug 1575485] Re: "PyGIWarning: Gtk was imported without specifying a version first"

2016-06-22 Thread mau
** Attachment added: "Selection_260.png"
   
https://bugs.launchpad.net/ubuntu/+source/unity-tweak-tool/+bug/1575485/+attachment/4688826/+files/Selection_260.png

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

Title:
  "PyGIWarning: Gtk was imported without specifying a version first"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-tweak-tool/+bug/1575485/+subscriptions

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


[Bug 1594906] phact (i386) - tests ran: 10, failed: 1

2016-06-22 Thread Brad Figg
tests ran:  10, failed: 1;
  
http://kernel.ubuntu.com/testing/4.4.0-27.46/phact__4.4.0-27.46__2016-06-23_02-17-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/1594906

Title:
  linux: 4.4.0-27.46 -proposed tracker

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

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


[Bug 1590751] Re: [SRU] Update walinuxagent to 2.1.3 in trusty

2016-06-22 Thread Steve Langasek
Hello Dan, or anyone else affected,

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

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

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

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

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

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

Title:
  [SRU] Update walinuxagent to 2.1.3 in trusty

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

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


[Bug 1594906] ms10-35-mcdivittB0-kernel (arm64) - tests ran: 10, failed: 2

2016-06-22 Thread Brad Figg
tests ran:  10, failed: 2;
  
http://kernel.ubuntu.com/testing/4.4.0-27.46/ms10-35-mcdivittB0-kernel__4.4.0-27.46__2016-06-23_01-30-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/1594906

Title:
  linux: 4.4.0-27.46 -proposed tracker

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

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


[Bug 1594906] s2lp4 (s390x.LPAR) - tests ran: 18, failed: 6

2016-06-22 Thread Brad Figg
tests ran:  18, failed: 6;
  
http://kernel.ubuntu.com/testing/4.4.0-27.46/s2lp4__4.4.0-27.46__2016-06-23_01-49-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/1594906

Title:
  linux: 4.4.0-27.46 -proposed tracker

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

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


[Bug 1594906] kernel01 (s390x.zVM) - tests ran: 136, failed: 27

2016-06-22 Thread Brad Figg
tests ran: 136, failed: 27;
  
http://kernel.ubuntu.com/testing/4.4.0-27.46/kernel01__4.4.0-27.46__2016-06-23_02-05-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/1594906

Title:
  linux: 4.4.0-27.46 -proposed tracker

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

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


[Bug 1594906] s2lp6g001 (s390x.zKVM) - tests ran: 18, failed: 6

2016-06-22 Thread Brad Figg
tests ran:  18, failed: 6;
  
http://kernel.ubuntu.com/testing/4.4.0-27.46/s2lp6g001__4.4.0-27.46__2016-06-23_01-55-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/1594906

Title:
  linux: 4.4.0-27.46 -proposed tracker

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

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


[Bug 1594906] onibi (amd64) - tests ran: 10, failed: 1

2016-06-22 Thread Brad Figg
tests ran:  10, failed: 1;
  
http://kernel.ubuntu.com/testing/4.4.0-27.46/onibi__4.4.0-27.46__2016-06-23_01-39-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/1594906

Title:
  linux: 4.4.0-27.46 -proposed tracker

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

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


[Bug 1595366] [NEW] Text invisible in GTK windows when resuming session

2016-06-22 Thread Pierre Equoy
Public bug reported:

At the end of the day, I usually put my laptop to suspend, and in the
morning I wake it up and the session resumes.

Some times, though (maybe once every 15 resumes), the windows do not
show texts and labels properly. It seems to only affect GTK programs
(for instance, Firefox content seems unaffected) as well as Unity panels
(for instance the user menu in the attached screenshot).

For some reason, it looks like only the letter 'T' is displayed properly
(and to some extent, some labels that contains the uppercase letter T)
:)

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: unity 7.4.0+16.04.20160526.1-0ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-24.43-generic 4.4.10
Uname: Linux 4.4.0-24-generic x86_64
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
Date: Thu Jun 23 10:04:14 2016
DistUpgraded: Fresh install
DistroCodename: xenial
DistroVariant: ubuntu
GraphicsCard:
 Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
   Subsystem: Acer Incorporated [ALI] 4th Gen Core Processor Integrated 
Graphics Controller [1025:0926]
   Subsystem: Acer Incorporated [ALI] GM107M [GeForce GTX 860M] [1025:0926]
InstallationDate: Installed on 2016-04-25 (58 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
MachineType: Acer Aspire VN7-591G
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-24-generic.efi.signed 
root=UUID=b53d0268-f116-4e07-bf4c-10b1d501bc0b ro quiet splash vt.handoff=7
SourcePackage: unity
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 09/12/2014
dmi.bios.vendor: Insyde Corp.
dmi.bios.version: V1.08
dmi.board.asset.tag: No Asset Tag
dmi.board.name: Aspire VN7-591G
dmi.board.vendor: Acer
dmi.board.version: V1.08
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: Chassis Manufacturer
dmi.chassis.version: V1.08
dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV1.08:bd09/12/2014:svnAcer:pnAspireVN7-591G:pvrV1.08:rvnAcer:rnAspireVN7-591G:rvrV1.08:cvnChassisManufacturer:ct10:cvrV1.08:
dmi.product.name: Aspire VN7-591G
dmi.product.version: V1.08
dmi.sys.vendor: Acer
version.compiz: compiz 1:0.9.12.2+16.04.20160526-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2
version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2.2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1build2
xserver.bootTime: Thu Jun 23 10:00:55 2016
xserver.configfile: default
xserver.errors:
 Failed to load module "nvidia" (module does not exist, 0)
 Failed to load module "nvidia" (module does not exist, 0)
 Unknown chipset: NV117
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id1091 
 vendor LGD
xserver.version: 2:1.18.3-1ubuntu2.2

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


** Tags: amd64 apport-bug compiz-0.9 ubuntu xenial

** Attachment added: "Screenshot from 2016-06-23 09-57-18.png"
   
https://bugs.launchpad.net/bugs/1595366/+attachment/4688793/+files/Screenshot%20from%202016-06-23%2009-57-18.png

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

Title:
  Text invisible in GTK windows when resuming session

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

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


[Bug 1455205] Re: dpkg-gencontrol fails when debian/control is mode 444

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

** Changed in: dpkg (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/1455205

Title:
  dpkg-gencontrol fails when debian/control is mode 444

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

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


[Bug 1565941] Re: Dual Panel view: Updating an image on a contact changes on details panel but not in the contact list

2016-06-22 Thread Selene Scriven
Seems fixed in silo 46.

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

Title:
  Dual Panel view: Updating an image on a contact changes on details
  panel but not in the contact list

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

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


[Bug 1583014] Re: can't import contacts from google from messaging-app when no contacts exist

2016-06-22 Thread Selene Scriven
Seems to be fixed in silo 46.

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

Title:
  can't import contacts from google from messaging-app when no contacts
  exist

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

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


[Bug 1592422] Re: Contact's field labels don't show up

2016-06-22 Thread Selene Scriven
Seems fixed in silo 46.

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

Title:
  Contact's field labels don't show up

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

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


[Bug 1594906] s2lp6g001 (s390x.zKVM) - tests ran: 5, failed: 4

2016-06-22 Thread Brad Figg
tests ran:   5, failed: 4;
  
http://kernel.ubuntu.com/testing/4.4.0-27.46/s2lp6g001__4.4.0-27.46__2016-06-23_01-33-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/1594906

Title:
  linux: 4.4.0-27.46 -proposed tracker

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

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


[Bug 1594906] s2lp6g001 (s390x.zKVM) - tests ran: 23, failed: 1

2016-06-22 Thread Brad Figg
tests ran:  23, failed: 1;
  
http://kernel.ubuntu.com/testing/4.4.0-27.46/s2lp6g001__4.4.0-27.46__2016-06-23_01-49-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/1594906

Title:
  linux: 4.4.0-27.46 -proposed tracker

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

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


[Bug 1594906] kernel01 (s390x.zVM) - tests ran: 23, failed: 1

2016-06-22 Thread Brad Figg
tests ran:  23, failed: 1;
  
http://kernel.ubuntu.com/testing/4.4.0-27.46/kernel01__4.4.0-27.46__2016-06-23_01-48-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/1594906

Title:
  linux: 4.4.0-27.46 -proposed tracker

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

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


[Bug 1594906] phact (amd64) - tests ran: 10, failed: 2

2016-06-22 Thread Brad Figg
tests ran:  10, failed: 2;
  
http://kernel.ubuntu.com/testing/4.4.0-24.43/phact__4.4.0-24.43__2016-06-23_01-34-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/1594906

Title:
  linux: 4.4.0-27.46 -proposed tracker

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

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


[Bug 1594906] s2lp4 (s390x.LPAR) - tests ran: 23, failed: 1

2016-06-22 Thread Brad Figg
tests ran:  23, failed: 1;
  
http://kernel.ubuntu.com/testing/4.4.0-27.46/s2lp4__4.4.0-27.46__2016-06-23_01-44-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/1594906

Title:
  linux: 4.4.0-27.46 -proposed tracker

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

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


[Bug 1594906] s2lp4 (s390x.LPAR) - tests ran: 5, failed: 4

2016-06-22 Thread Brad Figg
tests ran:   5, failed: 4;
  
http://kernel.ubuntu.com/testing/4.4.0-27.46/s2lp4__4.4.0-27.46__2016-06-23_01-30-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/1594906

Title:
  linux: 4.4.0-27.46 -proposed tracker

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

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


[Bug 1594906] kernel01 (s390x.zVM) - tests ran: 5, failed: 4

2016-06-22 Thread Brad Figg
tests ran:   5, failed: 4;
  
http://kernel.ubuntu.com/testing/4.4.0-27.46/kernel01__4.4.0-27.46__2016-06-23_01-34-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/1594906

Title:
  linux: 4.4.0-27.46 -proposed tracker

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

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


[Bug 1512331] Re: Please rename libcg3-0v5 back to libcg3

2016-06-22 Thread Launchpad Bug Tracker
This bug was fixed in the package cg3 - 0.9.9~r11624-1ubuntu1

---
cg3 (0.9.9~r11624-1ubuntu1) yakkety; urgency=medium

  * Sync from Debian unstable.
  * Revert the rename of the library packages for the g++5 ABI transition,
and add conflicts/replaces/provides against the renamed packages. This
delta can be dropped after the next LTS release (LP: #1512331).

 -- Logan Rosen   Tue, 21 Jun 2016 01:07:20 -0400

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

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

Title:
  Please rename libcg3-0v5 back to libcg3

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

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


[Bug 1510344] Re: Keyboard Backlight Turns on at boot

2016-06-22 Thread mike
I am adding the Lenovo X230, ThinkPad-X230 4.4.0-24-generic #43-Ubuntu
to the list.  Ditto on the fix in #46 and #47.

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

Title:
  Keyboard Backlight Turns on at boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/dell-sputnik/+bug/1510344/+subscriptions

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


[Bug 1574904] Re: Old clients cannot talk to Docker in 16.04

2016-06-22 Thread Michael Hudson-Doyle
I've done the rebuild tests needed in my ppa
https://launchpad.net/~mwhudson/+archive/ubuntu/devirt/+packages

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

Title:
  Old clients cannot talk to Docker in 16.04

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

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


[Bug 1594906] s2lp6g001 (s390x.zKVM) - tests ran: 10, failed: 3

2016-06-22 Thread Brad Figg
tests ran:  10, failed: 3;
  
http://kernel.ubuntu.com/testing/4.4.0-27.46/s2lp6g001__4.4.0-27.46__2016-06-23_01-24-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/1594906

Title:
  linux: 4.4.0-27.46 -proposed tracker

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

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


[Bug 1594906] kernel01 (s390x.zVM) - tests ran: 10, failed: 1

2016-06-22 Thread Brad Figg
tests ran:  10, failed: 1;
  
http://kernel.ubuntu.com/testing/4.4.0-27.46/kernel01__4.4.0-27.46__2016-06-23_01-22-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/1594906

Title:
  linux: 4.4.0-27.46 -proposed tracker

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

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


[Bug 1594906] s2lp4 (s390x.LPAR) - tests ran: 10, failed: 1

2016-06-22 Thread Brad Figg
tests ran:  10, failed: 1;
  
http://kernel.ubuntu.com/testing/4.4.0-27.46/s2lp4__4.4.0-27.46__2016-06-23_01-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/1594906

Title:
  linux: 4.4.0-27.46 -proposed tracker

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

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


[Bug 1594906] kernel01 (s390x.zVM) - tests ran: 23, failed: 1

2016-06-22 Thread Brad Figg
tests ran:  23, failed: 1;
  
http://kernel.ubuntu.com/testing/4.4.0-27.46/kernel01__4.4.0-27.46__2016-06-23_01-18-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/1594906

Title:
  linux: 4.4.0-27.46 -proposed tracker

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

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


[Bug 1594906] s2lp6g001 (s390x.zKVM) - tests ran: 23, failed: 1

2016-06-22 Thread Brad Figg
tests ran:  23, failed: 1;
  
http://kernel.ubuntu.com/testing/4.4.0-27.46/s2lp6g001__4.4.0-27.46__2016-06-23_01-17-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/1594906

Title:
  linux: 4.4.0-27.46 -proposed tracker

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

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


[Bug 1594906] s2lp4 (s390x.LPAR) - tests ran: 5, failed: 4

2016-06-22 Thread Brad Figg
tests ran:   5, failed: 4;
  
http://kernel.ubuntu.com/testing/4.4.0-27.46/s2lp4__4.4.0-27.46__2016-06-23_01-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/1594906

Title:
  linux: 4.4.0-27.46 -proposed tracker

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

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


[Bug 1594906] s2lp4 (s390x.LPAR) - tests ran: 23, failed: 1

2016-06-22 Thread Brad Figg
tests ran:  23, failed: 1;
  
http://kernel.ubuntu.com/testing/4.4.0-27.46/s2lp4__4.4.0-27.46__2016-06-23_01-15-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/1594906

Title:
  linux: 4.4.0-27.46 -proposed tracker

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

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


[Bug 1589076] Re: Firefox 47 ignores Global Dark Theme option being enabled

2016-06-22 Thread Bug Watch Updater
** Changed in: firefox
   Status: Confirmed => Fix Released

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

Title:
  Firefox 47 ignores Global Dark Theme option being enabled

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

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


[Bug 1595358] [NEW] [SRU] Update to maintenance release 2.1.5 in Xenial

2016-06-22 Thread Amr Ibrahim
Public bug reported:

Yakkety will have 2.2.0.
--

http://www.lyx.org/announce/2_1_5.txt

LyX 2.1.5 is the result of on-going efforts to make our stable version
even more reliable and stable. We have fixed a number of bugs and made
a number of improvements. Many of these were minor, but there were a 
few crashes we fixed, too. We strongly encourage all LyX users who wish
to continue using 2.1.x to upgrade to this version.

One of the main features of 2.1.5 is its ability to read and write files 
in the 2.2.x format. Since the conversion process back and forth usually
will not leave one with an identical file, however, we do not recommend 
attempting to collaborate with users of 2.2.x. 

What's new
==

** Updates:
***

* USER INTERFACE

- Add \ensuremath to the list of math completions.

- The entries in the outliner are no longer truncated at 40 chars (bug
9579).

- The indentation of beamer frame contents has been decreased and
unified.

- In mathed, select only current cell on double-click (bug 9747).


* DOCUMENTATION AND LOCALIZATION

- New German translation of the PDF-comment example file.

- Updated Brazilian Portuguese, French and German user interface
localization.

- Updated example file for PDF-comments.

- Improved example file for the moderncv document class.

- Updated French translation of Linguistics manual.

- Revised Spanish Tutorial manual.

- Revised French UserGuide manual.


** Bug fixes:
*

* DOCUMENT INPUT/OUTPUT

- Fixed a typo in the tutorial.

- Tex2lyx: fix bug with comments immediately folowed by some test (bug
9551).


* USER INTERFACE

- Fix crash when activating "Close All" while an export process is running
  in the background (bug 9711).

- Fix crash when unfolding/copying macros containing other macros (bug
9490).

- Fix crash when inserting a line in multline math environment (bug
9902).

- Fix crash when closing buffer one of whose children is also a child of
  other master (bug 9907).

- Fix crash when clicking to the left of a tabular inset (bug 9955).

- Fix assertion when selecting text just after loading document (bug
9912).

- Fix automatic insertion of longtable captions (bug 9692).

- Fix crash with previewed math shown in two views of the same document
  (bug 9957).

- Fix setting of nested minipage via the dialog (bug 8716).

- Reset cursor language when changing document-wide language (bug 9586).

- Reset cursor font when leaving an inset to the left (bug 6032).

- Reset cursor font when navigating with find or spellcheck (bug
  9500).

- Reset cursor font after inset-select-all (bug 9719).

- Fix one case where cursor does not enter insets correctly (bug 9913).

- Correctly update previews when cursor leaves inset (bug 6173).

- Fix subscripts and superscripts of \overrightarrow and related macros
  (bug 1996).

- Fix a crash with the outliner when switching documents (bug 9754).

- Repaired selection of text and search-and-replace in the presence of math
  macros. The selection is no longer cleared unvolontarily (bugs 6078, 9364).

- Disable setting vertical lines when using a formal table (bug 9816).

- Disable function "layout" when the layout cannot be found (bug 8077).

- Fix two bibliography related bugs: No default style shown in bibliography
  dialog in certain cases, and bad enabling-disabling behavior in Document>
  Settings> Bibliography (bugs 9797 and 9848).

- The math command \sideset is now in the autocomplete list (bug 9810).

- Disable Apply button in InsetParams dialogs if there is no inset to apply
  to (bug 9386).

- Allow to insert program listings to footnotes and margin notes (fixes bug
  9785, but reintroduces bug 9321).

- Do not output returns and tabs in outliner.

- Fix on-screen font of starred sections in paper text class.

- Fix category of several layouts of the foils text class (UI only).

- Correct minimal size of the view source window (bug 4430).

- Fix that changing the box type could delete the box (bug 8712).

- Fix a crash when introducing a new shortcut (bug 9869).

- Fix initialization problem with default Inset Layout.

- When a counter is stepped, reset recursively all subcounters (bug
10063).

- Erase correctly math multi-cell selections (bug 9747).

- Fix warning about Undo when an empty subscript is automatically deleted in 
mathed
  (bug 10022).

- Fix on screen narrow box when using \width as box width unit (bug
10048).


* INTERNALS

- Fix parsing problems of class and category declaration line in layout files
  that could break the textclass detection (bug 9746).

- Another attempt to fix NSAutoreleasePool related crashes within LinkBack
  driver. Now there is no global static pool used anymore (bug 8637).

- Allow quotes in PDF text properties (bug 9830).

- Avoid clogging the undo stack with useless entries when using the
  tabular dialog (bug 9960).


* DOCUMENTATION AND LOCALIZATION

- German UserGuide: fix many typos

- French: 

[Bug 1568043] Re: gnome-photos crashed with SIGABRT in g_assertion_message()

2016-06-22 Thread Bug Watch Updater
** Changed in: gnome-photos
   Status: Confirmed => Fix Released

** Changed in: gnome-photos
   Importance: High => Medium

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

Title:
  gnome-photos crashed with SIGABRT in g_assertion_message()

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

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


[Bug 1590751] Re: [SRU] Update walinuxagent to 2.1.3 in trusty

2016-06-22 Thread Steve Langasek
Debian packaging delta vs. the current trusty version:

--- walinuxagent-2.0.16/debian/ephemeral-disk-warning.conf  2016-03-08 
08:29:03.0 -0800
+++ walinuxagent-2.1.3/debian/ephemeral-disk-warning.conf   2016-03-07 
11:15:40.0 -0800
@@ -43,6 +43,7 @@
 
 This warning is written each boot; to disable it:
 echo "manual" | sudo tee /etc/init/ephemeral-disk-warning.override
+sudo systemctl disable ephemeral-disk-warning.service
 
 EOF
 chmod 0444 $warn_file

This command will fail on trusty, which does not use (or have) systemd.

I've reverted this change locally for the upload to trusty.

--- walinuxagent-2.0.16/debian/patches/fix_shebangs.patch   1969-12-31 16:00
:00.0 -0800
+++ walinuxagent-2.1.3/debian/patches/fix_shebangs.patch2016-02-18 12:26
:20.0 -0800
@@ -0,0 +1,24 @@
+--- a/setup.py
 b/setup.py
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/env python3n3n3
+ #
+ # Microsoft Azure Linux Agent setup.py
+ #

So... that's a bit wrong, but fortunately the dh-python build system
doesn't care about the shebang and instead invokes its version of
python3 explicitly.  Should be fixed in yakkety at some point, but not a
blocker for SRU.

Looks fine otherwise.  Uploading.

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

Title:
  [SRU] Update walinuxagent to 2.1.3 in trusty

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

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


[Bug 1402002] Re: Minitube fails to load VEVO videos

2016-06-22 Thread Amr Ibrahim
** Changed in: minitube (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  Minitube fails to load VEVO videos

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

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


[Bug 1594176] Re: Download arrow animation leaves garbage on the address bar

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

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

Title:
  Download arrow animation leaves garbage on the address bar

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

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


[Bug 1544477] Re: No sound notification for new SMS (Ubuntu Touch)

2016-06-22 Thread Cerberus
I never noticed any correlation between memory usage and SMS
notifications dying, but you never know.

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

Title:
  No sound notification for new SMS (Ubuntu Touch)

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

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


[Bug 1519120] Re: Xenial: VLAN interfaces don't work until after a reboot

2016-06-22 Thread Mathew Hodson
** Changed in: network-manager (Ubuntu)
   Importance: Undecided => High

** Changed in: network-manager (Ubuntu)
   Importance: High => Low

** Tags added: packaging

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

Title:
  Xenial: VLAN interfaces don't work until after a reboot

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

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


[Bug 1571640] Re: lightdm changing resolution

2016-06-22 Thread Mathew Hodson
** Changed in: unity-greeter (Ubuntu Xenial)
   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/1571640

Title:
  lightdm changing resolution

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

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


[Bug 1573174] Re: old vtk libs (e.g. vtkproj4) in /usr/lib/x86_64-linux-gnu/cmake/pcl/PCLConfig.cmake

2016-06-22 Thread Tully
** Bug watch added: Email to tfoote@osrfoundation #
   mailto:tfo...@osrfoundation.org

** Also affects: ros via
   mailto:tfo...@osrfoundation.org
   Importance: Undecided
   Status: New

** Changed in: ros
   Status: New => Confirmed

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

Title:
  old vtk libs (e.g. vtkproj4) in /usr/lib/x86_64-linux-
  gnu/cmake/pcl/PCLConfig.cmake

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

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


[Bug 1594524] Re: /usr/bin/media-hub-server:11:std::string::_M_data:std::string::_M_rep:std::string::size:std::string::find_last_of:std::string::find_last_of

2016-06-22 Thread Jim Hodapp
Introduced a regression with the latest MPRIS additions. This should
take care of that regression and needs to go out for OTA-12.

** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

** Changed in: canonical-devices-system-image
   Status: New => In Progress

** Changed in: canonical-devices-system-image
   Importance: Undecided => Critical

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => John McAleely (john.mcaleely)

** Changed in: canonical-devices-system-image
Milestone: None => 12

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

Title:
  /usr/bin/media-hub-
  
server:11:std::string::_M_data:std::string::_M_rep:std::string::size:std::string::find_last_of:std::string::find_last_of

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

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


[Bug 1594524] Re: /usr/bin/media-hub-server:11:std::string::_M_data:std::string::_M_rep:std::string::size:std::string::find_last_of:std::string::find_last_of

2016-06-22 Thread Jim Hodapp
** Branch linked: lp:~jhodapp/media-
hub/do_not_crash_on_empty_current_track

** Changed in: media-hub (Ubuntu)
   Status: New => Fix Committed

** Also affects: media-hub (Ubuntu RTM)
   Importance: Undecided
   Status: New

** Changed in: media-hub (Ubuntu RTM)
   Status: New => Fix Committed

** Changed in: media-hub (Ubuntu)
   Importance: Undecided => Critical

** Changed in: media-hub (Ubuntu RTM)
   Importance: Undecided => Critical

** Changed in: media-hub (Ubuntu)
 Assignee: (unassigned) => Jim Hodapp (jhodapp)

** Changed in: media-hub (Ubuntu RTM)
 Assignee: (unassigned) => Jim Hodapp (jhodapp)

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

Title:
  /usr/bin/media-hub-
  
server:11:std::string::_M_data:std::string::_M_rep:std::string::size:std::string::find_last_of:std::string::find_last_of

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

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


[Bug 1571702] Re: unable to take VM screenshot

2016-06-22 Thread Bug Watch Updater
** Changed in: virt-manager (Debian)
   Status: Unknown => Fix Released

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

Title:
  unable to take VM screenshot

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

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


[Bug 1588076] Re: image computation does not start

2016-06-22 Thread Bug Watch Updater
** Changed in: simple-image-reducer (Debian)
   Status: Unknown => Fix Released

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

Title:
  image computation does not start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/simple-image-reducer/+bug/1588076/+subscriptions

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


[Bug 1594906] s2lp4 (s390x.LPAR) - tests ran: 18, failed: 6

2016-06-22 Thread Brad Figg
tests ran:  18, failed: 6;
  
http://kernel.ubuntu.com/testing/4.4.0-25.44/s2lp4__4.4.0-25.44__2016-06-22_23-24-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/1594906

Title:
  linux: 4.4.0-27.46 -proposed tracker

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

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


[Bug 1594906] kernel01 (s390x.zVM) - tests ran: 136, failed: 0

2016-06-22 Thread Brad Figg
tests ran: 136, failed: 0;
  
http://kernel.ubuntu.com/testing/4.4.0-25.44/kernel01__4.4.0-25.44__2016-06-22_23-38-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/1594906

Title:
  linux: 4.4.0-27.46 -proposed tracker

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

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


[Bug 1594906] ms10-34-mcdivittB0-kernel (arm64) - tests ran: 10, failed: 2

2016-06-22 Thread Brad Figg
tests ran:  10, failed: 2;
  
http://kernel.ubuntu.com/testing/4.4.0-24.43/ms10-34-mcdivittB0-kernel__4.4.0-24.43__2016-06-22_23-11-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/1594906

Title:
  linux: 4.4.0-27.46 -proposed tracker

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

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


[Bug 1584604] Re: Slow login to kde5 waiting on ?networkmanager

2016-06-22 Thread Mike
Same issue here. I notice that I can alt+tab and see the desktop, but
when i release it remaints at splash. Additionally, I can use key-
triggers to load apps, hit the SUPER key, etc. as normal; but the splash
screen just remains in the foreground.

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

Title:
  Slow login to kde5 waiting on ?networkmanager

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