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

2014-10-31 Thread Kapil Thangavelu
just got a report of the same issue and resolution with 1.20.11 on orangebox maas. same s/br0/lxcbr0 fix for the container on machine 0. we tried again and got a slightly different issue on machine 2's container Forensenic status output - https://pastebin.canonical.com/119751/ failed container

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

2014-10-31 Thread Kapil Thangavelu
on machine 0 (orangebox kvm maas instance) the ifconfig output is https://pastebin.canonical.com/119756/ the lxc conf is https://pastebin.canonical.com/119757/ the container there also failed to start. -- You received this bug notification because you are a member of Ubuntu Server Team, which

[Bug 1355813] Re: LXC containers reset bridge MTU on start/restart

2014-10-28 Thread Kapil Thangavelu
i've seen reference to you can't really set a bridge mtu, you have to set it for all the containers on the bridge, ie. bridges take the lowest mtu of their interfaces. so instead we have to set all the containers mtu. -- You received this bug notification because you are a member of Ubuntu

[Bug 1374335] Re: FFe: Sync websocket-client 0.18.0-1 (universe) from Debian unstable (main), juju-deployer 0.4.2, python-jujuclient 0.18.4

2014-10-03 Thread Kapil Thangavelu
there are no backwards incompatible changes from 0.16 to 0.18. there was one from 0.12 to 0.14 but 0.16 is already in debian and utopic. The fix from 0.16 to 0.18 is to support bypassing hostname verification (ssl.match_hostname) which is broken with ip addresses in python. ie. the full changelog

[Bug 1087183] Re: MaaS cloud-init configuration specifies 'manage_etc_hosts: localhost'

2014-09-18 Thread Kapil Thangavelu
** Changed in: juju Status: Triaged = Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to maas in Ubuntu. https://bugs.launchpad.net/bugs/1087183 Title: MaaS cloud-init configuration specifies 'manage_etc_hosts:

[Bug 1368403] Re: juju-deployer traceback AttributeError: 'NoneType' object has no attribute 'get_stat'

2014-09-16 Thread Kapil Thangavelu
bootstrap used to populate the jenv with state servers, i'll have deployer execute api-endpoints prior to attempting to connect. deployer does use the api, but it pre-dates most of it existing. although i implemented api-endpoints for core, the problem is api- endpoints is not sufficient if you

[Bug 1368403] Re: juju-deployer traceback AttributeError: 'NoneType' object has no attribute 'get_stat'

2014-09-16 Thread Kapil Thangavelu
i've added a workaround and released 0.4.1 of juju-deployer to pypi. ** Changed in: juju-deployer Assignee: Jorge Niedbalski (niedbalski) = Kapil Thangavelu (hazmat) ** Changed in: juju-deployer Status: Confirmed = Fix Released -- You received this bug notification because you

[Bug 1368403] Re: juju-deployer traceback AttributeError: 'NoneType' object has no attribute 'get_stat'

2014-09-16 Thread Kapil Thangavelu
i'm curious which providers and versions of juju these issues are appear in, i'm seeing state-servers post bootstrap on manual and aws (1.21 trunk). ** Changed in: juju-deployer Importance: Undecided = Critical -- You received this bug notification because you are a member of Ubuntu Server

[Bug 1368403] Re: juju-deployer traceback AttributeError: 'NoneType' object has no attribute 'get_stat'

2014-09-16 Thread Kapil Thangavelu
in addition to the pypi release of 0.4.1, stable ppa will be updated tomorrow for those on packages, for now the workaround is to run juju api-endpoints or juju status prior to invoking deployer -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 1318366] Re: jujud on state server panic misses transaction in queue

2014-07-29 Thread Kapil Thangavelu
And the db dump (732k) of the juju db in mongo on mark's state server is at http://chinstrap.canonical.com/~kapil/bug-13183656-juju-db.dump.tbz2 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to juju-core in Ubuntu.

Re: [Bug 1322302] Re: local provider is very slow to tranistion from agent-status: pending

2014-05-29 Thread Kapil Thangavelu
using latest dailies images and/or hacking juju to not blindly issue apt-get update/upgrade is something i often to do safe a minute per unit (x100s). its also the only way to get kernel updates sans rebooting a machine post deploy. a daily should get us to the same place as the last release plus

Re: [Bug 1319555] Re: update out-dated ec2-api-tools for 12.04

2014-05-27 Thread Kapil Thangavelu
nevermind, just noticed its already available On Tue, May 27, 2014 at 1:12 PM, Kapil Thangavelu kapil.thangav...@canonical.com wrote: shouldn't we be using/packaging awscli http://aws.amazon.com/cli/ which is a uniform/umbrella client to all the aws services On Tue, May 27, 2014 at 12:07

Re: [Bug 1319555] Re: update out-dated ec2-api-tools for 12.04

2014-05-27 Thread Kapil Thangavelu
shouldn't we be using/packaging awscli http://aws.amazon.com/cli/ which is a uniform/umbrella client to all the aws services On Tue, May 27, 2014 at 12:07 PM, Scott Moser smo...@ubuntu.com wrote: Marking this as fix-released in utopic. Ben got 1.6.13.0-0ubuntu1 uploaded, and I then uploaded

[Bug 1313785] Re: Can't SSH with juju ssh command to EC2 instance.

2014-04-28 Thread Kapil Thangavelu
** Also affects: juju-core Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to juju in Ubuntu. https://bugs.launchpad.net/bugs/1313785 Title: Can't SSH with juju ssh command to EC2 instance.

[Bug 1284690] Re: all watcher api regression

2014-04-22 Thread Kapil Thangavelu
** Changed in: juju-deployer Status: Confirmed = Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to python-jujuclient in Ubuntu. https://bugs.launchpad.net/bugs/1284690 Title: all watcher api regression To manage

Re: [Bug 955576] Re: 'local:' services not started on reboot

2013-12-13 Thread Kapil Thangavelu
this bug is resolved in juju-core fwiw. On Fri, Dec 13, 2013 at 2:28 PM, Dimitri John Ledkov launch...@surgut.co.uk wrote: if lxc config is modified to autostart containers, those containers that are specified in /etc/lxc/auto will be auto started. This is from

Re: [Bug 1129720] Re: juju instances not including the default security group

2013-11-20 Thread Kapil Thangavelu
not quite the same, but juju environments also have a default group that this these rules can be applied to once per env. On Tue, Nov 19, 2013 at 10:43 PM, Haw Loeung 1129...@bugs.launchpad.netwrote: ** Also affects: juju-core Importance: Undecided Status: New ** Also affects:

[Bug 1242237] Re: Mongodb server ignores --smallfiles if other paramethers are set in the command line

2013-10-21 Thread Kapil Thangavelu
** Also affects: juju-core Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mongodb in Ubuntu. https://bugs.launchpad.net/bugs/1242237 Title: Mongodb server ignores --smallfiles if other

[Bug 1070519] Re: zookeeper: WARN [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:NIOServerCnxn$Factory@247] - Too many connections from /127.0.0.1 - max is 10

2013-08-21 Thread Kapil Thangavelu
landed in 0.6 ppa (precise default) ** Changed in: juju (Ubuntu) Status: In Progress = Fix Committed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to juju in Ubuntu. https://bugs.launchpad.net/bugs/1070519 Title: zookeeper:

[Bug 1214172] Re: juju/MAAS Tag constraints do not work in Precise

2013-08-20 Thread Kapil Thangavelu
what's the output of $ apt-cache policy juju on the bootstrap node. i assume this is precise with juju-origin:ppa ? -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to maas in Ubuntu. https://bugs.launchpad.net/bugs/1214172 Title:

[Bug 1214172] Re: juju/MAAS Tag constraints do not work in Precise

