[Bug 1584040] [NEW] Horizon wsgi can run in the wrong WSGIProcessGroup

2016-05-20 Thread Cedric Brandily
Public bug reported:

Horizon wsgi can run in the wrong WSGIProcessGroup when multiple
WSGIProcessGroup are defined. Typically with the 2 following
configurations enabled on apache2:

# /etc/apache2/conf-enabled/openstack-dashboard.conf
   WSGIScriptAlias /horizon 
/usr/share/openstack-dashboard/openstack_dashboard/wsgi/django.wsgi
   WSGIDaemonProcess horizon user=horizon group=horizon processes=3 threads=10
   WSGIProcessGroup horizon
   Alias /static /usr/share/openstack-dashboard/openstack_dashboard/static/
   Alias /horizon/static 
/usr/share/openstack-dashboard/openstack_dashboard/static/
   
 Order allow,deny
 Allow from all
   

# /etc/apache2/conf-enabled/wsgi.conf
   WSGIScriptAlias /mywsgi /usr/share/mywsgi/.. process-group=mywsgi
   WSGIDaemonProcess mywsgi user=mywsgi group=mywsgi processes=5 threads=10
   WSGIProcessGroup mywsgi
   
 Order allow,deny
 Allow from all
   

Nothing ensures that Horizon wsgi will run in "horizon"
WSGIProcessGroup.


To ensure it we should use:
   WSGIScriptAlias /horizon 
/usr/share/openstack-dashboard/openstack_dashboard/wsgi/django.wsgi 
processes-group=horizon
instead of:
   WSGIScriptAlias /horizon 
/usr/share/openstack-dashboard/openstack_dashboard/wsgi/django.wsgi


It affects my Kilo openstack-dashboard on Trusty BUT should affect every 
openstack-dashboard on every ubuntu

