[Bug 997641] Re: Could not run Puppet configuration client: Could not retrieve local facts: bad URI

2012-08-02 Thread Martijn van Brummelen
Ronie,
I have some new information see attachment for logging.
It appears traffic gets routed outside and recieves a invalid responce,
version  1.5.6-2ubuntu2 handles this well, version 1.5.6-2ubuntu2.3 breaks.
If I block traffic to 169.254.169.254 with ip tables facter works again.
Thanks!

** Attachment added: facter logging
   
https://bugs.launchpad.net/ubuntu/+source/facter/+bug/997641/+attachment/3245632/+files/facterissue

-- 
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/997641

Title:
  Could not run Puppet configuration client: Could not retrieve local
  facts: bad URI

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/facter/+bug/997641/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 997641] Re: Could not run Puppet configuration client: Could not retrieve local facts: bad URI

2012-08-02 Thread Martijn van Brummelen
I still think this is a bug since the old version doesn't have this
problem.

-- 
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/997641

Title:
  Could not run Puppet configuration client: Could not retrieve local
  facts: bad URI

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/facter/+bug/997641/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 997641] Re: Could not run Puppet configuration client: Could not retrieve local facts: bad URI

2012-07-20 Thread Martijn van Brummelen
root@it175:~# puppetd -t
info: Retrieving plugin
err: /File[/var/lib/puppet/lib]: Failed to retrieve current state of resource: 
Could not retrieve information from source(s) puppet://puppet/plugins
err: Could not run Puppet configuration client: Could not retrieve local facts: 
bad URI(is not URI?): http://169.254.169.254/2008-02-01/meta-data/html
root@it175:~# ruby -e require 'open-uri'; require 'timeout'; 
Timeout::timeout(2) { open('http://169.254.169.254') }
and it returns nothing so problem still excists.

-- 
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/997641

Title:
  Could not run Puppet configuration client: Could not retrieve local
  facts: bad URI

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/facter/+bug/997641/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 997641] Re: Could not run Puppet configuration client: Could not retrieve local facts: bad URI

2012-06-06 Thread Martijn van Brummelen
Hi,
Nothing running nor responding on 169.254.169.254 ping or wget time-outs.
Not running openstack, not running in a DC not running in a cloud.
Facter use to work until this update.

-- 
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/997641

Title:
  Could not run Puppet configuration client: Could not retrieve local
  facts: bad URI

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/facter/+bug/997641/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 997641] Re: Could not run Puppet configuration client: Could not retrieve local facts: bad URI

2012-05-31 Thread Martijn van Brummelen
/usr/lib/ruby/1.8/uri/common.rb:436:in `split': bad URI(is not URI?): 
http://169.254.169.254/2008-02-01/meta-data/html (URI::InvalidURIError)
from /usr/lib/ruby/1.8/uri/common.rb:485:in `parse'
from /usr/lib/ruby/1.8/open-uri.rb:29:in `open'
from /usr/lib/ruby/1.8/facter/ec2.rb:24:in `metadata'
from /usr/lib/ruby/1.8/facter/ec2.rb:20:in `each'
from /usr/lib/ruby/1.8/facter/ec2.rb:20:in `metadata'
from /usr/lib/ruby/1.8/facter/ec2.rb:36
from /usr/lib/ruby/1.8/facter/util/loader.rb:72:in `load'
from /usr/lib/ruby/1.8/facter/util/loader.rb:72:in `load_file'
from /usr/lib/ruby/1.8/facter/util/loader.rb:38:in `load_all'
from /usr/lib/ruby/1.8/facter/util/loader.rb:33:in `each'
from /usr/lib/ruby/1.8/facter/util/loader.rb:33:in `load_all'
from /usr/lib/ruby/1.8/facter/util/loader.rb:30:in `each'
from /usr/lib/ruby/1.8/facter/util/loader.rb:30:in `load_all'
from /usr/lib/ruby/1.8/facter/util/collection.rb:94:in `load_all'
from /usr/lib/ruby/1.8/facter.rb:91:in `to_hash'
from /usr/bin/facter:138

** Changed in: facter (Ubuntu)
   Status: Incomplete = New

-- 
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/997641

Title:
  Could not run Puppet configuration client: Could not retrieve local
  facts: bad URI

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/facter/+bug/997641/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 997641] [NEW] Could not run Puppet configuration client: Could not retrieve local facts: bad URI

2012-05-10 Thread Martijn van Brummelen
Public bug reported:

Fully updated Ubuntu LTS lucid with lucid updates enabled :

facter version 1.5.6-2ubuntu2.3 seems broken with puppet:

puppetd -t 
info: Retrieving plugin
err: /File[/var/lib/puppet/lib]: Failed to retrieve current state of resource: 
Could not retrieve information from source(s) puppet://puppet/plugins
err: Could not run Puppet configuration client: Could not retrieve local facts: 
bad URI(is not URI?): http://169.254.169.254/2008-02-01/meta-data/html

Downgrading facter to 1.5.6-2ubuntu2 makes puppet run again.

** Affects: facter (Ubuntu)
 Importance: Undecided
 Status: New

-- 
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/997641

Title:
  Could not run Puppet configuration client: Could not retrieve local
  facts: bad URI

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/facter/+bug/997641/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 885998] Re: facter upgrade crashes puppet

2011-11-09 Thread Martijn van Brummelen
** Changed in: puppet
   Status: New = Fix Released

** Changed in: facter (Ubuntu)
   Status: Confirmed = Fix Released

-- 
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/885998

Title:
  facter upgrade crashes puppet

To manage notifications about this bug go to:
https://bugs.launchpad.net/puppet/+bug/885998/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 885998] Re: facter upgrade crashes puppet

2011-11-08 Thread Martijn van Brummelen
Confirm 1.5.8-2ubuntu2.3 fixes the problem in facter and makes puppet
run again.

-- 
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/885998

Title:
  facter upgrade crashes puppet

To manage notifications about this bug go to:
https://bugs.launchpad.net/puppet/+bug/885998/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 616719] Re: slow group indexing when using huge ldap

2011-04-06 Thread Martijn van Brummelen
Bug still exists
time id
real0m44.414s
user0m4.152s
sys 0m0.292s

** Changed in: libnss-ldap (Ubuntu)
   Status: Expired = In Progress

-- 
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/616719

Title:
  slow group indexing when using huge ldap

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs