[Bug 885998] Re: facter upgrade crashes puppet

2011-11-07 Thread Jacob Helwig
I just checked the change that David posted and it breaks retrieval of EC2 facts. In the upstream repository (as of d62e079489c07201cb343f2ca109fecd62d6e567, and later refactored in cc67a0148b97e315572cdb905476df1224a78dd5) the can_connect? method started only being called if a couple of

[Bug 885998] Re: facter upgrade crashes puppet

2011-11-07 Thread Jacob Helwig
Adam Gandelman graciously pointed out that he already had branches to fix this. Looking at the changes, they're the minimum to fix the regression and are a better fix than the more invasive back-porting I was looking at. I've also verified his changes on lucid running on EC2, and in a VM. --

[Bug 885998] Re: facter upgrade crashes puppet

2011-11-07 Thread Jacob Helwig
I just checked the change that David posted and it breaks retrieval of EC2 facts. In the upstream repository (as of d62e079489c07201cb343f2ca109fecd62d6e567, and later refactored in cc67a0148b97e315572cdb905476df1224a78dd5) the can_connect? method started only being called if a couple of

[Bug 885998] Re: facter upgrade crashes puppet

2011-11-07 Thread Jacob Helwig
Adam Gandelman graciously pointed out that he already had branches to fix this. Looking at the changes, they're the minimum to fix the regression and are a better fix than the more invasive back-porting I was looking at. I've also verified his changes on lucid running on EC2, and in a VM. --

[Bug 876130] Re: Incorrect operatingsystem reported in puppet run

2011-11-02 Thread Jacob Helwig
I can confirm that the packages in lucid-proposed fix this issue for me. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to facter in Ubuntu. https://bugs.launchpad.net/bugs/876130 Title: Incorrect operatingsystem reported in puppet

[Bug 876130] Re: Incorrect operatingsystem reported in puppet run

2011-11-02 Thread Jacob Helwig
I can confirm that the package in oneiric-proposed fixes this issue for me. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to facter in Ubuntu. https://bugs.launchpad.net/bugs/876130 Title: Incorrect operatingsystem reported in puppet

[Bug 876130] Re: Incorrect operatingsystem reported in puppet run

2011-11-02 Thread Jacob Helwig
I can confirm that the package in maverick-proposed fixes this issue for me. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to facter in Ubuntu. https://bugs.launchpad.net/bugs/876130 Title: Incorrect operatingsystem reported in

[Bug 876130] Re: Incorrect operatingsystem reported in puppet run

2011-11-02 Thread Jacob Helwig
I can confirm that the package in natty-proposed fixes this issue for me. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to facter in Ubuntu. https://bugs.launchpad.net/bugs/876130 Title: Incorrect operatingsystem reported in puppet

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

2011-11-02 Thread Jacob Helwig
I can confirm that the packages in lucid-proposed, natty-proposed, and mverick-proposed fix this issue for me. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to facter in Ubuntu. https://bugs.launchpad.net/bugs/732953 Title:

[Bug 876130] Re: Incorrect operatingsystem reported in puppet run

2011-11-02 Thread Jacob Helwig
I can confirm that the packages in lucid-proposed fix this issue for me. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/876130 Title: Incorrect operatingsystem reported in puppet run To manage

[Bug 876130] Re: Incorrect operatingsystem reported in puppet run

2011-11-02 Thread Jacob Helwig
I can confirm that the package in oneiric-proposed fixes this issue for me. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/876130 Title: Incorrect operatingsystem reported in puppet run To manage

[Bug 876130] Re: Incorrect operatingsystem reported in puppet run

2011-11-02 Thread Jacob Helwig
I can confirm that the package in maverick-proposed fixes this issue for me. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/876130 Title: Incorrect operatingsystem reported in puppet run To manage

[Bug 876130] Re: Incorrect operatingsystem reported in puppet run

2011-11-02 Thread Jacob Helwig
I can confirm that the package in natty-proposed fixes this issue for me. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/876130 Title: Incorrect operatingsystem reported in puppet run To manage

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

2011-11-02 Thread Jacob Helwig
I can confirm that the packages in lucid-proposed, natty-proposed, and mverick-proposed fix this issue for me. -- 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: can_connect function

[Bug 876130] Re: Incorrect operatingsystem reported in puppet run

2011-10-17 Thread Jacob Helwig
Adam, I'm having trouble getting your PPA to work with the AMI images I've been using for testing (specifically the official ami-5936fa30). After adding the PPA using sudo apt-add-repository ppa:gandelman-a /build-tests, facter_1.5.9-1ubuntu1 is still reported as the latest available. However,

[Bug 876130] Re: Incorrect operatingsystem reported in puppet run

2011-10-17 Thread Jacob Helwig
Scratch that. Got it working. Dunno what I was doing wrong, but it's working with a fresh instance. Confirmed that facter_1.5.9-1ubuntu2 from Adam's PPA fixes the issue for me on 11.10 using ami-5936fa30. -- You received this bug notification because you are a member of Ubuntu Server Team,

[Bug 876130] Re: Incorrect operatingsystem reported in puppet run

2011-10-17 Thread Jacob Helwig
Adam, I'm having trouble getting your PPA to work with the AMI images I've been using for testing (specifically the official ami-5936fa30). After adding the PPA using sudo apt-add-repository ppa:gandelman-a /build-tests, facter_1.5.9-1ubuntu1 is still reported as the latest available. However,

[Bug 876130] Re: Incorrect operatingsystem reported in puppet run

2011-10-17 Thread Jacob Helwig
Scratch that. Got it working. Dunno what I was doing wrong, but it's working with a fresh instance. Confirmed that facter_1.5.9-1ubuntu2 from Adam's PPA fixes the issue for me on 11.10 using ami-5936fa30. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 876130] [NEW] Incorrect operatingsystem reported in puppet run

2011-10-16 Thread Jacob Helwig
Public bug reported: Facter will report the wrong operatingsystem when queried from a puppet agent run. To demonstrate this: $ irb irb(main):001:0 require 'facter' = true irb(main):002:0 Facter.version = 1.5.9 irb(main):003:0 Facter[operatingsystem].value = Ubuntu irb(main):004:0

[Bug 876130] [NEW] Incorrect operatingsystem reported in puppet run

2011-10-16 Thread Jacob Helwig
Public bug reported: Facter will report the wrong operatingsystem when queried from a puppet agent run. To demonstrate this: $ irb irb(main):001:0 require 'facter' = true irb(main):002:0 Facter.version = 1.5.9 irb(main):003:0 Facter[operatingsystem].value = Ubuntu irb(main):004:0

[Bug 627565] Re: Twitter dropping support for basic auth

2010-09-02 Thread Jacob Helwig
The package in lucid-proposed fixes this bug for me. -- Twitter dropping support for basic auth https://bugs.launchpad.net/bugs/627565 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 567106] Re: [lucid] gpg-agent prevents unprotection of passphrases

2010-08-08 Thread Jacob Helwig
I can confirm that the gnupg2 and gnupg-agent packages in lucid-proposed allow me to use gpg-agent as an ssh-agent. -- [lucid] gpg-agent prevents unprotection of passphrases https://bugs.launchpad.net/bugs/567106 You received this bug notification because you are a member of Ubuntu Bugs, which