[Bug 1153053] Re: Unity dash shows kinda green texture

2015-10-30 Thread Alex Baggott
Sorry folks, but, as part of the bug clean up ahead of 16.04 LTS, I'm
marking this as invalid because it affects an Ubuntu release which is
now unsupported. If you can still recreate this bug in a supported
release, please do open a new bug and we can triage it for consideration
in the 16.04 LTS development cycle.

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

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

Title:
  Unity dash shows kinda green texture

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

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


[Bug 1511720] [NEW] fails to identify what program left a core file

2015-10-30 Thread Marius Gedminas
Public bug reported:

Steps to reproduce:

- 'ulimit -c unlimited' so you get core files
- get a program to crash
- run 'file core' to see what program it was that crashed

Expected results:

- file tells me the name of the program

Actual results:

- "core: ELF 64-bit LSB core file x86-64, version 1 (SYSV), too many
program headers (463)"


This matters when you find a 'core' file after time has passed and you don't 
remember when or what crashed.

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: file 1:5.22+15-2ubuntu1
ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
Uname: Linux 4.2.0-16-generic x86_64
ApportVersion: 2.19.1-0ubuntu4
Architecture: amd64
CurrentDesktop: GNOME
Date: Fri Oct 30 14:40:56 2015
Dependencies:
 gcc-5-base 5.2.1-22ubuntu2
 libc6 2.21-0ubuntu4
 libgcc1 1:5.2.1-22ubuntu2
 libmagic1 1:5.22+15-2ubuntu1
 zlib1g 1:1.2.8.dfsg-2ubuntu4
EcryptfsInUse: Yes
InstallationDate: Installed on 2012-07-25 (1191 days ago)
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
SourcePackage: file
UpgradeStatus: Upgraded to wily on 2015-10-22 (7 days ago)

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


** Tags: amd64 apport-bug wily

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

Title:
  fails to identify what program left a core file

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

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


[Bug 1496972] Re: juju bootstrap fails to successfully configure the bridge juju-br0 when deploying with wily 4.2 kernel

2015-10-30 Thread Andrew McDermott
** Changed in: juju-core/1.25
   Status: Triaged => Fix Committed

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

Title:
  juju bootstrap fails to successfully configure the bridge juju-br0
  when deploying with wily 4.2 kernel

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1496972/+subscriptions

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


[Bug 1511001] Re: Modal notifications darken the screen in desktop mode

2015-10-30 Thread Magdalena Mirowicz
** Changed in: ubuntu-ux
   Importance: Undecided => Medium

** Changed in: ubuntu-ux
   Status: New => Triaged

** Changed in: ubuntu-ux
 Assignee: (unassigned) => Paty Davila (dizzypaty)

** Summary changed:

- Modal notifications darken the screen in desktop mode
+ [notifications] Modal notifications darken the screen in desktop mode

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

Title:
  [notifications] Modal notifications darken the screen in desktop mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-pocket-desktop/+bug/1511001/+subscriptions

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


[Bug 1511726] [NEW] Snapshots are lacking owner attribute in Kilo

2015-10-30 Thread Michael Steffens
Public bug reported:

We have installed and configured Kilo according to the installation
guide, which recommends using Glance API v2:
http://docs.openstack.org/kilo/install-guide/install/apt/content/glance-
verify.html

In this configuration snaphosts created by nova end up without any
owner, however. According to glance-api.log, nova is performing image
operations via Glance API v1.

Disabling Glance API v1 in glance-api.conf prevents nova from doing any
sapshots at all. From nova-api.log indicates it's insisting on v1:

[...]
2015-10-30 13:31:33.466 2557 TRACE nova.api.openstack   File 
"/usr/lib/python2.7/dist-packages/nova/image/glance.py", line 299, in show
2015-10-30 13:31:33.466 2557 TRACE nova.api.openstack image = 
self._client.call(context, version, 'get', image_id)
2015-10-30 13:31:33.466 2557 TRACE nova.api.openstack   File 
"/usr/lib/python2.7/dist-packages/nova/image/glance.py", line 219, in call
2015-10-30 13:31:33.466 2557 TRACE nova.api.openstack return 
getattr(client.images, method)(*args, **kwargs)
2015-10-30 13:31:33.466 2557 TRACE nova.api.openstack   File 
"/usr/lib/python2.7/dist-packages/glanceclient/v1/images.py", line 126, in get
2015-10-30 13:31:33.466 2557 TRACE nova.api.openstack % 
urlparse.quote(str(image_id)))
2015-10-30 13:31:33.466 2557 TRACE nova.api.openstack   File 
"/usr/lib/python2.7/dist-packages/glanceclient/common/http.py", line 256, in 
head
2015-10-30 13:31:33.466 2557 TRACE nova.api.openstack return 
self._request('HEAD', url, **kwargs)
2015-10-30 13:31:33.466 2557 TRACE nova.api.openstack   File 
"/usr/lib/python2.7/dist-packages/glanceclient/common/http.py", line 229, in 
_request
2015-10-30 13:31:33.466 2557 TRACE nova.api.openstack raise 
exc.from_response(resp)
2015-10-30 13:31:33.466 2557 TRACE nova.api.openstack HTTPMultipleChoices: 
HTTPMultipleChoices (HTTP 300) Requested version of OpenStack Images API is not 
available.
2015-10-30 13:31:33.466 2557 TRACE nova.api.openstack


Using the glance CLI I can verify, that images created using the v2 API are ok, 
while those created by the v1 API are lacking the owner attribute. If the v2 
API of Glance is preferred as the installation guide suggests, and also 
available and working properly, nova should make use of it.

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1511726

Title:
  Snapshots are lacking owner attribute in Kilo

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1510565] Re: [needs-packaging] Juju 1.25.0 is not in xenial and wily

2015-10-30 Thread Curtis Hovey
I restored verification-needed. This package is not in wily yet and
needs verification.

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to juju-core in Ubuntu.
https://bugs.launchpad.net/bugs/1510565

Title:
  [needs-packaging] Juju 1.25.0 is not in xenial and wily

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1510565] Re: [needs-packaging] Juju 1.25.0 is not in xenial and wily

2015-10-30 Thread Curtis Hovey
I restored verification-needed. This package is not in wily yet and
needs verification.

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

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

Title:
  [needs-packaging] Juju 1.25.0 is not in xenial and wily

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

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


[Bug 1511726] [NEW] Snapshots are lacking owner attribute in Kilo

2015-10-30 Thread Michael Steffens
Public bug reported:

We have installed and configured Kilo according to the installation
guide, which recommends using Glance API v2:
http://docs.openstack.org/kilo/install-guide/install/apt/content/glance-
verify.html

In this configuration snaphosts created by nova end up without any
owner, however. According to glance-api.log, nova is performing image
operations via Glance API v1.

Disabling Glance API v1 in glance-api.conf prevents nova from doing any
sapshots at all. From nova-api.log indicates it's insisting on v1:

[...]
2015-10-30 13:31:33.466 2557 TRACE nova.api.openstack   File 
"/usr/lib/python2.7/dist-packages/nova/image/glance.py", line 299, in show
2015-10-30 13:31:33.466 2557 TRACE nova.api.openstack image = 
self._client.call(context, version, 'get', image_id)
2015-10-30 13:31:33.466 2557 TRACE nova.api.openstack   File 
"/usr/lib/python2.7/dist-packages/nova/image/glance.py", line 219, in call
2015-10-30 13:31:33.466 2557 TRACE nova.api.openstack return 
getattr(client.images, method)(*args, **kwargs)
2015-10-30 13:31:33.466 2557 TRACE nova.api.openstack   File 
"/usr/lib/python2.7/dist-packages/glanceclient/v1/images.py", line 126, in get
2015-10-30 13:31:33.466 2557 TRACE nova.api.openstack % 
urlparse.quote(str(image_id)))
2015-10-30 13:31:33.466 2557 TRACE nova.api.openstack   File 
"/usr/lib/python2.7/dist-packages/glanceclient/common/http.py", line 256, in 
head
2015-10-30 13:31:33.466 2557 TRACE nova.api.openstack return 
self._request('HEAD', url, **kwargs)
2015-10-30 13:31:33.466 2557 TRACE nova.api.openstack   File 
"/usr/lib/python2.7/dist-packages/glanceclient/common/http.py", line 229, in 
_request
2015-10-30 13:31:33.466 2557 TRACE nova.api.openstack raise 
exc.from_response(resp)
2015-10-30 13:31:33.466 2557 TRACE nova.api.openstack HTTPMultipleChoices: 
HTTPMultipleChoices (HTTP 300) Requested version of OpenStack Images API is not 
available.
2015-10-30 13:31:33.466 2557 TRACE nova.api.openstack


Using the glance CLI I can verify, that images created using the v2 API are ok, 
while those created by the v1 API are lacking the owner attribute. If the v2 
API of Glance is preferred as the installation guide suggests, and also 
available and working properly, nova should make use of it.