2013-08-20 Thread Kapil Thangavelu
the behavior of juju-origin: ppa varies by client version and installation mechanism (a questionable choice that's embedded in the packaging), could confirm the version of juju on the bootstrap server per previous. -- You received this bug notification because you are a member of Ubuntu Server

[Bug 1070519] Re: zookeeper: WARN [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:NIOServerCnxn$Factory@247] - Too many connections from /127.0.0.1 - max is 10

2013-08-20 Thread Kapil Thangavelu
its destined for the ppa (waiting on builders atm), its already tested and landed on the 0.6 branch (juju-origin: lp:juju/0.6) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to juju in Ubuntu. https://bugs.launchpad.net/bugs/1070519

[Bug 1070519] Re: zookeeper: WARN [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:NIOServerCnxn$Factory@247] - Too many connections from /127.0.0.1 - max is 10

2013-08-19 Thread Kapil Thangavelu
** Changed in: juju (Ubuntu) Assignee: (unassigned) = Kapil Thangavelu (hazmat) ** Changed in: juju (Ubuntu) Status: Confirmed = In Progress -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to juju in Ubuntu. https

[Bug 1070519] Re: zookeeper: WARN [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:NIOServerCnxn$Factory@247] - Too many connections from /127.0.0.1 - max is 10

2013-08-05 Thread Kapil Thangavelu
The solution requires modifying the zookeeper config, its resolved in trunk, but not in the 0.6 ppa. It can manually resolved via echo maxClientCnxns=500 /etc/zookeeper/conf/zoo.cfg on the bootstrap node. -- You received this bug notification because you are a member of Ubuntu Server Team,

[Bug 1070519] Re: zookeeper: WARN [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:NIOServerCnxn$Factory@247] - Too many connections from /127.0.0.1 - max is 10

2013-08-05 Thread Kapil Thangavelu
the maxclientcnxns adjustment also needs a restart of zookeeper.. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to juju in Ubuntu. https://bugs.launchpad.net/bugs/1070519 Title: zookeeper: WARN

[Bug 1130809] Re: lxc scripts break when user has PYTHONPATH set

2013-04-28 Thread Kapil Thangavelu
** Changed in: juju Status: Incomplete = Fix Committed ** Changed in: juju Milestone: None = 0.7.1 ** Changed in: juju Assignee: (unassigned) = Kapil Thangavelu (hazmat) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed

[Bug 1103881] Re: cloud-final is never executed if upstart is upgraded during initialization of the image

2013-04-19 Thread Kapil Thangavelu
i see the issue even without an upstart upgrade.. my upgrade list is. note cloud-init is part of the list. apparmor apport apt apt-transport-https apt-utils base-files cloud-init curl gcc-4.7-base gir1.2-gudev-1.0 grub-common grub-legacy-ec2 grub-pc grub-pc-bin grub2-common kmod

[Bug 813773] Re: Juju should have security rules/acls for every path in zk

2013-03-12 Thread Kapil Thangavelu
** Changed in: juju Milestone: 0.7 = 0.8 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to juju in Ubuntu. https://bugs.launchpad.net/bugs/813773 Title: Juju should have security rules/acls for every path in zk To manage

[Bug 955576] Re: 'local:' services not started on reboot

2013-03-12 Thread Kapil Thangavelu
** Changed in: juju Milestone: None = 0.8 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to juju in Ubuntu. https://bugs.launchpad.net/bugs/955576 Title: 'local:' services not started on reboot To manage notifications about this

[Bug 966577] Re: add explicit egress 'owner' rule on non-bootstrapping nodes to require root access to zookeeper

2013-03-12 Thread Kapil Thangavelu
** Changed in: juju Milestone: 0.7 = 0.8 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to juju in Ubuntu. https://bugs.launchpad.net/bugs/966577 Title: add explicit egress 'owner' rule on non-bootstrapping nodes to require root

[Bug 1111883] Re: Peer relation listed in relation-ids, but not queryable using relation-list

2013-02-01 Thread Kapil Thangavelu
** Changed in: juju Status: In Progress = Fix Released ** Changed in: juju (Ubuntu) Status: New = Fix Committed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to juju in Ubuntu. https://bugs.launchpad.net/bugs/883

[Bug 1068566] Re: Juju 0.6 incompatible with MAAS in precise

2013-01-31 Thread Kapil Thangavelu
** Changed in: juju Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to juju in Ubuntu. https://bugs.launchpad.net/bugs/1068566 Title: Juju 0.6 incompatible with MAAS in precise To manage

[Bug 920454] Re: juju bootstrap hangs for local environment under precise on vmware

2013-01-31 Thread Kapil Thangavelu
in addition to being fixed in quantal we're also no longer using libvirt networking.. marking resolved. ** Changed in: juju Status: Triaged = Fix Released ** Changed in: juju Milestone: None = 0.6.1 -- You received this bug notification because you are a member of Ubuntu Server

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

2013-01-31 Thread Kapil Thangavelu
** Also affects: txzookeeper Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to juju in Ubuntu. https://bugs.launchpad.net/bugs/1078217 Title: zookeeper connection is not using exponential

[Bug 1111883] Re: Peer relation listed in relation-ids, but not queryable using relation-list

2013-01-31 Thread Kapil Thangavelu
** Also affects: juju Importance: Undecided Status: New ** Changed in: juju Status: New = In Progress ** Changed in: juju Importance: Undecided = High ** Changed in: juju Assignee: (unassigned) = Kapil Thangavelu (hazmat) ** Changed in: juju Milestone: None = 0.7

[Bug 1070639] Re: juju status trigger errors within my node's logs

2013-01-31 Thread Kapil Thangavelu
so zookeeper logs this exception for normal client operations, this isn't a bug. ** Summary changed: - juju status trigger errors within my node's logs + juju status trigger errors within my zk logs -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 1098634] Re: incorrect bzr invocation on certain charm gets

