[Bug 1394919] Re: constant crash in trying to collect info for recoverable error of cgmanager

2014-11-25 Thread Jean-Baptiste Lallement
Here are all the logs you requested. The first dbus-send command hangs and the 
second works.
Perhaps it is a coincidence but the problem seems to be triggered when the 
systems running out of memory, killed webapp-container and tries to restore 
gmail webapp (or maybe any other webapp)

In syslog webapp-container is killed at 
Nov 25 08:24:23 ubuntu-phablet kernel: [16138.987397]Killing 'webapp-containe' 
(23587), adj 900,

It almost match with the time of the apport crash (symptom of this bug)
$ grep ^Date /var/crash/_usr_share_apport_recoverable_problem.32011.crash 
Date: Tue Nov 25 08:24:50 2014
 

** Attachment added: 20141125_1394919_logs.tgz
   
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1394919/+attachment/4267492/+files/20141125_1394919_logs.tgz

** Summary changed:

- constant crash in trying to collect info for recoverable error of cgmanager
+ cgproxy hangs

** Changed in: cgmanager (Ubuntu)
   Importance: Undecided = Critical

** Changed in: apport (Ubuntu)
   Status: Confirmed = Invalid

** Changed in: apport (Ubuntu RTM)
   Status: New = Invalid

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

Title:
  cgproxy hangs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1394919/+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 1396068] [NEW] [Xen/xl] dom0 needs to run qemu for qcow access

2014-11-25 Thread Stefan Bader
Public bug reported:

Running a qemu process for dom0 will enable paravirtualized guests (PVM) to use 
special disk images like qcow2. The problem is that in order to boot those with 
pygrub, the image has to be temporarily accessed from dom0. But without the 
qemu process running only raw images can be used.
Openstack by default uses qcow2 images and PVM guests. So trying to use nova on 
a Xen hosts currently fails to bring up instances (xl via libvirt). This bug is 
related to bug #1394327 (we also need a bug fix in qemu to make this work).

** Affects: xen (Ubuntu)
 Importance: Medium
 Assignee: Stefan Bader (smb)
 Status: Triaged

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

Title:
  [Xen/xl] dom0 needs to run qemu for qcow access

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xen/+bug/1396068/+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 1396068] Re: [Xen/xl] dom0 needs to run qemu for qcow access

2014-11-25 Thread Stefan Bader
** Bug watch added: Debian Bug tracker #770456
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=770456

** Also affects: debian via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=770456
   Importance: Unknown
   Status: Unknown

** No longer affects: debian

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

** Also affects: xen (Ubuntu Utopic)
   Importance: Undecided
   Status: New

** Also affects: debian via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=770456
   Importance: Unknown
   Status: Unknown

** Changed in: xen (Ubuntu Trusty)
   Importance: Undecided = Medium

** Changed in: xen (Ubuntu Trusty)
   Status: New = Triaged

** Changed in: xen (Ubuntu Utopic)
   Importance: Undecided = Medium

** Changed in: xen (Ubuntu Utopic)
   Status: New = Triaged

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

Title:
  [Xen/xl] dom0 needs to run qemu for qcow access

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xen/+bug/1396068/+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 1368815] Re: qemu-img convert intermittently corrupts output images

2014-11-25 Thread Kevin Wolf
** Description changed:

  ==
- Impact: occasional qcow2 corruption
+ Impact: occasional image corruption (any format on local filesystem)
  Test case: see the qemu-img command below
  Regression potential: this cherrypicks a patch from upstream to a 
not-insignificantly older qemu source tree.  While the cherrypick seems sane, 
it's possible that there are subtle interactions with the other delta.  I'd 
really like for a full qa-regression-test qemu testcase to be run against this 
package.
  ==
  
  -- Found in releases qemu-2.0.0, qemu-2.0.2, qemu-2.1.0. Tested on
  Ubuntu 14.04 using Ext4 filesystems.
  
  The command
  
-   qemu-img convert -O raw inputimage.qcow2 outputimage.raw
+   qemu-img convert -O raw inputimage.qcow2 outputimage.raw
  
  intermittently creates corrupted output images, when the input image is
  not yet fully synchronized to disk. While the issue has actually been
  discovered in operation of of OpenStack nova, it can be reproduced
  easily on command line using
  
-   cat $SRC_PATH  $TMP_PATH  $QEMU_IMG_PATH convert -O raw $TMP_PATH
+   cat $SRC_PATH  $TMP_PATH  $QEMU_IMG_PATH convert -O raw $TMP_PATH
  $DST_PATH  cksum $DST_PATH
  
  on filesystems exposing this behavior. (The difficult part of this
  exercise is to prepare a filesystem to reliably trigger this race. On my
  test machine some filesystems are affected while other aren't, and
  unfortunately I haven't found the relevant difference between them, yet.
  Possible it's timing issues completely out of userspace control ...)
  
  The root cause, however, is the same as in
  
-   http://lists.gnu.org/archive/html/coreutils/2011-04/msg00069.html
+   http://lists.gnu.org/archive/html/coreutils/2011-04/msg00069.html
  
  and it can be solved the same way as suggested in
  
-   http://lists.gnu.org/archive/html/coreutils/2011-04/msg00102.html
+   http://lists.gnu.org/archive/html/coreutils/2011-04/msg00102.html
  
  In qemu, file block/raw-posix.c use the FIEMAP_FLAG_SYNC, i.e change
  
- f.fm.fm_flags = 0;
+ f.fm.fm_flags = 0;
  
  to
  
- f.fm.fm_flags = FIEMAP_FLAG_SYNC;
+ f.fm.fm_flags = FIEMAP_FLAG_SYNC;
  
  As discussed in the thread mentioned above, retrieving a page cache
  coherent map of file extents is possible only after fsync on that file.
  
  See also
  
-   https://bugs.launchpad.net/nova/+bug/1350766
+   https://bugs.launchpad.net/nova/+bug/1350766
  
  In that bug report filed against nova, fsync had been suggested to be
  performed by the framework invoking qemu-img. However, as the choice of
  fiemap -- implying this otherwise unneeded fsync of a temporary file  --
  is not made by the caller but by qemu-img, I agree with the nova bug
  reviewer's objection to put it into nova. The fsync should instead be
  triggered by qemu-img utilizing the FIEMAP_FLAG_SYNC, specifically
  intended for that purpose.

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

Title:
  qemu-img convert intermittently corrupts output images

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1368815/+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 1396068] Re: [Xen/xl] dom0 needs to run qemu for qcow access

2014-11-25 Thread Bug Watch Updater
** Changed in: debian
   Status: Unknown = New

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

Title:
  [Xen/xl] dom0 needs to run qemu for qcow access

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xen/+bug/1396068/+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 1334916] Re: sshd-ConsoleKit integration patch causes abrupt termination of multichannel sessions

2014-11-25 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: openssh (Ubuntu)
   Status: New = Confirmed

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

Title:
  sshd-ConsoleKit integration patch causes abrupt termination of
  multichannel sessions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1334916/+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 1334916] Re: sshd-ConsoleKit integration patch causes abrupt termination of multichannel sessions

2014-11-25 Thread Stefan Spühler
I can confirm this bug on Ubuntu 14.04 x64.

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

Title:
  sshd-ConsoleKit integration patch causes abrupt termination of
  multichannel sessions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1334916/+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 1384943] Re: [SRU] Pinger crashes with segfault in libc

2014-11-25 Thread Marc Deslauriers
This is a security issue that was assigned CVE-2014-7141 and
CVE-2014-7142.

As such, it needs to be published in the security pocket.

I will build it as a security update, and will release it.

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

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

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

Title:
  [SRU] Pinger crashes with segfault in libc

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid3/+bug/1384943/+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 1345974] Re: apache2 crashed when opening PhpMyAdmin login page after restart

2014-11-25 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 1303170 ***
https://bugs.launchpad.net/bugs/1303170

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: apache2 (Ubuntu)
   Status: New = Confirmed

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

Title:
  apache2 crashed when opening PhpMyAdmin login page after restart

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1345974/+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 1394919] Re: cgproxy hangs

2014-11-25 Thread Jean-Baptiste Lallement
*** This bug is a duplicate of bug 1377332 ***
https://bugs.launchpad.net/bugs/1377332

I'm marking this report as duplicate of 1377332 since this is the original 
issue and apport was the symptom. 
I created bug 1396160 for apport specific issue.

** This bug has been marked a duplicate of bug 1377332
   [TOPBLOCKER] UI randomly freezes

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

Title:
  cgproxy hangs

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


[Blueprint servercloud-v-openstack-kilo] Openstack work for Vivid

2014-11-25 Thread Chuck Short
Blueprint changed by Chuck Short:

Work items set to:
Work items:
Open up Openstack for vivid: DONE
Updated python-keystoneclient to 0.11.2: DONE
Updated python-eventlet to 0.15.2: DONE
Updated stevedore to 1.1.0: DONE
Updated python-ceilometerclient to 1.0.12: DONE
Updated python-cinderclient to 1.1.1: DONE
Updated python-heatclient to 0.2.12: DONE
Updated python-novaclient to 2.20.0: DONE
Updated python-ironicclient to 0.3.1: DONE
Updated python-neturonclient to 2.3.9: DONE
Updated python-swiftclient to 2.3.1: DONE
Updated python-glance-store to 0.1.9: DONE
Updated python-oslo.db to 1.1.0: DONE
Updated python-saharaclient to 0.7.5: DONE
Packaged oslo.serialization for Openstack: DONE
Write MIR for oslo.serialization: TODO
Packaged oslo.concurrency for Openstack: INPROGRESS
Write MIR for oslo.concurrency: TODO
Merged python-boto 2.34.0-2ubuntu: DONE
Updated python-oslo.vmware to 0.7.0: DONE
Updated python-glanceclient to 0.14.2: DONE
updated python-hacking to 0.9.3: DONE

-- 
Openstack work for Vivid
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-v-openstack-kilo

-- 
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 1358835] libnuma.so.1 sum 55709

2014-11-25 Thread bugproxy
--- Comment (attachment only) From thierry.fa...@fr.ibm.com 2014-11-19 
14:45 EDT---


** Attachment added: libnuma.so.1 sum 55709
   
https://bugs.launchpad.net/bugs/1358835/+attachment/4268063/+files/libnuma1_2.0.9%7Erc5-1ubuntu2_ppc64el.deb

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

Title:
  numa_node_of_cpu() returns warning  when cpu_index  79

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/numactl/+bug/1358835/+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 1358835] new libnuma.so with fix

2014-11-25 Thread bugproxy
--- Comment on attachment From thierry.fa...@fr.ibm.com 2014-11-18 15:55 
EDT---


Please have a test

** Attachment added: new libnuma.so with fix
   
https://bugs.launchpad.net/bugs/1358835/+attachment/4268062/+files/libnuma1_2.0.9%7Erc5-1ubuntu2_ppc64el.deb

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

