[Bug 1113821] Re: libvirt-bin deletes /etc/dnsmasq.d/libvirt-bin on upgrade

2013-02-04 Thread Stéphane Graber
Symlinks would work, but we'd have to make sure that: - We still ship the main file as a conffile so the user can edit it or remove it. - We don't create the symlink if the source file doesn't exist. - dnsmasq follows symlinks (likely but still worth checking) So yeah, that should work. Might

[Bug 1103202] Re: grizzly scheduler can not start with import error

2013-02-04 Thread gloria gu
ubuntu version : Reading state information... Done The following packages were automatically installed and are no longer required: linux-headers-3.2.0-23-generic linux-headers-3.2.0-23 in my nova.conf it used to be this, I commented it out #scheduler_driver=nova.scheduler.simple.SimpleSchedul

[Bug 1113821] Re: libvirt-bin deletes /etc/dnsmasq.d/libvirt-bin on upgrade

2013-02-04 Thread Tristan Schmelcher
What about putting the conffile in a different directory, symlinking it in the postinst, and deleting the link in the perm? -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to lxc in Ubuntu. https://bugs.launchpad.net/bugs/1113821 Title:

[Bug 1113821] Re: libvirt-bin deletes /etc/dnsmasq.d/libvirt-bin on upgrade

2013-02-04 Thread Stéphane Graber
I'd mention it in the changelog when doing the change but we should indeed include a comment in the file for both lxc and libvirt. I see that network-manager's own file already has a comment indicating what the file is for and that removing it or the package will revert that change in behaviour.

[Bug 1111690] Re: [SRU] walinuxagent IsPackaged() logic is broken, runs two instances of waagent

2013-02-04 Thread Ben Howard
** Changed in: walinuxagent (Ubuntu Raring) Status: Confirmed => Fix Released ** Changed in: walinuxagent (Ubuntu Precise) Importance: Undecided => Medium ** Changed in: walinuxagent (Ubuntu Quantal) Importance: Undecided => Medium -- You received this bug notification because you

[Bug 1111690] Re: [SRU] walinuxagent IsPackaged() logic is broken, runs two instances of waagent

2013-02-04 Thread C de-Avillez
** Also affects: walinuxagent (Ubuntu Precise) Importance: Undecided Status: New ** Also affects: walinuxagent (Ubuntu Quantal) Importance: Undecided Status: New ** Also affects: walinuxagent (Ubuntu Raring) Importance: Medium Status: Confirmed -- You received this

[Bug 1100843] Re: Live Migration Causes Performance Issues

2013-02-04 Thread Serge Hallyn
Launchpad had previously marked this confirmed for affecting several users. I'm curious who else has seen this behavior, and under what circumstances? ** Changed in: qemu-kvm (Ubuntu) Status: Incomplete => New ** Changed in: qemu-kvm (Ubuntu) Status: New => Confirmed -- You recei

Re: [Bug 1113821] Re: libvirt-bin deletes /etc/dnsmasq.d/libvirt-bin on upgrade

2013-02-04 Thread Serge Hallyn
> So the recommendation here is to just do that change in all 3 packages, > SRU were applicable and tell people to use --purge if they want to > restore dnsmasq's original behaviour. What would be the best place to tell them this? In a comment in the /etc/dnsmasq.d/lxc file itself? -- You recei

[Bug 1100843] Re: Live Migration Causes Performance Issues

2013-02-04 Thread Mark Petersen
There's nothing in syslog for the VM or host that would imply performance degradation. I have done this with hugepages and made sure huge page use was consistent. Previously I disabled hugepages and didn't see a difference but I haven't tested again. I'm using (C)LVM back off FCoE/SAN but I have

[Bug 1003842] Re: dnsmasq sometimes fails to resolve private names in networks with non-equivalent nameservers

2013-02-04 Thread Thomas Hood
Simon in #49: > It doesn't work [...] the order of servers given to the DBus > interface isn't preserved internally Aha, so the answer to my question > Will switching on strict-order have the same effect > now that nameserver addresses are sent over D-Bus? (in comment #42) is "No". So switching

