Hi, I''ve got a new install of Ubuntu lucid lynx with backport puppet 2.6.1, but when i try to run my templates i get this error. /usr/lib/ruby/1.8/timeout.rb:60:in `open'': execution expired (Timeout::Error) from /usr/lib/ruby/1.8/net/http.rb:560:in `connect'' from /usr/lib/ruby/1.8/timeout.rb:53:in `timeout'' from /usr/lib/ruby/1.8/timeout.rb:93:in `timeout'' from /usr/lib/ruby/1.8/net/http.rb:560:in `connect'' from /usr/lib/ruby/1.8/net/http.rb:553:in `do_start'' from /usr/lib/ruby/1.8/net/http.rb:542:in `start'' from /usr/lib/ruby/1.8/open-uri.rb:242:in `open_http'' from /usr/lib/ruby/1.8/open-uri.rb:616:in `buffer_open'' from /usr/lib/ruby/1.8/open-uri.rb:164:in `open_loop'' from /usr/lib/ruby/1.8/open-uri.rb:162:in `catch'' from /usr/lib/ruby/1.8/open-uri.rb:162:in `open_loop'' from /usr/lib/ruby/1.8/open-uri.rb:132:in `open_uri'' from /usr/lib/ruby/1.8/open-uri.rb:518:in `open'' from /usr/lib/ruby/1.8/open-uri.rb:30:in `open'' from /usr/lib/ruby/1.8/facter/ec2.rb:10:in `can_connect?'' from /usr/lib/ruby/1.8/facter/ec2.rb:10:in `can_connect?'' from /usr/lib/ruby/1.8/facter/ec2.rb:33 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/lib/ruby/1.8/puppet/indirector/facts/facter.rb:71:in `find'' from /usr/lib/ruby/1.8/puppet/indirector/indirection.rb:193:in `find'' from /usr/lib/ruby/1.8/puppet/indirector.rb:50:in `find'' from /usr/lib/ruby/1.8/puppet/application/apply.rb:88:in `main'' from /usr/lib/ruby/1.8/puppet/application/apply.rb:35:in `run_command'' from /usr/lib/ruby/1.8/puppet/application.rb:300:in `run'' from /usr/lib/ruby/1.8/puppet/application.rb:397:in `exit_on_fail'' from /usr/lib/ruby/1.8/puppet/application.rb:300:in `run'' from /usr/lib/ruby/1.8/puppet/util/command_line.rb:55:in `execute'' from /usr/bin/puppet:4 Do you have any idea what can be the cause of this? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Hi, On 11/07/2011 06:36 PM, Peter Horvath wrote:> Hi, > > I''ve got a new install of Ubuntu lucid lynx with backport puppet > 2.6.1, but when i try to run my templates i get this error. > > /usr/lib/ruby/1.8/timeout.rb:60:in `open'': execution expired (Timeout::Error) > from /usr/lib/ruby/1.8/net/http.rb:560:in `connect''...> from /usr/lib/ruby/1.8/facter/ec2.rb:10:in `can_connect?'' > from /usr/lib/ruby/1.8/facter/ec2.rb:10:in `can_connect?'' > from /usr/lib/ruby/1.8/facter/ec2.rb:33 > > Do you have any idea what can be the cause of this?I''m unfamiliar with the ec2 fact. Is it one of your own? Apparently, it times out while trying to make some HTTP connection. If this information doesn''t suffice to find the problem, you may want to "strace" the puppet run and try to find out what the unresponsive HTTP peer is. HTH, Felix -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
On 11/30/2011 03:41 PM, Felix Frank wrote:> I''m unfamiliar with the ec2 fact. Is it one of your own?Just saw the other thread. Never mind. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.