2013-01-31 Thread Kapil Thangavelu
** Also affects: charm-tools Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to juju in Ubuntu. https://bugs.launchpad.net/bugs/1098634 Title: incorrect bzr invocation on certain charm gets

Re: [Bug 1054096] Re: Openstack folsom compatibility

2012-10-02 Thread Kapil Thangavelu
Everything ;-) So we need to maintain compatibility with diablo/hpcloud and essex. The core of the changes are nova-volume and nova-network split out into separate services (cinder quantum). We'll need to do some more magic around svc catalog introspection and dispatch of capabilities handling

Re: [Bug 1054096] Re: Openstack folsom compatibility

2012-10-02 Thread Kapil Thangavelu
, Kapil Thangavelu kapil.thangav...@canonical.com wrote: Everything ;-) So we need to maintain compatibility with diablo/hpcloud and essex. The core of the changes are nova-volume and nova-network split out into separate services (cinder quantum). We'll need to do some more magic around svc

Re: [Bug 1048533] Re: Backport OpenStack provider to 0.5 series

2012-09-27 Thread Kapil Thangavelu
Default instance type is obsolete in config, proper constraints supports exist in openstack provider Sent from my iPad On Sep 27, 2012, at 3:11 PM, Clint Byrum cl...@fewbar.com wrote: ** Description changed: + == SRU Information == + + Note that this is not a bug fix bug a backported API

Re: [Bug 930430] Re: lxc-ls requires root access after deploying an LXC instance

2012-09-20 Thread Kapil Thangavelu
I've just noticed this with some of the unit tests, afaik this is some change in lxc behavior. $ lxc-ls kapil-dev-0-template kapil-dev-wordpress-0 monitoring /usr/bin/lxc-ls: line 35: cd: /sys/fs/cgroup/cpuset///lxc: Permission denied ls: cannot access kapil-dev-wordpress-0: No such file or

[Bug 1048864] Re: Latest python in quantal breaks juju

2012-09-13 Thread Kapil Thangavelu
** Summary changed: - Latest python in quantal breaks juju test suite + Latest python in quantal breaks juju -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to juju in Ubuntu. https://bugs.launchpad.net/bugs/1048864 Title: Latest

[Blueprint servercloud-q-juju-charm-best-practices] Juju Charm Best practices

2012-09-05 Thread Kapil Thangavelu
Blueprint changed by Kapil Thangavelu: Work items changed: Work items: [jorge] Pick better example charms, flagbearer charms.: TODO [jorge] Choose a single place for presenting flagbearer charms (charm browser?): TODO [jorge] Move rules and charm best practices into juju/docs.: DONE

[Bug 802117] Re: juju ssh/scp commands cause spurious key errors, should use a different known_hosts file

2012-07-13 Thread Kapil Thangavelu
** Changed in: juju Assignee: Jim Baker (jimbaker) = (unassigned) ** Changed in: juju Status: In Progress = Confirmed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to juju in Ubuntu. https://bugs.launchpad.net/bugs/802117

Re: [Bug 1013457] Re: twistd still autostarted for juju after juju is removed from system

2012-07-01 Thread Kapil Thangavelu
that's the best way after the package is removed, prior to that juju destroy-environment -e local-env-name will remove them as well. -k On Sun, Jul 1, 2012 at 4:33 PM, Adrien Lamothe 1013...@bugs.launchpad.netwrote: Just delete the startup files /etc/init/juju-username-sample-file-

Re: [Bug 1017113] Re: FTBFS: Sveral tests fails

2012-06-24 Thread Kapil Thangavelu
fwiw, i'm experimenting atm with a small test runner change/diff to disable zk fsync http://paste.ubuntu.com/1057627/ -k On Sun, Jun 24, 2012 at 10:58 AM, Clint Byrum cl...@fewbar.com wrote: Hi Martin. These are basically timeouts because each test needs to finish in less than 5 seconds. Some

[Bug 813773] Re: Juju should have security rules/acls for every path in zk

2012-06-19 Thread Kapil Thangavelu
There seems to be some issues with libzk deadlocks when running the full test suite (looped), i'm deferring this to the next milestone till that can be debugged. ** Changed in: juju Milestone: galapagos = honolulu -- You received this bug notification because you are a member of Ubuntu

[Bug 926550] Re: No way to test proposed updates to juju

2012-05-29 Thread Kapil Thangavelu
** Changed in: juju Status: In Progress = Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to juju in Ubuntu. https://bugs.launchpad.net/bugs/926550 Title: No way to test proposed updates to juju To manage

Re: [Bug 1000504] Re: KeyError raised when txaws encountered unexpected code

2012-05-28 Thread Kapil Thangavelu
could you supply some more details on this? On Sat, May 26, 2012 at 6:08 PM, Clint Byrum cl...@fewbar.com wrote: ** Also affects: txaws Importance: Undecided Status: New -- You received this bug notification because you are a member of txAWS Administration, which is the registrant

[Bug 926550] Re: No way to test proposed updates to juju

2012-05-25 Thread Kapil Thangavelu
** Branch linked: lp:~hazmat/juju/proposed-support ** Changed in: juju (Ubuntu Precise) Status: Triaged = In Progress ** Changed in: juju (Ubuntu Precise) Milestone: None = honolulu ** Changed in: juju (Ubuntu Precise) Assignee: (unassigned) = Kapil Thangavelu (hazmat) -- You

[Bug 956000] Re: 'juju' with no arguments gives confusing message

2012-04-27 Thread Kapil Thangavelu
** Changed in: juju Milestone: None = galapagos -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to juju in Ubuntu. https://bugs.launchpad.net/bugs/956000 Title: 'juju' with no arguments gives confusing message To manage

[Bug 978147] [NEW] rsyslogd fails to start in cloud template

2012-04-10 Thread Kapil Thangavelu
Public bug reported: Attempting to use the cloud-init functionality of the new 'ubuntu-cloud' template fails due to a rsyslog not starting. Looking at the rsyslog upstart job, it appears that the app armor profile here is causing the issue. Part of this is might be due to the lack of

[Bug 926550] Re: No way to test proposed updates to juju

2012-04-06 Thread Kapil Thangavelu
** Changed in: juju Assignee: (unassigned) = Kapil Thangavelu (hazmat) ** Changed in: juju Status: Confirmed = In Progress -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to juju in Ubuntu. https://bugs.launchpad.net/bugs

[Bug 813773] Re: Juju should have security rules/acls for every path in zk

2012-04-04 Thread Kapil Thangavelu
** Changed in: juju Milestone: None = galapagos -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to juju in Ubuntu. https://bugs.launchpad.net/bugs/813773 Title: Juju should have security rules/acls for every path in zk To manage

[Bug 880023] Re: machine agent disconnects from zoopkeeper on heavy loads

2012-04-03 Thread Kapil Thangavelu
*** This bug is a duplicate of bug 846106 *** https://bugs.launchpad.net/bugs/846106 ** This bug has been marked a duplicate of bug 846106 Interruption of network connectivity should be handled gracefully -- You received this bug notification because you are a member of Ubuntu Server

