[Bug 1302633] Re: pacemaker: Discarding cib_apply_diff message () from : not in our membership

2014-04-22 Thread Juan L. Negron
I tested this in my environment and it seems to work properly. -Juan -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1302633 Title: pacemaker: Discarding cib_apply_diff message () from : not in our

[Bug 881164] Re: massive syslog entries (GHES: Failed ...) after upgrade to oneiric

2013-01-16 Thread Juan L. Negron
... I posted a comment in this bug by mistake ... please ignore. -Juan -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/881164 Title: massive syslog entries (GHES: Failed ...) after upgrade to oneiri

[Bug 881164] Re: massive syslog entries (GHES: Failed ...) after upgrade to oneiric

2013-01-16 Thread Juan L. Negron
Reviewing this now. -Juan -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/881164 Title: massive syslog entries (GHES: Failed ...) after upgrade to oneiric To manage notifications about this bug go t

[Bug 838238] Re: No matter what version of ensemble you have on client, deployed instances get the one from the PPA

2011-08-31 Thread Juan L. Negron
** Also affects: cloudfoundry Importance: Undecided Status: New ** Changed in: cloudfoundry 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/838238 Title: No

Re: [Bug 831505] Re: add-apt-repository blocks cloud-init on oneiric

2011-08-22 Thread Juan L. Negron
that was quick! Thanks Scott. Thanks, Juan On Mon, Aug 22, 2011 at 9:08 PM, Scott Moser wrote: > I've just uploaded a fix, and set up a build to run as soon as > 0.6.1-0ubuntu15 gets into the archive. > Hopefully tomorrow we'll have a fix in a build 20110823.1 sometime mid-day. > failing t

Re: [Bug 816169] Re: When using Ensemble, add-apt-repository no longer functions properly

2011-08-21 Thread Juan L. Negron
It's still an issue in oneiric. Thanks, Juan On Sun, Aug 21, 2011 at 11:25 AM, Clint Byrum wrote: > Whats the status on this now? Has it just been worked around or is it > still a critical issue in Ensemble? > > -- > You received this bug notification because you are subscribed to the bug > r

[Bug 816169] Re: When using Ensemble, add-apt-repository no longer functions properly

2011-08-10 Thread Juan L. Negron
** Changed in: python2.7 (Ubuntu) Status: New => Confirmed ** Changed in: software-properties (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/816169 Titl

[Bug 816169] Re: When using Ensemble, add-apt-repository no longer functions properly

2011-08-10 Thread Juan L. Negron
need to re-open this bug. -Juan ** Description changed: One of the changes made between Jul 22-25 caused add-apt-repository to quit working when being called from within an ensemble formula: + apt-add-repository ppa:cloudfoundry/ppa 2011-07-25 22:55:32,383: hook.output@ERROR: Fatal

[Bug 816169] Re: When using Ensemble, add-apt-repository no longer functions properly

2011-08-10 Thread Juan L. Negron
Just retested this per adam_g's request and found out that apt-add- repository is actually creating the files in /etc/apt/sources.list.d correctly but, the logs show the following erros: 2011-08-10 16:32:38,185: hook.output@ERROR: + apt-add-repository ppa :facter-plugins/ppa 2011-08-10 16:32:38,3

[Bug 816169] Re: When using Ensemble, add-apt-repository no longer functions properly

2011-08-10 Thread Juan L. Negron
This seems to be fixed in the lates oneiric. I tested with ami-id: ami- b7c203de and m1.large today and it all seems to work. -Juan ** Changed in: software-properties (Ubuntu) Status: Confirmed => Fix Released ** Changed in: python2.7 (Ubuntu) Status: New => Fix Committed ** Chan

[Bug 814042] Re: ubuntu-orchestra-provisioning-server postinst calls fact-add

2011-07-21 Thread Juan L. Negron
Added the bug number to changelog. -Juan -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/814042 Title: ubuntu-orchestra-provisioning-server postinst calls fact-add To manage notifications about this

[Bug 814042] Re: ubuntu-orchestra-provisioning-server postinst calls fact-add

2011-07-21 Thread Juan L. Negron
Commited fix on version 163. -Juan ** Changed in: orchestra Assignee: (unassigned) => Juan L. Negron (negronjl) ** Changed in: orchestra Status: New => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 803030] [NEW] dotdee.xml needs to be empty

2011-06-28 Thread Juan L. Negron
Public bug reported: The file /etc/dotdee.xml needs to be empty or it brakes xml compliance. Fix in lp:~negronjl/+junk/dotdee ** Affects: dotdee (Ubuntu) Importance: Undecided Status: New ** Branch linked: lp:~negronjl/+junk/dotdee -- You received this bug notification because yo

Re: [Bug 732953] Re: can_connect function inside ec2.rb always return false

2011-03-14 Thread Juan L. Negron
I attached the modified file to the bug. I am attaching to this email as well. -- Thanks, Juan > Juan, > > Can you provide a patch please? > > Thanks > chuck > > ** Changed in: facter (Ubuntu) >Importance: Undecided => Low > > ** Changed in: facter (Ubuntu) >Status: New => Inco

[Bug 732953] Re: can_connect function inside ec2.rb always return false

2011-03-14 Thread Juan L. Negron
Here is the modified file. -Juan ** Attachment added: "Modified ec2 facter module" https://bugs.launchpad.net/ubuntu/+source/facter/+bug/732953/+attachment/1909110/+files/ec2.rb -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. htt

[Bug 732953] Re: can_connect function inside ec2.rb always return false

2011-03-10 Thread Juan L. Negron
The meta-data URL also seems to be wrong: http://169.254.169.254/2008-02-01/meta-data It should be: http://169.254.169.254/latest/meta-data -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/732953 Title:

[Bug 732953] [NEW] can_connect function inside ec2.rb always return false

2011-03-10 Thread Juan L. Negron
Public bug reported: Binary package hint: facter the can_connect function in ec2.rb always return false. I modified the code as follows and it seems to have fixed the issue: Before (Line 9 in ec2.rb): Timeout::timeout(wait_sec) {open(ip, port)} After: Timeout::timeout(wait_sec) {open("http://#{