** Affects: nova (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/1511726

Title:
  Snapshots are lacking owner attribute in Kilo

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

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


[Bug 1505370] Re: Creating a bootable CD with Ubuntu 15.10 results in "Boot error" on all non-UEFI machines

2015-10-30 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: usb-creator (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/1505370

Title:
  Creating a bootable CD with Ubuntu 15.10 results in "Boot error" on
  all non-UEFI machines

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

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


[Bug 1271144] Re: br0 not brought up by cloud-init script with MAAS provider

2015-10-30 Thread Curtis Hovey
This issue was fixed when trusty-updates got 1.22.6.

** Changed in: juju-core (Ubuntu Trusty)
   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/1271144

Title:
  br0 not brought up by cloud-init script with MAAS provider

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1271144/+subscriptions

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


[Bug 1511728] [NEW] "Meta object revision without matching export" in Qt Creator

2015-10-30 Thread Josh Kelley
Public bug reported:

When I try to create a new Qt Quick Controls project in Qt Creator
3.5.0, after I finish the project creation wizard, I get the following
errors:

Warnings while parsing QML type information of 
/usr/lib/x86_64-linux-gnu/qt5/qml/Ubuntu/Components:
Failed to parse 
"/usr/lib/x86_64-linux-gnu/qt5/qml/Ubuntu/Components/plugins.qmltypes".
Error: 
/usr/lib/x86_64-linux-gnu/qt5/qml/Ubuntu/Components/plugins.qmltypes:1058:39: 
Meta object revision without matching export.
/usr/lib/x86_64-linux-gnu/qt5/qml/Ubuntu/Components/plugins.qmltypes:1067:39: 
Meta object revision without matching export.
/usr/lib/x86_64-linux-gnu/qt5/qml/Ubuntu/Components/plugins.qmltypes:1085:39: 
Meta object revision without matching export.

Project ERROR: Unknown module(s) in QT: quick qml
Warnings while parsing QML type information of 
/usr/lib/x86_64-linux-gnu/qt5/qml/Ubuntu/Components:
Failed to parse 
"/usr/lib/x86_64-linux-gnu/qt5/qml/Ubuntu/Components/plugins.qmltypes".
Error: 
/usr/lib/x86_64-linux-gnu/qt5/qml/Ubuntu/Components/plugins.qmltypes:1058:39: 
Meta object revision without matching export.
/usr/lib/x86_64-linux-gnu/qt5/qml/Ubuntu/Components/plugins.qmltypes:1067:39: 
Meta object revision without matching export.
/usr/lib/x86_64-linux-gnu/qt5/qml/Ubuntu/Components/plugins.qmltypes:1085:39: 
Meta object revision without matching export.

As I result, the Run button in Qt Creator is grayed out with the
following error: 'The .pro file "untitled.pro" could not be parsed.'

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: qtdeclarative5-ubuntu-ui-toolkit-plugin 
1.3.1627+15.10.20150908-0ubuntu1
ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
Uname: Linux 4.2.0-16-generic x86_64
ApportVersion: 2.19.1-0ubuntu4
Architecture: amd64
CurrentDesktop: Unity
Date: Fri Oct 30 09:17:48 2015
InstallationDate: Installed on 2015-03-04 (239 days ago)
InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
SourcePackage: ubuntu-ui-toolkit
UpgradeStatus: Upgraded to wily on 2015-10-23 (7 days ago)

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug wily

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

Title:
  "Meta object revision without matching export" in Qt Creator

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

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


[Bug 1505370] Re: Creating a bootable CD with Ubuntu 15.10 results in "Boot error" on all non-UEFI machines

2015-10-30 Thread Michael Flaig
Same issue with ubuntu 15.10 server installer on a Fujitsu tx1320 m1 server.
Created usb stick with startup disk creator on ubuntugnome 15.10.

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

Title:
  Creating a bootable CD with Ubuntu 15.10 results in "Boot error" on
  all non-UEFI machines

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

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


[Bug 1510919] Re: developer mode toggle does nothing

2015-10-30 Thread Launchpad Bug Tracker
** Branch linked: lp:~zsombi/ubuntu-ui-toolkit/switchFixTrunk

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

Title:
  developer mode toggle does nothing

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

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


[Bug 1511029] Re: Audio gets confused when playing from source after playing from playlist

2015-10-30 Thread Albert Astals Cid
** Description changed:

- Can be reproduced using silo 4 as of today.
+ Can be reproduced with the code from http://paste.ubuntu.com/13008980/
  
  How to reproduce:
-  1. Go to the Tracks department on the My Music scope
-  2. Press the Play icon on song 1
-  3. Go to preview of song 2 (by clicking anywhere except on the Play icon)
-  4. Play song 2 from the preview (by pressing the small play icon at the 
bottom)
-  5. Notice how song 1 is playing instead of song 2
+  1. Press the red area
+  2. Listen to song1.mp3 play
+  3. Press the blue area
+  4. Notice how song 1 is playing instead of song 2
  
- After this lots of things break but probably related to the same issue
+ Note this only happens on the phone, on the desktop all is good.

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

Title:
  Audio gets confused when playing from source after playing from
  playlist

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

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

[Bug 1505280] Re: Setting UBUNTU_MENUPROXY is not effective anymore

2015-10-30 Thread Treviño
** Changed in: unity
   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/1505280

Title:
  Setting UBUNTU_MENUPROXY is not effective anymore

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

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


[Bug 1508635] Re: Build with multiarch support

2015-10-30 Thread Treviño
** Changed in: unity
   Importance: Undecided => Wishlist

** Changed in: unity
   Status: New => Triaged

** Changed in: unity
 Assignee: (unassigned) => Sebastien Bacher (seb128)

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

Title:
  Build with multiarch support

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

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


[Bug 1450222] Re: [SDK] cursor handle is cut off by keyboard and not functional

2015-10-30 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-sdk-team/ubuntu-ui-
toolkit/textFromOuterSpaceTrunk

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

Title:
  [SDK] cursor handle is cut off by keyboard and not functional

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

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


[Bug 1159775] Re: Hitting enter in dash has no effect until search finishes

2015-10-30 Thread Treviño
** Changed in: unity (Ubuntu)
   Status: Invalid => Fix Released

** Changed in: unity (Ubuntu)
   Importance: Undecided => Critical

** Changed in: unity (Ubuntu)
 Assignee: (unassigned) => Nick Dedekind (nick-dedekind)

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

Title:
  Hitting enter in dash has no effect until search finishes

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

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


[Bug 1445510] Re: Hotkey with cause dash to open

2015-10-30 Thread Treviño
** Changed in: unity (Ubuntu)
   Status: Invalid => New

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

Title:
  Hotkey with  cause dash to open

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

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


[Bug 1504362] Re: Desktop flashes briefly on resume before going to lock screen

2015-10-30 Thread Treviño
** Changed in: unity
   Importance: Undecided => High

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

Title:
  Desktop flashes briefly on resume before going to lock screen

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

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


[Bug 1504870] Re: compiz crashed with SIGSEGV in unity::menu::Manager::Indicators() when trying to switch to full screen game crusader kings II

2015-10-30 Thread Treviño
** Changed in: unity
   Importance: Undecided => Medium

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

Title:
  compiz crashed with SIGSEGV in unity::menu::Manager::Indicators() when
  trying to switch to full screen game crusader kings II

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

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


[Bug 1506427] Re: /usr/lib/unity/unity-panel-service:11:g_type_check_instance_is_a:ido_calendar_menu_item_key_press:_gtk_marshal_BOOLEAN__BOXED:g_closure_invoke:signal_emit_unlocked_R

2015-10-30 Thread Treviño
** Changed in: unity
   Importance: Undecided => High

** Changed in: unity
   Status: New => Fix Released

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

Title:
  /usr/lib/unity/unity-panel-
  
service:11:g_type_check_instance_is_a:ido_calendar_menu_item_key_press:_gtk_marshal_BOOLEAN__BOXED:g_closure_invoke:signal_emit_unlocked_R

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

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


[Bug 1486695] Re: copy dialog gone ninja

2015-10-30 Thread Treviño
** Changed in: unity
   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/1486695

Title:
  copy dialog gone ninja

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

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


[Bug 1509809] Re: Login screen is scrambled after resuming from sleep, not displaying inputs

2015-10-30 Thread Treviño
** Changed in: unity
   Importance: Undecided => Low

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

Title:
  Login screen is scrambled after resuming from sleep, not displaying
  inputs

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

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


[Bug 1511157] Re: Unity command returns python error

2015-10-30 Thread Treviño
** Changed in: unity
   Importance: Undecided => Low

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

Title:
  Unity command returns python error

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

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


[Bug 1509556] Re: Kubuntu Wily upgrade screen glitch with 4.2 kernel

2015-10-30 Thread Riskable
I was experiencing regular crashes and graphical glitching with KDE
Plasma 5 after upgrading to 15.10 and after discovering this bug I
decided to upgrade my kernel to the latest -wily version
(http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.2.5-wily/).  That
seems to have corrected the issue.  The glitching has gone away and no
crashes so far after about 20 minutes of use with intensive WebGL
utilization (which was what was causing the crashes previously).

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

Title:
  Kubuntu Wily upgrade screen glitch with  4.2 kernel

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

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


[Bug 1511542] Re: [2.26 Regression] binutils assertion fail ../../bfd/elfnn-aarch64.c:4631

2015-10-30 Thread Treviño
** Changed in: unity
   Importance: Undecided => High

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

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

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

Title:
   [2.26 Regression] binutils assertion fail ../../bfd/elfnn-
  aarch64.c:4631

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

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

[Bug 1508974] Re: Unity bugs reported via apport shoud contain more informations

2015-10-30 Thread Treviño
** Changed in: unity
   Importance: Undecided => Medium

** Changed in: unity
   Status: New => Triaged

** Changed in: unity
 Assignee: (unassigned) => Sebastien Bacher (seb128)

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

Title:
  Unity bugs reported via apport shoud contain more informations

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

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


[Bug 1506744] Re: Newly installed applications do not show in the dash

2015-10-30 Thread Treviño
** Changed in: unity
   Importance: Undecided => Low

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

Title:
  Newly installed applications do not show in the dash

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

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


[Bug 1511566] Re: Unity won't start on login

2015-10-30 Thread Treviño
** Changed in: unity
   Importance: Undecided => High

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

Title:
  Unity won't start on login

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

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


[Bug 1507540] Re: [notifications] User should be notified when background polling stops working

2015-10-30 Thread Magdalena Mirowicz
** Summary changed:

- User should be notified when background polling stops working
+ [notifications] User should be notified when background polling stops working

** Changed in: ubuntu-ux
   Status: New => Triaged

** Changed in: ubuntu-ux
   Importance: Undecided => Medium

** Changed in: ubuntu-ux
 Assignee: (unassigned) => Paty Davila (dizzypaty)

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

Title:
  [notifications] User should be notified when background polling stops
  working

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

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


SV: [Bug 1348670] Re: BUG: unable to handle kernel NULL pointer dereference at 0000000000000010, set_nfsv4_acl_one+0x21/0xb0 [nfsd]

2015-10-30 Thread Sergio Gelato
Frank: I think it's better to file a new bug about this. Do include the
actual log message. I'm looking at the source code for 3.13.0-66.108 and
the fix is still in place, so it can't be *exactly* the same problem as
before.

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

Title:
  BUG: unable to handle kernel NULL pointer dereference at
  0010, set_nfsv4_acl_one+0x21/0xb0 [nfsd]

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

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


[Bug 1510388] Re: [sdk] Grey buttons with white text look disabled (but they're not)

2015-10-30 Thread Magdalena Mirowicz
** Summary changed:

- Grey buttons with white text look disabled (but they're not)
+ [sdk] Grey buttons with white text look disabled (but they're not)

** Changed in: ubuntu-ux
 Assignee: (unassigned) => Jamie Young (jamiedawsonyoung)

** Changed in: ubuntu-ux
   Importance: Undecided => High

** Changed in: ubuntu-ux
   Status: New => Triaged

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

Title:
  [sdk] Grey buttons with white text look disabled (but they're not)

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

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


[Bug 1478049] Re: [Phone]: user changes (on>off) made to callforwarding are not effected + phone# misinterpreted

2015-10-30 Thread Jonas G. Drange
** Also affects: ubuntu-ux
   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/1478049

Title:
  [Phone]: user changes (on>off) made to callforwarding are not effected
  + phone# misinterpreted

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

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


[Bug 1506015] Re: Cannot find apps in Ubuntu Store

2015-10-30 Thread Victor gonzalez
Here is the attachment of image and logs from the customer that
reproduced the bug. Please note that he was in R19(he did not receive
OTA notifications and we're still wating to know if he had R/W
permission enabled).

If we do find more users we'll try to gather some more logs.

** Attachment added: "log+image.zip"
   
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1506015/+attachment/4509301/+files/log%2Bimage.zip

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

Title:
  Cannot find apps in Ubuntu Store

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

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


[Bug 1511743] [NEW] 15.10 server - no keyboard in installer

2015-10-30 Thread Michael Flaig
Public bug reported:

After starting the 15.10 server setup on my fujitsu tx1320m1 server the 
keyboard is not working.
I checked all USB Ports. The keyboard worked in grub. The keyboard is a Lenovo 
Keyboard and has USB 2.0.

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

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

Title:
  15.10 server - no keyboard in installer

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

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


[Bug 1432492] Re: Firefox and Thunderbird freezes entire system after a few seconds of use

2015-10-30 Thread mhogerheijde
Okay, so it happened again today. The only open windows were Chromium,
Eclipse and Sky (Some proprietary implementation of Skype for Business)

Eclipse was started with STW_GTK3=0, so either that does solve the
problem, or (Chromium|Sky) causes the issue too.

I do think this is not a FireFox-only issue.

The fact that no logging occurs and that I cannot see any dump using
SysRq makes it very difficult to triage. Is there any guru out there
that can tell me how to enable (better) logging to check what happens?

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

Title:
  Firefox and Thunderbird freezes entire system after a few seconds of
  use

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

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


[Bug 1498214] Re: account-polld plugins hang when displaying a notification on startup

2015-10-30 Thread Niklas Wenzel
Yes, that's what I'm doing. However, you should see definitely see
avatars in the notification indicator.

Some details on how I added the avatars to the contacts book:

1) Create a new contacts book entry with your own e-mail address and save it in 
the "personal"/system contacts book.
2) Then add an avatar to it.
3) The avatar should now be shown in the contacts book.

Then:

0) stop ubuntu-push-client
1) Add a Gmail account. Do not grant account to the contacts (even though I 
don't think that this part is relevant as the contacts are accessed by 
account-polld and not by the Gmail app).
2) Send yourself an email from the account for which you added the avatar. Send 
it to the Gmail account you added.