[Bug 965138] Re: Juju concatenates the full API endpoint URL when it gets absolute paths from the MAAS api.

2012-04-02 Thread Kapil Thangavelu
** Changed in: juju Status: In Progress = Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to juju in Ubuntu. https://bugs.launchpad.net/bugs/965138 Title: Juju concatenates the full API endpoint URL when it gets

[Bug 781949] Re: Must check certificates for validity

2012-03-28 Thread Kapil Thangavelu
** Changed in: juju Milestone: None = florence -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to txaws in Ubuntu. https://bugs.launchpad.net/bugs/781949 Title: Must check certificates for validity To manage notifications about

Re: [Bug 912508] Re: test suite can wipe out existing zookeeper on local box: should Configure zk server as part of test fixture

2012-03-26 Thread Kapil Thangavelu
Excerpts from Jamie Strandboge's message of 2012-03-13 15:19:05 UTC: What is the status of this? It would be great to have this enabled in our builds. The relevant code now exists in txzookeeper but not all tests utilize it. -- You received this bug notification because you are a member of

[Bug 965507] Re: Juju uses http to contact uec-images.ubuntu.com

2012-03-26 Thread Kapil Thangavelu
** Changed in: juju Status: In Progress = Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to juju in Ubuntu. https://bugs.launchpad.net/bugs/965507 Title: Juju uses http to contact uec-images.ubuntu.com To manage

[Bug 963280] [NEW] Memory leak on any async python call

2012-03-23 Thread Kapil Thangavelu
Public bug reported: There is a missing Py_DECREF on all the results. For large results this can lead to a significant memory growth per call. Credits to Johan Rydberg for pointing out the issue to me and providing a sample program to reproduce. Patch and sample prog to be attached. ** Affects:

[Bug 963280] Re: Memory leak on any async python call

2012-03-23 Thread Kapil Thangavelu
Sample program attached to reproduce leak. ** Attachment added: sample program using txzookeeper to reproduce the memory leak https://bugs.launchpad.net/ubuntu/+source/zookeeper/+bug/963280/+attachment/2923575/+files/fo2.py -- You received this bug notification because you are a member of

[Bug 963280] Re: Memory leak on any async python call

2012-03-23 Thread Kapil Thangavelu
patch to fix attached, generated against 3.3 branch it should apply cleanly to 3.3.4 and 3.3.5 ** Patch added: patch against 3.3 branch for mem fix leak https://bugs.launchpad.net/ubuntu/+source/zookeeper/+bug/963280/+attachment/2923608/+files/pyzk-mem-leak-fix.diff -- You received this

[Bug 955576] Re: 'local:' services not started on reboot

2012-03-17 Thread Kapil Thangavelu
** Changed in: juju Milestone: None = galapagos -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to juju in Ubuntu. https://bugs.launchpad.net/bugs/955576 Title: 'local:' services not started on reboot To manage notifications about

[Bug 955540] Re: [local] juju-create hard-coded to use 192.168.122.1

2012-03-16 Thread Kapil Thangavelu
** Changed in: juju Milestone: None = galapagos -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to juju in Ubuntu. https://bugs.launchpad.net/bugs/955540 Title: [local] juju-create hard-coded to use 192.168.122.1 To manage

[Bug 926550] Re: No way to test proposed updates to juju

2012-02-16 Thread Kapil Thangavelu
** Changed in: juju Milestone: None = florence ** Changed in: juju Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to juju in Ubuntu. https://bugs.launchpad.net/bugs/926550 Title: No way to test

[Bug 914392] Re: LXC local provider does not respect 'series' (only installs oneiric)

2012-02-13 Thread Kapil Thangavelu
** Changed in: juju Status: In Progress = Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to juju in Ubuntu. https://bugs.launchpad.net/bugs/914392 Title: LXC local provider does not respect 'series' (only installs

[Bug 894754] Re: openvswitch missing -datapath-dkms dependency, fails to install

2012-01-22 Thread Kapil Thangavelu
feels like there is still something missing here ubuntu@ip-10-160-83-3:~$ sudo apt-get install linux-headers-virtual Reading package lists... Done Building dependency tree Reading state information... Done linux-headers-virtual is already the newest version. 0 upgraded, 0 newly installed,