[Bug 1554227] Re: DHCP unicast requests are not responded to

2016-03-08 Thread Eric Desrochers
** Changed in: nova Status: New => Confirmed ** 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/1554227 Title: DHCP

[Bug 1554540] [NEW] DHCP unicast requests are not responding

2016-03-08 Thread Eric Desrochers
Public bug reported: Issue: We run nova-network in VLAN+multi_host mode on Kilo and notice that only one dnsmasq process (either the oldest or newest) on the hypervisor responds to unicast BOOTPREQUESTS. dhclient on VMs will retry until it eventually gives up and broadcasts the request, which

[Bug 1554540] Re: DHCP unicast requests are not responding

2016-03-08 Thread Eric Desrochers
Upstream bug for OpenStack Compute (nova): https://bugs.launchpad.net/nova/+bug/1554227 -- 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/1554540 Title: DHCP unicast requests are not

[Bug 1546735] Re: openipmi package compile without SSL

2016-03-04 Thread Eric Desrochers
** Changed in: openipmi (Ubuntu) Assignee: (unassigned) => Eric Desrochers (slashd) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openipmi in Ubuntu. https://bugs.launchpad.net/bugs/1546735 Title: openipmi package comp

[Bug 1546735] Re: openipmi package compile without SSL

2016-02-27 Thread Eric Desrochers
** Changed in: openipmi (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openipmi in Ubuntu. https://bugs.launchpad.net/bugs/1546735 Title: openipmi package compile without SSL To manage

[Bug 1546735] Re: openipmi package compile without SSL

2016-02-26 Thread Eric Desrochers
Debian package for unstable # filename: openipmi-2.0.21/debian/changelog openipmi (2.0.21-1) unstable; urgency=medium ... * enabled openssl. closes: #775847 ... -- Noël Köthe Thu, 25 Feb 2016 12:06:21 +0100 -- You received this bug notification because you are a member

[Bug 1546735] Re: openipmi package compile without SSL

2016-02-26 Thread Eric Desrochers
Following a discussion with the Debian distribution maintenance software "Noël Köthe ". SSL support has been enabled by debian upstream maintainer and has now landed in unstable in openipmi-2.0.21. -- You received this bug notification because you are a member of Ubuntu Server

[Bug 1546735] Re: openipmi package compile without SSL

2016-02-18 Thread Eric Desrochers
** Tags added: sts -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openipmi in Ubuntu. https://bugs.launchpad.net/bugs/1546735 Title: openipmi package compile without SSL To manage notifications about this bug go to:

[Bug 1546735] [NEW] openipmi package compile without SSL

2016-02-17 Thread Eric Desrochers
Public bug reported: It has been brought to my attention by the community that package "openipmi" is build without openssl. Taken from "openipmi-2.0.18" source code: -- filename:debian/rules --- 23 config.status: configure 24 dh_testdir 25 dh_autotools-dev_updateconfig 26 # Add here commands to

[Bug 1479652] Re: [patch] ntpd rejects source UDP ports less than 123 as bogus

2016-02-11 Thread Eric Desrochers
It has been brought to my attention ... -- I confirm that the proposed testfix package resolved the issue on Trusty. The test were made on test machines where the client had an iptable postrouting nat forcing the source port to be under 123. - ntpdate command performed on the client machine was

[Bug 1479652] Re: [patch] ntpd rejects source UDP ports less than 123 as bogus

2016-02-11 Thread Eric Desrochers
** Tags removed: verification-done ** Tags added: verification-done-trusty -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to ntp in Ubuntu. https://bugs.launchpad.net/bugs/1479652 Title: [patch] ntpd rejects source UDP ports less than

[Bug 1479652] Re: [patch] ntpd rejects source UDP ports less than 123 as bogus

2016-02-11 Thread Eric Desrochers
u3.9 $ iptables -t nat -A POSTROUTING -p UDP --dport 123 -j SNAT --to-source y.y.y.y:100-122 $ ntpdate x.x.x.x 11 Feb 16:21:26 ntpdate[1986]: adjust time server x.x.x.x offset 0.005394 sec Eric ** Tags added: verification-done-precise -- You received this bug notification because you are a memb

[Bug 1479652] Re: [patch] ntpd rejects source UDP ports less than 123 as bogus

2016-02-11 Thread Eric Desrochers
43]: adjust time server 10.10.10.107 offset 0.002017 sec Eric ** Tags added: verification-done-wily -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to ntp in Ubuntu. https://bugs.launchpad.net/bugs/1479652 Title: [patch] ntpd rejects

[Bug 1479652] Re: [patch] ntpd rejects source UDP ports less than 123 as bogus