Title:
  numa_node_of_cpu() returns warning  when cpu_index  79

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/numactl/+bug/1358835/+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 1388621] Re: Please merge nginx 1.6.2-4 (main) from Debian Unstable (main)

2014-11-25 Thread Marc Deslauriers
ACK o the debdiff in comment #7. I added a couple of small changes:

I added the following back to debian/changelog:
- debian/tests/control: add nginx-core test.
- debian/control: drop luajit from Build-Depends as it is in universe.

I also changed another reference to Debian in debian/index.html.

Thanks!

** Changed in: nginx (Ubuntu)
   Status: Confirmed = Fix Committed

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

Title:
  Please merge nginx 1.6.2-4 (main) from Debian Unstable (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nginx/+bug/1388621/+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 1388621] Re: Please merge nginx 1.6.2-4 (main) from Debian Unstable (main)

2014-11-25 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/vivid-proposed/nginx

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

Title:
  Please merge nginx 1.6.2-4 (main) from Debian Unstable (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nginx/+bug/1388621/+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 1396207] [NEW] package python3-networkx (not installed) failed to install/upgrade: Versuch, »/usr/share/doc/python-networkx/examples/basic/read_write.py« zu überschreiben, welches auch in Paket p

2014-11-25 Thread Frederik Elwert
Public bug reported:

There seems to be a package content conflict between python-networkx and
python3-networkx.

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: python3-networkx (not installed)
ProcVersionSignature: Ubuntu 3.13.0-39.66-generic 3.13.11.8
Uname: Linux 3.13.0-39-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.5
Architecture: amd64
Date: Tue Nov 25 16:30:58 2014
DuplicateSignature: package:python3-networkx:(not installed):Versuch, 
»/usr/share/doc/python-networkx/examples/basic/read_write.py« zu überschreiben, 
welches auch in Paket python-networkx 1.8.1-0ubuntu3 ist
ErrorMessage: Versuch, 
»/usr/share/doc/python-networkx/examples/basic/read_write.py« zu überschreiben, 
welches auch in Paket python-networkx 1.8.1-0ubuntu3 ist
InstallationDate: Installed on 2013-07-20 (493 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
SourcePackage: python-networkx
Title: package python3-networkx (not installed) failed to install/upgrade: 
Versuch, »/usr/share/doc/python-networkx/examples/basic/read_write.py« zu 
überschreiben, welches auch in Paket python-networkx 1.8.1-0ubuntu3 ist
UpgradeStatus: Upgraded to trusty on 2014-05-03 (205 days ago)

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


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

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

Title:
  package python3-networkx (not installed) failed to install/upgrade:
  Versuch, »/usr/share/doc/python-networkx/examples/basic/read_write.py«
  zu überschreiben, welches auch in Paket python-networkx 1.8.1-0ubuntu3
  ist

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-networkx/+bug/1396207/+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 1396210] [NEW] Backporting the mysql_no_login plugin to 5.6

2014-11-25 Thread Norvald H. Ryeng
Public bug reported:

As agreed with Robie Basak (racb), I'm filing this request for
backporting a feature from 5.7 to the 5.6 stable branch so that it can
be considered by the SRU Team and returned as input to upstream.
Upstream is waiting for response from distros before deciding whether to
backport or not.


Background
==

There's a new plugin in MySQL 5.7 that makes it possible to have
accounts that can't log in:
 
CREATE USER foo@localhost IDENTIFIED WITH 'mysql_no_login';
 
The mysql_no_login plugin simply denies all login attempts. This is
useful for users that are created, e.g., to serve as proxy users, or
as owners of stored programs/functions, views or events.
 
This new plugin doesn't fix known security defects in the server, but
does provide new and better means to harden security. Best practices
for security include application of least-required privileges, and in
some cases, that means no client connections for privileged
accounts. This new plugin provides means to implement such
restrictions in a standard way.
 
Because of the security benefits, upstream would proposes backporting
it to 5.6. This does not fall under the existing micro-release
exception for mysql-5.6, and so must be considered separately. In
consideration of the micro-release exception requirements, upstream
are interested in a decision for acceptance in an Ubuntu SRU before
making the change upstream, so that any change made, or not made, is
consistent across upstream, Ubuntu and any other distribution that
wish to follow suit.

We would like a +1 or a -1 from the SRU team (or Technical Board if
appropriate) on 1) backporting the plugin into the 5.6 source code,
and 2) for each of the options presented below.


Impact
==

If backported, the plugin would at least be available in the source
tarball. That doesn't mean it has to be distributed in Ubuntu:

 - A patch can be applied to remove the plugin from the source code
   before building (it's only a few lines of code).

 - Compilation of the plugin can be disabled.

 - It can be built but the resulting plugin binary can be left out of
   packages.

 - It can be built and packaged. The DBA still has to explicitly
   enable it and alter the user accounts to use it.


Proposed development fix


Either 1) Build and package the plugin, or 2) allow the plugin in
source code, but don't package it (either by disabling it before
compilation or skipping the binary in packaging).

Fedora/Red Hat has +1'ed a backport:
http://lists.alioth.debian.org/pipermail/pkg-mysql-maint/2014-October/007195.html


Proposed stable fix
===

Same as development fix.


Regression potential


Upstream considers the regression potential to be very low.
 
 - Since this is a plugin, it doesn't touch server code.

 - All new code is in a plugin that must be enabled explicitly by the
   DBA.

 - The code itself is very simple. It's only one line of real code
   (unconditionally return authentication failure), plus necessary
   plugin plumbing to fill out the plugin API.

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

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

Title:
  Backporting the mysql_no_login plugin to 5.6

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1396210/+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 1388621] Re: Please merge nginx 1.6.2-4 (main) from Debian Unstable (main)

2014-11-25 Thread Launchpad Bug Tracker
This bug was fixed in the package nginx - 1.6.2-4ubuntu1