Wait a few seconds and then:

3) start ubuntu-push-client

Starting/stopping ubuntu-push is important as this bug only appears when
polling from outside of the regular polling mechanism, e.g. when the
account is initialized in account-polld!

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

Title:
  account-polld plugins hang when displaying a notification on startup

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

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


[Bug 1483888] Re: Ringtone cannot be heard when jack/headphones plugged

2015-10-30 Thread Bill Filler
** Changed in: telephony-service (Ubuntu)
 Assignee: (unassigned) => Tiago Salem Herrmann (tiagosh)

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

Title:
  Ringtone cannot be heard when jack/headphones plugged

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

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


[Bug 1494145] Re: The delete media dialog (or share the video dialog) will appear without being choosen in photoroll

2015-10-30 Thread Florian Boucault
** Changed in: camera-app (Ubuntu)
   Importance: Undecided => High

** Changed in: camera-app (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/1494145

Title:
  The delete media dialog (or share the video dialog) will appear
  without being choosen in photoroll

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

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


[Bug 1488852] Re: [pocket desktop] + [dialer app] window feels funny on windowed mode

2015-10-30 Thread Bill Filler
** Changed in: canonical-pocket-desktop
   Status: New => In Progress

** Changed in: canonical-devices-system-image
   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/1488852

Title:
  [pocket desktop] + [dialer app] window feels funny on windowed mode

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

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


[Bug 1498214] Re: account-polld plugins hang when displaying a notification on startup

2015-10-30 Thread Jonas G. Drange
Are you sure the steps are good? I really can't reproduce the issue with
the steps you've given.

But I'm also not seeing any avatar in the notification indicator, even
though the receiving gmail account has access to the contacts.

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

Title:
  account-polld plugins hang when displaying a notification on startup

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

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


[Bug 1330406] Re: juju deployed services to lxc containers error executing "lxc-create" with bad template: ubuntu-cloud

2015-10-30 Thread Curtis Hovey
This issue was certainly fixed when trusty got juju 1.20.11.

** Changed in: juju-core (Ubuntu Trusty)
   Status: Confirmed => Fix Released

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

Title:
  juju deployed services to lxc containers error executing "lxc-create"
  with bad template: ubuntu-cloud

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1330406/+subscriptions

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


[Bug 1505564] WifiSyslog.txt

2015-10-30 Thread Junien Fridrick
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1505564/+attachment/4509300/+files/WifiSyslog.txt

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

Title:
  Soft lockup with "block nbdX: Attempted send on closed socket" spam

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

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


[Bug 1505564] CRDA.txt

2015-10-30 Thread Junien Fridrick
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1505564/+attachment/4509291/+files/CRDA.txt

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

Title:
  Soft lockup with "block nbdX: Attempted send on closed socket" spam

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

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


[Bug 1509596] Re: Second monitor blanks at login prompt

2015-10-30 Thread Yakov shafranovich
I am seeing a similar problem with NUC5I7RYH. Both monitors look find at
boot-up but one goes blank one you get to the login prompt for X
Windows. No flickering. Also on 15.10.

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

Title:
  Second monitor blanks at login prompt

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

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


[Bug 1511708] Re: Lockscreen is not shown after suspend due to lid close

2015-10-30 Thread Pat McGowan
** Attachment added: "system.log"
   
https://bugs.launchpad.net/unity/+bug/1511708/+attachment/4509289/+files/system.log

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

Title:
  Lockscreen is not shown after suspend due to lid close

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

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


[Bug 1511708] Re: Lockscreen is not shown after suspend due to lid close

2015-10-30 Thread Pat McGowan
** Attachment added: "session.log"
   
https://bugs.launchpad.net/unity/+bug/1511708/+attachment/4509288/+files/session.log

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

Title:
  Lockscreen is not shown after suspend due to lid close

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

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


[Bug 1511735] [NEW] libnl: fail to bind() netlink sockets

2015-10-30 Thread Nicolas Dichtel
Public bug reported:

The following upstream patches are needed in order to avoid failures
when binding a netlink socket:

1f734a8f892a lib/socket: randomize the generated local port
http://git.infradead.org/users/tgr/libnl.git/commitdiff/1f734a8f892a

4dd5fdd0af2c lib/socket: retry generate local port in nl_connect on ADDRINUSE
http://git.infradead.org/users/tgr/libnl.git/commitdiff/4dd5fdd0af2c

027157898708 lib/socket: don't fail if no more local ports can be assigned in 
nl_socket_alloc
http://git.infradead.org/users/tgr/libnl.git/commitdiff/027157898708

0fd510b3673f lib/socket: use proper typed constant UINT32_MAX for uint32_t 
typed port
http://git.infradead.org/users/tgr/libnl.git/commitdiff/0fd510b3673f

Without these patches, an application which opens and closes regularly
netlink sockets can easily fails to bind them.

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

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

Title:
  libnl: fail to bind() netlink sockets

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

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


[Bug 1511727] Re: compiz HIGH CPU usage only during AFK

2015-10-30 Thread V-Mark
I do not know if this helps, but immediately after IDLE (screen off):
top with separated CPU-s:

top - 14:38:27 up  6:39,  3 users,  load average: 0,70, 0,32, 0,21
Tasks: 200 total,   1 running, 199 sleeping,   0 stopped,   0 zombie
%Cpu0  :  0,7 us,  1,0 sy,  0,0 ni, 98,3 id,  0,0 wa,  0,0 hi,  0,0 si,  0,0 st
%Cpu1  :  0,0 us,  0,7 sy,  0,0 ni, 98,7 id,  0,3 wa,  0,0 hi,  0,3 si,  0,0 st
%Cpu2  :  1,0 us,  0,0 sy,  0,0 ni, 99,0 id,  0,0 wa,  0,0 hi,  0,0 si,  0,0 st
%Cpu3  : 34,9 us, 65,1 sy,  0,0 ni,  0,0 id,  0,0 wa,  0,0 hi,  0,0 si,  0,0 st
KiB Mem:   8211348 total,  3645980 used,  4565368 free,   108936 buffers
KiB Swap:  7844308 total,0 used,  7844308 free.  2569852 cached Mem

  PID USER  PR  NIVIRTRESSHR S  %CPU %MEM TIME+ COMMAND 
 
 1396 mark  20   0  288756 114788  70772 S 100,8  1,4 120:45.68 compiz  
 
 1800 mark  20   0  866636 332252  78480 S   0,3  4,0  13:16.19 firefox 
 
 4454 mark  20   0  125108  34428  26224 S   0,3  0,4   0:13.64 
gnome-terminal-  
 5850 root  20   0   0  0  0 S   0,3  0,0   0:04.45 kworker/0:2 
 
 6878 mark  20   07172   2832   2364 R   0,3  0,0   0:00.23 top 
 
1 root  20   0   24884   4848   3716 S   0,0  0,1   0:01.49 systemd 
 
2 root  20   0   0  0  0 S   0,0  0,0   0:00.00 kthreadd
 
3 root  20   0   0  0  0 S   0,0  0,0   0:00.70 ksoftirqd/0 
 
5 root   0 -20   0  0  0 S   0,0  0,0   0:00.00 
kworker/0:0H 
7 root  20   0   0  0  0 S   0,0  0,0   0:08.01 rcu_sched   
 
8 root  20   0   0  0  0 S   0,0  0,0   0:00.00 rcu_bh  
 

So compiz is occupying one of my core 100% only DURING IDLE (screen off)

Mark

** Summary changed:

- compiz HIGH CPU usage only during AFK
+ compiz HIGH CPU usage only during screen is off

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

Title:
  compiz HIGH CPU usage only during screen is off

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

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


[Bug 1502555] Re: BUG: unable to handle kernel NULL pointer dereference at 0000000000000334

2015-10-30 Thread Stuart Bishop
No further failures after destroying a misbehaving btrfs subvolume.

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

Title:
  BUG: unable to handle kernel NULL pointer dereference at
  0334

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

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


[Bug 1258210] Re: [system settings] Hide cellular option if cellular hardware is not available

2015-10-30 Thread Magdalena Mirowicz
** Summary changed:

- Hide cellular option if cellular hardware is not available
+ [system settings] Hide cellular option if cellular hardware is not available

** Changed in: ubuntu-ux
   Status: New => Triaged

** Changed in: ubuntu-ux
   Importance: Undecided => Medium

** Changed in: ubuntu-ux
 Assignee: (unassigned) => Matthew Paul Thomas (mpt)

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

Title:
  [system settings] Hide cellular option if cellular hardware is not
  available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-system-settings/+bug/1258210/+subscriptions

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


[Bug 1511735] Re: libnl: fail to bind() netlink sockets

2015-10-30 Thread Nicolas Dichtel
** Also affects: libnl3 (Ubuntu)
   Importance: Undecided
   Status: New

** No longer affects: linux (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libnl3 in Ubuntu.
https://bugs.launchpad.net/bugs/1511735

Title:
  libnl: fail to bind() netlink sockets

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1511384] Re: [update] “Unavailable” should be translated

2015-10-30 Thread Bartosz Kosiorek
** Branch linked: lp:~gang65/ubuntu-system-settings/ubuntu-system-
settings-string-template-update

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

Title:
  [update] “Unavailable” should be translated

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

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

[Bug 1511720] Re: fails to identify what program left a core file

2015-10-30 Thread Marius Gedminas
Workaround: 'readelf -n core' and look at the first mapped file.

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

Title:
  fails to identify what program left a core file

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

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


[Bug 1511708] Re: Lockscreen is not shown after suspend due to lid close

2015-10-30 Thread Andrea Azzarone
** Also affects: unity (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/1511708

Title:
  Lockscreen is not shown after suspend due to lid close

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

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


[Bug 1509596] Re: Second monitor blanks at login prompt

2015-10-30 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: lightdm (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/1509596

Title:
  Second monitor blanks at login prompt

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

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


[Bug 746697] Re: panels come forward when any fullscreen application opens a new window

2015-10-30 Thread Treviño
** Changed in: unity (Ubuntu)
   Status: New => Confirmed

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

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

Title:
  panels come forward when any fullscreen application opens a new window

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

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


[Bug 745269] Re: Preview window is minimized does not work

2015-10-30 Thread Treviño
** Changed in: unity (Ubuntu)
   Importance: Undecided => Medium

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

Title:
  Preview window is minimized does not work

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

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


[Bug 455241] Re: New windows steal focus

2015-10-30 Thread Treviño
** Changed in: unity (Ubuntu)
   Status: New => Confirmed

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

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

Title:
  New windows steal focus

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

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


[Bug 829384] Re: libreoffice fullscreen causes errors in unity

2015-10-30 Thread Treviño
** Changed in: unity
   Status: New => Fix Released

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

Title:
  libreoffice fullscreen causes errors in unity

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

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


[Bug 1511737] [NEW] fail to install grub in tablet onda v116w

2015-10-30 Thread fernando
Public bug reported:

in the end of the instalation, insall of grub fail

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: ubiquity 2.21.37
ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
Uname: Linux 4.2.0-16-generic x86_64
ApportVersion: 2.19.1-0ubuntu3
Architecture: amd64
CasperVersion: 1.365
Date: Fri Oct 30 14:47:34 2015
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed 
boot=casper quiet splash ---
LiveMediaBuild: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
ProcEnviron:
 LANGUAGE=es_ES.UTF-8
 PATH=(custom, no user)
 LANG=es_ES.UTF-8
 SHELL=/bin/bash
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug ubiquity-2.21.37 ubuntu wily

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

Title:
  fail to install grub in tablet onda v116w

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

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


[Bug 1509803] Re: Bluetooth Will not work

2015-10-30 Thread Mitch Dabbas
Pilot. I apologize, the above output is from another system,  Here is
the correct output:


dmesg | egrep -i 'blue|firm'
[0.164145] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[8.485858] [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
[   31.313894] Bluetooth: Core ver 2.20
[   31.313911] Bluetooth: HCI device and connection manager initialized
[   31.313915] Bluetooth: HCI socket layer initialized
[   31.313917] Bluetooth: L2CAP socket layer initialized
[   31.313923] Bluetooth: SCO socket layer initialized
[   31.608607] Bluetooth: hci0: BCM: patching hci_ver=06 hci_rev= 
lmp_ver=06 lmp_subver=210b
[   32.063924] Bluetooth: hci0: BCM: firmware hci_ver=06 hci_rev=00f5 
lmp_ver=06 lmp_subver=210b
[   33.026472] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   33.026474] Bluetooth: BNEP filters: protocol multicast
[   33.026478] Bluetooth: BNEP socket layer initialized
[   33.026675] Bluetooth: RFCOMM TTY layer initialized
[   33.026681] Bluetooth: RFCOMM socket layer initialized
[   33.026685] Bluetooth: RFCOMM ver 1.11


dkms status
bcmwl, 6.30.223.248+bdcom, 3.19.0-30-generic, x86_64: installed
bcmwl, 6.30.223.248+bdcom, 3.19.0-31-generic, x86_64: installed
bcmwl, 6.30.223.248+bdcom, 3.19.0-32-generic, x86_64: installed
btusb, 3.0, 3.19.0-32-generic, x86_64: installed

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

Title:
  Bluetooth Will not work

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

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


[Bug 1348670] Re: BUG: unable to handle kernel NULL pointer dereference at 0000000000000010, set_nfsv4_acl_one+0x21/0xb0 [nfsd]

2015-10-30 Thread Frank
Issue seems to be reintroduced.

Mounts in 3.13.0-66-generic fail again with the same error messages as reported 
in this issue.
In 3.13.0-62-generic everything seems well.

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

Title:
  BUG: unable to handle kernel NULL pointer dereference at
  0010, set_nfsv4_acl_one+0x21/0xb0 [nfsd]

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

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


[Bug 1507510] Re: Push notifications missing when app in foreground, but device locked

2015-10-30 Thread Pat McGowan
** Changed in: canonical-devices-system-image
   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/1507510

Title:
  Push notifications missing when app in foreground, but device locked

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

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


[Bug 1510718] Re: Notification triggers non-interactive screen with no phone call in progress

2015-10-30 Thread Michał Sawicz
This is the proximity sensor kicking in. When the screen is woken up by
a notification, we keep it aware of proximity to avoid accidental
presses while you take the phone out of your pocket. I'm afraid I don't
have a good idea how to avoid this behaviour while keeping it so you
don't accidentally hit buttons in the UI.

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

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

Title:
  Notification triggers non-interactive screen with no phone call in
  progress

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

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


[Bug 1511484] Re: X.Org random crashes on Ubuntu 15.10

2015-10-30 Thread Bug Watch Updater
Launchpad has imported 1 comments from the remote bug at
https://bugs.freedesktop.org/show_bug.cgi?id=92735.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2015-10-30T12:09:56+00:00 Юрий Чудновский wrote:

Created attachment 119298
Xorg log

After upgrading from Ubuntu 15.04 to 15.10 graphical system works
visually slower and sandomly X server crashes giving error:

[ 23266.388] (EE) 
Fatal server error:
[ 23266.394] (EE) TouchListenerGone: couldn't allocate events
[ 23266.394] (EE) 
[ 23266.394] (EE) 
Please consult the The X.Org Foundation support 
 at http://wiki.x.org
 for help. 
[ 23266.411] (EE) Please also check the log file at "/var/log/Xorg.0.log" for 
additional information.
[ 23266.411] (EE) 
[ 23266.467] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 23266.497] (EE) Server terminated with error (1). Closing log file.

Probably caused by i915 driver. Two systems currently known to be affected by 
this bug:
a) desktop on Intel Xeon E3-1200 v3/4th
b) notebook on Intel Core i3 CPU M380
both having integrated Intel graphic cards (into CPU's), both using i915 driver.

Reply at: https://bugs.launchpad.net/ubuntu/+bug/1511484/comments/1


** Changed in: xorg-server
   Status: Unknown => Confirmed

** Changed in: xorg-server
   Importance: Unknown => Medium

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

Title:
  X.Org random crashes on Ubuntu 15.10

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

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

[Bug 1330406] Re: juju deployed services to lxc containers error executing "lxc-create" with bad template: ubuntu-cloud

2015-10-30 Thread Curtis Hovey
This issue was certainly fixed when trusty got juju 1.20.11.

** Changed in: juju-core (Ubuntu Trusty)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to juju-core in Ubuntu.
https://bugs.launchpad.net/bugs/1330406

Title:
  juju deployed services to lxc containers error executing "lxc-create"
  with bad template: ubuntu-cloud

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1330406/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1323837] Re: Sim toolkit is not available on UT