2016-01-25 Thread Eric Desrochers
** Description changed: [Impact] If an NTP client sends a request with a source port less than 123, the packet is silently ignored by ntpd. This is occurring in our environment due to NAT. [Test Case] The problem can easily be reproduced by having an iptable postrouting nat

[Bug 1479652] Re: [patch] ntpd rejects source UDP ports less than 123 as bogus

2016-01-25 Thread Eric Desrochers
** Description changed: [Impact] If an NTP client sends a request with a source port less than 123, the packet is silently ignored by ntpd. This is occurring in our environment due to NAT. [Test Case] The problem can easily be reproduced by having an iptable postrouting nat

[Bug 1479652] Re: [patch] ntpd rejects source UDP ports less than 123 as bogus

2016-01-25 Thread Eric Desrochers
I have build a test package for the community to validate it solve the bug before starting the SRU process [1]. The goal of this testfix is only to confirm that this solve the bug and it is not a final solution. Here's what has been brought to my attention about the test package I have

[Bug 1479652] Re: [patch] ntpd rejects source UDP ports less than 123 as bogus

2016-01-25 Thread Eric Desrochers
** Tags added: sts -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to ntp in Ubuntu. https://bugs.launchpad.net/bugs/1479652 Title: [patch] ntpd rejects source UDP ports less than 123 as bogus To manage notifications about this bug go

[Bug 1479652] Re: [patch] ntpd rejects source UDP ports less than 123 as bogus

2016-01-25 Thread Eric Desrochers
** Description changed: + [Impact] + + If an NTP client sends a request with a source port less than 123, the packet is silently ignored by ntpd. + This is occurring in our environment due to NAT. + + [Test Case] + + The problem can easily be reproduced by having an iptable postrouting + nat

[Bug 1479652] Re: [patch] ntpd rejects source UDP ports less than 123 as bogus

2016-01-25 Thread Eric Desrochers
Patch -- Distribution : Trusty (14.04) Package version : ntp_4.2.6.p5+dfsg-3ubuntu2.14.04.8 -- Note: kick-d is currently working on a merge for Xenial, including this patch. I'm including the .debdiffs for the other distributions (W/T/P) for once the merge for Xenial will be completed. **

[Bug 1479652] Re: [patch] ntpd rejects source UDP ports less than 123 as bogus

2016-01-25 Thread Eric Desrochers
Patch -- Distribution : Precise (12.04) Package version : 4.2.6.p3+dfsg-1ubuntu3.9 -- ** Patch added: "precise_ntp_4.2.6.p3+dfsg-1ubuntu3.9" https://bugs.launchpad.net/ubuntu/precise/+source/ntp/+bug/1479652/+attachment/4556380/+files/lp1479652_precise_3.9.debdiff -- You received this bug

[Bug 1479652] Re: [patch] ntpd rejects source UDP ports less than 123 as bogus

2016-01-25 Thread Eric Desrochers
Patch -- Distribution : Wily (15.10) Package version : 4.2.6.p5+dfsg-3ubuntu8.2 -- ** Patch added: "wily_4.2.6.p5+dfsg-3ubuntu8.2" https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/1479652/+attachment/4556354/+files/lp1479652_wily_8.2.debdiff -- You received this bug notification because

[Bug 1479652] Re: [patch] ntpd rejects source UDP ports less than 123 as bogus

2016-01-23 Thread Eric Desrochers
** Changed in: ntp (Ubuntu Xenial) Status: New => In Progress ** Changed in: ntp (Ubuntu Wily) Status: New => In Progress ** Changed in: ntp (Ubuntu Precise) Status: New => In Progress ** Changed in: ntp (Ubuntu Trusty) Status: New => In Progress -- You received

[Bug 1479652] Re: [patch] ntpd rejects source UDP ports less than 123 as bogus

2016-01-22 Thread Eric Desrochers
** Changed in: ntp (Ubuntu Precise) Assignee: (unassigned) => Eric Desrochers (slashd) ** Changed in: ntp (Ubuntu Trusty) Assignee: (unassigned) => Eric Desrochers (slashd) ** Changed in: ntp (Ubuntu Wily) Assignee: (unassigned) => Eric Desrochers (slashd) ** Changed i

[Bug 1481388] Re: NTP : Use-after-free in routing socket code after dropping root

2015-12-10 Thread Eric Desrochers
** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/1481388 Title: NTP : Use-after-free in routing socket code after

[Bug 1498697] Re: Targets are not consistently shown with large numbers of targets

