[Bug 1397250] [NEW] SIGPIPE not caught in do_atfork_child()

2014-11-28 Thread Marcello Blancasio
Public bug reported:

Ubuntu version: Ubuntu 14.04.1 LTS
Package version: libnss-ldap_264-2.2ubuntu4

If a process using libnss-ldap calls fork() and SIGPIPE was blocked, the 
atfork() handler in the child process failed to catch the SIGPIPE as it was 
supposed to do, that is in the call to  do_close_no_unbind().  So that, the 
uncaught SIGPIPE will be eventually
delivered when the child unblocks signals. This usually make the child process 
die unexpectedly.

I found a well-known Linux vendor fixed this issue with the following
patch. This unblocks the SIGPIPE before calling do_close_no_unbind() and
restores the original sigmask afterwards:

diff -up nss_ldap/ldap-nss.c nss_ldap/ldap-nss.c
--- nss_ldap/ldap-nss.c 2009-12-07 20:57:33.0 -0500
+++ nss_ldap/ldap-nss.c 2009-12-07 20:58:56.0 -0500
@@ -532,8 +532,13 @@
 static void
 do_atfork_child (void)
 {
+  sigset_t unblock, mask;
   debug (== do_atfork_child);
+  sigemptyset(unblock);
+  sigaddset(unblock, SIGPIPE);
+  sigprocmask(SIG_UNBLOCK, unblock, mask);
   do_close_no_unbind ();
+  sigprocmask(SIG_SETMASK, mask, NULL);
   _nss_ldap_leave ();
   debug (== do_atfork_child);
 }

I'd like to see this patch applied.

** Affects: libnss-ldap (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: atfork fork sigpipe

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

Title:
  SIGPIPE not caught in do_atfork_child()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libnss-ldap/+bug/1397250/+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 1397261] [NEW] openvswitch-datapath-dkms 2.1.3-0ubuntu1: openvswitch kernel module failed to build

2014-11-28 Thread uwe6a
Public bug reported:

On each update process, I'm receiving this message. Since updating on
Ubuntu 13.10!

ProblemType: Package
DistroRelease: Ubuntu 14.10
Package: openvswitch-datapath-dkms 2.1.3-0ubuntu1
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-26-generic
Date: Fri Nov 28 10:28:28 2014
DuplicateSignature: dkms:openvswitch-datapath-dkms:2.1.3-0ubuntu1:configure: 
error: Linux kernel in /lib/modules/3.16.0-26-generic/build is version 3.16.7, 
but version newer than 3.12.x is not supported
InstallationDate: Installed on 2010-02-10 (1751 days ago)
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release amd64 (20091027)
PackageArchitecture: all
PackageVersion: 2.1.3-0ubuntu1
SourcePackage: openvswitch
Title: openvswitch-datapath-dkms 2.1.3-0ubuntu1: openvswitch kernel module 
failed to build
UpgradeStatus: Upgraded to utopic on 2014-11-22 (5 days ago)

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


** Tags: amd64 apport-package utopic

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

Title:
  openvswitch-datapath-dkms 2.1.3-0ubuntu1: openvswitch kernel module
  failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1397261/+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 1397261] Re: openvswitch-datapath-dkms 2.1.3-0ubuntu1: openvswitch kernel module failed to build

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

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

Title:
  openvswitch-datapath-dkms 2.1.3-0ubuntu1: openvswitch kernel module
  failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1397261/+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 1397278] [NEW] Fencing is not reported to DLM

2014-11-28 Thread EOLE team
Public bug reported:

Hello,

When dlm_controld requests the fencing of a node, the node is fenced but
dlm_controld is not notified of the fence result.

All the informations are reported on pacemaker mailing-list
http://oss.clusterlabs.org/pipermail/pacemaker/2014-November/023082.html.

There is 3 patches available to fix this issue:
http://oss.clusterlabs.org/pipermail/pacemaker/2014-November/023151.html

* David Vossel (9 months ago) 054fedf: Fix: stonith_api_time_helper now returns 
when the most recent fencing operation completed  (origin/pr/444)
* Andrew Beekhof (9 months ago) d9921e5: Fix: Fencing: Pass the correct options 
when looking up the history by node name 
* Andrew Beekhof (9 months ago) b0a8876: Log: Fencing: Send details of 
stonith_api_time() and stonith_api_kick() to syslog 

Regards.

pacemaker:
  Installé : 1.1.10+git20130802-1ubuntu2.1
  Candidat : 1.1.10+git20130802-1ubuntu2.1
 Table de version :
 *** 1.1.10+git20130802-1ubuntu2.1 0
500 http://fr.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 
Packages
100 /var/lib/dpkg/status
 1.1.10+git20130802-1ubuntu2 0
500 http://fr.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages

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


** Tags: trusty

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

Title:
  Fencing is not reported to DLM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pacemaker/+bug/1397278/+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 985341] Re: segfault when starting rrdcached

2014-11-28 Thread Ralph Schmidt
Hi @ all,

just a push because this bug still exists in 12.04. Please add the
missing directory to the deb package and release the fixed package.

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

Title:
  segfault when starting rrdcached

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rrdtool/+bug/985341/+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 1397100] Re: Sync python-retrying 1.2.3-2 (main) from Debian unstable (main)

2014-11-28 Thread James Page
This bug was fixed in the package python-retrying - 1.2.3-2
Sponsored for Jackson Doak (noskcaj)

---
python-retrying (1.2.3-2) unstable; urgency=medium

  * Removed embedded copy of six using a patch from Chuck Short. Thanks to
James Page for letting me know.

 -- Thomas Goirand z...@debian.org  Tue, 30 Sep 2014 14:00:40 +

** Changed in: python-retrying (Ubuntu)
   Status: New = Fix Released

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

Title:
  Sync python-retrying 1.2.3-2 (main) from Debian unstable (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-retrying/+bug/1397100/+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-28 Thread Launchpad Bug Tracker
This bug was fixed in the package xen - 4.4.1-3ubuntu2

---
xen (4.4.1-3ubuntu2) vivid; urgency=low

  * Applying Xen Security Advisories:
- CVE-2014-8594 / XSA-109
  * x86: don't allow page table updates on non-PV page tables in
do_mmu_update()
- CVE-2014-8595 / XSA-110
  * x86emul: enforce privilege level restrictions when loading CS
- CVE-2014-8866 / XSA-111
  * x86: limit checks in hypercall_xlat_continuation() to actual arguments
- CVE-2014-8867 / XSA-112
  * x86/HVM: confine internally handled MMIO to solitary regions
- CVE-2014-9030 / XSA-113
  * x86/mm: fix a reference counting error in MMU_MACHPHYS_UPDATE
  * Pulling in Debian change to start qemu in dom0 (LP: #1396068)
  * Picking up Debian change to recommend grub-xen-host from xen-utils.
  * Picking up Debian change to really include xen-init-name.
 -- Stefan Bader stefan.ba...@canonical.com   Wed, 19 Nov 2014 13:47:12 +0100

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

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

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

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

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

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

-- 
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 1388077] Re: Parallel periodic instance power state reporting from compute nodes has high impact on conductors and message broker

2014-11-28 Thread Chuck Short
** Changed in: nova (Ubuntu)
   Status: New = In Progress

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

Title:
  Parallel periodic instance power state reporting from compute nodes
  has high impact on conductors and message broker

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1388077/+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 1389938] Re: kvm instance can't be launched with '-serial pty'

2014-11-28 Thread Chuck Short
Which version of nova?

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

** Changed in: nova (Ubuntu)
   Status: New = Incomplete

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

Title:
  kvm instance can't be launched with '-serial pty'

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1389938/+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 1384715] Re: package nova-common 1:2014.1.3-0ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2014-11-28 Thread Chuck Short
Looks like bad configuration file:

Configuration file '/etc/nova/nova.conf'
 == Modified (by you or by a script) since installation.
 == Package distributor has shipped an updated version.
   What would you like to do about it ?  Your options are:
Y or I  : install the package maintainer's version
N or O  : keep your currently-installed version
  D : show the differences between the versions
  Z : start a shell to examine the situation
 The default action is to keep your current version.
*** nova.conf (Y/I/N/O/D/Z) [default=N] ? 
Installing new version of config file /etc/logrotate.d/nova-manage ...
Traceback (most recent call last):
  File /usr/bin/nova-manage, line 10, in module
sys.exit(main())
  File /usr/lib/python2.7/dist-packages/nova/cmd/manage.py, line 1323, in main
config.parse_args(sys.argv)
  File /usr/lib/python2.7/dist-packages/nova/config.py, line 37, in parse_args
default_config_files=default_config_files)
  File /usr/lib/python2.7/dist-packages/oslo/config/cfg.py, line 1632, in 
__call__
else sys.argv[1:])
  File /usr/lib/python2.7/dist-packages/oslo/config/cfg.py, line 2133, in 
_parse_cli_opts
return self._parse_config_files()
  File /usr/lib/python2.7/dist-packages/oslo/config/cfg.py, line 2147, in 
_parse_config_files
ConfigParser._parse_file(config_file, namespace)
  File /usr/lib/python2.7/dist-packages/oslo/config/cfg.py, line 1252, in 
_parse_file
raise ConfigFileParseError(pe.filename, str(pe))
oslo.config.cfg.ConfigFileParseError: Failed to parse /etc/nova/nova.conf: at 
/etc/nova/nova.conf:2, Section must be started before assignment: None
dpkg: error processing package nova-common (--configure):

** Changed in: nova (Ubuntu)
   Status: New = Won't Fix

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

Title:
  package nova-common 1:2014.1.3-0ubuntu1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1384715/+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 1380792] Re: requests to EC2 metadata's '/2009-04-04/meta-data/security-groups' failing

2014-11-28 Thread Chuck Short
** Changed in: nova (Ubuntu)
   Status: New = Confirmed

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

Title:
  requests to EC2 metadata's '/2009-04-04/meta-data/security-groups'
  failing

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1380792/+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 1365261] Re: Apparmor denies qemu access to /tmp directory

2014-11-28 Thread Chuck Short
** Package changed: nova (Ubuntu) = libvirt (Ubuntu)

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

Title:
  Apparmor denies qemu access to /tmp directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1365261/+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 1352102] Re: users are unable to create ports on provider networks

2014-11-28 Thread Chuck Short
** Changed in: nova (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  users are unable to create ports on provider networks

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1352102/+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 1368030] Re: nova-manage command when executed by non-root user, should give authorization error instead of low level database error

2014-11-28 Thread Chuck Short
** Changed in: nova (Ubuntu)
   Importance: Undecided = Low

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

Title:
  nova-manage command when executed by non-root user, should give
  authorization error instead of low level database error

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1368030/+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 1316556] Re: vmware: boot from image (create volume) is failing

2014-11-28 Thread Chuck Short
** Changed in: nova (Ubuntu)
   Status: In Progress = Won't Fix

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

Title:
  vmware: boot from image (create volume) is failing

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1316556/+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 1201873] Re: dnsmasq does not use -h, so /etc/hosts sends folks to loopback when they look up the machine it's running on

2014-11-28 Thread Chuck Short
** Changed in: nova (Ubuntu)
   Status: Triaged = Fix Released

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

Title:
  dnsmasq does not use -h, so /etc/hosts sends folks to loopback when
  they look up the machine it's running on

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1201873/+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 1266432] Re: nova-objectstore: Typo in package description: is the package contains

2014-11-28 Thread Chuck Short
** Changed in: nova (Ubuntu)
   Status: Confirmed = Triaged

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

Title:
  nova-objectstore: Typo in package description: is the package
  contains

To manage notifications about this bug go to:
https://bugs.launchpad.net/ddtp-ubuntu/+bug/1266432/+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-28 Thread Chuck Short
** Also affects: horizon
   Importance: Undecided
   Status: New

-- 
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/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 1381131] Re: Unable to detect locale.

2014-11-28 Thread Chuck Short
*** This bug is a duplicate of bug 1253982 ***
https://bugs.launchpad.net/bugs/1253982

** Package changed: horizon (Ubuntu) = horizon

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

Title:
  Unable to detect locale.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1381131/+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 1385966] Re: package openstack-dashboard-ubuntu-theme 1:2014.1.2-0ubuntu1.1 failed to install/upgrade: subprocess new post-removal script returned error exit status 1

2014-11-28 Thread Chuck Short
** Changed in: horizon (Ubuntu)
   Status: New = Won't Fix

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

Title:
  package openstack-dashboard-ubuntu-theme 1:2014.1.2-0ubuntu1.1 failed
  to install/upgrade: subprocess new post-removal script returned error
  exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/horizon/+bug/1385966/+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 1310340] Re: live migration fails when use long hostname of a nova compute target host

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

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

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

Title:
  live migration fails when use long hostname of a nova compute target
  host

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1310340/+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 1310340] Re: live migration fails when use long hostname of a nova compute target host

2014-11-28 Thread Chuck Short
** Package changed: horizon (Ubuntu) = nova (Ubuntu)

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

Title:
  live migration fails when use long hostname of a nova compute target
  host

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1310340/+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 1368030] Re: nova-manage command when executed by non-root user, should give authorization error instead of low level database error

2014-11-28 Thread vishal yadav
** Changed in: nova
 Assignee: (unassigned) = vishal yadav (vishalcdac07)

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

Title:
  nova-manage command when executed by non-root user, should give
  authorization error instead of low level database error

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1368030/+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 1389534] Re: package sa-compile 3.4.0-3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2014-11-28 Thread Alberto Salvia Novella
** Changed in: spamassassin (Ubuntu)
   Importance: Undecided = High

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

Title:
  package sa-compile 3.4.0-3 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 2

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


Re: [Bug 1389938] Re: kvm instance can't be launched with '-serial pty'

2014-11-28 Thread Ming Lei
On Fri, Nov 28, 2014 at 11:18 PM, Chuck Short chuck.sh...@canonical.com wrote:
 Which version of nova?

ubuntu@ms01a:~$ nova --version
2.17.0

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

Title:
  kvm instance can't be launched with '-serial pty'

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1389938/+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 1392504] Re: USB Passthrough is not working anymore

2014-11-28 Thread Joe Hickey
I just noticed that after I applied the latest updates (apt-get dist-
ugrade) to my Ubuntu 14.04 system that USB redirection is now failing on
THIS system as well - just like the 14.10 system failed.

FWIW, I do not see any apparomor denial messages in /var/log/syslog or
anywhere else.  So far I've not found anything to indicate why
passthrough failed, seems like a silent failure whatever it is.

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

Title:
  USB Passthrough is not working anymore

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1392504/+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 958955] Re: In the Find Replace dialog in libreoffice, the right click replace with option is limited to only the ubuntu font

2014-11-28 Thread Adolfo Jayme
The font choice will be limited to whatever font you have set for the UI
(for example, it is limited to Segoe UI when LibreOffice runs under
Windows). This is not a bug, as it doesn't make sense to change the font
when you're choosing a character to be inserted in a field that doesn't
support changing the font.

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

** Changed in: libreoffice (Ubuntu)
 Assignee: Bryan Quigley (bryanquigley) = (unassigned)

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

Title:
  In the Find  Replace dialog in libreoffice, the right click
  replace with option is limited to only the ubuntu font

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

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


