[Puppet Users] `Connection timed out` in puppet module install

2015-05-08 Thread Jimmy Chu
Hi, I am trying to install a puppet module on CentOS 6.5. It returns Connection timed out error root@oo5:~# puppet module install openshift/openshift_origin --debug Debug: Runtime environment: puppet_version=3.7.5, run_mode=user, ruby_version=1.8.7 Notice: Preparing to install into

[Puppet Users] Connection timed out - connect(2) when using puppet module

2014-06-16 Thread Torsten Kleiber
Hi! I try to install modules in puppet, but it gives an error message independent of the module I try to install: myserver:~ # puppet module install rtyler/jenkins Notice: Preparing to install into /etc/puppet/modules ... Notice: Downloading from https://forgeapi.puppetlabs.com ... Error:

[Puppet Users] Connection timed out

2013-06-11 Thread Forest Hongxin Hou
We are evaluate PE and I installed puppet-enterprise-2.8.1-el-6-x86_64 agent. When I run agent with puppet agent --no-daemonize --debug --onetime I am keeping get error: err:

Re: [Puppet Users] Connection timed out

2013-06-11 Thread Rilindo Foster
Assuming that you are running a typical puppet master configuration, if you review the Puppet process flow here: http://www.aosabook.org/images/puppet/TimingDiagram.png You would see that the issue likely occurring during plugin stage. This seems to be cause because it looks like it is not

Re: [Puppet Users] Connection Timed Out updating node on 3g mobile broadband device

2012-10-29 Thread Steve
The fix was lowering the MTU. I ran ifconfig ppp0 mtu 1000 and puppet runs without any problem. I didn't think this fixed it in my last post because I made some changes on the puppet master. Once I fixed those changes I lowered the MTU and it works!! On Friday, October 26, 2012 11:05:40

Re: [Puppet Users] Connection Timed Out updating node on 3g mobile broadband device

2012-10-26 Thread Steve
I was able to telnet port 8140 via the 3g connection. I also tried to lower the MTU on the interface and I was still unsuccessful. So I set it back One thing I don't understand is that the error message has now changed to err: Could not retrieve catalog from remote server: Connection reset by

[Puppet Users] Connection Timed Out updating node on 3g mobile broadband device

2012-10-25 Thread Steve
I have a puppetmaster on an Amazon EC2 instance of Ubuntu 12.04. All of the puppet nodes I am running are also on ubuntu server 12.04. I can connect any of the nodes on a wireless or LAN connection. When I switch my node to a Verizon mobile 3g or 4g device I run puppet agent -t and I get the

Re: [Puppet Users] Connection Timed Out updating node on 3g mobile broadband device

2012-10-25 Thread Denmat
Interesting setup. Sometimes providers block uncommon ports. Can you get to 8140 over your 3/4g? If not, try running on 443 (change puppet.conf or apache ports). If none of these work check the docs for timeout settings (can't remember of hand). Den On 26/10/2012, at 3:55, Steve