2015-12-10 Thread Eric Desrochers
** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to tgt in Ubuntu. https://bugs.launchpad.net/bugs/1498697 Title: Targets are not consistently shown with large

[Bug 1481388] Re: NTP : Use-after-free in routing socket code after dropping root

2015-11-16 Thread Eric Desrochers
** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/1481388 Title: NTP : Use-after-free in routing socket code after

[Bug 1481388] Re: NTP : Use-after-free in routing socket code after dropping root

2015-11-05 Thread Eric Desrochers
** Tags added: sts -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/1481388 Title: NTP : Use-after-free in routing socket code after dropping root To manage notifications about this

[Bug 1423226] Re: package open-vm-tools 2:9.4.0-1280544-5ubuntu6.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2015-11-02 Thread Eric Wright
I had this issue after installing open-vm-tools WITHOUT first removing the version of vmware tools that is VMWare WorkStation automatically downloads and asks you to install. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to

[Bug 1481388] Re: NTP : Use-after-free in routing socket code after dropping root

2015-10-29 Thread Eric Desrochers
** Patch removed: "debdiff for precise" https://bugs.launchpad.net/ubuntu/vivid/+source/ntp/+bug/1481388/+attachment/4452908/+files/lp1481388_precise.debdiff ** Patch removed: "debdiff for trusty"

[Bug 1481388] Re: NTP : Use-after-free in routing socket code after dropping root

2015-10-29 Thread Eric Desrochers
Here is the rebase debdiff for Precise ** Patch added: "Rebase Precise debdiff" https://bugs.launchpad.net/ubuntu/vivid/+source/ntp/+bug/1481388/+attachment/4508496/+files/lp1481388_rebase_precise.debdiff -- You received this bug notification because you are a member of Ubuntu Server Team,

[Bug 1481388] Re: NTP : Use-after-free in routing socket code after dropping root

2015-10-29 Thread Eric Desrochers
Here is the rebase debdiff for Trusty ** Patch added: "Rebase Trusty debdiff" https://bugs.launchpad.net/ubuntu/vivid/+source/ntp/+bug/1481388/+attachment/4508494/+files/lp1481388_rebase_trusty.debdiff -- You received this bug notification because you are a member of Ubuntu Server Team,

[Bug 1481388] Re: NTP : Use-after-free in routing socket code after dropping root

2015-10-29 Thread Eric Desrochers
Here is the rebase debdiff for Vivid ** Patch added: "Rebase Vivid debdiff" https://bugs.launchpad.net/ubuntu/vivid/+source/ntp/+bug/1481388/+attachment/4508498/+files/lp1481388_rebase_vivid.debdiff -- You received this bug notification because you are a member of Ubuntu Server Team, which

[Bug 1368815] Re: qemu-img convert intermittently corrupts output images

2015-10-29 Thread Eric Harney
Closing based on the assumption that a working qemu-img is available now. ** Changed in: cinder Status: Triaged => Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu in Ubuntu.

[Bug 1481388] Re: NTP : Use-after-free in routing socket code after dropping root

2015-10-28 Thread Eric Desrochers
Hi Mathew, I have the knowledge of the code, I will rebase the debdiffs for V/T/P Note: I checked and Xenial has the patch already. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to the bug report.

[Bug 1510500] [NEW] package mysql-server-5.5 5.5.46-0ubuntu0.14.04.2 [modified: usr/share/mysql/errmsg-utf8.txt] failed to install/upgrade: subprocess installed post-installation script returned error

2015-10-27 Thread Eric Bonharme
Public bug reported: None ProblemType: Package DistroRelease: Ubuntu 14.04 Package: mysql-server-5.5 5.5.46-0ubuntu0.14.04.2 [modified: usr/share/mysql/errmsg-utf8.txt] ProcVersionSignature: Ubuntu 3.16.0-51.69~14.04.1-generic 3.16.7-ckt17 Uname: Linux 3.16.0-51-generic x86_64 ApportVersion:

[Bug 1481388] Re: NTP : Use-after-free in routing socket code after dropping root

2015-10-27 Thread Eric Desrochers
** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/1481388 Title: NTP : Use-after-free in routing socket code after

[Bug 1481388] Re: NTP : Use-after-free in routing socket code after dropping root

2015-10-27 Thread Eric Desrochers
Good evening Chris, This bug has been brought to my attention by someone in the community. Unfortunately, I never had a confirmation from him if the fix solve his issue or not... but as state in comment #5 & #11, I've been able to reproduce the problem and make sure it addressed the situation.

[Bug 1481388] Re: NTP : Use-after-free in routing socket code after dropping root