2015-10-30 Thread Magdalena Mirowicz
** Changed in: ubuntu-ux
 Assignee: (unassigned) => Olga Kemmet (olga-kemmet)

** Changed in: ubuntu-ux
   Status: New => Triaged

** Changed in: ubuntu-ux
   Importance: Undecided => Wishlist

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

Title:
  Sim toolkit is not available on UT

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

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


[Bug 1505564] ProcModules.txt

2015-10-30 Thread Junien Fridrick
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1505564/+attachment/4509297/+files/ProcModules.txt

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

Title:
  Soft lockup with "block nbdX: Attempted send on closed socket" spam

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

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


[Bug 1505564] CurrentDmesg.txt

2015-10-30 Thread Junien Fridrick
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1505564/+attachment/4509292/+files/CurrentDmesg.txt

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

Title:
  Soft lockup with "block nbdX: Attempted send on closed socket" spam

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

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


[Bug 1505564] Lspci.txt

2015-10-30 Thread Junien Fridrick
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1505564/+attachment/4509293/+files/Lspci.txt

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

Title:
  Soft lockup with "block nbdX: Attempted send on closed socket" spam

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

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


[Bug 1505564] Re: Soft lockup with "block nbdX: Attempted send on closed socket" spam

2015-10-30 Thread Junien Fridrick
apport information