---
nginx (1.6.2-4ubuntu1) vivid; urgency=medium

  * Merge from Debian. Remaining changes: (LP: #1388621)
- debian/patches/ubuntu-branding.patch: add Ubuntu branding
  (refreshed).
- debian/rules: Drop from -O3 to -O2 to work around a build failure.
- d/{control,rules,nginx-core.*}: add new binary package for main,
  nginx-core, which contains only source-tarball-included modules
  and no third-party modules.
- debian/tests/control: add nginx-core test.
- debian/control: drop luajit from Build-Depends as it is in universe.
  * debian/control:
* Remove nginx-naxsi* from nginx-core and related
  package stanzas, as the naxsi packages have all been dropped.
* Remove reference to nginx-naxsi from nginx metapackage description
  * debian/index.html: Modify included index.html file to have Ubuntu
branding, Ubuntu bug reporting tool references, and a link to the
Launchpad bugs page for the nginx package.

nginx (1.6.2-4) unstable; urgency=medium

  [ Christos Trochalakis ]
  * debian/modules/nginx-development-kit:
+ Upgrade v0.2.17-7-g24202b4 - v0.2.19
  * debian/modules/nginx-echo:
+ Upgrade v0.51 - v0.56
  * debian/modules/nginx-upload-progress:
+ Upgrade v0.9.0-0-ga788dea - 0.9.1
  * debian/modules/ngx-fancy-index:
+ Upgrade v0.3.3 - v0.3.4
  * debian/copyright:
+ Rewrite copyright file fixing various issues.
  * debian/nginx-common.nginx.logrotate:
+ Switch postrotate to the initscript's rotate command.

nginx (1.6.2-3) unstable; urgency=medium

  [ Christos Trochalakis ]
  * Change the default document root to /var/www/html according to debian
policy 3.9.6.0. (Closes: #730382)
  * Provide a new, debian specific, default landing page.
  * debian/nginx-common.nginx.service:
+ Graceful stopping of nginx was not handled correctly with systemd.
  * debian/nginx-common.nginx.init:
+ Gracefully stop nginx by default, we are switcing to a configurable
  STOP/5/TERM/5/KILL/5 schedule. We are now in sync with the systemd
  service file. (Closes: #762708)
  * debian/conf:
+ Introduce a `snippets/fastcgi-php.conf` snippet with a basic
  php configuration that can be included when needed. (Closes: #762491)
+ Introduce a `snippets/snakeoil.conf` snippet that enabled https
  using the certs installed by the ssl-cert package.
+ Suggest disabling SSLv3 in default site with a ref to POODLE.
  * debian/control:
+ nginx-common now suggests ssl-cert.

nginx (1.6.2-2) unstable; urgency=medium

  [ Christos Trochalakis ]
  * Drop nginx-naxsi, nginx-naxsi-dbg, nginx-naxsi-ui packages.
(Closes: #746199, #737146, #712445)
  * debian/conf/nginx.conf:
+ Remove relic passenger stanga.
 -- Thomas Ward tew...@ubuntu.com   Wed, 05 Nov 2014 10:05:07 -0500

** Changed in: nginx (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  Please merge nginx 1.6.2-4 (main) from Debian Unstable (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nginx/+bug/1388621/+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 1384943] Re: [SRU] Pinger crashes with segfault in libc

2014-11-25 Thread Launchpad Bug Tracker
This bug was fixed in the package squid3 - 3.3.8-1ubuntu6.2

---
squid3 (3.3.8-1ubuntu6.2) trusty-security; urgency=medium

  * SECURITY UPDATE: Fix various ICMP handling issues in Squid pinger.
(LP: #1384943)
- CVE-2014-7141
- CVE-2014-7142
 -- Jorge Niedbalski jorge.niedbal...@canonical.com   Tue, 18 Nov 2014 
15:03:54 -0300

** Changed in: squid3 (Ubuntu Trusty)
   Status: In Progress = Fix Released

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

Title:
  [SRU] Pinger crashes with segfault in libc

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid3/+bug/1384943/+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 1384943] Re: [SRU] Pinger crashes with segfault in libc

2014-11-25 Thread Launchpad Bug Tracker
This bug was fixed in the package squid3 - 3.3.8-1ubuntu8.1

---
squid3 (3.3.8-1ubuntu8.1) utopic-security; urgency=medium

  * SECURITY UPDATE: Fix various ICMP handling issues in Squid pinger.
(LP: #1384943)
- CVE-2014-7141
- CVE-2014-7142
 -- Jorge Niedbalski jorge.niedbal...@canonical.com   Tue, 18 Nov 2014 
14:47:33 -0300

** Changed in: squid3 (Ubuntu Utopic)
   Status: In Progress = Fix Released

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

Title:
  [SRU] Pinger crashes with segfault in libc

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid3/+bug/1384943/+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 1396070] [NEW] Libvirt patches for launching VMs with 'ppc64le' architecture.

2014-11-25 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Problem Description
===
Patches needed to enable LE architecture support for libvirt
 
---uname output---
3.16
 
Machine Type = POWER8 
 
Steps to Reproduce

 This lists the patches needed to enable libvirt to launch VMs with 'ppc64le' 
architecture on Ubuntu 14.10.
 
Userspace tool common name: libvirt 
The userspace tool has the following bit modes: 64 bit 
Userspace rpm: libvirt 

== Comment: #1 - PRERNA SAXENA saxena.pre...@in.ibm.com - ==
UPSTREAM:
-
commit 3bc6dda6c55ed2ebc8604b9dc0410639eaede8cb
Author: Cole Robinson crobi...@redhat.com
Date:   Tue Sep 23 11:35:57 2014 -0400

qemu_command: Split qemuBuildCpuArgStr

Move the CPU mode/model handling to its own function. This is just
code movement and re-indentation.

== Comment: #2 - PRERNA SAXENA saxena.pre...@in.ibm.com - ==
UPSTREAM:

commit 445a09bdc96ca6e434bfdcca75752ee316289bbe
Author: Cole Robinson crobi...@redhat.com
Date:   Tue Sep 23 13:07:09 2014 -0400

qemu: Don't compare CPU against host for TCG

Right now when building the qemu command line, we try to do various
unconditional validations of the guest CPU against the host CPU. However
this checks are overly applied. The only time we should use the checks
are:

== Comment: #3 - PRERNA SAXENA saxena.pre...@in.ibm.com -  ==
UPSTREAM:
-
commit da636d83dc6b1d070a705786b4daef8644eaca13
Author: Prerna Saxena pre...@linux.vnet.ibm.com
Date:   Tue Nov 4 22:51:26 2014 +0530

Cpu: Add support for Power LE Architecture.

This adds support for PowerPC Little Endian architecture.,
and allows libvirt to spawn VMs based on 'ppc64le' architecture.

== Comment: #4 - PRERNA SAXENA saxena.pre...@in.ibm.com - ==
UPSTREAM:
commit addce06c9221f948072cd222b56ea9c3f70ec066
Author: Prerna Saxena pre...@linux.vnet.ibm.com
Date:   Tue Nov 4 22:52:44 2014 +0530

PowerPC : Add support for launching VM in 'compat' mode.

PowerISA allows processors to run VMs in binary compatibility (compat)
mode supporting an older version of ISA. QEMU has recently added support to
explicitly denote a VM running in compatibility mode through commit 6d9412ea
 8dfa3a5e85. Now, a compat mode VM can be run by invoking this qemu
commandline on a POWER8 host:  -cpu host,compat=power7.

== Comment: #5 - PRERNA SAXENA saxena.pre...@in.ibm.com - ==
UPSTREAM:


commit 1e911742287d964055f33ab76d53e673a9b4477f
Author: Prerna Saxena pre...@linux.vnet.ibm.com
Date:   Tue Nov 4 22:58:33 2014 +0530

PowerPC:Improve PVR handling to fall back to cpu generation.

IBM Power processors differ uniquely across generations (such as power6,
power7, power8). Each generation signifies a new PowerISA version
that exhibits features unique to that generation.
The higher 16 bits of PVR for IBM Power processors encode the CPU
generation, while the CPU chip (sub)version is encoded in lower 16 bits.

== Comment: #6 - PRERNA SAXENA saxena.pre...@in.ibm.com -  ==
UPSTREAM:

commit 9265fd19b68d787e478f5e490524da794965a5f1
Author: Prerna Saxena pre...@linux.vnet.ibm.com
Date:   Tue Nov 4 23:00:36 2014 +0530

docs: Add documentation for compat mode.

Add documentation to explain how compat-mode can be invoked with libvirt
running on PowerPC architecture.
It also mentions that this change is available libvirt 1.2.11 onwards.

Signed-off-by: Prerna Saxena pre...@linux.vnet.ibm.com
Reviewed-by: Michal Privoznik mpriv...@redhat.com

== Comment: #7 - PRERNA SAXENA saxena.pre...@in.ibm.com -  ==
UPSTREAM:

commit 12c381114ce362e49cadb730b5faabbc150a8878
Author: Prerna Saxena pre...@linux.vnet.ibm.com
Date:   Tue Nov 4 23:02:15 2014 +0530

Test: Add a testcase for PowerPC compat mode cpu specification.

This introduces a testcase for PowerPC compat mode cpu specification.

Signed-off-by: Prerna Saxena pre...@linux.vnet.ibm.com
Reviewed-by: Michal Privoznik mpriv...@redhat.com

== Comment: #8 - PRERNA SAXENA saxena.pre...@in.ibm.com -  ==
These patches have been tested -- they build fine against the libvirt 1.2.8 
sources that are packaged with Ubuntu 14.10.
I have included a reference to the upstream commit in each case.

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


** Tags: architecture-ppc64le bot-comment bugnameltc-119156 severity-medium 
targetmilestone-inin1410
-- 
Libvirt patches for launching VMs with 'ppc64le' architecture.
https://bugs.launchpad.net/bugs/1396070
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to libvirt in Ubuntu.

-- 
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 1396070] Re: Libvirt patches for launching VMs with 'ppc64le' architecture.

2014-11-25 Thread Brian Murray
** Package changed: ubuntu = libvirt (Ubuntu)

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

Title:
  Libvirt patches for launching VMs with 'ppc64le' architecture.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1396070/+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 1370199] Re: qemu upstart job should create /dev/kvm in a container

2014-11-25 Thread Chris J Arges
Hello Ryan, or anyone else affected,

Accepted qemu into trusty-proposed. The package will build now and be
available at http://launchpad.net/ubuntu/+source/qemu/2.0.0+dfsg-
2ubuntu1.8 in a few hours, and then in the -proposed repository.

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

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

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

** Changed in: qemu (Ubuntu Trusty)
   Status: New = Fix Committed

** Tags added: verification-needed

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

Title:
  qemu upstart job should create /dev/kvm in a container

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1370199/+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 1368815] Re: qemu-img convert intermittently corrupts output images

2014-11-25 Thread Chris J Arges
Hello Michael, or anyone else affected,

Accepted qemu into utopic-proposed. The package will build now and be
available at http://launchpad.net/ubuntu/+source/qemu/2.1+dfsg-
4ubuntu6.2 in a few hours, and then in the -proposed repository.

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

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

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

** Changed in: qemu (Ubuntu Utopic)
   Status: Triaged = Fix Committed

** Tags added: verification-needed

** Changed in: qemu (Ubuntu Trusty)
   Status: Triaged = Fix Committed

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

Title:
  qemu-img convert intermittently corrupts output images

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1368815/+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 1368815] Please test proposed package

2014-11-25 Thread Chris J Arges
Hello Michael, or anyone else affected,

Accepted qemu into trusty-proposed. The package will build now and be
available at http://launchpad.net/ubuntu/+source/qemu/2.0.0+dfsg-
2ubuntu1.8 in a few hours, and then in the -proposed repository.

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

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

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

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

Title:
  qemu-img convert intermittently corrupts output images

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1368815/+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 1396318] [NEW] Cannot read text in region selection box

2014-11-25 Thread Billy Olsen
Public bug reported:

When multiple regions are configured within Horizon, the region
selection dropdown box in the top right corner of the horizon dashboard
is not visible due to white text on white background.

Steps to reproduce:

1. Install horizon
2. Configure to use multiple regions within keystone (or multiple keystones, 1 
per region)
3. log in
4. Observe the region selection box in the top right is white on white text.

** Affects: horizon (Ubuntu)
 Importance: Undecided
 Assignee: Chris Johnston (cjohnston)
 Status: Confirmed

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

Title:
  Cannot read text in region selection box

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/horizon/+bug/1396318/+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 1396318] Re: Cannot read text in region selection box

2014-11-25 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: horizon (Ubuntu)
   Status: New = Confirmed

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

Title:
  Cannot read text in region selection box

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/horizon/+bug/1396318/+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 1396318] Re: Cannot read text in region selection box

2014-11-25 Thread Chris Johnston
** Changed in: horizon (Ubuntu)
 Assignee: (unassigned) = Chris Johnston (cjohnston)

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

Title:
  Cannot read text in region selection box

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/horizon/+bug/1396318/+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 1396318] Re: Cannot read text in region selection box

2014-11-25 Thread Billy Olsen
Adding a screenshot

** Attachment added: screenshot of white on white
   
https://bugs.launchpad.net/ubuntu/+source/horizon/+bug/1396318/+attachment/4268255/+files/multi-region-white.png

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

Title:
  Cannot read text in region selection box

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/horizon/+bug/1396318/+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 1395832] Re: example certificates expiry

2014-11-25 Thread Andreas Olsson
Yes, and if nothing else it matters since that expired certificate set
causes the test suite to fail, and by extension also the package build.

Not sure whatever the expired sample cert desserves a SRU by itself, or
if it can just be taken care of the next time there is another reason to
upgrade the openvpn package.

** Changed in: openvpn (Ubuntu)
   Importance: Undecided = Low

** Changed in: openvpn (Ubuntu)
   Status: New = Confirmed

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

Title:
  example certificates expiry

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvpn/+bug/1395832/+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 1395832] Re: example certificates expiry

2014-11-25 Thread Andreas Olsson
Appear to also affect the Vivid openvpn 2.3.2-9ubuntu1 as well a the
Debian Sid openvpn 2.3.4-4.

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

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

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

Title:
  example certificates expiry

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvpn/+bug/1395832/+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 1396362] [NEW] Support UID and GID specification in user and group definitions

2014-11-25 Thread Michael T. Halligan
Public bug reported:

Hi, it would be awesome if the Group and User directives had attributes
for setting UID and GIDs.

** Affects: cloud-init (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Support UID and GID specification in user and group definitions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1396362/+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 1396318] Re: Cannot read text in region selection box

2014-11-25 Thread Billy Olsen
Note this occurs on icehouse but not juno.

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

Title:
  Cannot read text in region selection box

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/horizon/+bug/1396318/+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 1395832] Re: example certificates expiry

2014-11-25 Thread Bug Watch Updater
** Changed in: openvpn (Debian)
   Status: Unknown = New

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

Title:
  example certificates expiry

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvpn/+bug/1395832/+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 1292234] Re: qcow2 image corruption in trusty (qemu 1.7 and 2.0 candidate)

2014-11-25 Thread Chris J Arges
** Changed in: qemu (Ubuntu)
 Assignee: Serge Hallyn (serge-hallyn) = Chris J Arges (arges)

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

Title:
  qcow2 image corruption in trusty (qemu 1.7 and 2.0 candidate)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1292234/+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 1370602] Re: package squid3 3.3.8-1ubuntu6.1 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

2014-11-25 Thread FrankD
Removing the lines and dpkg-reconfigure squid worked!

Thx!

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

Title:
  package squid3 3.3.8-1ubuntu6.1 failed to install/upgrade:
  Unterprozess installiertes post-installation-Skript gab den Fehlerwert
  1 zurück

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid3/+bug/1370602/+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 1352251] Re: Splash screen is shown as soon as QGuiApplication is instantiated

2014-11-25 Thread Alberto Mardegan
This bug is still valid: while all the UI interactions involving trust sessions 
are working fine (there is no splash screen -- as I believe is correct), there 
are still cases where the Online Accounts UI is not invoked within a trust 
session, and that's typically when the client process is not a GUI application. 
This is the case of scopes and some system services (sync-monitor, and maybe 
telepathy in the future).
As I wrote in comment #1, many times even if the OAuth access token is expired, 
the cookies are still valid and we might be able to get a new access token 
without showing a web page. But we cannot know this in advance: we'll know it 
only after loading a webview (and Oxide requires a QGuiApplication) which we'll 
keep hidden until either we get redirected to the page where we get the access 
token (in which case the user will not see any UI at all) or until it's clear 
that we cannot proceed without the user interaction, in which case we can 
either show a snap decision or just return an error to the client.

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

Title:
  Splash screen is shown as soon as QGuiApplication is instantiated

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

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


[Bug 1396002] Re: [Vivid] Printer does not start

2014-11-25 Thread Fabio Marconi
** Summary changed:

- [Vivid] Print does not start
+ [Vivid] Printer does not start

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

Title:
  [Vivid] Printer does not start

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

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


[Bug 1394919] Re: constant crash in trying to collect info for recoverable error of cgmanager

2014-11-25 Thread Jean-Baptiste Lallement
Here are all the logs you requested. The first dbus-send command hangs and the 
second works.
Perhaps it is a coincidence but the problem seems to be triggered when the 
systems running out of memory, killed webapp-container and tries to restore 
gmail webapp (or maybe any other webapp)

In syslog webapp-container is killed at 
Nov 25 08:24:23 ubuntu-phablet kernel: [16138.987397]Killing 'webapp-containe' 
(23587), adj 900,

It almost match with the time of the apport crash (symptom of this bug)
$ grep ^Date /var/crash/_usr_share_apport_recoverable_problem.32011.crash 
Date: Tue Nov 25 08:24:50 2014
 

** Attachment added: 20141125_1394919_logs.tgz
   
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1394919/+attachment/4267492/+files/20141125_1394919_logs.tgz

** Summary changed:

- constant crash in trying to collect info for recoverable error of cgmanager
+ cgproxy hangs

** Changed in: cgmanager (Ubuntu)
   Importance: Undecided = Critical

** Changed in: apport (Ubuntu)
   Status: Confirmed = Invalid

** Changed in: apport (Ubuntu RTM)
   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/1394919

Title:
  cgproxy hangs

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

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


[Bug 1390183] Re: EFI directory is insecure by default

2014-11-25 Thread Bug Watch Updater
** Changed in: partman-efi (Debian)
   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/1390183

Title:
  EFI directory is insecure by default

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

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


[Bug 1396011] [NEW] (i915) Black screen resuming from suspend

2014-11-25 Thread Nikke
Public bug reported:

Similar to Bug #1336227 and Bug #966744, intermittedly when resuming
from suspend I get a black screen with only a visible mouse pointer.
Sometimes I can move the mouse pointer. I have the feeling it occurs
more often when disconnecting an external monitor while in suspend.

I can always switch to a VT, and sometimes I'm able to get everything going 
again by killing compiz and restarting unity:
 killall -9 compiz
 unity --replace 

But most oft, only way is to restart the lightdm service...

All the best,
Niklas

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: xserver-xorg-video-intel 2:2.99.914-1~exp1ubuntu4.1
ProcVersionSignature: Ubuntu 3.16.0-24.32-generic 3.16.4
Uname: Linux 3.16.0-24-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.14.7-0ubuntu8
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
Date: Tue Nov 25 08:55:29 2014
DistUpgraded: Fresh install
DistroCodename: utopic
DistroVariant: ubuntu
DkmsStatus: vboxhost, 4.3.20, 3.16.0-24-generic, x86_64: installed
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] (rev 
09) (prog-if 00 [VGA controller])
   Subsystem: Samsung Electronics Co Ltd Device [144d:c0ef]
InstallationDate: Installed on 2014-10-29 (26 days ago)
InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
MachineType: SAMSUNG ELECTRONICS CO., LTD. 940X3G
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-24-generic 
root=UUID=1eda5db0-0197-4609-a37f-4c5361a1d619 ro quiet splash vt.handoff=7
SourcePackage: xserver-xorg-video-intel
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 09/26/2013
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: P02ACJ.101.130926.dg
dmi.board.asset.tag: No Asset Tag
dmi.board.name: NP940X3G-K03SE
dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.board.version: SAMSUNG_SW_REVISION_1234567890ABCD
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 9
dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP02ACJ.101.130926.dg:bd09/26/2013:svnSAMSUNGELECTRONICSCO.,LTD.:pn940X3G:pvrP02ACJ:rvnSAMSUNGELECTRONICSCO.,LTD.:rnNP940X3G-K03SE:rvrSAMSUNG_SW_REVISION_1234567890ABCD:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
dmi.product.name: 940X3G
dmi.product.version: P02ACJ
dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
version.compiz: compiz 1:0.9.12+14.10.20140918-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.56-1
version.libgl1-mesa-dri: libgl1-mesa-dri 10.3.0-0ubuntu3
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.3.0-0ubuntu3
version.xserver-xorg-core: xserver-xorg-core 2:1.16.0-1ubuntu1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.4.0-2ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.914-1~exp1ubuntu4.1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.11-1ubuntu2
xserver.bootTime: Tue Nov 25 08:46:34 2014
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id   41082 
 vendor DEL
xserver.version: 2:1.16.0-1ubuntu1

** Affects: xserver-xorg-video-intel (Ubuntu)
 Importance: Undecided
 Status: New


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

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

Title:
  (i915) Black screen resuming from suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1396011/+subscriptions

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


[Bug 1394063] Re: [vivid regression] brightness keys aren't recognized

2014-11-25 Thread Jean-Baptiste Lallement
Confirmed on an Asus UX32VD

** Changed in: unity-settings-daemon (Ubuntu)
   Importance: Undecided = High

** Changed in: unity-settings-daemon (Ubuntu)
   Status: New = Confirmed

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

Title:
  [vivid regression] brightness keys aren't recognized

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

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


[Bug 1396014] [NEW] virtualbox-dkms 4.1.12-dfsg-2ubuntu0.6: virtualbox kernel module failed to build

2014-11-25 Thread thijs van severen
Public bug reported:

during update today i got this message

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: virtualbox-dkms 4.1.12-dfsg-2ubuntu0.6
ProcVersionSignature: Ubuntu 3.13.0-39.66~precise1-generic 3.13.11.8
Uname: Linux 3.13.0-39-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu17.8
Architecture: amd64
DKMSKernelVersion: 3.13.0-40-generic
Date: Tue Nov 25 09:17:02 2014
InstallationMedia: Ubuntu 12.04.2 LTS Precise Pangolin - Release amd64 
(20130213)
MarkForUpload: True
PackageArchitecture: all
PackageVersion: 4.1.12-dfsg-2ubuntu0.6
SourcePackage: virtualbox
Title: virtualbox-dkms 4.1.12-dfsg-2ubuntu0.6: virtualbox kernel module failed 
to build
UpgradeStatus: No upgrade log present (probably fresh install)
VirtualBox.ModInfo:

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


** Tags: amd64 apport-package precise

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

Title:
  virtualbox-dkms 4.1.12-dfsg-2ubuntu0.6: virtualbox kernel module
  failed to build

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

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


Re: [Bug 1395994] [NEW] UI lags when scrolling through favorited scopes

2014-11-25 Thread Michał Sawicz
 2. ResultsModel::data() seems to be called constantly while scrolling a
 scope up and down. I assume this should only be called once per result
 item (This doesn't explain the horizontal scrolling lag, but it may
 explain some vertical lag).

That's not exactly right. It will be called for every role*every result
that a delegate is created for. Delegates are recycled and created as
they go out and into view, respectively.

*If* it's called on the same result and same role multiple times, while
the result is constantly in view, that'd be a problem indeed.

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

Title:
  UI lags when scrolling through scopes

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

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


[Bug 1396017] [NEW] Upstart excessive cpu and memory consumption

2014-11-25 Thread Gareth Woolridge
Public bug reported:

After ~3 days uptime the upstart process on my system begins to exhibit
excessive CPU/RAM usage and affects the system responsiveness to the
point I have to restart the system due to slow window redraw and
generally slow task switching in the UI:

08:25:31 up 3 days, 23:01,  7 users,  load average: 2.13, 1.75, 1.55

3471 moon127   20   0 6299724 4.406g   1988 D  92.4 57.3 104:34.14
upstart

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: upstart 1.13.2-0ubuntu2
ProcVersionSignature: Ubuntu 3.16.0-24.32-generic 3.16.4
Uname: Linux 3.16.0-24-generic x86_64
NonfreeKernelModules: ksplice_d2o5u73c_vmlinux_new ksplice_d2o5u73c 
ksplice_tgqhe5us_vmlinux_new ksplice_tgqhe5us ksplice_yxre0vn1_vmlinux_new 
ksplice_yxre0vn1
ApportVersion: 2.14.7-0ubuntu8
Architecture: amd64
Date: Tue Nov 25 08:19:54 2014
InstallationDate: Installed on 2012-12-21 (703 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
ProcEnviron:
 LANGUAGE=en_GB:en
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: upstart
UpgradeStatus: Upgraded to utopic on 2014-10-11 (44 days ago)
UpstartBugCategory: Session
UpstartRunningSessionCount: 2
UpstartRunningSystemVersion: init (upstart 1.13.2)
mtime.conffile..etc.X11.Xsession.d.99upstart: 2014-09-30T09:21:00
mtime.conffile..etc.cron.daily.upstart: 2014-09-30T09:26:15
mtime.conffile..etc.upstart.xsessions: 2014-09-30T09:21:00

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


** Tags: amd64 apport-bug utopic

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

Title:
  Upstart excessive cpu and memory consumption

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

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


[Bug 1396015] [NEW] flashcache-dkms 3.1.1+git20131019-1: flashcache kernel module failed to build

2014-11-25 Thread Marco Eminente
Public bug reported:

content of  /var/lib/dkms/flashcache/3.1.1+git20131023/build/make.log

DKMS make.log for flashcache-3.1.1+git20131023 for kernel 3.16.0-25-lowlatency 
(x86_64)
mar 25 nov 2014, 09.23.32, CET
make -C /lib/modules/3.16.0-25-lowlatency/build 
M=/var/lib/dkms/flashcache/3.1.1+git20131023/build modules V=0
make[1]: ingresso nella directory /usr/src/linux-headers-3.16.0-25-lowlatency
  CC [M]  /var/lib/dkms/flashcache/3.1.1+git20131023/build/flashcache_conf.o
  CC [M]  /var/lib/dkms/flashcache/3.1.1+git20131023/build/flashcache_main.o
/var/lib/dkms/flashcache/3.1.1+git20131023/build/flashcache_main.c: In function 
‘dm_io_async_bvec’:
/var/lib/dkms/flashcache/3.1.1+git20131023/build/flashcache_main.c:120:18: 
error: ‘DM_IO_BVEC’ undeclared (first use in this function)
  iorq.mem.type = DM_IO_BVEC;
  ^
/var/lib/dkms/flashcache/3.1.1+git20131023/build/flashcache_main.c:120:18: 
note: each undeclared identifier is reported only once for each function it 
appears in
/var/lib/dkms/flashcache/3.1.1+git20131023/build/flashcache_main.c:121:14: 
error: ‘union anonymous’ has no member named ‘bvec’
  iorq.mem.ptr.bvec = bvec;
  ^
In file included from 
/var/lib/dkms/flashcache/3.1.1+git20131023/build/flashcache_main.c:56:0:
/var/lib/dkms/flashcache/3.1.1+git20131023/build/flashcache_main.c: In function 
‘flashcache_do_pending_error’:
/var/lib/dkms/flashcache/3.1.1+git20131023/build/flashcache_main.c:430:20: 
error: ‘struct bio’ has no member named ‘bi_sector’
  error, bio-bi_sector);