2015-10-27 Thread Eric Desrochers
Good evening Mathew, Does it mean I need to re-do the debdiffs ? -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/1481388 Title: NTP : Use-after-free in routing socket code after

[Bug 1493067] Re: ssh-copy-id fails by making assumptions about the default shell on the remote machine

2015-10-20 Thread Carl-Eric Menzel
This should definitely be fixed in ssh-copy-id - making these assumptions is just bad. However, I found a workaround that is convenient for me at least and that I think could be a stopgap for others too, until such time as ssh- copy-id is fixed. I wrote it up here:

[Bug 1498697] Re: Targets are not consistently shown with large numbers of targets

2015-10-06 Thread Eric Desrochers
** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to tgt in Ubuntu. https://bugs.launchpad.net/bugs/1498697 Title: Targets are not consistently shown with large

[Bug 1498697] Re: Targets are not consistently shown with large numbers of targets

2015-10-02 Thread Eric Desrochers
As per our irc conversation, I'm removing the "2nd debdiff for Vivid" and arges will re-upload the fix with the original patch I posted for Vivid. Sorry for the confusion, and thanks Brian for you feedbacks on this. ** Patch removed: "2nd debdiff for Vivid"

[Bug 1498697] Re: Targets are not consistently shown with large numbers of targets

2015-10-02 Thread Eric Desrochers
Source version has been modified for version "1:1.0.17-1ubuntu2.1". Thanks ! ** Patch added: "debdiff for Precise-2" https://bugs.launchpad.net/ubuntu/+source/tgt/+bug/1498697/+attachment/4482207/+files/lp1498697-precise-2.debdiff -- You received this bug notification because you are a

[Bug 1498697] Re: Targets are not consistently shown with large numbers of targets

2015-10-01 Thread Eric Desrochers
Hi Brian, I got a discussion with arges yesterday about it. vivid version of tgt didn't build with this error : sbuild-build-depends-tgt-dummy : Depends: libibverbs-dev (>= 1.1.8-1ubuntu1.1) but 1.1.8-1ubuntu1 is to be installed I think it has something to do with this LP patch : LP:

[Bug 1498697] Re: Targets are not consistently shown with large numbers of targets

2015-09-30 Thread Eric Desrochers
** Tags added: sts -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to tgt in Ubuntu. https://bugs.launchpad.net/bugs/1498697 Title: Targets are not consistently shown with large numbers of targets To manage notifications about this

[Bug 1498697] Re: Targets are not consistently shown with large numbers of targets

2015-09-30 Thread Eric Desrochers
2nd debdiff for Vivid (Fixing the unmet depencies of "libibverbs-dev") ** Patch added: "2nd debdiff for Vivid" https://bugs.launchpad.net/ubuntu/trusty/+source/tgt/+bug/1498697/+attachment/4480119/+files/lp1498697_vivid2.debdiff -- You received this bug notification because you are a member

[Bug 1498697] Re: Targets are not consistently shown with large numbers of targets

2015-09-25 Thread Eric Desrochers
debdiff for Precise ** Changed in: tgt (Ubuntu Precise) Status: New => In Progress ** Changed in: tgt (Ubuntu Precise) Importance: Undecided => Medium ** Changed in: tgt (Ubuntu Precise) Assignee: (unassigned) => Eric Desrochers (eric-desrochers-z) ** Patch added:

[Bug 1498697] Re: Targets are not consistently shown with large numbers of targets

2015-09-24 Thread Eric Desrochers
debdiff for Trusty ** Description changed: + SRU JUSTIFICATION + + [Impact] + + * tgtadm returns inconsistents results. Some targets are not +listed during one run, but are shown by a run immediately after. + + [Test Case] + + * With large number of targets : + + # ./tgtadm -L iscsi

[Bug 1498697] Re: Targets are not consistently shown with large numbers of targets

2015-09-24 Thread Eric Desrochers
** Tags added: verification-done ** Changed in: tgt (Ubuntu Trusty) Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to tgt in Ubuntu. https://bugs.launchpad.net/bugs/1498697 Title: Targets are

[Bug 1498697] Re: Targets are not consistently shown with large numbers of targets