** Description changed:

  Hi,
  
  Some of our nova compute hosts regularly freeze, sometimes for a few hours, 
with kern.log getting spammed with :
  block nbdX: Attempted send on closed socket
  
  and a few "CPU soft lockup" messages (see attached log). This clears up when 
the queue gets cleared, eg :
  block nbdX: queue cleared
  
  trusty hosts with kernel version 3.19.0-30-generic.
  
  Note that timestamps from kern.log appears to be wrong, it looks like
  the messages are being held, and then all delivered at once when the
  kernel unfreezes.
  
  Attaching apport files from 2 hosts below.
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Oct  9 13:14 seq
   crw-rw 1 root audio 116, 33 Oct  9 13:14 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.14.1-0ubuntu3.15
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  DistroRelease: Ubuntu 14.04
  IwConfig: Error: [Errno 2] No such file or directory
  MachineType: HP ProLiant DL385 G7
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=screen-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-30-generic 
root=UUID=1bd039df-c419-4cb7-b1ad-fe004d55ccd4 ro console=tty0 
console=ttyS1,38400 nosplash
  ProcVersionSignature: Ubuntu 3.19.0-30.34~14.04.1-generic 3.19.8-ckt6
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-30-generic N/A
   linux-backports-modules-3.19.0-30-generic  N/A
   linux-firmware 1.127.15
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  trusty uec-images
  Uname: Linux 3.19.0-30-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 12/08/2012
  dmi.bios.vendor: HP
  dmi.bios.version: A18
  dmi.chassis.type: 23
  dmi.chassis.vendor: HP
  dmi.modalias: 