** Affects: horizon (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/1584040

Title:
  Horizon wsgi can run in the wrong WSGIProcessGroup

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

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


[Bug 1583979] Re: test fails randomly if two Tests: blocks are used in control files

2016-05-20 Thread Louis Bouchard
Hello again,

Just so you know, the issue IS NOT related to one or two Tests: blocks.
I'm seeing the same behavior with only one block when running the same
tests on an i386 xenial image.

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

Title:
  test fails randomly if two Tests: blocks are used in control files

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

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


[Bug 1582411] ms10-35-mcdivittB0-kernel (arm64) - tests ran: 65, failed: 65

2016-05-20 Thread Brad Figg
tests ran:  65, failed: 65;
  
http://kernel.ubuntu.com/testing/3.16.0-71.92~14.04.1/ms10-35-mcdivittB0-kernel__3.16.0-71.92~14.04.1__2016-05-20_12-19-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/1582411

Title:
  linux-lts-utopic: 3.16.0-72.93~14.04.1 -proposed tracker

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

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


[Bug 1584030] Re: ubuntu 16.04 installation hangs

2016-05-20 Thread Adi
I just saw other interesting information- that why excuse the double entry of 
some line of the last 10 lines:
cleanup of temporary directories took quite long on a empty SSD...
Please watch the double entry at 12:22:19

May 20 12:19:12 ubuntu in-target: Holen:55 http://at.archive.ubuntu.com/ubuntu 
xenial-backports/universe Translation-en [64 B]
May 20 12:19:12 ubuntu in-target: Holen:56 http://at.archive.ubuntu.com/ubuntu 
xenial-backports/universe amd64 DEP-11 Metadata [159 B]
May 20 12:19:12 ubuntu in-target: Holen:57 http://at.archive.ubuntu.com/ubuntu 
xenial-backports/multiverse amd64 Packages [64 B]
May 20 12:19:12 ubuntu in-target: Holen:58 http://at.archive.ubuntu.com/ubuntu 
xenial-backports/multiverse i386 Packages [64 B]
May 20 12:19:12 ubuntu in-target: Holen:59 http://at.archive.ubuntu.com/ubuntu 
xenial-backports/multiverse Translation-en [64 B]
May 20 12:19:12 ubuntu in-target: Holen:60 http://at.archive.ubuntu.com/ubuntu 
xenial-backports/multiverse amd64 DEP-11 Metadata [160 B]
May 20 12:22:19 ubuntu systemd[1]: Starting Cleanup of Temporary Directories...
May 20 12:22:19 ubuntu systemd-tmpfiles[25251]: 
[/usr/lib/tmpfiles.d/var.conf:14] Duplicate line for path "/var/log", ignoring.
May 20 12:22:19 ubuntu systemd[1]: Started Cleanup of Temporary Directories.
May 20 12:26:00 ubuntu kernel: [ 1139.733319] unity-control-c[25373]: segfault 
at 0 ip   (null) sp 7ffc71b86908 error 14 in 
unity-control-center[40+f000]
May 20 12:26:25 ubuntu com.canonical.Unity.Scope.Applications[1827]: Error 
loading package indexes: Couldn't stat '/var/cache/software-center/xapian'
May 20 12:26:25 ubuntu com.canonical.Unity.Scope.Applications[1827]: 
(unity-scope-loader:25403): unity-applications-daemon-CRITICAL **: 
daemon.vala:144: Failed to load Software Center index. 'Apps Available for 
Download' will not be listed

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

Title:
  ubuntu 16.04 installation hangs

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

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


[Bug 1562583] Re: package amavisd-new 1:2.10.1-2ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-05-20 Thread unformatt
Are there any news to solve this issue?

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

Title:
  package amavisd-new 1:2.10.1-2ubuntu1 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/amavisd-new/+bug/1562583/+subscriptions

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


[Bug 1466427] Re: User agent string claims it's running Ubuntu 14.04

2016-05-20 Thread Launchpad Bug Tracker
This bug was fixed in the package webbrowser-app -
0.23+16.04.20160509.3-0ubuntu1

---
webbrowser-app (0.23+16.04.20160509.3-0ubuntu1) xenial; urgency=medium

  [ CI Train Bot ]
  * Resync trunk.

  [ Olivier Tilloy ]
  * Fine-tune the custom memory-pressure handler, from data gathered on
several devices. (LP: #1576639)
  * Update translation template.

 -- Olivier Tilloy   Mon, 09 May 2016
17:56:03 +

** Changed in: webbrowser-app (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  User agent string claims it's running Ubuntu 14.04

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

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


[Bug 1458037] Re: Loading a page in a new tab sometimes results in an unresponsive webview

2016-05-20 Thread Launchpad Bug Tracker
This bug was fixed in the package webbrowser-app -
0.23+16.04.20160509.3-0ubuntu1

---
webbrowser-app (0.23+16.04.20160509.3-0ubuntu1) xenial; urgency=medium

  [ CI Train Bot ]
  * Resync trunk.

  [ Olivier Tilloy ]
  * Fine-tune the custom memory-pressure handler, from data gathered on
several devices. (LP: #1576639)
  * Update translation template.

 -- Olivier Tilloy   Mon, 09 May 2016
17:56:03 +

** Changed in: webbrowser-app (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  Loading a page in a new tab sometimes results in an unresponsive
  webview

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

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


[Bug 1565055] Re: google hangouts thinks we are unsupported

2016-05-20 Thread Launchpad Bug Tracker
This bug was fixed in the package webbrowser-app -
0.23+16.04.20160509.3-0ubuntu1

---
webbrowser-app (0.23+16.04.20160509.3-0ubuntu1) xenial; urgency=medium

  [ CI Train Bot ]
  * Resync trunk.

  [ Olivier Tilloy ]
  * Fine-tune the custom memory-pressure handler, from data gathered on
several devices. (LP: #1576639)
  * Update translation template.

 -- Olivier Tilloy   Mon, 09 May 2016
17:56:03 +

** Changed in: webbrowser-app (Ubuntu)
   Status: In Progress => Fix Released

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

Title:
  google hangouts thinks we are unsupported

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

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


[Bug 1474533] Re: Taps at the bottom of the screen trigger a bottom edge gesture

2016-05-20 Thread Launchpad Bug Tracker
This bug was fixed in the package webbrowser-app -
0.23+16.04.20160509.3-0ubuntu1

---
webbrowser-app (0.23+16.04.20160509.3-0ubuntu1) xenial; urgency=medium

  [ CI Train Bot ]
  * Resync trunk.

  [ Olivier Tilloy ]
  * Fine-tune the custom memory-pressure handler, from data gathered on
several devices. (LP: #1576639)
  * Update translation template.

 -- Olivier Tilloy   Mon, 09 May 2016
17:56:03 +

** Changed in: webbrowser-app (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  Taps at the bottom of the screen trigger a bottom edge gesture

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

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


[Bug 1459362] Re: SwipeArea lets touch events through before a drag is detected

2016-05-20 Thread Launchpad Bug Tracker
This bug was fixed in the package webbrowser-app -
0.23+16.04.20160509.3-0ubuntu1

---
webbrowser-app (0.23+16.04.20160509.3-0ubuntu1) xenial; urgency=medium

  [ CI Train Bot ]
  * Resync trunk.

  [ Olivier Tilloy ]
  * Fine-tune the custom memory-pressure handler, from data gathered on
several devices. (LP: #1576639)
  * Update translation template.

 -- Olivier Tilloy   Mon, 09 May 2016
17:56:03 +

** Changed in: webbrowser-app (Ubuntu)
   Status: Invalid => 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/1459362

Title:
  SwipeArea lets touch events through before a drag is detected

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

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


[Bug 1457661] Re: facebook image upload not working in the webapp

2016-05-20 Thread Launchpad Bug Tracker
This bug was fixed in the package webbrowser-app -
0.23+16.04.20160509.3-0ubuntu1

---
webbrowser-app (0.23+16.04.20160509.3-0ubuntu1) xenial; urgency=medium

  [ CI Train Bot ]
  * Resync trunk.

  [ Olivier Tilloy ]
  * Fine-tune the custom memory-pressure handler, from data gathered on
several devices. (LP: #1576639)
  * Update translation template.

 -- Olivier Tilloy   Mon, 09 May 2016
17:56:03 +

** Changed in: webbrowser-app (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  facebook image upload not working in the webapp

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

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


[Bug 1517206] Re: [web browser] settings normal items and categories look the same

2016-05-20 Thread Launchpad Bug Tracker
This bug was fixed in the package webbrowser-app -
0.23+16.04.20160509.3-0ubuntu1

---
webbrowser-app (0.23+16.04.20160509.3-0ubuntu1) xenial; urgency=medium

  [ CI Train Bot ]
  * Resync trunk.

  [ Olivier Tilloy ]
  * Fine-tune the custom memory-pressure handler, from data gathered on
several devices. (LP: #1576639)
  * Update translation template.

 -- Olivier Tilloy   Mon, 09 May 2016
17:56:03 +

** Changed in: webbrowser-app (Ubuntu)
   Status: In Progress => Fix Released

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

Title:
  [web browser] settings normal items and categories look the same

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

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


[Bug 1565502] Re: webbrowser-app fails to build against Qt 5.6 because qdoc has moved

2016-05-20 Thread Launchpad Bug Tracker
This bug was fixed in the package webbrowser-app -
0.23+16.04.20160509.3-0ubuntu1

---
webbrowser-app (0.23+16.04.20160509.3-0ubuntu1) xenial; urgency=medium

  [ CI Train Bot ]
  * Resync trunk.

  [ Olivier Tilloy ]
  * Fine-tune the custom memory-pressure handler, from data gathered on
several devices. (LP: #1576639)
  * Update translation template.

 -- Olivier Tilloy   Mon, 09 May 2016
17:56:03 +

** Changed in: webbrowser-app (Ubuntu)
   Status: In Progress => Fix Released

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

Title:
  webbrowser-app fails to build against Qt 5.6 because qdoc has moved

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

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


[Bug 1532937] Re: [webapp-container] The context menu mentions the "webbbrowser" in an action string

2016-05-20 Thread Launchpad Bug Tracker
This bug was fixed in the package webbrowser-app -
0.23+16.04.20160509.3-0ubuntu1

---
webbrowser-app (0.23+16.04.20160509.3-0ubuntu1) xenial; urgency=medium

  [ CI Train Bot ]
  * Resync trunk.

  [ Olivier Tilloy ]
  * Fine-tune the custom memory-pressure handler, from data gathered on
several devices. (LP: #1576639)
  * Update translation template.

 -- Olivier Tilloy   Mon, 09 May 2016
17:56:03 +

** Changed in: webbrowser-app (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  [webapp-container] The context menu mentions the "webbbrowser" in an
  action string

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

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


[Bug 1572673] Re: [webapp-container] Invalid variable access error 'popupWindowController'

2016-05-20 Thread Launchpad Bug Tracker
This bug was fixed in the package webbrowser-app -
0.23+16.04.20160509.3-0ubuntu1

---
webbrowser-app (0.23+16.04.20160509.3-0ubuntu1) xenial; urgency=medium

  [ CI Train Bot ]
  * Resync trunk.

  [ Olivier Tilloy ]
  * Fine-tune the custom memory-pressure handler, from data gathered on
several devices. (LP: #1576639)
  * Update translation template.

 -- Olivier Tilloy   Mon, 09 May 2016
17:56:03 +

** Changed in: webbrowser-app (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  [webapp-container] Invalid variable access error
  'popupWindowController'

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

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


[Bug 1491806] Re: Remove the new private header usage from webbrowser-app

2016-05-20 Thread Launchpad Bug Tracker
This bug was fixed in the package webbrowser-app -
0.23+16.04.20160509.3-0ubuntu1

---
webbrowser-app (0.23+16.04.20160509.3-0ubuntu1) xenial; urgency=medium

  [ CI Train Bot ]
  * Resync trunk.

  [ Olivier Tilloy ]
  * Fine-tune the custom memory-pressure handler, from data gathered on
several devices. (LP: #1576639)
  * Update translation template.

 -- Olivier Tilloy   Mon, 09 May 2016
17:56:03 +

** Changed in: webbrowser-app (Ubuntu)
   Status: In Progress => Fix Released

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

Title:
  Remove the new private header usage from webbrowser-app

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

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


[Bug 1584053] [NEW] Editing manual IP fields brings up textboxes with the wrong size/position

2016-05-20 Thread Matthew Fearnley
Public bug reported:

This is on a Ubuntu 16.04 LTS 64-bit live session.

In the Network Connections dialog, Add/Edit a connection.  In the IPv4
Settings (or IPv6 Settings) tabs, set the method to Manual, and Add a
new address.

A text box for Address comes up, approximately spanning the first two
columns (Address and Netmask).

Pressing Tab (with or without a valid address) brings up a text box
starting in the middle of the Address column and ending in the middle of
the Gateway column.

Pressing Tab again brings up a text box in spanning the final two
columns (Netmask and Gateway).

(When a field is no longer edited, it appears in the right place.)

Strangely, once a complete, valid entry is made (e.g. 192.168.0.1 / 24 /
192.168.0.254), the next Gateway text box seems to subsequently be put
in the right place (spanning only the Gateway column).

In each case I would expect the text box to exactly fill the specific
column it is for.

** Affects: network-manager-applet (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "An example of the Netmask text field in a strange 
position"
   
https://bugs.launchpad.net/bugs/1584053/+attachment/4666901/+files/Netmask%20text%20field.png

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

Title:
  Editing manual IP fields brings up textboxes with the wrong
  size/position

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

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


[Bug 1583563] Re: System will not start with multipathd enabled

2016-05-20 Thread Dimitri John Ledkov
Playing with this more, I think I see what you mean now. Indeed there
appear to be bugs.

Martin,

Could you please take a look at all the systemd units and init scripts,
and how they intervene with each other?

* /etc/init.d/multipath-tools-boot
  - this one works fine

* /etc/init.d/multipath-tools
  - this one is enabled by default, and starts up without loading dm-multipath 
first

* /lib/systemd/system/multipathd.service
  - a trap, that is easy to shoot oneself in the foot.
  - has alias Alias=multipath-tools.service but doesn't appear to properly be 
enabled in maintainer scripts, and doesn't seem to be masking 
multipath-tools-boot initscript at all.
  - does not appear to be operational properly. 
  - references non-existant units
  - deamon fails to create socket... yet unit declares that socket activation 
is to be used.

Could you please dig further into these units and check what needs
fixing?

** Changed in: multipath-tools (Ubuntu)
   Status: New => Confirmed

** No longer affects: ubuntu-z-systems

** Changed in: multipath-tools (Ubuntu)
 Assignee: (unassigned) => Martin Pitt (pitti)

** Changed in: multipath-tools (Ubuntu)
   Importance: Undecided => High

** Also affects: multipath-tools (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Changed in: multipath-tools (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/1583563

Title:
  System will not start with multipathd enabled

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

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


[Bug 1578144] Re: cacti and cacti-spine are not compatible with MySQL 5.7 default sql_mode

2016-05-20 Thread Paul Gevers
Forgot to mention explicitly, this merge needs sponsorship.

** Patch added: "cacti-spine debdiff for yakkety (against Ubuntu)"
   
https://bugs.launchpad.net/ubuntu/+source/cacti/+bug/1578144/+attachment/4666902/+files/LP1578144_cacti-spine_yakkety__ubuntu.debdiff

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

Title:
  cacti and cacti-spine are not compatible with MySQL 5.7 default
  sql_mode

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

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


[Bug 1582374] Re: Log contains unknown mode senw

2016-05-20 Thread Chris J Arges
** Also affects: apparmor (Ubuntu)
   Importance: Undecided
   Status: New

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

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

Title:
  Log contains unknown mode senw

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

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


[Bug 1583883] Re: lightdm blocks login screen on non-english layout

2016-05-20 Thread anatoly techtonik
PrintScreen key doesn't seem to work on this screen. It can be called be
clicking on my name and selecting "Lock Screen" in top bar. Language
indicator is to the right of input field.

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

Title:
  lightdm blocks login screen on non-english layout

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

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


[Bug 1582036] Re: package openstack-dashboard 2:9.0.0-0ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-05-20 Thread Corey Bryant
Thanks for the bug report.  I'm unable to recreate this on a fresh
xenial install (see attached install output).  If you have more details
on how to recreate this please add those details to the bug.

** Attachment added: "openstack-dashboard-install.txt"
   
https://bugs.launchpad.net/ubuntu/+source/horizon/+bug/1582036/+attachment/4666903/+files/openstack-dashboard-install.txt

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

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

Title:
  package openstack-dashboard 2:9.0.0-0ubuntu2 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/horizon/+bug/1582036/+subscriptions

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


[Bug 1577051] Re: aa-logprof fails with unknown mode "reweive"

2016-05-20 Thread Chris J Arges
** Also affects: apparmor (Ubuntu Xenial)
   Importance: Undecided
   Status: New

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

Title:
  aa-logprof fails with unknown mode "reweive"

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

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


[Bug 1390061] Re: bash-completion tilde expansion every time

2016-05-20 Thread Ove Risberg
Please check comment #12 and #13...
The patch debian/patches/00-fix_quote_readline_by_ref.patch is not from 
upstream so we do not have to forward this to Debian.

The proper fix for this is to remove the bad
debian/patches/00-fix_quote_readline_by_ref.patch patch but since it
took 1.5 years for someone to do anything about this I did not complain
when they just patched the bad patch instead of removing the bad patch.

With this fix we can use Ubuntu in an Enterprise environment and Debian
are not affected by this because the problem was caused by a Ubuntu
patch.

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

Title:
  bash-completion tilde expansion every time

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

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


[Bug 1554613] Re: Screen flickers on XPS 13 9350/9550 (Intel Skylake/Broadwell GPU)

2016-05-20 Thread Romano Giannetti
I had this problem with a Dell desktop; It was especially bad with the
second monitor, which blanked out every time it lost focus. I can
confirm that

- $ apt-add-repository "deb 
http://ppa.launchpad.net/canonical-kernel-team/ppa/ubuntu yakkety main"
- $ echo -en "Package: *\nPin: release 
o=LP-PPA-canonical-kernel-team-ppa\nPin-Priority: -1\n" >> 
/etc/preferences.d/canonical-kernel-team-ubuntu-ppa-yakkety
- $ apt update
- $ apt install linux-image-extra-4.6.0-6-generic linux-headers-4.6.0-6-generic 
linux-tools-4.6.0-6-generic

after having created the directory /etc/preferences.d manually, and so
upgrading to the yakkety kernel, fixed the issue.

Can anyone please post the instruction to revert this and go back to
normal Xenial kernel release when the bug is fixed there? Thanks!

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

Title:
  Screen flickers on XPS 13 9350/9550 (Intel Skylake/Broadwell GPU)

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

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


[Bug 1385842] Re: icedtea-8-plugin not available for openjdk-8

2016-05-20 Thread Rune Philosof
@Fabio Marconi (fabiomarconi) could you explain why you only picked
Medium for importance?

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

Title:
  icedtea-8-plugin not available for openjdk-8

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

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


[Bug 1385842] Re: icedtea-8-plugin not available for openjdk-8

2016-05-20 Thread Rune Philosof
I have a 15.10 system needing this, mostly because openjdk-7-plugin for
some reason stopped working when I upgraded from 15.04.

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

Title:
  icedtea-8-plugin not available for openjdk-8

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

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


[Bug 1581381] Re: 7z code execution vulnerabilites

2016-05-20 Thread pcworld
** Description changed:

- In 7z, multiple security vulnerabilites were discovered, supposedly allowing 
"in some circumstances … arbitrary code execution": 
http://www.talosintel.com/reports/TALOS-2016-0093/
+ In 7z, multiple security vulnerabilites were discovered, supposedly allowing 
"in some circumstances … arbitrary code execution": 
http://blog.talosintel.com/2016/05/multiple-7-zip-vulnerabilities.html
  p7zip should be updated to include the fixes. Reportedly there is no new 
release of p7zip yet, so p7zip must be patched manually for now, the patches 
can be taken from 7zip: 
https://sourceforge.net/p/p7zip/discussion/383043/thread/9d0fb86b/

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

Title:
  7z code execution vulnerabilites

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

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

[Bug 1582431] fozzie (amd64) - tests ran: 18, failed: 6

2016-05-20 Thread Brad Figg
tests ran:  18, failed: 6;
  
http://kernel.ubuntu.com/testing/4.4.0-23.41/fozzie__4.4.0-23.41__2016-05-20_09-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/1582431

Title:
  linux: 4.4.0-23.41 -proposed tracker

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

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


[Bug 1584030] Re: ubuntu 16.04 installation hangs

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

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

Title:
  ubuntu 16.04 installation hangs

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

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


[Bug 1581381] Re: 7z code execution vulnerabilites

2016-05-20 Thread pcworld
Is someone working on backporting this to older releases? This bug seems
to be quite serious.

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

Title:
  7z code execution vulnerabilites

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

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


[Bug 1225795] Re: package openvswitch-controller 1.9.0-0ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 127

2016-05-20 Thread nyhuang
Since you have used ovs-ofctl command to manually install the necessary
flows, you have already started the controllers. To solve this, you
should rebuild a virtual net by mn and type the controller ptcp: command

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

Title:
  package openvswitch-controller 1.9.0-0ubuntu1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 127

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

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


[Bug 1580658] dagmar (i386) - tests ran: 1, failed: 1

2016-05-20 Thread Brad Figg
tests ran:   1, failed: 1;
  
http://kernel.ubuntu.com/testing/3.2.0-103.143/dagmar__3.2.0-103.143__2016-05-20_12-53-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/1580658

Title:
  linux: 3.2.0-103.143 -proposed tracker

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

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


[Bug 1584030] Re: ubuntu 16.04 installation hangs

2016-05-20 Thread Adi
with me too:
May 20 12:26:00 ubuntu kernel: [ 1139.733319] unity-control-c[25373]: segfault 
at 0 ip   (null) sp 7ffc71b86908 error 14 in 
unity-control-center[40+f000]
May 20 12:26:25 ubuntu com.canonical.Unity.Scope.Applications[1827]: Error 
loading package indexes: Couldn't stat '/var/cache/software-center/xapian'
May 20 12:26:25 ubuntu com.canonical.Unity.Scope.Applications[1827]: 
(unity-scope-loader:25403): unity-applications-daemon-CRITICAL **: 
daemon.vala:144: Failed to load Software Center index. 'Apps Available for 
Download' will not be listed

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

Title:
  ubuntu 16.04 installation hangs

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

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


[Bug 1578305] Re: Stoney powerplay support

2016-05-20 Thread Robert Hooker
** Tags removed: verification-needed-xenial
** Tags added: verification-done-xenial

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

Title:
  Stoney powerplay support

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

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


[Bug 1584042] [NEW] IPV6 resolving fails via udp (not tcp) from other server

2016-05-20 Thread Frédéric Druilhet
Public bug reported:


Hi,

On a client server, I can't get a response from a name server in ipv6+udp. On 
the same server, it works fine in tcp.
If I log on my name server, I can get a response from himself but, as a client, 
it can't get a response from another name server.

here are the steps to reproduce : 
- Create a new server using Ubuntu server 16.04. Set it to use ipv4 and use 
your preferred name server. Select absolutely nothing as functionality. 
- check some nslookup and apt-get stuff to verify network is OK
- add ipv6 to the interface and refer to an IPV6 nameserver. I have 3 and thats 
why I noticed the problem >> All 3 ipv6 nameservers are filling the 3 places in 
resolv.conf.
- if you don't have 3 ipv6 nameservers, just add one and comment the line with 
the ipv4 name server.
- verify your resolv.conf. Should only content ipv6 reference.
- Now, you can't nslookup anymore... 
- add some tests : "dig @ipv4server google.com" works but "dig @ipv6server 
google.com" don't


Here a more tests : 


Nameserver1 : Nameserver1.MyDomain :  XXX.YYY.ZZZ.250 / ::::250
Client  StandAloneServer.MyDomain   :   XXX.YYY.ZZZ.209 / 
::::209

With IPV4


# dig @XXX.YYY.ZZZ.226 www.google.fr

/var/log/named/queries.log on Nameserver1:
20-May-2016 12:25:02.834 queries: info: client XXX.YYY.ZZZ.209#35116 
(www.google.fr): query: www.google.fr IN A +E (XXX.YYY.ZZZ.226)

Tcp Dump on Nameserver1:
12:25:02.834092 IP StandAloneServer.MyDomain.35116 > 
Nameserver1.MyDomain.domain: 62949+ [1au] A? www.google.fr. (42)
12:25:02.834395 IP Nameserver1.MyDomain.domain > 
StandAloneServer.MyDomain.35116: 62949 1/4/5 A 216.58.210.195 (204)

Tcp Dump on Client
12:25:02.668200 IP StandAloneServer.MyDomain.35116 > 
Nameserver1.MyDomain.domain: 62949+ [1au] A? www.google.fr. (42)
12:25:02.669573 IP Nameserver1.MyDomain.domain > 
StandAloneServer.MyDomain.35116: 62949 1/4/5 A 216.58.210.195 (204)


RESULT:

; <<>> DiG 9.10.3-P4-Ubuntu <<>> @XXX.YYY.ZZZ.226 www.google.fr
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 49591
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 4, ADDITIONAL: 5
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;www.google.fr. IN  A
;; ANSWER SECTION:
www.google.fr.  300 IN  A   216.58.210.195
;; AUTHORITY SECTION:
google.fr.  171625  IN  NS  ns1.google.com.
[TRUNCATED]


WITH IPV6
# dig @::::226 www.google.fr 

NOTE  : I only asked once, it created 3 queries with 5 secs d’intervalle
environ

/var/log/named/queries.log on Nameserver1:
20-May-2016 12:32:34.902 queries: info: client ::::209#35362 
(www.google.fr): query: www.google.fr IN A +E (::::226)
20-May-2016 12:32:39.902 queries: info: client ::::209#35362 
(www.google.fr): query: www.google.fr IN A +E (::::226)
20-May-2016 12:32:44.902 queries: info: client ::::209#35362 
(www.google.fr): query: www.google.fr IN A +E (::::226)

Tcp Dump on Nameserver1:
12:32:34.902598 IP6 StandAloneServer.MyDomain.35362 > 
Nameserver1.MyDomain.domain: 23393+ [1au] A? www.google.fr. (42)
12:32:34.902994 IP6 Nameserver1.MyDomain.domain > 
StandAloneServer.MyDomain.35362: 23393 1/4/5 A 216.58.210.195 (204)
…
12:32:39.902644 IP6 StandAloneServer.MyDomain.35362 > 
Nameserver1.MyDomain.domain: 23393+ [1au] A? www.google.fr. (42)
12:32:39.902975 IP6 Nameserver1.MyDomain.domain > 
StandAloneServer.MyDomain.35362: 23393 1/4/5 A 216.58.210.195 (204)
…
12:32:39.902644 IP6 StandAloneServer.MyDomain.35362 > 
Nameserver1.MyDomain.domain: 23393+ [1au] A? www.google.fr. (42)
12:32:39.902975 IP6 Nameserver1.MyDomain.domain > 
StandAloneServer.MyDomain.35362: 23393 1/4/5 A 216.58.210.195 (204)


Tcp Dump on Client12:32:34.725312 IP6 StandAloneServer.MyDomain.35362 > 
Nameserver1.MyDomain.domain: 23393+ [1au] A? www.google.fr. (42)
12:32:34.726036 IP6 Nameserver1.MyDomain.domain > 
StandAloneServer.MyDomain.35362: 23393 1/4/5 A 216.58.210.195 (204)
…
12:32:39.725199 IP6 StandAloneServer.MyDomain.35362 > 
Nameserver1.MyDomain.domain: 23393+ [1au] A? www.google.fr. (42)
12:32:39.726045 IP6 Nameserver1.MyDomain.domain > 
StandAloneServer.MyDomain.35362: 23393 1/4/5 A 216.58.210.195 (204)
…
12:32:44.725288 IP6 StandAloneServer.MyDomain.35362 > 
Nameserver1.MyDomain.domain: 23393+ [1au] A? www.google.fr. (42)
12:32:44.725944 IP6 Nameserver1.MyDomain.domain > 
StandAloneServer.MyDomain.35362: 23393 1/4/5 A 216.58.210.195 (204)


RESULT


; <<>> DiG 9.10.3-P4-Ubuntu <<>> @::::226 www.google.fr
; (1 server found)
;; global options: +cmd
;; connection timed out; no servers could be reached


but, if I do the same query with the tcp flag, all is OK : 


# dig +tcp @::::226 www.google.fr 

; <<>> DiG 9.10.3-P4-Ubuntu <<>> +tcp ::::226 www.google.fr
; (1 server found)
;; global 

[Bug 1584049] [NEW] [regression OTA-10 -> rc-proposed] SIM unlocking not offered on boot, need to select from indicator

2016-05-20 Thread Timo Jyrinki
Public bug reported:

I upgraded my Meizu Pro 5 from OTA-10.2 to today's rc-proposed, and now
SIM unlocking is no longer offered when I boot up the phone. I need to
select SIM Unlock from the indicator menu (which works).

I'm using currently 1 SIM in the SIM1 slot (the one that also acts as
optional SD Card slot), SIM2 (SIM only slot) is empty.

** Affects: unity8 (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/1584049

Title:
  [regression OTA-10 -> rc-proposed] SIM unlocking not offered on boot,
  need to select from indicator

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

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


[Bug 1584051] [NEW] BUG: soft lockup - CPU#0 stuck for 22s! [kswapd0:33]

2016-05-20 Thread Marco Salini
Public bug reported:

This is an upgrade of LXLE (lxle.net) from 12.04 to 14.04.
The installation has been done by leaving the /home partition intact and 
installing the 14.04 upon the re-formatted /boot and /root and /swap 
partitions. The size of all the partitions have been kept the same.

I get this error soon after I start up the Notebook pretty much 70% of
the times. And it comes up multiple times while the Notebook is on. What
follows are random spikes of CPU load with few seconds of freezes.

However, when I use Chromium, thing get worst. CPU spikes are longer and
it often requires a restart.

Chromium details:


Chromium49.0.2623.108 (Developer Build) Ubuntu 14.04 (32-bit)
Revisiond65a1c2f313b54fb0b90bb8a1082e4f5ecba2dda
OS  Linux 
Blink   537.36 (@d65a1c2f313b54fb0b90bb8a1082e4f5ecba2dda)
JavaScript  V8 4.9.385.33
Flash   11.2.999.999
User Agent  Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like 
Gecko) Ubuntu Chromium/49.0.2623.108 Chrome/49.0.2623.108 Safari/537.36
Command Line/usr/lib/chromium-browser/chromium-browser 
--ppapi-flash-path=/usr/lib/adobe-flashplugin/libpepflashplayer.so 
--ppapi-flash-version --enable-pinch --window-depth=24 --flag-switches-begin 
--disable-quic --flag-switches-end
Executable Path /usr/lib/chromium-browser/chromium-browser
Profile Path/home/msal/.config/chromium/Default
Variations  cf5ed6e1-3f4a17df
f1eb96ab-3f4a17df
775ebbd7-3f4a17df
f5dd6118-2f5721af
4ea303a6-3f4a17df
dbffab5d-f51b51
c8b9b12d-d93a0620
867c4c68-3f4a17df
a70306ec-3f4a17df



Attached in the Apport .crash report

Thanks

M.

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


** Tags: kernel-bug kernel-oops

** Patch added: "Apport report file"
   
https://bugs.launchpad.net/bugs/1584051/+attachment/4666899/+files/linux-image-3.13.0-86-generic.127201.crash

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

Title:
  BUG: soft lockup - CPU#0 stuck for 22s! [kswapd0:33]

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

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


[Bug 1570807] Re: Double focus rect in list views

2016-05-20 Thread Launchpad Bug Tracker
This bug was fixed in the package webbrowser-app -
0.23+16.04.20160509.3-0ubuntu1

---
webbrowser-app (0.23+16.04.20160509.3-0ubuntu1) xenial; urgency=medium

  [ CI Train Bot ]
  * Resync trunk.

  [ Olivier Tilloy ]
  * Fine-tune the custom memory-pressure handler, from data gathered on
several devices. (LP: #1576639)
  * Update translation template.

 -- Olivier Tilloy   Mon, 09 May 2016
17:56:03 +

** Changed in: webbrowser-app (Ubuntu)
   Status: In Progress => Fix Released

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

Title:
  Double focus rect in list views

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

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


[Bug 1576639] Re: memory threshold is too high

2016-05-20 Thread Launchpad Bug Tracker
This bug was fixed in the package webbrowser-app -
0.23+16.04.20160509.3-0ubuntu1

---
webbrowser-app (0.23+16.04.20160509.3-0ubuntu1) xenial; urgency=medium

  [ CI Train Bot ]
  * Resync trunk.

  [ Olivier Tilloy ]
  * Fine-tune the custom memory-pressure handler, from data gathered on
several devices. (LP: #1576639)
  * Update translation template.

 -- Olivier Tilloy   Mon, 09 May 2016
17:56:03 +

** Changed in: webbrowser-app (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  memory threshold is too high

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-device-images/+bug/1576639/+subscriptions

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


[Bug 1573017] Re: [webapp-container] SAML detection logic broken

2016-05-20 Thread Launchpad Bug Tracker
This bug was fixed in the package webbrowser-app -
0.23+16.04.20160509.3-0ubuntu1

---
webbrowser-app (0.23+16.04.20160509.3-0ubuntu1) xenial; urgency=medium

  [ CI Train Bot ]
  * Resync trunk.

  [ Olivier Tilloy ]
  * Fine-tune the custom memory-pressure handler, from data gathered on
several devices. (LP: #1576639)
  * Update translation template.

 -- Olivier Tilloy   Mon, 09 May 2016
17:56:03 +

** Changed in: webbrowser-app (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  [webapp-container] SAML detection logic broken

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

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


[Bug 1571361] Re: Sharing from webbrowserapp should include title of the page

2016-05-20 Thread Launchpad Bug Tracker
This bug was fixed in the package webbrowser-app -
0.23+16.04.20160509.3-0ubuntu1

---
webbrowser-app (0.23+16.04.20160509.3-0ubuntu1) xenial; urgency=medium

  [ CI Train Bot ]
  * Resync trunk.

  [ Olivier Tilloy ]
  * Fine-tune the custom memory-pressure handler, from data gathered on
several devices. (LP: #1576639)
  * Update translation template.

 -- Olivier Tilloy   Mon, 09 May 2016
17:56:03 +

** Changed in: webbrowser-app (Ubuntu)
   Status: In Progress => Fix Released

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

Title:
  Sharing from webbrowserapp should include title of the page

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

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


[Bug 1584052] [NEW] btrfs: file write crashes with false ENOSPC during snapshot creation since kernel 4.4 - fix available

2016-05-20 Thread Oliver O.
Public bug reported:

Kernel 4.4 introduced a btrfs bug where a process writing a file while a
snapshot creation is underway will receive a false ENOSPC error (No
space left on device), even while there is plenty of free space on the
file system. On systems where snapshots are created frequently, this
leads to frequent database crashes (here with MySQL):

2016-05-19T21:00:01.862106Z 0 [Warning] InnoDB: Retry attempts for writing 
partial data failed.
2016-05-19T21:00:01.862133Z 0 [ERROR] InnoDB: Write to file ./ibdata1failed at 
offset 1048576, 16384 bytes should have been written, only 0 were written. 
Operating system error number 28. Check that your OS a
nd file system support files of this size. Check also that the disk is not full 
or a disk quota exceeded.
2016-05-19T21:00:01.862143Z 0 [ERROR] InnoDB: Error number 28 means 'No space 
left on device'

The problem is well known: 
http://www.spinics.net/lists/linux-btrfs/msg52672.html
A patch is available: https://patchwork.kernel.org/patch/7967161/
The patch has been committed to the Linux Kernel source tree on Feb 18, 2016: 
https://github.com/torvalds/linux/commits/master/fs/btrfs/file.c

Creating snapshots for undo and backup purposes without interrupting
database operations is a central aspect of btrfs usage. This bug breaks
server operations and should be fixed in the xenial kernel.

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


** Tags: btrfs kernel-fixed-upstream kernel-fs xenial

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

Title:
  btrfs: file write crashes with false ENOSPC during snapshot creation
  since kernel 4.4 - fix available

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

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


[Bug 1583849] Re: dist-upgrade & FF upgrade breaks FF & Midori 16.04 PPC

2016-05-20 Thread John Paul Adrian Glaubitz
As you can see in the linked upstream bug report, Firefox is currently
broken on all big-endian architectures. The only known workaround for
this is currently downgrading to Firefox 44.

Adrian

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

Title:
  dist-upgrade & FF upgrade breaks FF & Midori 16.04 PPC

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

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


[Bug 1578144] Re: cacti and cacti-spine are not compatible with MySQL 5.7 default sql_mode

2016-05-20 Thread Paul Gevers
I created the merge debdiff for cacti-spine. It works in my lxc.
Attached, both the debdiff against the current 0.8.8h-1 in Debian and
the version in Ubuntu.

** Patch added: "cacti-spine debdiff for yakkety (against Debian)"
   
https://bugs.launchpad.net/ubuntu/+source/cacti/+bug/1578144/+attachment/4666900/+files/LP1578144_cacti-spine_yakkety__debian.debdiff

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

Title:
  cacti and cacti-spine are not compatible with MySQL 5.7 default
  sql_mode

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

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


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

2016-05-20 Thread Brad Figg
tests ran:   1, failed: 1;
  
http://kernel.ubuntu.com/testing/3.16.0-71.92~14.04.1/ms10-35-mcdivittB0-kernel__3.16.0-71.92~14.04.1__2016-05-20_13-16-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/1582411

Title:
  linux-lts-utopic: 3.16.0-72.93~14.04.1 -proposed tracker

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

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


[Bug 1584051] Missing required logs.

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

apport-collect 1584051

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

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

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

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

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

Title:
  BUG: soft lockup - CPU#0 stuck for 22s! [kswapd0:33]

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

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


[Bug 1421293] Re: Icon width is inconsistent when height is specified

2016-05-20 Thread Albert Astals Cid
** Description changed:

  The width of an Icon {} depends if the Icon is an SVG coming from
  image://theme/ or a JPG.
  
  For the SVG the width grows as the units.gu grow, but for the JPEG it
  does not and one has to manually add code to maitain the aspect ratio.
  
  See the attached code and files.
+ 
+ **
+ 
+ Trying to explain the bug a bit better.
+ 
+ The problem is basically that the first image looks "correct" at any
+ GRID_UNIT_PX value while the second does not, you need to add extra code
+ (i.e. the third) for it to look correct. See in
+ http://i.imgur.com/EBb8PEU.png how the first and third images always
+ keep the aspect ratio nice while the second gets distorted as we
+ increase the GRID_UNIT_PX value

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

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

Title:
  Icon width is inconsistent when height is specified

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

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


[Bug 1584030] Re: ubuntu 16.04 installation hangs

2016-05-20 Thread lepidas blades rompolos
a workaround I found is to stop network manager and then install. It did
work after this.

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

Title:
  ubuntu 16.04 installation hangs

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

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


[Bug 1578144] Re: cacti and cacti-spine are not compatible with MySQL 5.7 default sql_mode

2016-05-20 Thread Robie Basak
Paul, this looks good, thanks. Note that the Ubuntu change (build
against libmysqlclient, not libmysqlclient_r) is actually applicable to
Debian too, even against MySQL 5.6. I haven't yet sent all of these up
to Debian/upstreams (I'm tracking in bug 1566364). libmysqlclient_r is
deprecated in 5.6 but still exists as a symlink which is gone in 5.7. So
the patch should work against MySQL 5.6 in Debian though I've not tested
it.

So do you want to apply that in Debian and then I can sync cacti-spine
in Yakkety? Or if that will take you some time, I'll be happy to upload
your merge now.

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

Title:
  cacti and cacti-spine are not compatible with MySQL 5.7 default
  sql_mode

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

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


[Bug 1581998] Re: package openstack-dashboard-ubuntu-theme 2:9.0.0-0ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-05-20 Thread Corey Bryant
Thanks for the bug report. I'm unable to recreate this on a fresh xenial
install (see attached install output). If you have more details on how
to recreate this please add those details to the bug.

** Attachment added: "openstack-dashboard-install.txt"
   
https://bugs.launchpad.net/ubuntu/+source/horizon/+bug/1581998/+attachment/4666905/+files/openstack-dashboard-install.txt

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

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

Title:
  package openstack-dashboard-ubuntu-theme 2:9.0.0-0ubuntu2 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/horizon/+bug/1581998/+subscriptions

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


[Bug 1385842] Re: icedtea-8-plugin not available for openjdk-8

2016-05-20 Thread Rune Philosof
I didn't actually need version 8.
So I just upgraded my icedtea-7-plugin with the icedtea-7-plugin from Maarten 
Fonville's PPA.
Maarten Fonville's version worked.

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

Title:
  icedtea-8-plugin not available for openjdk-8

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

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


[Bug 1354793] Re: Radeon X-Server Error

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

** Changed in: xserver-xorg-input-synaptics (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/1354793

Title:
  Radeon X-Server Error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1354793/+subscriptions

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


[Bug 1354793] Re: Same Radeon X-Server Error

2016-05-20 Thread Tom Winter
** Summary changed:

- mouse pointer vanishes when i double click any folder
+ Same Radeon X-Server Error

** Summary changed:

- Same Radeon X-Server Error
+ Radeon X-Server Error

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

Title:
  Radeon X-Server Error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1354793/+subscriptions

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


[Bug 1160046] Re: terminal does not resize correctly after maximise by sliding to top panel

2016-05-20 Thread Matthew Fearnley
This is still a problem in 16.04.  The terminal will become a desktop-
sized window after restoring, after every way I can think of to maximise
(snapping to top, double-clicking the title bar, double-pressing F11).

If the window was partly offscreen when it was maximised, it still
expands to desktop size on restore, but the top-left corner is restored
to its original position.

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

Title:
  terminal does not resize correctly after maximise by sliding to top
  panel

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

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


[Bug 1583944] Re: It's possible to swipe the SIM PIN dialog away

2016-05-20 Thread Pat McGowan
Hang on, this is as intended. You are not required to unlock the SIM to
use your phone.

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

Title:
  It's possible to swipe the SIM PIN dialog away

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

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


[Bug 1584049] Re: [regression OTA-10 -> rc-proposed] SIM unlocking not offered on boot, need to select from indicator

2016-05-20 Thread Michał Sawicz
*** This bug is a duplicate of bug 1580908 ***
https://bugs.launchpad.net/bugs/1580908

** This bug has been marked a duplicate of bug 1580908
Sim lock screen doesn't appear after restarting the device

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

Title:
  [regression OTA-10 -> rc-proposed] SIM unlocking not offered on boot,
  need to select from indicator

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

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


[Bug 1584040] Re: Horizon wsgi can run in the wrong WSGIProcessGroup

2016-05-20 Thread James Page
** Also affects: horizon (Ubuntu Yakkety)
   Importance: Undecided
   Status: New

** Also affects: horizon (Ubuntu Trusty)
   Importance: Undecided
   Status: New

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

** Also affects: horizon (Ubuntu Wily)
   Importance: Undecided
   Status: New

** Also affects: cloud-archive
   Importance: Undecided
   Status: New

** Also affects: cloud-archive/newton
   Importance: Undecided
   Status: New

** Also affects: cloud-archive/liberty
   Importance: Undecided
   Status: New

** Also affects: cloud-archive/mitaka
   Importance: Undecided
   Status: New

** Also affects: cloud-archive/icehouse
   Importance: Undecided
   Status: New

** Also affects: cloud-archive/kilo
   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/1584040

Title:
  Horizon wsgi can run in the wrong WSGIProcessGroup

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

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


[Bug 1580908] Re: Sim lock screen doesn't appear after restarting the device

2016-05-20 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/1580908

Title:
   Sim lock screen doesn't appear after restarting the device

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

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


[Bug 1580908] Re: Sim lock screen doesn't appear after restarting the device

2016-05-20 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/1580908

Title:
   Sim lock screen doesn't appear after restarting the device

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

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


[Bug 1580908] Re: Sim lock screen doesn't appear after restarting the device

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

** Changed in: unity8 (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/1580908

Title:
   Sim lock screen doesn't appear after restarting the device

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

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


[Bug 1574082] Re: Unable to manually compress js and css

2016-05-20 Thread Corey Bryant
Hello Marcin, Hopefully you've made some progress to work around this.
I've gone ahead and marked this bug as invalid based on my prior
comment.

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

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

Title:
  Unable to manually compress js and css

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

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


[Bug 1584052] Missing required logs.

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

apport-collect 1584052

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

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

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

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

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

Title:
  btrfs: file write crashes with false ENOSPC during snapshot creation
  since kernel 4.4 - fix available

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

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


[Bug 1583794] Re: snap htop doesnt show processes

2016-05-20 Thread Jamie Strandboge
I forgot to mention that your snap needs to specify 'plugs: [ system-
observe ]'. Eg:

...
apps:
  htop:
...
plugs: [ system-observe ]

Once you do that, the snap connect command should work.

As for the apparmor logs, the first is not a denial, it is indicating
that the tmux profile was loaded. The next two indicate a denial with
tmux which IIRC you filed elsewhere. Log entries you would be interested
in would be for 'snap.htop'.

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

Title:
  snap htop doesnt show processes

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

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


[Bug 1582662] Re: no cellular connection and settings

2016-05-20 Thread Alfonso Sanchez-Beato
Not really much is seeing in the syslog. Was there any file in
/var/crash ?

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

Title:
  no cellular connection and settings

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

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


[Bug 1577833] Re: Support statement for packages within Ubuntu 16.04 LTS should have the 5 Y statement

2016-05-20 Thread Dimitri John Ledkov
** Package changed: ubuntu-meta (Ubuntu) => ubuntu-seeds

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

Title:
  Support statement for packages within Ubuntu 16.04 LTS should have the
  5 Y statement

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

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


[Bug 1583913] [NEW] Can't install any ubuntu 16.04 flavor from USB - always looking for CD-ROM - even after fixing that it crashes...

2016-05-20 Thread Joseph Netti
Public bug reported:

Issue occurs with Linux Mint as well...

/05efi on mounted /dev/sdb1
May 20 06:19:14 ubuntu-mate 05efi: debug: /dev/sdb1 is a FAT32 partition
May 20 06:19:14 ubuntu-mate 05efi: debug: /dev/sdb1 partition scheme is dos
May 20 06:19:14 ubuntu-mate 05efi: debug: /dev/sdb1 partition type is 0xc
May 20 06:19:14 ubuntu-mate 05efi: debug: /dev/sdb1 is not a ESP partition: 
exiting
May 20 06:19:14 ubuntu-mate os-prober: debug: running 
/usr/lib/os-probes/mounted/10freedos on mounted /dev/sdb1
May 20 06:19:14 ubuntu-mate 10freedos: debug: /dev/sdb1 is a FAT32 partition
May 20 06:19:14 ubuntu-mate os-prober: debug: running 
/usr/lib/os-probes/mounted/10qnx on mounted /dev/sdb1
May 20 06:19:14 ubuntu-mate 10qnx: debug: /dev/sdb1 is not a QNX4 partition: 
exiting
May 20 06:19:14 ubuntu-mate os-prober: debug: running 
/usr/lib/os-probes/mounted/20macosx on mounted /dev/sdb1
May 20 06:19:14 ubuntu-mate macosx-prober: debug: /dev/sdb1 is not an HFS+ 
partition: exiting
May 20 06:19:14 ubuntu-mate os-prober: debug: running 
/usr/lib/os-probes/mounted/20microsoft on mounted /dev/sdb1
May 20 06:19:14 ubuntu-mate 20microsoft: debug: Skipping legacy bootloaders on 
UEFI system
May 20 06:19:14 ubuntu-mate os-prober: debug: running 
/usr/lib/os-probes/mounted/30utility on mounted /dev/sdb1
May 20 06:19:14 ubuntu-mate 30utility: debug: /dev/sdb1 is a FAT32 partition
May 20 06:19:14 ubuntu-mate os-prober: debug: running 
/usr/lib/os-probes/mounted/40lsb on mounted /dev/sdb1
May 20 06:19:14 ubuntu-mate os-prober: debug: running 
/usr/lib/os-probes/mounted/70hurd on mounted /dev/sdb1
May 20 06:19:14 ubuntu-mate os-prober: debug: running 
/usr/lib/os-probes/mounted/80minix on mounted /dev/sdb1
May 20 06:19:14 ubuntu-mate os-prober: debug: running 
/usr/lib/os-probes/mounted/83haiku on mounted /dev/sdb1
May 20 06:19:14 ubuntu-mate 83haiku: debug: /dev/sdb1 is not a BeFS partition: 
exiting
May 20 06:19:14 ubuntu-mate os-prober: debug: running 
/usr/lib/os-probes/mounted/90linux-distro on mounted /dev/sdb1
May 20 06:19:14 ubuntu-mate os-prober: debug: running 
/usr/lib/os-probes/mounted/90solaris on mounted /dev/sdb1
May 20 06:19:14 ubuntu-mate ubiquity[3720]: Device free not found in os-prober 
output
May 20 06:19:14 ubuntu-mate ubiquity[3720]: Device /dev/sda1 not found in 
os-prober output
May 20 06:19:14 ubuntu-mate ubiquity[3720]: Device free not found in os-prober 
output
May 20 06:19:14 ubuntu-mate ubiquity[3720]: switched to page partman
May 20 06:19:50 ubuntu-mate ubiquity[3720]: debconffilter_done: ubi-partman 
(current: ubi-partman)
May 20 06:19:50 ubuntu-mate ubiquity[3720]: Step_before = stepPartAsk
May 20 06:19:50 ubuntu-mate clock-setup: rdate called using NTP server 
ntp.ubuntu.com.
May 20 06:19:54 ubuntu-mate kernel: [ 7284.693144]  sda: sda1 sda2 sda3
May 20 06:19:55 ubuntu-mate partman: mkswap: /dev/sda3: warning: wiping old 
swap signature.
May 20 06:19:56 ubuntu-mate kernel: [ 7285.762418] Adding 3770364k swap on 
/dev/sda3.  Priority:-1 extents:1 across:3770364k FS
May 20 06:19:56 ubuntu-mate partman: mke2fs 1.42.13 (17-May-2015)
May 20 06:19:56 ubuntu-mate systemd[1523]: Time has been changed
May 20 06:19:56 ubuntu-mate systemd[1]: Time has been changed
May 20 06:19:56 ubuntu-mate systemd[1]: apt-daily.timer: Adding 4h 18min 
31.880581s random time.
May 20 06:19:56 ubuntu-mate clock-setup: Fri May 20 06:19:56 UTC 2016
May 20 06:19:56 ubuntu-mate clock-setup: rdate: adjust local clock by -0.005463 
seconds
May 20 06:19:59 ubuntu-mate ubiquity[3720]: switched to page timezone
May 20 06:20:01 ubuntu-mate kernel: [ 7291.597892] EXT4-fs (sda2): mounted 
filesystem with ordered data mode. Opts: errors=remount-ro
May 20 06:20:02 ubuntu-mate localechooser: info: debian-installer/language 
preseeded to 'en' (seen: false)
May 20 06:20:02 ubuntu-mate localechooser: info: debian-installer/country 
preseeded to 'US' (seen: true)
May 20 06:20:02 ubuntu-mate localechooser: info: debian-installer/locale 
preseeded to 'en_US.UTF-8' (seen: true)
May 20 06:20:02 ubuntu-mate localechooser: info: Language = 'en'
May 20 06:20:02 ubuntu-mate localechooser: info: 
line=en;0;US;en_US.UTF-8;;console-setup
May 20 06:20:02 ubuntu-mate localechooser: info: Set debian-installer/language 
= 'en'
May 20 06:20:02 ubuntu-mate localechooser: info: Default country = 'US'
May 20 06:20:02 ubuntu-mate localechooser: info: Default locale = 'en_US.UTF-8'
May 20 06:20:02 ubuntu-mate localechooser: info: Set 
debian-installer/consoledisplay = 'console-setup'
May 20 06:20:02 ubuntu-mate localechooser: info: Set debian-installer/country = 
'US'
May 20 06:20:02 ubuntu-mate localechooser: info: Set debian-installer/locale = 
'en_US.UTF-8'
May 20 06:20:03 ubuntu-mate localechooser: info: System locale 
(debian-installer/locale) = 'en_US.UTF-8'
May 20 06:20:03 ubuntu-mate os-prober: File descriptor 3 (pipe:[136392]) leaked 
on lvs invocation.
May 20 06:20:03 ubuntu-mate os-prober:  Parent PID 9741: log-output
May 20 06:20:03 ubuntu-mate 

[Bug 1580658] onza (amd64) - tests ran: 1, failed: 1

2016-05-20 Thread Brad Figg
tests ran:   1, failed: 1;
  
http://kernel.ubuntu.com/testing/3.2.0-103.143/onza__3.2.0-103.143__2016-05-20_06-53-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/1580658

Title:
  linux: 3.2.0-103.143 -proposed tracker

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

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


[Bug 1579712] Re: Refresh hangs indefinitely, appstreamcli using 100% CPU

2016-05-20 Thread fubuntu
It took quite some time for me to find this solution.  When the average
user starts googling this, they are going to find all sorts of things
which do not apply, for example:

http://itsfoss.com/fix-update-errors-ubuntu-1404/
https://askubuntu.com/questions/615203/software-updates-stuck-downloading-after-15-04-upgrade

What a nightmare!  This demonstrates why the system update utility needs
to include a twitter-type client to inform the user of emerging issues
related to broken update functionality.  How else will the average user
cope with a new issue like this, when there are so many possible causes
for the same type of problem?

Yes I know, it poses the question of who should have the authority to
broadcast alerts.  Perhaps a majority vote by a jury of lead developers
or team managers who could activate the feature by signing a proposed
broadcast message with their PGP key.  Moderators of the forum or the
bug tracker would then submit proposals for broadcast messages to a
mailing list that goes to the jury.  This would eliminate the
possibility of using the broadcast system for spam.

In any case, the manual fix in the description is not sufficiently clear: many 
people who are capable of typing terminal commands will not know to replace 
'amd64' with 'i386' or whatever is appropriate.  A script which automates this 
might be a better solution.
_

@neil.mayhew

> I'm not sure what happens if someone is using Synaptic or Gnome
Software. I assume it would be necessary to use System Monitor to kill
off appstreamcli.

@olliniem

> forever inactive window with no possibility to interfere

Best quick recovery method is to launch 'top' in terminal & kill that
process ID.  It does affect Software Center, Software Updater, adding
PPA's, et cetera.

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

Title:
  Refresh hangs indefinitely, appstreamcli using 100% CPU

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

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


[Bug 1583861] Re: Keyboard backlight isn't properly restored after idle on systems with hardwired configuration

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

** Changed in: gnome-settings-daemon (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/1583861

Title:
  Keyboard backlight isn't properly restored after idle on systems with
  hardwired configuration

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

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


[Bug 1583861] Re: Keyboard backlight isn't properly restored after idle on systems with hardwired configuration

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

** Changed in: upower (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/1583861

Title:
  Keyboard backlight isn't properly restored after idle on systems with
  hardwired configuration

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

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


[Bug 1583861] Re: Keyboard backlight isn't properly restored after idle on systems with hardwired configuration

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

** Changed in: unity-settings-daemon (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/1583861

Title:
  Keyboard backlight isn't properly restored after idle on systems with
  hardwired configuration

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

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


[Bug 1580792] Re: Unity8 on Intel Atoms performs poorly

2016-05-20 Thread Daniel van Vugt
Adding INTEL_DEBUG=perf to /etc/environment has seemingly explained the
problems. Atoms are falling back to software rendering(!), which is
theoretically easy to avoid. Here's a summary of what I get in
unity8.log on an Atom N270:

PROBLEM:
old_intel_miptree_blit: Can't use hardware blitter from 
MESA_FORMAT_B8G8R8A8_UNORM to MESA_FORMAT_A_UNORM8, falling back.
intelCopyTexSubImage - fallback to swrast
CAUSE: Unknown

PROBLEM:
i915_program_error: Exceeded max ALU instructions (76 out of 64)
ENTER FALLBACK 1: Program
CAUSE: GLSL shaders are approximately 18% larger than the hardware supports.

PROBLEM:
ENTER FALLBACK 1: Program
LEAVE FALLBACK Program
[PERFORMANCE]: Last frame took 2643 ms to render.
CAUSE: Same as previous issue. Reused a program that ran in software.

Interestingly mir_demo_client_eglplasma has the same issues (bug
1583532) but it sounds like that's easily fixable.

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

Title:
  Unity8 on Intel Atoms performs poorly

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

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


[Bug 1583469] Re: Strange behavior after using desktop mode

2016-05-20 Thread Michał Sawicz
I saw that once, too. It's very unlikely unity8 has to do anything with
that, more like the driver gets in a bad state when it suspends with an
external screen or so. It's as if it has lost synchronization or
something.

Adding Mir as the component closer to the driver/hardware.

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

Title:
  Strange behavior after using desktop mode

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

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


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

2016-05-20 Thread Brad Figg
tests ran:   2, failed: 0;
  
http://kernel.ubuntu.com/testing/4.4.0-23.41/ms10-35-mcdivittB0-kernel__4.4.0-23.41__2016-05-20_07-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/1582431

Title:
  linux: 4.4.0-23.41 -proposed tracker

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

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


[Bug 1583906] [NEW] package tex-common 6.04 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1

2016-05-20 Thread assem
Public bug reported:

I don't know exactly the problem

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: tex-common 6.04
ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
Uname: Linux 4.4.0-22-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
Date: Wed May 18 02:37:35 2016
ErrorMessage: le sous-processus script post-installation installé a retourné 
une erreur de sortie d'état 1
InstallationDate: Installed on 2015-06-07 (348 days ago)
InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 (20150218.1)
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.10ubuntu1
SourcePackage: tex-common
Title: package tex-common 6.04 failed to install/upgrade: le sous-processus 
script post-installation installé a retourné une erreur de sortie d'état 1
UpgradeStatus: Upgraded to xenial on 2016-05-18 (2 days ago)

** Affects: tex-common (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/1583906

Title:
  package tex-common 6.04 failed to install/upgrade: le sous-processus
  script post-installation installé a retourné une erreur de sortie
  d'état 1

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

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

[Bug 1566302] Re: Ubuntu 16.04: Suspend freezes the system after upgrade to linux image 4.4.0-16

2016-05-20 Thread Haakon Nilsen
Confirming: resume wasn't working on default 4.4.0 kernels in Xenial.
Installed 4.4.11 mainline, and now it works.

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

Title:
  Ubuntu 16.04: Suspend freezes the system after upgrade to linux image
  4.4.0-16

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

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


[Bug 1579712] Re: Refresh hangs indefinitely, appstreamcli using 100% CPU

2016-05-20 Thread kajhaul
For some reason Kubuntu users seems able to run 'Update Manager' without
the 100% CPU issue. Otherwise I agree: this bug is a showstopper for the
average (non-geek) user.

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

Title:
  Refresh hangs indefinitely, appstreamcli using 100% CPU

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

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


[Bug 1583503] Re: keepalived fails to start when PID file is empty

2016-05-20 Thread Dr. Jens Rosenboom
Neutron version is Mitaka, in my case 2:8.0.0-0ubuntu1 from Ubuntu
Xenial, but looking at the code the behaviour still seems to be
unmodified in master.

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

Title:
  keepalived fails to start when PID file is empty

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

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


[Bug 1583469] Re: Strange behavior after using desktop mode

2016-05-20 Thread Michał Sawicz
** Also affects: mir (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: mir
   Importance: Undecided
   Status: New

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

** Changed in: canonical-devices-system-image
 Assignee: Michał Sawicz (saviq) => Stephen M. Webb (bregma)

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

Title:
  Strange behavior after using desktop mode

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

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

[Bug 1579712] Re: Refresh hangs indefinitely, appstreamcli using 100% CPU

2016-05-20 Thread kimr
Disabling the xenial-backports solves the issue for me. Take note to not
reload the package list when the software asks you to, as it
will hang.

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

Title:
  Refresh hangs indefinitely, appstreamcli using 100% CPU

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

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


[Bug 1583750] Re: 8086:1502 e1000e driver failed with error -3

2016-05-20 Thread Joerg Albert
@Joseph
I've already tested it with a vanilla 4.6.0 kernel, see posting #1.

@Christopher
Good point! I've updated the BIOS to the latest version:

root@x61:~# dmidecode -s bios-version && dmidecode -s bios-release-date
8AET65WW (1.45 )
05/14/2015

but unfortunately the bug remains.


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

** Tags added: kernel-bug-exists-upstream

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

Title:
  8086:1502 e1000e driver failed with error -3

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

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


[Bug 1503758] Re: /usr/lib/unity-settings-daemon/unity-settings-daemon:5:XIQueryDevice:xdevice_get_dimensions:input_info_find_size_match:get_mappable_output_info:do_touchscreen_mapping

2016-05-20 Thread Sebastien Bacher
Thanks Xinxiu for testing again, that sounds like good news ;-)

** Changed in: unity-settings-daemon (Ubuntu)
   Status: Triaged => In Progress

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

Title:
  /usr/lib/unity-settings-daemon/unity-settings-
  
daemon:5:XIQueryDevice:xdevice_get_dimensions:input_info_find_size_match:get_mappable_output_info:do_touchscreen_mapping

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

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


[Bug 1295267] Re: Windows change Monitor/Desktop after screen lock

2016-05-20 Thread David Klasinc
It appears that this is happening when one of the screens is connected
to DP or HDMI.

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

Title:
  Windows change Monitor/Desktop after screen lock

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

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


[Bug 1578880] Re: Build hyphen-* packages

2016-05-20 Thread Launchpad Bug Tracker
This bug was fixed in the package language-selector - 0.168

---
language-selector (0.168) yakkety; urgency=medium

  * data/pkg_depends:
Don't pull the dummy openoffice.org-hyphenation (LP: #1578880).
  * language_support_pkgs.py:
Drop hack for hunspell-sv-se (no longer in archive).
  * debian/control:
Bump Standards-Version to 3.9.8.

 -- Gunnar Hjalmarsson   Thu, 19 May 2016 18:13:00
+0200

** Changed in: language-selector (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  Build hyphen-* packages

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

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


[Bug 1295267] Re: Windows change Monitor/Desktop after screen lock

2016-05-20 Thread ThomasA
I have reported on this issue before and I last experienced it in 14.04.
I can confirm that my set-up is also two identical monitors; one connected via 
HDMI and another via DP.
Contrary to some other affected users here, I used to have the problem in 
14.04, but I do not seem to experience it after upgrading to 16.04.

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

Title:
  Windows change Monitor/Desktop after screen lock

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

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


[Bug 1579712] Re: Refresh hangs indefinitely, appstreamcli using 100% CPU

2016-05-20 Thread Stefan Leitner
Disabling the xenial-backports is working for me to! Thanks Mikko
Niemelä!

I really wonder how unexperienced user will deal with that problem!

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

Title:
  Refresh hangs indefinitely, appstreamcli using 100% CPU

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

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

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

2016-05-20 Thread Brad Figg
tests ran:  18, failed: 10;
  
http://kernel.ubuntu.com/testing/4.4.0-22.40/ms10-35-mcdivittB0-kernel__4.4.0-22.40__2016-05-20_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/1582431

Title:
  linux: 4.4.0-23.41 -proposed tracker

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

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


[Bug 1582431] dwalin (amd64) - tests ran: 1, failed: 1

2016-05-20 Thread Brad Figg
tests ran:   1, failed: 1;
  
http://kernel.ubuntu.com/testing/4.4.0-22.40/dwalin__4.4.0-22.40__2016-05-20_02-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/1582431

Title:
  linux: 4.4.0-23.41 -proposed tracker

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

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


[Bug 1496292] Re: /usr/sbin/aptd:AttributeError:/usr/sbin/aptd@39:main:__init__:__init__

2016-05-20 Thread Sebastien Bacher
** Changed in: aptdaemon (Ubuntu)
   Status: Fix Released => New

** Tags added: block-proposed

** Summary changed:

- /usr/sbin/aptd:AttributeError:/usr/sbin/aptd@39:main:__init__:__init__
+ Needs to be ported to packagekit 1

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

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

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

Title:
  Needs to be ported to packagekit 1

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

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


[Bug 1546457] Re: libc6 2.15-0ubuntu10.13 doesn't mark reboot-required

2016-05-20 Thread Steve Beattie
I've verified that the the eglibc and glibc packages currently in
proposed (precise/2.15-0ubuntu10.14, trusty/2.19-0ubuntu6.8, and
wily/2.21-0ubuntu4.2) all trigger the reboot notification when
installing/upgrading.

(Note that these glibc updates are in proposed for wider testing before
being moved to sucurity/updates.)

** Changed in: eglibc (Ubuntu)
   Status: Fix Committed => Invalid

** Tags added: verification-done

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

Title:
  libc6 2.15-0ubuntu10.13 doesn't mark reboot-required

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

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


[Bug 1582687] Re: workbench crashes metacity on ubuntu 16.04

2016-05-20 Thread Dantali0n
That one was made by apport but I realise now it may be pretty useless
so I installed all dbg packages I could find and made gdb write the
stack to a output file with the following results:

Thread 1 "metacity" received signal SIGTRAP, Trace/breakpoint trap.
0x747049eb in _g_log_abort (breakpoint=1)
at /build/glib2.0-t9oPgV/glib2.0-2.48.0/./glib/gmessages.c:325
325 /build/glib2.0-t9oPgV/glib2.0-2.48.0/./glib/gmessages.c: No such file 
or directory.

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

Title:
  workbench crashes metacity on ubuntu 16.04

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

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


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

2016-05-20 Thread Brad Figg
tests ran:  65, failed: 0;
  
http://kernel.ubuntu.com/testing/4.4.0-23.41/ms10-35-mcdivittB0-kernel__4.4.0-23.41__2016-05-20_07-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/1582431

Title:
  linux: 4.4.0-23.41 -proposed tracker

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

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


[Bug 1577833] Re: Support statement for packages within Ubuntu 16.04 LTS should have the 5 Y statement

2016-05-20 Thread Dimitri John Ledkov
** Changed in: ubuntu-meta (Ubuntu)
   Status: New => Confirmed

** Changed in: ubuntu-meta (Ubuntu)
   Status: Confirmed => 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/1577833

Title:
  Support statement for packages within Ubuntu 16.04 LTS should have the
  5 Y statement

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

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


[Bug 1579712] Re: Refresh hangs indefinitely, appstreamcli using 100% CPU

2016-05-20 Thread Olli Niemi
I'm running Ubuntu Gnome and the user experience is horrible with this
bug when using the UI: "Software Updater" has "X" and "Stop" buttons:
"Stop" button stays gray (inactive) during the update (what is the point
of having gray Stop buttons?). It is even worse if the user (such as me)
tried to change the repository, thinking there might be something wrong
with that: "Software & Updates" -> "Ubuntu Software" -> "Download from:"
[select your mirror] -> "Choose Server" -> "Close". Then there is the
notification "The information about available software is out-of-date"
-> "Reload". And the result: forever inactive window with no possibility
to interfere.

I don't know how this is handled by the UI in the regular Ubuntu but
this case seems to be a good test case for user interaction.

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

Title:
  Refresh hangs indefinitely, appstreamcli using 100% CPU

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

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


[Bug 1579712] Re: Refresh hangs indefinitely, appstreamcli using 100% CPU

2016-05-20 Thread Mikko Niemelä
I was able to resolve the problem by disabling backports, it allowed me
to do apt-get update which previously hanged up.

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

Title:
  Refresh hangs indefinitely, appstreamcli using 100% CPU

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

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


[Bug 1577137] Re: sane service masked and cannot be unmasked

2016-05-20 Thread Hanky
** Attachment added: "saned.socket"
   
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/1577137/+attachment/4666733/+files/saned.socket

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

Title:
  sane service masked and cannot be unmasked

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

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


[Bug 1583743] Re: wish: package /lib/systemd-cron/mail_on_failure separately

2016-05-20 Thread Alexandre Detiste
Hi,

I guess I'm the only one here reading your request, this should be better 
discussed at
pkg-systemd-maintain...@lists.alioth.debian.org where the actual development 
for systemd in Debian/Ubuntu happens.

If there weren't the Python depedency, systemd maintainers would maybe accept 
to stuff
this script into Debian's systemd package (in debian/scripts/ in the git tree,
but it would then be installed in /lib/systemd/ in the resulting package)
so that it's always available for all jobs.

I don't see in anyway upstream accepting this kind of "legacy cruft" in
their tree.

-

Now you can just rip ou this single program for your convenienc without
using the whole systemd-cron package.

https://github.com/systemd-cron/systemd-
cron/blob/master/src/bin/mail_on_failure.py

It's pretty much "done", there's well one unicode bug related to it,
but I can't reproduce it.

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=792777

I was also toying around with a C rewrite, but this is nowhere near
ready:

https://github.com/systemd-cron/systemd-
cron-c/blob/master/mail_on_failure.c

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

** Changed in: systemd-cron (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/1583743

Title:
  wish: package /lib/systemd-cron/mail_on_failure separately

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

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


[Bug 1575258] Re: package libxfce4panel-2.0-4 (not installed) failed to install/upgrade: tentative de remplacement de « /usr/lib/x86_64-linux-gnu/xfce4/panel/wrapper-2.0 », qui appartient aussi au paq

2016-05-20 Thread Unit 193
*** This bug is a duplicate of bug 1495494 ***
https://bugs.launchpad.net/bugs/1495494

** This bug has been marked a duplicate of bug 1495494
   package libxfce4panel-2.0-4 4.12.0-3ubuntu2 failed to install/upgrade: 
trying to overwrite '/usr/lib/x86_64-linux-gnu/xfce4/panel/wrapper-2.0', which 
is also in package xfce4-panel 4.12.0-0ubuntu1

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

Title:
  package libxfce4panel-2.0-4 (not installed) failed to install/upgrade:
  tentative de remplacement de « /usr/lib/x86_64-linux-
  gnu/xfce4/panel/wrapper-2.0 », qui appartient aussi au paquet
  xfce4-panel 4.11.0-0ubuntu1

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

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

[Bug 1573720] Re: Unencrypted private keys are insecure error reported even when key is encrypted

2016-05-20 Thread Sebastien Bacher
Thanks

** Changed in: network-manager (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/1573720

Title:
  Unencrypted private keys are insecure error reported even when key is
  encrypted

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager/+bug/1573720/+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   9   10   >