[Bug 1388118] Re: linux-lts-utopic-3.16 spamming dmesg with warnings every few seconds in skb_warn_bad_offload

2014-11-28 Thread Andy Whitcroft
** Changed in: linux (Ubuntu)
   Status: Fix Committed = Fix Released

** Tags removed: kernel-bug-break-fix

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

Title:
  linux-lts-utopic-3.16 spamming dmesg with warnings every few seconds
  in skb_warn_bad_offload

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

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


[Bug 1379340] Re: qemu-kvm guest panic for AMD smp trusty guests

2014-11-28 Thread Andy Whitcroft
** Changed in: linux (Ubuntu Utopic)
   Status: In Progress = Fix Committed

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

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

Title:
  qemu-kvm guest panic for AMD smp trusty guests

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

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


[Bug 1396919] Re: unity8 display blank in emulator, host utopic, rtm-14.09 instance.

2014-11-28 Thread Yuan-Chen Cheng
refine previous comment:

kill -9 $(pidof unity8) $(pidof unity8-dash)

might make it once on my PC, but after that, I try many time and never
success any more.

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

Title:
  unity8 display blank in emulator, host utopic, rtm-14.09 instance.

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

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


[Bug 1390919] Re: Scope template cannot be running for devel emulator

2014-11-28 Thread Zoltan Balogh
** Changed in: click (Ubuntu)
   Status: Incomplete = Invalid

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

Title:
  Scope  template cannot be running for devel emulator

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

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


[Bug 1394850] Re: package cups 1.7.5-3ubuntu2 failed to install/upgrade: triggers looping, abandoned

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