dmi:bvnHP:bvrA18:bd12/08/2012:svnHP:pnProLiantDL385G7:pvr:cvnHP:ct23:cvr:
  dmi.product.name: ProLiant DL385 G7
  dmi.sys.vendor: HP
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Oct  9 12:37 seq
   crw-rw 1 root audio 116, 33 Oct  9 12:37 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.14.1-0ubuntu3.15
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  DistroRelease: Ubuntu 14.04
  IwConfig: Error: [Errno 2] No such file or directory
  MachineType: HP ProLiant DL360p Gen8
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=screen-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-30-generic 
root=UUID=f3c6cae8-09dc-4607-8675-c9123ea9c9fd ro console=tty0 
console=ttyS1,38400 nosplash
  ProcVersionSignature: Ubuntu 3.19.0-30.34~14.04.1-generic 3.19.8-ckt6
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-30-generic N/A
   linux-backports-modules-3.19.0-30-generic  N/A
   linux-firmware 1.127.15
  RfKill: Error: [Errno 2] No such file or directory
  StagingDrivers: visorchannel visorutil
  Tags:  trusty uec-images staging
  Uname: Linux 3.19.0-30-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 11/14/2013
  dmi.bios.vendor: HP
  dmi.bios.version: P71
  dmi.chassis.type: 23
  dmi.chassis.vendor: HP
  dmi.modalias: 
dmi:bvnHP:bvrP71:bd11/14/2013:svnHP:pnProLiantDL360pGen8:pvr:cvnHP:ct23:cvr:
  dmi.product.name: ProLiant DL360p Gen8
  dmi.sys.vendor: HP
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Oct 28 13:07 seq
   crw-rw 1 root audio 116, 33 Oct 28 13:07 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.14.1-0ubuntu3.16
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  DistroRelease: Ubuntu 14.04
  IwConfig: Error: [Errno 2] No such file or directory
  MachineType: HP ProLiant DL360p Gen8
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=screen-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-29-generic 
root=UUID=46ac2c1e-5f16-45bd-b383-e952f78fd142 ro console=tty0 
console=ttyS1,38400 nosplash crashkernel=384M-:512M
  ProcVersionSignature: Ubuntu 3.13.0-29.53-generic 3.13.11.2
  RelatedPackageVersions:
   

[Bug 1505564] Lsusb.txt

2015-10-30 Thread Junien Fridrick
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1505564/+attachment/4509294/+files/Lsusb.txt

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

Title:
  Soft lockup with "block nbdX: Attempted send on closed socket" spam

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

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


[Bug 1510430] Re: Wrong format signature when saving

2015-10-30 Thread Sebastien Bacher
thanks

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

** Also affects: evolution via
   https://bugzilla.gnome.org/show_bug.cgi?id=757188
   Importance: Unknown
   Status: Unknown

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

Title:
  Wrong format signature when saving

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

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


[Bug 1511708] Re: Lockscreen is not shown after suspend due to lid close

2015-10-30 Thread Treviño
** Tags added: rls-x-incoming

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

Title:
  Lockscreen is not shown after suspend due to lid close

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

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


[Bug 1505564] UdevLog.txt

2015-10-30 Thread Junien Fridrick
apport information

** Attachment added: "UdevLog.txt"
   
https://bugs.launchpad.net/bugs/1505564/+attachment/4509299/+files/UdevLog.txt

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

Title:
  Soft lockup with "block nbdX: Attempted send on closed socket" spam

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

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


[Bug 1499341] Re: Fails to generate thumbnails for filenames without extensions

2015-10-30 Thread Bill Filler
michi, alecu:
would be great to get another thumbnailer release for ota8 that includes this 
fix.


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

** Changed in: thumbnailer (Ubuntu)
 Assignee: (unassigned) => Michi Henning (michihenning)

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

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

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

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Alejandro J. Cura (alecu)

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

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

Title:
  Fails to generate thumbnails for filenames without extensions

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

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


[Bug 1505564] ProcCpuinfo.txt

2015-10-30 Thread Junien Fridrick
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1505564/+attachment/4509295/+files/ProcCpuinfo.txt

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

Title:
  Soft lockup with "block nbdX: Attempted send on closed socket" spam

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

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


[Bug 1505564] ProcInterrupts.txt

2015-10-30 Thread Junien Fridrick
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1505564/+attachment/4509296/+files/ProcInterrupts.txt

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

Title:
  Soft lockup with "block nbdX: Attempted send on closed socket" spam

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

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


[Bug 1505564] UdevDb.txt

2015-10-30 Thread Junien Fridrick
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1505564/+attachment/4509298/+files/UdevDb.txt

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

Title:
  Soft lockup with "block nbdX: Attempted send on closed socket" spam

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

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


[Bug 1072731] Re: Ctrl+Alt+0 does not minimise windows

2015-10-30 Thread Treviño
** Changed in: unity
   Importance: Undecided => Medium

** Changed in: unity
   Status: New => Triaged

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

Title:
  Ctrl+Alt+0 does not minimise windows

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

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


[Bug 853865] Re: Multi Monitor: Option to hide unity's top panel on the second monitor

2015-10-30 Thread Treviño
** Changed in: unity (Ubuntu)
   Status: Opinion => Confirmed

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

Title:
  Multi Monitor: Option to hide unity's top panel on the second monitor

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

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


[Bug 1157650] Re: [regression] Dash loses focus after first login, can't search