[Bug 1100843] Re: Live Migration Causes Performance Issues

2013-02-04 Thread Serge Hallyn
(marking incomplete pending response. In addition to retitling, I think the bug should also be targeted to project QEMU and qemu Ubuntu source package) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu-kvm in Ubuntu. https://bugs.la

[Bug 1100843] Re: Live Migration Causes Performance Issues

2013-02-04 Thread Serge Hallyn
It doesn't sound like this bug should be removed, rather re-titled. Are there any messages in syslog about expecting performance degradation? Have you tried to reproduce this with and without hugepages? Can you reproduce the same thing with a simple local raw file or LVM backend? Can you give t

[Bug 1007415] Re: growpart not working on regular files

2013-02-04 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-utils - 0.26-0ubuntu2 --- cloud-utils (0.26-0ubuntu2) raring; urgency=low * debian/copyright: fix formatting * sync to trunk at revno 216 * support for GPT partitions in growpart via sgdisk (LP: #1087526) * depend on wget and ca-cert

[Bug 1062671] Re: ubuntu-cloudimg-query in precise cannot query for quantal

2013-02-04 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-utils - 0.26-0ubuntu2 --- cloud-utils (0.26-0ubuntu2) raring; urgency=low * debian/copyright: fix formatting * sync to trunk at revno 216 * support for GPT partitions in growpart via sgdisk (LP: #1087526) * depend on wget and ca-cert

[Bug 1087526] Re: need support for gpt partition tables

2013-02-04 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-utils - 0.26-0ubuntu2 --- cloud-utils (0.26-0ubuntu2) raring; urgency=low * debian/copyright: fix formatting * sync to trunk at revno 216 * support for GPT partitions in growpart via sgdisk (LP: #1087526) * depend on wget and ca-cert

[Bug 1100843] Re: Live Migration Causes Performance Issues

2013-02-04 Thread Mark Petersen
I tested with qemu-kvm 1.3.0. It seems that the issue still exists, but that it exists without a live migration if you wait long enough. That is if you start a VM on one node and run phoronix batch-run pts/compilation, wait 4 hours (with the VM and physical host doing nothing else) an re-run the

[Bug 1113821] Re: libvirt-bin deletes /etc/dnsmasq.d/libvirt-bin on upgrade

2013-02-04 Thread Stéphane Graber
Alright, so I had a very quick look at the maintscript helper, and it won't help us in this case :( So I think the best thing we can do is drop that rm from the postrm and move the restart of dnsmasq to the purge target. This will be consistent with what any other similar package does, but has on

[Bug 1113821] Re: libvirt-bin deletes /etc/dnsmasq.d/libvirt-bin on upgrade

2013-02-04 Thread Stéphane Graber
Confirmed the mentioned remove + install case, the same problem will apply to lxc, libvirt and network-manager as they're all sharing that piece of code. ** Changed in: libvirt (Ubuntu Raring) Status: Fix Released => Triaged ** Changed in: lxc (Ubuntu Precise) Status: New => Triaged

[Bug 1078217] Re: zookeeper connection is not using exponential backoff

2013-02-04 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 1073083 *** https://bugs.launchpad.net/bugs/1073083 Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: juju (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu

[Bug 1078217] Re: zookeeper connection is not using exponential backoff

2013-02-04 Thread Andreas Hasenack
*** This bug is a duplicate of bug 1073083 *** https://bugs.launchpad.net/bugs/1073083 ** This bug has been marked a duplicate of bug 1073083 Non-responsive zookeeper leads to spinning agent and traceback -- You received this bug notification because you are a member of Ubuntu Server Team

[Bug 1103202] Re: grizzly scheduler can not start with import error

2013-02-04 Thread Chuck Short
Please attach your configuration file. -- 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/1103202 Title: grizzly scheduler can not start with import error To manage notifications about th

[Bug 1104137] Re: FTBFS on raring in schroot

2013-02-04 Thread Chuck Short
** Changed in: nova (Ubuntu) Status: Confirmed => Fix Committed -- 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/1104137 Title: FTBFS on raring in schroot To manage notifications

[Bug 1076107] Re: Upgrade to new upstream version 0.14.2

2013-02-04 Thread Bug Watch Updater
** Changed in: requests (Debian) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to requests in Ubuntu. https://bugs.launchpad.net/bugs/1076107 Title: Upgrade to new upstream version 0.14.2 To manage

[Bug 1113821] Re: libvirt-bin deletes /etc/dnsmasq.d/libvirt-bin on upgrade

2013-02-04 Thread Launchpad Bug Tracker
This bug was fixed in the package libvirt - 1.0.2-0ubuntu3 --- libvirt (1.0.2-0ubuntu3) raring; urgency=low * libvirt-bin.postrm: only remove /etc/dnsmasq.d/libvirt-bin during remove. (LP: #1113821) -- Serge HallynMon, 04 Feb 2013 10:35:47 -0600 ** Changed in: libvirt (Ub

[Bug 1113821] Re: libvirt-bin deletes /etc/dnsmasq.d/libvirt-bin on upgrade

2013-02-04 Thread Tristan Schmelcher
That's still a bug. If you remove and reinstall the package, the file won't come back. ** Also affects: lxc (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to lxc in Ubuntu. https://bug

Re: [Bug 1003842] Re: dnsmasq sometimes fails to resolve private names in networks with non-equivalent nameservers

2013-02-04 Thread Sergio Callegari
On 04/02/2013 17:07, Simon Kelley wrote: > On 04/02/13 15:36, Sergio Callegari wrote: >> On 04/02/2013 15:40, Simon Kelley wrote: >>> On 03/02/13 07:48, Thomas Hood wrote: > there's still the unresolved question > of whether re-enabling --strict-order > will suffice as a workaround, sin

[Bug 1113821] Re: libvirt-bin deletes /etc/dnsmasq.d/libvirt-bin on upgrade

2013-02-04 Thread Serge Hallyn
** No longer affects: lxc (Ubuntu) ** Also affects: libvirt (Ubuntu Quantal) Importance: Undecided Status: New ** Also affects: libvirt (Ubuntu Raring) Importance: Low Status: Confirmed -- You received this bug notification because you are a member of Ubuntu Server Team, whi

[Bug 1113821] Re: libvirt-bin deletes /etc/dnsmasq.d/libvirt-bin on upgrade

2013-02-04 Thread Stéphane Graber
** Changed in: lxc (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to lxc in Ubuntu. https://bugs.launchpad.net/bugs/1113821 Title: libvirt-bin deletes /etc/dnsmasq.d/libvirt-bin on upgrade

Re: [Bug 1003842] Re: dnsmasq sometimes fails to resolve private names in networks with non-equivalent nameservers

2013-02-04 Thread Simon Kelley
On 04/02/13 15:36, Sergio Callegari wrote: > On 04/02/2013 15:40, Simon Kelley wrote: >> On 03/02/13 07:48, Thomas Hood wrote: there's still the unresolved question of whether re-enabling --strict-order will suffice as a workaround, since 12.10 relies on DBus to populate the >>>

Re: [Bug 1003842] Re: dnsmasq sometimes fails to resolve private names in networks with non-equivalent nameservers

2013-02-04 Thread Sergio Callegari
On 04/02/2013 15:40, Simon Kelley wrote: > On 03/02/13 07:48, Thomas Hood wrote: >>> there's still the unresolved question >>> of whether re-enabling --strict-order >>> will suffice as a workaround, since >>> 12.10 relies on DBus to populate the >>> nameservers. Is there any extra >>> information o

[Bug 1115335] [NEW] hg displays errors in pre-commit.d/20warn-problem-files

2013-02-04 Thread Claudio Bley
Public bug reported: After running aptitude, I got a slew of these error messages for all files inside of /etc/.hg abort: path contains illegal component: .hg/store/data/bash__completion.d.hg/service.i abort: path contains illegal component: .hg/store/data/bash__completion.d.hg/cabal.i abort: p

Re: [Bug 1003842] Re: dnsmasq sometimes fails to resolve private names in networks with non-equivalent nameservers

2013-02-04 Thread Simon Kelley
On 03/02/13 07:48, Thomas Hood wrote: >> there's still the unresolved question >> of whether re-enabling --strict-order >> will suffice as a workaround, since >> 12.10 relies on DBus to populate the >> nameservers. Is there any extra >> information on this? > > Please try it and report back. :-)

[Bug 1113821] Re: libvirt-bin deletes /etc/dnsmasq.d/libvirt-bin on upgrade

2013-02-04 Thread Serge Hallyn
** Changed in: libvirt (Ubuntu) Status: New => Confirmed ** Changed in: libvirt (Ubuntu) Importance: Undecided => Low ** Also affects: lxc (Ubuntu) Importance: Undecided Status: New ** Changed in: lxc (Ubuntu) Status: New => Confirmed ** Changed in: lxc (Ubuntu) Im

[Bug 1115226] Re: Sync flask 0.9-1 (main) from Debian experimental (main)

2013-02-04 Thread Dave Walker
This bug was fixed in the package flask - 0.9-1 Sponsored for Yolanda Robla (yolanda.robla) --- flask (0.9-1) experimental; urgency=low * New upstream release - upload to experimental due to Wheezy freeze * remove flask/testsuite from binary package (it's doesn't work outside

[Bug 1110567] Re: Openstack Ubuntu Testing: nova-common dpkg --configure broken

2013-02-04 Thread Chuck Short
** Also affects: nova (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu. https://bugs.launchpad.net/bugs/1110567 Title: Openstack Ubuntu Testing: nova-common dpkg --co

[Bug 1115168] [NEW] add --enable-filter-aaaa compilation option

2013-02-04 Thread Guilhem Lettron
Public bug reported: Bind9 isn't compile with this option. It can be very usefull in an ipv4 only network. ** Affects: bind9 (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to bin

[Bug 1115053] Re: Parameter Handling Denial of Service in Oneiric

2013-02-04 Thread Christian Kuersteiner
** Patch added: "lp1115053-oneiric.debdiff" https://bugs.launchpad.net/ubuntu/+source/tomcat7/+bug/1115053/+attachment/3514213/+files/lp1115053-oneiric.debdiff ** Changed in: tomcat7 (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ub

[Bug 1081489] Re: autofs package is missing the lookup_sss.so module(!); negating autofs-enabled sssd functionality (automount fails)

2013-02-04 Thread martin
** Also affects: autofs (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to autofs in Ubuntu. https://bugs.launchpad.net/bugs/1081489 Title: autofs package is missing the lookup_sss.so

[Bug 1080609] Re: autofs package is missing the lookup_sss.so module; negating autofs-enabled sssd functionality (automount fails)

2013-02-04 Thread martin
Any news on this? This functionality is critical for the use of Ubuntu in our organization. Since the autofs integration is already present in sssd 1.9.1, it should not be a big task to have the autofs package provide the lookup_sss.so module. It is only a matter of recompiling the autofs package.

[Bug 1097451] Re: quantum-plugin-nicira miss a dependency

2013-02-04 Thread Thierry Carrez
** Changed in: quantum Status: Fix Released => Fix Committed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to quantum in Ubuntu. https://bugs.launchpad.net/bugs/1097451 Title: quantum-plugin-nicira miss a dependency To manage

[Bug 1115053] [NEW] Parameter Handling Denial of Service in Oneiric

2013-02-04 Thread Christian Kuersteiner
*** This bug is a security vulnerability *** Public security bug reported: Oneiric tomcat7 (version 7.0.21-1) has the following vulnerability: Apache Tomcat is prone to a denial-of-service vulnerability. Attacker may leverage this issue to consume an excessive amount of CPU resources, causing a