2015-09-24 Thread Eric Desrochers
debdiff for Vivid ** Changed in: tgt (Ubuntu Vivid) Status: New => Confirmed ** Changed in: tgt (Ubuntu Vivid) Assignee: (unassigned) => Eric Desrochers (eric-desrochers-z) ** Changed in: tgt (Ubuntu Vivid) Importance: Undecided => High ** Changed in: tgt (Ubu

[Bug 1498697] Re: Targets are not consistently shown with large numbers of targets

2015-09-23 Thread Eric Desrochers
://launchpad.net/~eric-desrochers-z/+archive/ubuntu/tgt1498697 [2] 6c4ffa0 tgtadm: fix a bug to read the response buffer -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to tgt in Ubuntu. https://bugs.launchpad.net/bugs/1498697 Title

[Bug 1498697] Re: Targets are not consistently shown with large numbers of targets

2015-09-23 Thread Eric Desrochers
** Changed in: tgt (Ubuntu Trusty) Importance: Undecided => High ** Changed in: tgt (Ubuntu Trusty) Status: New => Confirmed ** Changed in: tgt (Ubuntu Trusty) Assignee: (unassigned) => Eric Desrochers (eric-desrochers-z) -- You received this bug notification be

[Bug 1481388] Re: NTP : Use-after-free in routing socket code after dropping root

2015-09-17 Thread Eric Desrochers
Simon, you may want to add a few ethernet interfaces and static routes. I was able to reproduce it with ~6 network interface. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/1481388

[Bug 1349949] Re: Juju's mongodb does not need to log every command in syslog

2015-09-14 Thread Eric Snow
** Also affects: juju-core/1.25 Importance: Undecided Status: New ** Changed in: juju-core/1.25 Status: New => Triaged ** Changed in: juju-core/1.25 Importance: Undecided => High ** Changed in: juju-core/1.25 Milestone: None => 1.25-beta1 ** Changed in: juju-core

[Bug 1481388] Re: NTP : Use-after-free in routing socket code after dropping root

2015-09-02 Thread Eric Desrochers
** Changed in: ntp (Ubuntu Wily) Importance: Low => Medium -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/1481388 Title: NTP : Use-after-free in routing socket code after dropping

[Bug 1481388] Re: NTP : Use-after-free in routing socket code after dropping root

2015-09-02 Thread Eric Desrochers
debdiff for vivid ** Patch added: "debdiff for vivid" https://bugs.launchpad.net/ubuntu/vivid/+source/ntp/+bug/1481388/+attachment/4456186/+files/lp1481388_vivid.debdiff -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to the bug

[Bug 1481388] Re: NTP : Use-after-free in routing socket code after dropping root

2015-09-02 Thread Eric Desrochers
debdiff for wily ** Patch added: "debdiff for wily" https://bugs.launchpad.net/ubuntu/vivid/+source/ntp/+bug/1481388/+attachment/4456187/+files/lp1481388_wily.debdiff ** Changed in: ntp (Ubuntu Wily) Status: Confirmed => In Progress -- You received this bug notification because you

[Bug 1481388] Re: NTP : Use-after-free in routing socket code after dropping root

2015-09-02 Thread Eric Desrochers
** Patch removed: "debdiff for Vivid" https://bugs.launchpad.net/ubuntu/vivid/+source/ntp/+bug/1481388/+attachment/4455714/+files/lp1481388_vivid.debdiff -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to the bug report.

[Bug 1481388] Re: NTP : Use-after-free in routing socket code after dropping root

2015-09-01 Thread Eric Desrochers
debdiff for Vivid ** Patch added: "debdiff for Vivid" https://bugs.launchpad.net/ubuntu/precise/+source/ntp/+bug/1481388/+attachment/4455714/+files/lp1481388_vivid.debdiff ** Changed in: ntp (Ubuntu Vivid) Status: Confirmed => In Progress ** Changed in: ntp (Ubuntu Vivid)

[Bug 1481388] Re: NTP : Use-after-free in routing socket code after dropping root

2015-08-27 Thread Eric Desrochers
debdiff for trusty ** Patch added: 1:4.2.6.p5+dfsg-3ubuntu2.14.04.4 https://bugs.launchpad.net/ubuntu/precise/+source/ntp/+bug/1481388/+attachment/4453392/+files/lp1481388_trusty.debdiff ** Changed in: ntp (Ubuntu Trusty) Status: Confirmed = In Progress ** Changed in: ntp (Ubuntu

[Bug 1481388] Re: NTP : Use-after-free in routing socket code after dropping root

2015-08-27 Thread Eric Desrochers
I also noticed the situation can be reproduced at boot if the value of net.core.rmem_default is too low. I reproduced it by only lowering the net.core.rmem_default = 2000 value with 6 network interface at boot. ntpd[851]: ntp_io: estimated max descriptors: 1024, initial socket boundary: 16

[Bug 1481388] Re: NTP : Use-after-free in routing socket code after dropping root

2015-08-26 Thread Eric Desrochers
** Changed in: ntp (Ubuntu Precise) Assignee: (unassigned) = Eric Desrochers (eric-desrochers-z) ** Changed in: ntp (Ubuntu Vivid) Assignee: (unassigned) = Eric Desrochers (eric-desrochers-z) ** Changed in: ntp (Ubuntu Precise) Status: New = Confirmed -- You received this bug

[Bug 1481388] Re: NTP : Use-after-free in routing socket code after dropping root

2015-08-26 Thread Eric Desrochers
** Changed in: ntp (Ubuntu Precise) Importance: Undecided = Medium ** Changed in: ntp (Ubuntu Vivid) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to the bug report.

[Bug 1481388] Re: NTP : Use-after-free in routing socket code after dropping root

2015-08-26 Thread Eric Desrochers
debdiff for precise ** Description changed: + [Impact] + + * User experienced repeated segfaults at the same instruction pointer + + i/o error on routing socket No buffer space available - disabling + segfault at 31 ip 0031 sp 79f11788 error 14 in

[Bug 1481388] Re: NTP : Use-after-free in routing socket code after dropping root

2015-08-26 Thread Eric Desrochers
debdiff for precise -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/1481388 Title: NTP : Use-after-free in routing socket code after dropping root To manage notifications about this

[Bug 1481388] Re: NTP : Use-after-free in routing socket code after dropping root

2015-08-26 Thread Eric Desrochers
debdiff for precise -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/1481388 Title: NTP : Use-after-free in routing socket code after dropping root To manage notifications about this

[Bug 1481388] Re: NTP : Use-after-free in routing socket code after dropping root

2015-08-26 Thread Eric Desrochers
debdiff for precise ** Patch added: debdiff for precise https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/1481388/+attachment/4452908/+files/lp1481388_precise.debdiff -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to the bug

[Bug 1481388] Re: NTP : Use-after-free in routing socket code after dropping root

2015-08-24 Thread Eric Desrochers
and net.core.wmem_maxvalues equally until the routing socket reports: No buffer space available message no longer showed up. [1] 1:4.2.6.p3+dfsg-1ubuntu3.4+20150820lp1481388~2 https://launchpad.net/~eric-desrochers-z/+archive/ubuntu/lp1481388 -- You received this bug notification because you are a member of Ubuntu

[Bug 1473022] Re: Openstack Kilo :Nova-api fails to call compute node

2015-08-05 Thread Eric Duggan
I am also seeing this intermittently when running nova commands via the command line on Centos 7.1 For example when running nova --debug list: DEBUG (session:195) REQ: curl -g -i -X GET https://x.x.x.x:35357/v2.0 -H Accept: application/json -H User-Agent: python-keystoneclient INFO

[Bug 1451091] Re: new upstream version 5.2.2

2015-07-20 Thread Eric Heydrick
Strongswan 5.3.2 is out now. What would it take to pull it in? -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to strongswan in Ubuntu. https://bugs.launchpad.net/bugs/1451091 Title: new upstream version 5.2.2 To manage notifications

[Bug 1470277] [NEW] strongswan apparmor profile doesn't permit xauth-pam

2015-06-30 Thread Eric Heydrick
Public bug reported: When using the strongswan xauth-pam plugin I get an error at startup regarding missing capabilities and the plugin doesn't load. --- xauth-pam plugin requires CAP_AUDIT_WRITE capability plugin 'xauth-pam': failed to load - xauth_pam_plugin_create returned NULL --- If I add

[Bug 1214379] Re: pinger crashed with SIGSEGV in malloc_consolidate()

2015-05-21 Thread Eric Detheridge
Got a similar crash in 14.04 while using Synaptic to perform an upgrade. Have version 0.8.6 of squid-deb-proxy and squid-deb-proxy-client installed. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to squid3 in Ubuntu.

[Bug 1302963] Re: Calendar() class can not be initialized

2015-05-11 Thread eric
On 14.04 pip --upgrade parsedatetime appears to work. Additionally installing from sources with latest version works. Just make certain you dont have old copies of the library laying around. Then actual route I got to the fix involved removing the library from /usr/lib and /usr/local/lib and then

[Bug 1409639] Re: juju needs to support systemd for = vivid

2015-05-06 Thread Eric Snow
** Tags added: systemd vivid -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to juju-core in Ubuntu. https://bugs.launchpad.net/bugs/1409639 Title: juju needs to support systemd for = vivid To manage notifications about this bug go

[Bug 1150720] Re: [SRU] There is now a dependency on paramiko v1.8.0

2015-04-01 Thread Eric Harney
Cinder now depends on paramiko =1.13.0. ** Changed in: cinder Status: In Progress = Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cinder in Ubuntu. https://bugs.launchpad.net/bugs/1150720 Title: [SRU] There is

[Bug 1409639] Re: juju needs to support systemd for = vivid

2015-03-10 Thread Eric Snow
It will also be worth looking into the impact of systemd on existing charms that get published for vivid. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to juju-core in Ubuntu. https://bugs.launchpad.net/bugs/1409639 Title: juju needs

[Bug 1409639] Re: juju needs to support systemd for = vivid

2015-03-10 Thread Eric Snow
Status: In Progress = Fix Committed ** Changed in: juju-core Assignee: (unassigned) = Eric Snow (ericsnowcurrently) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to juju-core in Ubuntu. https://bugs.launchpad.net/bugs/1409639 Title

[Bug 1409639] Re: juju needs to support systemd for = vivid

2015-03-10 Thread Eric Snow
** Changed in: juju-core Milestone: 1.23 = 1.23-beta1 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to juju-core in Ubuntu. https://bugs.launchpad.net/bugs/1409639 Title: juju needs to support systemd for = vivid To manage

[Bug 1409639] Re: juju needs to support systemd for = vivid

2015-03-02 Thread Eric Snow
We've landed a patch for systemd support in juju. We are currently working through a couple of minor bugs before calling it good. ** Changed in: juju-core Status: Triaged = In Progress -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 1409639] Re: juju needs to support systemd for = vivid

2015-01-15 Thread Eric Snow
Right now we (juju core) are scoping out the effort to add systemd support to juju in time for the feature freeze. We'll update here as we move forward. Note that, as Andrew said, we have some of the work done already (though not merged yet). It's likely the trickiest part, so the remainder of

[Bug 444349] FW:12/25/2014 8:47:18 AM x

2014-12-24 Thread Eric Speas
http://www.rrzconsulting.com/kc/feccfweurdhsabfpshznnphtidsfwycpxxqglx.cgaiwowlrpahfxiujvtvcjqjiox eric.speas -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mysql-dfsg-5.1 in Ubuntu.

[Bug 1024475] Re: libnss-ldap causes boot hang on Ubuntu 12.04 Precise

2014-12-22 Thread Eric
Dang! this is not a little thing! How does one get some attention on this issue? What does it take to get this bug fixed? Anyone? - This has and is causing me countless hours. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to

[Bug 1024475] Re: libnss-ldap causes boot hang on Ubuntu 12.04 Precise

2014-12-22 Thread Eric
OK, so it appears that libnss-ldapd also works for me. (looks more like RH anyway). -- 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/1024475 Title: libnss-ldap causes boot hang

[Bug 1404351] [NEW] krb5-config missing debconf-set-selections variable

2014-12-19 Thread Eric Teeter
Public bug reported: krb5-config.config seams to be missing a variable as there is no way to stop a dialog box from poping up in my script for installing Kerberos 5. I am using Ubuntu 14.04.01 LTS I get error message:Use of uninitialized value $admin in string eq at

[Bug 1394206] [NEW] package ssl-cert 1.0.34 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2014-11-19 Thread Eric Hargis
Public bug reported: The error appears for all updates. ProblemType: Package DistroRelease: Ubuntu 14.10 Package: ssl-cert 1.0.34 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: Wed Nov 19

[Bug 1379761] Re: Asset compression does not happen unless debug mode is enabled

2014-10-14 Thread Eric Peterson
git describe 2014.2.rc1-145-g123840a that is my current version where it works -- 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/1379761 Title: Asset compression does not happen

[Bug 1379761] Re: Asset compression does not happen unless debug mode is enabled

2014-10-14 Thread Eric Peterson
compress --force The compress step produces this to the console: Invalid template /home/eric/work/public/horizon/horizon/templates/horizon/common/_formset_table_row.html: Invalid block tag: 'blocktrans', expected 'empty' or 'endfor' Found 'compress' tags in: /home/eric/work/public/horizon

[Bug 1379761] Re: Asset compression does not happen unless debug mode is enabled

2014-10-14 Thread Eric Peterson
additional note: when you do offline compression and stuff get's moved into the static folder, using the --runserver cli to start up django will not serve out the /static url. for this type of use, I believe it's expected that apache would serve out those assets from the ./static folder (which

Re: [Bug 1356715] Re: package apache2 2.4.6-2ubuntu2.2 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2014-08-14 Thread Eric Vyncke
This is correct indeed: I am using a non standard module mod_ip but my issue is that the installer did not display any warning at all and basically mostly abort in the middle... -éric On 14/08/14 11:39, Robie Basak 1356...@bugs.launchpad.net wrote: Thank you for your report. This looks like a

[Bug 1356715] [NEW] package apache2 2.4.6-2ubuntu2.2 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2014-08-13 Thread Eric Vyncke
Public bug reported: Setting up apache2 (2.4.6-2ubuntu2.2) ... apache2: Syntax error on line 239 of /etc/apache2/apache2.conf: Syntax error on line 1 of /etc/apache2/mods-enabled/ip.load: Cannot load /usr/lib/apache2/modules/mod_ip.so into server: /usr/lib/apache2/modules/mod_ip.so: undefined

[Bug 1257186] Re: memory leakage messages

2014-05-17 Thread Eric MORAND
This importance of this bug should probably be reexamined, because it has impact on other softwares, like Netatalk. It prevents AFP shares from being accessible and make Netatalk totally useless. Here is a syslog trace where Netatalk crash because of this bug : May 17 10:48:29 ace-of-spades

[Bug 444349] eric.speas

2014-04-24 Thread Eric Speas
http://perren-online.ch/pznnogbw/gluhhjetjnghvwpngrahlfym.ovwkscdo -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mysql-dfsg-5.1 in Ubuntu. https://bugs.launchpad.net/bugs/444349 Title: package mysql-server failed to

[Bug 1304150] [NEW] apt-get upgrade didn't handle missing config file gracefully

2014-04-07 Thread Eric Christopherson
Public bug reported: When there was a conflict between my etckeeper.conf and the dpkg-dist version, I edited etckeeper.conf.dpkg-dist, intending to accept that version of the file. But I absent-mindedly deleted the original etckeeper.conf and renamed the .dpkg-dist version to that. Then I pressed

[Bug 1024475] Re: libnss-ldap causes boot hang on Ubuntu 12.04 Precise

2014-01-30 Thread Eric Martel
Got bit by this, too; however, in my case it's adding ldap to the hosts line that got me into trouble. -- 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/1024475 Title: libnss-ldap

[Bug 1273462] [NEW] Upstart job config and init.d script are incompatible with each other

2014-01-27 Thread Eric Connell
Public bug reported: Description:Ubuntu 13.10 Release:13.10 mysql-server-5.5: Installed: 5.5.35-0ubuntu0.13.10.1 Candidate: 5.5.35-0ubuntu0.13.10.1 Version table: *** 5.5.35-0ubuntu0.13.10.1 0 500 http://us-east-1.ec2.archive.ubuntu.com/ubuntu/ saucy-updates/main

[Bug 1266127] Re: Use strutils.to_slug() instead of utils.slugify()

2014-01-06 Thread Eric Harney
** Also affects: python-cinderclient Importance: Undecided Status: New ** Changed in: python-cinderclient Assignee: (unassigned) = ChrisBuccella (chris-buccella) ** Changed in: python-cinderclient Importance: Undecided = Low -- You received this bug notification because you

[Bug 582119] Re: package postfix 2.7.0-1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 2

2013-11-08 Thread Eric Bode
*** This bug is a duplicate of bug 512096 *** https://bugs.launchpad.net/bugs/512096 ** Changed in: postfix (Ubuntu) Status: New = Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to postfix in Ubuntu.

[Bug 1185261] [NEW] MaaS nodes being enlisted with multiple network cards fail to commission

2013-05-28 Thread Eric Frost
Public bug reported: Allowing MaaS to do it's own DHCP/DNS but isolating it onto its own network segment and having nodes with two network interfaces (one interface connected to the network segment the Maas controllers are on and the second interface connected to another (different) network

[Bug 967410] Re: Windows clients cannot connect to shared printers

2013-03-04 Thread Eric Wadsworth
Thanks for fixing this! I'm looking forward to getting my printer working. I assume that once the fix is released, I'll get it with the standard apt-get update and apt-get upgrade operation? -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed

Re: [Qemu-devel] [Bug 1025244] Re: qcow2 image increasing disk size above the virtual limit

2013-01-02 Thread Eric Blake
libvirt deletes internal snapshots from a running qemu. Also, there are patches currently under review that are talking about creating a QMP counterpart to the delvm monitor command. -- Eric Blake eblake redhat com+1-919-301-3266 Libvirt virtualization library http://libvirt.org -- You

[Bug 1090297] [NEW] MAAS View Documentation link points to unrelated version of docs

2012-12-14 Thread Eric Williams
version were installed with MAAS, and the documentation link would point to that version, stored locally. Alternatively, http://maas.ubuntu.com/ could host docs for all supported versions. Thanks, Eric ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: maas 0.1+bzr482+dfsg-0ubuntu1

  1   2   3   >