2015-10-30 Thread Treviño
** Changed in: unity (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/1157650

Title:
  [regression] Dash loses focus after first login, can't search

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

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


[Bug 1505564] Re: Soft lockup with "block nbdX: Attempted send on closed socket" spam

2015-10-30 Thread Junien Fridrick
Yet another crash, on another node this time (still a 100% Nova compute
node). apport information is above, crashdump is at
https://chinstrap.canonical.com/~axino/201510301227.crash.lp1505564.phianna.tar.xz
- sha1sum 71353f8c70d009369a61de811c90d6199b341543

Thanks !

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

Title:
  Soft lockup with "block nbdX: Attempted send on closed socket" spam

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

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


[Bug 1505370] Re: Creating a bootable CD with Ubuntu 15.10 results in "Boot error" on all non-UEFI machines

2015-10-30 Thread Michael Flaig
Image looks OK. Works when image is written to usb stick by dd
if= of= bs=1024k

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

Title:
  Creating a bootable CD with Ubuntu 15.10 results in "Boot error" on
  all non-UEFI machines

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

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


[Bug 1506744] Re: Newly installed applications do not show in the dash

2015-10-30 Thread Cerberus
I tried to reinstall applications lens and it helped, but not
completely, today I installed dconf-editor and VLC, dconf-editor did not
appear in the dash, but VLC did appear. Very strange behavior. Let me
know if you need any logs not provided in this bug.

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

Title:
  Newly installed applications do not show in the dash

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

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


[Bug 1511738] [NEW] clearing the playlist does not work

2015-10-30 Thread Albert Astals Cid
Public bug reported:

Use the following code on the phone http://paste.ubuntu.com/13009152/
(note it works fine on the desktop)

If you press the red area the playlist.mediaCount increases indefinitely
even if the playlist is cleared each time.

** Affects: media-hub (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/1511738

Title:
  clearing the playlist does not work

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

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


[Bug 1511735] Missing required logs.

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

apport-collect 1511735

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

Title:
  libnl: fail to bind() netlink sockets

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

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


[Bug 1469005] Re: Dialer segfaults when creating a new contact with photo from the camera roll widget

2015-10-30 Thread Bill Filler
** Changed in: canonical-devices-system-image
   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/1469005

Title:
  Dialer segfaults when creating a  new contact with photo from the
  camera roll widget

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

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


[Bug 1375799] Re: PullToRefreshStyle label text animates poorly

2015-10-30 Thread Magdalena Mirowicz
** Changed in: ubuntu-ux
   Status: New => Triaged

** Summary changed:

- PullToRefreshStyle label text animates poorly
+ [sdk] PullToRefreshStyle label text animates poorly

** Changed in: ubuntu-ux
   Importance: Undecided => Low

** Changed in: ubuntu-ux
 Assignee: (unassigned) => Femma (femma)

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

Title:
  [sdk] PullToRefreshStyle label text animates poorly

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

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


[Bug 1511735] Re: libnl: fail to bind() netlink sockets

2015-10-30 Thread Nicolas Dichtel
** Also affects: libnl3 (Ubuntu)
   Importance: Undecided
   Status: New

** No longer affects: linux (Ubuntu)

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

Title:
  libnl: fail to bind() netlink sockets

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

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


[Bug 1006156] Re: Mute button on USB headset steals and holds on to mouse focus

2015-10-30 Thread Psychotron
Same here, on Ubuntu 14.04.3 LTS.
Headset is a "Plantronics .Audio 400 DSP"
Vendor 0x47f Product 0xc009

The Mute button of the headset acts like a "button 1", i.e. same as the
left (or primary) mouse button. And it works in the way that muting
generates a button press event, while unmuting generates a button
release event. (So I can use the mute button instead of my mouse button
to "click" in the UI ;) The problem is a) that this hijacks the "button
1" and b) that it stays in pressed state and thus further press events
from the real mouse button 1 are ignored (which is normally only a very
short temporary state). But the real problem is that this mute button
should not appear as first mouse button in the first place.

For some reason X11 seems to enter this pressed state also in other
conditions, like plugging in the USB hub the headset is connected to or
whatever.

A temporary fix to the problem (without restarting X11) is to
mute/unmute the headset.

xev on mute:

ButtonPress event, serial 40, synthetic NO, window 0xea1,
root 0x2f0, subw 0xea2, time 65571103, (53,51), root:(53,1013),
state 0x0, button 1, same_screen YES

xev on unmute:

ButtonRelease event, serial 40, synthetic NO, window 0xea1,
root 0x2f0, subw 0xea2, time 65456007, (51,45), root:(51,1007),
state 0x100, button 1, same_screen YES

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

Title:
  Mute button on USB headset steals and holds on to mouse focus

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

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


[Bug 1313436] Re: Unity/Compiz very slow after resume from suspend

2015-10-30 Thread aleph0
I came here because I have the exact same issue.
Brand new Dell XPS 13 with Ubuntu 14.04.

Aftrr wake from suspend I see a black screen with cursor; then the
desktop shows up and looks fine, but performance is more than sluggish -
videos become slideshows.

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

Title:
  Unity/Compiz very slow after resume from suspend

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

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


[Bug 1429214] Re: [Scopes] Departments not behaving consistently when navigating too/from a Scope

2015-10-30 Thread Albert Astals Cid
After talking with Pawel there's nothing in unity8's side for this to
happen.

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

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

Title:
  [Scopes] Departments not behaving consistently when navigating
  too/from a Scope

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

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


[Bug 1510565] Re: [needs-packaging] Juju 1.25.0 is not in xenial and wily

2015-10-30 Thread Curtis Hovey
** Tags removed: verification-needed
** Tags added: verification-done

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to juju-core in Ubuntu.
https://bugs.launchpad.net/bugs/1510565

Title:
  [needs-packaging] Juju 1.25.0 is not in xenial and wily

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1510565] Re: [needs-packaging] Juju 1.25.0 is not in xenial and wily

2015-10-30 Thread Curtis Hovey
** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  [needs-packaging] Juju 1.25.0 is not in xenial and wily

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

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


[Bug 1486138] Re: Skittish behaviour enabling flight mode when a hotspot is enabled

2015-10-30 Thread Pat McGowan
** Changed in: canonical-devices-system-image
   Status: Confirmed => Fix Committed

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

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

Title:
  Skittish behaviour enabling flight mode when a hotspot is enabled

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

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


[Bug 517067] Re: Using virtio for block devices makes disks and partitions disappear in KVM/QEMU (using vmbuilder and libvirt)

2015-10-30 Thread Serge Hallyn
** Changed in: vm-builder (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  Using virtio for block devices makes disks and partitions disappear in
  KVM/QEMU (using vmbuilder and libvirt)

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

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


[Bug 517067] Re: Using virtio for block devices makes disks and partitions disappear in KVM/QEMU (using vmbuilder and libvirt)

2015-10-30 Thread Serge Hallyn
** Changed in: vm-builder (Ubuntu)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder in Ubuntu.
https://bugs.launchpad.net/bugs/517067

Title:
  Using virtio for block devices makes disks and partitions disappear in
  KVM/QEMU (using vmbuilder and libvirt)

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


<    1   2   3   4   5   6   7   8   9   10   >