^
include/linux/device-mapper.h:495:61: note: in definition of macro ‘DMERR’
  printk(KERN_ERR DM_NAME :  DM_MSG_PREFIX :  f \n, ## arg)
 ^
/var/lib/dkms/flashcache/3.1.1+git20131023/build/flashcache_main.c: In function 
‘flashcache_do_io’:
/var/lib/dkms/flashcache/3.1.1+git20131023/build/flashcache_main.c:545:81: 
error: ‘struct bio’ has no member named ‘bi_idx’
  r = dm_io_async_bvec(1, job-job_io_regions.cache, WRITE, bio-bi_io_vec + 
bio-bi_idx,

 ^
/var/lib/dkms/flashcache/3.1.1+git20131023/build/flashcache_main.c: In function 
‘flashcache_lookup’:
/var/lib/dkms/flashcache/3.1.1+git20131023/build/flashcache_main.c:627:20: 
error: ‘struct bio’ has no member named ‘bi_sector’
  sector_t dbn = bio-bi_sector;
^
/var/lib/dkms/flashcache/3.1.1+git20131023/build/flashcache_main.c: In function 
‘flashcache_read_hit’:
/var/lib/dkms/flashcache/3.1.1+git20131023/build/flashcache_main.c:1338:27: 
error: ‘struct bio’ has no member named ‘bi_idx’
   bio-bi_io_vec + bio-bi_idx,
   ^
/var/lib/dkms/flashcache/3.1.1+git20131023/build/flashcache_main.c: In function 
‘flashcache_read_miss’:
/var/lib/dkms/flashcache/3.1.1+git20131023/build/flashcache_main.c:1397:26: 
error: ‘struct bio’ has no member named ‘bi_idx’
  bio-bi_io_vec + bio-bi_idx,
  ^
/var/lib/dkms/flashcache/3.1.1+git20131023/build/flashcache_main.c: In function 
‘flashcache_read’:
/var/lib/dkms/flashcache/3.1.1+git20131023/build/flashcache_main.c:1423:28: 
error: ‘struct bio’ has no member named ‘bi_sector’
   (cacheblk-dbn == bio-bi_sector)) {
^
/var/lib/dkms/flashcache/3.1.1+git20131023/build/flashcache_main.c:1469:49: 
error: ‘struct bio’ has no member named ‘bi_sector’
flashcache_clean_set(dmc, hash_block(dmc, bio-bi_sector), 0);
 ^
/var/lib/dkms/flashcache/3.1.1+git20131023/build/flashcache_main.c:1492:29: 
error: ‘struct bio’ has no member named ‘bi_sector’
  dmc-cache[index].dbn = bio-bi_sector;
 ^
/var/lib/dkms/flashcache/3.1.1+git20131023/build/flashcache_main.c: In function 
‘flashcache_setlocks_multiget’:
/var/lib/dkms/flashcache/3.1.1+git20131023/build/flashcache_main.c:1509:37: 
error: ‘struct bio’ has no member named ‘bi_sector’
  int start_set = hash_block(dmc, bio-bi_sector);
 ^
/var/lib/dkms/flashcache/3.1.1+git20131023/build/flashcache_main.c:1510:35: 
error: ‘struct bio’ has no member named ‘bi_sector’
  int end_set = hash_block(dmc, bio-bi_sector + (to_sector(bio-bi_size) - 1));
   ^
/var/lib/dkms/flashcache/3.1.1+git20131023/build/flashcache_main.c:1510:63: 
error: ‘struct bio’ has no member named ‘bi_size’
  int end_set = hash_block(dmc, bio-bi_sector + (to_sector(bio-bi_size) - 1));
   ^
/var/lib/dkms/flashcache/3.1.1+git20131023/build/flashcache_main.c: In function 
‘flashcache_setlocks_multidrop’:
/var/lib/dkms/flashcache/3.1.1+git20131023/build/flashcache_main.c:1521:37: 
error: ‘struct bio’ has no member named ‘bi_sector’
  int start_set = hash_block(dmc, bio-bi_sector);
 ^

[Bug 1396015] Re: flashcache-dkms 3.1.1+git20131019-1: flashcache kernel module failed to build

2014-11-25 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  flashcache-dkms 3.1.1+git20131019-1: flashcache kernel module failed
  to build

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

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


[Bug 1396014] Re: virtualbox-dkms 4.1.12-dfsg-2ubuntu0.6: virtualbox kernel module failed to build

2014-11-25 Thread Apport retracing service
*** This bug is a duplicate of bug 1395990 ***
https://bugs.launchpad.net/bugs/1395990

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

** Tags removed: need-duplicate-check

** This bug has been marked a duplicate of bug 1395990
   virtualbox-dkms 4.1.12-dfsg-2ubuntu0.6: virtualbox kernel module failed to 
build

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

Title:
  virtualbox-dkms 4.1.12-dfsg-2ubuntu0.6: virtualbox kernel module
  failed to build

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

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


[Bug 1395990] Re: virtualbox-dkms 4.1.12-dfsg-2ubuntu0.6: virtualbox kernel module failed to build

2014-11-25 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: virtualbox (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/1395990

Title:
  virtualbox-dkms 4.1.12-dfsg-2ubuntu0.6: virtualbox kernel module
  failed to build

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

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


[Bug 1395994] Re: UI lags when scrolling through scopes

2014-11-25 Thread Albert Astals Cid
I'm going to have a look at the ResultsModel::data claim now, seems
something we should fix if it's indeed happening.

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

Title:
  UI lags when scrolling through scopes

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

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


[Bug 1393701] Re: [Dell Inspiron 3442] HDMI audio hotplug detection is not working on 14.04.1

2014-11-25 Thread Po-Hsu Lin
*** This bug is a duplicate of bug 1383997 ***
https://bugs.launchpad.net/bugs/1383997

** This bug has been marked a duplicate of bug 1383997
   [Dell Vostro 5470] No HDMI audio with 14.04

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

Title:
  [Dell Inspiron 3442] HDMI audio hotplug detection is not working on
  14.04.1

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

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


[Bug 1393701] Re: [Dell Inspiron 3442] HDMI audio hotplug detection is not working on 14.04.1

2014-11-25 Thread Ara Pulido
*** This bug is a duplicate of bug 1383997 ***
https://bugs.launchpad.net/bugs/1383997

** Changed in: linux (Ubuntu)
   Importance: Medium = High

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

Title:
  [Dell Inspiron 3442] HDMI audio hotplug detection is not working on
  14.04.1

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

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


[Bug 1394481] Re: linux-image - generic package error

2014-11-25 Thread Informatica
** Changed in: linux (Ubuntu)
   Status: Incomplete = 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/1394481

Title:
  linux-image - generic package  error

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

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


[Bug 1379180] Re: AMD Radeon HD 8670A/8670M/8690M [1002:6660] No HDMI audio with open-source / proprietary driver

2014-11-25 Thread Po-Hsu Lin
*** This bug is a duplicate of bug 1383997 ***
https://bugs.launchpad.net/bugs/1383997

** This bug has been marked a duplicate of bug 1383997
   [Dell Vostro 5470] No HDMI audio with 14.04

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

Title:
  AMD Radeon HD 8670A/8670M/8690M [1002:6660]  No HDMI audio with open-
  source  / proprietary driver

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

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


[Bug 1383997] Re: [Dell Vostro 5470] No HDMI audio with 14.04

2014-11-25 Thread Ara Pulido
** Changed in: linux (Ubuntu)
   Importance: Medium = High

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

Title:
  [Dell Vostro 5470] No HDMI audio with 14.04

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

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


[Bug 1264213] Re: PCI/internal sound card not detected

2014-11-25 Thread nagarjuna.pamu
** Changed in: alsa-driver (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/1264213

Title:
  PCI/internal sound card not detected

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

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


[Bug 1396022] [NEW] virtualbox-dkms 4.1.12-dfsg-2ubuntu0.6: virtualbox kernel module failed to build

2014-11-25 Thread createwilderness
Public bug reported:

don't know any details

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: virtualbox-dkms 4.1.12-dfsg-2ubuntu0.6
ProcVersionSignature: Ubuntu 3.13.0-39.66~precise1-generic 3.13.11.8
Uname: Linux 3.13.0-39-generic i686
ApportVersion: 2.0.1-0ubuntu17.8
Architecture: i386
DKMSKernelVersion: 3.13.0-40-generic
Date: Tue Nov 25 10:35:55 2014
InstallationMedia: Ubuntu 12.04.2 LTS Precise Pangolin - Release i386 
(20130213)
MarkForUpload: True
PackageArchitecture: all
PackageVersion: 4.1.12-dfsg-2ubuntu0.6
SourcePackage: virtualbox
Title: virtualbox-dkms 4.1.12-dfsg-2ubuntu0.6: virtualbox kernel module failed 
to build
UpgradeStatus: No upgrade log present (probably fresh install)
VirtualBox.ModInfo:

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


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

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

Title:
  virtualbox-dkms 4.1.12-dfsg-2ubuntu0.6: virtualbox kernel module
  failed to build

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

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


[Bug 1264213] Re: PCI/internal sound card not detected

2014-11-25 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: alsa-driver (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/1264213

Title:
  PCI/internal sound card not detected

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

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


[Bug 1396022] Re: virtualbox-dkms 4.1.12-dfsg-2ubuntu0.6: virtualbox kernel module failed to build

2014-11-25 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  virtualbox-dkms 4.1.12-dfsg-2ubuntu0.6: virtualbox kernel module
  failed to build

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

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


[Bug 1391803] Re: dvdstyler freezes during the step of menu creating

2014-11-25 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: dvdstyler (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/1391803

Title:
  dvdstyler freezes during the step of menu creating

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

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


[Bug 1394923] Re: ubuntu 14.04.1 missing language-pack-nl-base (= 1:14.04+20140707

2014-11-25 Thread Will Moonen
I was affected by this as well.
The quick fix from ockels worked for me - no more unresolved dependencies and 
a succesfull update of the NL language packs.

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

Title:
  ubuntu 14.04.1 missing language-pack-nl-base (= 1:14.04+20140707

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/language-pack-gnome-nl-base/+bug/1394923/+subscriptions

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


[Bug 1396025] [NEW] virtualbox-dkms 4.1.12-dfsg-2ubuntu0.6: virtualbox kernel module failed to build

2014-11-25 Thread Abhay
Public bug reported:

Occured while updating.

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: virtualbox-dkms 4.1.12-dfsg-2ubuntu0.6
ProcVersionSignature: Ubuntu 3.13.0-39.66~precise1-generic 3.13.11.8
Uname: Linux 3.13.0-39-generic i686
ApportVersion: 2.0.1-0ubuntu17.8
Architecture: i386
DKMSKernelVersion: 3.13.0-40-generic
Date: Tue Nov 25 14:16:23 2014
InstallationMedia: Ubuntu 12.04.5 LTS Precise Pangolin - Release i386 
(20140807.1)
MarkForUpload: True
PackageArchitecture: all
PackageVersion: 4.1.12-dfsg-2ubuntu0.6
SourcePackage: virtualbox
Title: virtualbox-dkms 4.1.12-dfsg-2ubuntu0.6: virtualbox kernel module failed 
to build
UpgradeStatus: No upgrade log present (probably fresh install)
VirtualBox.ModInfo:

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


** Tags: apport-package i386 precise

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

Title:
  virtualbox-dkms 4.1.12-dfsg-2ubuntu0.6: virtualbox kernel module
  failed to build

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

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


[Bug 1370859] Re: Error! Bad return status for module build on kernel: 3.16.0-16-generic (x86_64)

2014-11-25 Thread Njenga
Got this on linux kernel 3.16.0-25-generic (x86_64) as well

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

Title:
  Error! Bad return status for module build on kernel: 3.16.0-16-generic
  (x86_64)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1370859/+subscriptions

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


[Bug 1323827] Re: aide cronjob fails with bash unbound variable error

2014-11-25 Thread Alastair Irvine
The aide-common package, which contains the cron script, wasn't pushed
to trusty-proposed.

Therefore the bug isn't fixed yet.

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

Title:
  aide cronjob fails with bash unbound variable error

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

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


[Bug 1393778] Re: Keepassx auto fill of email address field wrong

2014-11-25 Thread Martin Wimpress
** Also affects: keepassx (Ubuntu)
   Importance: Undecided
   Status: New

** No longer affects: ubuntu-mate

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

Title:
  Keepassx auto fill of email address field wrong

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

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


[Bug 1391803] Re: dvdstyler freezes during the step of menu creating

2014-11-25 Thread M
I am seeing the same thing.  The apparent hang during menu generation is
actually the menu getting larger and larger without limit.

 $ while true ; do date ; ls -l ; sleep 15 ; done
 Fri Nov 21 14:19:50 EST 2014
 total 236552
 -rw-rw-r-- 1  m m 242224918 Nov 21 14:19 menu0-0.mpg_bg.m2v
 Fri Nov 21 14:20:05 EST 2014
 total 257232
 -rw-rw-r-- 1 m m 263400694 Nov 21 14:20 menu0-0.mpg_bg.m2v
 Fri Nov 21 14:20:20 EST 2014
 total 276712
 -rw-rw-r-- 1 m m 283348058 Nov 21 14:20 menu0-0.mpg_bg.m2v
 Fri Nov 21 14:20:35 EST 2014
 total 296108
 -rw-rw-r-- 1 m m 303208710 Nov 21 14:20 menu0-0.mpg_bg.m2v
 Fri Nov 21 14:20:50 EST 2014
 total 314632
 -rw-rw-r-- 1 m m 322177846 Nov 21 14:20 menu0-0.mpg_bg.m2v
 Fri Nov 21 14:21:05 EST 2014
 total 334648
 -rw-rw-r-- 1 m m 342671987 Nov 21 14:21 menu0-0.mpg_bg.m2v
 Fri Nov 21 14:21:20 EST 2014
 total 355820
 -rw-rw-r-- 1 m m 364354112 Nov 21 14:21 menu0-0.mpg_bg.m2v

Running dvdstyler 2.7.2-0ubuntu2 on kernel 3.16.0-24-generic #32-Ubuntu
SMP Tue Oct 28 13:07:32 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux from
stock Ubuntu 14.10.

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

Title:
  dvdstyler freezes during the step of menu creating

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

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


[Bug 1396025] Re: virtualbox-dkms 4.1.12-dfsg-2ubuntu0.6: virtualbox kernel module failed to build

2014-11-25 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  virtualbox-dkms 4.1.12-dfsg-2ubuntu0.6: virtualbox kernel module
  failed to build

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

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


[Bug 1396028] [NEW] linux-lts-utopic: 3.16.0-26.34~trusty1 -proposed tracker

2014-11-25 Thread Brad Figg
Public bug reported:

This bug is for tracking the 3.16.0-26.34~trusty1 upload package. This
bug will contain status and testing results related to that upload.

For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
kernel-stable-Prepare-package-start:Tuesday, 25. November 2014 09:01 UTC
kernel-stable-phase:Prepare
kernel-stable-phase-changed:Tuesday, 25. November 2014 09:01 UTC
kernel-stable-master-bug:1395892

** Affects: kernel-sru-workflow
 Importance: Medium
 Status: In Progress

** Affects: kernel-sru-workflow/certification-testing
 Importance: Medium
 Assignee: Canonical Hardware Certification (canonical-hw-cert)
 Status: New

** Affects: kernel-sru-workflow/package-testing
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: kernel-sru-workflow/prepare-package
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: kernel-sru-workflow/prepare-package-meta
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: kernel-sru-workflow/prepare-package-signed
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: kernel-sru-workflow/promote-to-proposed
 Importance: Medium
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru)
 Status: New

** Affects: kernel-sru-workflow/promote-to-security
 Importance: Medium
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru)
 Status: New

** Affects: kernel-sru-workflow/promote-to-updates
 Importance: Medium
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru)
 Status: New

** Affects: kernel-sru-workflow/regression-testing
 Importance: Medium
 Assignee: Canonical Platform QA Team (canonical-platform-qa)
 Status: New

** Affects: kernel-sru-workflow/security-signoff
 Importance: Medium
 Assignee: Canonical Security Team (canonical-security)
 Status: New

** Affects: kernel-sru-workflow/verification-testing
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: linux-lts-utopic (Ubuntu)
 Importance: Medium
 Status: New

** Affects: linux-lts-utopic (Ubuntu Trusty)
 Importance: Medium
 Status: New


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

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

** Also affects: linux-lts-utopic (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Tags added: trusty

** Also affects: kernel-sru-workflow/certification-testing
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/package-testing
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/prepare-package
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/prepare-package-meta
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/prepare-package-signed
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/promote-to-proposed
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/promote-to-security
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/promote-to-updates
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/regression-testing
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/security-signoff
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/verification-testing
   Importance: Undecided
   Status: New

** Changed in: kernel-sru-workflow
   Status: New = In Progress

** Changed in: kernel-sru-workflow
   Importance: Undecided = Medium

** Changed in: kernel-sru-workflow/certification-testing
   Importance: Undecided = Medium

** Changed in: kernel-sru-workflow/certification-testing
 Assignee: (unassigned) = Canonical Hardware Certification 
(canonical-hw-cert)

** Changed in: kernel-sru-workflow/package-testing
   Importance: Undecided = Medium

** Changed in: kernel-sru-workflow/package-testing
 Assignee: (unassigned) = Canonical Kernel Team (canonical-kernel-team)

** Changed in: kernel-sru-workflow/prepare-package
   Importance: Undecided = Medium

** Changed in: kernel-sru-workflow/prepare-package
 Assignee: (unassigned) = Canonical Kernel Team (canonical-kernel-team)

** Changed in: kernel-sru-workflow/prepare-package-meta
   Importance: Undecided = Medium

** Changed in: kernel-sru-workflow/prepare-package-meta
 Assignee: (unassigned) = Canonical Kernel Team (canonical-kernel-team)

** Changed in: kernel-sru-workflow/prepare-package-signed
   Importance: Undecided = Medium

** Changed in: 

[Bug 1370859] Re: Error! Bad return status for module build on kernel: 3.16.0-16-generic (x86_64)

2014-11-25 Thread Njenga
Strangley, built fine on dpkg-reconfigure nvidia-331 for both my
kernels. Maybe something in the upgrade script?

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

Title:
  Error! Bad return status for module build on kernel: 3.16.0-16-generic
  (x86_64)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1370859/+subscriptions

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


[Bug 1395892] Re: linux: 3.16.0-26.34 -proposed tracker

2014-11-25 Thread Brad Figg
All builds are complete, packages in this bug can be copied to
-proposed.

Backport packages from packages here can be worked on, the following tracking 
bugs were opened for them:
linux-lts-utopic (trusty) - bug 1396028

** Changed in: kernel-sru-workflow/prepare-package
   Status: New = Fix Released

** Changed in: kernel-sru-workflow/prepare-package
 Assignee: Canonical Kernel Team (canonical-kernel-team) = Tim Gardner 
(timg-tpi)

** Changed in: kernel-sru-workflow/promote-to-proposed
   Status: New = Confirmed

** Changed in: kernel-sru-workflow/package-testing
   Status: New = In Progress

** Changed in: kernel-sru-workflow/package-testing
   Status: In Progress = Confirmed

** Description changed:

  This bug is for tracking the 3.16.0-26.34 upload package. This bug will
  contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Monday, 24. November 2014 21:15 UTC
- kernel-stable-phase:Prepare
- kernel-stable-phase-changed:Monday, 24. November 2014 21:15 UTC
+ kernel-stable-phase:PPA Testing
+ kernel-stable-phase-changed:Tuesday, 25. November 2014 09:03 UTC
+ kernel-stable-Prepare-package-end:Tuesday, 25. November 2014 09:03 UTC
+ kernel-stable-Promote-to-proposed-start:Tuesday, 25. November 2014 09:03 UTC
+ ppa-package-testing-start:Tuesday, 25. November 2014 09:03 UTC

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

Title:
  linux: 3.16.0-26.34 -proposed tracker

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

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


[Bug 1373808] Re: [UX301LAA, Realtek ALC282, Black Headphone Out, Left] Microphone problem

2014-11-25 Thread Claes
Problem persists on 14.10.

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

Title:
  [UX301LAA, Realtek ALC282, Black Headphone Out, Left] Microphone
  problem

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

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


[Bug 1350606] Re: goa-daemon crashed with SIGSEGV in g_mutex_lock()

2014-11-25 Thread danieru
*** This bug is a duplicate of bug 1288983 ***
https://bugs.launchpad.net/bugs/1288983

Either #1288983 needs to be made accessible (link above is broken) or
this bug needs to be un-linked as a duplicate.

I'm seeing this problem as well immediately after login.

I'm also on Unity 14.04 and use Kerberos for authentication.

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

Title:
  goa-daemon crashed with SIGSEGV in g_mutex_lock()

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

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


[Bug 1284377] Re: Cross-references are broken, when copied to other document or part of the document

2014-11-25 Thread no!chance
This bug appears again in Libreoffice 4.2. It is annoying!! Bugs over
bugs and no QS!

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

Title:
  Cross-references are broken, when copied to other document or part of
  the document

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1284377/+subscriptions

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


[Bug 1396032] [NEW] nvidia-331 331.89-0ubuntu5: nvidia-331 kernel module failed to build

2014-11-25 Thread Piotr Kołaczkowski
Public bug reported:

It looks similar to other issues but the message isn't exactly the same. 
It just appeared after regular Ubuntu update.  The system seems to be working 
fine despite this problem.

ProblemType: Package
DistroRelease: Ubuntu 14.10
Package: nvidia-331 331.89-0ubuntu5
ProcVersionSignature: Ubuntu 3.16.0-25.33-generic 3.16.7
Uname: Linux 3.16.0-25-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.7-0ubuntu8
Architecture: amd64
DKMSKernelVersion: 3.16.0-25-generic
Date: Tue Nov 25 09:16:29 2014
InstallationDate: Installed on 2012-03-21 (978 days ago)
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
PackageVersion: 331.89-0ubuntu5
SourcePackage: nvidia-graphics-drivers-331
Title: nvidia-331 331.89-0ubuntu5: nvidia-331 kernel module failed to build
UpgradeStatus: Upgraded to utopic on 2014-10-17 (39 days ago)
modified.conffile..etc.modprobe.d.nvidia.331.hybrid.conf: [deleted]

** Affects: nvidia-graphics-drivers-331 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package third-party-packages utopic

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

Title:
  nvidia-331 331.89-0ubuntu5: nvidia-331 kernel module failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1396032/+subscriptions

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


[Bug 1395088] Re: APs with same SSID and support for the same encryption should be merged into one on the network list

2014-11-25 Thread Antti Kaijanmäki
** Changed in: indicator-network (Ubuntu)
   Status: New = Triaged

** Changed in: indicator-network (Ubuntu)
   Importance: Undecided = Medium

** Changed in: indicator-network (Ubuntu)
 Assignee: (unassigned) = Jussi Pakkanen (jpakkane)

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

Title:
  APs with same SSID and support for the same encryption should be
  merged into one on the network list

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

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


[Bug 1396034] [NEW] package php-tcpdf (not installed) failed to install/upgrade: cannot copy extracted data for './usr/share/doc/php-tcpdf/examples/images/image_with_alpha.png' to '/usr/share/doc/php-

2014-11-25 Thread Carsten Petersen
Public bug reported:

phpmyadmin stopped  installing 75% through.

ProblemType: Package
DistroRelease: Ubuntu 14.10
Package: php-tcpdf (not installed)
ProcVersionSignature: Ubuntu 3.16.0-23.31-generic 3.16.4
Uname: Linux 3.16.0-23-generic x86_64
ApportVersion: 2.14.7-0ubuntu8
Architecture: amd64
Date: Tue Nov 25 10:09:49 2014
DuplicateSignature: package:php-tcpdf:(not installed):cannot copy extracted 
data for './usr/share/doc/php-tcpdf/examples/images/image_with_alpha.png' to 
'/usr/share/doc/php-tcpdf/examples/images/image_with_alpha.png.dpkg-new': 
unexpected end of file or stream
ErrorMessage: cannot copy extracted data for 
'./usr/share/doc/php-tcpdf/examples/images/image_with_alpha.png' to 
'/usr/share/doc/php-tcpdf/examples/images/image_with_alpha.png.dpkg-new': 
unexpected end of file or stream
InstallationDate: Installed on 2014-11-23 (1 days ago)
InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
SourcePackage: tcpdf
Title: package php-tcpdf (not installed) failed to install/upgrade: cannot copy 
extracted data for 
'./usr/share/doc/php-tcpdf/examples/images/image_with_alpha.png' to 
'/usr/share/doc/php-tcpdf/examples/images/image_with_alpha.png.dpkg-new': 
unexpected end of file or stream
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package utopic

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

Title:
  package php-tcpdf (not installed) failed to install/upgrade: cannot
  copy extracted data for './usr/share/doc/php-
  tcpdf/examples/images/image_with_alpha.png' to '/usr/share/doc/php-
  tcpdf/examples/images/image_with_alpha.png.dpkg-new': unexpected end
  of file or stream

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

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


[Bug 1388708] Re: Sync librdkafka 0.8.5-2 (universe) from Debian unstable (main)

2014-11-25 Thread Magnus Edenhill
The failing PPC 32 Ubuntu builds are now fixed in the original upstream,
was a linking order problem.

https://github.com/edenhill/librdkafka/commit/12213cb0d3b3ce817e064992a4faef5daecd7d15

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

Title:
  Sync librdkafka 0.8.5-2 (universe) from Debian unstable (main)

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

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


[Bug 1384422] Re: [SDK] text selection popup menu gets obscured by finger

2014-11-25 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/vivid-proposed/ubuntu-ui-toolkit

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

Title:
  [SDK] text selection popup menu gets obscured by finger

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

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


[Bug 1395690] Re: importing Ubuntu.Components makes Image source property non notify-able

2014-11-25 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/vivid-proposed/ubuntu-ui-toolkit

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

Title:
  importing Ubuntu.Components makes Image source property non notify-
  able

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

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


[Bug 1395793] Re: Icons missing in ListItems widgets

2014-11-25 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/vivid-proposed/ubuntu-ui-toolkit

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

Title:
  Icons missing in ListItems widgets

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

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


[Bug 898347] Re: syslog flooded with hci_scodata_packet: hci0 SCO packet for unknown connection handle

2014-11-25 Thread Ville Ranki
I believe i'm suffering from the same issue. The headset is Nokia BH-216
with Dell Latitude E6510 and Ubuntu 14.04.

Connection can work for 20 minutes, or disconnect in one. After
reconnecting it again works for a while. Dmesg is flooded with lines
like this:

[ 3424.806640] Bluetooth: hci0 SCO packet for unknown connection handle 6
[ 3424.806644] Bluetooth: hci0 SCO packet for unknown connection handle 6
[ 3499.700652] Bluetooth: hci0 SCO packet for unknown connection handle 6
[ 3499.700658] Bluetooth: hci0 SCO packet for unknown connection handle 6
[ 3499.700661] Bluetooth: hci0 SCO packet for unknown connection handle 6

Linux villendell 3.13.0-39-generic #66-Ubuntu SMP Tue Oct 28 13:30:27
UTC 2014 x86_64 x86_64 x86_64 GNU/Linux

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

Title:
  syslog flooded with hci_scodata_packet: hci0 SCO packet for unknown
  connection handle

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

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


[Bug 1292113] Re: CTRL+ALT+T - shortcut to open Terminal is does not work

2014-11-25 Thread Simon Vercaemer
** Changed in: gnome-terminal (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/1292113

Title:
  CTRL+ALT+T - shortcut to open Terminal is does not work

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

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


[Bug 1396037] [NEW] nvidia-331 331.89-0ubuntu5: nvidia-331 kernel module failed to build

2014-11-25 Thread polishpt
Public bug reported:

Today during the upddate dkms process failed

ProblemType: Package
DistroRelease: Ubuntu 14.10
Package: nvidia-331 331.89-0ubuntu5
ProcVersionSignature: Ubuntu 3.16.0-24.32-generic 3.16.4
Uname: Linux 3.16.0-24-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.7-0ubuntu8
Architecture: amd64
DKMSKernelVersion: 3.16.0-25-generic
Date: Tue Nov 25 09:12:12 2014
InstallationDate: Installed on 2014-10-03 (52 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 (20140722.2)
PackageVersion: 331.89-0ubuntu5
SourcePackage: nvidia-graphics-drivers-331
Title: nvidia-331 331.89-0ubuntu5: nvidia-331 kernel module failed to build
UpgradeStatus: Upgraded to utopic on 2014-10-24 (31 days ago)

** Affects: nvidia-graphics-drivers-331 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package utopic

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

Title:
  nvidia-331 331.89-0ubuntu5: nvidia-331 kernel module failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1396037/+subscriptions

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


[Bug 1376250] Re: i-network says Unknown or No SIM on N4 (mako), can't unlock the SIM

2014-11-25 Thread Antti Kaijanmäki
** Also affects: indicator-network (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/1376250

Title:
  i-network says Unknown or No SIM on N4 (mako), can't unlock the
  SIM

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-network/+bug/1376250/+subscriptions

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


[Bug 1396034] Re: package php-tcpdf (not installed) failed to install/upgrade: cannot copy extracted data for './usr/share/doc/php-tcpdf/examples/images/image_with_alpha.png' to '/usr/share/doc/php-tc

2014-11-25 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package php-tcpdf (not installed) failed to install/upgrade: cannot
  copy extracted data for './usr/share/doc/php-
  tcpdf/examples/images/image_with_alpha.png' to '/usr/share/doc/php-
  tcpdf/examples/images/image_with_alpha.png.dpkg-new': unexpected end
  of file or stream

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

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


[Bug 1395501] Re: input devices found, but there is no input level

2014-11-25 Thread Raymond
http://voices.canonical.com/david.henningsson/2014/03/07/headset-jacks-
on-newer-laptops/

do you computer support headset, headphone and conventional mic?


try mute right channel or record in stereo to check the signal of left and 
right are inverted

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

Title:
  input devices found, but there is no input level

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

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


[Bug 1376250] Re: i-network says Unknown or No SIM on N4 (mako), can't unlock the SIM

2014-11-25 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  i-network says Unknown or No SIM on N4 (mako), can't unlock the
  SIM

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-network/+bug/1376250/+subscriptions

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


[Bug 1289977] Re: Ubuntu 14.04 Update breaks grub, resulting in error: symbol 'grub_term_highlight_color' not found

2014-11-25 Thread Zebulon
I just install Ubuntu 14.04.1 on a partition that previously had Ubuntu
13.10 on it. Now I can't access Windows or Ubuntu. All I get is the
grub_term_highlight_color missing message. What should I do now?

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

Title:
  Ubuntu 14.04 Update breaks grub, resulting in error: symbol
  'grub_term_highlight_color' not found

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

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


[Bug 1395392] Re: Gramps version is outdated: 4.1.1 has been released

2014-11-25 Thread Valorie Zimmerman
Hey Ross, thanks for your attention to this. In spite of installing
everything I could find related to osmgpsmap, I have no
geography/mapping function at all. Still adding lat/long to all the
cemetery places and such in hopes that it will soon be working.

Thanks again for your work, Ross.

Valorie

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

Title:
  Gramps version is outdated: 4.1.1 has been released

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

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


[Bug 1370859] Re: Error! Bad return status for module build on kernel: 3.16.0-16-generic (x86_64)

2014-11-25 Thread Alberto Milone
It seems to work fine in my clean chroot:

First Installation: checking all kernels...
It is likely that 3.13.0-39-generic belongs to a chroot's host
Building for architecture x86_64
Building initial module for 3.16.0-23-generic
Done.

nvidia_331:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/3.16.0-23-generic/updates/dkms/

depmod

DKMS: install completed.

** Changed in: nvidia-graphics-drivers-331 (Ubuntu)
   Status: Confirmed = Incomplete

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

Title:
  Error! Bad return status for module build on kernel: 3.16.0-16-generic
  (x86_64)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1370859/+subscriptions

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


[Bug 1370859] Re: Error! Bad return status for module build on kernel: 3.16.0-16-generic (x86_64)

2014-11-25 Thread Alberto Milone
The driver in 15.04 (vivid) supports up to Linux 3.18.

Also, the echo 2  ERROR: Kernel configuration is invalid.; \ is
not an actual error.

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

Title:
  Error! Bad return status for module build on kernel: 3.16.0-16-generic
  (x86_64)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1370859/+subscriptions

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


[Bug 1393791] Re: Cannot unlock PIN locked SIM

2014-11-25 Thread Antti Kaijanmäki
*** This bug is a duplicate of bug 1376250 ***
https://bugs.launchpad.net/bugs/1376250

** This bug has been marked a duplicate of bug 1376250
   i-network says Unknown or No SIM on N4 (mako), can't unlock the SIM

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

Title:
  Cannot unlock PIN locked SIM

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

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


[Bug 1393488] Re: Flight mode switcher bounces when activated

2014-11-25 Thread Antti Kaijanmäki
** Changed in: indicator-network (Ubuntu)
   Status: New = Triaged

** Changed in: indicator-network (Ubuntu)
   Importance: Undecided = High

** Changed in: indicator-network (Ubuntu)
 Assignee: (unassigned) = Jussi Pakkanen (jpakkane)

** Also affects: indicator-network (Ubuntu Vivid)
   Importance: High
 Assignee: Jussi Pakkanen (jpakkane)
   Status: Triaged

** Also affects: indicator-network (Ubuntu Utopic)
   Importance: Undecided
   Status: New

** Also affects: indicator-network (Ubuntu RTM)
   Importance: Undecided
   Status: New

** Tags added: ota-1

** Changed in: indicator-network (Ubuntu RTM)
   Status: New = Triaged

** Changed in: indicator-network (Ubuntu RTM)
   Importance: Undecided = High

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

Title:
  Flight mode switcher bounces when activated

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

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


[Bug 1396043] [NEW] nvidia-331-uvm 331.89-0ubuntu5: nvidia-331-uvm kernel module failed to build

2014-11-25 Thread fatmanmedia
Public bug reported:

there is nothing i can add.

ProblemType: Package
DistroRelease: Ubuntu 14.10
Package: nvidia-331-uvm 331.89-0ubuntu5
ProcVersionSignature: Ubuntu 3.16.0-25.33-generic 3.16.7
Uname: Linux 3.16.0-25-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.7-0ubuntu8
Architecture: amd64
DKMSKernelVersion: 3.16.0-25-generic
Date: Tue Nov 25 08:37:41 2014
InstallationDate: Installed on 2014-11-22 (2 days ago)
InstallationMedia: Ubuntu-GNOME 14.10 Utopic Unicorn - Release amd64 
(20141022.1)
PackageVersion: 331.89-0ubuntu5
SourcePackage: nvidia-graphics-drivers-331
Title: nvidia-331-uvm 331.89-0ubuntu5: nvidia-331-uvm kernel module failed to 
build
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: nvidia-graphics-drivers-331 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package gnome3-ppa third-party-packages utopic

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

Title:
  nvidia-331-uvm 331.89-0ubuntu5: nvidia-331-uvm kernel module failed to
  build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1396043/+subscriptions

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


[Bug 1387207] Re: [greeter] strange persistant Enter SIM1 PIN dialog on Greeter

2014-11-25 Thread Antti Kaijanmäki
the interesting part is that the full dialog was not shown. Even if
i-network would have crashed after requesting the dialog, unity8 still
should load it and show it fully.

Then again, the dialog would not do anything if i-network is dead, so
the notification-service (unity8) should monitor the snap-decision
invokers and automatically clean up any snap decisions from a d-bus
unique name that loses it's owner.

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

Title:
  [greeter] strange persistant Enter SIM1 PIN dialog on  Greeter

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

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


[Bug 1396048] [NEW] Evince misses font and only displays squares in menus

2014-11-25 Thread [mrs_sheep]
Public bug reported:

Evince misses some font and only displays squares in menus, text is
displayed okay, screenshot attached.

Console:
$ evince

(evince:8959): Pango-WARNING **: failed to create cairo scaled font,
expect ugly output. the offending font is 'Ubuntu 11'

(evince:8959): Pango-WARNING **: font_face status is: out of memory

(evince:8959): Pango-WARNING **: scaled_font status is: out of memory

(evince:8959): Pango-WARNING **: shaping failure, expect ugly output.
shape-engine='BasicEngineFc', font='Ubuntu 11', text='●'

(evince:8959): Pango-WARNING **: failed to create cairo scaled font,
expect ugly output. the offending font is 'Ubuntu 11'

(evince:8959): Pango-WARNING **: font_face status is: out of memory

(evince:8959): Pango-WARNING **: scaled_font status is: out of memory

(evince:8959): Pango-WARNING **: failed to create cairo scaled font,
expect ugly output. the offending font is 'Ubuntu 15.83984375'

(evince:8959): Pango-WARNING **: font_face status is: out of memory

(evince:8959): Pango-WARNING **: scaled_font status is: out of memory

(evince:8959): Pango-WARNING **: shaping failure, expect ugly output.
shape-engine='BasicEngineFc', font='Ubuntu 15.83984375', text='This
document is locked and can only be read by entering the correct
password.'

(evince:8959): Gtk-CRITICAL **: gtk_widget_hide: assertion
'GTK_IS_WIDGET (widget)' failed

(evince:8959): Gtk-CRITICAL **: gtk_widget_hide: assertion
'GTK_IS_WIDGET (widget)' failed

(evince:8959): Gtk-CRITICAL **: gtk_widget_show: assertion
'GTK_IS_WIDGET (widget)' failed

(evince:8959): Gtk-CRITICAL **: gtk_widget_show: assertion
'GTK_IS_WIDGET (widget)' failed

(evince:8959): Pango-WARNING **: failed to create cairo scaled font,
expect ugly output. the offending font is 'Ubuntu Italic 13.1982421875'

(evince:8959): Pango-WARNING **: font_face status is: out of memory

(evince:8959): Pango-WARNING **: scaled_font status is: out of memory

(evince:8959): Pango-WARNING **: shaping failure, expect ugly output.
shape-engine='BasicEngineFc', font='Ubuntu Italic 13.1982421875',
text='Loading…'

(evince:8959): Pango-WARNING **: failed to create cairo scaled font,
expect ugly output. the offending font is 'Ubuntu Italic 11'

(evince:8959): Pango-WARNING **: font_face status is: out of memory

(evince:8959): Pango-WARNING **: scaled_font status is: out of memory

(evince:8959): Pango-WARNING **: failed to create cairo scaled font,
expect ugly output. the offending font is 'Ubuntu Italic 11'

(evince:8959): Pango-WARNING **: font_face status is: out of memory

(evince:8959): Pango-WARNING **: scaled_font status is: out of memory

(evince:8959): Pango-WARNING **: shaping failure, expect ugly output.
shape-engine='BasicEngineFc', font='Ubuntu Italic 11', text='The quick
brown fox jumps over the lazy dog.'

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: evince 3.14.1-0ubuntu1
ProcVersionSignature: Ubuntu 3.16.0-24.32-generic 3.16.4
Uname: Linux 3.16.0-24-generic x86_64
ApportVersion: 2.14.7-0ubuntu8
Architecture: amd64
CurrentDesktop: Unity
Date: Tue Nov 25 10:23:21 2014
ExecutablePath: /usr/bin/evince
InstallationDate: Installed on 2013-09-08 (442 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
SourcePackage: evince
UpgradeStatus: Upgraded to utopic on 2014-10-24 (32 days ago)

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


** Tags: amd64 apparmor apport-bug third-party-packages utopic

** Attachment added: evince.png
   https://bugs.launchpad.net/bugs/1396048/+attachment/4267668/+files/evince.png

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

Title:
  Evince misses font and only displays squares in menus

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

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

Re: [Bug 1081307] Re: virtualbox-dkms 4.1.12-dfsg-2ubuntu0.2: virtualbox kernel module failed to build [merge request]

2014-11-25 Thread ottomatic
On my machine it works fine now.


Op 25-11-14 om 00:29 schreef Peter D.:
 Has this really been fixed?


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

Title:
  virtualbox-dkms 4.1.12-dfsg-2ubuntu0.2: virtualbox kernel module
  failed to build [merge request]

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

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


[Bug 1220426] Re: [nvidia-prime]Freeze while using touchpad

2014-11-25 Thread Stephen Gustafson
The scroll problems seem to be related to the 'idle time' support of
syndaemon that disables the touchpad briefly after typing. If I hit
'enter' to free up scrolling, then disable that feature entirely (via
the kde touchpad config, which I assume is restarting the daemon with
new settings), all of the scrolling issues go away. However, if
scrolling isn't working when I disable that feature, then scrolling
never unlocks. So definitely seems like the timer associated with that
interval is never completing.

Although, strangely, when I do disable the interval (via the kde
touchpad config), the typing still causes scrolling to be temporarily
disabled...

Will dig a little deeper. But in the meantime, the xorg patch +
disabling syndaemon typing intervals is the winning combo.

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

Title:
  [nvidia-prime]Freeze while using touchpad

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

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


[Bug 1383855] Re: Inconsistent icons across reboot

2014-11-25 Thread Antti Kaijanmäki
the cog should only be shown if the indicator-service is not running,
but looking at the screenshot the menu is populated just fine, so this
might be a (maybe already fixed bug) in unity8 indicator selector.

Is this bug still happening with the latest images?

** Changed in: indicator-network (Ubuntu)
 Assignee: (unassigned) = Mathieu Trudel-Lapierre (mathieu-tl)

** Changed in: indicator-network (Ubuntu)
   Status: New = Incomplete

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

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

Title:
  Inconsistent icons across reboot

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

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


[Bug 1396054] [NEW] output of filename garbled

2014-11-25 Thread Christian Braun
Public bug reported:


A match is not prefixed with the filename:

$ pdfgrep -Hi elbow Lecture*.pdf
  method:.pdf: Elbow
$

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: pdfgrep 1.3.0-2
Uname: Linux 3.18.0-031800rc6-generic x86_64
ApportVersion: 2.14.7-0ubuntu8
Architecture: amd64
CurrentDesktop: i3
Date: Tue Nov 25 10:33:49 2014
InstallationDate: Installed on 2014-01-08 (320 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 (20131016.1)
SourcePackage: pdfgrep
UpgradeStatus: Upgraded to utopic on 2014-11-11 (13 days ago)

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


** Tags: amd64 apport-bug utopic

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

Title:
  output of filename garbled

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

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

  1   2   3   4   5   6   7   8   9   10   >