** Changed in: cups (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/1394850

Title:
  package cups 1.7.5-3ubuntu2 failed to install/upgrade: triggers
  looping, abandoned

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

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


[Bug 1373663] Re: Inadequate locale settings

2014-11-28 Thread Rik Shaw
Agreed that there should be an option in Ubiquity to choose your locale.

I am a US citizen in Ethiopia currently, so when I install here, even
though I choose English (US) as my keyboard, when I first login to the
system, my locale is Ethiopia and the system language is Amharic!  I
don't read Fidel well, so can barely get around to change to English!

Whenever a person is in a location that is not their home (an expat)
they will likely prefer to NOT use the local locale (except for system
time!)

Furthermore, even Ethiopian people often prefer English, as it is the
international langauge and there is no Amharic Microsoft Windows, so
they are familiar with English Microsoft Windows.

In summary, giving the user an easy way to set their locale (at least
default system language) is essential in Ubiquity.

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

Title:
  Inadequate locale settings

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

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


[Bug 1391877] Re: Please implement missing 'Other Vibrations' System setting

2014-11-28 Thread Launchpad Bug Tracker
** Branch linked: lp:~zsombi/ubuntu-ui-toolkit/serviceproperties-
component

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

Title:
  Please implement missing 'Other Vibrations' System setting

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

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


[Bug 1396919] Re: unity8 display blank in emulator, host utopic, rtm-14.09 instance.

2014-11-28 Thread Yuan-Chen Cheng
refine previous comment again, sorry:

On my PC with visualization off in the bios:

kill -9 $(pidof unity8) $(pidof unity8-dash)

might make it once.

After that, I try many time after that and never success any more.

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

Title:
  unity8 display blank in emulator, host utopic, rtm-14.09 instance.

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

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


[Bug 1397232] [NEW] unity-settings-deamon is continually crashing with SIGABRT because of a free on an invalid pointer

2014-11-28 Thread Colin Ian King
Public bug reported:

I'm seeing crashes every 24 seconds because of a free on an invalid
pointer.

Attached is a strace using: strace -v -s 8192 -p $(pidof unity-settings-
daemon)  -o strace.log

This is slowly driving me nuts.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: unity-settings-daemon 15.04.1+15.04.20141127-0ubuntu1
ProcVersionSignature: Ubuntu 3.16.0-11.16-generic 3.16.1
Uname: Linux 3.16.0-11-generic x86_64
ApportVersion: 2.14.7-0ubuntu10
Architecture: amd64
Date: Fri Nov 28 08:27:22 2014
EcryptfsInUse: Yes
InstallationDate: Installed on 2014-06-05 (175 days ago)
InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Alpha amd64 (20140520)
ProcEnviron:
 LANGUAGE=en_GB:en
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: unity-settings-daemon
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: unity-settings-daemon (Ubuntu)
 Importance: Critical
 Status: New


** Tags: amd64 apport-bug vivid

** Attachment added: strace of process
   https://bugs.launchpad.net/bugs/1397232/+attachment/4270036/+files/strace.log

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

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

Title:
  unity-settings-deamon is continually crashing with SIGABRT because of
  a free on an invalid pointer

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

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


[Bug 1390919] Re: Scope template cannot be running for devel emulator

2014-11-28 Thread Yuan-Chen Cheng
@XiaoGuo, please report your rtm version by output of command: system-
image-cli -i

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

Title:
  Scope  template cannot be running for devel emulator

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

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


[Bug 1391877] Re: Please implement missing 'Other Vibrations' System setting

2014-11-28 Thread Launchpad Bug Tracker
** Branch linked: lp:~zsombi/ubuntu-ui-toolkit/haptics-feedback-
singleton-staging

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

Title:
  Please implement missing 'Other Vibrations' System setting

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

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


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

2014-11-28 Thread Kristoffer Lundén
Public bug reported:

Sorry if this is a duplicate; just got that error popup and wanted to
provide the data, in case it helps anyone. Haven't experienced any
trouble outside of that popup that comes ever so often.

ProblemType: Package
DistroRelease: Ubuntu 14.10
Package: nvidia-331 331.89-0ubuntu5
ProcVersionSignature: Ubuntu 3.13.0-19.40-generic 3.13.6
Uname: Linux 3.13.0-19-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.7-0ubuntu8
Architecture: amd64
DKMSKernelVersion: 3.16.0-25-generic
Date: Tue Nov 25 07:47:27 2014
InstallationDate: Installed on 2014-04-03 (238 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Beta amd64 (20140326)
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-28 (30 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/1397233

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/1397233/+subscriptions

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


[Bug 1396429] Re: [Lenovo T440s] Wireless key cannot turn BT off on 14.04.1

2014-11-28 Thread Po-Hsu Lin
Also note that it can't turn the mobile broadband off 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/1396429

Title:
  [Lenovo T440s] Wireless key cannot turn BT off on 14.04.1

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

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


[Bug 1397236] [NEW] After opening qpaeq, python gets stuck on 100% of CPU

2014-11-28 Thread Tommaso Fonda
Public bug reported:

qpaeq is an equalizer for pulseaudio written in python. I've installed it and 
loaded all the required modules, but on Ubuntu 14.10 launching qpaeq from 
terminal does nothing; after launching it top shows that python's CPU usage 
is very high, with a percentage between 97 and 112. The only way to stop python 
from running is sudo killall python.
qpaeq used to work fine on Saucy and Trusty.
I think that this would happen with any python program, but I'm not sure.

** Affects: python2.7 (Ubuntu)
 Importance: Undecided
 Status: New

** Package changed: gnome-shell (Ubuntu) = python2.7 (Ubuntu)

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

Title:
  After opening qpaeq, python gets stuck on 100% of CPU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/1397236/+subscriptions

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


[Bug 1397236] Re: After opening qpaeq, python gets stuck on 100% of CPU

2014-11-28 Thread Tommaso Fonda
By mistake I reported this bug as a gnome-shell bug. Now I've corrected
the description.

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

Title:
  After opening qpaeq, python gets stuck on 100% of CPU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/1397236/+subscriptions

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


[Bug 1395862] Re: there is no media playback in vivid

2014-11-28 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/vivid-proposed/ubuntu-touch-meta

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

Title:
  there is no media playback in vivid

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

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


[Bug 1370669] Re: Implement top priority features from roadmap

2014-11-28 Thread Florian Boucault
** Description changed:

  Color effects
- Display image properties
+ Image properties (sharpness, contrast, etc.)
  Self timer
  Adjust jpeg quality
  Gridlines
  Use SD card storage
  Set video quality

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

Title:
  Implement top priority features from roadmap

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

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


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

2014-11-28 Thread Josh Dalziel
Public bug reported:

happens when starting a user session at login time

ProblemType: Package
DistroRelease: Ubuntu 14.10
Package: nvidia-331-updates 331.89-0ubuntu5
ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
Uname: Linux 3.13.0-35-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.7-0ubuntu8
Architecture: amd64
DKMSKernelVersion: 3.16.0-26-generic
Date: Fri Nov 28 00:36:53 2014
InstallationDate: Installed on 2013-07-31 (484 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
PackageVersion: 331.89-0ubuntu5
SourcePackage: nvidia-graphics-drivers-331-updates
Title: nvidia-331-updates 331.89-0ubuntu5: nvidia-331-updates kernel module 
failed to build
UpgradeStatus: Upgraded to utopic on 2014-10-11 (47 days ago)

** Affects: nvidia-graphics-drivers-331-updates (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/1397242

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

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

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


[Bug 1389792] Re: theme not found when using a user-defined theme

2014-11-28 Thread Launchpad Bug Tracker
** Branch linked: lp:~zsombi/ubuntu-ui-toolkit/app-theming-staging

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

Title:
  theme not found when using a user-defined theme

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

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


[Bug 1213043] Re: Binding loop detected when changing backgroundColor of MainView dynamically

2014-11-28 Thread Launchpad Bug Tracker
** Branch linked: lp:~zsombi/ubuntu-ui-toolkit/app-theming-staging

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

Title:
  Binding loop detected when changing backgroundColor of MainView
  dynamically

To manage notifications about this bug go to:
https://bugs.launchpad.net/sudoku-app/+bug/1213043/+subscriptions

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


[Bug 1397232] Re: unity-settings-deamon is continually crashing with SIGABRT because of a free on an invalid pointer

2014-11-28 Thread Colin Ian King
Wasn't this code being statically analysed with CoverityScan to avoid
this kinds of bugs?

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

Title:
  unity-settings-deamon is continually crashing with SIGABRT because of
  a free on an invalid pointer

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

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


[Bug 1277647] Re: Changing theme from Ambiance to SuruDark or SuruGradient in MainView's completion causes binding loops.

2014-11-28 Thread Launchpad Bug Tracker
** Branch linked: lp:~zsombi/ubuntu-ui-toolkit/app-theming-staging

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

Title:
  Changing theme from Ambiance to SuruDark or SuruGradient in MainView's
  completion causes binding loops.

To manage notifications about this bug go to:
https://bugs.launchpad.net/address-book-app/+bug/1277647/+subscriptions

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


[Bug 1356779] Re: MainView.backgroundColor is not usable any more

2014-11-28 Thread Launchpad Bug Tracker
** Branch linked: lp:~zsombi/ubuntu-ui-toolkit/app-theming-staging

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

Title:
  MainView.backgroundColor is not usable any more

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

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


[Bug 1330510] Re: Valgrind warning when theme is changed from MainViewStyle.qml

2014-11-28 Thread Launchpad Bug Tracker
** Branch linked: lp:~zsombi/ubuntu-ui-toolkit/app-theming-staging

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

Title:
  Valgrind warning when theme is changed from MainViewStyle.qml

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

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


[Bug 1397142] Re: Sony SRS-BTM8 play/pause key not fully effective in Banshee

2014-11-28 Thread Ben Harris
A quick additional not: using xdotool key XF86AudioPlay and xdotool
key XF86AudioPause works correctly, so maybe it's not all media keys
that are broken and there's something odd about my Bluetooth one.

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

Title:
  Sony SRS-BTM8 play/pause key not fully effective in Banshee

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

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


[Bug 1397250] [NEW] SIGPIPE not caught in do_atfork_child()

2014-11-28 Thread Marcello Blancasio
Public bug reported:

Ubuntu version: Ubuntu 14.04.1 LTS
Package version: libnss-ldap_264-2.2ubuntu4

If a process using libnss-ldap calls fork() and SIGPIPE was blocked, the 
atfork() handler in the child process failed to catch the SIGPIPE as it was 
supposed to do, that is in the call to  do_close_no_unbind().  So that, the 
uncaught SIGPIPE will be eventually
delivered when the child unblocks signals. This usually make the child process 
die unexpectedly.

I found a well-known Linux vendor fixed this issue with the following
patch. This unblocks the SIGPIPE before calling do_close_no_unbind() and
restores the original sigmask afterwards:

diff -up nss_ldap/ldap-nss.c nss_ldap/ldap-nss.c
--- nss_ldap/ldap-nss.c 2009-12-07 20:57:33.0 -0500
+++ nss_ldap/ldap-nss.c 2009-12-07 20:58:56.0 -0500
@@ -532,8 +532,13 @@
 static void
 do_atfork_child (void)
 {
+  sigset_t unblock, mask;
   debug (== do_atfork_child);
+  sigemptyset(unblock);
+  sigaddset(unblock, SIGPIPE);
+  sigprocmask(SIG_UNBLOCK, unblock, mask);
   do_close_no_unbind ();
+  sigprocmask(SIG_SETMASK, mask, NULL);
   _nss_ldap_leave ();
   debug (== do_atfork_child);
 }

I'd like to see this patch applied.

** Affects: libnss-ldap (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: atfork fork sigpipe

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

Title:
  SIGPIPE not caught in do_atfork_child()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libnss-ldap/+bug/1397250/+subscriptions

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


[Bug 1397249] [NEW] package shotwell-common 0.20.2-0ubuntu0.14.10.1 failed to install/upgrade: trying to overwrite '/usr/share/appdata/shotwell.appdata.xml', which is also in package shotwell 0.20.1+2

2014-11-28 Thread splashdust
Public bug reported:

This happened while installing updates

ProblemType: Package
DistroRelease: Ubuntu 14.10
Package: shotwell-common 0.20.2-0ubuntu0.14.10.1
ProcVersionSignature: Ubuntu 3.16.0-25.33-generic 3.16.7
Uname: Linux 3.16.0-25-generic x86_64
ApportVersion: 2.14.7-0ubuntu8
Architecture: amd64
Date: Thu Nov 27 10:05:15 2014
DuplicateSignature: package:shotwell-common:0.20.2-0ubuntu0.14.10.1:trying to 
overwrite '/usr/share/appdata/shotwell.appdata.xml', which is also in package 
shotwell 0.20.1+2632~ubuntu14.04.1
ErrorMessage: trying to overwrite '/usr/share/appdata/shotwell.appdata.xml', 
which is also in package shotwell 0.20.1+2632~ubuntu14.04.1
InstallationDate: Installed on 2014-09-30 (58 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 (20140722.2)
PackageArchitecture: all
SourcePackage: shotwell
Title: package shotwell-common 0.20.2-0ubuntu0.14.10.1 failed to 
install/upgrade: trying to overwrite '/usr/share/appdata/shotwell.appdata.xml', 
which is also in package shotwell 0.20.1+2632~ubuntu14.04.1
UpgradeStatus: Upgraded to utopic on 2014-10-24 (34 days ago)

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


** Tags: amd64 apport-package package-conflict 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/1397249

Title:
  package shotwell-common 0.20.2-0ubuntu0.14.10.1 failed to
  install/upgrade: trying to overwrite
  '/usr/share/appdata/shotwell.appdata.xml', which is also in package
  shotwell 0.20.1+2632~ubuntu14.04.1

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

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


[Bug 1310406] Re: [regression] Trusty kernel doesn't recognize GeForce 8600m GT nor with nouveau or nvidia drivers

2014-11-28 Thread Jeroen Ruigrok van der Werven
Running 3.13.0-40-generic triggering this as well:

kernel: [   11.095358] nvidia: module license 'NVIDIA' taints kernel.
kernel: [   11.095361] Disabling lock debugging due to kernel taint
kernel: [   11.100122] nvidia: module verification failed: signature and/or  
required key missing - tainting kernel

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

Title:
  [regression] Trusty kernel doesn't recognize GeForce 8600m GT nor with
  nouveau or nvidia drivers

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

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


[Bug 1397062] Re: [ASUS X200MA] Wireless led does not follow wireless status

2014-11-28 Thread Pilot6
Upstream report link
http://www.spinics.net/lists/platform-driver-x86/msg05886.html

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

Title:
  [ASUS X200MA] Wireless led does not follow wireless status

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

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


[Bug 1397232] Re: unity-settings-deamon is continually crashing with SIGABRT because of a free on an invalid pointer

2014-11-28 Thread Andy Whitcroft
Same here.  Every 20 or so seconds, i get half a crash box, and my
screen jumps up and down about 20 pixels.  I may go mad.

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

Title:
  unity-settings-deamon is continually crashing with SIGABRT because of
  a free on an invalid pointer

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

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


[Bug 1395862] Re: there is no media playback in vivid

2014-11-28 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-touch-meta - 1.201

---
ubuntu-touch-meta (1.201) vivid; urgency=medium

  * Refreshed dependencies
  * Moved oxideqt-codecs-extra to sdk-libs (LP: #1395862)
 -- Michael Vogt m...@ubuntu.com   Fri, 28 Nov 2014 09:25:48 +0100

** Changed in: ubuntu-touch-meta (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/1395862

Title:
  there is no media playback in vivid

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

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


[Bug 1397249] Re: package shotwell-common 0.20.2-0ubuntu0.14.10.1 failed to install/upgrade: trying to overwrite '/usr/share/appdata/shotwell.appdata.xml', which is also in package shotwell 0.20.1+263

2014-11-28 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/1397249

Title:
  package shotwell-common 0.20.2-0ubuntu0.14.10.1 failed to
  install/upgrade: trying to overwrite
  '/usr/share/appdata/shotwell.appdata.xml', which is also in package
  shotwell 0.20.1+2632~ubuntu14.04.1

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

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


[Bug 1293829] Re: The about dialog doesn't show many thing

2014-11-28 Thread Anthony Wong
** Changed in: ubuntukylin
   Status: New = Triaged

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

Title:
  The about dialog doesn't show many thing

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

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


[Bug 1397232] Re: unity-settings-deamon is continually crashing with SIGABRT because of a free on an invalid pointer

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

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

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

Title:
  unity-settings-deamon is continually crashing with SIGABRT because of
  a free on an invalid pointer

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

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


[Bug 1388532] Re: Ark fails to produce zip archive instead making gzip with the zip suffix

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

** Changed in: dolphin (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/1388532

Title:
  Ark fails to produce zip archive instead making gzip with the zip
  suffix

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

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


[Bug 1388532] Re: Ark fails to produce zip archive instead making gzip with the zip suffix

2014-11-28 Thread Ferry Toth
This bug also causes dolphin to produce gzip files with extension zip
when right-clicking a folder and selecting compressas zip archive

I think the importance of this bug should be set to high.

** Also affects: dolphin (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/1388532

Title:
  Ark fails to produce zip archive instead making gzip with the zip
  suffix

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

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


[Bug 798983] Re: Banshee hung when deleting an equalizer setting

2014-11-28 Thread Ben Harris
Sorry for the long delay.  I just noticed this bug in my list and have
reproduced it with the Banshee in Ubuntu 14.04, Banshee 2.6.2: [Ubuntu
14.04.1 LTS (linux-gnu, i686) @ 2014-08-12 14:01:00 UTC].  I've attached
the terminal output I get when running banshee --debug and reproducing
the problem.

** Attachment added: banshee --debug output when reproducing bug
   
https://bugs.launchpad.net/ubuntu/+source/banshee/+bug/798983/+attachment/4270067/+files/banshee-output

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

Title:
  Banshee hung when deleting an equalizer setting

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

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


[Bug 1397142] Re: Sony SRS-BTM8 play/pause key not fully effective in Rhythmbox or Banshee

2014-11-28 Thread Ben Harris
** Summary changed:

- Sony SRS-BTM8 play/pause key not fully effective in Banshee
+ Sony SRS-BTM8 play/pause key not fully effective in Rhythmbox or Banshee

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

Title:
  Sony SRS-BTM8 play/pause key not fully effective in Rhythmbox or
  Banshee

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

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


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

2014-11-28 Thread Antoine
Public bug reported:

.

ProblemType: Package
DistroRelease: Ubuntu 14.10
Package: nvidia-331-updates 331.89-0ubuntu5
ProcVersionSignature: Ubuntu 3.16.0-24.32-generic 3.16.4
Uname: Linux 3.16.0-24-generic i686
NonfreeKernelModules: nvidia
ApportVersion: 2.14.7-0ubuntu8
Architecture: i386
DKMSKernelVersion: 3.16.0-25-generic
Date: Fri Nov 28 10:32:16 2014
InstallationDate: Installed on 2013-02-19 (647 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release i386 (20121017.2)
PackageVersion: 331.89-0ubuntu5
SourcePackage: nvidia-graphics-drivers-331-updates
Title: nvidia-331-updates 331.89-0ubuntu5: nvidia-331-updates kernel module 
failed to build
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-package i386 utopic

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

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

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

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


[Bug 1389978] Re: Unable to find Open layouts folder in Onboard Preferences.

2014-11-28 Thread Anthony Wong
@FJKong
Can you check if the Vivid package has fixed this issue?

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

Title:
  Unable to find Open layouts folder in Onboard Preferences.

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

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


[Bug 1384342] Re: kernel messages intel_crtc_wait_for_pending_flips correlate to compiz hang

2014-11-28 Thread Rocko
@Paul Gear: you could try 3.18-rc6 from http://kernel.ubuntu.com
/~kernel-ppa/mainline/v3.18-rc6-vivid/, it works fine with utopic.

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

Title:
  kernel messages intel_crtc_wait_for_pending_flips correlate to compiz
  hang

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

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


[Bug 798983] Re: Banshee hung when deleting an equalizer setting

2014-11-28 Thread Ben Harris
Marked confirmed because I've supplied debug output and bug is described
as really easy to trigger by someone else at
https://bugzilla.gnome.org/show_bug.cgi?id=653025

** Changed in: banshee (Ubuntu)
   Status: Incomplete = Confirmed

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

Title:
  Banshee hung when deleting an equalizer setting

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

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


[Bug 1397258] Re: nvidia-331 331.89-0ubuntu5: nvidia-331 kernel module failed to build

2014-11-28 Thread Shahbaz Youssefi
Looking at the DKMS log automatically appended, it seems to have nothing
to do with the one I linked. It seems that right after compiling one of
the files, the file has gone missing. I have plenty of disk space on
that partition.

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

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/1397258/+subscriptions

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


[Bug 1397232] Re: unity-settings-deamon is continually crashing with SIGABRT because of a free on an invalid pointer

2014-11-28 Thread Iain Lane
*** This bug is a duplicate of bug 1397135 ***
https://bugs.launchpad.net/bugs/1397135

** This bug has been marked a duplicate of bug 1397135
   Error in `/usr/lib/unity-settings-daemon/unity-settings-daemon': free(): 
invalid pointer

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

Title:
  unity-settings-deamon is continually crashing with SIGABRT because of
  a free on an invalid pointer

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

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


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

2014-11-28 Thread Shahbaz Youssefi
Public bug reported:

Ubuntu asked me to report this and I can't seem to find the related DKMS
log file none of the /var/lib/dkms log files contain an error:.

Bug #1366686 seems like this could be a duplicate of, but I can't tell
at this moment. In particular, this comment
(https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-
drivers-331/+bug/1366686/comments/3) may have some merit. I had been
using the most up-to-date driver downloaded from the website of Nvidia
for a couple of years until I finally got fed up with recompiling it on
every minor kernel update and I switched to the Ubuntu-managed package
about 4~5 months ago.

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: Thu Nov 27 23:05:08 2014
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-11-01 (26 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/1397258

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/1397258/+subscriptions

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


[Bug 1397236] Re: After opening qpaeq, python gets stuck on 100% of CPU

2014-11-28 Thread Tommaso Fonda
** Summary changed:

- After opening qpaeq, python gets stuck on 100% of CPU
+ After launching a python app, python gets stuck on 100% CPU usage

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

Title:
  After launching a python app, python gets stuck on 100% CPU usage

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/1397236/+subscriptions

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


[Bug 1397135] Re: Error in `/usr/lib/unity-settings-daemon/unity-settings-daemon': free(): invalid pointer

2014-11-28 Thread Iain Lane
** Branch linked: lp:~laney/unity-settings-daemon/lp1397135

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

Title:
  Error in `/usr/lib/unity-settings-daemon/unity-settings-daemon':
  free(): invalid pointer

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

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


[Bug 1349011] Re: nm-l2tp-service needs exception in ppp ip-up/down scripts

2014-11-28 Thread Thomas Hood
 undesirable behavior: all DNS queries go to the VPN nameservers
 That is in most cases the *desired* behavior
 On today's systems, I don't think so. [...] Ubuntu run a dnsmasq instance...
 Rather than overwrite this...

You are right in saying that when there is a local forwarding nameserver
then it should be used (i.e., its address should be listed in
resolv.conf) instead of external nameservers.

Resolvconf is designed to implement this. If a nameserver address is
127.* or ::1 then resolvconf doesn't list any more addresses (provided
the value of the environment variable
TRUNCATE_NAMESERVER_LIST_AFTER_LOOPBACK_ADDRESS is 'y'). And if the
interface configurer follows resolvconf conventions and registers the
address using the pattern lo.CONFIGURER then resolvconf's interface
prioritization will cause a 127.* address to be listed first, and thus
listed exclusively.

Unfortunately, in Ubuntu, network-manager does not follow resolvconf
conventions. NetworkManager starts a local forwarding nameserver and
registers its listening address 127.0.1.1 under the record name
NetworkManager instead of the correct lo.NetworkManager.
Consequently NetworkManager's record has a low priority as defined by
/etc/resolvconf/interface-order instead of a high priority. Consequently
nameserver addresses registered by other interface configurers can pre-
empt NetworkManager's local forwarding nameserver address. This is a
longstanding bug in NetworkManager.

 Well, if you work at home and connect to an employer's VPN,
 what earthly reason is there to send them all your Internet
 DNS lookups?

The only reason is that the most commonly used resolver libraries can't
route DNS traffic according to the name looked up; such a library
connects to a single nameserver which is expected to answer all queries.
The idea that the local system should know about multiple nameservers
having different information is foreign to DNS. So in general you want
to configure the resolver to contact the nameserver with the most
complete information.

Having said that, I grant that in the special case where you have a
private network with its own nameservers which have information about a
private (sub)namespace and you have a local forwarding nameserver
capable of routing DNS queries to the appropriate servers based on the
domain then there may be speed and privacy benefits to doing such
routing.

 There has to be a better way of handling this than excluding every one
specifically...

If the aforementioned bug were fixed then, in the case where
NetworkManager runs a local forwarding nameserver, it wouldn't do any
harm for PPP to register nameserver addresses with resolvconf because
those addresses would have lower priority than the loopback address in
lo.NetworkManager and wouldn't end up appearing in resolv.conf.

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

Title:
  nm-l2tp-service needs exception in ppp ip-up/down scripts

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

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


[Bug 1397261] [NEW] openvswitch-datapath-dkms 2.1.3-0ubuntu1: openvswitch kernel module failed to build

2014-11-28 Thread uwe6a
Public bug reported:

On each update process, I'm receiving this message. Since updating on
Ubuntu 13.10!

ProblemType: Package
DistroRelease: Ubuntu 14.10
Package: openvswitch-datapath-dkms 2.1.3-0ubuntu1
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-26-generic
Date: Fri Nov 28 10:28:28 2014
DuplicateSignature: dkms:openvswitch-datapath-dkms:2.1.3-0ubuntu1:configure: 
error: Linux kernel in /lib/modules/3.16.0-26-generic/build is version 3.16.7, 
but version newer than 3.12.x is not supported
InstallationDate: Installed on 2010-02-10 (1751 days ago)
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release amd64 (20091027)
PackageArchitecture: all
PackageVersion: 2.1.3-0ubuntu1
SourcePackage: openvswitch
Title: openvswitch-datapath-dkms 2.1.3-0ubuntu1: openvswitch kernel module 
failed to build
UpgradeStatus: Upgraded to utopic on 2014-11-22 (5 days ago)

** Affects: openvswitch (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/1397261

Title:
  openvswitch-datapath-dkms 2.1.3-0ubuntu1: openvswitch kernel module
  failed to build

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

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


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

2014-11-28 Thread tux
Public bug reported:

automatical update error
ubuntu 14.10
Intel(R) Core(TM) i5-2310 CPU @ 2.90GHz
01:00.0 VGA compatible controller: NVIDIA Corporation GK106 [GeForce GTX 650 
Ti] (rev a1)
MotherBoard - Asus P8H61-M LE/USB3

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: Thu Nov 27 18:40:16 2014
InstallationDate: Installed on 2014-11-04 (23 days ago)
InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
PackageVersion: 331.89-0ubuntu5
SourcePackage: nvidia-graphics-drivers-331
Title: nvidia-331 331.89-0ubuntu5: nvidia-331 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 utopic

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

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/1397262/+subscriptions

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


[Bug 1397261] Re: openvswitch-datapath-dkms 2.1.3-0ubuntu1: openvswitch kernel module failed to build

2014-11-28 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/1397261

Title:
  openvswitch-datapath-dkms 2.1.3-0ubuntu1: openvswitch kernel module
  failed to build

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

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


[Bug 1396735] Re: Thumbnails for GIF images fail

2014-11-28 Thread Jussi Pakkanen
Nautilus does not use the thumbnailer, it does thumbnailing by itself.
Thus this is not a bug in the thumbnailer library. Reassigning to
Nautilus.

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

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

Title:
  Thumbnails for GIF images fail

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

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


[Bug 1377332] Re: [TOPBLOCKER] UI randomly freezes

2014-11-28 Thread Oliver Grawert
after testing the packages serge offered above from
https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu-
rtm/landing-003 for a day i mustr say that the device feels generally a
lot more stable. except some webapp crashes that i suspect are unrelated
to cgmanager the phone was stable, did not expose any hangs, lock-ups or
session restarts yet. i will go on testing this over the weekend but the
first impression is really good.

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

Title:
  [TOPBLOCKER] UI randomly freezes

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

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


[Bug 1393650] Re: Selecting folders in Places Menu opens Audacious

2014-11-28 Thread Dennis Nehen
After some more experimentation, I believe I have repaired the problem
of

MATE Menu  Places  Home Folder (or Desktop or other location, like
another filesystem)

opening the selection in Audacious.

First I note that even on the affected machines, opening a folder in the
file manager worked correctly: that is, double click on the folder or
opening a folder from right-click menu  Open opened the desired folder
in the file manager window.

What I did that fixed the MATE Main Menu behavior: Opened file manager,
then using any folder: right click  Open With  Other Application 
Caja fixed the problem in the MATE menu  Places described in the first
paragraph. (there were two Cajas to choose from: one with a folder
symbol, the other with the file cabinet symbol. I selected the latter).

Yes, Audacious seems to be set (or set itself) as the default
application for folders after installation, but for some reason that was
ONLY in the MATE menu (called Main Menu in the panel items list).
Rechoosing Caja in the file manager as described above fixed the MATE
menu as well.

Other comments:
This repair corrected the problem, but not the cause. 
I discovered that the MATE Advanced Menu was not affected.  
I can't explain why one machine of four was not affected.

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

Title:
  Selecting folders in Places Menu opens Audacious

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

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


[Bug 1397007] Re: Cursor changes to cross after dragging text in gitg

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

** Changed in: gitg (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/1397007

Title:
  Cursor changes to cross after dragging text in gitg

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

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


[Bug 1349011] Re: nm-l2tp-service needs exception in ppp ip-up/down scripts

2014-11-28 Thread Thomas Hood
Returning to the main issue...

 Could this fix be considered for trusty-updates?

The patch is very simple and applying it involves little risk, so I'd
say yes.

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

Title:
  nm-l2tp-service needs exception in ppp ip-up/down scripts

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

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


[Bug 1396070] Patch needed to apply next patch (CPU LE arch support) correctly

2014-11-28 Thread bugproxy
--- Comment on attachment From saxena.pre...@in.ibm.com 2014-11-28 10:06 
EDT---


Needed for cleanly applying patch '003B', which I will upload next.

This is upstream commit : 
commit 44e30277d847f1d2e28531b0020f6a5ad8835542
Author: Eric Blake ebl...@redhat.com
Date:   Wed Sep 3 13:32:36 2014 -0600

maint: use consistent if-else braces in qemu

I'm about to add a syntax check that enforces our documented
HACKING style of always using matching {} on if-else statements.

This commit focuses on the qemu driver.

* src/qemu/qemu_command.c (qemuParseISCSIString)
(qemuParseCommandLineDisk, qemuParseCommandLine)
(qemuBuildSmpArgStr, qemuBuildCommandLine)
(qemuParseCommandLineDisk, qemuParseCommandLineSmp): Correct use
of {}.
* src/qemu/qemu_capabilities.c (virQEMUCapsProbeCPUModels):
Likewise.
* src/qemu/qemu_driver.c (qemuDomainCoreDumpWithFormat)
(qemuDomainRestoreFlags, qemuDomainGetInfo)
(qemuDomainMergeBlkioDevice): Likewise.
* src/qemu/qemu_hotplug.c (qemuDomainAttachNetDevice): Likewise.
* src/qemu/qemu_monitor_text.c (qemuMonitorTextCreateSnapshot)

** Attachment added: Patch needed to apply next patch (CPU LE arch support) 
correctly
   
https://bugs.launchpad.net/bugs/1396070/+attachment/4270082/+files/0003-maint-use-consistent-if-else-braces-in-qemu.patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to 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-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1397267] [NEW] package opensm (not installed) failed to install/upgrade: subprocess installed post-removal script returned error exit status 1

2014-11-28 Thread Eric Tittley
Public bug reported:

I tested installing packages for Infiniband. That worked fine, but I was
unable to remove the package opensm (Infiniband subnet manager)  when
done with the tests.

apt and synaptic now claim it is not installed.  I have no interest in
the package being installed. The error associated with this bug is
produced by the automated updates.  The bug seems to be with the upgrade
manager thinking it needs to upgrade a package that is actually not
installed, a situation created by a package not cleanly un-installed.

Description:Ubuntu 14.10
Release:14.10

ProblemType: Package
DistroRelease: Ubuntu 14.10
Package: opensm (not installed)
ProcVersionSignature: Ubuntu 3.16.0-26.34-generic 3.16.7-ckt1
Uname: Linux 3.16.0-26-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.7-0ubuntu8
Architecture: amd64
Date: Mon Nov 24 22:44:18 2014
DuplicateSignature: package:opensm:(not installed):subprocess installed 
post-removal script returned error exit status 1
ErrorMessage: subprocess installed post-removal script returned error exit 
status 1
InstallationDate: Installed on 2011-05-08 (1299 days ago)
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
SourcePackage: opensm
Title: package opensm (not installed) failed to install/upgrade: subprocess 
installed post-removal script returned error exit status 1
UpgradeStatus: Upgraded to utopic on 2014-11-01 (26 days ago)

** Affects: opensm (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/1397267

Title:
  package opensm (not installed) failed to install/upgrade: subprocess
  installed post-removal script returned error exit status 1

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

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


[Bug 1397267] Re: package opensm (not installed) failed to install/upgrade: subprocess installed post-removal script returned error exit status 1

2014-11-28 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/1397267

Title:
  package opensm (not installed) failed to install/upgrade: subprocess
  installed post-removal script returned error exit status 1

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

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


[Bug 565970] Re: defaults to /var/log/bootchart.tgz which doesn't exist

2014-11-28 Thread meda
** Changed in: pybootchartgui (Ubuntu)
 Assignee: (unassigned) = meda (ademcal)

** Changed in: pybootchartgui (Ubuntu)
 Assignee: meda (ademcal) = (unassigned)

** Changed in: pybootchartgui (Ubuntu)
 Assignee: (unassigned) = meda (ademcal)

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

Title:
  defaults to /var/log/bootchart.tgz which doesn't exist

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

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


[Bug 1397270] [NEW] nvidia-331-updates 331.89-0ubuntu6: nvidia-331-updates kernel module failed to build

2014-11-28 Thread howefield
Public bug reported:

nvidia-331-updates 331.89-0ubuntu6: nvidia-331-updates kernel module
failed to build

ProblemType: Package
DistroRelease: Ubuntu 15.04
Package: nvidia-331-updates 331.89-0ubuntu6
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-0ubuntu10
Architecture: amd64
DKMSKernelVersion: 3.16.0-25-generic
Date: Fri Nov 28 10:04:40 2014
InstallationDate: Installed on 2014-11-22 (5 days ago)
InstallationMedia: Ubuntu 15.04 Vivid Vervet - Alpha amd64 (20141122)
PackageVersion: 331.89-0ubuntu6
SourcePackage: nvidia-graphics-drivers-331-updates
Title: nvidia-331-updates 331.89-0ubuntu6: nvidia-331-updates kernel module 
failed to build
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package vivid

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

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

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

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


[Bug 1380591] Re: the thumbnail of ubuntukylin-theme in Youker Assitant doesnot conform with the actual effect.

2014-11-28 Thread Anthony Wong
** Also affects: youker-assistant (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: youker-assistant (Ubuntu)
 Assignee: (unassigned) = kobe (kobe24-lixiang)

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

Title:
  the thumbnail of ubuntukylin-theme in Youker Assitant doesnot
  conform with the actual effect.

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

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


[Bug 1396070] Updated patch for Adding LE architecture support to CPU

2014-11-28 Thread bugproxy
--- Comment on attachment From saxena.pre...@in.ibm.com 2014-11-28 10:12 
EDT---


(NOTE: This patch needs to be applied after  maint: use consistent if-else 
braces in qemu  )

This is updated patch for adding PPC64LE arch support to libvirt CPU driver.
This obsoletes 0003-Cpu-Add-support-for-Power-LE-Architecture.patch

Upstream commit :
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.

Signed-off-by: Pradipta Kr. Banerjee bpra...@in.ibm.com
Signed-off-by: Prerna Saxena pre...@linux.vnet.ibm.com
Reviewed-by: Michal Privoznik mpriv...@redhat.com

** Attachment added: Updated patch for Adding LE architecture support to CPU
   
https://bugs.launchpad.net/bugs/1396070/+attachment/4270086/+files/0004-CPU-Add-support-for-Power-LE-Architecture.patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to 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-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1379629] Re: cinder charm doesn't have nrpe-external-master interface

2014-11-28 Thread Edward Hope-Morley
** Branch linked: lp:~brad-marshall/charms/trusty/ceilometer/add-nrpe-
checks

** Branch linked: lp:~brad-marshall/charms/trusty/cinder/add-nrpe-checks

** Branch linked: lp:~brad-marshall/charms/trusty/glance/add-nrpe-checks

** Branch linked: lp:~brad-marshall/charms/trusty/heat/add-nrpe-checks

** Branch linked: lp:~brad-marshall/charms/trusty/keystone/add-nrpe-
checks

** Branch linked: lp:~brad-marshall/charms/trusty/neutron-api/add-nrpe-
checks

** Branch linked: lp:~brad-marshall/charms/trusty/nova-cloud-controller
/add-nrpe-checks

** Branch linked: lp:~brad-marshall/charms/trusty/nova-compute/add-nrpe-
checks

** Branch linked: lp:~brad-marshall/charms/trusty/openstack-dashboard
/add-nrpe-checks

** Branch linked: lp:~brad-marshall/charms/trusty/quantum-gateway/add-
nrpe-checks

** Branch linked: lp:~brad-marshall/charms/trusty/swift-proxy/add-nrpe-
checks

** Branch linked: lp:~brad-marshall/charms/trusty/ceph/add-nrpe-checks

** Branch linked: lp:~brad-marshall/charms/trusty/ceph-osd/add-nrpe-
checks

** Branch linked: lp:~brad-marshall/charms/trusty/ceilometer-agent/add-
nrpe-checks

** Branch linked: lp:~brad-marshall/charms/trusty/swift-storage/add-
nrpe-checks-fix-rsyncd-conf

** Summary changed:

- cinder charm doesn't have nrpe-external-master interface
+ nrpe-external-master interface missing in openstack charms

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

Title:
  nrpe-external-master interface missing in openstack charms

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

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


[Bug 1396070] Comment bridged from LTC Bugzilla

2014-11-28 Thread bugproxy
--- Comment From saxena.pre...@in.ibm.com 2014-11-28 10:16 EDT---
I have obsoleted the previous patch for adding LE arch support to libvirt CPU 
driver (0003-Cpu-Add-support-for-Power-LE-Architecture.patch)

In its place, I have uploaded a fresh version of the patch that includes all 
changes from upstream.
I have also added another trivial upstream patch that is required for my 
updated patch to apply.

The series file for libvirt patches now looks like this:

0001-qemu_command-Split-qemuBuildCpuArgStr.patch
0002-qemu-Don-t-compare-CPU-against-host-for-TCG.patch
0003-maint-use-consistent-if-else-braces-in-qemu.patch [Newly added, for 0004 
to apply cleanly]
0004-CPU-Add-support-for-Power-LE-Architecture.patch [Updated patch for LE 
support]
0005-PowerPC-Add-support-for-launching-VM-in-compat-mode.patch
0006-PowerPC-Improve-PVR-handling-to-fall-back-to-cpu-gen.patch
0007-docs-Add-documentation-for-compat-mode.patch
0008-Test-Add-a-testcase-for-PowerPC-compat-mode-cpu-spec.patch

All other patches are unchanged.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to 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-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1380914] Re: OnlineAccountsClient::Setup::exec() should execute a signon auth session

2014-11-28 Thread Launchpad Bug Tracker
** Branch linked: lp:~mardy/ubuntu-system-settings-online-accounts/rtm-
fixes

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

Title:
  OnlineAccountsClient::Setup::exec() should execute a signon auth
  session

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

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


[Bug 1397032] Re: [Lenovo ThinkPad T540p] Intel Wireless Dual Band 7260AC fails to connect

2014-11-28 Thread Federico Sassi
Dear Christopher,
thank you for answering and pointing out the old bios version.

I've updated the BIOS to the latest version and tried again with both kernels 
and firmware.
The result didn't change, thus the wireless is still not working correctly.

As you requested this is the output that confirms the correct bios update.
sudo dmidecode -s bios-version  sudo dmidecode -s bios-release-date
GMET68WW (2.16 )
11/07/2014

What are the next steps?

Regards,
  Federico

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

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

Title:
  [Lenovo ThinkPad T540p] Intel Wireless Dual Band 7260AC fails to
  connect

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

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


[Bug 1397267] Re: package opensm (not installed) failed to install/upgrade: subprocess installed post-removal script returned error exit status 1

2014-11-28 Thread Eric Tittley
I fixed the problem of not being able to completely uninstall opensm by :
sudo touch /etc/init.d/opensm
sudo dpkg --purge opensm
sudo rm -f /etc/init.d/opensm

The --purge was possibly failing because the uninstall script was failing to 
run /etc/init.d/opensm stop
Creating an empty file allowed that step to appear to be successful.

This is probably an issue in opensm's uninstall script.

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

Title:
  package opensm (not installed) failed to install/upgrade: subprocess
  installed post-removal script returned error exit status 1

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

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


[Bug 1329726]

2014-11-28 Thread hamelg
Same thing here on archlinux :
digikam 4.5.0
libsolid 4.14.3
camera is Canon IXUS 115HS
Camera detection is ok in the kde widget device notifier and import photos 
works flawlessly with kio camera:/, gphoto2 and gwenview.
Digikam puts this error when trying to detect camera :
digikam(10794)/digikam (core) Digikam::DigikamApp::checkSolidCamera: Solid 
returns unsupported driver handle for 
gphoto2

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

Title:
  Get message: The specified camera (/org/kde/solid/udev/...) is not
  supported

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

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


[Bug 1329262] Re: plymouth message --text doesn't work with ubuntukylin-theme

2014-11-28 Thread Anthony Wong
ubuntukylin-theme 1.0.1 is now in trusty-updates, closing bug.

** Changed in: ubuntukylin-theme (Ubuntu Trusty)
   Status: Fix Committed = Fix Released

** Changed in: ubuntukylin/trusty
   Status: Triaged = Fix Released

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

Title:
  plymouth message --text doesn't work with ubuntukylin-theme

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

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


[Bug 1335644] Re: Plymouth doesn't show box for security key

2014-11-28 Thread Anthony Wong
ubuntukylin-theme 1.0.1 is now in trusty-updates, closing bug.

** Changed in: ubuntukylin-theme (Ubuntu Trusty)
   Status: Fix Committed = Fix Released

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

Title:
  Plymouth doesn't show box for security key

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

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


[Bug 1377332] Re: [TOPBLOCKER] UI randomly freezes

2014-11-28 Thread Jean-Baptiste Lallement
I confirm what Oliver said, the system is much stable with the package
in silo 3 even when it runs out of memory. The QA Team will run Long
Running Test with this package and see if it improves the average time
to failure.

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

Title:
  [TOPBLOCKER] UI randomly freezes

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

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


[Bug 1341913] Re: Unable to display Chinese in Plymouth

2014-11-28 Thread Anthony Wong
ubuntukylin-theme 1.0.1 is now in trusty-updates, closing bug.

** Changed in: ubuntukylin-theme (Ubuntu Trusty)
   Status: Fix Committed = Fix Released

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

Title:
  Unable to display Chinese in Plymouth

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

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


  1   2   3   4   5   6   >